/** Shopify CDN: Minification failed

Line 3180:41 Expected ":"

**/
body {font-size: 14px;font-family: Quicksand;font-weight: 400;overflow-x: clip;user-select: none;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}
/*.logo img {
    height: 65px;
}*/

a {text-decoration:none;color: #ffffff;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
.container {max-width: 1200px!important;margin:0 auto;position:relative}

.header-top {
    /* border-bottom: 1px solid #EAEAEA; */
    padding: 7px 0px 0px 0px;
}

.header-top .flex-area {
    align-items: center;
    display: flex;
    justify-content: end;
    flex-wrap: wrap-reverse;
}


.header-top .flex-area .top-links ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 9px;
    line-height: 14px;
}

.header-top .flex-area .top-links ul li:not(:last-child) {
    border-right: 1px solid #ffffff;
}

.header-top .flex-area .top-links ul li a {
    color: #ffffff;
    font-size: 13px;
    /* font-weight: 600; */
}

.header-top .flex-area .help {
    text-align: right;
}

.header-top .flex-area .help .txt {
    font-size: 13px;
    /* color: #666666; */
    /* font-weight: 600; */
}

.header-top .flex-area .help .txt a {
    /* color: #ff5d46; */
    font-weight: 600;
}

.header-top .flex-area .save-text .txt {
    color: #2BBEF9;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.header-search {
    border-bottom: 1px solid #eaeaea38;
    padding: 12px 0px;
}

.header-search .flex-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-search .flex-area .icons-list ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.header-search .flex-area .icons-list ul li:not(:first-child){
    padding-left: 28px;
}
/* .card-wrapper.product-card-wrapper.underline-links-hover {
    position: static;
} */
.header-search .flex-area .icons-list ul li a, span.wishlist-icon{
    color: #ffffff;
    font-size: 14px;
        display: contents;
}

.header-search .flex-area .icons-list ul li a img {
    width: 22px;
    margin-right: 4px;
}

.header-search .flex-area .search-area {
    width: 58%;
}

.header-search .flex-area .search-area .search {
    position: relative;
}

.header-search .flex-area .search-area .search button.btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 43px;
    border: 2px solid #d5b960;
    background: #d5b960;
    color: #fff;
    font-size: 14px;
    padding: 2px 30px;
}

.header-search .flex-area .search-area .search input.form-control {
    border: 2px solid #EAEAEA;
    border-radius: 0px;
    height: 43px;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
}

.navigation {
    border-bottom: 1px solid #a18735;
    padding: 15px 0px;
    /* background: red; */
}

.navigation .flex-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navigation .flex-area .browse-area {
    width: 21%;
}

.navigation .flex-area .nav-list {
    width: 100%;
}

.navigation .flex-area .browse-area .browse {
    background: #FF5D46;
    padding: 12px 12px 12px 12px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.navigation .flex-area .browse-area .browse img {
    margin-right: 6px;
}

.navigation .flex-area .browse-area .browse:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
}

.navigation .flex-area .nav-list ul li {
    list-style: none;
    padding: 0px 17px;
}

.navigation .flex-area .nav-list ul {
    display: flex;
    justify-content: center;
}

.navigation .flex-area .nav-list ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.logo img {
    height: 120px;
    margin-top: -37px;
        width: auto;
}

.navigation .flex-area .nav-list ul li:last-child {
    padding-right: 0px;
}

.bannerArea {
      padding: 22px 0px;
}

span.carousel-control-prev-icon {
    display: none;
}

button.carousel-control-next {
    display: none;
}


 .bannerArea .indicator-part {
    background: #fff;
    padding: 5px 42px;
    border-radius: 38px;
}

.bannerArea .carousel-indicators {
    margin-bottom: 2rem;
}

.bannerArea .carousel-indicators [data-bs-target] {
    background: #c3c2c2;
    width: 10px;
    height: 10px!important;
    line-height: 10px;
    border-radius: 50%;
    border: none;
}

.bannerArea .carousel-indicators button.active {
    background: #ff644e;
}

.categoryList {
    width: 100%;
    background: #bbbbbb1a;
    text-align: center;
    padding: 60px 0px;
}

.categoryList .cat-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.categoryList .cat-flex .caterogyArea {
       width: 22%;
    margin: 1.5%;
    text-align: left;
}

.categoryList .cat-flex .caterogyArea .product-name h3 {
    font-size: 19px;
    font-weight: 600;
    overflow-y: hidden;
    margin-top: 7px;
    overflow-x: hidden;
    white-space: wrap;
    padding-top: 8px;
    position: relative;
    letter-spacing:0px;
}

.categoryList .cat-flex .caterogyArea .img {
       width: 100%;
       padding: 21px;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #fff;
       height: 252px;
}

