/** Shopify CDN: Minification failed

Line 633:58 Unexpected ";"
Line 634:60 Unexpected ";"
Line 636:57 Unexpected ";"
Line 637:59 Unexpected ";"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-us (INDEX:0) */
.about-us-section{
  width:100%;
}
.top-block-section{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.left-section{
    position: relative;
    z-index: 1;
    max-width: 539px;
    padding: 72px 66px 79px;
    margin: 64px 0 0 -87px;
    background-color: #f4f2e5;
    order: 1;
    margin: 64px -87px 0 0;
}
.right-section{
  width: 60.9vw;
  order: 2;
  margin: 0 -20px 0 0;
}
.section__heading{
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.slider__section{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.slider__slide-image{
    position: relative;
    z-index: 2;
    width: calc(50% - 10px);
    height: 49vw;
}

.slider__slide-image-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.slider__slide-body{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(50% - 10px);
    padding-top: 60px;
    margin-left: 20px;
}

.slider__slide-content{
    flex-flow: row wrap;
    height: calc(100% + 60px);
    padding: 20px;
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
}

.slider__slide-entry{
    max-width: 454px;
    margin-top: -54px;
    text-align: center;
}
.slider__slide-heading{
    margin-bottom: 14px;
    line-height: 1.33;
    font-weight: 400;
    font-size: 30px;
}

.section__inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 770px;
    height: 53vw;
}
.section__image-intro{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.section__content{
    position: relative;
    z-index: 1;
    max-width: 539px;
    padding: 72px 66px 79px;
    margin: 0 0 111px 20px;
    background-color: #f9f8f1;
}

.section__title{
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
}

.section-intro{
  position: relative;
}

.section-content__block{
    padding: 86px 0 85px;
    text-align: center;
}

.section__title--block{
    font-size: 30px;
    line-height: 1.33;
    margin-bottom: 22px;
    color: inherit;
    font-weight: 400;
    letter-spacing: -.47px;
}
.section-content__block p{
    max-width: 432px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 1.6;
}

.data-block{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px -10px;
}

.data-block__image{
    width: calc(50% - 20px);
    margin: 0 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.data-block__content{
    background-color: #f4f2e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    min-height: 450px;
    padding: 68px 96px 69px;
    width: calc(50% - 20px);
}
.block__title{
    margin-bottom: 24px;
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
}
.bottom-section-title{
    margin-bottom: 22px;
    color: inherit;
    font-weight: 400;
    letter-spacing: -.47px;
    font-size: 30px;
    line-height: 1.33;
}
.bottom-section{
    background-color: #f9f8f1;
    padding: 86px 0 85px;
    text-align: center;
    margin-bottom: -58px;
}

.bottom-section p{
    max-width: 432px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 1.6;
}
/* END_SECTION:about-us */

/* START_SECTION:about-vidya (INDEX:1) */
.container-products {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
    grid-gap: 10px;
}

@media(max-width:576px){
.container-products {
  grid-template-columns: repeat(2,1fr);
 }
}
/* END_SECTION:about-vidya */

/* START_SECTION:announcement-bar (INDEX:3) */
.announcement-slider{
   width:100%;
   position:relative;
   margin: 0;
   padding: 12px 24px;
   background-color: #f9f8f1;
   height: 46px;
}
.announcement-slider:after{
  content:"";
  clear:both;
  display:table;
}

.announcement-slide{
  float:left;
  width:100%;
  text-align:center;
  display:block;
}

.announcement-slide p{
 margin:0;
}

.announcement-slider .flex-direction-nav a.flex-prev{
    background-size: 7px;
    left: 25%;
}

.announcement-slider .flex-direction-nav a.flex-next{
    background-size: 7px;
    right: 23%;
}

@media(max-width:768px){
  .announcement-slider{
   height:auto;
  }

.announcement-slider .flex-direction-nav a.flex-next {
    right: 3%;
}
.announcement-slider .flex-direction-nav a.flex-prev {
    left: -1.5%;
}

}
/* END_SECTION:announcement-bar */

/* START_SECTION:bulk-orders (INDEX:5) */
.sticky-footer-bulk-orders{
    position: fixed;
    bottom: 0;
    background: #f4f2e5;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    z-index: 99;
}
/* END_SECTION:bulk-orders */

/* START_SECTION:collection-list (INDEX:7) */
.featureCollectionData {
    width: calc(33.33% - 12px);
    position: relative;
    padding: 0;
    margin-right: 12px;
  }

.featureCollectionData .floatingData{
    position: absolute;
    bottom: 6%;
    left: 4%;
    text-align: left;
    display:none;
   }

   .featured-box--image,
   .featured-box{
    padding:0;
   }
/*.featured-box--image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(4,4,4,0.65), rgba(54,54,54,0.2));
}*/

.featured-box--title{
    font-size: 23px;
    font-weight: 400;
    color: white;
    margin-bottom: 12px;
}
.collection-list-row{
    width: calc(100% - 120px);
    position: relative;
    margin: 0 60px;
}

@media(max-width:576px){
.collection-list-row{
    width: calc(100% - 12px);
    position: relative;
    margin: 0 auto;
}
.featureCollectionData{
   width:100%;
   margin: 0;
  }
 .featured-box{
  margin-bottom: 4px;
  }
}

 @media only screen and (min-width: 577px) and (max-width: 768px){
.collection-list-row {
    width: calc(100% - 12px);
    margin: 0 auto;
}
.featureCollectionData {
    width: calc(33.33% - 6px);
    margin-right: 6px;
    margin-left: 0;
 }
 .featured-box{
  margin-bottom: 4px;
  }

}
/* END_SECTION:collection-list */

/* START_SECTION:collection-template (INDEX:9) */
.sidebar-with-border{
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.product-view-section{
  border-top: 1px solid #ddd;
}

.section-header-main{
  display:flex;
  padding: 0px 0 0 0px;
  align-items: center;
  justify-content: space-between;
}

.filter-summary-filter {
    position: relative;
    background-color: #fff;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 12px;
    padding: 2px 24px 2px 12px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 20px;
    border: 1px solid #d4d5d9;
    margin-right:4px;
}

ul.filter-summary-filterList {
    display: flex;
    margin: 0;
    flex-basis: 67%;
}
.remove-tag{
    top: 8px;
    position: absolute;
    right: 4px;
    cursor: pointer;
    line-height: 10px;
}
.remove-tag:after{
  display: inline-block;
  content: "\00d7";
  font-size: 22px;
  line-height: 10px;
}

.filter-heading{
  flex-basis: 18.5%;
 }

.sortby-filter{
 flex-basis: 17%;
 margin-bottom:12px;
}
/* END_SECTION:collection-template */

/* START_SECTION:dynamic-collapse (INDEX:10) */
.container-faq {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.accordion {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .4px;
    background-color: #f9f8f1;
    color: #5f3935;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-bottom: 3px solid #5f3935;
    text-align: left;
    outline: none;
    transition: all 0.4s ease-out;
    display: flex;
    justify-content: space-between;
}

.accordion:after {
  content: "\002B";
  color: #5f3935;
  font-weight: bold;
  margin-left: 0.5rem;
}
.active-item:after {
  content: "\2212";
  color: #5f3935;
}
.accordion-content {
  color: #5f3935;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-content ul {
  list-style-type: circle;
  margin: 1rem 0;
  padding: 0.2rem;
}
.accordion-content ul li {
  padding: 0.2rem 0;
}
/* END_SECTION:dynamic-collapse */

/* START_SECTION:dynamic-highlights-banner (INDEX:11) */
.highlights-banners {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.25rem;
    outline: 0;
}
.highlights-banners-block {
    top: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #4d4d4d;
    text-decoration: none;
}
.highlights-banners-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlights-banners-text {
    width: calc(100% - 1.875rem);
    min-width: 0;
    padding-right: 20px;
    font-size: 0.875rem;
    line-height: 1.4;
}
.highlights-banners-icon svg {
    width: 100%;
    height: 100%;
    max-width: 2.875rem;
    max-height: 2.875rem;
}
.highlights-banners-container {
    padding: 6px 72px;
    width: 100%;
    margin-top: 24px;
}
@media(max-width:576px){

 .highlights-banners{
   flex-direction: column;
   height: auto;
  }

  .highlights-banners-container{
    padding: 16px;
  }

  .highlights-banners-block{
   padding: 12px 0;
  }

}

 @media only screen and (min-width: 577px) and (max-width: 768px){

  .highlights-banners-container{
    padding: 16px 12px;
 }
  .highlights-banners{
    height: auto;
  }

}
/* END_SECTION:dynamic-highlights-banner */

/* START_SECTION:dynamic-logo-list (INDEX:12) */
.logolist--container{
    width: calc(100% - 120px);
    position: relative;
    margin: 24px 60px 48px 24px;
}

.logolist--item img{
    width: 33%;
}

@media(max-width:576px){
  .logolist--container {
    width: calc(100% - 24px);
    margin: 12px;
 }
 .logolist--container .flex-direction-nav{
   display:none;
  }

}

 @media only screen and (min-width: 577px) and (max-width: 768px){
.logolist--container {
    width: 70%;
    position: relative;
    margin: 0 auto;
}

.logolist--item img {
    width: 100%;
}

 .logolist--container .flex-direction-nav{
   display:none;
  }
 }
/* END_SECTION:dynamic-logo-list */

/* START_SECTION:fabric-care (INDEX:13) */
.fabric-care-section{
  width:100%;
}
.signature-section{
    background-color: #f9f8f1;
    padding: 86px 0 85px;
    text-align: center;
    margin-top: 24px;
}

.signature-section h2{
    margin-bottom: 22px;
    color: inherit;
    font-weight: 400;
    letter-spacing: -.47px;
    font-size: 30px;
    line-height: 1.33;
}

.section-blocks .view-fabric{
  max-width: 180px;
  margin: 0 auto;
}


.fabric-block:nth-child(even) .data-block__image {order:1};
.fabric-block:nth-child(even) .data-block__content {order:2};

.fabric-block:nth-child(odd) .data-block__image {order:2};
.fabric-block:nth-child(odd) .data-block__content {order:1};

@media(max-width:576px){

.top-block-section{
    flex-direction: column;
  }
 .left-section{
    padding: 16px;
    width: 100%;
    margin: 0;
   }
 .right-section{
    margin: 0;
    width: 100%;
   }

 }
/* END_SECTION:fabric-care */

/* START_SECTION:header (INDEX:18) */
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.topHeader {
   width: 100%;
   position: relative;
   background: #5f3935;
   padding: 0 30px;
   height:48px;
   display:flex;
}
.bottomHeader{
   animation-duration: 0.5s;
   transition: 0.5s;
   width: 100%;
   position: relative;
   display:flex;
   align-items: center;
   background-color:#fff;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
   z-index: 1;
}
.soacialLinks,
.navigationLinks{
  flex-basis:23.33%;
}

.site-header {
    padding: 0;
}

.headerSocial{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.welcomeText{
    display: flex;
    align-items: center;
    flex-basis:53.33%;
    justify-content: center;
    color:#f4f2e5;
}

.navigationLinksData{
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: flex-end;
}
.navigationLinksData li{
 position: relative;
 margin: 0;
 color:#f4f2e5;;
}

.login,
.register{
 position: relative;
  margin: 0;
 display:inline-block;
}

.navigationLinksData li:not(:last-child) a::after{
    content: '';
    position: absolute;
    right: -3px;
    top: 5px;
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 15px;
}

.navigationLinksData li a{
    margin: 0 8px;
    color:#f4f2e5;
}
.logoSection{
  flex-basis:13.33%;
}

.menuSection{
  flex-basis:63.33%;
  position: relative;
}

.navigationSection{
 flex-basis:23.33%;
}

@media(max-width:992px){
.topHeader{
  display:none;
 }
}

.site-header .search-bar input[type="search"]:hover{
   background-color: #fff !important;
}

.site-header .search-bar input[type="search"]{
    border-bottom: 1px solid #5f3935;
    background-color: #fff !important;
}
   
.main-nav-scrolled {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
    background:#fff;
    transform: translateZ(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-name: stickySlideDown;
}

a.cart-toggle{
  position: relative;
}

.cart-badge--desktop {
    right: -8px;
}


@media(min-width:1024px){
div#mobileNavBarMobile{display:none;}
}

@media(max-width:768px){
.menuSection{display:none}

.site-header.site-header--hidden{
 display:block !important;
}

.bottomHeader {
    padding: 10px 24px;
 }

div#mobileNavBarMobile {
    flex-basis: 23.33%;
 }
.logoSection {
    flex-basis: 63.33%;
 }
 h1.header-logo {
    margin: 0;
}

.show-nav .nav-bar {
    /*top: 120px !important;*/
    z-index: 9999;
 }
.navigationSection{
    display: flex;
    justify-content: flex-end;
  }

.header-logo {
    margin: 0;
  }

}



.mobile-search-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:99999;
    padding:18px;
    transform:translateY(-100%);
    transition:.35s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mobile-search-popup.active{
    transform:translateY(0);
}

.mobile-search-wrap{
    max-width:700px;
    margin:0 auto;
}

.mobile-search-box{
    position:relative;
}

.mobile-search-input{

    display:block !important;

    width:100% !important;

    height:46px !important;

    border:1px solid #d8d8d8 !important;

    border-radius:40px !important;

    background:#f5f5f5 !important;

    color:#222 !important;

    font-size:15px !important;

    line-height:46px !important;

    padding:0 90px 0 22px !important;

    margin:0 !important;

    outline:none !important;

    box-sizing:border-box !important;

    -webkit-text-fill-color:#222 !important;

}

.mobile-search-input::placeholder{
    color:#888 !important;
}

.mobile-search-close{

    position:absolute;

    top:50%;

    right:48px;

    transform:translateY(-50%);

    background:none;

    border:0;

    cursor:pointer;

    font-size:20px;

    color:#333;

}

.mobile-search-submit{

    position:absolute;

    top:50%;

    right:16px;

    transform:translateY(-50%);

    background:none;

    border:0;

    cursor:pointer;

    color:#333;

}

body.mobile-search-open .bottomHeader{

    transform:translateY(-100%);

    transition:.35s;

}

.mobile-search-popup.active{
    transform:translateY(0);
}

.mobile-search-content{
    max-width:1200px;
    margin:0 auto;
}

.mobile-search-form{
    position:relative;
}

.mobile-search-form input{
    width:100%;
    height:44px;
    border:1px solid #ddd;
    border-radius:30px;
    background:#f4f4f4 !important;
    color:#222 !important;
    font-size:15px;
    padding:0 90px 0 20px;
    outline:none;
    -webkit-text-fill-color:#222 !important;
}

.mobile-search-form input::placeholder{
    color:#777;
}

.mobile-search-submit{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

.mobile-search-close{
    position:absolute;
    right:45px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

@media(min-width:769px){
    .mobile-search-popup{
        display:none;
    }
    .mobile-search-toggle {
  display: none;
}
}

@media(max-width:768px){

    .navigationSection .search-bar{
        display:none;
    }

    .mobile-search-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-right:16px;
    }

    body.mobile-search-open .bottomHeader{
        transform:translateY(-100%);
        transition:transform .35s ease;
    }
}
/* END_SECTION:header */

/* START_SECTION:our-story (INDEX:25) */
.ourStory-Section{
  padding: 24px;
  height: auto;
  /*background: #f9f8f1;*/
  border-radius: 8px;
  width: calc(100% - 120px);
  margin: 0 60px;
  position: relative;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.08);
}
.ul-section{
 display:flex;
  align-items: flex-start;
 justify-content:center;
 margin-bottom: 0;
}
.li-story:nth-child(odd) {
  flex-basis: calc(50% - 12px);
  margin-right:12px;
  position: relative;
}

.li-story:nth-child(even) {
   flex-basis: calc(50% - 12px);
   margin-left:12px;
   position: relative;
}

.li-story:nth-child(odd) .ourStoryImg {
    border-radius: 6px 0 0 6px;
 }
 .li-story:nth-child(even) .ourStoryImg {
    border-radius: 0 6px 6px 0;
 }

.blockSectionImageData {
  width:100%;
}

.ourStoryImg {
    position: relative;
    width: 100%;
    height: 100%;
   /* background: #f4f2e5;*/
    padding: 40px 80px 8px 0px;
}
.story-subheading {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.story-info{
    font-size: 12px;
    color: #5c5c5c;
    margin: 20px 0;
    line-height: 18px;
    min-height: 54px;
    letter-spacing: 1px;
    font-weight: 300;
}
@media(max-width:576px){
.ourStory-Section {
    padding: 16px;
    width: calc(100% - 12px);
    margin: 0 6px;
}
.li-story:nth-child(odd) {
  flex-basis: 100%;
  margin-right: 0;
  position: relative;
}
.li-story:nth-child(even) {
  flex-basis: 100%;
  margin-left:0;
  position: relative;
}
.ul-section{
  flex-direction:column;
 }

.li-story{margin-bottom:12px;}
}

@media only screen and (min-width: 577px) and (max-width: 768px){
.ourStory-Section{
   width: calc(100% - 12px);
   margin: 0 auto;
   padding: 16px;
}

}
/* END_SECTION:our-story */

/* START_SECTION:product-template (INDEX:28) */
.grid, .grid--rev, .grid--full, .grid-uniform {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0px !important;
}

  @media(max-width:576px){
   #dynamicThumbnail{
     display:none;
   }
  div#vidyarthikhadi-size-chart img {
   width:100%;
  }
  div#vidyarthikhadi-wash-care ul {
      list-style: outside !important;
      margin-left: 10px !important;
  }

  div#ProductSection .productInfoContainer .nav-item{
      float: left;
      display: block;
      margin: 0 4px 4px 0;
  }
  .productInfoContainer .tabtext-p{
      padding: 5px !important;
  }
  .productInfoContainer, .relatedProductSection{
      width: 100% !important;
      margin: 0 !important;
      padding: 16px !important;
   }
  .productInfoContainer .featuretabs{
      display: flex !important;
      align-items: center;
      flex-wrap: wrap;
      justify-content:center;
    }
  }

  @media(min-width:1199px){
  .productPageSection{
      max-width: 1100px;
      margin: auto;
      padding-left: 10px;
      padding-right: 10px;
  }

  .productInfoSection {
      width: 45.3333%;
  padding-left: 80px;
    }

  .productImageThumbnail{
     width: 10.3333%;
  }

  .productImageSection {
      width: 40.3333%;
  }
  .productImageSection .lazyload__image-wrapper img{
     mix-blend-mode: multiply;
  }

  .productImageThumbnail .flex-viewport{
       height:500px !important;
   }

  .productImageThumbnail ul#productThumbs-product-template li{
      margin-bottom: 4px;
    }
  .productImageThumbnail li.flex-nav-prev {
      position: absolute;
      top: -10%;
      height: 40px;
      width: 40px;
      transform: rotate(90deg);
      left: 32%;
    }
  .productImageThumbnail .flex-direction-nav a.flex-prev{
     background-size: 32px 16px;
   }
  .productImageThumbnail li.flex-nav-next {
      position: absolute;
      bottom: -12%;
      z-index: 9999;
      height: 40px;
      width: 40px;
      transform: rotate(90deg);
      left: 32%;
    }
  .productImageThumbnail .flex-direction-nav a.flex-next{
     background-size: 32px 16px;
   }

  .productInfoSection .single-option-selector{
      border: 1px solid #5f3935;
      border-radius: 4px;
      padding: 6px;
      height: 32px;
      margin: 0;
      line-height: 20px;
      min-height: 34px;
   }
  .productInfoSection .selector-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom:12px;
   }

  .productInfoSection .selector-wrapper label{
      margin: 0 12px 0 0;
      width: 60px;
   }

  }

  .social-sharing a{
     background-color: #5f3935;
   }
  .social-sharing a:hover{
     color: #5f3935;
     background-color: #e5dfd4;
   }

  .relatedProductSection{
      margin-top: 24px !important;
   }


  div#vidyarthikhadi-wash-care ul{
      list-style: inside;
  }

  span#variantQuantity-product-template__message {
      font-size: 18px;
  }

  div#vidyarthikhadi-size-chart{
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .product-description div#vidyarthikhadi-wash-care,
  .product-description div#vidyarthikhadi-size-chart{
    display:none
  }

  .productInfoContainer div#productDescription {
      display: block;
  }

  .productInfoContainer .linkActive .tabtext-p{
      color: #fff;
      border-color: #5f3935;
      background: #5f3935;
  }

  .productInfoContainer .tab-content {
    display: none;
    transform: translateY(20px);
    transition: all 0.5s ease;
    padding-bottom:20px;
  }

  .productInfoContainer,
  .relatedProductSection{
    padding: 24px;
    height: auto;
    background: #f9f8f1;
    border-radius: 8px;
    width: calc(100% - 120px);
    margin: 0 60px;
    position: relative;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.08);
    min-height:320px;
  }

  .productInfoContainer .featuretabs{
      border: none;
      text-align: center;
      position: relative;
      display: block;
      font-size: 0;
      margin: 0;
  }
  .productInfoContainer .nav-item{
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin: 15px 8px 25px;
      border: none;
      padding: 0;
      border-radius: 0;
      position:relative;
      cursor: pointer;
  }

  .productInfoContainer .tabtext-p{
      background: #f4f2e5 none repeat scroll 0 0;
      border: 1px solid #5f3935;
      display: inline-block;
      min-width: 140px;
      color: #5f3935;
      font-weight: 400;
      font-size: 14px;
      font-family: Poppins;
      margin: 0;
      outline: medium none;
      letter-spacing: 0.5px;
      padding: 9px 25px;
      position: relative;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
  }

  /*================ Swatch option selectors ================*/
  .swatch-option-selectors {
    margin-bottom: 20px;
  }

  .swatch-group {
    margin-bottom: 16px;
  }

  .swatch-group__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #5f3935;
  }

  .swatch-group__values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .swatch-btn {
    cursor: pointer;
    border: 1px solid #ab9a92;
    background-color: transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease-in-out;
  }

  .swatch-btn--pill {
    padding: 8px 18px;
    border-radius: 2px;
    color: #5f3935;
  }

  .swatch-btn--pill.is-selected {
    background-color: #5f3935;
    border-color: #5f3935;
    color: #f4f2e5;
  }

  .swatch-btn--color {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 0;
    position: relative;
  }

  .swatch-btn--color.is-selected {
    box-shadow: 0 0 0 2px #f4f2e5, 0 0 0 3px #5f3935;
  }

  .swatch-btn--color.swatch-btn--fallback-text {
    width: auto;
    height: auto;
    border-radius: 2px;
    padding: 8px 18px;
    color: #5f3935;
  }

  .swatch-btn--color.swatch-btn--fallback-text.is-selected {
    background-color: #5f3935;
    color: #f4f2e5;
    box-shadow: none;
  }

  .swatch-btn--unavailable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .swatch-btn--soldout {
    position: relative;
    opacity: 0.5;
  }

  .swatch-btn--soldout:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #999;
    transform: rotate(-8deg);
  }

  /* Hide the native per-option selects generated by Shopify.OptionSelectors -
     our swatches replace them visually and drive them programmatically. */
  .selector-wrapper {
    display: none !important;
  }

  /* Hint that the main product image is clickable to open the zoom gallery */
  .product-photo-container img {
    cursor: zoom-in;
  }

  /* Clear, theme-matching close button for the zoom gallery popup */
  .mfp-image-holder .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 38px;
    right: 8px;
    top: 8px;
    background-color: #5f3935;
    color: #f4f2e5;
    border-radius: 50%;
    opacity: 1;
    font-size: 22px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease-in-out;
  }

  .mfp-image-holder .mfp-close:hover,
  .mfp-image-holder .mfp-close:focus {
    background-color: #7a4b45;
    opacity: 1;
  }

  @media (max-width: 576px) {
    .mfp-image-holder .mfp-close {
      width: 34px;
      height: 34px;
      line-height: 32px;
      font-size: 18px;
      right: 6px;
      top: 6px;
    }
  }

  /* Pinch/double-tap zoom support inside the zoom gallery popup.
     touch-action: none stops the browser's own pinch/pan gesture from
     zooming or scrolling the page itself - our JS below drives the
     transform instead, scoped only to this image. */
  .mfp-img {
    touch-action: none;
    transform-origin: center center;
    will-change: transform;
    transition: transform 0.2s ease-out;
  }
  .mfp-img.is-zooming {
    transition: none !important;
  }
