/* TYPOGRAPHY START*/
* {
    box-sizing: border-box;
}

:root {
    --blue: #123499;
    --white: #ffffff;
    --black: #000000;
    --liteyellow: #f5f0ec;
  }

.btn:active,
*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #f7f8ec;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}


h1 {
    color: #000;
    font-size: 75px;
    line-height: 90px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}

h1 strong {
    color: #D0FA65;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    color: #1d355d;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    color: #1d355d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}


h4,
h6,
h5 {
    font-size: 16px;
    line-height: 28px;
    color: #1d355d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}

p {
    font-size: 17px;
    color: #1d355d;
    line-height: 28px;
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px;
    margin: 0px;
}

ol {
    padding-left: 0;
    padding-bottom: 0px;
    counter-reset: listitem;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 34px;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #1d355d;
    display: inline-block;
    left: 0;
}

li {
    font-size: 19px;
    color: #1d355d;
    font-style: normal;
}

li a {
        color: #1d355d;
}

li a:hover {
    color: #1d355d;
}

a {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}

.btn {
    color: #fff;
    background: #67221a;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a;
    border-radius: 6px;
}
.btn:hover {
    color: #67221a;
    border-color: #67221a;
}
body.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}
/* TYPOGRAPHY END*/

/** ================== // HEADER CSS START // ================== **/
.announcement-bar {
    background: #67221a;
    padding: 12px 0;
    text-align: center;
}
.announcement-bar-content p {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    text-transform: capitalize;
}
.header {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0;
    background: transparent;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    z-index: 9;
    padding: 10px 0;
    transition: all 500ms ease;
    border-bottom: 1px solid #67221a17;
    box-shadow: #e6b057 0px 0px 4px;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 0;
}
.main-nav .menu-bar {
	display: none;
}
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding-left: 35px;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    border-radius: 35px;
}
.nav-menu ul li {
    padding: 0;
    margin: 0 15px;
    position: relative;
    font-size: 16px;
}
.mobile-scroll {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-user-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 108px;
}
.header-user-nav.desktop-hide {
    display: none;
}
.nav-icon {
    margin: 0 15px;
    position: relative;
}
.nav-menu ul li::before {
	display: none;
}
.nav-menu ul li a {
    color: #333;
    position: relative;
    font-weight: 500;
    padding: 5px;
    display: block;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.nav-menu ul li.current-menu-item a,
.nav-menu ul li a:hover {
    background: transparent;
    color: #67221a;
    border-color: #67221a;
}
.nav-menu ul li.current-menu-item a::after,
.nav-menu ul>li>a:hover::after {
	width: 100%;
	opacity: 1;
}
.navigation ul li.menu-item-has-children a {
    padding-right: 27px;
}
.nav-menu ul li.current-menu-item {
    font-weight: bold;
}
.nav-menu ul li a:hover {
    text-decoration: none;
}
.logo {
    margin: 0;
    width: 105px;
    text-align: center;
}
.footer-logo a,
.logo a {
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background: transparent;
    display: block;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 85px);
}
.navigation {
    width: 100%;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 40px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 218px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    background: #67221a;
    padding: 0;
    border-radius: 5px;
    border: 0;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    border-bottom: none;
    position: relative;
    border-radius: 0;
    border-bottom: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 9px 15px;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px #ffffff33 solid;
    font-size: 14px;
    border-radius: 0;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-90deg);
	top: 50%;
}
.nav-menu ul li.current-menu-item.menu-item-has-children>a::before {
	border-top: 5px solid #000;
}
.navigation ul li ul.sub-menu li.current-menu-item{
        font-weight: 300;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation ul li.menu-item-has-children {
	padding-right: 0;
}
.navigation .menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    transition: 0.4s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    margin-top: 2px;
}
.navigation ul li.menu-item-has-children:hover a::before {
    border-top-color: #67221a;
	transition: 0.4s;
    transform: translateY(-75%) rotate(180deg);
}
.navigation ul li.menu-item-has-children ul.sub-menu li a::before {
    transform: translateY(-55%) rotate(-90deg);
    border-top-color: #fff !important;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	top: 43%;
	border-top-color: #074384;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #000;
}
.navigation ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #eac474;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
    color: #ffffff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    color: #ffffff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
    color: #fff;
    background: #eac474;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #355fa5;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
    color: #333;
    background: #cfe3da;
}
.navigation ul li.menu-item-has-children ul.sub-menu li a::before {
	border-top-color: #000;
	top: 38%;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #000;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #074384;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #000;
}
.nav-menu ul li.current-menu-item a::after {
    opacity: 1;
    width: 100%;
}
.logo a img {
    width: 100%;
}
span.count {
    position: absolute;
    right: -15px;
    top: -10px;
    background: #67221a;
    color: #fff;
    min-width: 21px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #eac474;
    line-height: 1;
}
.header-search .form-group {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.header-search .form-group .searchinput {
    background: transparent;
    border: 2px solid #67221a;
    border-radius: 4px;
    height: 45px;
    padding: 5px 15px;
    font-size: 16px;
    color: #67221a;
    width: 100%;
}
.header-search .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #67221a;
    padding: 7px;
    width: 45px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    border: 0;
}
.header-search .search-submit svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.header-search {
    min-width: 320px;
}
/** ================== // HEADER CSS END // ================== **/



