/*Additional custom css*/
 :root {
    --green-color: #867070;
    --blue-color: #49649B;
}

.header-top{
    background:linear-gradient(to left, #867070, #65647C);
}

.dropdown-arrow::before{
    content:"\f107";
    font-family:"PhpDebugbarFontAwesome";
    font-weight:600;
}

.header-form:focus-within{
    border-color:#867070;
}

.header-widget sup{
    background: var(--green-color);
}

.banner-category-head{
    background:#867070;
}

.banner-category-item a:hover{
    color:var(--green-color);
}

.header-part.active .header-form{
    border-color:#867070;
}

.btn-inline{
        background: var(--green-color);
    border-color: var(--green-color);
}

.btn-inline:hover{
    color:var(--green-color);
}

.slider-dots ul li{
    background:var(--green-color);
}

.slider-dots ul li.slick-active{
    background:var(--green-color);
}


.header-widget:hover i{
    background-color:var(--green-color);
}


.navbar-link:hover{
    color:var(--green-color);
}

.dropdown-arrow:hover::before{
    color:var(--green-color);
}

.megamenu-title::before{
    background:var(--green-color);
}


.megamenu{
    width:800px;
}
.dropdown-megamenu:hover .megamenu{
    top:70px;
}
.header-logo img{
    height:55px;
}
.banner-sub-category ul li a{
    width:200px;
}
.banner-sub-category{
    align-items:flex-start;
}
.banner-category-list{
    padding:0px 0px 0px;
}
.banner-category{
    box-shadow: rgb(100 100 111 / 2%) 0px 7px 29px 0px;
    border: 1px solid #ececec;
}

.intro-part{
    padding: 40px 0px;
    background: linear-gradient(to left, #8670707d, #65647c94);
}

.intro-icon i{
    color:var(--green-color);
    border:3px double var(--green-color);
}

.intro-wrap:hover .intro-icon i{
    background:var(--green-color);
}


.btn-outline{
    color:var(--green-color);
    border-color:var(--green-color);
}

.btn-outline:hover{
    background:var(--green-color);
}

.backtop{
    background:var(--blue-color);
    -webkit-box-shadow:0px 0px 15px 3px rgb(100 123 170 / 64%);
    box-shadow:0px 0px 15px 3px rgb(100 123 170 / 64%);
    align-items: center;
    display: flex;
    justify-content: center;
    display:none;
    
}
.backtop.fa-arrow-up:before{
        position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.banner-part{
    padding:25px 0px 20px;
}

.footer-social li a{
    color:#555555;
}

.footer-social li a:hover{
    background-color:var(--green-color);
}
.footer-links ul li a:hover{
    color:var(--green-color);
}

.footer-contact li i{
        color: var(--green-color);
    font-size: 18px;
}

.footer-bottom{
    background:var(--green-color);
}

.footer-copytext a{
    color:white;
}

.news-form button span{
    background:var(--blue-color);
}

.blog-meta li i{
    color:var(--blue-color);
}
.blog-btn{
    color:var(--green-color);
}

.blog-btn i{
        font-family: 'PhpDebugbarFontAwesome';
    font-style: initial;
 
}

.blog-btn:hover{
    text-decoration:none;
    color:gray;
}

.blog-slider .slick-slide{
    margin:0px 10px;
}

.blog-title a:hover{
    color:#888;
}

.blog-desc{
    font-size:15px;
}

.testimonial-card{
    background:var(--green-color);
}

.product-name a{
    font-size:14px;
    height:52px;
}

.product-card:hover{
    border-color:#ececec;
}

.product-card:hover .product-add{
    background:var(--green-color);
}

.product-widget a{
    background:var(--green-color);
}
.product-label{
    top:-4px;
    left:-6px;
}

.label-text.new{
        background: var(--green-color);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    font-size:12px;
}
.megamenu-list li a:hover{
    color:var(--green-color);
}

.product-price span{
    color:#333;
    font-size:18px;
}

.product-price span small{
    color:#666666;
}
.tab-link{
    color:#777;
}

.tab-link.active{
    color:#222;
}

.category-media img{
    height:200px;
    object-fit:cover;
}




.category-part .slick-initialized .slick-slide{
    margin:0px 15px;
}


.category-meta{
    text-align:center;
}

.testimonial-slider .dandik:before,
.testimonial-slider .bamdik:before{
    font-family:'PhpDebugbarFontAwesome';
    font-style:normal;
}

.testimonial-slider .slick-arrow{
    color:#a8a8a8;
}

.testimonial-slider .slick-arrow:hover{
    color:#444;
    background:white;
}



.backtop:hover{
    background-color: #008137;
    transition: all 0.6s;
}
.backtop:active{
    background-color: rgb(0, 0, 148);
}

#backtop{
    display: none;
}

.category-overlay a i{
    background:var(--green-color);
}

.category-overlay a i:hover{
    color:var(--green-color);
}

.category-slider .slick-arrow{
    color:#a8a8a8;
}

.product-name a:hover{
    color:#222;
}

.category-slider .slick-arrow:before{
     font-family:'PhpDebugbarFontAwesome';
    font-style:normal;
}

.category-slider .slick-arrow:hover{
    color:#444;
    background:white;
}


.tab-link:hover{
    color:#222;
}

[data-vertical="true"] .slick-current .carousel-box{
    border-color:#ececec!important;
    padding: 1px!important;
}

.details-price del{
    color:#888;
    font-size:18px;
}
.details-price span{
    color:#333;
}
.details-price span small{
    color:#666;
    font-size:14px;
}

.details-add-group .product-add{
    border:2px solid var(--green-color);
    background:var(--green-color);
}
.details-add-group .product-add:hover{
    background:white;
    color:var(--green-color);
}

.aiz-nav-tabs a.active{
    border-color:var(--green-color);
}


.details-share-list li  a i:before{
    font-family: 'Font Awesome 5 Brands';
    font-style:normal;
}


.footer-part{
    border-top:1px solid #ececec;
}








.product-price{
    display:none!important; 
}

.details-price{
    display:none;
}

.details-meta{
     display:none; /*===============hide sku==========*/
}

.product-card:hover .product-widget{
    display:none;/*===============hide compare and view==========*/
}
.details-add-group{
        display:none;/*===============add to cart==========*/
}
.cart-sidebar{
    display:none;/*===============add to cart==========*/
}
.header-widget-group{
    opacity:0;
}






.header-part{
    border-bottom:1px solid #ececec;
}

.new-slider .slick-arrow:before {
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}
.blog-slider .slick-arrow:before {
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}
.blog-slider .slick-arrow{
    color:#a8a8a8;
}
.blog-slider .slick-arrow:hover{
    color:#444;
    background:white;
}

.new-slider .slick-arrow{
    color:#a8a8a8;
}
.new-slider .slick-arrow:hover{
    color:#444;
    background:white;
}

.product-add{
    display:none;
}

.category-title{
    color:#444;
}
.category-footer p a{
    color:var(--green-color);
}
.dropdown-link.active{
    color:var(--green-color);
}
.dropdown-link.active::before{
    color:var(--green-color);
}
.dropdown-list li a:hover{
    color:var(--green-color);
}
.banner-image img{
    max-height:290px;
    width:auto;
    max-width:100%;
}
.banner-wrap{
    height:380px;
}

.details-list-group:last-child{
    margin-bottom:0em;
}
.details-tag-list li a:hover{
    background-color:var(--green-color);
}

.details-share-list li a:hover{
    color:var(--text);
    background-color:white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mobile-menu a sup, .mobile-menu button sup{
    background:var(--green-color);
    border:4px solid #ffffff;
    top: -14px;
    left: 75%;
    line-height:16px;
}

.header-form button i:hover{
    color:var(--green-color);
}
.mobile-menu a:hover i, .mobile-menu button:hover i,.mobile-menu a:hover span, .mobile-menu button:hover span{
    color:var(--green-color);
}
.category-close i:hover{
    background:var(--green-color);
}

.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .show.bootstrap-select .dropdown-toggle{
    border-color:#6ed198!important;
}


.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active{
    background-color:var(--green-color);
}



.axil-product .thumbnail a img{
    width:100%;
    height: 228px;
    object-fit: cover;
}
.axil-product .title a{
    color:var(--sub-heading);
    font-size:15px;
    height: 52px;
}

.axil-product{
        padding:10px;
        border:1px solid white;
        transition:0.5s all ease-in-out;
        background: #fff;
        border-radius: 4px;
        padding-bottom:20px;
        margin-bottom: 20px;
}

.axil-product:hover{
    box-shadow:0px 8px 15px 0px rgb(0 0 0 / 10%);
    border:1px solid #ececec;

}

.axil-product:hover .title a{
    color:#222;
}

.product-list-sidebar{
    box-shadow:0 1px 2px 0 rgb(0 0 0 / 34%) !important;
}

.aiz-range-slider .noUi-connect{
    background:var(--green-color);
}
.product-list-sidebar ul li a:h{
    color:var(--green-color);
}

/*.banner-wrap::before{*/
/*    background-image:url("{{ static_asset('assets/images/sl-bg.jpg') }}");*/
/*}*/
.breadcrumb-item+.breadcrumb-item::before{
    color: #444;
    font-weight: 400;
}
.axil-product .thumbnail a{
    width:100%;
}

.mobile-menu{
    justify-content:space-between;
}

@media(min-width: 992px) and (max-width: 1199px){
    .banner-category-list{
        height:auto;
    }
}


@media(max-width:1200px){
    .banner-wrap{
        height:320px;
    }
    .banner-image img{
    max-height:250px;

}
.category-media img{
    height:150px;
}
.breadcrumb-right{
    display:flex;
    gap:10px
}



}


@media(max-width:991px){
    .header-media-group .mobile-search{
        display:flex;
    }
    .header-media-group{
        gap:1.5em
    }
    .header-media-group .search--location--header{
        width:100%;
    }
    .axil-product .thumbnail a img {
        height:140px;
    }
}


@media(max-width:768px){
    .banner-wrap {
    height:630px;
    }
    .banner-image img{
        margin:0 auto;
    }
    .breadcrumb-filter-mobile{
        flex-direction:column;
        align-items:start!important;
    }
    .breadcrumb-right{
        width:100%;
    }
    
    .about-img{
        grid-template-columns: 1fr 1fr; 
    }
}


@media(max-width:576px){
    .banner-wrap{
        height:550px;
    }
    .mobile-hide-user{
        display:none!important;
    }

    .header-top-welcome{
      display: none;  
    }
}

@media(max-width:465px){
    .header-top p{
        font-size: 12px;
    }
    
    .header-top-list li a{
        font-size: 12px;
    }
}

.product-image{
    width:100%;
}
.product-image img{
    height:140px;
    object-fit: cover;
}


.niche-part .row .col{
    padding-left:5px;
    padding-right:5px;
}

.niche-part .row .col .product-card{
    padding: 3px;
    background: #fefefa;
}

.product-image img{
    border-radius: 6px;
}

.product-card{
    padding: 3px;
    background: #fefefa;
}

.product-image img{
    border-radius: 6px;
}
@media(max-width:500px){
    .niche-part .row .col .product-card img{
    height:120px;
}
.product-name a{
    font-size:12px;
}
.product-rating i{
    font-size:12px;
}
.btn{
    font-size:12px;
    padding:13px 20px;
}

}




@media(max-width:370px){
    .niche-part .row .col .product-card img{
    height:100px;
}

}




@media(max-width:1200px){
    .promo-content h2{
        font-size:36px;
    }
    .promo-content h3{
        font-size:12px;
    }
    .promo-content h3 span{
        font-size:32px;
    }
}

@media(max-width:991px){
    
}

@media(max-width:768px){
    .banner-content h2{
        font-size:24px;
        margin-bottom:20px;
    }
    .banner-wrap{
        padding:20px;
        height:450px;
    }
    .banner-image img{
        max-height:180px;
    }
}


@media(max-width:576px){
    .banner-content h2 {
        font-size:22px;
    }
    .banner-image img{
        max-height:230px;
    }
    .banner-wrap{
        padding:20px;
    }
    .intro-icon i{
            width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 34px;
    }
    .intro-content h5{
        font-size:15px;
    }
    .intro-content p{
        font-size:14px;
    }
    .intro-wrap{
        margin-bottom:20px;
    }
    .section-heading h2{
        font-size:24px;
    }
    .section-heading{
        margin-bottom:20px;
    }
}

.product-image img {
    height: 220px;
}

.niche-part .row .col .product-card {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.niche-part .row .col .product-card:hover {
        box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
}


.fa-heart:before{
    padding: 7px;
}


.nav-list a {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.nav-list {
       display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-category-dropdown {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 99999;
}
.navbar-item dropdown {
    left: 110px;
} 

.header-form{
    border: 1px solid var(--chalk);
}


/*Additonal css*/
.page-title{
    padding: 70px 0;
    background: linear-gradient(to left, #867070, #65647C);
    text-align: center;
    color: white;
}

.page-title h2 {
    color: #fff;
}

.footer-part {
    background: #DAD4D4;
}


.content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.clearfix {
    margin-bottom: 30px;
}

.btn {
    border: 2px solid #867070;
}

.btn-style-four{
    background: #867070;
}

.btn-style-four:hover{
    background: #F5F5F5;
}


.contact-info-section .info-column .inner-column .content a{
    color:#867070;
    font-weight:500;
}

.contact-info-section .info-column .inner-column{
    background: white;
    padding: 2em;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom:1em;
}
.contact-form-img .image-column .inner-column .image img{
    width:100%;
    margin-bottom:2em;
}

.contact-form-img .contact-form .form-control:focus{
        border-color: #867070;
        background-color:white;
}

.btn-style-four:before{
        background:linear-gradient(to right, rgb(92 79 79) 0%, rgb(218 212 212) 100%);
}

.btn-style-four:hover{
    border-color: #867070;
}
.backtop{
    background:#867070;
    webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.backtop:hover{
        background-color: #594c4c;
}


@media(max-width:991px){
    .contact-form-img .image-column .inner-column .image img{
        display:none;
    }
}
.banner-category-list{
    border-bottom:1px solid #ececec;
}
.category-close i{
    border:1px solid #ececec;
}



.megamenu{
    padding:20px 15px;
    width:350px;
}



.single-banner{
    padding:40px;
}
.single-banner::before{
    background:-webkit-gradient(linear, right top, left top, from(rgb(134 112 112)), to(rgb(102 101 124)));
    background:linear-gradient(to left, #867070, #65647C);
}

@media(max-width: 767px){

    .single-banner{
        padding:30px;
    }
    
}

.dropdown-megamenu{
    position:relative;
}
.dropdown-megamenu:hover .megamenu{
    left:0px;
}
.dropdown-megamenu .megamenu{
    transform:unset;
    -webkit-transform:unset;
}

.pagination .active .page-link {
    background: #867070;
}

.banner .breadcrumb__text {
    background: linear-gradient(to left, #867070, #65647C);
    padding: 50px 10px;
    border-radius: 10px;
    text-align: center;
}

.h6{
    color: #fff!important;
    font-size: 38px;
}

.banner .breadcrumb-right{
    display: flex;
    flex-direction: row-reverse;
    padding-top: 20px;
}

.form-group{
    margin-bottom: 10px;
}

.box{
    margin: 0 20px;
}

.section-heading .all{
    background: linear-gradient(to left, #867070, #65647C);
    padding: 50px 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.last{
    margin-bottom: 0;
}

.form-control {
    height: 50px;
}

.form-group textarea{
    height: 170px;
}

.form-group{
    margin-bottom: 25px;
}
.contact-form-img .image-column .inner-column .image img{
        height: 400px;
        object-fit: cover;
}

.faq-que button:hover{
    color: #867070;
}

.top-header{
    display: flex;
    flex-wrap: nowrap;
}

.footer-copytext a:hover {
    color: #2CA6DA;
}



/*ABOUT*/



.about-content h2 {
    margin-bottom: 25px
}

.about-content p {
    margin-bottom: 40px
}

.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-list li {
    padding-left: 30px;
    border-left: 1px solid var(--border)
}

.about-list li:first-child {
    border-left: 0px;
    padding-left: 0px
}

.about-list li h3 {
    margin-bottom: 5px
}

.about-list li h6 {
    font-weight: 400;
    color: var(--text);
    text-transform: capitalize
}

.about-img {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 50px
}

.about-img img {
    width: 100%;
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
}

.about-testimonial {
    background: url(../images/testimonial-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 70px
}

.testi-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px
}

.testi-img {
    margin-right: 80px;
    border-radius: 50%;
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow)
}

.testi-img img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid var(--white)
}

.testi-quote {
    width: 600px
}

.testi-quote i {
    font-size: 50px;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 30px
}

.testi-quote p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px
}

.testi-quote h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.testi-quote h6 {
    font-weight: 400;
    color: var(--text)
}

.about-choose {
    margin-bottom: 75px
}

.choose-card {
    margin: 25px 15px
}

.about-brand {
    background: var(--green-chalk);
    padding: 90px 0px 100px
}

.brand-slider li {
    margin: 0px 10px;
    padding: 20px 0px;
    border-radius: 8px;
    background: var(--white)
}

.brand-slider li img {
    width: 100%
}

.team-slider li {
    margin: 0px 12px
}

.team-slider .dandik,
.team-slider .bamdik {
    top: 40%
}

@media (max-width: 575px) {
    .about-list li {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .testi-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testi-img {
        margin-right: 0px
    }

    .testi-quote {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .testi-img {
        margin-right: 50px
    }

    .testi-quote {
        width: 100%
    }
    
    .banner-image img {
        max-height: 185px;
    }


}

@media (max-width: 991px) {
    .about-list {
        margin-bottom: 30px
    }

    .about-img {
        margin-left: 0px
    }
}



#preloader{
    background: white;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 200;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:20px;
    display:none;
}

#loader>div{
    background: #020202;
}

#loader {
    position : relative;
    width    : 6px;
    height   : 6px;
    padding  : 0;
    display  : inline-block;
}

#loader>div {
    content       : "";
    background    : #666;
    width         : 6px;
    height        : 6px;
    position      : absolute;
    top           : 0;
    left          : 0;
    border-radius : 50%;
}

#loader>div:nth-of-type(1) {
    left : 15px;
}

#loader>div:nth-of-type(3) {
    left : -15px;
}


/* dots fade */
.dots-fade>div {
    -webkit-animation : dots-fade 1.6s infinite ease;
    animation         : dots-fade 1.6s infinite ease;
    animation-delay   : 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    animation-delay : 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    animation-delay : 0s;
}

@-webkit-keyframes dots-fade {
    0% {
        opacity : 1;
    }

    40% {
        opacity : 0.2;
    }

    80% {
        opacity : 1;
    }
}

@keyframes dots-fade {
    0% {
        opacity : 1;
    }

    40% {
        opacity : 0.2;
    }

    80% {
        opacity : 1;
    }
}

#preloader img{
    height:60px;
}

.dropdown-arrow::before{
    font-family:'Font Awesome 5 Free';
}

.new-slider .slick-slide{
    margin:0 5px;
}
.testimonial-slider .dandik:before, .testimonial-slider .bamdik:before{
    font-family:'Font Awesome 5 Free';
}

.testimonial-slider .slick-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:768px){
    .about-img{
        grid-template-columns: 1fr 1fr; 
    }
}

@media(max-width:576px){
    .about-img{
        grid-template-columns: 1fr; 
        height: auto;
    }
}

.inner-section{
    margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
 
    .inner-section{
        margin-bottom: 40px;
    }

}

@media (max-width: 768px){
    .new-slider li{
        margin: 0;
    }
}

@media (max-width: 768px){
    .footer-bottom {
        padding: 10px;
        margin-bottom: 40px;
    }
    
    .section-heading .all{
        padding: 20px 5px;
    }
    
    .section-heading{
        margin-bottom: 25px;
    }
    
    .section .niche-part{
        padding-top: 30px!important;
    }
}

.origami{
    color: #01B490;
}

@media(max-width:465px){
  .section-heading .all{
        padding: 10px 5px;
    }
    
    .section-heading{
        margin-bottom: 15px;
    }
}