/* END_SECTION:product-template */

/* START_SECTION:sa-header (INDEX:30) */
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.topHeader {
   width: 100%;
   position: relative;
   background: #5f3935;
   padding: 0 30px;
   height:48px;
   display:flex;
}
.bottomHeader{
   animation-duration: 0.5s;
   transition: 0.5s;
   width: 100%;
   position: relative;
   display:flex;
   align-items: center;
   background-color:#fff;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
   z-index: 1;
}
.soacialLinks,
.navigationLinks{
  flex-basis:23.33%;
}

.site-header {
    padding: 0;
}

.headerSocial{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.welcomeText{
    display: flex;
    align-items: center;
    flex-basis:53.33%;
    justify-content: center;
    color:#f4f2e5;
}

.navigationLinksData{
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: flex-end;
}
.navigationLinksData li{
 position: relative;
 margin: 0;
 color:#f4f2e5;;
}

.login,
.register{
 position: relative;
  margin: 0;
 display:inline-block;
}

.navigationLinksData li:not(:last-child) a::after{
    content: '';
    position: absolute;
    right: -3px;
    top: 5px;
    background: rgba(255,255,255,0.2);
    width: 1px;
    height: 15px;
}

.navigationLinksData li a{
    margin: 0 8px;
    color:#f4f2e5;
}
.logoSection{
  flex-basis:13.33%;
}

.menuSection{
  flex-basis:63.33%;
  position: relative;
}

.navigationSection{
 flex-basis:23.33%;
}

@media(max-width:992px){
.topHeader{
  display:none;
 }
}

.site-header .search-bar input[type="search"]:hover{
   background-color: #fff !important;
}

.site-header .search-bar input[type="search"]{
    border-bottom: 1px solid #5f3935;
    background-color: #fff !important;
}
   
.main-nav-scrolled {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0;
    background:#fff;
    transform: translateZ(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-name: stickySlideDown;
}

a.cart-toggle{
  position: relative;
}

.cart-badge--desktop {
    right: -8px;
}


@media(min-width:1024px){
div#mobileNavBarMobile{display:none;}
}

@media(max-width:768px){
.menuSection{display:none}

.site-header.site-header--hidden{
 display:block !important;
}

.bottomHeader {
    padding: 10px 24px;
 }

div#mobileNavBarMobile {
    flex-basis: 23.33%;
 }
.logoSection {
    flex-basis: 63.33%;
 }
 h1.header-logo {
    margin: 0;
}

.show-nav .nav-bar {
    /*top: 120px !important;*/
    z-index: 9999;
 }
.navigationSection{
    display: flex;
    justify-content: flex-end;
  }

.header-logo {
    margin: 0;
  }

}
/* END_SECTION:sa-header */

/* START_SECTION:slideshow (INDEX:33) */
.slideShowData .flex-direction-nav{display:none;}

/*.slideShowData li.flex-nav-prev{
    left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: calc(50% - 52px);
    width: 47px;
    height: 104px;
    background-color:#f4f2e5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
    transition: opacity .1s ease-in;

}

.slideShowData li.flex-nav-next{
    right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: calc(50% - 52px);
    width: 47px;
    height: 104px;
    background-color:#f4f2e5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
    transition: opacity .1s ease-in;

}

.slideShowData .flex-direction-nav a.flex-next{
    background-size: 14px;
    right: 8px;
    width: 24px;
}
.slideShowData .flex-direction-nav a.flex-prev{
    background-size: 14px;
    left: 14px;
    width: 24px;
}

@media(max-width:992px){
   .slideShowData .flex-direction-nav{display:none;}
}

*/
/* END_SECTION:slideshow */

/* START_SECTION:slideshowmobile (INDEX:34) */
.slideShowData .flex-direction-nav{display:none;}

/*.slideShowData li.flex-nav-prev{
    left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: calc(50% - 52px);
    width: 47px;
    height: 104px;
    background-color:#f4f2e5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
    transition: opacity .1s ease-in;

}

.slideShowData li.flex-nav-next{
    right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: calc(50% - 52px);
    width: 47px;
    height: 104px;
    background-color:#f4f2e5;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.11);
    transition: opacity .1s ease-in;

}

.slideShowData .flex-direction-nav a.flex-next{
    background-size: 14px;
    right: 8px;
    width: 24px;
}
.slideShowData .flex-direction-nav a.flex-prev{
    background-size: 14px;
    left: 14px;
    width: 24px;
}

@media(max-width:992px){
   .slideShowData .flex-direction-nav{display:none;}
}

*/
/* END_SECTION:slideshowmobile */

/* START_SECTION:store-locator (INDEX:36) */
.container-store-locator:after {
  content:"";
  clear:both;
  display:table;
}

.store-locator{
    float:left;
    width: calc(50% - 6px);
    background: #f9f8f1;
    padding: 24px;
    margin-bottom: 16px;
    border-radius: 8px;
    text-align: center;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.08);
}
.store-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.store-locator:nth-child(odd) {
  margin-right:6px;
}

