@font-face {
  font-family: "Futura LT Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Regular"), url("FuturaLT.woff") format("woff");
}
:root {
  --default-font: "Futura LT Regular";
  

}
a:focus, a:active{
outline: unset !important;
}
/* Global Colors */
:root {
  --background-color: #ffffff;
  --default-color: #555555;
  --heading-color: #1e4356;
  --accent-color: #68a4c4;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-dropdown-hover-color: #00b5b7;
}

/* Nav Menu Colors */
:root {
  --nav-color: rgb(6 11 62 / 83%);
  --nav-hover-color: #68a4c4;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #555555;
}

.light-background {
  --background-color: #f4f8fb;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #284e62;
  --contrast-color: #ffffff;
}
div#content p {
  margin: 0;
  color: #000;
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  font-family: "Futura LT Regular" !important;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  --background-color: var(--background-color);
  background-color: #fff;
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  font-family: var(--default-font);
}

.header .logo {
  line-height: 1;
  padding: 10px 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: rgb(6 11 62 / 83%);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #1e4356;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 992px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
    padding: 0 5px;
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 10px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    text-transform: capitalize;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    font-family: futura-lt-w01-book, sans-serif;
    color: #000;
    margin: 10px 0;
  }
  .current-menu-item a,
  .navmenu a:hover,
  .navmenu a:focus {
    color: #000 !important;
    outline: 0 !important;
    background: unset;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #00a0a0 !important;
        outline: 0 !important;
        background: unset;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
  i.mobile-nav-toggle.d-xl-none.bi.bi-list {
    display: none;
  }
.iconSearch i {
    color: #212121;
    position: absolute;
    font-size: 18px;
    height: 100%;
    top: 60%;
    transform: translate(50%, -40%);
}.iconSearch input#woocommerce-product-search-field {
    padding-left: 35px;
    border: 0 !important;
    width: 100%;
    box-shadow: unset;
    border-radius: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    color: #77777e;
    letter-spacing: .45px;
    margin: 0;
    padding: 10px 45px;
    height: 48px;
    background-color: #f7f7f7;
}.iconSearch {
    position: relative;
}.header1 form.woocommerce-product-search {
    margin-bottom: 0;
    padding: 10px 0;
}    .loginButton {
        vertical-align: middle;
        margin-right: 0;
        display: -moz-box;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: end;
        justify-content: flex-end;
    }.loginButton a.header-icon {
    padding: 6px 30px;
    background-color: #00b5b7;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 14px 0;
    height: 42px;
}.mobile-cart {
    padding: 16px 0px;
margin-left:50px;
}    .mobile-cart i.bi.bi-cart {
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }.header2 {
    border-top: 2px solid #dbdee9;
}sup.cart-count {
    color: #fff;
    background: #f77404;
    padding: 12px 8px;
    position: absolute;
    border-radius: 100px;
    font-size: 14px;
    margin-left: -10px;
}.header-cart {
    position: relative;
}
}
.mobileViewHd, .mobileHeader {
  display: none;
}.liveNowSection p {
    margin: 0;
    background-color: rgb(239, 251, 252);
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
/* Navmenu - Mobile */
@media (max-width: 992px) {
  .navmenu-active .mobile-nav-toggle {
    position: absolute;
    z-index: 9999; right: 20%;
top: 10px;
        background: #0dcaf0;
        border-radius: 100px;
font-size: 20px;
        font-weight: 900;
}.navmenu a.login-btn, .navmenu a.login-btn:focus  {
    background: unset;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 0;
    text-align: left;
    margin: 0;
}    
  .desktoView, .desktopHeader {
    display: none;
  }
.mobileHeader{ display:block;
}
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  header#header {
    padding: 0;
  }
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .navmenu-active ul#menu {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInLeft 0.6s ease-out forwards;
    display: block;
	width: 80%;
        position: fixed;
  }
  .navmenu {
    padding: 15px 0;
    z-index: 9997;
  }
.leftSiderSection {
    display: flex;
}.loginBoxSect i.bi.bi-person {
    color: #000;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 0px;
    padding: 0px 0 10px;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  div#cookie-notice {
    z-index: 9 !important;
  }
  li#menu-item-231 {
    position: absolute;
    bottom: 20%;
    width: 100%;
  }
  .mobileViewHd {
    display: block;
  }
      .navmenu a, .navmenu a:focus {
        color: #000;
        padding: 7px 20px;
        font-family: var(--nav-font);
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        border-bottom: 0px solid #ec7024;width: max-content;
    }
ul.product-category-list {
    margin-bottom: 20px;
}.user-popup {
    position: fixed;
    top: 0;
    right: -80%;   /* Hidden outside screen */
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;ease;
}a.usersignupBtn {
    margin: 0 auto;
    width: 50%;
    display: flex;
    background: #0dcaf0;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 6px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.user-popup.active {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

@keyframes slideDown {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #fff;
    color: #212121;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    position: absolute; 
        z-index: 99999; 

  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
  .homeBanner {
    background: #000;
    padding-bottom: 70px;
  }
  .footer_menu ul {
    text-align: left;
  }
  .footer_menu li {
    display: list-item;
  }
.mobile-cart a.header-icon {
    border: 0;
    margin: 0;
    padding: 0 5px;
    color: #f13e58;
}li.menu-login {
    display: none;
}li.menu-logout {
    display: none;
}
.right-sideSection {
    display: flex;
    justify-content: end;
    gap: 14px;
}
.right-sideSection .searchIconbar .bi-search {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}.right-sideSection .header-cart .bi-cart{
	font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}.right-sideSection sup.cart-count {
    color: #fff;
    background: #f77404;
    padding: 3px 6px;
    position: relative;
    border-radius: 100px;
    font-size: 12px;
    margin-left: -10px;
    top: -12px;
    /* right: 0; */
}
.mobile-header-box {
    padding: 0;
    list-style: none;
}

.mobile-header-bg {
    background: #06bfbf; /* HealthKart teal color */
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.login-btn {
    display: inline-block;
    background: #fff;
    color: #06bfbf;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
 text-align:center;
width: 22%;
        margin: 0 auto;
}

.profile-box {
    display: flex;
        gap: 15px;
}

.profile-box .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
    .profile-box .username {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 30px;
    }
.accountParent .woocommerce {
    display: flex;
    flex-direction: column;
}.accountParent .woocommerce nav.woocommerce-MyAccount-navigation {
    order: 2;
    width: 100%;margin-bottom: 15px;
}.accountParent .woocommerce .woocommerce-MyAccount-content {
    width: 100%; margin-bottom: 15px;
}div#content .woocommerce-MyAccount-content p {
    /* color: #00b5b7; */
    width: 100%;
    font-size: 14px;
}.woocommerce-MyAccount-navigation ul li a::before {
    padding: 3px 4px;
    min-width: 25px;
}li.woocommerce-MyAccount-navigation-link a {
    line-height: 26px;
    font-size: 13px; min-width: 300px;
}li.woocommerce-MyAccount-navigation-link {
    height: 50px;
}

}
.carousel-control-next i.bi {
    font-size: 20px;
    font-weight: 900;
    text-shadow: 10px 10px 10px #fff;
}.carousel-control-next {
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #262424;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #262424;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
}
#carouselExampleDark .carousel-indicators button {
    width: 4px;
    height: 4px;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #dbdee9;
}#carouselExampleDark .carousel-indicators {
    background: #000000bf;
    padding: 8px 8px;
    width: max-content;
    margin: 0px auto;
    justify-content: center;
    bottom: 20px;
    background: rgba(13, 33, 34, .6);
    border-radius: 100px;
}#carouselExampleDark button.active {
    width: 8px;
    background: #00bfbf;
    border-color: #00bfbf;
}#carouselExampleDark button.carousel-control-next:hover, #carouselExampleDark button.carousel-control-prev:hover {
    background-color: #7b8487;
}.wp-block-columns {
    margin-bottom: 0;
}.wp-block-columns.productSection {
    border-top: 8px solid #f4f4f4;
    padding: 25px 0;
}.productSection h2.wp-block-heading {
    display: flex;
    color: #1c1c28;
    -moz-box-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}a.productImageLink img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}a.productImageLink {
    display: inline-flex;
    width: 100%;
    /* background: #f4f4f4; */
    padding: 25px 0;
    background-color: #f7f7f7;
    height: 220px;
    border-radius: 12px 12px 0 0;
}.productImage {
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    font-family: Montserrat, sans-serif;
position: relative;
}.productImage:hover{
-webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, .161);
    box-shadow: 0 3px 26px rgba(0, 0, 0, .161);
}
.productImage  h6.mt-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px !important;
    letter-spacing: 0;
    color: #1c1c28;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
    height: 40px !important;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.productContentSect {
    padding: 15px;
    border-top: 1px solid #bbb;
}.productContentSect  p {
    vertical-align: middle;
    font-weight: 600;
    line-height: 36px;
    font-size: 16px;
    margin-right: 11px;
    float: left;
    width: auto;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 9px;
}.productContentSect button.carousel-control-next {
    background-color: #00b5b7;
}.buyNow {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
    background-color: #ff8914;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}.productbuySect img {
    border-radius: 10px;
}.wp-block-columns.productbuySect {
    border-top: 8px solid #f4f4f4;
    padding: 25px 0;
}del bdi {
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    color: #aeb1bd;
    text-decoration: line-through;
    float: left;
    width: auto;
    vertical-align: middle;
    margin-right: 0px;
    line-height: 36px;
}span.woocommerce-Price-amount.amount {
    vertical-align: middle;
    font-weight: 600;
    line-height: 36px;
    font-size: 15px;
    margin-right: 11px;
    float: left;
    width: auto;
    padding: 0;
}div#content .discount-badge {
    font-size: 12px;
    font-weight: 500;
    color: #00a856;
}span.review-count {
    font-weight: 500;
    font-size: 12px;
    color: #494952;
}.reviewsSection {
    display: flex;
    gap: 20px;
padding-left:0px;
}.product_cat .reviewsSection, .related .reviewsSection, .removeSidebar .reviewsSection{
padding-left:15px;
}.rating-badge {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    background-color: #00b5b7;
    padding: 0 10px;
    -moz-box-align: start;
    align-items: flex-start;
    display: -moz-box;
    display: flex;
    border-radius: 2px;
    color: #fff;
    gap: 6px;
}.summary.entry-summary {
    font-family: Montserrat, sans-serif;
} span.review-count {
    font-weight: 500;
    font-size: 12px;
    color: #494952;
}button.wishlist-btn {
    position: absolute;
    right: 0;
    background-color: unset;
}   body  .site-main ul.products.columns-3 li.product {
        width: 100%;
        float: left;
        margin-right: 0.882353%;
    }