/** ================== // HERO SLIDER CSS START // ================== **/
.hero {
    margin: 35px 0;
}

.hero .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-radius: 25px;
}

.hero-slider .swiper-slide {
    border-radius: 25px;
    overflow: hidden;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: #fff;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  transition:all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}
.hero-slider .swiper-button-next {
    right: 0;
    border-radius: 7px 0 0 7px;
}
.hero-slider .swiper-button-prev {
    left: 0;
    border-radius: 0 7px 7px 0;
}
.hero-style {
  width: 60%;
  height: 650px;
  transition:all .4s ease;
}
.hero-slider .swiper-button-prev img,
.hero-slider .swiper-button-next img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
}
.hero-products {
    width: 100%;
}
.order-start-wrapper h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0;
}
.order-start-row {
    gap: 5px;
    margin: 0 0 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.order-start-col {
    width: max-content;
}
.order-start-col img {
    width: 23px;
}
.order-start-wrapper,
.order-start-wrapper .order-start-col input {
    display: none;
}
.order-start-col label {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f2f8f5;
    border-radius: 4px;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #28a8b317;
    cursor: pointer;
    z-index: 0;
}
.order-start-col label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #67221a;
    transition: .35s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.order-start-col input[type="radio"]:checked ~ label:before {
    opacity: 1;
    visibility: visible;
}
.order-start-col input[type="radio"]:checked ~ label {
    color: #fff;
}
.order-start-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.order-process-btn {
    margin: 0 0 15px;
}
.order-process-btn .procees-btn {
    width: 100%;
}
/** ================== // HERO SLIDER CSS END // ================== **/


/** ================== // AUTO SCROLL SECTION CSS START // ================== **/
.auto-scroll-content {
    /* background-image: linear-gradient(86deg, #27bd7a 10.26%, #a4fa84 53.53%, #b3a7ff); */
    background: #e8c373;
}
#scroller{
    width: 10000%;
  }
  #scroller.ready > *{
    display: inline-block;
    float:left;
    overflow: hidden;
  
    webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  
  
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  
  
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  
  
    -webkit-animation-name: marginator;
    animation-name: marginator;
  
  
  
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  #scroller:hover > *{
  
  
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  @-webkit-keyframes marginator {
    0% {
      -webkit-transform: translate(0,0);
      -webkit-transform: translate3d(0,0,0);
    }
    100% {
      -webkit-transform: translate(-100%,0);
      -webkit-transform: translate3d(-100%,0,0);
    }
  }
  
  @keyframes marginator {
    0% {
  
      -webkit-transform: translate(0,0);
      transform: translate(0,0);
  
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
    }
    100% {
  
  
      -webkit-transform: translate(-100%,0);
      transform: translate(-100%,0);
  
  
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  }
  #scroller-wrapper{
    overflow: hidden;
  }
  .scroller-inner {
      display: flex !important;
      align-items: center;
  }
  .marquee-atf-part {
      padding: 25px 0px;
  }
  .marquee-atf-item-item {
      margin: 0px 15px;
  }
  .marquee-atf-item-item h2, .marquee-atf-item-item h3 {
      font-weight: 700;
      margin: 0;
      font-size: 36px;
      line-height: 34px;
      color: #67221a;
      text-transform: uppercase;
      padding: 20px 0;
  }
  .marquee-atf-item-item:nth-child(odd) h2,
  .marquee-atf-item-item:nth-child(odd) h3 {
      color: transparent;
      -webkit-text-stroke: 1px #67221a;
      text-stroke: 1px #67221a;
  }
/** ================== // AUTO SCROLL SECTION CSS END // ================== **/


/** ================== // OUR CATEGORY SECTION CSS START // ================== **/
.our-feature-section {
    margin: 35px 0;
}
.our-category-section {
    margin: 50px 0 25px;
}
.heading {
    margin: 0 0 25px;
}
.heading h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}
.our-category-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.our-category-col {
    width: 13%;
    padding: 0 0 25px;
}
.our-category-card figure {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border: 1px solid #e8c373;
    border-radius: 15px;
    background: #1edf8921;
}
.our-category-card figure a {
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.our-category-card figure a:hover {
    background: #ffffffde;  
}
.our-category-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: .5s;
}
.our-category-card h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 18px;
    text-transform: capitalize;
}
.our-category-card figure a:hover img {
    transform: scale(1.05);
}
/** ================== // OUR CATEGORY SECTION CSS END // ================== **/