.store-locator:nth-child(even) {
  margin-left:6px;
}

.store-info{
    flex-basis: 49%;
    padding: 0 0 0 38px;
    text-align: left;
}
.store-link{
    margin-top: 16px;
    padding: 11px;
}

.store-info svg{
    width: 16px;
    height: 16px;
}

@media(max-width:576px){
.store-locator{
    margin: 0 0 12px 0 !important;
    width: 100%;
}
.store-content{
    flex-direction: column;
 }
.store-locator-image{
    width: 100%;
    margin-bottom: 12px;
 }
 .store-info {
    flex-basis: 100%;
    padding: 0;
 }
}
/* END_SECTION:store-locator */

/* START_SECTION:testimonials (INDEX:37) */
.testimonials-slider:after{
  content:"";
  display:table;
  clear:both;
}

.testimonialsSlide{
    border: 1px solid #eae9e7;
    cursor: pointer;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}
.testimonials{
  padding:32px 24px;
  height: auto;
  border-radius: 8px;
  width: calc(100% - 120px);
  margin: 0 60px;
  position: relative;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.08);
}
.quote-icon {
    width: 50px;
    margin: 0 auto;
}

.testimonialsSlide .quote-icon img{
    display: initial;
    width: 24px;
    height: 40px;
    zoom: 2.3;
    margin-top: 10px;
    margin-bottom: -15px;
    max-width: unset;
 }

