
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
    margin: 0px;
    padding:0px;
    font-size: 16px;
    line-height: 28px;
    /* font-family: "Work Sans", sans-serif; */
      /* font-family: "Open Sans", sans-serif; */
/*       font-family: "Cabin", sans-serif;*/
/* font-family: "Playfair Display", serif;*/
	
	font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
     color: #000;
	    background-color: #FFFF;
}
a {
    color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     color: #000;
     font-weight: 400;
     /*     font-family: "Cabin", sans-serif;*/
     font-family: "Playfair Display", serif;
}
    .h3, h3 {
        font-size: 24px;
        line-height: 30px;
    }
.bg-gray{
    background-color:#ede9dd;
}

img {
    max-width: 100%;
}
.sec-title, h2, h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}
.text-theme{
     color: #6ad1e3 !important; 
}
.main-header {/*    background: #6ad1e3;*/background: #ab2438;}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* background: #fff; */ /* adjust if needed */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
 .main-header.fixed-header  {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0; 
  -webkit-animation: slideDown 0.35s ease-out;
          animation: slideDown 0.35s ease-out;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.tp-header {
    padding: 10px 0px;
}

.tp-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
span.menu-icon {
    width: 45px;
/*    display: block;*/
    margin: 0px auto -5px;
}
 span.menu-icon svg {
    fill: #00211a;
}
span.menu-icon img {
/*    filter: brightness(0) invert(1);*/
    width: 26px;
    margin-bottom: 6px;
}
 ul.top-info svg {
    fill:#00211a;
    width: 22px;
}

.right-menu svg {
    fill:#00211a;
    width: 24px;
}
.left-logo img {
    position: relative;
    left: -13px;
}
.main-header li.nav-item a i {
    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: -1px;
}

.main-header  li.nav-item {
    margin: 0px 5px;
}
.main-header  a.navbar-brand img {
    position: absolute;
    top: -16px;
    left: 0;
}
.main-header  .nav-link {
    opacity: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0;
    font-size: 12px;
}
.top-bar {
    border-bottom: 1px solid #d96779;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.navbar-nav {
    padding: 0px !important;
    justify-content: space-between !important;
    margin: 0px -10px;
}

.tp-search input.form-control {
    padding: 10px 14px;
    min-width: 300px;
    background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-position-x: 97%;
}
.navbar-nav .nav-link.active {
    color: #ffffff;
}
.main-header a.navbar-brand {
    min-width: 135px;
}
.mid-logo img {
    position: relative;
    margin-bottom: -56px;
    z-index: 2;
    top: -44px;
}
.right-menu ul li a {
    color: #00211a;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.shop-icon i {
    font-size: 25px;
}
a.nav-icon.shop-icon {
    margin-right: 17px;
}
  .mid-logo {
    margin-top: 0;
    position: relative;
}

ul.top-info li a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
}
ul.top-info {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.top-info  li {
    list-style: none;
    display: inline-block;
}
.cart-badge {
    position: absolute;
    top: 0;
    right: -7px;
    font-size: 0.7rem;
    background-color: #272727;
    color: white;
    padding: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.cart-col a {
    display: flex;
    align-items: center;
}

li.cart-col a span {
    margin-right: 3px;
    display: inline;
}
.tp-right {
    padding-right: 8px;
}

.tp-left {
    text-align: left;
}

.cart-col i{
 font-size: 32px;
}
.tp-right ul.top-info li {
    margin-left: 20px;
    position: relative;
    /* top: -1px; */
}

.tp-right ul.top-info li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #ffffff;
    right: -12px;
    top: 9px;
}
.right-menu ul {
    margin: 0;
}
.tp-right ul.top-info li:last-child:before {
    opacity: 0;
}

.main-header:not(.fixed-header) .right-menu,
.main-header:not(.fixed-header) .navbar-brand {
     display: none !important;
}
.main-header.fixed-header li.nav-item a i {
    display: none;
}
.tp-search {
    margin-right: 0;
}

li.sr-top:before {
    display: none;
}
 .search-head {
    cursor: pointer;
}

.search-head img {
    filter: brightness(0) invert(1);
    width: 19px;
}
li.cart-col {
    /* position: relative; */
    /* top: -4px; */
}

.menu-row {
    display: flex;
    margin: 0px auto;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.main-header.fixed-header .menu-tp-row {
    display: none;
} 

.main-header.fixed-header .right-menu ul li a {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

.main-header.fixed-header .right-menu ul {
    margin-left: 31px;
}

.main-header.fixed-header .container {
    width: 99%;
    max-width: 99%;
}

.main-header.fixed-header .left-logo {
    position: absolute;
    left: 18px;
    top: -14px;
}

.main-header.fixed-header .menu-row {
    justify-content: center;
}
 
.left-logo {
    max-width: 130px;
}

.menu-col-main {
    width: 100%;
}

.main-header.fixed-header .menu-col-main {
    width: calc(100% - 130px);
    margin-left: auto;
    padding-right: 15px;
    max-width: 1446px;
}



@media (min-width:981px){
.main-header.fixed-header span.menu-icon {
    display: none;
}	
}



a.nav-icon.shop-icon {
    margin-left: 18px;
}
.main-header.fixed-header .logo-col-nav {
    display:none;
}
/* Hero Section */


.slide-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    background: #ab2438;
}
 
section.slide-sec {
    border-radius: 20px;
    overflow:hidden;
}


.tp-slidebar{
    padding:10px 0px;
    background: #EBF7F7;
}
.an-box {
    color: #005c66;
}
.tp-slidebar .owl-nav {
    position: absolute;
    top: -25px;
    width: 100%;
}

 button.owl-prev:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(224deg);
    top: 17px;
    left: 0;
}

button.owl-next:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(405deg);
    top: 17px;
    right: 0;
}
 
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ab2438 !important;
  opacity: 1 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover:before {
  border-color: #ffffff;
} 
.owl-theme .owl-nav [class*='owl-'] span {
    display: none;
} 
.tp-slidebar button.owl-next {
    position: absolute !important;
    right: -30px;
}
.tp-slidebar button.owl-prev {
    position: absolute;
    left: -30px;
}
  button.owl-next {
    position: absolute !important;
    right: -30px;
}
  button.owl-prev {
    position: absolute;
    left: -30px;
}
.nav-style.nav-position-right .owl-nav {
    position: absolute;
    right: 28px;
    top: -107px;
    width: 35px;
}
.nav-style.nav-position-mid .owl-nav {
    position: absolute;
    right:0;
    left: 0;
    top:40%;
    width: 100%;
}
.nav-style.owl-theme .owl-nav [class*='owl-'] {
 color: #fff!important;
 border: 1px solid #ab2438 !important;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 margin-right: 0;
 background: #ab2438;
}
.nav-style button.owl-next:before {
    right: 15px;
    top: 14px;
}

.nav-style button.owl-prev:before {
    left: 15px;
    top: 14px;
}
 .nav-style.nav-position-mid .owl-nav button.owl-prev {
    left: 20px;
}

.nav-style.nav-position-mid .owl-nav button.owl-next {
    right: 20px;
}

body .nav-style.nav-position-mid .owl-nav [class*='owl-']   {
    border-color: #FFF !important;
}
body .nav-style.nav-position-mid .owl-nav [class*='owl-']:before  {
    border-color: #FFF !important;
}
section.slide-sec {
    padding: 0;
}
.slide-item-home {
    height: 530px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
}

.bg-section-sp {
    background-image: url('../images/papper-bg-main.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}
.hero-banner-slide .owl-dots  {
  text-align: center;
  margin-top: 20px;
}

.hero-banner-slide .owl-dot span   {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #c3c3c3 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hero-banner-slide .owl-dot.active span {
  width: 40px;
  background-color: #a32638 !important;
  border-radius: 20px;
}
 
/* Footer */

.site-footer {
    background: #2d2d2d;
    /* color: #fff; */
    font-size: 14px;
    padding: 40px 0 20px;
}
.footer-newsletter {
    color: #FFF;
    max-width: 399px;
}
.footer-links h3 {
    color: #FFF;
}
.footer-newsletter h3 {
    color: #FFF;
}
.footer-brand img {
  max-width: 100px;
}
.newsletter-form  .btn-join {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #ab2438;
    color: #FFF;
    height: 50px;
    font-family: "Playfair Display", serif;
    min-width: 120px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form  .form-control {
    height: 54px;
     font-family: "Playfair Display", serif;
}
.footer-section h5, .footer-subscribe h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #00211a;
}
 

.top-logo {
  height: 100px;
}

.enquire-now {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.logo-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #3e3c3c;
    top: 45px;
}
.row.footer-top {
    justify-content: space-between;
}
.wp-footer {
    position: fixed;
    right: 111px;
    bottom: 11px;
    z-index: 1;
    max-width: 63px;
    display: none;
}
.newsletter-form .btn-join:focus {
    background: #ab2438;
}
.site-footer {
    position: relative;
}
.logo-wrap {
    position: relative;
    z-index: 1;
}

.logo-wrap img {
    position: relative;
    left: -12px;
}

.enquire-now {
    margin-bottom: -27px;
    position: relative;
    z-index: 2;
}
.enquire-label {
  margin-right: 5px;
}

.enquire-number .highlight {
  color: #ff0; 
  font-weight: normal;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #00211a;
  text-decoration: none;
  font-weight: 600;
}
.social-icons a {
    text-decoration: none;
}

.social-icons a svg {
    fill: #00211a;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-subscribe .email-input {
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  border: none;
}

.footer-subscribe .subscribe-btn {
  background: #fff;
  color: #000;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.subscribe-note {
  font-size: 13px;
  margin-top: 10px;
}

.footer-subscribe h6 {
  margin-top: 15px;
  font-weight: bold;
  color: #00211a;
}

.social-icons a {
  margin-right: 10px;
  color: #00211a;
  font-size: 18px;
}
.subscribe-note
{
   color: #00211a;  
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 13px;
}

.footer-payments img {
  /* height: 24px; */
  /* margin-right: 8px; */
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
}

.sec-space {
    padding: 80px 0px;
}

.rc-media img {
    min-height: 255px;
    max-height: 255px;
    object-fit: cover;
    border-radius: 10px;
}
.sec-head {
    margin-bottom: 40px;
}
.rc-media {
       background: #fff;
       padding: 0;
       border-radius: 10px;
}
.rec-text h3 {
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 0;
}
.recent-col a {
    text-decoration: none;
}

.price-col {
    font-size: 15px;
    color: #AF2037;
    font-weight: 600;
}
.rec-text {
    margin-top: 14px;
}



/* stats */

.abt-icon svg {
    width: 66px;
}
.abt-col {
    display: flex;
}

.abt-info {
    text-align: left;
}
.abt-col h3 {
    font-size: 24px;
    line-height: 31px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.abt-col p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}
.abt-col {
    text-align: left;
    position: relative;
    padding-right: 0;
}

.abt-icon {
    margin-bottom: 0;
    margin-right: 9px;
}
.ab-col-main:last-child .abt-col::before {
    display: none !important;
}
.abt-col:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #FFF;
    right: calc(100% - 90%);
    opacity: 20%;
}
.abt-icon img {
    max-width: 62px;
}

.sell-col {
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.sell-media img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.sell-col h3 {font-size: 20px;line-height: 25px;text-decoration: none;margin-bottom: 0;color: #00211a;min-height: auto;padding-top: 15px;}
.pro-count{
    font-size: 15px;
    color: #AF2037;
    font-weight: 600;
}
/*.sell-text {
    position: absolute;
    bottom: -5px;
    padding: 20px;
    width: 100%;
    text-align: left;
    background: linear-gradient(rgb(0 0 0 / 0%), #0000009e 42%, #000000b0 -66%);
}*/
.sell-box  {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
 
/* Basic reset for slick arrows */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background-color: #a82035; /* Dark red background */
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  border: none;
  font-size: 16px;
  transition: background 0.3s ease;
  opacity: 1 !important;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #a82035;  
}

/* Position arrows if needed */
.slick-prev {
  left: -94px;
}
.slick-next {
  right: 0;
}

/* Optional: remove default icons if using custom content */
.slick-prev::before,
.slick-next::before {
  content: '';
}

/* Example icons (font-awesome or SVG) */
.slick-prev::after {
 content: "";
 position: absolute;
 height: 12px;
 width: 12px;
 border: 2px solid #ffffff;
 border-left: 0;
 border-bottom: 0;
 transform: rotate(224deg);
 top: 14px;
 left: 16px;
}

.slick-next::after {
content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(405deg);
    top: 14px;
    right: 15px;
}


.slick-nav {
    position: absolute;
    right: 0;
    top: -64px;
}

.recent-col {
    position: relative;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #a82035;
}


.card-media img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.card-style {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
}

.card-style:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.card-text h3 {
    color: #FFF;
     font-size: 24px;
}
 

/* Category Page */

.breadcrumb {
  font-size: 15px;
  color: #555;
  margin: 0px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.breadcrumb a,
.breadcrumb .current {
  text-decoration: none;
  color: #555;
  position: relative;
}

.breadcrumb a:hover {
  color: #000;
}

/* Add separator using ::after */
.breadcrumb a::after {
  content: "/";
  color: #999;
  margin: 0 5px;
}

/* Remove last slash */
.breadcrumb .current::after {
  content: "";
}

/* Make current bold */
.breadcrumb .current {
  font-weight: normal;
  color: #AF2037;
  text-decoration: underline;
}


.btn-theme {
     background: #ab2438;
     display: inline-block;
     padding: 10px 21px;
     text-align: center;
     text-decoration: none;
     color: #FFF;
     font-weight: 600;
     border-radius: 4px;
     font-size: 16px;
     border: 0;
     /* color: #00211a; */
     text-transform: capitalize;
     min-width: 200px;
     font-family: "Playfair Display", serif;
}
.btn-theme:hover, .btn-theme:focus {
    background: #ab2438 !important;
    color:#FFF;
}
.product-col a {
    text-decoration: none;
}
.pr-text h3 {
    margin-bottom: 0;
}
.product-col {
    text-align: center;
    margin-bottom: 40px;
}
.pr-media img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.pr-text {
    margin: 10px 0px;
}
.page-header {
    margin-top: 0;
}
.page-header +  section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.del-col {
    margin-bottom: 20px;
    text-align: right;
}

.location-btn a {
    font-size: 16px;
    text-decoration: none;
    margin-right: 6px;
    padding: 10px 10px;
    color: #000000;
    display: inline-block;
    line-height: 10px;
    border: 1px solid #bae8d4;
    background: #bae8d4;
    border-radius: 2px;
}

.del-head p {
    font-weight: 600;
    font-size: 16px;
}

.del-btn-col {
    margin-top: 6px;
}
 .cat-page-title h1.page-title {
    display: block;
}
section.pro-single.sec-space h1.page-title {
    opacity: 0;
    display: none !important;
}

/* Gallery */
.gallery {
/*
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
*/
}
.gallery-item img {
    min-height: 414px;
    max-height: 414px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-sec .owl-nav {
    width: 95% !important;
    max-width: 1700px;
    margin: 0px auto;
    position: relative;
    right: 0 !important;
    left: 0 !important;
}

.gallery-sec button.owl-next {
    right: 0;
}

.gallery-sec button.owl-prev {
    right: 60px;
    left: auto;
}


.blog-box {
    color: #1E1E1E;
    /* padding-bottom: 60px; */
}
.blog-item img {
    max-width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 250px;
    width: 100% !important;
    border-radius: 0;
    object-fit: cover;
}

.blog-box a {
    text-decoration: none;
    color: inherit;
}
.blog-meta {
    color: #AF2037;
    font-size: 14px;
    font-weight: 600;
}
.blog-box h3 {
    margin-top: 0;
    text-decoration: underline;
}
.blog-text {
    padding: 20px 20px 30px;
} 
/* .product-col .btn-col {
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.product-col:hover .btn-col {
    visibility: visible;
} */


.filter-panel {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  max-width: 960px;
}

.filter-columns {
  display: flex;
  justify-content: space-between;
}

.filter-col {
  width: 30%;
}

.filter-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.filter-btn {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  cursor: pointer;
}

.apply-btn {
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}
.row.filter-row {
    margin-bottom: 23px;
}
.filter-col h4 {
    font-size: 18px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
    background-size: 16px 16px;
    padding: 6px 31px 6px 14px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 1px;
    cursor: pointer;
}
.custom-select:disabled {
  color: #aaa;
}
 .sort-col {
    text-align: right;
}

.accordion-button {
    padding: 10px;
    /* background: #6ad1e3; */
    box-shadow: none !important;
    border-radius: 0 !important;
}
 
.accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #bdbdbd !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    background: #6ad1e3;
}
.qty-box {
      display: flex;
      align-items: center;
      border: 1px solid #000000;
      border-radius: 5px;
      padding: 5px 10px;
      width: 110px;
      justify-content: space-between;
    }

    .qty-box button {
      border: none;
      background: none;
      font-size: 20px;
      line-height: 1;
      color: #555;
      cursor: pointer;
    }

    .qty-box input {
      width: 30px;
      text-align: center;
      border: none;
      outline: none;
      font-size: 16px;
      background: transparent;
    }

.info-col-pro {
    margin-top: 25px;
}

.weight-col {
    display: flex;
    align-items: center;
}

.weight-col select.form-select {
    margin-left: 20px;
    border: 1px solid #000;
}

.form-select {
    padding: 12px 20px;
}
.pro-single-img {
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    padding: 14px;
    width: 100%;
}
 
.pro-info-right {
    padding-left: 76px;
}
button.btn-theme.btn-cart-right {
    min-width: 222px;
}

.search-sec {
    /* display: none; */
}



.search-col .input-group {
  width: 100%;
  justify-content: center;
}
.search-col {
    position: relative;
}
.search-col  [type=search] {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #1c1c1c;
}

.search-col  button {
    position: absolute;
    /* background: transparent; */
    border: 0;
    right: 1px;
    top: 29px;
    background: #000000 !important;
    padding: 10px 10px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
    border-color: #AB2438!important;
    border-radius: 0;
    color: #ffffff !important;
}
.product-cart-ico ul {
    float: right;
}
 .product-cart-ico ul li {
  list-style-type: none;
  display: inline-block;
  padding-right:0px;
}

 .product-cart-ico a {
    padding: 0px 0px 0px 20px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    position: relative;
}
.order-top-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}
span.mkdf-sc-opener-count {
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 11px;
    color: #ffffff;
    background-color: #000000 !important;
    border-radius: 20px;
    width: 15px;
    height: 15px;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    opacity: 0;
}
.search-sec {
  position: fixed;
  left: 0;
  right: 0;
  background: #ab2438;
  z-index: 999999;
  padding: 10px 0;
  transform: translateY(-100%);
  top: -100%;
  transition: .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out 0s;
  -ms-transition: .3s ease-in-out 0s;
}
body.search-open .search-overlay {
  position: fixed;
  width: 100%;
  top:0;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
  opacity: 0.8;
}
.search-open section.search-sec {
  transform: translateY(0);
  top: 0;
}
body.search-open {
  overflow: hidden;
}
ul.tag-list {
  margin: 0;
  padding: 0;
}

ul.tag-list li {
  display: inline;
  list-style: noe;
}

ul.tag-list li a {
  text-decoration: underline;
  color: #ffffff;
  padding: 0px 9px;
}

.popular-search {
  justify-content: center;
  margin-top: 12px;
}

.popular-search span {
  margin-right: 14px;
  color: #FFF;
}
.sbi_header_img {
    margin: 0 auto;
}
.sbi_header_text {
    display: block !important;
    text-align: center !important;
    text-align: center !important;
    width: 100%;
}
.sbi_feedtheme_header_text h3 {
    width: 100%;
}
p.sbi_bio {
    width: 100%;
    max-width: 300px;
    margin: 0 auto !important;
    color: #041c0b;
    font-size: 15px !important;
}
.sbi_feedtheme_header_text h3 {
    width: 100%;
    color: #041c0b !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover {
    background: transparent;
}
svg.sbi_new_logo.fa-instagram.fa-w-14 {
    opacity: 0 !important;
}


/***My custom css*********/
body {
/*    background: #f1f1f1;*/
}
select.m-product-option--dropdown-select {
    padding: 10px !important;
    border-radius: 5px;
    border: 1px solid #A2A2A2;
    font-weight: 600;
    background-color: #f7f7f7;
    font-size: 15px;
    width: 100%;
    /* margin-top: 20px; */
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/ar-down.svg);
    background-size: 10px;
    background-position-x: calc(100% - 9px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #00211a;
    /* margin-bottom: 20px; */
}
.recent-col .btn-theme {
    background: #000;
    color: #FFF;
    font-family: "Playfair Display", serif;
    width: 100%;
    margin-top: 13px;
}
input:focus, select:focus{
    outline: 0 !important;
}
.recent-col .btn-theme:hover {
    background: #ab2438;
}

.read-more-btn {
    background: #ef9d53;
    display: inline-block;
    padding: 10px 21px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
    color: #00211a;
}
.space-left {
    padding-left: 40px;
}
.blog-item {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 100%;
    overflow: hidden;
}
p.sbi_bio {
    display: none !important;
}
.footer-subscribe .email-input {
    background: #fff;
}
.gallery-item a
{
    position: relative;
}
.gallery-item a:hover:before
{
    opacity: 1;
}
.gallery-item a:before {
    content: '';
    background: #00000038;
    position: absolute;
    width: 100%;
    height: 99%;
    /* top: 0px; */
    outline: 1px solid #c9c6c6;
    outline-offset: -10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
}


.quanity-bx span 
{
    cursor:pointer;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    border: unset;
    background: #f1efef;
    border-radius: 50%;
 }
 .quanity-bx input[type="text"] {
    width: 33%;
    text-align: center;
    border: unset;
    font-weight: normal;
    background: transparent;
    font-size: 15px;
}
.quanity-bx .number svg {
    width: 12px;
    height: 12px;
}
 .number {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.qnt-select {
    width: 50%;
    padding-left: 1px;
}
.quanity-bx {
    width: 50%;
    display: flex;
    align-items: center;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    justify-content: center;
}
.pro-select-quanity {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 13px;
}
.about-info {
    background: url('../images/stats-bg.jpg') no-repeat;
    background-size: cover !important;
    padding: 40px 0px;
}
a.sbi_header_link {
    display: none;
}
.sub-title {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 15px;
}
.sweet-category-grids {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.sweet-category-grids img {
    border-radius: 10px;
    min-height: 300px;
    max-height: 300px;
}
.m-collection-card__title {
    text-align: center;
    margin-top: 20px;
        color: #00211a;
    text-decoration: none;
    font-size: 22px;
}
.m-collection-card__title .m-collection-card__link {
    color: #00211a;
    text-decoration: none;
    font-size: 22px;
}
.about-bx {
    display: flex;
/*    grid-template-columns: repeat(2, 1fr);*/
    grid-gap: 15px;
    align-items: center;
}
.about-bx .left-bx .special-box:first-child {
    margin-bottom: 15px;
}
.special-box img {
    border-radius: 10px;
}
.about-bx .left-bx {
    width: 40%;
}
.about-bx .left-bx img {
    height: 200px;
}
.about-bx .right-bx img {
    height: 260px;
    object-fit: cover;
}
.right-bx {
    width: 60%;
}
.instagram-sec .btn-transparent {
    color: #00211a;
    text-decoration: none;
    background: #ef9d53;
    display: inline-block;
    padding: 10px 21px;
    text-align: center;
    text-decoration: none;
    color: #00211a;
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    font-size: 50px;
    color: #fff !important;
        opacity: 1;
}
.mfp-bg {
/*    background:#f68a27;*/
}

.product-best-slider .card-body {
    background: transparent !important;
}

.product-best-slider .card.card-01 {
    background: transparent;
    border: 0;
}

.product-best-slider .card.card-01 img {
    border-radius: 10px;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.product-best-slider a {
    color: #00211a;
    text-decoration: none;
}

.product-best-slider {
    margin-bottom: 40px;
}
.mobile-description .btn-sm {
    background: #bae8d4;
    display: inline-block;
    padding: 10px 21px;
    text-align: center;
    text-decoration: none;
     
    font-weight: 600;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
    color: #00211a;
}

.mobile-description {
/*
    position: absolute;
    bottom: 0;
*/
}

.product-best-slider {
    padding-bottom: 48px;
    height: 100%;
}

.product-best-slider .card.card-01 {
    height: 100%;
}

.product-best-slider p.pro-price-info {
    margin-bottom: 2px;
}

.woocommerce div.product form.cart .variations select {
    margin-left: 20px;
    border: 1px solid #000;
    padding: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #00211a;
    font-size: 1.25em;
}
 

.woocommerce .quantity .qty {
    width: 74px;
    height: 50px;
}

.woocommerce div.product form.cart .button {
    margin-top: 0 !important;
}
.woocommerce div.product form.cart {
    display: flex;
}

 .woocommerce div.product form.cart .button.single_add_to_cart_button {
    background: #a0203a !important;
    color: #fff  !important;
    border: none;
    padding: 10px 15px;
    border-radius: 4px  !important;
    cursor: pointer;
    font-family: "Playfair Display", serif;
    width: 252px;
     border:0 !important;
}

.accordion-button {
    background: transparent !important;
}

.accordion-item {
    background: transparent !important;
    padding-left: 0 !important;
}

.accordion-button {
    padding-left: 0;
    font-size: 18px;
    color: #000000;
}


.shipping-info {
  display: flex;
  justify-content: start;
  gap: 50px;
  text-align: center;
  margin-top: 30px;
}

.shipping-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shipping-icon {
  width: 40px;
  height: 40px;
  background-color: #af2037;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.shipping-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-icon {
  width: 36px;
  height: 36px;
  background-color: #a82834;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.feature-text {
  font-weight: 500;
}

 
 .experience-section {
      text-align: center;
      padding: 60px 20px 0;
    }

    .experience-section h2 {
      margin-bottom: 34px;
      color: #1b2a41;
    }

    .experience-section .subheading {
      color: #222;
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .icon-box {
      text-align: left;
      padding: 0;
    }

.icon-circle img {
    max-width: 50px;
}   
.icon-circle {
    min-height: 48px;
    display: flex;
}
    .icon-circle svg {
      fill: #fff;
      width: 28px;
      height: 28px;
    }

    .icon-title {
      font-weight: normal;
      /* color: #1b2a41; */
      margin-bottom: 5px;
      font-size: 24px;
      font-family: "Playfair Display", serif;
      margin-top: 5px;
    }

    .icon-text {
      font-size: 14px;
      line-height: 23px;
      margin-top: 10px;
    }


.legacy-left {
    display: flex;
    align-items: center;
}
.media-style {
    border: 1px solid #656565;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 22px;
}
.lg-media-2 img {
    width: 281px;
    height: 281px;
    border-radius: 50%;
}
.lg-media-1 img {
      width: 242px;
      height: 242px;
      border-radius: 50%;
}

.lg-bg-row {
    background: url('../images/legacy-bg.jpg') no-repeat;
    background-size: 100% 100% !important;
    padding: 50px 35px;
    border-radius: 10px;
}
.grid-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: center;
}

.left-img img,
.right-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.grid-layout:after {
    content: "";
    background: url('../images/floral-media.png') no-repeat;
    width: 208px;
    height: 208px;
    position: absolute;
    right: -137px;
}

.grid-layout {
    position: relative;
}
.legacy-text:before {
    content: "";
    background: url(../images/floral-media.png) no-repeat;
    width: 157px;
    height: 157px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background-size: contain;
}
 .legacy-text{
  position:relative;
}
.right-img {
    position: relative;
    z-index: 1;
}

.right-img {
  display: grid;
  gap: 8px;
}

.bt-media {
    max-width: 180px;
    float: right;
}

span.insta-text {
    font-size: 15px;
    margin-left: 30px;
    position: relative;
    top: 5px;
}

span.insta-text svg {
    width: 18px;
}

span.insta-text a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

.photo-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}


.Our-story {
    background: url('../images/story-bg.jpg') no-repeat;
    background-size: cover !important;
    position: relative;
    padding-bottom: 0;
}
.sp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 3px;
}

.sell-col a {
    text-decoration: none;
}
.text-right {
    text-align: right;
}

.sp-btn .btn-theme {
    min-width: 144px;
}
.Our-story:before{
/*
	content: "";
	background: url(../images/story-left-img.svg) no-repeat;
	width: 188px;
	height: 243px;
	position: absolute;
	right: auto;
	left: 0;
	background-size: contain;
	top: 30%;
*/
}
.Our-story:after {
    content: "";
    background: url(../images/story-right-img.svg) no-repeat;
    width: 187px;
    height: 268px;
    position: absolute;
    right: 0;
    bottom: -92px;
    background-size: contain;
}
.st-col {
    max-width: 1074px;
    width: 100%;
}

.story-text {
    position: relative;
    top: 27px;
    margin-bottom: 57px;
}
.welcome-media:before {
    content: "";
    background: url(../images/floral-lg.svg) no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    right: auto;
    left: 0;
    background-size: contain;
    top: -46px;
}
.abt-bottom {
    display: flex;
    margin-top: 25px;
}

.logo-media-abt {
    position: relative;
    top: -11px;
    max-width: 90px;
    margin-left: 49px;
}
.img-st {
    max-width: 367px;
    text-align: right;
    position: relative;
    top: -66px;
}
.welcome-media:after {
    content: "";
/*
    background: url(../images/floral-lg.svg) no-repeat;
    width: 350px;
    height: 350px;
    position: absolute;
    right: 0;
    top: -46px;
    background-size: contain;
*/
}
.welcome-media {
    position: relative;
    max-width: 1100px;
    margin: auto;
    height: 100%;
}
.welcome-media img {
    height: 100%;
    object-fit: cover;
}
section.pan-sec {
    background: #a32b3e;
    text-align: center;
    padding: 20px 0px;
}

.pan-text p {
    margin: 0px 0px -10px;
}

.pan-main * {
    color: #FFF;
}

.pan-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    text-align: center;
    gap: 20px;
}
 
.pan-text {
    padding: 0px 11px;
}
.footer-links li a {
    color: #FFF;
    text-decoration: none; 
}

.footer-links h6 {
    font-size: 24px;
    color: #FFF;
    margin-bottom: 20px;
}



 
.product-box {
  background: transparent;
  padding: 20px;
  max-width: 100%;
  margin: auto;
  border-radius: 8px;
  box-shadow: none;
  padding-left: 60px;
}

.product-title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 10px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.stars {
  color: #ED850D;
  font-size: 42px;
}

.review {
  color: #000000;
  font-size: 21px;
  position: relative;
  top: 3px;
}

.price-range {
  font-size: 24px;
  color: #b1002c;
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
  margin-top: 20px;
}
.delivery-item {
    position: relative;
    padding-left: 30px;
    max-width: 209px;
    margin-right: 15px;
}

.delivery-item img {
    position: absolute;
    left: 0;
    top: 5px;
}

.tax-note {
  display: block;
  font-size: 18px;
  color: #000;
  margin-top: 2px;
  margin-left: 4px;
}

.delivery-info {
  display: flex;
  justify-content: start;
  font-size: 16px;
  line-height: 22px;
  margin: 18px 0 15px;
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 16px 0px;
}

.product-details {
  display: flex;
  justify-content: start;
  margin: 18px 0 20px;
  font-size: 14px;
  max-width: 409px;
  align-items: end;
}

.product-option label {
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 8px;
}

.product-option select {
    width: 100%;
    min-width: 120px;
    padding: 12px 9px;
    background: #fffdd9;
    border: 1px solid #ada6a6;
    border-radius: 5px;
    margin-top: 10px;
}

.highlight-text {
  color: #d4292f;
  font-weight: 500;
  font-size: 18px;
}

.sku {
  font-weight: 500;
  font-size: 18px;
}

.category {
  margin: 10px 0;
  font-size: 14px;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.qty-btn {
  background: #eee;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

.qty-input {
  width: 40px;
  text-align: center;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.add-cart-btn {
  flex: 1;
  background: #a0203a;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
}

.accordion {
  border-top: 1px solid #ddd;
  font-size: 15px;
}

.accordion-item {
  /* display: flex; */
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  font-size: 14px;
}

.features li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 35px;
}
ul.features li img {
    max-width: 24px;
    position: absolute;
    left: 0;
}
.white-box-main {
    padding: 20px 30px 50px;
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
}
.product-option {
    margin-right: 26px;
}

.cart-controls .quanity-bx {
    max-width: 200px;
    padding: 7px 10px;
}
.product-images img {
    width: 100%;
    border-radius: 10px;
}
.thumb-item img {
    width: 140px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
	 
}

.slider-single {
    margin-bottom: 20px;
}
.slider-thumbnails .slick-track {
    margin-left: 0;
}

.thumb-item {
    margin-right: 10px;
}
.bg-section-sp.sec-space.single-bg {
    padding-bottom: 40px;
    padding-top: 0;
}

 main#main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    background: #ab2438;
}

.white-box-main {
    
    position: relative;
}
section.gallery-sec.sec-space {
    padding-bottom: 0;
}

section.pan-sec + section.pan-sec {
    display: none;
}
.summary.entry-summary .product_meta {
    display: flex;
    flex-wrap: wrap;
}

.summary.entry-summary .product_meta .product-meta-info {
    margin-right: 36px;
}

.summary.entry-summary .product_meta .product-meta-info:last-child {
    width: 100%; 
    margin: 8px 0px 20px;
}

.summary.entry-summary .product_meta .product-meta-info:nth-child(2) label {
    display: block;
}

.summary.entry-summary span.posted_in {
    font-size: 15px;
}

.summary.entry-summary   div.product form.cart {
    margin-bottom: 24px;
} 
.woocommerce div.product div.images img {
    border-radius: 20px;
}
.woocommerce .star-rating span::before {
    color:#ED850D;
}


body.archive  main::before,
.page-template-template-location main::before{
    background: transparent !important;
}

body.archive    .breadcrumb-main{
    margin-top: 49px;
}
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    background: #AB2438 !important;
    border-color: #AB2438  !important;
}

.xoo-wsc-chng {
    background-color: #ab2438;
}

input[type="number"].xoo-wsc-qty {
    border-color: #ab2438;
}
 .woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-right: 10px;
}
.page-id-1307 main::before {
    display: none;
}
.page-id-1307 main::before {
    display: none;
}

section.page-header {
    background: #912636;
}

section.page-header h1.main-title {
    color: #FFF;
}

.pro-select-quanity .quanity-bx {
/*
    width: 100%;
    border: 0;
*/
}

.pro-select-quanity  td.value selct {
    padding: 20px  !important;
}
 
.pro-select-quanity  .number {
    background: transparent;
    padding: 4px;
    border-radius: 4px;
}
.pro-select-quanity form.cart {
    width: 100%;
}
.pro-select-quanity  .quanity-bx span {
/*
    width: 36px;
    height: 34px;
    border-radius: 0;
    line-height: 30px;
    background: #e1e1e1;
*/
}

.pro-select-quanity  .number input {
    width: 58px;
    text-align: center;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 34px;
}
.pro-select-quanity  input[type=number]::-webkit-inner-spin-button, 
.pro-select-quanity  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.pro-select-quanity   td.value select {
    padding: 5px 10px;
    border-radius: 4px;
	border: 1px solid #A2A2A2;
    color: #656565;
    height: 50px;
}
 
.recent-carousel  .item  .recent-col {
    height: 100%;
    padding-bottom: 67px;
}

 .recent-carousel .item {
    height: 100%;
}

  .owl-stage.recent-carousel {
    display: flex;
    padding-bottom: 30px;
}
 

.recent-carousel .pro-select-quanity {
    position: absolute;
    bottom: 0;
}

.recent-carousel table.variations {
    margin-bottom: 10px;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
} 
.product-best-slider .card.card-01 .btn-col .btn-theme {
    width: 100%;
    background:#000 !important;
    color:#FFF !important;
    padding: 13px 10px !important;
}
 

.product-best-slider .card.card-01 .btn-col .btn-theme:hover {
    background: #ab2438 !important;
    border-color: #ab2438  !important;
}
 .product-best-slider  .btn-col {
    position: absolute;
    bottom: 0;
    width: 100%;
}
 
.single-product .summary.entry-summary  .single_variation_wrap {
    width: 100%;
}

.single-product .summary.entry-summary    form.cart {
    flex-wrap: wrap;
}

.single-product .summary.entry-summary  form.cart .button.single_add_to_cart_button {
    padding: 10px 10px;
    height: 50px;
}

.single-product .summary.entry-summary  .woocommerce-variation-price {
    margin-bottom: 10px;
}

.single-product .summary.entry-summary    form.cart .variations select {
    max-width: 233px !important;
    min-width: 274px;
}
 
a.added_to_cart.wc-forward {
 display: none;
}

.modal-custom  button.btn-close span {
    display: none !important;
}

.modal-custom  .modal-header .btn-close {
    background-position-x: 4px;
}
.modal-custom  button.btn-close span {
    display: none !important;
}

.modal-custom  .modal-header .btn-close {
    background-position-x: 4px;
}

.modal-custom .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.modal-custom .wpcf7-form-control-wrap input {
    height: 45px;
}
.woocommerce-cart  main#main:before {
    display: none;
}
 
section.page-header {
    display: none;
}

/*Responsive*/


/*new css responsive css*/

@media (min-width:992px){
    .navbar-expand-lg .navbar-nav {
    align-items: center;
}
}

@media (min-width:1200px) and (max-width:1600px){
  .slide-item-home {
    height: 400px;
} 
    .main-header.fixed-header .nav-link {
        font-size: 13px;
        padding: 0;
    }
.main-header.fixed-header .right-menu ul {
    margin-left: 23px;
}	
.main-header  li.nav-item {
    margin: 0px 4px;
}	
 
}

@media (min-width:1601px){
.main-header.fixed-header .nav-link {
       
        padding: 0;
    }	
}



@media (max-width:991px){
.signup-form input {
    width: 100%;
}
.product-best-slider .card.card-01 .btn-col .btn-theme {
    min-width: 100%;
}

.pro-select-quanity .btn-col {
    width: 100% !important;
    left: 0;
    right: 0;
}	
	
.slide-item-home {
    height: 132px;
    border-radius: 10px;
}
section.slide-sec {
    padding: 20px 0px 0;
}
.sec-space {
    padding: 35px 0px;
}
.sec-title, h2, h1 {
    font-size: 24px;
    line-height: 30px;
}
section.sell-sec.sec-space  .sec-title {
    text-align: center;
}
.nav-style.nav-position-right .owl-nav {
    top: -68px;
    width: 50px;
    right: 41px;
}
.sec-head {
    margin-bottom: 16px;
}
section.recent-sec .sec-title {
    text-align: center;
}
section.sp-sec .sec-title {
/*     text-align: left;*/
}
.sell-media img {
    min-height: 250px;
    max-height: 250px;
} 
.card-media img {
    min-height: 250px;
    max-height: 250px;
}
.rc-media img {
    min-height: 250px;
    max-height: 250px;
}
ul.top-info li a {
    font-size: 13px;
}
.main-header:not(.fixed-header) .navbar-brand {
    display: block !important;
    max-width: 60px;
    display: inline-block;
    min-width: auto;
}
.main-header:not(.fixed-header) .navbar-brand img {
    max-width: 93px;
}
.tp-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.tp-right li.cart-col {
    position: relative;
    top: -5px;
}

.tp-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.tp-right li.cart-col {
    position: relative;
    top: 0;
}
button.navbar-toggler {
    border: 0 !important;
    width: auto;
}
	
button.navbar-toggler svg {
    color: #ffffff;
    fill: #ffffff;
    width: 59px;
    height: 38px;
}

button.navbar-toggler {
    padding: 0;
}
 	
li.nav-item.logo-col-nav {
    display: none;
}

.main-header li.nav-item {
    padding: 10px 15px;
}	
.main-header .nav-link{
    font-size:14px;
}
    
.offcanvas-header {
    padding-bottom: 0;
    margin-bottom: -16px;
}	
.offcanvas {
    max-width: 298px;
    background: #000000;
}
.sell-col h3 {
    font-size: 16px;
    line-height: 20px;
    min-height: 58px;
}

.pro-count {
    font-size: 14px;
}

.pro-select-quanity a.btn-theme {
    font-size: 12px;
    padding: 10px 6px;
    width: 100%;
}

.pro-select-quanity .btn-col {
    width: 60%;
}	
.rec-text h3 {
    min-height: 43px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 21px;
}

.price-col {
    font-size: 13px;
    line-height: 16px;
}	
	
.sweet-category-grids {
    grid-template-columns: repeat(2, 1fr);
}
.recent-col td.value select {
    font-size: 14px;
}
.sweet-category-grids img {
    min-height: 190px;
    max-height: 190px;
    width: 100%;
}

.m-collection-card__title .m-collection-card__link{
    font-size: 16px;
}
 
.about-bx .left-bx img {
    height: 122px;
    width: 100%;
}

.space-left {
    padding-left: 15px;
    padding-top: 0;
}

.about-bx .left-bx img {
    object-fit: cover;
}	
.gallery-item img {
    min-height: 188px;
    max-height: 188px;
}

.m-collection-card__title {
    margin-top: 10px;
}

.blog-box {
    margin-bottom: 15px;
    text-align: center;
}	
 
select.m-product-option--dropdown-select {
    width: 99%;
}
.popular-search {
    display: block !important;
}
ul.tag-list li a {
    padding-left: 0;
    font-size: 14px;
}


.right-col.product-cart-ico {
    display: none !important;
}

.search-logo {
    display: none !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-size: 13px;
}	

.read-more-btn, .btn-theme, .instagram-sec .btn-transparent  {
    font-size: 14px;
}	
.abt-col {
    margin-bottom: 15px;
    margin-top: 15px;
}

.abt-icon {
    margin-bottom: 0;
    min-height: 54px;
}

.abt-icon svg {
    margin-bottom: -10px;
}

.abt-col p {
    margin: 0;
}	
	
img {
    object-fit: cover;
}	
.right-menu {
    display: none !important;
}	
	
section.about-sec.about-info .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}

.abt-col p {
    line-height: 20px;
    margin-top: 3px;
}
.about-sec.sec-space.about-info {
    padding-top: 10px;
    padding-bottom: 15px;
}

.about-sec.sec-space.about-info .row {
    margin: 0;
}	
.price-col {
    min-height: 32px;
}	
.row.footer-top {
    text-align: center;
}

.site-footer {
    padding: 20px 0px 30px;
}	
	
	
.Our-story {
    text-align: center;
}	
.footer-bottom {
    justify-content: center;
}
.abt-col h3 {
    font-size: 16px;
}	
.blog-box h3 {
    font-size: 20px;
}
.footer-subscribe form {
    max-width: 400px;
    margin: auto;
}	
	
.int-menu span.menu-icon img {
    max-width: 18px;
}

span.menu-icon img {
    width: 20px;
}

.cnt-menu span.menu-icon {
    position: relative;
    top: 4px;
}	
.pan-menu span.menu-icon svg {
    margin-right: -7px;
}

.pan-menu span.menu-icon {
    margin-left: -1px;
}	
section.sec-space.blog-sec {
    padding-bottom: 10px;
    padding-top: 25px;
}
.footer-section {
    margin-bottom: 30px;
}

.footer-brand {
    margin-bottom: 6px;
}	
.blog-item {
    margin-bottom: 22px;
}	
.blog-sec .blog-col:last-child .blog-item {
    margin-bottom: 0 !important;
}
.tp-slidebar button.owl-next {
    right: 0;
}
.tp-slidebar button.owl-prev {
    left: 0;
}
.tp-slidebar .owl-nav {
    top: -77%;
}
.an-box {
    padding: 0px 20px;
}

	
.product-best-slider .card.card-01 img {
    min-height: 250px;
    max-height: 250px;
}	
.breadcrumb {
    justify-content: left;
	    line-height: 16px;
    font-size: 14px;
}

.del-col {
    text-align: center;
}
.mobile-description .btn-sm {
    font-size: 14px;
    padding: 10px 10px;
}	
	
 	
.row.pro-grid-row .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}
 
.product-best-slider .card-title {
    font-size: 16px;
}

.product-best-slider p.pro-price-info {
    line-height: 19px;
    font-size: 13px;
}
	
.product-best-slider {
    padding-bottom: 25px;
}
section.pro-single {
    padding-bottom: 15px;
}
section.gallery-sec {
    display: none !important;
}

.about-bx .left-bx {
    display: none;
}

.right-bx {
    width: 100%;
}
.reverse-sm {
    flex-direction: column-reverse;
}

.about-bx {
    margin-top: 30px;
}	
.footer-section ul li {
    margin-bottom: 1px;
}	
.row.footer-top {
    justify-content: center;
}
.sm-show-head  {
    display: flex;
    list-style: none !important;
    align-items: center;
    /* float: right !important; */
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.left-logo {
    display: none;
} 

.navbar   .container {
    display: block !important;
}
.sm-show-head ul {
    list-style: none !important;
    margin-bottom: 0 !important;
    padding-left: 0;
    margin-right: 10px;
    display: none;
}
 
.sm-show-head ul li {
    display: inline-block;
}

.sm-show-head ul li a {
    color: #FFF;
    text-decoration: none;
}

.main-header.fixed-header  .navbar-brand {
    max-width: 60px;
}

.main-header.fixed-header  .navbar-brand img {
    max-width: 93px;
    top: -4px;
}

.main-header.fixed-header  .container-fluid {
    display: block;
    /* align-items: center; */
}

.sm-show-head  a.nav-icon.shop-icon {
    position: relative;
    /*    top: -3px;*/
    margin-left: 29px;
    margin-right: 0 !important;
}

.main-header.fixed-header  .sm-show-head ul {
    display:block;
    width: 100%;
    padding-right: 0;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 0px !important;
}

.main-header.fixed-header .sm-show-head {
    position: relative;
    top: 7px;
}

.main-header.fixed-header .sm-show-head .cart-badge {
    padding-top: 1px;
}	
button.btn-close.btn-close-white {
    position: absolute;
    right: -24px;
    top: 51px;
    opacity: 1;
}	
	
.cat-page-title h1.page-title {
    text-align: center;
}	
	
	.phone-hide-sm{
		display: none;
	}	
	
.tp-left {
    display: none;
}

.top-bar {
    justify-content: end !important;
    margin-bottom: 0;
}

.sm-logo-head {
    margin-top: -74px;
}
.sm-logo-head img {
    position: relative;
    left: -15px;
    top: 15px;
}
.main-header.fixed-header .sm-logo-head img {
    position: relative;
    left: -15px;
    top: -12px;
}	

.navbar-toggler:focus {
    box-shadow: none;
}

main#main {
    overflow: hidden;
}	
	
.main-header.fixed-header .sm-logo-head {
    position: relative;
    top: 43px;
    max-width: 104px;
}
 
	
.abt-col {
    display: block;
    text-align: center;
}

.abt-info {
    text-align: center;
}

.abt-col h3 {
    text-align: center;
}

.abt-col:before {
    background: transparent;
}	
	
body {
    padding-right: 0 !important;
}	
	
section.sell-sec.sec-space {
    padding-bottom: 0;
}	
.logo-wrap:before {
    display: none;
}

.enquire-now {
    text-align: center !important;
}

.enquire-number .highlight {
    display: block;
}

.top-strip {
    margin-top: 0;
}
a.sm-phone-lg img {
    width: 37px;
}
 
a.cart-ico {
    position: relative;
}

.hm-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
	
.sm-show-head ul li {
    margin-left: 20px;
}

button.navbar-toggler {
    /* position: absolute; */
    /* right: 0; */
}	
.left-img {
    /* margin-bottom: 20px; */
}

.legacy-text {
    margin-top: 20px;
    text-align: center;
}

.abt-bottom {
    justify-content: center;
}

.Our-story {
    padding-bottom: 0;
}

.logo-media-abt {
    display: none;
}	
.lg-bg-row {
    padding: 30px 0px;
}
 
section.sell-sec .recent-col {
    margin: 11px -10px 0;
}
 

section.sell-sec .sec-head {
    /* margin-left: -10px; */
    text-align: left !important;
}	
section.sell-sec .sec-head h2 {
    text-align: left !important;
}	
.recent-col .btn-theme {
    min-width: auto;
}	
section.legacy-sec {
    margin-bottom: 30px;
}

.lg-bg-row {
    margin: 0;
}

.story-text {
    top: 0;
}	
	
.icon-left {
    display: none;
}

.icon-right {
    display: none;
}

.pan-text p {
    margin-bottom: 3px;
}

.pan-main h2 {
    margin: 0;
}
	
.grid-layout {
    max-width: 300px;
    margin: 0px auto;
}	
	
.copyright-text {
    color: #FFF;
}

.enquire-now {
    margin-bottom: 19px;
}	

.copyright-text {
    color: #FFF;
}

.enquire-now {
    margin-bottom: 19px;
}

.footer-newsletter {
    margin: 0px auto 33px;
}	
	
.footer-links {
    width: 50%;
}
 
.footer-links h3 {
    font-size: 20px;
}

.footer-newsletter h3 {
    font-size: 21px;
}

.enquire-number .highlight {
    font-size: 21px;
}	
.sm-copy {
    margin-bottom: 61px;
}	
	
	
.product-box {
    padding: 20px 0px 0px;
}

.white-box-main {
    margin: 0;
    padding: 20px 8px;
}

.price-range {
    display: block;
    margin-top: 12px;
}

.review {
    font-size: 14px;
}
.slider-single {
    margin-bottom: 10px;
}
.product-title {
    font-size: 26px;
    margin-bottom: 0;
}

.stars {
    font-size: 24px;
}

.delivery-item {
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
}

.delivery-item + .delivery-item {
    margin-right: 0;
}

.thumb-item img {
    /* min-width: 120px; */
}

.product-details {
    flex-wrap: wrap;
}

.product-option:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px;
}	
	