/** ================== // TESTIMONIALS SECTION CSS START // ================== **/
.m50 {
    margin: 50px 0;
}
.testimonials-slider {
    padding: 50px;
    background: #fff;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}
.testimonials-slider::before {
    content: "";
    position: absolute;
    background-image: url(../images/bglines.png);
    background-size: 100%;
    background-position: 20% 80%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}
.rating-icon svg {
    width: 22px;
}
.rating-icon svg path {
    fill: #ffa000;
}
.rating-icon {
    text-align: center;
    margin: 0 0 20px;
    font-size: 21px;
}
.testimonials-slide-content {
    padding: 15px 122px;
    text-align: center;
}
.quote-icon {
    width: 45px;
    margin: 0 0 12px;
    opacity: 0.4;
}
.testimonials-slide-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.testimonials-slide-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-slide-footer {
    display: block;
    background: transparent;
    margin: 35px 0 0;
    border-radius: 15px;
    padding: 0;
    text-align: center;
}
.testimonials-by {
    width: 100%;
    margin-left: 0;
}
.testimonials-by h6 {
    font-size: 20px;
}
.testimonials-by h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: #00000040 2px 2px 5px;
}
.swiper-button-prev {
    left: -25px;
}
.swiper-button-next {
    right: -25px;
}
.testimonials-wrapper {
    position: relative;
}
.testimonials-slide-info p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.testimonials-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    left: 0;
}
.testimonials-slider .swiper-pagination span {
    margin: 0 4px;
    background: #67221a;
}
/** ================== // TESTIMONIALS SECTION CSS END // ================== **/


/** ================== // PRODUCTS SLIDER SECTION CSS START // ================== **/
.products-slider-media {
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e8c373;
    margin: 0 0 12px;
}
.products-slider-media figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.products-slider-media a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.products-slider-media figure img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.products-slider-content {
    padding: 0 15px 25px;
}
.products-slider-content h4 {
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    line-height: 23px;
}
.products-slider-content h5 {
    color: #a19f9f;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 5px;
}
.shop-product-slider .swiper-wrapper article > .container,
.shop-main.products-slider-section.shop-section > .container {
    padding: 0;
}
.woocommerce-cart .shop-main.products-slider-section.shop-section {
    padding: 0 15px;
}
.products-slider-content .d-flex h6,
.card-price-cart h6 {
    font-weight: 600;
    color: #000;
}
.card-price-cart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 7px 0 0;
}
.products-slider-media figure a:hover {
    transform: scale(1.05);
}
.products-slider-wrapper {
    position: relative;
}
.products-slider-wrapper .swiper-button-prev {
    left: -65px;
    top: 40%;
}
.products-slider-wrapper .swiper-button-next {
    right: -65px;
    top: 40%;
}

.products-slider-wrapper .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/** ================== // PRODUCTS SLIDER SECTION CSS END // ================== **/


/** ================== // INSTAGRAM SLIDER SECTION CSS START // ================== **/
.insta-wrapper h2 img {
    width: 26px;
    margin: 0 10px 0 0;
}
.insta-wrapper h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8c37330;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e8c373;
}
.intspost-img {
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #a9a8a7;
}
.intspost-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intspost-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    transition: .35s;
}
.intspost-img:hover::before {
    opacity: 0;
}
.insta-section {
    padding: 50px 0;
}
.insta-slider {
    padding: 0 10px;
    background-color: #f4eed5;
    border-radius: 25px;
    margin: 0 15px;
    border: 1px solid #e8c373;
    position: relative;
}
.insta-slider:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 52px;
    border: 2px dashed #e8c373;
    z-index: -1;
}
.insta-slider .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 70px;
}
.insta-wrapper .heading {
    margin: 0 0 50px;
    text-align: center;
}
/* #sb_instagram #sbi_images {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: inherit !important;
}
#sb_instagram #sbi_images {
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    justify-content: center !important;
} */
#sbi_images .slick-list {
    width: 100%;
}
#sbi_images .slick-list .slick-slide {
    padding: 10px;
}
.sbi_photo_wrap {
    border-radius: 12px;
    overflow: hidden;
}
#sbi_images .slick-slide:nth-child(even) {
    margin-top: 65px;
}
/** ================== // INSTAGRAM SLIDER SECTION CSS END // ================== **/



/** ================== // OUR FEATURE SECTION CSS START // ================== **/
.our-feature-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 18px;
}
.our-feature-wrapper .heading {
    text-align: center;
    margin: 0  0 45px;
}
.free-membership-heading .heading h2,
.testimonials-wrapper .heading h2,
.our-feature-wrapper .heading h2 {
    font-size: 35px;
    margin: 0 0 5px;
    text-align: center;
}
.our-feature-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.our-feature-col:nth-child(even) {
    background: #e8c37330;
}
.our-feature-col {
    width: calc(33.33% - 12px);
    text-align: center;
    margin: 0;
}
.our-feature-content h4 {
    font-weight: 600;
    margin: 0 0 12px;
    font-size: 20px;
    color: #67221a;
}
.our-feature-content p {
    font-size: 14px;
    line-height: 23px;
    color: #798483;
    font-weight: 500;
}
.our-feature-content {
    border: 1px solid #e8c373;
    border-radius: 12px;
    padding: 15px;
    min-height: 215px;
    transition: .5s;
}
.our-feature-content:hover {
    background: #67221a;
}
.our-feature-content:hover h4,
.our-feature-content:hover p {
    color: #fff;
}
.our-feature-wrapper .heading p {
    font-size: 15px;
}
.our-feature-content figure {
    max-width: 60px;
    margin: 25px auto;
}
.our-feature-content:hover figure img {
    filter: invert(1);
}
/** ================== // OUR FEATURE SECTION CSS END // ================== **/



