/*/*/*.width100{
    max-width: 100%;
    width: 100%;
}

/***=== Reset style ====***/
/*h1,h2,h3,h4,p{
    margin:0 0 0 0;
}
p{
    margin:0;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
/***=== show hide element ====***/
/*.show-xs{
    display: none !important;
}
@media(max-width: 767px){
    .show-xs{
        display: block !important;
    }
    .hide-xs{
        display: none !important;
    }
}
/***=== Common style ====
.container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}
.common-box{
    padding-bottom: 50px;
}

.heading{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    text-transform: capitalize;
}
.btn{
    max-width: 150px;
    font-size: 14px;
    color:var(--bgvoilat);;
    display: block;
    border:1px solid var(--white);
    text-align: center;
    border:1px solid var(--bgvoilat);
    font-weight: 700;
    border-radius: 4px;
    margin:0 auto;
    width: 100%;
    margin-top: 20px;
    background: var(--white);
    position: relative;
    z-index: 1;
}
.btn-primary{
    padding: 11px 0;
}
.btn-secondery{
    padding: 18px 0;
}
.btn:hover{
    background: var(--bgvoilat);
    color: var(--white);
}
 .common-padding{
    padding-bottom: 66px;
 }
 .caption-data-wrap{
    position: relative;
 }
 .caption-data{
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    background: var(--bgvoilat);
    position: absolute;
    bottom:0;
    width: 100%;
    left:0;
 }
 .visible-xs{
    display: none !important;
 }
 .hidden-xs{
    display: block !important;
 }
@media(max-width: 767px){
    .heading{
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 30px;
    }
    .btn{
        border-color: var(--graybtn);
        color: var(--mbtncolor);
        max-width: 132px;
        margin-top: 20px;
    }
    .btn:hover{
        background: transparent;
        border-color: var(--graybtn);
        color: var(--mbtncolor);
    }
    .btn-primay,.btn-secondery{
        padding: 7px 0;
    }
    .btn-primary{
        font-size: 12px;
    }
    .common-padding{
        padding-bottom: 42px;
     }
     .common-box{
        padding-bottom: 40px;
    }
    .visible-xs{
        display: block !important;
     }
     .hidden-xs{
        display: none !important;
     }
}
.flex-box-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
                justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.flex-box-around{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
@media(min-width:768px){
    .d-flex-box-center{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
*/
/***===== Card body ====
.card-wrap{
    margin:0 4px;
}
.card,
.img-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-heading{
    font-size: 16px;
    line-height: 1.2;
    color: var(--gray);
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    text-transform: uppercase;
    font-weight: 600;
}
.card p{
    font-weight: 600;
    font-size: 16px;
}
.card-img{
    margin:0 auto;
}
.card-secondery .card-heading{
    color: var(--voilattext);
}

@media(max-width: 767px){
    .card-primary{
        max-width: 50%;
        min-height: auto;
        display: block;
        border:none;
    }
}


/***====Slider ====**
.owl-carousel-slider{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.owl-carousel,
.owl-carousel-slider{
    width: 100%;
    position: relative;
}
.owl-stage{
    display: flex;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
}
.owl-stage-outer{
    overflow: hidden;
}
.owl-item{
    opacity: 0;
}
.owl-item.active{
    opacity: 1;
}
.slider-item img{
    width: 100%;
}*/
/***=== controls ===***/