.icon-box {
    text-align: center;
    margin-bottom: 20px;
}

.icon-circle {
    justify-content: center;
}

.icon-title {
    font-size: 20px;
}

.experience-section {
    padding: 30px 20px 0;
}

.icon-circle img {
    object-fit: contain;
}

.experience-section h2 {
    margin-bottom: 17px;
}

.bg-section-sp.sec-space.single-bg {
    padding-bottom: 20px;
}	
	
.summary.entry-summary .product_meta .product-meta-info {
    margin-right: 20px;
}

.summary.entry-summary .product_meta .product-meta-info:nth-child(3) {
    margin-right: 0;
}	
	
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}	
.woocommerce div.product div.images {
    margin-bottom: 17px;
}
	
.woocommerce .star-rating::before {
    display: none;
}

.woocommerce .star-rating span {
    width: 100% !important;
}	
	
.recent-col .btn-theme {
    width: 100%;
}

.recent-col .btn-col {
    width: 100% !important;
}	
	
.recent-carousel td.value {
    width: 100%;
}

.recent-carousel table.variations tr td {
    display: block;
}	
.recent-carousel table.variations label {
    font-size: 12px;
    display: block;
}
.pro-select-quanity {
    flex-wrap: wrap;
/*    flex-direction: column-reverse;*/
}