/** ================== // PRODUCT DELIVERY PROCESS SECTION CSS START // ================== **/
.delivery-progress-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    position: relative;
    z-index: 0;
}
.delivery-progress-row::before {
    content: "";
    position: absolute;
    top: 37%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
    border-bottom: 7px solid #67221a;
    z-index: -1;
}
.delivery-progress-col {
    width: 25%;
}
.delivery-progress-col figure {
    margin: 0 0 20px;
    max-height: 180px;
    height: 180px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.delivery-progress-col p {
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
}
.delivery-progress-col figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/** ================== // PRODUCT DELIVERY PROCESS SECTION CSS END // ================== **/



/** ================== // FREE MEMBERSHIP SECTION CSS START // ================== **/
.free-membership-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.free-membership-right, .free-membership-left {
    width: 50%;
    text-align: center;
}
.free-membership-center {
    width: 60%;
}
.free-membership-wrapper h5 {
    font-size: 23px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0 0 15px;
}
.login-with-wapp {
    text-align: center;
}
.free-membership-right {
    border-left: 1px solid #cfcfcf;
    padding-left: 25px;
}
.whtapp-icon,
.scan-box {
    margin: 0 auto 10px;
    padding: 15px;
    width: 160px;
    height: auto;
    overflow: hidden;
    border: 1px solid #e8c373;
    border-radius: 15px;
    background: #e8c37330;
}
.free-membership-left {
    padding-right: 25px;
}
.free-membership-section .container {
    max-width: 640px;
}
.free-membership-section {
    padding-bottom: 50px;
}
/** ================== // FREE MEMBERSHIP SECTION CSS END // ================== **/


/** ================== // FOOTER SECTION CSS START // ================== **/
.footer {
    background: #ffffff;
    border-top: 1px solid #c5c5c552;
    padding: 30px 0 0;
    margin-top: auto;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-left {
    width: 360px;
    padding-right: 25px;
}
.footer-right {
    width: calc(100% - 360px);
    padding-left: 25px;
}
.footer-logo {
    width: 160px;
    margin: 0 0 10px;
}
.footer-about p {
    color: #606060;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.footer-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 75px;
    padding-top: 25px;
}
.footer-nav-col h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0 0 15px;
}
.footer-nav ul {
    list-style-type: none;
}
.footer-nav ul li a {
    font-size: 14px;
    padding: 3px 0;
    margin: 0 0 5px;
    display: block;
    color: #8b8b8b;
}
.footer-nav ul li a:hover {
    color: #67221a;
}
.copyright-section {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 30px 0 0;
    background: transparent;
}
.copyright-section p {
    font-size: 14px;
    color: #8b8b8b;
}
.footer-nav.social-nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-nav.social-nav ul li a {
    width: 45px;
    height: 45px;
    margin: 5px;
    padding: 9px;
    overflow: hidden;
    border: 1px solid #e8c373;
    border-radius: 6px;
    background: #e8c37330;
}
.footer-nav.social-nav ul li a:hover {
    transform: translateY(-5px);
}
.fssai-logo img {
    width: 90px;
    margin: 0 10px 0 0;
}
.fssai-logo {
    margin: 0 0 10px;
}
.fssai-info {
    margin: 25px 0 0;
}
/** ================== // FOOTER SECTION CSS END // ================== **/



/** ================== // SHOP PAGE CSS START // ================== **/
.shop-product-slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 12px;
}
.shop-product-slider .swiper-slide {
    width: calc(33.33% - 12px);
}
.products-slider-section.shop-section {
    margin-bottom: 0;
    margin-top: 0;
}
.products-slider-section.shop-section .heading {
    margin: 0 0 50px;
}
.shop-section .products-slider-card {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #e8c37330;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #28a8b317;
    margin: 0;
    width: calc(33.33% - 16px) !important;
}
.hero-products .shop-section {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0;
	display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
}
.shop-section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.shop-section::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
    border-radius: 10px;
}
.shop-section::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #f7f8ec;
	background-color: #555;
}
.shop-section .products-slider-media {
    width: 120px;
    height: 135px;
    margin-bottom: 0;
}
.shop-section .products-slider-media a {
    padding: 0;
}
.shop-section .products-slider-content {
    padding: 0 15px 0;
    width: calc(100% - 120px);
}
.shop-section .products-slider-content .card-price-cart {
    margin: 0;
}
.quantity-cart-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 7px 0 0;
}
.quantity-cart-section span.screen-reader-text,
.quantity-cart-section .woocommerce-LoopProduct-link {
    display: none !important;
}
.shop-product-slider .swiper-wrapper {
    gap: 30px 16px;
}
.products-slider-content .d-flex {
    justify-content: space-between;
    margin: 10px 0;
    display: inline-block !important;
}
.woocommerce ul.products li.product .d-flex {
    display: inherit !important;
}
.card-price-cart .qty-container {
    color: #fff;
    background: #67221a;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-btn {
    width: 76px;
}
.p-qty {
    width: 50%;
}
.card-price-cart .qty-container button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.card-price-cart .qty-container .input-qty {
    width: 36px;
    text-align: center;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;font-weight: 500;
}
/* Hide the number input spin buttons */
.card-price-cart .qty-container .input-qty::-webkit-inner-spin-button,
.card-price-cart .qty-container .input-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card-price-cart .qty-container .input-qty[type="number"] {
  -moz-appearance: textfield;
}
.shop-main.products-slider-section.shop-section {
    margin: 50px 0;
}
/** ================== // SHOP PAGE CSS END // ================== **/