.addtheproduct {
    background: #fff9f4;
    border: 1px solid #ff8914;
    border-radius: 8px;
    color: #ff8914 !important;
    padding: 12px 35px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 17px;
    width: 100%;
}a.btn.btn-primary.btn-sm.add_to_cart_button.ajax_add_to_cart.addtheproduct:hover {
    /* background: unset; */
    border: 1px solid #ff8914;
    background: #fff9f4;
}.productSingleSlider.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex, .ekartSection {
    border-top: 8px solid #f4f4f4;
    padding: 25px 0;
font-family: Montserrat, sans-serif;
}.productSingleSlider img{border-radius:10px;}
.ekartSection h2.wp-block-heading {
    margin: 16px 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    color: #1c1c28;
    /* margin: 0; */
    padding-top: 10px;
    padding-bottom: 5px;
}.ekartSection img {
    width: 68px;
}.ekartSection h4.wp-block-heading {
    display: block;
    margin: 14px 0 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0;
    color: #1c1c28;
    line-height: 20px;
}.ekartSection p {
    margin: 14px 0 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: 0;
    color: #77777e;
}
#multiProductCarousel .carousel-control-next, #multiProductCarousel .carousel-control-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #158f91;
}#multiProductCarousel .carousel-control-next-icon, #multiProductCarousel .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}.blueColorBG a.wp-block-button__link.wp-element-button {
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #effbfc;
    margin-top: 8px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #00b5b7;
}.ekPremium {
    border-top: 8px solid #f4f4f4;
    padding: 25px 0;
}.blueColorBG {
    border: 1px solid #00b5b7;
    border-radius: 24px;
    background: #00b5b7;
    margin-bottom: 58px;
    padding: 25px 10px 20px 40px;
    font-family: Montserrat, sans-serif;
}.blueColorBG  h3.wp-block-heading {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}div#content .blueColorBG p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #f7f7f7;
}.assistanceSect.is-layout-flow.wp-block-column-is-layout-flow {
    border: 1px solid #f6f6f6;
    border-radius: 24px;
    background-color: #f6f6f6;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 25px 0 0 35px;
}.assistanceSect h3.wp-block-heading {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    color: #1c1c28;
}.assistanceSect p {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 40.8px;
    letter-spacing: 0;
    color: #494953;
}.assistanceSect a.wp-block-button__link.wp-element-button {
    margin-top: 25px;
    cursor: pointer;
    padding: 10px 25px;
    border: 1px solid #00b5b7;
    border-radius: 10.96px;
    background-color: #00b5b7;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 27.41px;
    letter-spacing: 0;
    color: #fff;
}img.assistncImg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 24px;
}img.bg-wave.subscribe_bg-wave__3MAEN {
    z-index: -2;
    border-radius: 22px;
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
    /* padding-top: 100px; */
}div#content p.lifestylePlan{
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 21.7px;
    letter-spacing: 0;
    color: #1c1c28;
    width: 72%;
    margin-bottom: 150px;
}.assistanceSect .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    max-width: 60%;
}div#primary {
    width: 100%;
}    body .site-main ul.products.columns-4 li.product {
        width: 23.5%;
        margin-right: 1.5%;
    }li.product.type-product {
    border-radius: 10px;
    border: 1px solid #bbbbbb;    font-family: "Montserrat", sans-serif;
}ul.products li.product img {
    background: #f4f4f4;
    border-radius: 10px 10px 0px 0px;
    height: 220px;
    margin-bottom: 15px !important;
    object-fit: contain;
    width: 100%;
    border-bottom: 1px solid #ddd;
}.contentSection ul li.current-menu-item.current_page_item a {
    color: #fff !important;
}li.product h2.woocommerce-loop-product__title {
    padding: 10px 20px;
    text-align: left;
}span.price {
    padding: 0 20px;
}ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0px 15px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important;
    letter-spacing: 0;
    color: #1c1c28;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
    height: 40px !important;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}span.onsale {
    display: none;
}.discountShow span.discount-badge {
    font-size: 12px;
    font-weight: 600;
    color: #00a856;
    line-height: 35px;
}.discountShow  span.price {
    padding: 0 0px 0 15px;
}.discountShow {
    display: flex;
}a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #fff9f4;
    border: 1px solid #ff8914;
    border-radius: 8px;
    color: #ff8914 !important;
    padding: 12px 65px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 17px;
    width: 90%;
}.product.type-product .buyNow {
    width: 90%;
    margin-bottom: 15px;
}li.product.type-product:hover {
    -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, .161);
    box-shadow: 0 3px 26px rgba(0, 0, 0, .161);
}p.woocommerce-result-count {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 600;
}h1.woocommerce-products-header__title.page-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 20px 0 0;
    font-size: 40px;
    text-align: center;
}select.orderby {
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ff8914;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background-color: #ff8914;
}ul.product-category-list h2 {
    color: #fff;
    background: #2a6283;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px;
  margin: 0 0 20px 0;    border-radius: 10px;
}
ul.product-category-list {
    margin: 0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    list-style: none;
font-family: Montserrat, sans-serif;
}li.parent-cat {
    padding-left: 30px;
    line-height: 30px;
    position: relative;
}li.parent-cat a {
    color: #000;
}ul.child-cat-list {
    list-style: none;
}.product_cat.container {
    padding: 50px 0;font-family: Montserrat, sans-serif;
}.term-description {
    margin-bottom: 20px;
}ul.product-category-list li:before {
    content: ">>";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    font-family: monospace;
}.SingleProductSect {
    padding: 50px 0;
}.SingleProductSect h1.product_title.entry-title {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: normal;
    color: #1c1c28;
    margin-bottom: 2px !important;
}.SingleProductSect .woocommerce-product-gallery.images {
    display: flex;
    gap: 16px; position: relative;
}.SingleProductSect ol.flex-control-nav.flex-control-thumbs {
    flex: 1 1 18%;
    margin: 0;
    list-style: none;
}.SingleProductSect ol.flex-control-nav.flex-control-thumbs li {
    /* padding: 10px; */
    /* border: 1px solid #ccc; */
    margin-bottom: 16px;
    background: #f4f4f4;
    border-radius: 10px;
    cursor: pointer;
}.SingleProductSect .woocommerce-product-gallery__image.flex-active-slide img {
    margin: 0 auto;
}
.SingleProductSect .flex-viewport {
    flex: 1 1 80%;
    order: 2;
    background: #f4f4f4;
border-radius: 10px;
}.SingleProductSect a.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 5px;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 10px;
}
form.cart {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}
div#content .SingleProductSect .discount-badge {
    padding: 7px 0;
    font-weight: 600;
}button.single_add_to_cart_button.button.alt {
    background: #fff9f4;
    border: 1px solid #ff8914;
    border-radius: 8px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 9px 21px 9px 17px;
    text-align: center;
    font-size: 16px;
    color: #ff8914;
    font-weight: 600;
    cursor: pointer;
}.quantity .qty{
    padding: 10px 10px;
    color: #00b5b7;
    font-size: 20px;
    font-weight: 600;
    /* width: 40%; */
    text-align: center;
    background: unset;
    border: 1px solid #6c6a6a !important;
    box-shadow: unset;
    border-radius: 10px;
}
ul.tabs.wc-tabs  li.active {
    color: #1c1c28;
    border-bottom: 4px solid #00b5b7 !important;
}ul.tabs.wc-tabs {
    width: 100% !important;
    display: flex;font-family: Montserrat, sans-serif;
}ul.tabs.wc-tabs li {
    width: max-content;
    max-width: 20%;
    padding: 0 30px;
    border-bottom: 4px solid #dbdee9;
}.woocommerce-tabs .panel {
    width: 100% !important;
    padding: 0 10px;font-family: Montserrat, sans-serif;
}ul.tabs.wc-tabs li a {
    color: #000 !important;
}.wc-block-components-sidebar-layout.wc-block-checkout.is-large, .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    font-family: "Montserrat", sans-serif;
}span.price.wc-block-components-product-price {
    padding: 0;
}p.wc-block-components-checkout-order-summary__title-text {
    padding: 0 15px;
}.wp-block-woocommerce-cart.alignwide {
    padding: 50px 0;
}input#submit {
    background-color: #ff6600;
    color: #fff;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}textarea#comment {
    height: 150px;
    border: 1px solid #000;
    background: unset;
    border-radius: 10px;
    margin-bottom: 20px;
}div#reviews {
    width: 80%;
    margin: 0 auto;
}a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #ff6600;
    border-radius: 10px;
}a.wc-block-components-product-name {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #ff6600;
    border-radius: 10px;
}.woocommerce {
    width: 100%;
    display: inline-table;
    padding: 50px 0;
}nav.woocommerce-MyAccount-navigation {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    grid-gap: 2px;
    gap: 2px;
    background: #fff;
    border: 1px solid #dbdee9;
    border-radius: 4px;
    padding: 8px;
    margin: 0;
    list-style: none;
    width: 27%;
}
li.woocommerce-MyAccount-navigation-link {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    /* width: 300px; */
    height: 60px;
    background: #f6f6f6;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    color: #77777e;
    padding-left: 16px;
    grid-gap: 8px;
    gap: 8px;
}li.woocommerce-MyAccount-navigation-link a {
    color: #77777e;
}li.woocommerce-MyAccount-navigation-link.is-active {
    background: #fff;
}nav.woocommerce-MyAccount-navigation ul {
    list-style: disc;
    margin: 0;
}.woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    border: 1px solid #f4f4f4;
    padding: 30px;
    box-shadow: 1px 1px 2px 1px #ccc;
    border-radius: 5px;    font-family: Montserrat, sans-serif;
}div#customer_login {
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
    display: flex;
    color: #1c1c28;
    -moz-box-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
}#customer_login h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}button.woocommerce-button.button.woocommerce-form-login__submit, .lost_reset_password button.woocommerce-Button.button {
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}.woocommerce-form-login.login a {
    color: #00b2b4;
    font-weight: 600;
    font-size: 16px;
}.u-column1.col-1, .u-column2.col-2{
    width: 100% !important;
    padding: 40px 30px;
    background: #fdfdfd;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 3px 2px 1px #f4f4f4;
}form.woocommerce-form.woocommerce-form-login.login {
    padding: 0 10px;
}.lost_reset_password label {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}div#content p.woocommerce-form-row.woocommerce-form-row--wide.form-row, div#content p.woocommerce-form-row.woocommerce-form-row--first.form-row, div#content .lost_reset_password p.woocommerce-form-row.form-row {
    width: 100%;
    margin: 0;
}div#content p.woocommerce-form-row.woocommerce-form-row--wide label {
    font-size: 18px;
    font-weight: 600;
}div#content p.woocommerce-form-row.woocommerce-form-row--wide input {
    font-size: 16px;
}.u-column1.col-1 input#username, .u-column1.col-1 input#password, .u-column2.col-2 input#reg_email, .woocommerce-form-row input#user_login, .edit-account input#account_first_name, .edit-account input#account_last_name, .edit-account input#account_display_name, .edit-account input#account_email, .edit-account input#password_current,.edit-account  input#password_1, .edit-account input#password_2 {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 10px 0;
background-color:unset;
}.u-column1.col-1 button.woocommerce-Button, .u-column2.col-2 button.woocommerce-button, button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button {
    color: #fff;
    background: #00b2b4;
}button.show-password-input {
    background: unset;
    margin: 7px 0;
}form.woocommerce-ResetPassword.lost_reset_password {
font-family: "Montserrat", sans-serif;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    background: #fdfdfd;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 3px 2px 1px #f4f4f4;
}a.button.buy-now-button {
    font-size: 14px;
    font-weight: 600;
}p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}.u-column1.col-1 button.show-password-input {
    margin-top: 10px;
    background: unset;
}li.woocommerce-MyAccount-navigation-link.is-active {
    background: #fff;
    border-left: 4px solid #00b5b7;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal;
    color: #1c1c28;
    padding-left: 12px;
}.woocommerce-MyAccount-navigation ul li a::before {
    margin-left: 0 !important;
    margin-right: 7px !important;
    float: left !important;
    color: #00b5b7;
    background: #EFFBFC;
    padding: 5px 7px;
    min-width: 36px;
    text-align: center !important;
    border-radius: 100%;
}li.woocommerce-MyAccount-navigation-link a {
    line-height: 34px;
}div#content .woocommerce-MyAccount-content p {
    /* color: #00b5b7; */
    width: 75%;
}div#content .woocommerce-MyAccount-content p a:hover , div#content .woocommerce-MyAccount-content p a{
    color: #00b5b7;
}div#content p.woocommerce-form-row.form-row {
    width: 47%;
    margin: 10px;
}.slick-slide {
    padding-left: 15px; /* gap */
}
button.slick-prev.slick-arrow {
    left: -15px;
    rotate: 180deg;
    z-index: 1;
}
.slick-list {
    margin: 0 -10px; /* fix alignment */
}button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    text-indent: -99px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #000;
    border-radius: 100%;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #00b5b7;
    border: 10px solid #00b5b7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    right: -25px;
    transform: scale(0.8);
    top: 50%;
    position: absolute;
    /* font-size: 13px; */
    background-size: contain;
    padding: 10px !important;
}
/* Show dropdown on hover */
.hover-dropdown:hover .dropdown-menu, .hover-dropdown .dropdown-menu:hover {
  display: block; z-index:10000;     padding-top: 0;
}
header#header {
    font-family: Montserrat, sans-serif;
}
/* Arrow rotation */
.dropdown-arrow {
  transition: transform 0.3s;
}
.dropdown-arrow li a {font-size:14px;}
.hover-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}a.dropdown-item {
    font-size: 14px;
    padding: 5px 20px;
}a.dropdown-item.logout-color {
    color: #00b5b7;
}
.personIcon {
    background: unset;
    border: 0;
}.personIcon i.bi.bi-person {
    font-size: 28px;margin-right: 0 !important;
}.personIcon:hover {
    background: unset;
}.userSect i {
    font-size: 18px;
    padding: 4px 10px;
    background: #fff;
    width: 40px;
    border: 1px solid #00b5b7;
    outline-offset: 3px;
    border-radius: 50%;
    color: #00b5b7;
    height: 40px;
}.userSect {
    display: flex;
    padding: 10px 10px;
    background: #00b5b7;
    color: #fff;
}.userSect h4 {
    font-size: 14px;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
}.text {
    display: flex;
    flex-direction: column;
    text-align: center;
}div#stickyDiv {
    padding: 10px 0;
    background: #ffffff;
    border: 1px solid #d9d9d9;display: none;