div#testimonials-wrapper{
 margin:0;
 }

div#testimonials-wrapper .flex-viewport{
    width: 84%;
    margin: 0 auto;
}

.testimonials-slider{
    padding-bottom: 12px;
}

.readMoreLink{
 margin-top:12px;
 padding:8px;
 font-size: 8px;
}
 .authorName{
    font-size: 12px;
    font-weight: 600;
    margin: 6px 0;
    text-transform: uppercase;
}

.testimonials-slider__text{
    font-size: 11px;
}


@media(max-width:576px){

 .testimonials {
    padding: 32px 12px;
    width: calc(100% - 12px);
    margin: 0 6px;
 }
 .testimonials .flex-direction-nav{
   display:none;
  }

}
 @media only screen and (min-width: 577px) and (max-width: 768px){
 .testimonials {
    padding: 32px 12px;
    width: calc(100% - 12px);
    margin: 0 6px;
 }

 .testimonials .flex-direction-nav{
   display:none;
  }

}
/* END_SECTION:testimonials */

/* START_SECTION:trending-product (INDEX:38) */
.container {
  padding: 24px;
  height: auto;
  border-radius: 8px;
  width: calc(100% - 120px);
  margin: 0 60px;
  position: relative;
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.08);
}
.featuretabs{
    border: none;
    text-align: center;
    position: relative;
    display: block;
    font-size: 0;
    margin: 0;
}
.nav-item{
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 15px 3px 25px;
    border: none;
    padding: 0;
    border-radius: 0;
    position:relative;
    cursor: pointer;
}
.tabtext{
    /*background: #f4f2e5 none repeat scroll 0 0;*/
    border: 1px solid #5f3935;
    display: inline-block;
    min-width: 140px;
    color: #5f3935;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
    margin: 0;
    outline: medium none;
    letter-spacing: 0.5px;
    padding: 9px 25px;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}