/** ================== // CONTACT PAGE CSS START // ================== **/
.contact-us-section {
    margin: 50px 0 100px;
}
.contact-us-col {
    width: calc(33.33% - 25px);
    text-align: center;
}
.contact-us-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 85px;
    margin-bottom: 50px;
}
.contact-us-card {
    background: #fff;
    border: 1px solid #e8c373;
    padding: 30px;
    border-radius: 12px;
    min-height: 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact-us-card .inner-content {
    width: 100%;
}
.contact-us-card .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #e8c373;
    border-radius: 11px;
    background: #67221a;
    position: absolute;
    top: -30px;
}
.contact-us-card .icon img {
    filter: invert(1);
}
.contact-us-card h3 {
    margin: 0 0 15px;
}
.contact-us-card p {
    margin: 0 0 15px;
    color: #8b8b8b;
}
.contact-us-card p a {
    color: #8b8b8b;
}
.contact-us-card p a:hover {
    color: #000;
}
.map-row {
    border: 1px solid #e8c373;
    border-radius: 11px;
    overflow: hidden;
    height: 450px;
}
.map-row iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
    overflow: hidden;
}
.contact-us-card p strong {
    display: block;
    color: #333;
}
/** ================== // CONTACT PAGE CSS END // ================== **/


/** ================== // FAQ PAGE CSS START // ================== **/
.faq-section {
    margin: 50px 0 100px;
}
.heading.inner-heading {
    position: relative;
}
.heading.inner-heading {
    position: relative;
}
.heading.inner-heading::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #67221a;
    display: block;
    position: absolute;
    top: 23px;
}
.heading.inner-heading h1,
.heading.inner-heading h2 {
    color: #67221a;
    line-height: 1.3;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #67221a;
    position: relative;
    background: #f7f8ec;
    z-index: 1;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}
.heading.inner-heading p {
    margin: 15px 0 0;
    color: #9b9999;
    font-size: 18px;
}
.faq-list {
    padding: 14px 20px;
    margin: 0 0 20px;
    border: 1px solid rgba(255,255,255, .5);
    border-radius: 4px;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-header h3 {
    color: #fff;
    font-size: 24px;
    padding-right: 46px;
    text-transform: capitalize;
    font-weight: 500;
}
.faq-body h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 25px 0 4px;
}
.faq-header .icon .icon-open {
    display: none;
}
.faq-list.active .faq-header .icon .icon-open {
    display: block;
    filter: invert(1);
}
.faq-list.active .faq-header .icon .icon-close {
    display: none;
}
.faq-body {
    display: none;
    margin: 0;
}
.faq-wrapper {
    background: #67221a;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
}
.faq-body p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
.faq-list.active {
    background: #fff;
}
.faq-list.active .faq-header h3 {
    color: #000;
}
.faq-list.active  .faq-body p {
    color: #333;
}
/** ================== // FAQ PAGE CSS END // ================== **/


/** ================== // DEFAULT PAGE CSS START // ================== **/
.default-page-wrapper {
    border: 1px solid #e8c373;
    border-radius: 6px;
    background: #e8c37330;
    padding: 30px;
    margin-top: 50px;
}
.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0;
    color: #000;
}
.default-page-content ol li,
.default-page-content ul li,
.default-page-content p {
    color: #7d7c7c;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 12px 0;
}
.default-page-content ul,
.default-page-content ol {
    margin-left: 25px;
    margin-bottom: 25px;
}
.default-page-content ol li a,
.default-page-content ul li a,
.default-page-content p a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}
.default-page-content ol li a:hover,
.default-page-content ul li a:hover,
.default-page-content p a:hover {
    color: #000;
    text-decoration: none;
}
/** ================== // DEFAULT PAGE CSS END // ================== **/