position: fixed;
        bottom: 0;
        width: 100%;
        color: #fff;
        padding: 10px;z-index: 9;
}.text i {
    font-size: 34px;
    line-height: 34px;
}.action-bar {
    text-align: center;
    padding: 0 !important;
    margin: 0;
    max-height: 80px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly;
    font-size: medium;
}.action-bar a.active {
    color: #000;
}
.action-bar a {
    height: 65px;
    width: 70px;
    /* padding-top: 42px; */
    color: #bfbfbf;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.term-description {
    margin-bottom: 20px;
    display: none;
}.storefront-sorting form.woocommerce-ordering {
    float: right;
}
section.related.products {
    font-family: Montserrat, sans-serif;
    padding: 20px 0;
}
section.related.products h2 {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
}
/*footer Section*/
footer.text-light.pt-5 {
    background-color: #0d2122;
    font-family: "Montserrat", sans-serif;
}.contentSection h3.fw-bold {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .42px;
    line-height: 18px;
    text-transform: capitalize;
}.contentSection ul li a {
    
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    opacity: .7;
}.contentSection ul#menu {
    margin: 0;
    list-style: none;
}.FooterLogo h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}.locations {
    background-color: #f6f6f6;
    padding: 18px;
    border-radius: 8px;
    overflow: hidden;
}.locations h4 {
    color: #2a2420;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}.emailBox {
    margin: 10px 0 5px;
}.emailBox p {
    margin: 0 0 10px;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
}.imagePolicy img {
    width: 72px;
}
footer .col-12.col-lg-3 {
    padding-right: 0;
}
footer form input.form-control {
    border-radius: 8px 0 0 8px;
    border: 1px solid #e0e0e0;
    height: 38px;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 100%; */
    background-color: #fff;
    border-top: 0;
    flex: 1 1 80%;
    width: 80%;
}form.mailChimpForm.d-flex {
    margin-bottom: 5px;
}.social-media a {
    font-size: 22px !important;
    color: #000;
    margin: 0 !important;
    margin-left: 10px !important;
}.imagePolicy {
    gap: 10px;
    padding: 10px 0;
margin: 0 auto;
    justify-content: center;
}form.mailChimpForm.d-flex {
    margin-bottom: 5px;
}.buttonsUsed {
    gap: 10px;
}
footer form input.btn.btn-primary.w-100 {
    background-color: #000;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgNkwxMCA3IDE1IDEyIDEwIDE3IDExIDE4IDE4IDEyIDExIDZ6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    box-sizing: border-box;
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #00b5b7;
    text-indent: 99px;
    flex: 1 1 20%;
    width: 20% !important;
    padding: 0px 10px !important;
}.paymentLogo {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}.footerContactSect p a {
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    opacity: .7;
}.footerContactSect i {
    color: #009393;
    background: #18292ab0;
    padding: 10px;
    border-radius: 5px;
}.col.contentSection.w-100:last-child {
    flex: 1 1 25%;
}.col.contentSection.w-100 {
    flex: 1 1 20%;
}.col.contentSection.w-100:nth-child(2) {
    flex: 1 1 12%;
}.copiRight {
    display: flex;
    /* justify-content: stretch; */
}.rightCopiright {
    /* justify-content: end; */
    flex: 1 1 60%;
}.rightCopiright {
    justify-content: flex-end;
    display: flex;
}.rightCopiright a:last-child {
    border: 0;
    padding-right: 0;
}
.rightCopiright a {
    font-size: 13px;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 10px;
    padding: 0 10px;
    margin: 0;opacity: .7;white-space: nowrap;
}div#content .LeftCopiright p {
    margin: 0;
    font-size: 13px;
    line-height: 10px;opacity: .7;
}.copiRight {
    display: flex;
    /* justify-content: stretch; */
    padding-bottom: 50px;
}.emailBox p span {
    color: red;
    font-size: 15px;
    margin-left: -5px;
}.footerMenuSect li.mobile-header-box {
    display: none;
}.right-sideSection {
    margin: 14px 0;
}
#multiProductCarouselNew .carousel-inner {
    display: flex;
    gap: 15px;
}
#multiProductCarouselNew .carousel-item{
    flex: 0 0 calc(100% / 4);
    display: flex !important;
    margin-right: 0;
}
 #multiProductCarouselNew .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