.categoryList .cat-flex .caterogyArea .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.categoryList .cat-flex .caterogyArea .item-count {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.mostly-bought-items {
    width: 100%;
    padding: 45px 0px;
}

.mostly-bought-items .heading {
    text-align: center;
}

.heading h2 {
    font-size: 34px;
    font-weight: 600;
}

.heading {
    margin-bottom: 32px;
}

.mostly-bought-items .items-flexs {
    display: flex;
    flex-wrap: wrap;
}

.mostly-bought-items .items-flexs .itemArea {
    width: 23%;
    border: 1px solid #CCCCCC;
    padding: 16px;
    position: relative;
    margin: 1%;
}

.off-txt {
    position: absolute;
}

.off-txt span {
    background: #139831;
    color: #f9fffe;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 3px;
}

.mostly-bought-items .items-flexs .itemArea .img {
    width: 100%;
    height: 188px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mostly-bought-items .items-flexs .itemArea .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mostly-bought-items .items-flexs .itemArea .spe {
    color: #019cf7;
    font-size: 14px;
}

.mostly-bought-items .items-flexs .itemArea .item-name h3 {
    font-size: 19px;
    color: #0A0C0C;
    font-weight: 600;
    padding: 7px 0px;
    height: 65px;
    line-height: 26px;
}

.mostly-bought-items .items-flexs .itemArea .pricePerunit {color: #0becc0;}

.mostly-bought-items .items-flexs .itemArea .flex-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.mostly-bought-items .items-flexs .itemArea .flex-cart .price {
    color: #019cf7;
    font-weight: 600;
    font-size: 15px;
}

.mostly-bought-items .items-flexs .itemArea .flex-cart .price del {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
    margin-left: 3px;
}

.mostly-bought-items .items-flexs .itemArea .flex-cart .cart a {
    background: #019cf71a;
    color: #019cf7;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 13px;
    display: block;
}

.mostly-bought-items .items-flexs .itemArea .flex-cart .cart a i {
    margin-right: 5px;
    font-size: 15px;
}


.productTab {
    padding: 60px 0px;
}

.heading .subPera {
    font-size: 17px;
    color: #999999;
}

.productTab .mainTabArea .flex-tabArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.cart__login-title.h3 {
    margin-top: 18px;
    font-size: 19px;
}

.flex-tabArea {}

.productTab .mainTabArea {
    /* border: 1px solid #CCCCCC; */
}

.productTab .mainTabArea .flex-tabArea .left {
    width: 100%;
    padding: 20px 0px;
}

.productTab .mainTabArea .flex-tabArea .right {
    width: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex {
    display: flex;
    flex-wrap: wrap;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab {
    width: 28%;
    position: relative;
    display: none;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab {
    width: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .img {
    width: 100%;
    height: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .img img {
    width: 100%;
    height: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea {
    width: 24%;
    border: 1px solid #CCC;
    position: relative;
    padding: 15px;
    margin: 0.5%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .off-txt span {
    font-size: 11px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .off-txt {
    position: absolute;
    top: 10px;
    left: 10px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .main .img {
    width: 100%;
    height: 221px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .main .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .spe {
    color: #FF644E;
    font-weight: 600;
    font-size: 13px;
    display: none;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea .item-name h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    height: 66px;
    margin-bottom: 0px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .pricePerunit {
    color: #a69e9e;
    font-size: 13px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    align-items: center;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart .price {
    color: #0A0C0C;
    font-weight: 600;
    font-size: 17px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart .price del {
    text-decoration: line-through;
    color: #ff6f6f;
    font-weight: 500;
    margin-left: 3px;
    font-size: 15px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart .cart a {
    background: #d5b960;
    color: #ffffff;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .bannerTab-txt {
    position: absolute;
    top: 25px;
    left: 25px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .bannerTab-txt .title {
    color: #FF644E;
    font-size: 25px;
    font-weight: 700;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .bannerTab-txt .txt {
    margin-top: 35px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .bannerTab-txt .txt p {
    margin: 0px;
    color: #0A0C0C;
    font-size: 19px;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .bannerTab .bannerTab-txt .txt .allPro {
    color: #0A0C0C;
    font-size: 29px;
    font-weight: 600;
}

.productTab .mainTabArea .flex-tabArea .left button {
    width: 100%;
    text-align: left;
    padding: 7px 22px;
    border: none;
    color: #535555;
    font-weight: 600;
    width: auto;
    border-bottom: 2px solid #535555;
    margin: 0px 10px;
    font-size: 17px;
    text-transform: uppercase;
}

div#nav-tab {
    border: none;
}

.productTab .mainTabArea .flex-tabArea .left button.active {color: #efcf66;border-bottom: 2px solid #efce67;}


.footer {
    background: #d5b960;
    color: #fff;
    padding: 25px 0px;
}

.footer .footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-flex .text {
    width: 32%;
}

.footer .footer-flex .text .txt {
    font-size: 22px;
    font-weight: 600;
}

.footer .footer-flex .subscribe {
    width: 64%;
}

.footer .footer-flex .subscribe input.form-control {
    border: none;
    border-radius: 0px;
    height: 60px;
    font-size: 14px;
}

.footer .footer-flex .subscribe .sub-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .footer-flex .subscribe .sub-form button {
    position: absolute;
    right: 15px;
    color: #fff;
    border: none;
    height: 40px;
    padding-left: 22px;
    padding-right: 22px;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid #512a09;
    background: #512a09;
}

.footer .footer-flex .social-media {
    width: 26%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-flex .social-media .Social-text .txt {
    font-size: 15px;
    font-weight: 600;
}

.footer .footer-flex .social-media .Social-text .txt span {
    display: block;
    font-size: 21px;
}

.footer .footer-flex .social-media .social-link ul {
    display: flex;
}

.footer .footer-flex .social-media .social-link ul li {
    list-style: none;
}

.footer .footer-flex .social-media .social-link ul li a{
    list-style: none;
    width: 32px;
    height: 32px;
    background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.footer .footer-flex .social-media .social-link ul li:nth-child(1) a{
    background: #4944e0;
}

.footer .footer-flex .social-media .social-link ul li:nth-child(2) a{
    background: #009dff;
}

.footer .footer-flex .social-media .social-link ul li:nth-child(3) a{
    background: #1832ff;
}

.footer .footer-flex .social-media .social-link ul li:nth-child(4) a{
    background: red;
}

.copy-right {
    text-align: center;
    padding: 10px 0px 44px 0px;
    background: #512a09;
    color: #fff;
}

.copy-right p {
    margin: 0px;
    color: #fff2b7;
    font-size: 14px;
}

.mostly-bought-items .items-flexs .itemArea:hover .flex-cart .cart a, .productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart .cart a:hover {
    background: #0c4775;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.footer .footer-flex .subscribe .sub-form button:hover {
    background: #09e3bc;
    transition: 0.5s ease-in-out;
}

.categoryList .cat-flex .caterogyArea:hover .product-name h3 {
    color: #d5b960;
}


.navigation .flex-area .nav-list ul li a:hover, .header-search .flex-area .icons-list ul li a:hover, .header-top .flex-area .top-links ul li a:hover, .header-top .flex-area .help .txt a:hover, .categoryList .cat-flex .caterogyArea:hover .item-count, .mostly-bought-items .items-flexs .itemArea:hover .item-name h3, .productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .itemArea:hover .item-name h3, .productTab .mainTabArea .flex-tabArea .left button:hover {
    color: #d5b960;
}

#categoryList .categoryName.hasList:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  top: 0px;
  right: 17px;
  line-height: 42px;
  color: #131212;
}

#categoryList .categoryName.hasList.active:after {
  content: "\2212";
}

#categoryList .subCategory {
  display:none;
}
#categoryList .categoryName.hasList.active + .subCategory {
  display:block;
  max-height:100%!important;
}

div#categoryList {
    position: fixed;
    width: 25%;
    background: white;
    z-index: 999;
    top: 0px;
    left: 0px;
    height: 100%;
    box-shadow: 0px 0px 10px #6a6969;
    padding: 20px 0px;
    overflow: hidden;
    transition: 1s ease-in-out;
    margin-left: -30%;
}

div#categoryList .heading {
    border-bottom: 1px solid #EAEAEA;
    padding: 0px 16px 10px 16px;
    margin: 0px;
}

p.cart__login-title.h3 {
    margin-top: 18px;
    font-size: 19px;
}

div#categoryList .heading h2 {
    font-size: 20px;
    color: #019cf7;
}

div#categoryList .list ul li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}

div#categoryList .list ul li {
    list-style: none;
}

div#categoryList .list ul li a {
    padding: 8px 16px;
    width: 92%;
    display: block;
}

div#categoryList .list ul li .categoryName a {
       font-weight: 600;
       color: #0A0C0C;
       font-size: 14px;
}

div#categoryList .list ul li .categoryName {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#categoryList .list .subCategory ul li:first-child {
    border-top: 1px solid #EAEAEA;
}

div#categoryList .mainCategory {
    position: relative;
}

div#categoryList .mainCategory .hideBtn {
    position: absolute;
    right: 16px;
    border: 1px solid #019cf7;
    padding: 1px 6px;
    color: #019cf7;
}

div#categoryList.active {
   width: 355px;
    overflow: auto;
    transition: 1s ease-in-out;
    margin-left: 0px;
    max-width: 90%;
}

.navigation.sticky {
    position: fixed;
    width: 100%;
    background: #512a09;
    z-index: 99;
    top: 0px;
    box-shadow: 0px 0px 10px #272424;
    padding: 12px 0px;
}


.innerBanner {
    padding: 20px 0px;
}

.bredcrum .list ul {
    display: flex;
    padding-bottom: 25px;
}

.bredcrum .list ul li {
    list-style: none;
    font-size: 12px;
    color: #333333;
    /* font-weight: 600; */
}

.bredcrum .list ul li:not(:last-child):after {
    content: "/";
    padding: 0px 6px;
    font-size: 12px;
}

.bredcrum .list ul li i {font-size: 15px;padding-right: 3px;}

.bredcrum .list ul li:last-child {font-weight: 600;color: #00bf97;}

.innerBanner .bannerImg img {
    border-radius: 7px;
}

.innerBanner .ListingPage-name h1 {
    font-size: 28px;
    font-weight: 600;
    text-align:center;
    margin: 0px;
}

.collection-hero__description {
    width: 100%;
    text-align: center;
    max-width: 100%!important;
}


.productListing {
    padding: 20px 0px;
}

.productListing .listingFlex {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* border: 1px solid #3bc18e40; */
}

.productListing .listingFlex .filterSec {width: 23%;border-right: 1px solid #3bc18e40;background: #f2eded00;/* display: none; */}

.productListing .listingFlex .productsArea {
    width: 100%;
}

.productListing .listingFlex .productsArea .list-of-product ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.productListing .listingFlex .productsArea .list-of-product ul li {
    width: 24%;
    list-style: none;
    margin: 0.5%;
    border: 1px solid #EAEAEA;
    position: relative;
    padding: inherit;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .img {
    width: 100%;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.productListing .listingFlex .productsArea .list-of-product ul li .main .spe {
    color: #019cf7;
    font-size: 13px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .item-name a h3 {
    font-size: 19px;
    color: #0A0C0C;
    font-weight: 600;
    padding: 7px 0px;
    height: 65px;
    line-height: 26px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .pricePerunit {
    color: #02d6ab;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .price {
    color: #019cf7;
    font-weight: 600;
    font-size: 15px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .price span del {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
    margin-left: 3px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .flex-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .flex-cart .cart a {
    background: #019cf71a;
    color: #019cf7;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 13px;
    display: block;
}

.productListing .listingFlex .productsArea .list-of-product ul li .main .flex-cart .cart a i{
    padding-right:4px;
}

.productListing .listingFlex .filterSec .filternav .head {
    background: #3bc18e33;
    padding: 7px 15px;
    color: #3bc18e;
    font-weight: 700;
}
.productListing .listingFlex .filterSec .filternav .options-list.brand-list {
        padding: 10px 15px;
    max-width: 100%!important;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.productListing .listingFlex .filterSec .filternav .options-list.brand-list .options label {
    padding-left: 7px;
}

.productListing .listingFlex .filterSec .filternav .options-list.brand-list .options {
    padding-bottom: 3px;
}

.productListing .listingFlex .filterSec .filternav .head {
    position: relative;
}

.productListing .listingFlex .filterSec .filternav .head:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    transform: rotate(180deg);
}

.product-detail {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.product-detail .fl {
    width: 54%;
}

.product-detail .fl .product-click .left {
    width: 12%;
}

.product-detail .fl .product-click .right {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail .fl .product-click .left .thumbnail-img .img {
    border: 1px solid #f0efef;
    margin-bottom: 15px;
    padding: 4px;
}

.product-detail .fr {
    width: 42%;
}


.product-detail .produt-alldetail .brands {
    font-size: 28px;
    font-weight: 600;
}

.product-detail .produt-alldetail .name {
    font-size: 19px;
    padding: 5px 0px 0px 0px;
}

.product-detail .produt-alldetail .sku {
    color: #019cf7;
    font-size: 14px;
}

.product-detail .produt-alldetail .rupee {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 0px;
    color: #019cf7;
}

.product-detail .produt-alldetail .rupee span {
    display: block;
    font-size: 12px;
    color: #a9a7a7;
    font-weight: 500;
}

.product-detail .produt-alldetail .head-line {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 15px;
}

.product-detail .select-size .size-area {
    display: flex;
    padding: 7px 0px 12px 0px;
}


.product-detail .select-size .size-area .size {
    width: 27px;
    height: 27px;
    border: 1px solid #e4e4e4;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 13px;
    color: #a9a7a7;
}

.product-detail .produt-alldetail .buttons {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.product-detail .produt-alldetail .buttons .add-to-cart a {
    border: 1px solid #d9f0fe;
    padding: 8px 20px;
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    background: #019cf726;
    color: #019cf7;
    font-weight: 700;
}

.product-detail .produt-alldetail .buttons .buy-now a {
    background: #3bc18e33;
    border: 1px solid #d8f3e8;
    padding: 8px 38px;
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    color: #3bc18e;
    font-size: 14px;
    font-weight: 700;
}

.product-detail .produt-alldetail .buttons .add-to-cart {
    width: 48%;
}

.product-detail .produt-alldetail .buttons .buy-now {
    width: 48%;
}

.product-detail .produt-alldetail .pincode {
    padding: 7px 0px 0px 0px;
}

.produt-alldetail .pincode form {
    position: relative;
    width: 90%;
}

.product-detail .produt-alldetail .pincode input {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #3bc18e;
}

.product-detail .produt-alldetail .pincode button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 13px 34px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #3bc18e;
    color: #fff;
}

.product-detail .produt-alldetail .detail-list {
    padding: 15px 0px;
}

.product-detail .produt-alldetail .brandsName {
    font-size: 15px;
    padding: 7px 0px 0px 0px;
    
}


.product-detail .produt-alldetail .pincode .delivery-list ul li {list-style: none;font-size: 16px;color: #676060;padding: 4px 0px;}

.product-detail .produt-alldetail .pincode .delivery-list ul li img {
    width: 20px;
    margin-right: 12px;
}

.product-detail  .produt-alldetail .pincode .delivery-list {
    padding: 10px 0px;
}

.product-detail .product-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}



.product-detail .product-click {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-detail .fl .product-click .right .main-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .produt-alldetail .description {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}

.productListing .listingFlex .filterSec .filternav {
    margin-bottom: 6px;
}

.productListing .listingFlex .filterSec .filternav .head.active + .options-list.brand-list {
    height:0px;
    overflow:hidden;
    padding: 0px 15px;
    transition: 0.3s ease-in-out;
}


.productListing .listingFlex .filterSec .filternav .head.active:after {
    transform: rotate(0deg);
}

.productListing .listingFlex .productsArea .list-of-product ul li:hover .main .flex-cart .cart a {
    background: #019cf7;
    color: #fff;
}

.productListing .listingFlex .productsArea .list-of-product ul li:hover .main .item-name a h3 {
    color: #019cf7;
}

.product-detail .produt-alldetail .buttons .add-to-cart a:hover {
    background: #019cf7;
    color: #fff;
}

.product-detail .produt-alldetail .buttons .buy-now a:hover {
    background: #3bc18e;
    color: #fff;
}
    div#menuList {
    display: none;
}

.owl-carousel.owl-theme.comItems .owl-nav {
    display: none;
}

.owl-carousel.owl-theme.comItems .owl-dots {
    margin-top: 10px;
}

.owl-carousel.owl-theme.comItems .owl-dots span {
    background: #3bc18e6e;
}

.owl-carousel.owl-theme.comItems .owl-dots .active span {
    background: #3bc18e;
}

#hideBtn{
    display: none;
}

.footerContent {
    padding: 40px 0px;
    background: #f9f5f5a3;
}

.footerContent .footterStory p {
    font-size: 14px;
    line-height: 24px;
}

.ListingPage-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ListingPage-name .short-flex {display: flex;align-items: center;}

.ListingPage-name .short-flex .txt {
    margin-right: 10px;
}

.ListingPage-name .short-flex .form select {
    height: 38px;
    border-radius: 2px;
    padding: 5px;
    width: 206px;
}

.sort.flexShort {
    display: flex;
    align-items: center;
}

.sort.flexShort .sort.category {
    margin-right: 25px;
}

.categoryList.onMobile .cat-flex .caterogyArea {
    width:100%;
}

/*.categoryList.onMobile{
    display: none;
}*/

.categoryList.onMobile .cat-flex .owl-item:nth-child(1), .categoryList.onMobile .cat-flex .owl-item:nth-child(9){
    background: #eefad6!important;
}
.categoryList.onMobile .cat-flex .owl-item:nth-child(2), .categoryList.onMobile .cat-flex .owl-item:nth-child(10){
    background: #fff7d1;
}
.categoryList.onMobile .cat-flex .owl-item:nth-child(3),.categoryList.onMobile .cat-flex .owl-item:nth-child(11){
    background: #fcefeb;
}

.categoryList.onMobile .cat-flex .owl-item:nth-child(4), .categoryList.onMobile .cat-flex .owl-item:nth-child(12){
    background: #eaeffa;
}

.categoryList.onMobile .cat-flex .owl-item:nth-child(5),.categoryList.onMobile .cat-flex .owl-item:nth-child(13){
    background: #fce3ff;
}

.categoryList.onMobile .cat-flex .owl-item:nth-child(6),.categoryList.onMobile .cat-flex .owl-item:nth-child(14){
    background: #e4fffc;
}

.categoryList.onMobile .cat-flex .owl-item:nth-child(7),.categoryList.onMobile .cat-flex .owl-item:nth-child(15){
    background: #ebffc3;
}
.categoryList.onMobile .cat-flex .owl-item:nth-child(8),.categoryList.onMobile .cat-flex .owl-item:nth-child(16){
    background: #FCEFEB;
}


.value-button {
  display: inline-block;
  border: 1px solid #00f4c0;
  margin: 0px;
  width: 40px;
  height: 37px;
  text-align: center;
  vertical-align: top;
  padding: 5px 0;
  background: #00f4c01f;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 5px 0 0 5px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 5px 5px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #8ee5c4;
  border-bottom: 1px solid #8ee5c4;
  margin: 0px;
  width: 59px;
  height: 37px;
  color: #3bc18e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity {
    display: flex;
    align-items: center;
    margin-right: 15px;
    min-height: 45px;
}

.product-detail .produt-alldetail .buttons .qtxt {
    margin-right: 10px;
}


.ListingPage-name .short-flex.category {
    margin-right: 30px;
}

footer {
    width: 100%;
    position: relative;
    padding: 44px 0px;
    background: #512a09;
    color: #fff;
}

.footer-links h3 {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0px 0px 16px 0px;
    font-weight: 600;
}

.footer-links {
    padding: 0px 14px;
    min-width: 10%;
}

.footer-links ul li, .footer-links ul li a {
    list-style: none;
    font-size: 14px;
    color: rgb(255 255 255);
    /* font-weight: 600; */
    /* line-height: 25px; */
    margin-bottom: 7px;
}



footer ul.social-media li {
    display: inline-block;
    background: rgb(213 185 96);
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0px 2px;
}

footer ul.social-media li a {
    color: #fff;
    font-size: 14px;
    background: none;
}

footer ul.social-media li:first-child:hover {
    background: #2b3a76;
}
footer ul.social-media li:nth-child(3):hover {
    background: #3cf1e1;
}

footer ul.social-media li:nth-child(2):hover {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

footer ul.social-media li a:hover {
    color: #fff;
}

footer .footerflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-search .flex-area .search-area .search input:focus {
    outline: none;
    box-shadow: none;
}

.inner-banner {
    padding: 25px 0px;
}

.heading h1 {
    font-size: 36px;
    font-weight: 600;
}

.about-txt h2 {
    font-size: 22px;
    font-weight: 500;
}

.about-txt p {
    font-size: 15px;
    line-height: 24px;
}

.footer-links ul li a:hover {
    color: #d4b25d;
}

.footer-links ul li a:hover {
    color: #d4b25d;
}

.contactUS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.contactUS .fl {
    width: 30%;
}

.contactUS .fr {
    width: 65%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 38px;
    border-radius: 9px;
    background: #019cf70a;
}

.contactUS .fl .info a {
    display: block;
    padding: 10px;
    font-size: 16px;
}

.contactUS .fl .info a i {
    color: #019cf7;
    font-size: 18px;
    margin-right: 10px;
}

.contactUS .fr .form-control {
    margin-bottom: 1rem;
    height: 51px;
    font-size: 14px;
}

input.btn_main {
    background: #FF5D46;
    padding: 12px 12px 12px 12px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border: 1px solid white;
}

.contactUS .info img {
    height: 67px;
}

.productTab .mainTabArea .flex-tabArea .left .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productTab .mainTabArea .flex-tabArea .right .right-flex .produtListing-tab .items-flexs .flex-cart .cart a img {width: 18px;margin-right: 6px;}


.owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 32px;
    width: 100%;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    border: 2px solid #000!important;
    border-radius: 50%;
    background: transparent!important;
    font-size: 20px!important;
    line-height: 40px!important;
    text-align: center;
    cursor: pointer!important;
    transition: 0.3s;
    margin: -3px;
}

.owl-nav button span {
    display: block;
    line-height: 40px;
    color: transparent;
}

/* Hover effect */
.owl-nav button:hover {
    background: #000;
    color: #fff;
}

/* Disabled button */
.owl-nav .disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.owl-prev span::before {
    content: "\f060";
    color: #000;
    font-size: 18px;
    margin-top: -1px;
    display: block;
    font-family: 'FontAwesome';
}

.owl-next span::before {
    content: "\f061";
    color: #000;
    font-weight: 800;
    font-size: 22px;
    margin-top: -3px;
    display: block;
    color: #000;
    font-size: 18px;
    margin-top: -1px;
    display: block;
    font-family: 'FontAwesome';
}

.owl-prev span,
.owl-next span {
    font-size: 18px;
}


.about {
    padding: 60px 0px;
}

.about .about-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about .about-flex .fl {
    width: 44%;
}

.about .about-flex .fr {
    width: 48%;
}

.txt p {
    font-size: 16px;
    line-height: 27px;
}

.btns a {
    display: block;
    background: #512a09;
    color: #fff;
    padding: 12px 38px;
    font-size: 17px;
    font-weight: 600;
    width: fit-content;
    margin-top: 36px;
    box-shadow: 6px 4px 10px #bdb1b1;
    border: 2px solid #512a09;
}

footer .footerflex .footer-links:nth-child(2) ul {
    column-count: 2;
}
footer .footerflex .footer-links:nth-child(1) {
    width: 12%;
    padding-left: 0px;
}

footer .footerflex .footer-links:nth-child(2) {
    width: 32%;
}

.categoryList .cat-flex .caterogyArea .product-name:after {
    content: "\f061";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #d5b960;
    border-radius: 50%;
    top: 7px;
    right: 10px;
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.categoryList .cat-flex .caterogyArea .product-name {
    position: relative;
}

.deliver-icons {
}

.deliver-icons .delivery-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deliver-icons .delivery-list ul li {
    width: 21%;
    list-style: none;
    padding: 25px 0px;
}

.deliver-icons .delivery-list ul li .flex {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.deliver-icons .delivery-list ul li .flex .icon {
    width: 42px;
}

.deliver-icons .delivery-list ul li .flex .delivery-txt {
    width: calc(100% - 63px);
}

.deliver-icons .delivery-list ul li .flex .delivery-txt span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.header-search .flex-area .search-area .search button.btn-search:hover, .footer .footer-flex .subscribe .sub-form button:hover, .btns a:hover {
    background: #0c4775;
    border: 2px solid #0c4775;
}

.center-banner img {
    width: 100%;
}

.card__content {
    display: block !important;
}

/* .center-banner {
    padding-bottom: 30px;
} */

.caregory-list {
    display: flex;
    justify-content: center;
}

.header-search .flex-area .icons-list ul li a span.count {
    background: #d5b960;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -15px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.cart-count-bubble {
    position: static;
    background: none!important;
    font-size: 10px;
}

.header-search .flex-area .icons-list ul li a span.count span.svg-wrapper {
    display: none;
}

.header-top .flex-area .top-links {
    padding-right: 3%;
}

.deliver-icons .delivery-list ul li:not(:last-child) {
    border-right: 1px solid #d9d5d5;
}
header {
    background: #512a09;
    color: #fff;
}

.utility-bar.color-scheme-4.gradient.utility-bar--bottom-border {
    display: none;
}

.card--standard.card--text a:after, .card--card .card__heading a:after {
    display: none;
}

li.grid__item {
    border: 1px solid #ffffffff;
    position: relative;
    padding: 12px;
        margin-bottom: 3px;
   
}


li.grid__item .card__content {
    padding: 0px;
}

li.grid__item .card__information {
    padding: 0px;
}

li.grid__item .card--card .card__inner .card__media .media, li.grid__item .card--card .card__inner .card__media {
    width: 100%;
    height: 221px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.grid__item .card--card .card__inner .card__media .media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}


.card__inner.ratio {
    height: 221px;
    margin-bottom: 12px;
}

h3.card__heading, .wishlist-title{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    height: 60px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.ratio:before {
    display: none;
}

span.price-item {
    color: #0A0C0C;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
}

a:hover {
    text-decoration: none!important;
}

.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #ff6f6f;
    font-weight: 500;
    margin-left: 3px;
    font-size: 15px;
    margin: 0px;
    letter-spacing: 0px;
}


.quick-add__submit {
    background: #d5b960;
    color: #ffffff;
    padding: 14px 12px!important;
    font-weight: 600;
    font-size: 14px;
    /* display: flex; */
    align-items: center;
    line-height: normal;
    letter-spacing: 1px;
    display: block;
    min-height: auto;
    width: 100%;
    min-width: auto;
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    display: none;
}

.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin: 0px!important;
}

.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before {
    display: none;
}

.card--card .quick-add {
    margin: 9px 0px 0px 0px!important;
}
.price--on-sale .price__sale s.price-item.price-item--regular {
    text-decoration: line-through;
    color: #ff6f6f;
    font-weight: 500;
    margin-left: 3px;
    font-size: 15px;
    margin: 0px;
}

.quick-add__submit span:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    padding-right: 7px;
}

.underline-links-hover:hover a {
    text-decoration: none!important;
    color: #c4a74b;
}

section#shopify-section-template--19615261229243__main {
    background: #fff;
}

product-info#MainProduct-template--19615261229243__main {
    background: #fff;
}

.color-scheme-1.gradient {
    background: #fff;
}

.h1, h1 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .fooyter-logo img {width: auto;height: auto;}

.footer-links h3 {color: #fff;}

.quantity__input {
    padding: 0px;
}

.quantity__button {
    font-size: 12px;
}


.product-form__quantity .form__label {
    padding-right: 10px;
}

.product-form__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

button.product-form__submit {
    margin: 0px;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    width: 50%;
    margin: 0px;
    white-space: nowrap;
    margin-left: 19px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    min-height: 60px;
    background: #d5b960;
}

button.product-form__submit {
 
    margin: 0px;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    min-height: 60px;
}

.shopify-payment-button__button--unbranded {
    background: #d5b960;
}

.product__info-container>*+* {
    margin: 12px 0px!important;
}

.quantity__input {
    font-size: 18px;
}

.product-form__quantity .form__label {
    font-size: 16px;
}

.tab-popup-content {
    font-size: 16px;
    line-height: 24px;
    color: #514f4f;
}

.svg-wrapper {
    height: 12px;
}

button#ProductSubmitButton-template--19615261229243__main {
    min-height: 60px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}


modal-opener.product__modal-opener.product__modal-opener--image {
    background: #fff;
}

ul.pagination__list.list-unstyled {
    width: 100%!important;
}

.pagination__item {
    height: 18px!important;
}

.pagination__list>li {
    max-width: 22px!important;
}

.pagination__item--current:after, .pagination__item:hover:after {
    width: 18px!important;
    bottom: -4px!important;
}

.grid {
    margin-bottom: 0px!important;
}

.pagination-wrapper {
    margin-top: 3rem!important;
}

.facets__wrapper {
    padding-top: 1rem;
}


td.cart-item__details {
    align-items: center;
    vertical-align: middle;
    padding-top: 1rem;
}

span.price.price--end {
    margin-top: 0px!important;
    font-size: 15px!important;
    font-weight: 700;
}

.h4, h4 {
    font-size: 17px;
}


.cart-items td {
    padding-top: 1rem!important;
}

.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
    padding-left: initial;
    vertical-align: middle;
}

.cart-item>td+td {
    padding-left: initial!important;
    vertical-align: middle!important;
}

.cart-items th {
    opacity: 1;
    font-weight: 700;
}

td.cart-item__media {
   padding-right: 16px !important;
}

td.cart-item__details .product-option {
    font-size: 17px;
    font-weight: 600;
}



section.home-tabs-collection .card__content {
    display: block!important;
}

li.grid__item {
    background: #fff;
}

main#MainContent {
    background: #fff !important;
}

.newsletter.center {
    background: red;
}

.newsletter__wrapper.color-scheme-3.gradient {
    background: #d5b960;
    padding: 42px 0px;
}

.newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    margin: 0px auto;
}

input#NewsletterForm--sections--19615261524155__newsletter {
    background: #fff;
    color: #512a09;
    order: 2;
}


label.field__label {
    color: #512a09a3;
    z-index: 2;
}

button#Subscribe {
    color: #512a09;
}

.newsletter__wrapper>*+* {
    margin-top: 0rem;
}

.newsletter-form__field-wrapper.scroll-trigger.animate--slide-in {
    margin-top: 0rem;
}

.price--on-sale .price__sale {
    display: flex!important;
    flex-wrap: wrap!important;
    flex-direction: row-reverse!important;
    align-items: center!important;
    align-items: center;
}

.price--on-sale .price__sale span {
    line-height: 27px;
}

.price--on-sale .price__sale span s.price-item.price-item--regular {
    padding-left: 7px!important;
    line-height: 42px;
}

span.discount-badge, .sold-out-badge{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    font-weight: 600;
    background: #139831;
    color: #f9fffe;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: lowercase;
}

.sold-out-badge {
    background: #f13030;
    text-transform: capitalize;
}

.card__badge.top.left {
    display: none;
}

.mobile-facets__inner {
    margin-right: auto;
    left: 0px;
    margin-left: inherit!important;
}

span.mobile-facets__close {
    right: auto;
    left: 0px;
}

.mobile-facets__summary {
    font-size: 16px;
    padding: 15px 2.5rem!important;
}

.icon-arrow {
    width: 21px!important;
}

span.mobile-facets__open-label.button-label.small-hide {
    font-size: 18px!important;
}

.mobile-facets__open span.svg-wrapper {
    height: 22px!important;
}

.facets-container.scroll-trigger{
    padding-bottom: 15px!important;
}

button.mobile-facets__close-button.link.link--text.focus-inset {
    font-size: 16px;
}

.mobile-facets__label {
    padding: 15px 2.5rem!important;
    font-size: 16px;
}

.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label {
    text-decoration: none!important;
}

.mobile-facets__sort .select__select {
    font-size: 16px;
}

.mobile-facets__sort .select__select:focus-visible {
    box-shadow: none;
    border: none!important;
    outline: 0px!important;
}

.mobile-facets__footer button.button.button--primary {
    min-height: 59px;
    font-size: 18px;
    text-transform: uppercase;
    background: #512a09;
}

.facets__price .field-currency {display: none;}

.facets__price .field input#Mobile-Filter-Price-LTE {
}

.facets__price .field {
    margin: 0px 7px;
}

price-range.facets__price {
    padding: 1rem 2rem;
}

.facets__price .field input {outline: none!important;box-shadow: none;}

.mobile-facets__inner {
    transform: translateX(-100%) !important;
}

.menu-opening .mobile-facets__inner {
    transform: translate(0) !important;
}

span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}

h2.related-products__heading.inline-richtext.h2 {
    text-align: center;
    font-weight: 700;
}

p.productView-title:before {
    content: 'Product Description';
    display: block;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1b1919;
    letter-spacing: 0px;
  }
.card__inner.ratio .card__content {
    display: none;
}

.cart__checkout-button.button {
    background: #d5b960;
    color: #fff;
}
.cart-drawer__footer p.totals__total-value {
    font-weight: 600;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(213 185 96)!important;
    color: rgb(255 255 255);
    border: 1px solid #d5b960!important;
}

.product-form__input--pill input[type=radio]+label {
    margin: 12px 0px 0px 0px!important;
    padding: 11px 32px!important;
    font-size: 16px!important;
}

.product-form__input--pill input[type=radio]+label {
    margin: 0px 2px 0px 0px;
    padding: 9px 26px;
    font-size: 15px;
}

quick-add-modal .product:not(.product--no-media) .product__info-wrapper .product-wishlist {
    display: none;
}


button.product-form__submit {
    background: #e1e1e1;
}

@media screen and (min-width: 750px) {
    .quick-add-modal__content {
        --modal-height-offset: 1rem!important;
    }
}

@media (min-width: 776px) {

    menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: block!important;
    width: 100%!important;
}

facet-filters-form.facets.small-hide {
    grid-column-start: auto;
}

.facets-container.scroll-trigger.animate--fade-in {
    width: 100%;
    left: 0px;
    display: block;
    position: relative;
}

aside#main-collection-filters {
    position: relative;
}

div#FacetsWrapperDesktop {
    display: none;
}

div#filterDrawer .facets-container.scroll-trigger .product-count.light {display: none;}


facet-filters-form.facets.small-hide {
    position: absolute;
    right: 0px;
    width: fit-content;
    z-index: 99;
    top: 11px;
}

div#filterDrawer {
    width: fit-content;
}

.section-template--19615261032635__product-grid-padding.color-scheme-1 {
    position: relative;
}

div#Details-Mobile-SortBy-template--19615261032635__product-grid {
    display: none;
}

}

.mobile-facets__inner {
    background: #fff;
}

.mobile-facets__main {
    background: #fff;
}

select#SortBy {
    font-size: 15px;
}

p.mobile-facets__count {
    font-size: 16px;
    padding-top: 10px;
}

.mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 1.2rem!important;
    left: 2.8rem;
    visibility: visibleimportant
    width: 15pximportant;
    height: 9px;
}

.product__description:before {
    content: "Product Description";
    font-size: 21px;
    font-weight: 600;
    font-weight: 600;
    color: #4a4747;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0px;
}

.active-facets.active-facets-desktop {
    display: none;
}

*{
    letter-spacing:0px!important;
}

.tabs-buttons{
  display:flex;
  gap:10px;
  margin-bottom:30px;
  justify-content: center;
}

.tab-btn{
  padding:10px 20px;
  cursor:pointer;
  border:1px solid #ddd;
  background:#fff;
  width: 100%;
  text-align: left;
  padding: 7px 22px;
  border: none;
  color: #535555;
  font-weight: 600;
  width: auto;
  border-bottom: 2px solid #535555;
  margin: 0px 10px;
  font-size: 17px;
  text-transform: uppercase;
}

.tab-btn.active{
  color: #efcf66;
  border-bottom: 2px solid #efce67;
}

.tab-content{
  display:none;
}

.tab-content.active{
  display:block;
}

section.bannerArea img {
    width: 100%;
}


.productTab li.grid__item {
    flex-grow: inherit!important;
}


@media (max-width: 776px){
    .navigation {
    display: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block!important;
}

.swiper-pagination-bullet-active {
    background: #d5b960 !important;
}

.swiper-wrapper {padding-bottom: 32px;}


.active-facets.active-facets-mobile.medium-hide.large-up-hide {
    display: none;
}

div#ProductGridContainer {}

div#ProductGridContainer div#filterDrawer {
    display: none;
}

.innerBanner.collection-hero.color-scheme-1.gradient {
    padding-top: 22px!important;
    padding-bottom: 0px;
}

.innerBanner .ListingPage-name h1 {
    font-size: 24px;
}

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 16px;
    margin-left: 4px!important;
}

.product-count__text {
    font-size: 15px;
}

.page-width {
    max-width: 100%;
    padding: 0px 15px;
}

li.grid__item {
    padding: 10px;
}

h3.card__heading {
    font-size: 15px;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 75px;
}

span.price-item {
    font-size: 15px;
}

.price--on-sale .price__sale s.price-item.price-item--regular {
    font-size: 12px;
    line-height: 33px!important;
}

.button, .shopify-challenge__button, .customer button {
    font-size: 13px;
    padding: 9px 7px !important;
    margin-left: 0px!important;
            min-height: 42px;
}

.drawer__inner {
    width: 62rem!important;
    max-width: calc(100vw - 1rem)!important;
}
.quantity__input {
    font-size: 15px;
}
section.recently-viewed {
    padding-top: 0px!important;
}

p.cart__login-title.h3 {
    margin-top: 18px;
    font-size: 19px;
}

li.grid__item .card--card .card__inner .card__media .media, li.grid__item .card--card .card__inner .card__media, .card__inner.ratio {
    padding: 0px!important;
    height: 161px;
}

.facets-container.scroll-trigger {
    padding-bottom: 7px !important;
}

.section-template--19615261032635__product-grid-padding {
    padding-bottom: 22px;
}

.newsletter__wrapper.color-scheme-3.gradient {
    padding: 22px 15px;
}

.h1, h1 {
    font-size: 24px;
    padding-bottom: 7px;
}

.newsletter__wrapper>*+* {
    margin-top: 17px;
}

/* 
.field__input, .select__select, .customer .field input, .customer select {
    border-radius: 7px;
} */

span.discount-badge, .sold-out-badge {
    top: 7px;
    left: 7px;
    padding: 4px 8px;
    font-size: 10px;
}

footer .footerflex .footer-links:nth-child(1), footer .footerflex .footer-links, footer .footerflex .footer-links:nth-child(2) {
    
    padding: 0px;
}

footer .footerflex .footer-links:nth-child(1) {
    width: 100%;
}

footer .footerflex .footer-links:last-child {
    width: 100%;
}

.copy-right {
    padding: 10px 0 22px;
}

.mobile-facets__summary {
    padding: 9px 1.5rem !important;
}

.mobile-facets__main {
    padding: 1.7rem 0 0;
}

.header-top .flex-area {
    display: none;
}

.logo img {
    margin: 0px;
}

.namespan{
    display:none;
}

span.wishlist-icon.namespan {
    display: none;
}

.logo img {
    height: 64px;
}

.header-top {
    padding: 0px;
}

.header-search {
    padding: 7px 0px;
}

/* .header-search .flex-area .logo {
    order: 1;
} */

.header-search .flex-area .search-area {
    /* order: 3; */
    width: 100%;
    margin-top: 10px;
    display:none;
}

.header-search .flex-area .icons-list ul li span {
    display: none;
}


/* .header-search .flex-area .icons-list {
    order: 2;
} */

input.form-control {}

.header-search .flex-area .search-area .search input.form-control {
    font-size: 13px;
    height: 35px;
}

.header-search .flex-area .search-area .search button.btn-search {
    height: 35px;
    padding: 2px 22px;
    font-size: 13px;
}

.navigation {
            position: fixed;
        background: #fff;
        height: 100%;
        top: 0;
        z-index: 999;
        width: calc(100% - 4rem);
        color: #000;
        box-shadow: 0 0 10px #bda8a8;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 100px;
}

.navigation .flex-area .nav-list ul {
    display: block;
     padding-top: 21px;
}

.navigation .flex-area .nav-list ul li a {
    color: #403c3c;
   
}

.navigation .flex-area .nav-list ul li {
    border-bottom: 1px solid #e1d5d5;
    padding: 10px 21px;
}

.navigation.active .page-width {
    padding: 0px;
}


/*  */
.categoryList .cat-flex .caterogyArea {
    width: 47%;
}

.categoryList .cat-flex .caterogyArea .img {
    height: 132px;
    padding: 9px;
}

.categoryList .cat-flex .caterogyArea .product-name:after {
    display: none;
}

.categoryList .cat-flex .caterogyArea .product-name h3 {
    font-size: 16px;
    padding: 3px;
    text-align: center;
}

.categoryList .cat-flex .caterogyArea .item-count {
    display: none;
}

section.categoryList {
    padding: 22px 0px;
}

.heading h2 {
    font-size: 24px;
}

.heading {
    margin-bottom: 12px;
}

section.home-tabs-collection.productTab {
    padding: 22px 0px;
}

.tab-btn {
    font-size: 14px;
    white-space: nowrap;
    padding: 7px 15px;
    margin: 0px 4px;
}

.about .about-flex .fl {
    display: none;
}

.about .about-flex .fr {
    width: 100%;
    font-size: 15px;
}

.txt p {
    font-size: 15px;
    line-height: 26px;
}

section.about {
    padding: 22px 0px;
    text-align: center;
}

.btns {
    display: flex;
    justify-content: center;
}

.btns a {font-size: 14px;padding: 9px 25px;margin-top: 7px;box-shadow: none;}

.deliver-icons .delivery-list ul li {
    width: 49%;
    padding: 12px 0;
}

.deliver-icons .delivery-list ul li .flex {
    display: block;
    text-align: center;
}

.deliver-icons .delivery-list ul li:not(:last-child) {
    border: none;
}

.deliver-icons .delivery-list ul li .flex .delivery-txt {
    width: 100%;
    font-size: 13px;
}

.deliver-icons .delivery-list ul li .flex .icon {
    width: 100%;
}

.deliver-icons .delivery-list ul li .flex .icon img {
    width: 37px;
    margin-bottom: 10px;
}

.deliver-icons .delivery-list ul li .flex .delivery-txt span {
    font-size: 15px;
}

.section-template--19615261229243__main-padding {
    padding-top: 22px;
    padding-bottom: 22px;
}

.product__title h1 {
    font-size: 19px;
    line-height: 26px;
}

.product__info-container div#price-template--19615261229243__main {
    margin: 0px!important;
}