/** ================== // ABOUT PAGE CSS START // ================== **/
.about-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 40px;
    border: 1px solid #e8c373;
}
.about-left {
    width: 45%;
}
.about-right {
    width: 50%;
    padding: 25px;
}
.about-right h2 {
    color: #67221a;
    line-height: 1.3;
    display: inline-block;
    padding: 0;
    z-index: 1;
    font-size: 32px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
}
.about-right p {
    font-size: 14px;
    line-height: 23px;
    color: #798483;
    font-weight: 500;
    text-align: justify;
}
.our-process-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.our-process-col {
    width: calc(25% - 15px);
    margin: 0 0 25px;
}
.our-process-card {
    background: #eff3fc;
    padding: 25px 15px;
    border-radius: 12px;
    position: relative;
    min-height: 358px;
    transition: .5s;
}
.our-process-card span {
    text-transform: uppercase;
    color: #c7c7c7;
    letter-spacing: 1px;
    font-weight: 300;
    display: block;
    margin: -12px 0 20px;
}
.our-process-card h3 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 50px 0 12px;
    color: #67221a;
    min-height: 53px;
}
.process-content p {
    font-size: 14px;
    line-height: 21px;
    color: #857f7f;
}
.our-process-card .icon {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 0px;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: #f5942342;
    pointer-events: none;
}
.process-content {
    min-height: 130px;
}
.our-process-card:hover {
    background: #67221a;
}
.our-process-card:hover p,
.our-process-card:hover h3 {
    color: #fff;
}
.our-process-card:hover .icon {
    opacity: 0.5;
    color: #fff;
}
.about-more-info .about-right {
    width: 100%;
    text-align: center;
}
.about-us-content ul {
    margin-left: 20px;
}
.about-us-content ul li {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    color: #798483;
    font-weight: 500;
    margin: 0 0 5px;
}
.team-col-left h3 {
    color: #67221a;
    line-height: 1.3;
    display: inline-block;
    padding: 0;
    z-index: 1;
    font-size: 21px;
    font-family: "Space Grotesk", sans-serif;
    margin: 10px 25px 0;
    font-weight: 700;
}
.team-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.team-col {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #f4eed5;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #e8c373;
}
.team-col figure {
    width: 170px;
    height: 190px;
    overflow: hidden;
    background: #ffffff85;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #28a8b317;
}
.team-col figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-col-left {
    width: 180px;
}
.team-col-right {
    width: calc(100% - 220px);
    text-align: left;
    margin-left: 35px;
    margin-top: 35px;
    margin-right: 35px;
}
.team-col-right p {
    font-size: 18px;
    line-height: 30px;
}
.about-us-content.mission h3 {
    text-align: left;
    margin: 0 0 10px;
    color: #798483;
    font-size: 18px;
    font-weight: 700;
}
.about-more-info .about-right ul li,
.about-more-info .about-right p {
    font-size: 18px;
    line-height: 27px;
}
/** ================== // ABOUT PAGE CSS END // ================== **/



/** ================== // REPORTS PAGE CSS START // ================== **/
.today-test-report-wrapper table {
    width: 100%;
    border: 1px solid #ccc;
}
.today-test-report-wrapper table tr th {
    background: #67221a;
    color: #fff;
    font-weight: 500;
}
.today-test-report-wrapper table tr th,
.today-test-report-wrapper table tr td {
    border: 1px solid #ccc;
}
.lab-test-reports-wrapper {
    background: #67221a;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    transition: .5s;
}
.modal button.btn-close {
    width: 40px;
    height: 40px;
    background: #67221a;
    color: #fff;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    transition: .45s;
}
.modal button.btn-close:hover {
    opacity: 0.75;
}
.modal button.btn-close img {
    filter: invert(1);
}
.rememberme {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.rememberme-lost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lost_password a {
    text-decoration: underline;
    font-size: 14px;
    margin: 0 0 3px;
    color: #67221a;
    letter-spacing: 0.5px;
}
.lost_password a:hover {
    text-decoration: none;
}
.login-form {
    padding: 25px 10px;
}
.login-form h2 {
    font-size: 27px;
    color: #67221a;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
}
.login-form .form-group {
    margin: 0 0 15px;
}
.login-form .form-group label {
    font-size: 13px;
    margin: 0 0 3px;
    color: #939292;
    letter-spacing: 0.5px;
}
.login-form .form-group .form-control {
    font-size: 16px;
    margin: 0;
    color: #000;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    height: 47px;
}
.login-form .form-group.form-checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.login-form .form-group.form-checkbox-group  input.input-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    accent-color: #67221a;
}
.form-group.form-checkbox-group label {
    margin: 0 5px 0 0;
}
.form-group.form-checkbox-group p {
    font-size: 13px;
}
.form-group.form-checkbox-group p a {
    color: #333;
    text-decoration: underline;
}
.login-form .form-group.submit-group {
    margin: 25px 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.login-form .form-group.submit-group .btn {
    font-size: 16px;
    min-width: 140px;
    height: 47px;
}
.today-test-report-section.m50 {
    margin-bottom: 0;
}
.login-form .form-group.submit-group .button-next-login,
.login-form .form-group.submit-group a.button-next-reregister {
    border: 1px solid #67221a;
    color: #67221a;
    font-size: 16px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    min-width: 180px;
    border-radius: 6px;
}
.login-form .form-group.submit-group .button-next-login:hover,
.login-form .form-group.submit-group a.button-next-reregister:hover {
    background-color: #67221a;
    color: #fff;
}
.login-form.register-form {
    display: none;
}

/** ================== // REPORTS PAGE CSS END // ================== **/


/** ================== // FOOTER INFO BAR CSS START // ================== **/
.footer-info-bar-section {
    background-color: #67221a;
    padding: 20px 0;
}
.footer-info-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-info-bar-col h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}
.footer-info-bar-col h4 {
    color: #fff;
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 21px;
}
.footer-info-bar-col a,
.footer-info-bar-col p {
    color: #fff;
    margin: 0 0 4px;
    font-weight: 400;
}
/** ================== // FOOTER INFO BAR CSS END // ================== **/