.pro-select-quanity td.value select {
    font-size: 12px;
    height: 40px;
}

.pro-select-quanity .quanity-bx {
    width: 100%;
}	
.product-best-slider  a.added_to_cart {
    display: none;
}
	
	.hideformobile{
		display: none !important;
	}	
	
.single-product .summary.entry-summary form.cart .variations select {
    min-width: 120px;
    margin-left: 0;
}	
.single-product div.product form.cart .button.single_add_to_cart_button {
    width: calc(100% - 90px);
}	
	
.summary.entry-summary .product_meta * {
    font-size: 14px;
}	
	
	
.main-header.fixed-header .sm-logo-head {
    display: none;
}

.main-header.fixed-header .hm-main {
    justify-content: space-between;
    width: 100%;
}

.main-header.fixed-header .sm-show-head ul {
    justify-content: end;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: auto;
    float: right;
}

.main-header.fixed-header  button.navbar-toggler {
    position: absolute;
    left: 0;
    top: -15px;
}	
	
.sm-logo-head {
    margin-bottom: -21px;
    position: relative;
    z-index: 1;
}

main#main:before {
    height: 0 !important;
}

.slide-main:before {
    height: 44px;
}	

.recent-carousel .item .recent-col {
    text-align: center;
}

.recent-carousel .pro-select-quanity {
    width: 100%;
}
span.xoo-wsch-close {
    font-size: 30px;
} 	
	
	
}