div#carouselExampleDark img.d-block.w-100.mobileView {
    display: none !important;
}
.breathcumb {
    background: #f4f4f4;
    padding: 10px 0 0;
}nav.breadcrumb {
    margin-bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    vertical-align: middle;
    align-items: center;
}nav.breadcrumb span.active {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.child-cat-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.child-cat-list li {
    padding: 5px 0;
}
.child-cat-list a {
    text-decoration: none;
    color: #333;
    padding: 0px 5px;
    display: block;
    font-size: 14px;
    color: #25292b;
}
.child-cat-list a:hover {
    color: #00b5b7;
}#categoryAccordion .accordion-button:not(.collapsed) span.arwbtn {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg) !important;
flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
}
#categoryAccordion button.accordion-button.collapsed, #categoryAccordion .accordion-button:not(.collapsed) {
	color#000;
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: 600;
    background: 0 0;
    cursor: pointer;
    background: #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}
.accordion button.accordion-button.collapsed span.arwbtn {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s 
ease-in-out;
}#categoryAccordion .accordion-item {
    margin-bottom: 8px;
}
div#content p.woocommerce-noreviews {
    background-color: #00b5b7;
    color: #fff;
}
.cart_totals > table.shop_table.shop_table_responsive {
    display: none;
}.cart_totals h2 {
    display: none;
}a.remove:before{
display:none !important;
}input#coupon_code {
    border: 1px solid #dbdee9 !important;
    background: unset;
    box-shadow: unset;
    border-radius: 5px;
}.coupon button.button  {
    background: #05b6b8;
    color: #fff;
    border-radius: 5px;
}table.shop_table tr td button.updateCart{
background: #05b6b8;
    color: #fff;
    border-radius: 5px;margin-right:10px;
}
.register input#reg_username, .register input#reg_password, .register input#reg_confirm_password {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 5px 0 10px;
    background-color: unset; width: 100%;
}div#content .register p.woocommerce-form-row.form-row {
    margin: 10px 0 ;
    width: 100%;
}button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0; line-height: 20px;
}a.added_to_cart.wc-forward {
    display: none;
}a.button.wc-backward {
    margin: 0 auto !important;
    width: max-content;
    display: flex;
    background: #ff8914;
    color: #fff;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-size: 14px;
}.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #00b5b7 !important;
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 18px;
}
label.wc-block-components-radio-control__option .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: block;
}.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%;
    padding-left: 35px;
    font-weight: 600;
    color: #000;
} .woocommerce{
font-family: 'Montserrat';
}.woocommerce-order {
    font-size: 13px;
    color: #000;
}
#reviews ol.commentlist {
    display: flex;
    gap: 15px;width:100%;
}.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #ff8914 !important;
}
#reviews .commentlist {
    list-style: none;
    margin-left: 0;
}#reviews img.avatar {
    display: none;
}div#tab-reviews #reviews .commentlist li .comment_container .comment-text {
    width: 100%;
    padding: 20px 20px 0px;
}#reviews h2.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}.review-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}

