
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
 
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: middle;
  }

*{
    outline: none;
}

img{
    max-width: 100%;
}

.text-white{
    color: #fff !important;
}
.text-primary{
    color: #ffc89e !important;
}
.text-info{
    color: #acacac !important;
}
.font24, .font24 p{
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 300;
}
body{
    
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}
.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1500px;
}
.font-bold{
    font-weight: 700 !important;
}
.btn{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 17px 35px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    box-shadow: none !important;
    border: none;
}
.btn.btn-sm {
    font-size: 13px;
    padding: 12px 15px;
    min-width: inherit;
}
.fontSemibold{
    font-weight: 600;
}
.btn-primary{
    background-color: #000 !important;
    color: #fff !important;
}
.btn-yellow{
    background-color: #e0a916 !important;
    color: #fff !important;
    font-size: 14px; !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 17px 35px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    box-shadow: none !important;
    border: none;
}

.croButton {
  background-color: #e0a916 !important;
  color: #fff !important;
  font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 17px 5px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    box-shadow: none !important;
    border: none;
  margin-top:5px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width:152px;}
}

.btn-primary:hover, .btn-primary:focus{
    background-color: rgb(19, 19, 19)important;
    color: #fff !important;
}
.btn-info{
    background-color: transparent !important;
    color: #000 !important;
    border: solid 2px #000;
}
.btn-info:hover, .btn-info:focus{
    background-color: transparent !important;
    color: #000 !important;
    border: solid 2px #000;
}
.text-center{
    text-align: center !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.mb-4{
    margin-bottom: 40px !important;
}
.mb-5{
    margin-bottom: 50px !important;
}
.mb-6{
    margin-bottom: 60px !important;
}
.mb-7{
    margin-bottom: 70px !important;
}
.mb-8{
    margin-bottom: 80px !important;
}
.mb-9{
    margin-bottom: 90px !important;
}
.mb-10{
    margin-bottom: 100px !important;
}
.p-4{
    padding: 40px 0 !important;
}
.p-10{
    padding: 100px 0 !important;
}
.p-14{
    padding: 140px 0 !important;
}
.p-14.bottomOff{
    padding-bottom: 0 !important;
}
.p-5{
    padding: 50px 0 !important;
}
.p-7{
    padding: 70px 0 !important;
}
.p-7.bottomOff{
    padding-bottom: 0 !important;
}
.p-10.bottomOff{
    padding-bottom: 0 !important;
}
.bottomOff{
    padding-bottom: 0 !important;
}
.p-10.topOff{
    padding-top: 0 !important;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.btn-link{
    color: #000;
    font-size: 13px;
}
.btn-link:hover{
    color: #ddb443;
    text-decoration: none;
}
.h1{
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
    letter-spacing: 0;
 
    
    
}
 .h2{
   font-size: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1em;
    
 }



 .h3{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;

 } 
 .h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
 }
 .h5{
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 700;
 }

p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
}
p a{
    color: inherit;
}
.header{
    display: flex;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;

/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.02) 92%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.02) 92%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.02) 92%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );  */


}
.header.headerColor{
    background-color: #fff;
    border-bottom: solid 1px #dfdfdf;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: static;
}
.header.headerColor .header__active-menu-item, .header.headerColor .header__menu-item, .header__menu-item:hover {
    color: #000;
}
.header.headerColor .header__icon, .header.headerColor .header__icon--cart .icon {
    color: #000;
}
.header__active-menu-item, .header__menu-item{
    text-decoration: none !important;
}
.header__active-menu-item, .header__menu-item{
    color: #fff;
}
.header__menu-item:hover{
    color: #fff;
}
body .list-menu--disclosure {
   
     border: none;
   
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 0px 0px 5px 5px;
}

.header__heading, .header__heading-link{
    margin-right: auto;
}
.homeBanner{
    position: relative;
}
.homeBannerImg img{
    display: block;
    width: 100%;

}
.homeBannerDes{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
    z-index: 1;
}

.productSlider .owl-prev, .productSlider .owl-next{
    position: absolute;
    left: 5px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
    background-position: center;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 100% auto;
}
.productSlider .owl-prev span, .productSlider .owl-next span{
    display: none;
}
.productSlider .owl-prev{
    background-image: url("prev3.png");
}
.productSlider .owl-next{
    background-image: url("next3.png");
    right: 5px;
    left: inherit;
}
.card-wrapper.productBox .price{
    font-weight: 700;
    padding-bottom: 70px;

}
.homeCollectionSecInner{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}
.homeCollectionSecInner .collage-content__info{

    position: absolute;
    left: 5%;
    bottom: 5%;
    padding: 0;
    margin: 0;

}
.homeCollectionSecInner .collage-content__info h3{
    color: #fff;
}
.homeCollectionSecInner .card-colored .overlay-card{
    display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+32,0.4+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 32%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 32%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}