.product__info-container>*+* {
    margin: 4px 0 !important;
}

.product-form__buttons {
    display: block;
    width: 100%;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    width: 100%;
    margin: 0px;
    margin-top: 12px;
    font-size: 15px;
    min-height: 47px;
}

button#ProductSubmitButton-template--19615261229243__main {
    font-size: 15px;
    min-height: 52px;
}

.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin: 1.5rem 0;
}

.product-form__quantity .form__label {
    font-size: 14px;
}

.related-products__heading {
    margin: 0 0 1rem;
}

.section-template--19615261229243__main-padding {
    padding-bottom: 0px;
}

.card-information>* {
    line-height: 19px!important;
}

.newsletter__wrapper>*+* {
    margin-top: 1rem !important;
}

footer {
    padding: 22px 0px;
}

.fooyter-logo img {
    height: 94px;
}

.footer-links h3 {
    margin: 21px 0px 4px 0px;
}

footer .footerflex .footer-links:nth-child(2) {
    display: none;
}

div#menuList {
    display: block;
}

div#menuList img {
    width: 19px;
}

.navigation.active {
    display: block;
}

div#hideBtn {
   display: block;
        /* text-align: right; */
        font-size: 19px;
        padding-left: 21px;
}

.navigation .flex-area .nav-list div#menuList {
    display: none;
}