.review-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    z-index: 1000;
    max-height: 90vh;
    overflow-y: auto;
}

.review-popup .close-review-popup {
    float: right;
    font-size: 20px;
    cursor: pointer;
    background: #00b5b7;
    color: #fff;
    padding: 0px 10px;
    border-radius: 100%;
    font-weight: 600;
}a.open-review-popup.button {
    float: right;
    margin-bottom: 20px;
    background: #ff8914;
    color: #fff;
    border-radius: 10px;
}

.commentlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.commentlist .review {
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;position: relative;margin: 0 !important;
border: 1px solid #d5d3d3;
    box-shadow: 1px 2px 5px 1px #f4f4f4;
    border-radius: 10px;
}

/* Collapsed with ellipsis */
.commentlist .review .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; line-clamp: 4;
}

/* Expanded */
.commentlist .review.expanded .description {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.LeftCopiright {
    flex: 1 1 40%;
}
.commentlist .review .read-more-btn {
        margin-top: 0;
    background: none;
    border: none;
    color: #ff8914;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
}#reviews .commentlist li .comment_container .comment-text .star-rating {
    float: right;
    font-size: 12px !important;
    line-height: 1;
    height: 1em;
    width: 100%;
}
.slider .star-rating {
    display: none;
}
.RegisterStep1 input#reg_mobile_number, input#reg_otp {
    background: unset;
    border: 1px solid #000;
    border-radius: 10px;
    /* font-size: 14px; */
    box-shadow: unset;
    padding: 7px 10px;
}button#send_otp_btn {
    color: #fff;
    background: #00b2b4;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
}.RegistrationStep2{
display:none;
}
div#content .RegisterStep1 p.woocommerce-form-row.form-row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}form .RegisterStep1 input, input#log_otp, input#reg_otp {
    background-color: unset;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 10px;
}.woocommerce-privacy-policy-text {
    display: none;
}
.RegisterStep1 button, .varifyOtp{
    width: 100%;
    background: #00b5b7;
    color: #fff;
    border-radius: 10px;
}.discountShow .star-rating {
    display: none;
}.reviewsSection .star-rating {
    display: none;
}.step.blueColor .bi-check {
    background: #0dcaf0;
    color: #fff;
}.woocommerce-order-details table:not( .has-background ) th {
    background-color: #fff;
    font-size: 13px;
    padding: 0;
    width: max-content;
}.order_details {
    background-color: #f8f8f8;
    margin: 20px 0;
}.order_details thead tr th {
    border-bottom: 2px solid #a1a0a0;
}.woocommerce-order-details table:not( .has-background ) tbody td {
    background-color: #fff;
    /* color: #000; */
    font-size: 12px;
    padding: 5px 0;
    line-height: 16px;
	border-bottom:1px solid #000;
}.woocommerce-order-details table:not( .has-background ) tbody td a {
    color: #000;
}.woocommerce-order-details table:not( .has-background ) th {
    background-color: #fff;
    font-size: 13px;
    padding: 0;
    /* width: max-content; */
}.newChangesIncluded address {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0 0 0;
}
.woocommerce-MyAccount-content .newChangesIncluded h2 {
    font-size: 14px;
    margin: 20px 0 0 0;
    line-height: 20px;
}p.meta {
    padding: 20px 0 0 0;
}div#content .woocommerce-invoice-left p {
    font-size: 13px;
    line-height: 18px;
}div#content .woocommerce-MyAccount-content p.invoice-no {
    color: #00b5b7;
    font-size: 14px;
    font-weight: 600;
}.woocommerce-invoice-details h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}
div#content .woocommerce-invoice-right p {
    color: #fff;
    font-size: 11px;
    width: 100%;
    line-height: 13px;
}.woocommerce-invoice-right span.woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #fff;
    width: 100%;
}.woocommerce-invoice-right {
    background-color: #0dcaf0;
    padding: 30px 15px;
}section.row.woocommerce-invoice-details {
    margin-bottom: 50px;
}.product-rate, .product-total {
    width: 100px !important;
    text-align: center;
}.product-rate span.woocommerce-Price-amount.amount, .product-total span.woocommerce-Price-amount.amount {
    width: 100%;
font-size: 13px;
}.product-sku, .product-qty {
    width: 50px !important;
    min-width: 50px;
    text-align: center;
}td.woocommerce-table__product-qty.product-qty {
    font-size: 13px !important;
    font-weight: 600;
    padding: 15px 0 !important;
}.woocommerce tfoot th,
.woocommerce tfoot td {
    padding: 6px 10px;
    font-size: 14px;
}