/** ================== // PRODUCT SINGLE PAGE CSS START // ================== **/
.product-single-section {
    margin: 50px 0;
}
.product-single-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.product-single-info,
.product-single-media {
    width: 50%;
}

.product-single-info h1 {
    font-size: 48px;
    text-transform: capitalize;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin: 0 0 12px;
}
.stock-avail-status {
    width: max-content;
    background: #67221a;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #28a8b317;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin: 0 0 15px;
}
.stock-avail-status::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: #ecc776;
    border-radius: 50%;
    transform: translateY(-50%);
}
.product-single-quantity,
.product-single-price {
    color: #837f7f;
    margin: 0 0 15px;
}
.product-single-quantity span,
.product-single-price span {
    color: #333;
    font-weight: 600;
}
.product-single-quality-list ul li,
.product-single-quality-list ul {
    list-style-type: none;
}
.product-single-quality-list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: calc(25% - 10px);
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 4px;
    gap: 10px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e8c373;
    border-radius: 18px;
    min-height: 105px;
}
.product-single-quality-list {
    margin: 0 0 15px;
}
.product-single-quality-list ul li img {
    width: 40px;
    margin-right: 0;
}
.product-benefits-info ul,
.product-single-description-list ul {
    margin-left: 22px;
    margin-bottom: 25px;
}
.product-benefits-info p,
.product-benefits-info ul li, .product-single-description-list ul li {
    font-size: 16px;
    margin: 0 0 10px;
}
.product-benefits-info h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
}
.product-detail-table table {
    border: 1px solid #ccc;
    width: 100%;
}
.product-detail-table table tr th,
.product-detail-table table tr td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #333;
}
.product-detail-table table tr:nth-child(even) {
       background-color: #f4eed578;
}
.product-detail-table-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px dashed #333;
}
.product-detail-table-col span {
    width: 50%;
    padding: 5px;
    text-align: center;
}
.product-detail-table-col span + span {
    border-left: 1px dashed #333;
}
.product-detail-table h5 {
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background: #67221a;
}
.product-single-quality-list ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.product-single-description-wrapper button {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px;
}
.product-single-description-wrapper button.active {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px;
    background: #67221a !important;
    position: relative;
}
.product-single-description-wrapper ul#pills-tab {
    border: 0 !important;
}
.product-single-description-wrapper button.active::before {
    transform: rotate(45deg) translateX(-50%);
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #67221a;
    z-index: -1;
}
.product-single-description-wrapper #pills-tabContent {
    border-color: #ccc !important;
}
.addto-card-btn {
    margin: 0 0 20px;
}
.product-single-info-inner .card-price-cart .qty-container {
    width: max-content;
    margin-bottom: 20px;
}
.product-single-info-inner .card-price-cart {
    width: 260px;
}
/** ================== // PRODUCT SINGLE PAGE CSS END // ================== **/

/* ==== SHOP PAGE CSS START ==== */
.shop-section .entry-header,
.shop-section .woocommerce-result-count,
.shop-section .woocommerce-ordering {
    display: none;
}