div#product {
    display: block;
}
 .linkActive .tabtext{
    color: #fff;
    border-color: #5f3935;
    background: #5f3935;
}


.tab-content {
  display: none;
  transform: translateY(20px);
  transition: all 0.5s ease;
}


.moreLink{
 margin:0 auto;
 text-align:center;
}

@media(max-width:576px){
.container {
    padding: 16px;
    width: calc(100% - 12px);
    margin: 0 auto;
 }

 .tabtext{
    padding: 6px;
    min-width: 95px;
 }

  .nav-item{
   margin:0 6px 0 0;
  }
}

 @media only screen and (min-width: 577px) and (max-width: 768px)  {
.container {
    padding: 16px;
    width: calc(100% - 12px);
    margin: 0 auto;
 }
}
/* END_SECTION:trending-product */

/* START_SECTION:web-discount (INDEX:40) */
.discountBlock-data{
  display:flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.discountBlock {
 flex-basis: 32.33%;
 position: relative;
 margin: 0 12px 24px 0;
}

.padding-short{
  padding: 10px;
}
.overlappingDiv {
    position: absolute;
    top: 60%;
    left: 4%;
    text-align: left;
}

/*.discountImg::after{
 content:"";
 top:0;
 left:0;
 position:absolute;
 background-image: linear-gradient(to top, rgb(4 4 4 / 16%), rgba(54,54,54,0.2));
 width: 100%;
 height: 98%;
}*/

.web-discount-section {
   width: calc(100% - 120px);
    margin: 0 60px;
    position: relative;
}

.blockSectionImage {
  width:100%;
}

.discount-slider__text{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color:white;
}

@media(max-width:576px){
 .discountBlock-data{
   flex-direction: column;
    flex-wrap: nowrap;
    align-items: normal;
    justify-content: normal;
 }
 .web-discount-section{
   width: calc(100% - 12px);
    margin: 0 auto;
 }
  .discountBlock{
    flex-basis: 100%;
    margin: 0;
  }
}

 @media only screen and (min-width: 577px) and (max-width: 768px)  {
.web-discount-section {
    width: calc(100% - 12px);
    margin: 0 auto;
  }
.discountBlock {
    flex-basis: calc(33.33% - 8px);
    margin: 0 8px 8px 0;
}
.overlappingDiv {
    position: absolute;
    top: 65%;
    left: 36%;
}
}
/* END_SECTION:web-discount */