.mobile-facets__main {
    padding: 1.7rem 0 0;
}

.mobile-facets__summary {
    padding: 9px 1rem !important;
}

.mobile-facets__sort .select__select:focus-visible {
    box-shadow: none;
}


.mobile-facets__label, .mobile-facets__close-button {
    padding: 9px 1rem !important;
}
}


.fixed-btns-whatsapp.show {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 99;
}

.fixed-btns-whatsapp.show .whatsapp img {
    width: 64px;
}

.recent-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.recent-product-card {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 8px;
}

.announcement-marquee{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.announcement-track{
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marqueeMove 50s linear infinite;
}

@keyframes marqueeMove{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
}

.announcement-bar-sec {
    background: #d5b960;
    color: #252525;
    padding: 4px 0px;
    font-size: 13px;
}

.announcement-bar-sec ul {
    display: flex;
}

.announcement-bar-sec ul li {
    list-style: none;
    padding: 0px 15px;
}

.announcement-bar-sec ul li:not(:last-child) {
    border-right: 1px solid #797272;
}

section.recently-viewed {
    text-align: center;
    padding-top: 60px;
}


@media screen and (max-width: 749px){

.mobile-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    height:70px;
    z-index:9999;
    border-top:1px solid #e5e5e5;
}


.cart-drawer .cart-item__details a {
    font-size: 13px;
    line-height: 20px;
            font-weight: bold;
}

cart-remove-button .button {
    min-height: auto !important;
        min-width: auto !important;
}

.navigation.active .serch-bar-sec {
    display: none!important;
}

.cart-drawer .cart-items .cart-item__quantity {
    padding: 0px!important;
}


.drawer__inner {
}

.drawer.active {
    z-index: 9999999;
}

.totals__total-value {
    font-size: 23px!important;
}

.totals>h2 {
    font-size: 17px;
    font-weight: 900;
}

.quantity__button {
    width: 40px!important;
}

quantity-input.quantity.cart-quantity {
    width: 136px;
            min-height: 36px !important;t;
}

.drawer__footer {
    padding: 0.5rem 0!important;
}

.cart-drawer .tax-note {
    font-size: 14px;
}

.drawer__header h2.drawer__heading {
    font-size: 21px;
}

.drawer__close {
    min-width: 2.4rem;
    min-height: 2.4rem;
}

cart-drawer-items {
    flex: none !important;
}

.tawk-icon-right img {
    display: none!important;
}

i.tawk-icon.tawk-icon-x {
    display: none!important;
}

.tabs-buttons {
    margin-bottom: 20px;
}


.navigation.active-serch .flex-area .nav-list ul {
    display: none;
}

.serch-bar-sec {
    padding: 15px;
}

.serch-bar-sec input.form-control {
    font-size: 14px;
    border: 1px solid #938e8e;
}

.serch-bar-sec button.btn-search {
    background: #d5b960;
    border: none;
    padding: 6px 22px;
    border-radius: 4px;
    float: right;
    margin-top: 7px;
    font-weight: 500;
}

.header-search .flex-area .icons-list ul li a img {
    width: 20px;
    margin-right: 0px;
}

.product__info-container .product__title {
           border-bottom: 1px solid #b3b3b3;
        padding-bottom: 12px;
        margin-bottom: 12px !important;
}

.product__info-container .product-form__input {
     border-top: 1px solid #b3b3b3;
        padding-top: 12px;
        margin-top: 12px !important;
}

button.wishlist-btn.product-page-wishlist {
    position: static;
    top: auto;
    left: auto;
}

.section-template--19615261229243__main-padding {
    padding: 22px 0px !important;
}

.related-products__heading {
    margin: 0px 0px 22px !important;
}

.mobile-bottom-nav a{
    text-decoration:none;
    color:#222;
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:12px;
    position:relative;
}

.mobile-bottom-nav a span{
    font-size:22px;
    line-height:1;
    margin-bottom:4px;
}

.cart-count{
    position:absolute;
    top:-5px;
    right:-10px;
    background:#000;
    color:#fff;
    width:18px;
    height:18px;
    border-radius:50%;
    font-size:11px !important;
    display:flex;
    align-items:center;
    justify-content:center;
}

body{
    padding-bottom:75px;
}
}