/*max 991px*/


@media (min-width:992px){

.slide-item-home {
 background-position: top !important;
}
	
}


@media (min-width:992px){
	
.woocommerce div.product div.images {
    width: 60%;
    padding-right:80px;
}

.woocommerce div.product div.summary {
    width: 40%;
    border-top-left-radius: 90px;
}

.woocommerce .star-rating::before {
    font-size: 22px;
    display: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
    height: 28px;
    width: 154px;
    margin-top: 0;
}
.woocommerce .star-rating span::before {
    color: #ED850D;
    font-size: 26px;
}
.woocommerce .star-rating span {
    position: relative !important;
}	
	
	
	
}



@media (max-width:767px){
	
.rc-media img {
    min-height: 188px;
    max-height: 188px;
}
.sell-media img {
    min-height: 188px;
    max-height: 188px;
} 
.card-media img {
    min-height: 188px;
    max-height: 188px;
}
.rc-media img {
    min-height: 188px;
    max-height: 188px;
}	
	
.footer-subscribe .subscribe-btn {
    width: 100%;
}	
.product-best-slider .card.card-01 img {
    min-height: 188px;
    max-height: 188px;
}	
	
	
	
}




@media (min-width:1250px) and (max-width:1335px)
{
 .main-header .nav-link {
    font-size: 12px;
} 
.main-header .container {
    width: 99%;
}	
	
	
	
}
@media (min-width:992px) and (max-width:1249px)
{
.main-header .nav-link {
    font-size: 12px;
    line-height: 15px;
}  
.main-header span.menu-icon {
    width: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
            grid-gap: 5px;
}
}