/*.owl-nav{
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 10px;
}
.owl-nav.disabled{
    display: none;
}
.owl-prev,
.owl-next{
    width: 0; 
    height: 0; 
    line-height: 40px;
    display: block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}
.owl-prev:after,
.owl-next:after{
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    content: '';
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    left: 40%;
    top: 37%;
    position: absolute;
}
.owl-prev{
    left:10px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; 
    border-right:24px solid var(--voilattext); 
}
.owl-next{
    right:10px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; 
    border-left:24px solid var(--voilattext); 
}

.owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(241 241 241 / 63%);
    margin: 0 2px;
    display: inline-block;
}
.owl-dot.active{
    background-color: #fff;
}

.grid{
        max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 88px);
    grid-column-gap: 20px;
    position: absolute;
    z-index: 1;
    height: 100vh;
    left: 0;
    right: 0;
}
.col-sm-1{
    display: inline-block;
    background: rgb(255 0 0 / 18%);
    height: 100vh;
}
/****===== Sub Header ===***
.main-header{
    background: #fff;
    padding:8px 0;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.main-header .container{
    max-width: 1350px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}
.main-header > a{
    display: block;
}

.main-header li{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.main-header li ul.sub-nav{
    display: none;
}
.main-header li:hover ul.sub-nav{
    display: block;
}
.main-header li ul.sub-nav{
    position: absolute;
    left:0;
    width: 250px;
    background:#fff;
}
.main-header li ul.sub-nav li{
    display: block;
}
.main-header li a{
    color:  var(--black);
    display: block;
    padding: 13px 20px;
    font-size: 18px;
}
.main-header li a:hover{
    color:#543f78;
}
.social-icon {
    width: 160px;
}
.main-header .social-icon a{
    padding: 13px 4px;
}
.social-icon li{
    padding: 0;
    position: relative;
}
.social-icon li:last-child:after{
    display: none;
}
.social-icon img{
    width: 40px;
}
.social-icon svg{
    width: 20px;
    height: 20px;
}
.social-icon input{
    position: absolute;
    right: 30px;
    top: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
    outline: none;
    visibility: hidden;
    opacity: 0;
    transform: translate(10px, 0px);
    transition: all .5s;
}
.social-icon input.show{
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}
ul.social-icon{
    margin-right: 7%;
}

.social-icon svg path{
    fill:#000;
}
.cart-count{
    width: 20px;
    height: 20px;
    background: #543f78;
    display: block;
    position: absolute;
    top:-8px;
    border-radius: 100%;
    right:6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-icon img{
    width: 24px;
}
@media(max-width: 1080px){
    .main-header{
        background: transparent;
        padding-left: 62px;
    }
    .main-header li ul.sub-nav{
        display: block;
        position: static;
        margin-bottom: 10px;
    }
    .main-header li ul.sub-nav li{
        padding-left: 20px;
    }
    .main-header > a{
        background: transparent;
    }
    .main-header li.show-xs{
        display: inline-block !important;
    }
    .main-header > a img{
        width: 100%;
    }
    .main-nav{
        position: fixed;
        height: 100%;
        background: #fff;
        left: 0;
        z-index: 10;
        padding-top: 46px;
        left: -250px;
        top:0;
        transition: all .5s;
    }
    .open-nav .main-nav{
        left: 0;
        transition: all .5s;
    }
    .sub-header-wrap.left{
        position: relative;
    }
    ul.social-icon{
        margin-right: 0%;
    }
    .social-icon{
        float: right;
    }
    .social-icon input{
        border-color: #5b5b5b;
        color: #5b5b5b;
        background: #fff;
        height: 30px;
    }
    .main-nav li{
        display: block;
        width: 250px;
    }
    /****===== hamburger ===*****
    .hamburger{
        display: inline-block;
        cursor: pointer;
        position: absolute;
        left: 10px;
        z-index: 12;
        top: 10px;
    }
    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
    }
    .bar2 {
        width: 35px;
    }
    
    .open-nav .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
        background-color: #000;
    }
    .open-nav .bar2 {
        opacity: 0;
        width: 35px;
    }
    .open-nav .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
        background-color: #000;
    }
}*/

/***=== Offer Secton ===***/
/*.offer-section{
    background: url(../images/wooden-2.png) no-repeat;
    background-size:  100% 100%;
    padding: 40px 0;
    margin: 50px 0;
}
.offer-section-inner{
    max-width: 1000px;
}
.offer-section-inner img{
    display: inline-block;
    margin-right: 20px;
    float: left;
    width: 150px;
    margin-top:-40px;
}
.offer-section h2{
    margin-bottom: 10px;
}
.offer-section h2,
.offer-section p{
    color:#fff;
    text-align: left;
}
@media(max-width: 767px){
    .offer-section{
        background: none;
        margin: 0px 0;
    }
    .offer-section-inner{
        padding: 40px 0 0 0;
    }
    .offer-section h2,
    .offer-section p{
        color:var(--black);
        text-align: left;
    }
}
/*** Banner Info ====***
.banner-info{
    background: url(../images/wooden.png) no-repeat;
    background-size:  100% 100%;
}
.banner-info p{
    font-size: 50px;
    color:#fff;
    font-weight:600;
}
.banner-info .flex-center {
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.banner-info .flex-center img{
    max-width: 200px;
    margin: 0 20px;
}
@media(max-width: 767px){
    .banner-info{
        padding: 40px 0;
    }
    .banner-info .flex-center {
        display: block;
        padding: 0  0 40px 0;
        text-align: center;
    }
    .banner-info .flex-center img{
        margin: 20px;
    }
}*/

/*** Latest Product====***/
/*.latest-product .flex-center{
    flex-wrap:wrap;
}
.latest-product .caption-data-wrap img {
    width: 100%;
}
.latest-product .caption-data-wrap{
    width: 50%;
}
.latest-product .caption-data-wrap .caption-data{
    background: rgb(73 0 176 / 40%);
}*/