@media screen and (min-width:750px){
.mobile-bottom-nav{
    display:none;
}


}

.mobile-bottom-nav svg{
    width:24px;
    height:24px;
    margin-bottom:4px;
}

.mobile-bottom-nav a{
    color:#222;
}


.section-template--19615261262011__main-padding {
    padding: 22px 0px!important;
}

.template-search__search .search {
    margin-top: 0px!important;
}

.template-search__search {
    margin: 0px!important;
}

.template-search__header {
    margin: 0px!important;
}

.template-search__header h1.h2.center {
    font-size: 21px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}


.navigation.active-serch {
    display: block;
}

.navigation.active-serch .page-width {
    padding: 0px;
}



.featured-product-slider {
  position: relative;
  padding: 0 40px;
}

.featured-product-slider .swiper-slide {
  height: auto;
}

.featured-product-slider .swiper-button-next,
.featured-product-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #000;
}

.featured-product-slider .swiper-button-next:after,
.featured-product-slider .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.featured-product-slider .swiper-button-prev {
  left: 0;
}

.featured-product-slider .swiper-button-next {
  right: 0;
}

.featured-product-slider .swiper-button-next,
.featured-product-slider .swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}

.featured-product-slider .swiper-button-disabled {
  opacity: .35 !important;
}