.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 16px;
    margin-top: 40px;
    width: 100%;
}
.woocommerce ul.products::before {
    display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(33.33% - 16px) !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #e8c37330;
    padding: 10px !important;
    border-radius: 12px;
    border: 1px solid #e8c373;
    margin: 0 0 16px !important;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 28px;
    color: #000 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    line-height: 23px;
    min-height: 46px;
}
.woocommerce ul.products li.product .button {
    color: #fff;
    background: #67221a;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a;
    border-radius: 6px;
    min-height: 37px;
    display: inline-flex !important;
    align-items: center;
}
.woocommerce ul.products li.product .button::after {
    display: none;
}
.woocommerce ul.products li.product .button:hover {
    color: #67221a;
    border-color: #67221a;
    background-color: transparent;
}
.qib-container {
    color: #fff;
    background: #67221a;
    padding: 6px 8px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 98px;
}
.qib-container button {
    background: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1 !important;
    border: 0 !important;
    box-shadow: none;
    height: auto !important;
}
.quantity.buttons_added input.qty {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    height: auto !important;
}
.quantity.buttons_added {
    width: 36px !important;
}
.woocommerce ul.products li.product a img {
    padding: 0;
    object-fit: cover;
    margin: 0 !important;
    height: 100% !important;
    transition: .5s;
}
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.single-product .product .product-single-media,
.single-product .product .summary.entry-summary {
    width: calc(50% - 13px);
}
.single-product .product .summary.entry-summary .product-single-info {
    width: 100%;
}
.woocommerce .single-product div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.product-single-info .product_meta {
    display: none;
}
.woocommerce .single-product div.product form.cart  .qib-container {
    max-width: 115px;
}
.woocommerce .single-product div.product form.cart .single_add_to_cart_button {
    color: #fff;
    background: #67221a;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a;
    border-radius: 6px;
    transition: .35s ease-in-out;
    height: 37px !important;
}
.woocommerce .single-product div.product form.cart .single_add_to_cart_button:hover {
    background: transparent;
    color: #67221a;
}
/* .single-product .product .product-single-media {
    height: 400px;
    overflow: hidden;
} */
 .single-product .product .product-single-media .flex-viewport {
    height: 460px !important;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 0;
}
.single-product .product .product-single-media .swiper-container,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image a img,
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image {
    height: 100% !important;
    margin: 0;
    width: 100%;
    display: block;
    object-fit: cover;
}
.related.products h2 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 38px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 1;
}
.related.products .products-slider-media {
    width: 120px;
    height: 120px;
}
.related.products .products-slider-content {
    padding: 0 15px 25px;
    width: calc(100% - 120px);
}
.related.products ul.products li.product {
    gap: 0;
}
.related.products ul.products li.product .button {
    display: inline-flex;
    align-items: center;
    min-height: 37px;
    justify-content: center;
    margin-top: 0;
}
.related.products .products-slider-content a h2 {
    text-align: left;
}
.related.products ul.products {
    row-gap: 0;
}
.hero-products .p-qty {
    width: 100%;
}
.hero-products .p-qty .cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-price-cart .qty-container br {
    display: none;
}
.product-single-description-wrapper {
    width: 100%;
}
.wc-block-components-product-metadata__description p {
    font-size: 14px;
}
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont a,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.wc-block-cart__submit-container .wc-block-components-button,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    color: #eac474 !important;
    background: #67221a !important;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #67221a!important;
    border-radius: 6px;
    transition: .35sease-in-out;
}
.xoo-wsc-footer .xoo-wsc-ft-buttons-cont a:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.wc-block-cart__submit-container .wc-block-components-button:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
    color: #67221a !important;
    border-color: #67221a !important;
    background-color: transparent !important;
}
.wc-block-components-totals-wrapper 
.wp-block-woocommerce-cart-line-items-block th, .wp-block-woocommerce-cart-line-items-block td {
    border: 1px solid #ccc !important;
    border-collapse: collapse;
    padding: 15px !important;
}
.wc-block-components-totals-wrapper.
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 0 !important;
}
a.wc-block-components-product-name {
    color: #000;
    font-weight: 500;
}
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-components-totals-wrapper {
    border: 1px solid #ccc;
    padding: 16px 0;
}
.wc-block-cart__submit-container {
    margin: 15px 0 0;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 0;
    border-bottom: 0;
}
.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 110px;
    object-fit: contain;
    border: 1px solid #e8c373;
    border-radius: 10px;
    padding: 10px;
}
.xoo-wsc-header .xoo-wsch-top {
    justify-content: flex-start;
}
.xoo-wsc-icon-cross:before {
    font-size: 25px;
}
.product-single-description-list {
    order: 1;
}
.product-single-info-inner {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.woocommerce div.product form.cart .variations td label {
    font-weight: 400;
    text-align: left;
    border-width: 1px;
    background-color: #67221a00;
    border-color: #67221a;
    padding: 3px 16px;
}
.woocommerce div.product form.cart .variations td.value input[type="radio"]:checked + label {
    background-color: #67221a;
}
.woocommerce-variation span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 16px;
    margin: 10px 0 25px;
    display: inline-block;
    font-weight: 700;
}
span.woocommerce-Price-amount.amount bdi {
    margin-left: 6px;
}
.single_variation_wrap {
    width: 100%;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.woocommerce-variation-add-to-cart.variations_button .wa-order-class {
    margin-left: 1em;
    display: inline-block;
}
a.xoo-wsc-ft-btn-checkout .amount {
    margin: 0;
    color: #eac474;
    width: auto;
}
span.xoo-wsc-ft-amt-value span.woocommerce-Price-amount.amount {
    margin: 0;
}
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
    display: inline-flex;
    width: 100%;
}
.xoo-wsc-btn:hover .amount {
    color: #67221a !important;
}
/* ==== SHOP PAGE CSS END ==== */
body.search-results .swiper-wrapper article {
    width: 100%;
}
/* #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    margin-top: 70px !important;
} */
 #sb_instagram {
    padding: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 0 !important;
    gap: 8px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(20% - 8px)!important;
    list-style: none !important;
    padding: 0px !important;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs li::before {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    opacity: 1 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
    background: #e8c37330;
    border: 1px solid #e8c373;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    padding: 0;
}
.single_variation_wrap .woocommerce-variation-price del bdi {
    text-decoration: line-through;
}
.woocommerce div.product .onsale,
.woocommerce ul.products li.product .onsale {
    display: none;
}
#dev-total-price {
    margin-bottom: 30px;
}
.woocommerce div.product div.summary .woocommerce-variation-price {
    display: none;
}
.error-page-row {
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}
.error-page-row h1 {
    font-weight: 900;
    margin: 0 0 10px;
    color: #67221a;
}
.error-page-row h2 {
    color: #333;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -2px;
}
.error-page-row p {
    margin-bottom: 25px;
}