.multicolumn-list h3.h3{
    line-height: 1.2em;
}
.homeMultiSec .multicolumn:not(.background-secondary){
margin: 0 !important;
}
.homeMultiSec .multicolumn-card{
    background-color: transparent !important;
}
.homeMultiSec .multicolumn-card__info{
    padding-top: 0;
    padding-bottom: 0;
}
.homeMultiSec .h2{
    font-size: 40px;
}
.video-section__poster.media .deferred-media__poster-button{
    border: none;
    height: auto;
    width: auto;
    background-color: transparent;
}
.footer{
    background-color: #fff;
}
h2.footer-block__heading{
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
}
.footer-block__details-content.rte p {
    font-size: 12px;
    color: #000;
    line-height: 1.7em;
}
.footer .footer-block__details-content .list-menu__item--link {
    display: block;
    font-size: 12px;
    color: #000;
    padding: 0;
    text-decoration: none !important;
    line-height: normal;
}
.footer .footer-block__details-content .list-menu__item--link:hover{
    color: #e0a916;
}
.footer .footer-block__details-content.list-unstyled li{
    margin-bottom: 8px;
}
.footer .footer-block__details-content .list-social{
    justify-content: start !important;
}
.footer .footer-block__details-content .list-social .list-social__link{
    padding: 0;
    margin-right: 15px;
    color: #000;
    margin-bottom: 10px;
}
.footer .copyright__content{
    color: #000;
}
.footer .copyright__content a:hover{
    color: #e0a916;
    text-decoration: none;
}
.footer .footer__content-bottom{
    padding-top: 0;
    border: none;
    padding-bottom: 30px;
}
.footer .newsletter-form__field-wrapper .field__input{
    box-shadow: none;
    border: solid 1px #e3e3e3;
    color: #fff;
    font-size: 14px;
}
.footer .newsletter-form__field-wrapper .field__label{
    color: #e3e3e3;
}
.footer .newsletter-form__field-wrapper .newsletter-form__button {
   
    color: #e3e3e3;
}
.footer .footer__content-top {
    padding-bottom: 0;
    padding-top: 70px;
}
.field__input, .select__select, .customer .field input, .customer select {
   
    box-shadow: none;
    border: solid 1px #dfdfdf;
}
body .customer form {
    margin-top: 0;
}
.collection-list__item .card__text.card__text-spacing.card__text-hover{
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 0;
    margin: 0;
 top: 0;
 right: 0;

}
.collection-list__item .card__text.card__text-spacing.card__text-hover h3{
    position: absolute;
    left: 5%;
    bottom: 5%;
    padding: 0;
    margin: 0;
   color: #fff;
}
.collection-list__item .overlay-card {
    display: block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 32%,rgba(0,0,0,.4) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 32%,rgba(0,0,0,.4) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 32%,rgba(0,0,0,.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#66000000",GradientType=0);
}
.card-information__text {
    text-decoration: none !important;
}
.field__input:hover, .select__select:hover, .customer .field input:hover, .customer select:hover, .localization-form__select:hover {
    box-shadow: none !important;
}
.innerBanner{
    position: relative;
}
.innerBannerImg img{
    display: block;
    width: 100%;
}
.innerBannerDes {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translate(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
    z-index: 1;
}
.details1Row.mb-7:last-child{
    margin-bottom: 0 !important;
}
.details1Row ol, .details1Row ul {
    padding-left: 20px;

}
.details1Row ol li, .details1Row ul li{
  font-size: 14px;
  margin-bottom: 4px;
}
.product__description iframe{
    width: 100%;
}
.details1RowImg{
    position: relative;
}
.details1RowImgHold{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.details1RowImgHold img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .details1Row:nth-child( even ) .details1RowL{
     order: 2;
     
}
.details1Row:nth-child( even ) .details1RowR{
    order: 1;
    
}
 .detailsSection4{
    background-color: #fbfbfb;
}
.detailsSection2{
    background-color: #fff;
    padding: 40px 40px 10px 40px;
    box-shadow: 0 0 10px #0000000f;
 margin-bottom: 50px;
}
.blogInstaBtn{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
    z-index: 2;
    max-width: 350px;
}
.homeBrands{
    background-color: #fdfaf2;
    padding: 25px 0;

}
.owl-nav button.disabled{
opacity: 0.5;
}
.collectionSlider .media--square {
    border-radius: 50%;
    border: solid 1px #ebebeb;
 
}
.filterSec{
    padding: 20px 0 4px 0;
    border-top: dashed 2px #ebebeb;
    border-bottom: dashed 2px #ebebeb;
}
.blogLightBoxArea{
    margin: 0 -10px;
}
.blogLightBox{
    margin: 0 10px 20px 10px;
    width: calc(33.3% - 20px);
}
.basec .article-template__hero-container:first-child {
    margin-top: 0 !important;
}
.article-content:hover .article-card__title {
    text-decoration: none !important;

}
.article-card__title{
    font-weight: 700;
    font-size: 20px;
}
.article-card__excerpt {
    font-size: 13px;
}
.article-template__content img{
    width: 100%;
}
.card-information__text {
    
    font-size: 15px;
}
.detailsSection4 p a{
    color: inherit;
}

.product__description.rte ul, .product__description.rte ol{
    margin-top: 0;
}
.product__description.rte h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product__description.rte ul li, .product__description.rte ol li{
    font-size: 14px;
    margin-bottom: 3px;
}
.product__description.rte .video-container{
    margin-bottom: 15px;

}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.collection-list h3{
    font-size: 14px;
    font-weight: 700;
}
.collection-list h3 a{
    color: #000;
    text-decoration: none;
}
.brandLogoBox{
    margin: 0 10px;
}
.spr-form-input-text, .spr-form-input-email, .spr-form-input-textarea{
    border: solid 1px #dfdfdf;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    padding: 12px 15px;
}

.spr-form-title {
    font-weight: 700;
}
.spr-header-title {
    
    font-weight: 700;
}
.spr-pagination-page a, .spr-pagination-page a:hover{
    color: #000;
    text-decoration: none;
   }
   .spr-pagination-page {
       color: #e0a916;
   }
   .spr-pagination-next a, .spr-pagination-prev a{
       color: #000;
    text-decoration: none;
   }
   .collectionSlider2 .media>:not(.zoom):not(.deferred-media__poster-button){
       position: static;
   }
   .collectionSlider2 .collage-card__image-wrapper{
       position: absolute;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       overflow: hidden;
       border-radius: 50%;
   }
   .collectionSlider2 .collage-contentImg{
       position: relative;
       border-radius: 50%;
       border: solid 1px #ebebeb;
       overflow: hidden;
       margin: 0 auto 15px auto;
       max-width: 200px;
   
   }
.slider-for{
	width: 80%;
}
.slider-nav{
	width: calc(20% - 10px);
   margin-right: 10px;
	
}
.slider-nav .product__media-toggle{
 display: none;
}
.slider-nav .product__media-icon{
    display: none;
}
.slider-nav .slick-slide.slick-active{
    cursor: pointer;
}
.relationBox{
    position: relative;
    display: block !important;
}
.slider-nav .relationBox{
    margin-bottom: 8px;
}
.spr-reviews .spr-pagination {
    padding: 22px 0 0 0;
    
    border-top: 1px solid #f3f3f3;
}
.spr-reviews .spr-pagination-next{
    position: static;
    margin-left: 8px;
    color: #e0a916;
}
.spr-reviews .spr-pagination-prev {
    position: static;
    margin-right: 8px;
    color: #e0a916;
}
.spr-reviews .spr-pagination-next a, .spr-reviews .spr-pagination-prev a {
    color: #e0a916;
    font-weight: 700;
    text-decoration: none;
}
.spr-reviews .spr-pagination-page {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
}
.spr-reviews .spr-pagination-page a, .spr-reviews .spr-pagination-page a:hover {
    color: #fff;
    
}
.spr-reviews .spr-pagination-page.is-active{
    background-color: #e0a916;
    color: #fff;
    font-weight: normal;

}
.tag-filters__item h3{

    font-size: 14px;
    font-weight: 700;
}
.tag-filters__item h3 a{
    text-decoration: none;
    color: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
   right: 0;

    /* position: absolute;
    left: 5px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) translateX(-0%); */
}
.tag-filters__item h3 a:before{
    content: '';
    display: block;
    height: 230px;
}
/* .tag-filters__item h3 a::after{
    content: '';
    display: block;
    height: 80px;
} */
.tag-filters__item{
    position: relative;
    max-width: 200px;
    margin: 0 auto;   
    padding-bottom: 33px; 
 
}


.tag-filters__itemImg{
    position: relative;
    border-radius: 50%;
    border: solid 1px #ebebeb;
    overflow: hidden;
    margin-bottom: 0px;
}
.tag-filters__itemImgHold{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.tag-filters__itemImgHold img{
    height: 100%;
    width: 100%;
    object-fit: contain;
     transform: scale(1);
     transition: all 0.3s ease-in-out 0.1s;
}
.tag-filters__item:hover .tag-filters__itemImgHold img{
    transform: scale(1.03);
}
.tag-filtersCheck {
    position: absolute;
    right: 35px;
    top: 0px;
    z-index: 5;
   
    opacity: .3;
    display: inline-block;
}
.tag-filters__item.active .tag-filtersCheck {
    color: #e0a916;
    opacity: 1;
}
.rating-count.caption{
    color: #000;
}
.rating-star::before{
    background: transparent !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit !important;
    color: #e0a916 !important;
}

.shopify-payment-button__button--unbranded {
    background-color: #ffc64a!important;
    box-shadow: none!important;
    color: #000!important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
    padding: 20px;
    
}
.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #fcc858 !important;
    color: #000 !important;
}
.product-form__submit {

    background-color: #655c4d!important;
    box-shadow: none!important;
    color: #fff!important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
    padding: 20px;
}
.product-form__submit:hover{
    background-color: #665f53!important;
    color: #fff!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .faqQus{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 25px 45px 25px 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0 0 10px #0000000f;
    letter-spacing: 0;
    border-radius: 5px;
}
.faqQus:after {
    content: "+";
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #655c4d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
}
.faqQus.faqQusOpen::after{
content: '-';
}
.faqAns{
    padding-bottom: 10px;
    padding-top: 10px;
}
.header__icon, .header__icon--cart .icon {
    color: #000;
}
.card-wrapper.productBox{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
   
}
.owl-carousel .owl-stage{
    display: flex;
}
.owl-carousel .owl-item {
    
}
.owl-carousel .owl-item .item{
    height: 100%;
}
.card-wrapper.productBox{
    height: 100%;
}
 .card-wrapper.productBox .card-information+.card {
    border: none !important;
}
.productBox .card-information__text{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
}
.productBox .price{
    font-size: 12px;
    letter-spacing: 0;
}
.productBox .card-information{
 padding: 20px;
 padding-top: 0;
}
.testimonialSliderDes{
    padding-left: 10px;
}
.testimonialSliderDes .rte p{
    font-size: 18px;
    color: #000;
}
.testimonialSlider .owl-prev, .testimonialSlider .owl-next{
    background-position: center;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 100% auto;
}
.testimonialSlider .owl-prev span, .testimonialSlider .owl-next span{
    display: none;
}
.testimonialSlider .owl-prev{
    background-image: url("prev2.png");
    margin-right: 10px;
}
.testimonialSlider .owl-next{
    background-image: url("next2.png");
    right: 0;
    left: inherit;
}
.homeVideoBlock{
    position: relative;
    margin: 0 40px;
}
.homeVideoDes{
position: relative;
}
.homeVideoDesBox{
    padding: 30px;
    background-color: #fff;
    margin-top: -10%;
    display: inline-block;
}
.instaImg a{
    position: relative;
    display: block;
}
.instaImg a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
opacity: 0;
-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
    z-index: 1;
}
.instaImg:hover a:after{
    opacity: 1;
}
.instaImg a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
    z-index: 2;
    background-image: url("insta-icon.png");
    background-position: center;
    background-repeat: no-repeat;

}
.instaImg:hover a:before{
    opacity: 1;
}
body .product-grid .grid__item {
    padding-bottom: 10px;
}
body .pagination-wrapper{
    margin-bottom: 0px;

}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
body .pagination__item {
    
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
}
body .pagination__item.pagination__item--current{
    background-color: #000;
    color: #fff;
}
body .pagination__list>li {
    max-width: inherit;
    flex: inherit;
}
body .pagination__item--current:after, body .pagination__item:hover:after{
    display: none;
}
.collectionSliderSec{
    border-bottom: solid 1px #d8d8d8;
}
body .collection-grid-section{
    margin-top: 0;
}
body .collectionSliderSec .collage-card{
background-color: transparent;
}
.homeColList ul{
    padding: 0;
    margin: 0;
}
.homeColList li{
    width: 33%;
    list-style: none;
    padding: 0 10px;
}
.homeColList .card--media{
    max-width: 250px;
    margin: 0 auto;
}
.homeColList .media--square {
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.homeColList h3 {
    font-size: 16px;
    font-weight: 700;
}
.allPageColList {
    margin: 0;
    padding: 0;
}
.allPageColList li{
    padding: 0 10px;
    list-style: none;
}
.allPageColList .collage-contentImg > img{
    display: block;
}
.homeVideoImg video{
    width: 100%;
    height: auto;
}
.productTopSec {
    background-color: #fbfbfb;
}
.productTopSec .media{
border-radius: 6px;
}
.productTopSec .product .price{
    font-weight: 700;
}
body .proDesBox{
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.proDesBox .proDesBoxInner{
    max-height: 130px;
    overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.proDesBox .proDesBoxInner::after{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fbfbfb+100&0+0,1+67,1+67 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(252,252,252,1) 67%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(252,252,252,1) 67%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(252,252,252,1) 67%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
left: 0;
right: 0;
bottom: 0;
height: 20px;
content: '';
position: absolute;
}
.proDesBox.proDesBoxAdd .proDesBoxInner{
    overflow: inherit;
    max-height: 7000px;
}
.proDesBox.proDesBoxAdd .proDesBoxInner::after{
display: none;
}
.proDesBox .proDesBoxInnerBtn {
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.proDesBox .proDesBoxInnerBtn::after{
    content: 'Read More +';

}
.proDesBox.proDesBoxAdd .proDesBoxInnerBtn::after{
    content: 'Read Less -';
}
.proDesBox p:last-child{
    margin-bottom: 0;
}
.proDesBox p {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}
.proDesBox p a{
    color: inherit;
}
.proDesBox ul {
    padding-left: 10px;
}
.proDesBox ul li{
    font-size: 14px;
    color: #000; 
    margin-bottom: 3px;
}
.proIconText , .proIconText p {
    color: #7c7c7c;
}
.productVideoSec{
    position: relative;
}
.productVideo video {
    width: 100%;
    height: auto;
    display: block;
}
.productVideoImg{
position: absolute;
left: 0;
top: 0;
right: 0;

}
.productVideoImg img{
    display: block;
    width: 100%;
}
.productSec4{
    background-color: #fbfbfb;
}

.detailsSliderText {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 30px 30px 0;
}
.detailsSliderText.detailsSliderText2 {
   
    padding: 30px 0px 30px 30px;
}
.detailsSliderText p a, .detailsSliderText p a:hover, .detailsSliderText p a:focus{
    color: inherit;
}
.productContentSlider .owl-prev, .productContentSlider .owl-next{
    background-position: center;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 100% auto;
    transform: translateY(-50%) translateX(-0%);
    position: absolute;
    top: 50%;
}
.productContentSlider .owl-prev span, .productContentSlider .owl-next span{
    display: none;
}
.productContentSlider .owl-prev{
    background-image: url("prev5.png");
    margin-right: 10px;
    left: 10px;
}
.productContentSlider .owl-next{
    background-image: url("next5.png");
    right: 0;
    left: inherit;
    right: 10px;
}

.element-margin, .spaced-section {
    margin-top: 0 !important;
}
.productContentSlider .owl-dots{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 100%;
    text-align: center;
}
.productContentSlider .owl-dots .owl-dot{
    display: inline-block;
   
}
.productContentSlider .owl-dots .owl-dot button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: 0 0 10px #0000000f;
    border-radius: 4px 4px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 13px;
    cursor: pointer;
}
.productContentSlider .owl-dot.active button, .productContentSlider .owl-dot:hover button{
    background-color: #fcc858;
    color: #000;
    
}
.productSec4Block{
    padding-top: 100px;
}
.desIconBox {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #e5e5e5;
}
.desIconBox ul{
    padding: 0;
    margin: 0;
}
.desIconBox ul li{
    list-style: none;
    margin-right: 15px;
    cursor: pointer;
}
.newsleterH{
    color: #343434;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0;
}
.footerNewsLetterSec {
    padding-top: 50px;
}
.footer .footerNewsLetterSec .newsletter-form__field-wrapper .field__input{
    border-right: none;
    border-top: none;
    border-left: none;
    padding-left: 0;
    border-bottom: solid 2px #000;

}
.footerNewsLetterSec .newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.footerNewsLetterSec .newsletter-form {
    
    max-width: 100% !important;
}
.footerNewsLetterSec .newsletter-form .field__label{
    font-size: 20px;
    left: 0;
    top: 4px;
}
.footerNewsLetterSec .newsletter-form .field__input:focus~.field__label{
    font-size: 12px;
}
.footer .footerNewsLetterSec .newsletter-form__field-wrapper .field__label{
color: #9a9a9a;
}
.footerNewsLetterSec .newsletter-form__field-wrapper .newsletter-form__button {
    width: auto;
    margin: 0;
    right: 0;
    color: #000;
}
.footerNewsLetterSec .newsletter-form__button .icon {
    width: 25px;
}
.footer-block--newsletter {
    border-top: solid 2px #000;
    padding-top: 20px;
    margin-top: 30px;
}
.tooltip {
    position: relative;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -55px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  body .spr-container{
    border: none;
    border-radius: 0px;
    margin: 0px;
}
body .spr-review-reportreview{
    color: #91580e !important;
    text-decoration: none;
}
body .spr-review-content-body {
    
    padding: 0;
    color: #7c7c7c;
    letter-spacing: 0;
}
body .spr-review-header-byline{
   font-style: normal;
   letter-spacing: normal;
   color: #7c7c7c;
}
body .spr-review-header-byline strong{
    color: #91580e !important;
}
body .spr-review-header-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}
body .spr-content{
    background-color: #fff;
    box-shadow: 0 0 10px #0000000f;
    border-radius: 2px;
    padding: 50px 80px;
}
body .spr-review:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
body .spr-header{
    margin-bottom: 40px;
    padding-top: 90px;
}
body .spr-review-header .spr-icon {
    color: #91580e;
}
body .spr-header-title {
    font-size: 35px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
body .spr-summary-actions-newreview {
    color: #ffc64a !important;
    font-size: 14px;
    letter-spacing: 0;
}
body .spr-summary.rte{
    color: #fff;
    font-size: 14px;
}
body .spr-form {
    margin: 0;
    padding: 0;
    border-top: 1px solid #DFDFDF;
    border-top: none;
}
.homeImgWithText .image-with-text__content {
    padding: 10px 0 10px 20px !important;
}
.collepsH {
    position: relative;
    cursor: pointer;
    padding-bottom: 20px;
    border-top: solid 1px #e6e6e6;
    padding-top: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15ox;
}
.collepsH:first-child{
    border-top: none;
}
.collepsBlock{
    border: solid 1px #e6e6e6;
}
.collepsBlock .collepsContent{
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.collepsBlock .collepsContent p{
    margin-bottom: 10px;
}
.collepsH:after {
    content: "+";
    position: absolute;
    right: 10px;
    color: #655c4d;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
}
.collepsH.collepsHOpen::after{
content: '-';
}
.collepsContent{
    padding-bottom: 10px;
    padding-top: 10px;
}
/* .featurePro .slick-vertical .slick-slide{
    height: 54px;
} */
.featurePro{
    position: relative;
}
.featurePro .owl-nav {
   display: flex;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-0%);
    left: 0;
    right: 0;
    justify-content: space-between;
}
.featurePro .owl-nav button {
    border: none;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}
.main-blog {
    margin-top: 5rem;
}
.innerPaddingTop{
    margin-top: 5rem;
}
.colCusFilterImgBlock{
    position: relative;
    border-radius: 50%;
    border: solid 1px #ebebeb;
    overflow: hidden;
    margin: 0 auto 15px;
    max-width: 200px;
}
.colCusFilterImgBlock>img{
    display: block;
}
.colCusFilterImg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50%;
}
.colCusFilterImg>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.collectionCustomFilter h3 {
    font-size: 14px;
    font-weight: 700;
    text-decoration:none ;
}
.collectionCustomFilter a {
    color: #000;
    text-decoration: none;
}
.afterpay-main-text {
    letter-spacing: 0 !important;
}
@media (max-width: 1365px){
    .h1 {
        font-size: 70px;
        line-height: 1em;
    }
    .h2 {
        font-size: 45px;
    }
    .p-10 {
        padding: 90px 0!important;
    }
    .font24, .font24 p{
        font-size: 20px;
        
    }
    .homeMultiSec .h2{
        font-size: 30px;
    }
    .p-14{
        padding: 120px 0 !important;
    }
}
@media (min-width: 1199px){
.h3.product__title{
    font-size: 25px;
}
}
@media (max-width: 1199px){
    .h1 {
        font-size: 55px;
    }
    .h2 {
        font-size: 35px;
       
    }
    .h3 {
        font-size: 22px;
    }
    .h5 {
        letter-spacing: .1em;
        font-size: 16px;
    }
    .p-14{
        padding: 100px 0 !important;
    }
    .font24, .font24 p{
        font-size: 24px;
        
    }
    .homeCollectionSecInner .collage-content__info h3 {
        font-size: 15px;
    }
    .card-wrapper.productBox .price{
        font-size: 13px;
    }
    .card-wrapper.productBox .card-information__text{
        font-size: 13px;
    }
    .collection-list__item .card__text.card__text-spacing.card__text-hover h3 {
        font-size: 15px;
    }
    .homeMultiSec .h2{
        font-size: 24px;
    }
    .detailsSliderText p {
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    .productContentSlider .owl-dots .owl-dot button {
        font-size: 11px;
    }
    .newsleterH {
        font-size: 30px;
    }
}

@media (max-width: 991px){
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .page-width {
        padding-left: 25px;
        padding-right: 25px;
    }
    .p-14 {
        padding: 80px 0!important;
    }
    .h1 {
        font-size: 45px;
       margin-bottom: 10px;
    }
    .h2 {
        font-size: 29px;
    }
    .h3 {
        font-size: 18px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .font24, .font24 p{
        font-size: 15px;
        
    }
    .btn {
        font-size: 11px;
        padding: 15px 25px;
    }
    .p-7 {
        padding: 50px 0!important;
    }
    .p-10 {
        padding: 65px 0!important;
    }
    .article-card__title {
        font-size: 17px;
    }
    .article-card__excerpt {
        font-size: 12px;
    }
    .testimonialSliderDes .rte p {
        font-size: 15px;
    }
    .homeMultiSec .h2{
        font-size: 20px;
    }
    .homeVideoDesBox {
        padding: 35px;
    }
    .allPageColList li{
        margin-bottom: 35px;
        width: 33.3%;
    }
    .detailsSection2{
        padding: 30px 30px 10px 30px;
        
    }
    .detailsSliderText p {
        font-size: 12px;
    }
    .productContentSlider .owl-dots .owl-dot button {
        font-size: 9px;
        padding: 10px 10px;
    }
    body .spr-header-title {
        font-size: 25px;
     
    }
    .multicolumn-card__info .btn{
        font-size: 9px;
    padding: 13px 15px;
    }
}
@media (min-width: 750px){
    .grid--4-col-tablet .grid__item:first-child {
        width: calc(40% - 0.75rem);
    }
    .grid--4-col-tablet .grid__item {
        width: calc(20% - 0.75rem);
    }
   body .product-grid .grid__item {
        padding-bottom: 10px;
    }
    body .product-grid.negative-margin {
        margin-bottom: 0;
    }
    
}
@media (min-width: 768px){
    .mobImg{
        display: none;
    }
}
@media (max-width: 767px){
    .container-fluid, .page-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-14 {
        padding: 70px 0!important;
    }
    .mb-3{
        margin-bottom: 20px !important;
    }
    .mb-4{
        margin-bottom: 30px !important;
    }
    .mb-5{
        margin-bottom: 40px !important;
    }
    .mb-6{
        margin-bottom: 40px !important;
    }
    .mb-7{
        margin-bottom: 50px !important;
    }
    .h1 {
        font-size: 30px;
    }
    .h2 {
        font-size: 25px;
    }
    .h5 {
        letter-spacing: 0.1em;
        font-size: 13px;
    }
    .multicolumn-card__info {
        padding: 0;
    }
    .footer .footer__content-top {
        padding-top: 50px;
        text-align: center;
    }
    .footer .footer-block__details-content .list-social {
        justify-content: center!important;
    }
    .footer .footer-block__details-content .list-social .list-social__link {
        margin: 0 8px 0px 8px;
    }
    .video-section__poster.media .deferred-media__poster-button {
        width: 120px;
       
    }
    body .menu-drawer__menu-item {
       
        font-size: 13px;
    }
    body .menu-drawer__navigation {
        padding: 1.1rem 0rem;
    }
.desktopImg{
    display: none;
}
.details1Row .details1RowL{
    order: 2 !important;
    
}
.details1Row .details1RowR{
   order: 1 !important;
   margin-bottom: 20px;
   
}
.blogLightBoxArea {
    margin: 0 -5px;
}
.basec .article-template__hero-container:first-child {
    margin-bottom: 20px;
}
.tag-filtersCheck {
    right: 15px;
    top: 5px;
}
.homeVideoBlock {
    margin: 0 20px;
}
.homeColList h3 {
    font-size: 12px;
}
.collection-list h3{
    font-size: 12px;
}
.detailsSection2{
    padding: 20px 20px 0px 20px;
}
.productSec1 {
    background-size: 200% auto !important;
}

.detailsSliderText, .detailsSliderText.detailsSliderText2 {
    max-width: inherit;
    margin: 0;
    padding: 30px 30px;
    background-color: #fff;
}
.productContentSlider .owl-prev, .productContentSlider .owl-next {
    top: 25%;
}
.productContentSlider .owl-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productContentSlider .owl-dots .owl-dot {
    margin: 0 2px 4px;
    width: calc(33% - 4px);
    display: flex;
}
.productContentSlider .owl-dots .owl-dot button {
    font-size: 12px;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
  
}
.productSec4Block {
    padding-top: 130px;
}
body .spr-header {
    margin-bottom: 20px;
    padding-top: 40px;
}
body .spr-content {
    padding: 30px 50px;
}
.homeImgWithText .image-with-text__content {
    padding: 30px !important;
}
.collectionCustomFilter h3{
    font-size: 12px;
}
.productSlider .owl-prev, .productSlider .owl-next {
    
    width: 35px;
    height: 35px;
    
}
}
@media (max-width: 749px){
    .filterTitle{
        display: none;
    }
    .filterSec {
        padding: 13px 0;
    }
    .blogLightBox{
        margin: 0 5px 10px 5px;
        width: calc(33.3% - 10px);
    }
    .homeMultiSec .multicolumn-list__item{
        margin-bottom: 30px;
    }
    .header__heading, .header__heading-link {
        margin-right: 0;
    }
    .header{
        justify-content: space-between;
    }
    body .pagination-wrapper {
        margin-bottom: 0;
    }
    .header__search{
        display: none;
    }
    .product__media-wrapper {
        padding-bottom: 25px;
    }
    .customFePro .product__media-list {
        margin-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .customFePro .product__media-list .product__media-item {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}


@media (max-width: 575px){
    
    .homeBannerImg{
        overflow: hidden;
    }
    .homeBannerImg img{
        left: 50%;
        position: relative;
        max-width: inherit;
        -ms-transform: translateY(-0%) translateX(-50%);
        -webkit-transform: translateY(-0%) translateX(-50%);
        transform: translateY(-0%) translateX(-50%);
        -moz-transform: translateY(-0%) translateX(-50%);
        -o-transform: translateY(-0%) translateX(-50%);
        width: 575px;
}
.h1 {
    font-size: 22px;
}
.h5 {
    font-size: 11px;
}
.homeBannerDes .col-sm-7{
    max-width: 250px;
}
.p-10 {
    padding: 55px 0!important;
}
.innerBannerImg {
    overflow: hidden;
}
.innerBannerImg img {
    left: 50%;
    position: relative;
    max-width: inherit;
    -ms-transform: translateY(-0%) translateX(-50%);
    -webkit-transform: translateY(-0%) translateX(-50%);
    transform: translateY(-0%) translate(-50%);
    -moz-transform: translateY(-0%) translateX(-50%);
    -o-transform: translateY(-0%) translateX(-50%);
    width: 575px;
} 
.blogInstaBtn {
    
    max-width: 240px;
}
.card-wrapper.productBox .card-information__text {
    font-size: 11px;
}
.testimonialSliderDes {
    padding-left: 10px;
    text-align: center;
    padding-top: 25px;
    padding-right: 10px;
}
.testimonialSlider .owl-nav{
    text-align: center;
}
.testimonialSlider .owl-prev{
    margin-right: 5px;
}
.testimonialSlider .owl-next{
    margin-left: 5px;
}
.testimonialSlider {
    max-width: 400px;
    margin: 0 auto;
}
.homeVideoDesBox {
    padding: 25px;
    
}
.proIconItem{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
body .spr-header {
    padding-top: 20px;
}
.customFePro .product__media-list {
   
    margin-bottom: 20px;
    
}
.featurePro{
    margin-bottom: 20px;
}
}