@media (max-width:500px){
	
.an-box {
    max-width: 340px;
    margin: auto;
    line-height: 20px;
}

.tp-slidebar .owl-nav {
    top: -19px;
}
	
	
}


@media (max-width:350px){
.tp-right ul.top-info li {
    margin-left: 15px;
}
.mobile-description .btn-sm {
    font-size: 13px;
    padding: 10px 7px;
}	
	
	
	
}




@media (min-width:1200px){
	
.container {
    width: 95%;
    max-width: 1700px;
}	
	
}



@media (min-width:1200px) and (max-width:1320px){
    
.pan-main h2 {
    font-size: 36px;
}
    
}




@media (min-width:1440px) and (max-width:1599px){
  .main-header .nav-link {
    font-size: 14px;
}  
}


@media (min-width:1600px){
 .main-header .nav-link {
    font-size: 15px;
    margin: 0px 4px;
}
.main-header.fixed-header .right-menu ul li a {
    font-size: 15px;
}	
	
}



@media (min-width:1280px) and (max-width:1440px){
.lg-media-1 img {
    width: 200px;
    height: 200px;
} 

.rec-text h3 {
    font-size: 22px;
}
.lg-media-2 img {
    width: 240px;
    height: 240px;
}    
}

@media (min-width:1600px){
 .lg-media-2 img {
    width: 340px;
    height: 340px;
}
.lg-media-1 img {
    width: 260px;
    height: 260px;
}
    
}

 


/****Image change css******/
/*.rc-media {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    max-width: 100%;
}
img.visible_photo.scale-with-grid {
    opacity: 1;
}
img.hidden_photo.scale-with-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    min-height: 200px;
    max-height: 200px;
}
.rc-media img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/