.woocommerce tfoot th {
    font-weight: 500;
    color: #555;
    padding: 5px 10px 0 0 !important;
    font-weight: 600;
}
.woocommerce tfoot th, .woocommerce tfoot td {
    padding: 6px 0px 6px 10px;
    font-size: 14px;
    background-color: #fff !important;
}
.woocommerce tfoot td {
    font-weight: 600;
}.woocommerce tfoot td span.woocommerce-Price-amount.amount {
    line-height: 20px;font-size:13px; float: right;
}.invoice-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-top: 8px solid #0dcaf0;
    padding-top: 15px;
}div#content .contentSection p {
    font-size: 11px;
    line-height: 14px;
    width: 100%;
    padding-top: 20px;
}small.shipped_via {
    display: none;
}.woocommerce tfoot tr:first-child td {
    padding-top: 15px;
}.woocommerce tfoot tr:first-child td, .woocommerce tfoot tr:first-child th {
    /* border-top: 3px solid #888; */
    padding-top: 37px !important;
}.total_order {
    border-top: 5px solid #818181;
}
@media screen and (min-width:992px) and (max-width:1300px){
.ek-pincode-box {
    display: none;
}
.mobileviewSticky {
    display: flex;
}#reviews input#author, #reviews input#email {
    background: unset;
    border: 1px solid #000;
    border-radius: 10px;
} #reviews label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}p.comment-form-cookies-consent {
    clear: both;
    display: flex;
    padding: 15px 0;
}p.comment-form-cookies-consent label {
    width: 95%;
    line-height: 20px;
}p.form-submit input#submit {
    margin-left: 0;
}span.woocommerce-Price-amount.amount {
    vertical-align: middle;
    font-weight: 600;
    line-height: 36px;
    font-size: 14px;
    margin-right: 5px;
}.discountShow span.price {
    padding: 0 0px 0 15px;
    margin-bottom: 0px !important;
}a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 12px 30px;
}td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    display: grid;
    line-height: 20px;
}td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount.amount {
    line-height: 20px;
}table.woocommerce-orders-table td{
font-size:14px;padding:5px;vertical-align: middle;
}div#content form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 48%;
}
div#content form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last{margin:0;}
div#content p#billing_first_name_field, div#content p#billing_last_name_field  {
    width: 48%;margin-botton:10px;
}.woocommerce-address-fields input  {
    border: 1px solid #000 !important;
        background-color: unset !important;
        border-radius: 10px;
        box-shadow: unset !important;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100% !important;
}div#content .woocommerce-MyAccount-content .woocommerce-address-fields p {
    /* color: #00b5b7; */
    width: 100%;
}
.woocommerce-address-fields label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}.woocommerce-address-fields .select2-container .select2-selection--single {
    height: 40px;
    padding: 5px 0;margin-bottom: 10px;    
	border: 1px solid #000;
    border-radius: 10px;
}.woocommerce-address-fields button.button {
    background: #ff8914;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}


}
@media screen and (min-width:992px) and (max-width:1500px){
    .ek-kartSection .ek-cart-steps {
        width: 60% ;
    }.ek-kartSection .ek-cart-title {
        display: none;
    }
    div#content .cartpageDesign p {
        font-family: Montserrat, sans-serif;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
    }form.woocommerce-cart-form table.shop_table_responsive thead {
    display: none;
}body.index-page.cartParent.customize-support {
    background: #f4f4f4;
}.cart-collaterals .cart_totals {
    width: 100% !important;
}.view_summery {
    display: none;
}a.checkout-button.button.alt.wc-forward {
    background: #00b5b7;
    font-size: 16px;
    border-radius: 10px;margin-bottom: 0;
}.order-summary-wrapper {
        clear: both;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 2px 1px #b9b9b9;
    }div#order-summery {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    padding: 10px 0;
}
 .wc-cart {
    display: flex;
    gap: 20px;
}form.woocommerce-cart-form {
        width: 65%;
        background: #fff;
        box-shadow: 1px 0px 1px 2px #cccccca6;
        border-radius: 10px;
    }.cart-collaterals {
    width: 35%;
}table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
        display: flex;
        width: 95%;
        padding: 10px;
        flex-direction: column;
        border: 1px solid #ccc;
        margin: 15px;
        border-radius: 10px;
    }tr.woocommerce-cart-form__cart-item.cart_item, tr.woocommerce-cart-form__cart-item.cart_item td {
        width: 100%;
        padding: 5px;
    }.headingCart h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}.ek-cart-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}.ek-thumb {
    flex: 1 1 35%;
    border: 1px solid #ccc;
    border-radius: 10px;
    /* box-shadow: 1px 1px 1px 1px #ccc; */
}.ek-thumb img {
    object-fit: contain;
    width: 60%;
    margin: 32px auto;
}.ek-title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    /* padding-bottom: 60px; */
    clear: both;
}.ek-details .quantity {
    clear: both;
    display: flex;
}.ek-details .quantity input {
    font-size: 18px;
    padding: 7px 0px !important;
    line-height: 20px;
    max-width: 100px;
}tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #adacac;
}button.updateCart.button {
    margin-left: 10px;
}.ek-details {
    flex: 1 1 65%;
}.order-summary-content {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}    .ek-pincode-box {
        display: none;
    }    .ek-remove i.bi.bi-trash {
        color: #737171;
        font-weight: 600;
    }
}

@media screen and (max-width:992px){
.ek-logoSection {
    display: none;
}
  span.woocommerce-Price-amount.amount {
    font-size: 13px;
    margin-right: 5px;
    line-height: 30px;
}del bdi {
    font-size: 12px;
}.addtheproduct {
    padding: 12px 30px;
    margin-top: 0px;
}.product_cat .reviewsSection {
    padding-left: 15px;
}.prevNext {
    display: none;
}div#carouselExampleDark img {
    transform: scale(1);
    display: flow-root;
}div#carouselExampleDark img.desktopView.d-block {
    display: none !important;
}div#carouselExampleDark img.d-block.w-100.mobileView {
    display: block !important;
}.locations {
    width: 40%;
    margin: 20px auto;
}div#content .LeftCopiright p, div#content .rightCopiright a {
    font-size: 13px;
    line-height: 18px; color:#fff; white-space: unset;
} .col.contentSection.w-100:last-child {
    padding: 0;
}.footerContactSect i {
    padding: 8px;
}.footerContactSect p a {
    font-size: 12px;
}div#content p.woocommerce-form-row.form-row {
    width: 96%;
    margin: 10px;
}.ekartSection p {
    line-height: 20.6px;
}div#stickyDiv {display: block;
}
.sticky-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px;
}
.modal-content h2 {
    margin-left: 18.5px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: none;
    color: #000;
}.categoryBox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}.product-cat-box {
    background: #ffe7d0;
    flex: 1 1 48%;
    /* width: 50%; */
    border: 1px solid #dbdee9;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-radius: 8px;
    height: 168px;
    width: 50%;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    display: -moz-box;
    display: flex;
}.product-cat-box h3 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal;
    color: #1c1c28;
    padding: 16px;
}.product-img-box {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: 100px 100px 8px 8px;
    overflow: auto;
    background: #ffd0a1;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #00b5b7 !important;
    border-color: #333333;
    color: #ffffff;
    width: 90%;
    border-radius: 10px !important;
}
    .ek-pincode-box {
        background: #fff;
        padding: 15px;
        border-top: 8px solid #f4f4f4;
        border-bottom: 13px solid #f4f4f4;
    }
.cartParent .woocommerce {
    padding-top: 0;
}.cartParent .container.removeSidebar {
    padding: 0;
}.cart-collaterals {
    order: -1;
}
.ek-pin-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

    #ek-pincode {
        width: 80%;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        background: unset;
    }

#ek-check-pin {
            background: unset;
        color: #3bc7cb;
        padding: 10px 16px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-weight: 600;
}

#ek-pin-response {
    margin-top: 8px;
    font-size: 14px;
    color: #11a349;
}
.order-summary-wrapper {
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

.order-summary-toggle {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;color: #000;
}
    .cart-collaterals {
        order: -1;
        border-bottom: 8px solid #f4f4f4;        
font-family: Montserrat, sans-serif;
    }
.toggle-icon i {
    margin-left: 5px;
    transition: 0.3s ease;
}

/* Content hidden initially */
.order-summary-content {
    margin-top: 15px;
    display: none;font-size: 13px;
}    .view_price span.woocommerce-Price-amount.amount {
        font-size: 16px;
        width: 100%;
    }

.summary-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.discount {
    color: #0ba64b;
    font-weight: 600;
}

.add-member {
    color: #0091ff;
    cursor: pointer;
    font-size: 14px;
}

.payable {
    font-size: 18px;
    font-weight: bold;
}

.save-note {
    color: #0ba64b;
    font-size: 14px;
    margin-top: 10px;
}

.open .toggle-icon i {
    transform: rotate(180deg);
}
.wc-cart {
    display: flex;
    width: 100%;
    flex-direction: column;
}.wc-cart {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.wc-proceed-to-checkout {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    color: #fff;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, .161);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, .161);
    margin-bottom:0px !important;
}
   .view_price span.woocommerce-Price-amount.amount {
        font-size: 18px;
        margin-right: 5px;
        color: #000;
    }a.view_text {
    font-size: 14px;
    font-weight: 600;
    color: #00b5b7;
}
.cartpageDesign {
	text-align: center;
        font-family: 'Montserrat';
        font-weight: 600;
        padding: 10px 0 60px;
        font-size: 14px;
        line-height: 30px;
}.woocommerce {
    width: 100%;
    display: inline-table;
    padding: 50px 0 0px;
}table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin-bottom: 0px;
}.ek-cart-item {
    display: flex;
    justify-content: center;
    border: 1px solid #dbdee9;
    padding: 12px 12px 12px 0;
    font-family: Montserrat, sans-serif;	
}table tbody .headingCart h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;font-family: Montserrat, sans-serif;
}.ek-title a {
    text-align: left;
    font-size: 14px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1c1c28;
    width: 100%;
    margin-bottom: 0px;
}.ek-thumb {
    flex: 1 1 40%;
    padding: 20px;
}.ek-details {
    flex: 1 1 70%;
}.ek-remove i.bi.bi-trash {
    color: #737171;
    font-weight: 600;
}.quantity .qty {
    width: 8.235801em !important;
    text-align: center;
    font-size: 14px;
    padding: 4px;
    border-radius: 5px;
}a.remove::before{
display:none;
}.quantity {
    display: flex;
    width: 100%;
    justify-content: space-between;
}.coupon {
    padding: 20px;
}.wc-block-checkout__actions_row {
    position: fixed;
    z-index: 1;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row !important;
    padding: 10px;
    -webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, .161);
        box-shadow: 0 -4px 6px rgba(0, 0, 0, .161);
}button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    width: 50%; padding:0.5em 1em !important;
}.wp-block-woocommerce-checkout{ font-family: Montserrat, sans-serif;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    display: none;
}.checkout-order-summary-block-fill {
    display: none;
}.wc-block-components-checkout-step__heading {
    display: none;
}div#order-notes .wc-block-components-checkbox {
    padding-bottom: 50px;
}a.wc-block-components-checkout-return-to-cart-button {
    font-size: 12px;
    font-weight: 600;
    color: #0e7d7f;
}
div#customer_login {
    width: 100% !important;