.recently-viewed-slider {
  position: relative;
  padding: 0 50px;
}

.recently-viewed-slider .swiper-slide {
  height: auto;
}

.recently-viewed-slider .swiper-button-next,
.recently-viewed-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #000;
  display: flex !important;
}

.recently-viewed-slider .swiper-button-next:after,
.recently-viewed-slider .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-slide li.grid__item {
    width: 100%;
    max-width: 100%;
    list-style: none;
}



.tawk-icon-right img {
    display: none!important;
}

i.tawk-icon.tawk-icon-x {
    display: none!important;
}

.category-slider {
  position: relative;
  padding: 0 50px;
}

.category-slider .swiper-slide {
  height: auto;
}

.category-slider .swiper-button-next,
.category-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.category-slider .swiper-button-next:after,
.category-slider .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
}

.category-slider .swiper-button-next,
.category-slider .swiper-button-prev{
    display:flex !important;
    width:40px !important;
    height:40px !important;
    background:#fff !important;
    z-index:9999 !important;
}

.swiper.category-slider.collection-grid.cat-flex .collection-item.caterogyArea {
    width: 100%;
}

.category-slider {
  padding-bottom: 45px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  transform: scale(1.2);
}

.card__vendor {
    font-size: 14px;
    padding: 3px 0px;
    text-align:center;
}