/***=====Testimonial=====**/
/*.testimonial-box{
    background: var(--bgvoilat);
    margin-bottom: 50px;
    position: relative;
}
.testimonial-box:before{
    content: "";
    position: absolute;
    right:0;
    height: 100%;
    width: 20%;
    top: 0;
    background: var(--gray);
}
.testimonial-main{
    position: relative;
}
.testimonial-box h3{
    color: var(--bgvoilat);
    text-align: right;
    font-size: 22px;
    margin-bottom: 40px;
}
.write-review{
    background: var(--bgvoilat);
    color: #fff;
    max-width: 300px;
    display: inline-flex;
    align-items: center;
    padding:20px 20px 20px 0; 
    justify-content:center;
    position: absolute;
    width: 30%;
    height: 100%;
    left:0;
    top:0;
}
.write-review h3{
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.write-review button{
    border-radius: 25px;
    height: 40px;
    border:0;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
    background: var(--bgvoilat);
    color:var(--white);
    border:1px solid var(--white);
}
.testimonial-item-wrap{
    max-width: 100%;
    width: 100%;
    padding:20px 20px; 
    background: var(--gray);
    padding-left: 30%;
}
.testimonial-item .flex-center{
    max-width: 400px;
    margin: 0 0 0 auto;
    background: var(--gray);
}

.star-icon i{
    color: var(--bgvoilat);
}
.client-name{
    text-transform: uppercase;
    font-weight:700;
    font-size: 14px;
    color: var(--bgvoilat);
    margin:0;
    text-align: right;
}
.client-position{
    font-size: 12px;
    color: var(--bgvoilat);
    margin:0;
    text-align: right;
}
@media(max-width: 767px){
    .product-slider .btn-primary:hover{
        color: var(--bgvoilat);
    }
    .product-slider .owl-stage{
        margin-left: 10px;
    }
    .write-review{
        position: static;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }
    .testimonial-item-wrap{
        padding: 10px;
    }
    .testimonial-main{
        padding:40px 0; 
    }
    .testimonial-box:before{
        display: none;
    }
    .testimonial-box h3{
        font-size: 16px;
        text-align: center;
    }
    .star-icon{
        width: 170px;
    }
}*/
/***=====Product slider=====**/
/*.product-slider .slider-item{
    position: relative;
}
.product-slider  .owl-stage{
    padding:10px 0;
}
.product-slider .owl-item{
    background: #f6f6f6;
    border:1px solid #eceff8;
    overflow: hidden;
}
.product-slider .owl-item a{
    display: block;
}

.product-slider .owl-item img{
    transition:all .9s;
}
.product-slider .owl-item img:hover{
    transform:scale(1.1);
    transition:all .9s;
}
.product-slider .caption{
    width: 100%;
    bottom:20px;
    text-align: left;
    font-size: 14px;
    padding: 0 10px;
}
.product-slider .btn-primary{
    color: var(--bgvoilat);
}
.product-slider .btn-primary:hover{
    color: var(--white);
}
@media(max-width: 767px){
    .product-slider .btn-primary:hover{
        color: var(--bgvoilat);
    }
    .product-slider .owl-stage{
        margin-left: 10px;
    }
}
/***=====Footer =====**/
/*.footer-top{
    background: url(https://pyurvana.com/wp-content/uploads/2021/05/pyur_scents_essential_oil_blogv2-1-scaled.jpg) no-repeat;
    background-size: 100% 100%;
}*/
/*.footer-top{
    height: 190px;
    display: inline-flex;
    align-items:center;
    width: 100%;
}
.footer-top img{
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.copy-write{
    padding:24px 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}
.copy-write a{
    color: gray;
    font-size: 10px;
    line-height: 1.2;
}
footer .gray-box{
    background: var(--gray);
}
.footer-details{
    margin-top: 8px;
    background: var(--bgvoilat);
    padding: 40px 0;
}
.footer-details .footer-logo{
    max-width: 250px;
}
.footer-header li{
    padding: 10px 0;
}
footer .flex-box-center p{
    margin-bottom: 0px;
    color:gray;
}
footer  .search-icon path{
    fill: #fff;
}
footer .search-icon svg{
    width: 30px;
    height: 30px;
}
footer .social-icon a{
    padding: 2px 4px;
    display: block;
}
footer .heading{
    text-align: left;
    color:#fff;
    margin-bottom: 10px;
}
.subscription-box input,
.subscription-box button{
    border-radius: 25px;
    background: #fff;
    color:var(--bgvoilat);
    height: 40px;
    border:0;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    width: 230px;
}
.subscription-box button{
    text-align: center;
    width: 100px;
    background: var(--bgvoilat);
    color:var(--white);
    border:1px solid var(--white);
}
.subscription-box p{
    margin-top: 20px;
    color:#fff;
    text-align: right;
}
@media(max-width: 991px){
    .footer-details .flex-center {
        flex-wrap:wrap;
    }
    .footer-details > .container >.flex-center > *{
        margin: 10px 0;
    }
    .subscription-box,.social-icon{
        
    }
}*/
/*@media(max-width: 767px){
    .gray-box{
        padding: 8px 0;
    }
    .footer-details > .container >.flex-center > *{
       width: 100%;
    }
    .footer-details .flex-center {
        align-items: center;
        justify-content: flex-start;

    }
    .subscription-box p{
        text-align: left;
    }
    .subscription-box input{
        width: 190px;
    }
    footer .flex-box-center{
        display: block;
    }
    footer .flex-box-center p{
        padding: 0;
        margin-bottom: 8px;
    }
    footer .flex-box-center p:last-child{
        margin-bottom: 0px;   
    }
    .copy-write{
        font-size: 9px;
    }
}*/