margin-bottom: 30px !important;
}#customer_login h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}div#content p.woocommerce-form-row.woocommerce-form-row--wide label {
    font-size: 14px;
    font-weight: 400;
}.u-column1.col-1 button.show-password-input {
    margin-top: 5px;
}label.woocommerce-form__label span {
    font-size: 14px;
    line-height: 20px;
}button.woocommerce-button.button.woocommerce-form-login__submit {
    font-size: 15px;
    padding: 7px;
}.woocommerce-form-login.login a {
    font-size: 14px;
}p.custom-login-link {
    font-size: 14px;
}
table.woocommerce-MyAccount-orders tr td {
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
}    td.woocommerce-orders-table__cell span.woocommerce-Price-amount.amount {
        line-height: 21px;
        margin-left: 5px;
    }.accountParent .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link{ height: 50px;

}.woocommerce-info {
    font-size: 15px;
    line-height: 26px;
    background-color: #00b5b7 !important;
}
.u-column1.col-1, .u-column2.col-2 {
    margin-bottom: 20px;
    padding: 25px 30px;
}.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-weight: 600;
}a.edit, address {
    font-size: 16px;
    line-height: 26px;
}
div#content .woocommerce-MyAccount-content .edit-account p button.woocommerce-Button.button {
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
}div#content .edit-account input {
    margin: 5px 0;
}div#content .woocommerce-MyAccount-content .edit-account p {
    width: 100%;
    /* border-radius: 10px !important; */
}.edit-account fieldset {
    padding: 5px 0;
    margin: 0;
}.edit-account legend {
    text-align: center;
    padding-bottom: 0px;
    font-size: 18px;
    /* margin-bottom: 0; */
}div#content .edit-account p.woocommerce-form-row {
    width: 100%;
    margin: 0px;
}a.checkout-button.button.alt.wc-forward {
    border-radius: 6px;
    text-transform: none;
    background: #ff8914 !important;
    padding: 15px 0;
    min-width: 215px;
    width: calc(100% - 125px);
    max-width: 222px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600 !important;
    color: #fff;
    height: 55px;
    border: none;
    justify-content: flex-end;
}.view_summery {
    display: block;
    width: 50%;
}.wc-block-components-address-card {
    margin: 10px 0;
}
.full-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 30px;
        /* border-radius: 10px; */
        position: relative;
        height: 100vh;
}
.popup-content  form {
    margin-bottom: 1.618em;
    width: 95%;
    margin-left: 15px;
}.popup-content .iconSearch {
    position: relative;
}.popup-content .iconSearch i.bi.bi-search {
    position: absolute;
    left: 8px;
    top: 8px;
}.popup-content input#woocommerce-product-search-field {
    width: 100%;
    border-radius: 100px;
    padding-left: 31px;
    background: #f4f4f4;
}
.close-btn {
        position: absolute;
        /* right: 15px; */
        top: 40px;
        font-size: 20px;
        cursor: pointer;
        left: 15px;
        color: #000;
        font-weight: 900;
    }h2.woocommerce-order-details__title {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
}li.woocommerce-order-overview__total.total {
    padding: 10px 10px 35px 20px;
}
#reviews h2.woocommerce-Reviews-title {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}p.comment-form-cookies-consent {
    display: flex;
}
}
@media screen and (max-width:781px){
 .locations {
        width: 55%;
    }    .col.contentSection.w-100:last-child {
        padding: 10px 12px;
    }.copiRight {
    display: flex;
    /* justify-content: stretch; */
    padding-bottom: 50px;
    flex-direction: column;
    gap: 15px;
}ul.products, .wc-block-grid__products {
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    display: flex;
    gap: 10px;
}body .site-main ul.products.columns-4 li.product {
    width: 46.5%;
    margin-right: 1%;
}
.productSection h2.wp-block-heading {
    text-transform: capitalize;
    text-align: center;
    display: inline;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1c1c28;
}a.productImageLink {
    display: inline-flex;
    width: 100%;
    /* background: #f4f4f4; */
    padding: 10px 20px;
    background-color: #f7f7f7;
    height: 156px;
    border-radius: 12px 12px 0 0;
}    .content {
        margin-top: 10px;
        margin-left: -10px;
        margin-block-start: 10px !important;
    }
.productImage h6.mt-2 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px !important;
    letter-spacing: 0;
    color: #1c1c28;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
    height: 36px !important;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 0px;
}.productContentSect p {
    vertical-align: middle;
    font-weight: 600;
    line-height: 36px;
    font-size: 16px;
    margin-right: 11px;
    float: left;
    width: auto;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 0;
}.buyNow {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: #ff8914;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}
.hkBox {
    /* display: flex; */
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: left;
    padding: 0 10px 0;
}.ekartSection img {
    width: 48px;
    margin-right: 16px;
}.hkBox .wp-block-columns {
    margin-block-start: 0px !important;
}.ekartSection h4.wp-block-heading {
    display: block;
    margin: 5px 0 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 23.8px !important;
    letter-spacing: 0;
    color: #1c1c28;
    line-height: 20px;
}div#content .ekartSection p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0;
    color: #77777e;
}.text i {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 10px 0;
}.action-bar a.active {
    color: #00b5b7;
}
footer.text-light.pt-5 {
    background-color: #0d2122;
    font-family: "Montserrat", sans-serif;
    padding-top: 25px !important;
    padding-left: 18px;
}.FooterLogo h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 12px;
}    .col.contentSection.w-100 {
        flex: 1 1 50%;
        margin-bottom: 10px;
        margin-bottom: 20px;
    }.contentSection h3.fw-bold {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 500 !important;
}.contentSection ul li a {
    font-size: 12px;line-height: 30px;}
    .locations {
        width: 95%;
        margin-left: 0;
    }footer .col-12.col-lg-3 {
    padding-right: 0;
    padding-left: 0;
}.buttonsUsed {
    gap: 10px;
    justify-content: center;
}.emailBox p {
    text-align: center;
}.social-media {
    justify-content: center;
    display: flex;
    gap: 20px;
}    .rightCopiright a {
        font-size: 12px;
}    div#content .LeftCopiright p, div#content .rightCopiright a {
        font-size: 12px;
        line-height: 18px;
    }	