li.grid__item .price.price--on-sale {
    text-align: center;
}

li.grid__item .card__information .price {
    text-align: center;
}

.card__inner.ratio .card__content {
    display: none!important;
}

.media--hover-effect {
  position: relative;
}

.media--hover-effect img:nth-child(2) {
  position: absolute!important;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
  margin: 0px auto;
}

.media--hover-effect:hover img:nth-child(2) {
  opacity: 1;
  display: block;
  position: absolute;
}

.media--hover-effect:hover img:nth-child(1) {
  opacity: 0;
}

.wishlist-btn {
    display: none!important;
}

div#tawk-bubble-container {
    display: none !important;
}


span.product-form__error-message {
    font-size: 17px;
}

small.cart-item__error-text {
    font-size: 17px;
}

.drawer__close .svg-wrapper {
    height: 1.5rem!important;
    width: 1.5rem!important;
}

.cart-drawer .tax-note {
    margin: 1.2rem 0 2rem auto;
    text-align: left;
    font-size: 17px;
}

.cart-drawer__footer>*+* {
    margin-top: 0rem!important;
}

.cart-drawer .tax-note {
    padding-top: 18px;
    margin-bottom: 21px;
}

.quick-add-modal {
    height: 0px;
}

.drawer {
    height: 100vh;
    overflow-y: auto !important;
}

@media screen and (max-height: 650px) {
    .drawer__inner {
        overflow-y: scroll !important;
        z-index: 9999999 !important;
        position: relative !important;
    }
}

@media (max-width: 767px) {
  .drawer__inner {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .cart-drawer .cart-item__image {
    max-height: 122px;
    width: auto;
}
}