.text.activeText {
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: 0;
    color: #00b5b7;
} .text{
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}div#stickyDiv {
        /* display: block; */
        padding: 0;
    }
.mobileHide {
    display: none;
}
nav.breadcrumb span.active {
    margin-left: 5px;
    font-size: 12px;
}nav.breadcrumb i.bi.bi-chevron-right {
    font-size: 10px;
        font-weight: 900;
        color: #000;
        line-height: 20px;
        text-shadow: 1px 0px 0px #000;
        margin: 3px 5px 0;
}nav.breadcrumb i.bi.bi-house-fill {
    color: #00b5b7;
}
select.orderby {
    display: none;
}h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
    color: #1c1c28;
    margin: 0 5px 15px 0;
}
div#content .term-description p {
    padding: 0;
    font-size: 14px;
    line-height: 27px;
}body .site-main ul.products.columns-3 li.product {
        width: 245px;
        float: left;
        margin-right: 0.882353%;
        margin: 0 auto;
    }
.product_cat.container {
    padding: 0px;
    font-family: Montserrat, sans-serif;overflow-x: hidden;
}.cat_img img {
    display: none;
}.storefront-sorting {
    display: none;
}.col-md-3.orderSecondmD {
    order: 2;
    margin-bottom: 50px;
}.mostPopularProduct h3, .latestProducts h3 {
    text-transform: capitalize;
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1c1c28;
    padding-bottom: 10px;
    display: block;
}ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 18px !important;
}.rating-badge {
    margin: 0px;
}.mostPopularProduct, .latestProducts {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    padding: 20px 15px 15px;
}
ul.products.columns-3 {
    gap: 0;
}header.woocommerce-products-header {
    padding: 0 15px;
}div#categoryAccordion {
    padding: 0 15px;
}.brandingImages .slick-slide img {
    width: 245px;
}.brandingImages {
    margin-top: -40px;
    background: #f4f4f4;
    width: 97%;
    margin-bottom: 40px;
}.brandingImages h3 {
    padding: 0 15px;
}.mobileviewSticky {
    display: flex;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
}button.single_add_to_cart_button, a.button.buy-now-button {
    width: 47%;
    height: auto;
    padding: 10px 10px !important;
    line-height: 20px;
    text-align: center;
}.SingleProductSect .woocommerce-product-gallery.images {
    flex-direction: column;
}.SingleProductSect .flex-viewport {
    flex: 1 1 100%;
}
 .flex-control-nav.flex-control-thumbs {
        display: flex !important;
        justify-content: center;
        gap: 5px;
        margin-top: 15px;
        z-index: 1;
        position: absolute;
        bottom: -8px;
        width: 100%;
    }
.flex-control-nav.flex-control-thumbs li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
    overflow: hidden;
        margin: 0;
        background-color: #928d8d !important;
        opacity: .2;
}
.flex-control-nav.flex-control-thumbs li img {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
    .flex-control-nav.flex-control-thumbs li.flex-active, .flex-control-nav.flex-control-thumbs li.active {
        background-color: #00b5b7 !important;
        opacity: 1;
    }
.SingleProductSect h1.product_title.entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 20px;
}.woocommerce-product-details__short-description p {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}.quantity .qty {
    width: 50%;
    text-align: center;
    padding: 8px;
}.is-sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
left: 0;
        background: #fff;
}
section.related.products h2 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
}.header1.scroll-shadow {
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	position: fixed;
        top: 0;
        z-index: 1000;width:100%;background: #fff;
    }
.woocommerce-tabs ul.tabs.wc-tabs li {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 15px 0 0;
    margin: 0 10px;
}.SingleProductSect {
    padding: 10px 0;
}div#tab-description h2 {
    font-size: 16px;
    font-weight: 600;
}.woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 20px;
}.save-note {
        font-size: 12px;
    }
div#reviews {
    width: 100%;
    margin: 0 auto;
}div#content p.woocommerce-noreviews {
    background-color: #00b5b7;
    color: #fff;
}#reviews label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}p.comment-notes {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
}textarea#comment {
    height: 100px;
}.comment-form-author input#author, .comment-form-email input {
    border: 1px solid #000 !important;
    border-radius: 10px;
    margin-bottom: 10px;
}.form-submit input#submit {
    margin-left: 0;
    width: 100%;
}    .right-sideSection sup.cart-count {
        padding: 2px 6px;
        font-size: 10px;
    }
    .wc-block-checkout .is-sticky {
        position: unset;
    }
.blueColor i.bi.bi-check {
    background: #49cacc;
    color: #fff;
}
    .view_price span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }
.order-summary-toggle {
        font-size: 14px;
}
.payable {
        font-size: 14px;
        font-weight: bold;
    }    a.view_text {
        font-size: 12px;
    }.view_price span.woocommerce-Price-amount.amount {
        font-size: 16px;}
	.wc-block-checkout__no-payment-methods-notice.wc-block-components-notice-banner.is-error {
    display: none;
}div#order-notes .wc-block-components-checkbox {
        padding-bottom: 0px;
    }.wc-block-components-checkout-order-summary__title {
    font-size: 14px;
    font-weight: 600;
}.wc-block-components-sidebar-layout.wc-block-checkout.is-mobile {
    margin-bottom: 0;
}.css-0.e19lxcc00 {
    display: none;
}
.wc-block-components-order-summary-item__description, .wc-block-components-panel__button, .wc-block-components-totals-item, .wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-size: 13px;
}
.woocommerce-info {
    font-size: 13px;
    line-height: 20px;
    
}.woocommerce-MyAccount-content h2 {
    font-size: 16px;
    font-weight: 600;
}a.edit, address {
    font-size: 13px;
    line-height: 20px;
}
.edit-account legend {
    text-align: center;
    padding-bottom: 0px;
    font-size: 16px;
    /* margin-bottom: 0; */
}
    body .site-main ul.products.columns-4 li.product {
        margin-bottom: 10px;
    }    ul.products li.product h2.woocommerce-loop-product__title {
        height: auto !important;
    }ul.products li.product .discountShow span.price {
    padding: 0 0px 0 20px;
    margin-bottom: 0 !important;
}
 }
@media screen and (max-width:600px){
.header1 .row>*.col-md-9.col-sm-9 {
    width:50% !important;
}.header1 .row>*.col-md-3.col-sm-3{
 width: 50%;
}
.col.contentSection.w-100 {
    flex: 1 1 50%;
}.col.contentSection.w-100:nth-child(2) {
    flex: 1 1 50%;
}        .paymentLogo {display: flex;
        gap: 5px;
        border-bottom: 1px solid #fff;
        width: 100%;
        justify-content: center;
        padding-bottom: 10px;
}.paymentLogo img {
   width: 50px;
        display: inline-table;
        margin-bottom: 4px;
        height: 30px;
}    .copiRight {
        text-align: center;
    }.rightCopiright {
    justify-content: flex-end;
    display: inline-table;
}
}
@media screen and (max-width:480px){
    body .site-main ul.products.columns-4 li.product {
        width: 100%;
        margin-right: 1%;
    }    ul.products, .wc-block-grid__products {
        flex-direction: column;
	margin-bottom: 10px;
    }
ul.tabs.wc-tabs li {
    width: max-content;
    max-width: 40%;
}.ekartSection h2.wp-block-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}.productImage {
    width: 245px;
}
    .view_summery {
        display: block;
        width: 30%;
    }
#reviews ol.commentlist {
    flex-direction: column;
}#reviews .commentlist li {
    margin-bottom: 0 !important;
}    .woocommerce-Tabs-panel p {
        font-size: 13px;
        line-height: 18px;
    }a.open-review-popup.button {
    font-size: 14px;
}    #reviews label {
        font-size: 13px;
        line-height: 16px;
    }
}