/*
Theme Name: Niera Shoes
Description: Specific styles of the theme relative ti this website.
*/

/*General*/
@media (max-width: 767px){
    .home .main-section:not(.setion-hero) .container{
        width: 100%;
    }

    .home .product > a{
        display: table;
        margin: auto;
    }
}

.single-post .post-title h3,
.copyright-note,
.sidebar-widget-title,
.fb-sc-text-1,
.woocommerce-cart .cart_totals h2,
.faq-page .faq-question h3,
table.cart th,
table.cart td,
table.shop_table th,    
table.shop_table td,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h6,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h5,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h4,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h3,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h2,
.page-template-default:not(.home):not(.woocommerce-page) .page-container h1,
.page-template-default:not(.home):not(.woocommerce-page) .page-container li::marker{
    color: #6b6b6b;
}
/*General*/

/*Static, template and archive pages*/

.page-template-default:not(.home):not(.woocommerce-page) .page-container a,
.template-page-wrapper .page-container a{
    font-weight: 600;
}

.page-template-default:not(.home):not(.woocommerce-page) h6,
.page-template-default:not(.home):not(.woocommerce-page) h5,
.page-template-default:not(.home):not(.woocommerce-page) h4,
.page-template-default:not(.home):not(.woocommerce-page) h3,
.page-template-default:not(.home):not(.woocommerce-page) h2{
    margin-top: 30px;
}

@media (max-width: 767px){
    .dp-table-l-1{
        width: 620px !important;
    }
}
/*Static, template and archive pages*/

/*Header*/
#header-user-menu{
    right: 0;
}

#header-user-menu.do-ls-visible{
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px){
    #header-user-menu > ul{
        z-index: 1000;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

    #header-user-menu > ul,
    #main-navbar .dropdown-menu{
        box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.09);
    }

    #header-user-menu > ul li a{
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
}

@media (max-width: 991px){

    .woo-search-icon,
    .nav-phone,
    .nav-woo-user,
    #site-header .nav-wishlist{
        float: right;    
        margin-right: 12px;
        margin-top: 12px;
    }

    .home .woo-search-icon,
    .home .nav-phone,
    .home .nav-woo-user,
    .home #site-header .nav-wishlist{
        margin-top: 7px;
    }
    
    .woo-search-icon{
        font-size: 23px;
        padding: 0 5px;
    }
}

/*Header*/

/*Section hero*/

.sh-sub-topic{
    /* color: #6B6B6B; */
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 30px;
    font-weight: 400;
}

.pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic{ font-size: 25px; }

.pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{ font-size: 20px; }

.sh-topic{
    /* color: #7E7E7E; */
    color: #8C6868;
    line-height: 0.94;
}

.sh-slide{
    max-height: 867px;
    width: 100%;
}

.pg-home .setion-hero.sh-slide-count-2 .sh-s-container {
    margin: 0 45px 90px;
    overflow: hidden;
} 

.pg-home .setion-hero.sh-slide-count-3 .sh-s-container{
    overflow: hidden;
    margin: 0 30px 70px;
}

.sh-slide:nth-child(n+4){
    display: none;
}

.sh-text{
    /* max-width: 510px; */
    margin: auto;
}

.setion-hero .sh-frill{ display: none !important; }

@media (min-width: 768px){
    .pg-home .setion-hero.sh-slide-count-3,
    .pg-home .setion-hero.sh-slide-count-2{
        display: flex;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-slide{ width: 50%; }

    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        width: calc( 100% / 3 );
        height: 245px;
    }
}

@media (min-width: 992px){

    .sh-topic{
        font-size: 80px;
    }

    .sh-slide:after {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.2);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .sh-text{
        /* margin-left: 380px; */
    }

    .sh-sub-topic{
        margin-left: 8px;
    }

    .sh-button{
        margin-left: 6px;
        margin-top: 12px;
    }

    .setion-hero .owl-nav .owl-prev{
        left: 50px;
    }

    .setion-hero .owl-nav .owl-next{
        right: 26px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        height: 345px;
    }
}

@media (min-width: 1200px){
    .sh-slide{
        height: calc( 100vh - 80px );
    }

    .sh-text{
        /* margin-left: 430px; */
    }

    .sh-sub-topic{ margin-left: 15px; }

    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic{
        margin-left: 8px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic,
    .pg-home .setion-hero.sh-slide-count-3 .sh-button{
        margin-left: 5px;
    }

    .sh-topic{
        line-height: 1.04;
        font-size: 140px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-topic{ font-size: 100px; }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-topic{
        font-size: 70px;
        line-height: 0.99;
    }

    .sh-button{
        margin-left: 10px;
        margin-top: 20px;
    }

    .setion-hero .owl-nav .owl-prev{ left: 90px; }

    .setion-hero .owl-nav .owl-next{ right: 60px; }

    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        height: 550px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-button{
        margin-top: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px){
    .sh-slide{
        max-height: 650px;
    }
}

@media (min-width: 1366px) {
    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        height: 515px;
    }
}

@media (min-width: 1400px) {
    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        height: 560px;
    }
}

@media (min-width: 1920px) {
    .pg-home .setion-hero.sh-slide-count-3 .sh-slide{
        height: 700px;
    }
}

@media (max-width: 1679px){
    .pg-home .setion-hero.sh-slide-count-2 .sh-topic {
        font-size: 80px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-topic{
        font-size: 52px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic {
        margin-left: 5px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-button,
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{
        margin-left: 4px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic {
        font-size: 22px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{
        font-size: 15px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-button a{
        min-width: 170px;
        max-width: 170px;
        font-size: 17px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-s-container,
    .pg-home .setion-hero.sh-slide-count-2 .sh-s-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 1365px){
    .pg-home .setion-hero.sh-slide-count-3 .sh-s-container,
    .pg-home .setion-hero.sh-slide-count-2 .sh-s-container {
        margin-bottom: 35px;
    }
}

@media (max-width: 1199px){
    .sh-slide{
        min-height: 450px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-topic {
        font-size: 55px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-topic{
        font-size: 35px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic {
        font-size: 14px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{
        font-size: 11px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-s-container,
    .pg-home .setion-hero.sh-slide-count-2 .sh-s-container{
        margin: 0 25px 30px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic {
        margin-left: 4px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{
        margin-left: 2px;
    }
}

@media (max-width: 991px){
    .sh-slide{
        min-height: 345px;
    }
    
    .sh-topic {
        font-size: 60px;
    }

    .sh-sub-topic{
        font-size: 15px;
    }

    .sh-text{
        /* margin-left: 295px; */
        max-width: 350px;
    }

    .sh-button {
        margin-top: 8px;
    }

    .setion-hero .owl-carousel .owl-prev{
        left: 30px;
    }

    .setion-hero .owl-carousel .owl-next{
        right: 7px;
    }

    .pg-home .setion-hero.sh-slide-count-2 .sh-topic {
        font-size: 38px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-topic{
        font-size: 25px;
    }
    
    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic {
        font-size: 10px;
        margin-left: 3px;
    }
    
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic{
        margin-left: 1px;
        font-size: 8px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-s-container,
    .pg-home .setion-hero.sh-slide-count-2 .sh-s-container {
        margin: 0 21px 30px;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-button a {	
        min-width: 110px;	
        max-width: 110px;	
        font-size: 12px;	
        padding: 7px;	
    }
}

@media (max-width: 767px){
    .sh-slide{
        min-height: calc( 100vh - 60px - 90px );
        background-image: none;
        align-items: flex-end;
    }

    .sh-frill{
        display: none;
    }
    
    .sh-s-container{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .sh-text{
        margin: auto;
        max-width: none;
        position: relative;
        bottom: 0px;
        z-index: 1;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sh-text:after{
        left: -15px;
        right: -15px;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: rgba(248, 243, 247, 0.85);
        position: absolute;
        content: "";
    }

    .sh-topic,
    .pg-home .setion-hero.sh-slide-count-3 .sh-topic,
    .pg-home .setion-hero.sh-slide-count-2 .sh-topic{
        font-size: 50px;
        line-height: 1.04;
        padding-right: 35px;
    }

    .sh-sub-topic,
    .pg-home .setion-hero.sh-slide-count-3 .sh-sub-topic,
    .pg-home .setion-hero.sh-slide-count-2 .sh-sub-topic{
        font-size: 17px;
    }

    .setion-hero .owl-carousel .owl-next{
        right: 10px;
    }

    .setion-hero .owl-dots{
        bottom: 10px;
    }

    .setion-hero .owl-nav > button{
        top: 32%;
    }

    .pg-home .setion-hero.sh-slide-count-3 .sh-s-container,
    .pg-home .setion-hero.sh-slide-count-2 .sh-s-container {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .pg-home .setion-hero.sh-slide-count-1 .sh-text{
        text-align: center;
    }
}
/*Section hero*/

/*Section testimonials*/

.st-slide{
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.06);
}

.section-testimonials .owl-carousel .owl-item{
    padding: 13px;
}

.section-testimonials .owl-nav button{
    top: 37%;
}

.st-ci-image-l-1{
    width: 60px;
    height: 60px;
    border: 1px solid #959595;
}

.st-ci-job{
    font-size: 13px;
    margin-bottom: 1px;
}

.st-ci-rating i{
    font-size: 12px;
    color: #FFDA1A;
    margin-right: 1px;
}

.st-ci-name,
.st-ci-job{
    line-height: 1;
}

.st-testimonial-text{
    /*-webkit-line-clamp: 4;*/
}

@media (min-width: 768px){

    .st-topic{
        width: 270px;
    }

    .section-testimonials .owl-carousel{
        margin-left: -13px;
        margin-right: -13px;
    }

    .st-ci-image{
        margin-right: 10px;
    }

    .section-testimonials .owl-nav button {
        top: 50%;
        transform: translateY(-50%);
    }

    .section-testimonials .owl-nav .owl-next{
        transform: translateY(-50%) rotateZ(180deg);
    }

    .section-testimonials .owl-nav .owl-prev{
        left: -1px;
    }
}

@media (min-width: 992px){

    .section-testimonials-l-1{
        /*max-width: 750px;*/
        max-width: 690px;
    }

    .st-slide{
        padding: 30px 38px;
        min-height: 210px;
    }

    .st-ci-name{
        margin-bottom: 4px;
    }

    .st-testimonial-text p{
        font-size: 13px;
    }

    .st-client-info{
        margin-bottom: 15px;
    }

    .section-testimonials .owl-nav .owl-prev{
        /*left: 17px;*/
        left: -5px;
    }

    .section-testimonials .owl-nav .owl-next{
        right: -6px;
    }

    .st-topic{
        width: 595px;
    }

}

@media (min-width: 1200px){

    .section-testimonials{
        height: 600px;
    }

    .section-testimonials .owl-carousel{
        max-width: 940px;
    }

    .section-testimonials-l-1{
        max-width: 880px;
    }

    .section-testimonials .owl-nav .owl-prev{
        /*left: 5px;*/
        left: -25px;
    }

    .section-testimonials .owl-nav .owl-next{
        right: -23px;
    }

    .st-topic{
        margin-bottom: 25px !important;
    }

    .st-ci-name{
        font-size: 21px;
    }

    .st-testimonial-text p{
        font-size: 14px;
        line-height: 1.6;
    }

    .st-client-info{
        margin-bottom: 18px;
    }
}

@media (min-width: 1440px){

    .section-testimonials-l-1{
        max-width: 1030px;
    }
}

@media (min-width: 1660px){
    .section-testimonials{
        height: 725px;
    }
}

@media (max-width: 1199px){
    .section-testimonials{
        min-height: 420px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px){
    .section-testimonials{
        background-position: 120% center;
    }

    .section-testimonials .owl-carousel{
        /*max-width: 450px;*/
        max-width: 510px;
    }

    .section-testimonials .owl-nav .owl-prev{
        /*left: 20px;*/
    }

    .section-testimonials .owl-nav .owl-next{
        right: -2px;
    }

    .st-topic{
        margin-bottom: 10px !important;
    }

    .st-client-info{
        margin-bottom: 15px;
    }

    .st-ci-name{
        margin-bottom: 2px;
    }
}

@media (max-width: 767px){
    .section-testimonials{
        background-image: none !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .st-topic{
        margin-bottom: 15px !important;
    }

    .section-testimonials .owl-nav button{
        top: 89px;
    }

    .st-slide{
        padding: 0 50px;
        box-shadow: none;
    }

    .st-client-info{
        flex-direction: column;
    }

    .st-ci-image{
        margin-bottom: 10px;
    }

    .st-ci-text{
        text-align: center;
        padding: 0 20px;
    }

    .st-testimonial-text{
        -webkit-line-clamp: 6;
    }

    .st-testimonial-text p{
        font-size: 13px;
        text-align: center;
    }

    .section-testimonials .owl-carousel .owl-item{
        padding: 0px 1px;
    }

    .section-testimonials .owl-nav .owl-prev{
        left: 13px;
    }

    .section-testimonials .owl-nav .owl-next{
        right: -7px;
    }
}

@media (min-width: 768px) and (max-width: 2499px){

    .section-testimonials .container:after{
        background-image: linear-gradient( 90deg, #fff 68%, transparent 86%);
        z-index: -1;
    }
}

@media (min-width: 1200px) and (max-height: 800px){
    .section-testimonials{
        height: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px){

    .st-slide{
        padding: 20px 40px;
    }
    
}

@media (min-width: 1920px) and (min-height: 1024px) and (max-height: 1079px){
    .section-testimonials{
        height: 730px;
    }

    .section-testimonials .owl-carousel{
        max-width: 950px;
    }
}
/*Section testimonials*/

/*Section faq*/
.section-faq-l-1{
    margin-left: auto;
    max-width: 830px;
    padding-top: 57px;
    padding-bottom: 50px;
}

.sfaq-topic{
    margin-bottom: 40px !important;
}

.sfaq-single{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
}

.sfaq-question{
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
}

.sfaq-answer{
    -webkit-line-clamp: 4;
}

.sfaq-answer p{
    font-size: 15px;
    line-height: 1.6;
}

.sfaq-link,
.sfaq-link:after{
    font-size: 18px;
    /* color: #BD8BA5; */
}

.sfaq-link,
.sfaq-link:after
.sfaq-link:hover,
.sfaq-link:hover:after{
    /* color: #e7a5c7; */
}

.sfaq-link{
    padding-right: 32px;
    margin-top: 18px;
    line-height: 1;
}

.sfaq-link:after{
    content: "\f061";
    right: 0;
}

@media (min-width: 992px){

    .sfaq-single{
        width: calc( 50% - 8px );
    }

    .sfaq-single:nth-child(odd){
        margin-right: 16px;
    }

    .sfaq-single:nth-last-child(n+3) {
        margin-bottom: 16px;
    }
}

@media (min-width: 1440px){
    .section-faq{
        height: 800px;
    }
}

@media (max-width: 1199px){
    .section-faq{
        background-image: none !important;
        padding-top: 7px;
    }

    .section-faq-l-1{
        max-width: none;
    }
}

@media (max-width: 991px){
    .sfaq-single{
        padding: 25px;
        width: 100%;
    }

    .sfaq-single:not(:last-child){
        margin-bottom: 16px;
    }
}

@media (max-width: 767px){
    .section-faq{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section-faq-l-1{
        padding-top: 7px;
        padding-bottom: 0px;
    }

    .sfaq-topic{
        margin-bottom: 30px !important;
    }

    .sfaq-faq{
        display: block;
    }

    .sfaq-single:nth-child(n+3){
        display: none;
    }

    .sfaq-single:nth-child(2){
        margin-bottom: 0;
    }

    .sfaq-question{
        font-size: 18px;
    }

    .sfaq-answer p{
        font-size: 13px;
    }

    .sfaq-link{
        font-size: 14px;
        padding-right: 25px;
        display: table;
        margin-right: auto;
        margin-left: auto;
    }

    .sfaq-link:after{
        font-size: 13px
    }
}

@media (max-width: 374px){
    .section-faq{
        padding-top: 27px;
        padding-bottom: 20px;
    }

    .sfaq-single{
        padding: 19px;
    }

    .sfaq-question{
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px){
    .section-faq{
        height: 470px;
    }

    .section-faq-l-1{
        max-width: 820px;
    }

    .sfaq-single:nth-child(n+3){
        display: none;
    }

    .sfaq-single{
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) and (max-height: 800px){

    .section-faq-l-1{
        max-width: 810px;
    }

}

@media (min-width: 1920px) and (min-height: 1024px) and (max-height: 1079px){
    .section-faq{
        height: 850px
    }
}
/*Section faq*/

/*Section blogs*/
.sb-bbs-l-1{
    padding: 19px 24px;
    height: 330px;
}

.sb-topic{
    margin-bottom: 45px !important;
}

.sb-bbs-l-1.full-area-overlay:after{
    /* background-image: linear-gradient(transparent 30%, #BD8BA5 100%); */
    z-index: 0;
    opacity: 1;
}

.sb-bbs-l-1.full-area-overlay:before{
    background-image: linear-gradient(transparent 30%, #000 100%);
    z-index: 0;
    opacity: 0;
}

.sb-bbs-l-1.full-area-overlay:hover:after{
    opacity: 0;
}

.sb-bbs-l-1.full-area-overlay:hover:before{
    opacity: 0.5;
}

.sb-bbs-read-more,
.sb-bbs-read-more:after,
.sb-bbs-date,
.sb-bbs-title{
    color: #fff;
    line-height: 1;
    z-index: 1;
}

.sb-bbs-date{
    font-size: 15px;
}

.sb-bbs-title{
    font-size: 23px;
    margin-top: 2px;
    -webkit-line-clamp: 2;
}

.sb-bbs-read-more{
    font-size: 18px;
    padding-right: 25px;
    margin-top: 10px;
    width: 135px;
}

.sb-bbs-read-more:after{
    content: "\f061";
    right: 0;
    font-size: 15px;
}

.section-blogs .owl-nav .owl-prev{
    left: -7px;
}

.section-blogs .owl-nav .owl-next{
    right: -40px;
}

@media (min-width: 992px){
    .section-blogs{
        padding-top: 87px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1660px){
    .section-blogs{
        padding-top: 147px;
        padding-bottom: 140px;
    }
}

@media (max-width: 1199px){

    .section-blogs .owl-nav .owl-prev{
        left: -4px;
    }

    .section-blogs .owl-nav .owl-next{
        right: -29px;
    }
}

@media (max-width: 991px){
    .section-blogs{
        padding-top: 57px;
        padding-bottom: 50px;
    }

    .sb-topic{
        margin-bottom: 30px !important;
    }

    .section-blogs .owl-nav .owl-prev{
        left: 3px;
    }

    .section-blogs .owl-nav .owl-next{
        right: -19px;
    }
}

@media (max-width: 767px){
    .section-blogs{
        padding-top: 50px;
        padding-bottom: 45px;
        min-height: auto;
    }

    .sb-bbs-l-1{
        padding: 15px;
    }

    .sb-bbs-title{
        font-size: 20px;
    }

    .sb-bbs-date{
        font-size: 13px;
    }

    .sb-bbs-read-more{
        font-size: 14px;
        width: 110px;
    }

    .sb-bbs-read-more:after{
        font-size: 11px;
    }

    .section-blogs .owl-nav .owl-prev{
        left: 13px;
    }

    .section-blogs .owl-nav .owl-next{
        right: -7px;
    }
}
/*Section blogs*/

/*Section footer widgets*/
.footer-widgets,
.footer-widgets a{
    font-size: 16px;
}

.footer-widgets-l-1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-widgets .widget{
    z-index: 2;
    padding-right: 10px;
}

.footer-widgets .widget-menu-1{
    width: 17%;
}

.footer-widgets .widget-contact-us{
    width: 21%;
}

.footer-widgets .widget-menu-2{
    width: 25%;
}

.footer-widgets .widget-subscription{
    width: calc( 100% - 17% - 21% - 25% );
}

.footer-widgets .fw-list-item-l-0:not(:last-child){
    margin-bottom: 13px;
}

.footer-widgets .fw-list-item-l-0 i{
    margin-right: 13px;
}

.footer-widgets .fw-address > div{
    line-height: 1.6;
}

.fw-phone i{
    transform: rotateZ(90deg);
}

.widget-menu-1 .mi-my-account{
    display: none;
}

.footer-widgets .widget .menu-item > a{
    padding: 0 15px 0 0;
    display: inline-block;
}

.footer-widgets .widget .menu-item > a:focus,
.footer-widgets .widget .menu-item > a:hover{
    background-color: transparent;
}

.footer-widgets .widget .menu-item:not(:last-child){
    margin-bottom: 7px
}

.fw-ws-description{
    margin-bottom: 20px;
}

.fw-social-icons{
    margin-top: 30px;
}

.fw-single-icon:not(:last-child){
    margin-right: 20px;
}

.footer-widgets .fw-single-icon{
    font-size: 24px;
}

.sf-bg-design-left{
    left: 0;
    display: none;
}

.sf-bg-design-right{
    display: none;
    right: 0;
    transform: scaleX(-1);
}

.fw-heading {
    margin-bottom: 20px;
}

.widget-subscription .do-ls-cf-button{
    font-size: 20px;
}

.footer-bottom-l-1{
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 17px;
    padding-bottom: 17px;
}

.fb-sc-text-1,
.fb-sc-text-2{
    line-height: 1;
}

.fb-sc-text-1{
    font-size: 16px;
    margin-right: 7px;
}

.copyright-note{
    font-size: 16px;
}

.fb-sc-text-2{
    font-size: 14px;
}

.fb-sc-link > img{
    margin-right: 7px;
    width: 25px;
}

.fb-payment-options img{
    width: 180px;
}

.form-amid-submit .do-ls-loading-parent .do-ls-loading:after{
    width: 30px;
    height: 30px;
}

.form-amid-submit .do-ls-loading-parent{
    pointer-events: none;
    opacity: 0.5;
}

.form-amid-submit .do-ls-loading-parent i{
    opacity: 0
}

.fw-ws-form-msg{
    margin-top: 10px;
    font-size: 13px;
}

@media (min-width: 768px){

    .widget-subscription .do-ls-cf-simple-text,
    .widget-subscription .do-ls-cf-button{
        height: 50px;
    }

    .widget-subscription .do-ls-cf-simple-text{
        width: 265px;
    }

    .widget-subscription .do-ls-cf-button{
        width: 50px;
    }

}

@media (min-width: 1200px){

    .fw-ws-description{
        padding-right: 85px;
    }
}

@media (max-width: 1199px){
    .footer-widgets .widget-menu-1{
        width: 14%;
    }
}

@media (max-width: 991px){

    .footer-widgets .widget-menu-1,
    .footer-widgets .widget-contact-us,
    .footer-widgets .widget-menu-2,
    .footer-widgets .widget-subscription{
        width: 50%;
    }

    .footer-widgets-l-1 .widget:nth-child(1),
    .footer-widgets-l-1 .widget:nth-child(2){
        margin-bottom: 25px;
    }

    .sf-bg-design-right,
    .sf-bg-design-left{
        display: none;
    }

    .footer-bottom-l-1{
        flex-direction: column;
    }

    .fb-site-creater,
    .copyright-note,
    .fb-payment-options{
        justify-content: center;
        text-align: center;
    }

    .fb-site-creater{
        margin-bottom: 13px !important;
    }
}

@media (max-width: 767px){
    .footer-widgets .widget-menu-1,
    .footer-widgets .widget-contact-us,
    .footer-widgets .widget-menu-2,
    .footer-widgets .widget-subscription {
        width: 100%;
    }

    .footer-widgets-l-1{
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer-widgets-l-1 .widget:nth-child(1),
    .footer-widgets-l-1 .widget:nth-child(2),
    .footer-widgets-l-1 .widget:nth-child(3){
        margin-bottom: 20px;
    }

    .fw-heading h3{
        font-size: 20px;
    }

    .footer-widgets,
    .footer-widgets a {
        font-size: 13px;
    }

    .fw-heading{
        margin-bottom: 12px;
    }

    .footer-widgets .fw-list-item-l-0:not(:last-child){
        margin-bottom: 11px;
    }

    .footer-widgets .fw-address > div > br{
        display: none;
    }

    .fw-ws-form .do-ls-cf-element-wrapper{
        height: 41px;
    }

    .fw-ws-form .do-ls-cf-element-wrapper:nth-child(1){
        width: 84%;
        width: 100%;
    }

    .fw-ws-form .do-ls-cf-element-wrapper:nth-child(2){
        width: 16%;
    }

    .fw-ws-form .do-ls-cf-element-wrapper input,
    .fw-ws-form .do-ls-cf-element-wrapper button{
        width: 100%;
        height: 100%;
    }

    .fw-social-icons{
        justify-content: center;
        margin-top: 15px;
    }

    .fw-single-icon:not(:last-child){
        margin-right: 30px;
    }

    .footer-bottom-l-1{
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .fb-sc-text-1{
        font-size: 13px;
    }

    .fb-sc-text-2,
    .copyright-note{
        font-size: 12px;
    }
}

@media (max-width: 374px){

    .fw-ws-form .do-ls-cf-element-wrapper:nth-child(1){
        width: 84%;
    }
}

@media (min-width: 768px) and (max-width: 1199px){

    .fw-ws-description{
        padding-right: 45px;
    }
}
/*Section footer widgets*/

/*Section new arrivals*/

.sna-products{
    margin-top: 15px;
}

.sps-style-1 .owl-carousel .owl-prev{
    left: -1px;
}

.sps-style-1 .owl-carousel .owl-next{
    right: -30px;
}

.sps-style-1 .product img{
    width: 100%;
    height: 100%;
}

.section-product-slider .do-ls-stt-2{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .sps-style-1{
        padding-top: 65px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px){

    .sps-style-1 .owl-carousel .owl-next{
        right: -24px;
    }
}

@media (max-width: 991px){
    .sps-style-1 .owl-carousel .owl-prev{
        left: 7px;
    }

    .sps-style-1 .owl-carousel .owl-next{
        right: -12px;
    }
}

@media (max-width: 767px){
    .section-collection-categories,
    .sps-style-1{
        padding-bottom: 35px !important;
    }

    .sps-style-1 .owl-carousel .owl-prev{
        left: 9px;
    }

    .sps-style-1 .owl-carousel .owl-next{
        right: -10px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px){
    .sps-style-1{
        min-height: 650px;
    }
}
/*Section new arrivals*/

/*Product carousel sections*/

.sps-button{
    margin-top: 10px;
}

.sps-bg-img{
    width: 25%;
    min-height: 100%;
}

.sps-style-1 .owl-nav button,
.sps-style-2 .owl-nav button{
    top: 35%;
}

.sps-products{
    width: 100%;
}

.home .sps-products .product img{
    height: 100%;
    width: 100%;
}

@media (min-width: 992px){

    .sps-products .owl-carousel .owl-prev{
        left: -2px;
    }

    .sps-products .owl-carousel .owl-next{
        right: -30px;
    }
}

@media (min-width: 1200px){

    .sps-button-mobile{
        display: none;
    }

    .sps-title-section{
        width: 25%;
    }

    .sps-title-section-left .container,
    .sps-title-section-right .container{
        width: calc( 1170px - 303px );
    }
    .sps-title-section-left .container{
        margin-left: calc( 25% - 280px );
    }

    .sps-title-section-right .container{
        margin-right: calc( 25% - 280px );
    }

    .sps-title-section-left .sps-bg-img{
        transform: scaleX(-1) translateY(-50%);
    }

    .sps-topic{
        max-width: 380px;
        -webkit-line-clamp: 3;
    }

    .sps-title-section-right .sps-topic{
        left: 10%;
    }

    .sps-title-section-right .sps-button-desktop{
        left: 10%;
    }

    .sps-title-section-left .sps-topic,
    .sps-title-section-left .sps-button-desktop{
        max-width: 270px;
        margin-left: auto !important;
        margin-right: 25px !important;
    }
}

@media (max-width: 1199px){

    .sps-bg-img{
        display: none;
    }

    .sps-style-2{
        padding: 50px 0;
        flex-direction: column-reverse;
    }

    .sps-style-2 .container{
        flex-direction: column-reverse;
    }

    .sps-topic{
        margin-bottom: 15px;
    }

    .sps-button{
        margin-top: 15px;
    }

    .sps-button-desktop{
        display: none;
    }

    .sps-button-mobile{
        margin-top: 20px;
    }

    .sps-products .owl-carousel .owl-next{
        right: -30px;
    }
}

@media (max-width: 991px){
    .sps-products .owl-carousel .owl-prev{
        left: 7px;
    }

    .sps-products .owl-carousel .owl-next{
        right: -18px;
    }

    .sps-style-2{
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px){
    .sps-products .owl-carousel .owl-prev{
        left: 9px;
    }

    .sps-products .owl-carousel .owl-next{
        right: -10px;
    }

    .sps-products .owl-dots{
        bottom: -65px;
    }

    .sps-button-mobile{
        margin-top: 5px;
    }
}

@media (max-width: 1199px) and (orientation: portrait){
    .sps-products{
        width: 100%;
    }
}

/*Product carousel sections*/

/*Section work wear*/
.sps-style-2{
    padding: 50px 0 65px;
}

@media (min-width: 1660px){
    .sps-style-1,
    .sps-style-2{
        padding: 100px 0 115px;
    }
}

@media (max-width: 1199px){
    .sps-style-2{
        padding: 50px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .sps-style-2 .sps-products .owl-carousel .owl-next{
        right: -24px;
    }
}
/*Section work wear*/

/*Section collections*/
.section-collection-categories .scc-slide-single{
    margin-top: 20px;
}

.scc-topic{
    margin-bottom: 20px !important;
}

body:not(.home) .scc-topic{
    margin-bottom: 50px !important;
}

.scc-ss-img{
    height: 400px;
}

li.product img{
    position: relative;
    border: none;
}

.scc-ss-img,
li.product .do-ls-woo-prod-item-img-wrapper img,
.do-ls-wp-gallery li.product .attachment-woocommerce_thumbnail,
.collections-page .cp-cat-img{
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.scc-ss-img:after,
li.product .do-ls-woo-prod-item-img-wrapper:after,
.collections-page .cp-cat-single .cp-cat-img:after{
    background-color: transparent;
}

li.product a:hover .do-ls-woo-prod-item-img-wrapper:after,
.scc-slide-single:hover .scc-ss-img:after,
.collections-page .cp-cat-single:hover .cp-cat-img:after{
    background-color: rgba(255, 255, 255, 0.20);
}

.collections-page .cp-cat-title,
.scc-ss-title{
    -webkit-line-clamp: 2;
}

.scc-ss-title{
    margin-top: 12px;
    font-size: 19px;
    color: #000;
}

.section-collection-categories .owl-carousel .owl-prev{
    left: 0px;
}

.section-collection-categories .owl-carousel .owl-next{
    right: -30px;
}

@media (min-width: 992px){
    .section-collection-categories{
        padding-top: 77px;
        padding-bottom: 70px;
    }

    body:not(.home) .scc-topic{
        padding-left: 135px;
        padding-right: 135px;
    }
}

@media (min-width: 1660px){
    .section-collection-categories{
        padding-top: 107px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px){
    .section-collection-categories{
        padding: 60px 0 45px;
    }

    .scc-topic{
        margin-bottom: 15px !important;
    }

    .scc-ss-img{
        height: 280px;
    }
}

@media (max-width: 991px){
    .section-collection-categories .owl-carousel .owl-prev{
        left: 7px;
    }

    .section-collection-categories .owl-carousel .owl-next{
        right: -17px;
    }

    .scc-ss-img{
        height: 300px;
    }

    body:not(.home) .scc-topic{
        margin-bottom: 40px !important;
    }
}

@media (max-width: 767px){

    .scc-ss-img{
        height: 450px;
        width: 100%;
        margin: auto;
    }

    .section-collection-categories .owl-carousel .owl-prev{
        left: 9px;
    }

    .section-collection-categories .owl-carousel .owl-next{
        right: -10px;
    }

    body:not(.home) .scc-topic{
        margin-bottom: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .section-collection-categories .owl-carousel .owl-next{
        right: -21px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){

    .scc-ss-title{
        font-size: 16px;
    }
}
/*Section collections*/

/*Section instagram feed*/
.section-instagram-feed{
    padding: 50px 0 0;
    margin-bottom: 10px;
}

.section-instagram-feed #sb_instagram{
    margin-top: 20px;
    padding: 0 !important
}

#sb_instagram #sbi_images{
    padding-bottom: 0 !important
}
/*Section instagram feed*/

/*Page FAQs*/

.faq-page .faq-question h3,
.faq-page .faq-answer{
    padding-left: 30px;
}

.faq-page .faq-question h3:before{
    content: "\f192";
    left: 0;
    top: 3px;
    font-size: 20px;
}

.faq-question-wrapper:not(:last-child){
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.faq-page .faq-answer{
    margin-top: 5px;
}

@media(min-width: 768px){

    .faq-page .faq-question h3,
    .faq-page .faq-answer{
        padding-right: 15px;
    }
}

@media(max-width: 767px){
    .faq-page .faq-question h3{
        font-size: 20px;
    }

    .faq-page .faq-answer{
        font-size: 13px;
        margin-top: 10px;
    }

    .faq-page .faq-question h3:before{
        top: 1px;
    }
}
/*Page FAQs*/

/*Page testimonials*/
.testimonials-page .st-slide{
    box-shadow: 0px 0px 1px 1px rgba(189, 139, 166, 0.2);
}
    
.testimonials-page .st-slide:not(:last-child){
    margin-bottom: 20px;
}

.testimonials-page .st-ci-name{
    margin-bottom: 6px;
}

.testimonials-page .st-ci-job{
    margin-bottom: 3px;
}

@media (min-width: 768px) {
    .testimonials-page .st-slide{
        padding: 30px;
        display: flex;
        align-items: center;
    }

    .testimonials-page .st-client-info{
        border-right: 2px solid rgba(189, 139, 166, 0.3);
        width: 20%;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .testimonials-page .st-ci-image-l-1{
        width: 80px;
        height: 80px;
    }

    .testimonials-page .st-testimonial-text{
        width: 80%;
        margin-left: 30px;
    }

    .testimonials-page .st-ci-image{
        margin-bottom: 10px;
        margin-right: 0;
    }

    .testimonials-page .st-ci-job,
    .testimonials-page .st-ci-rating,
    .testimonials-page .st-ci-name{
        text-align: center;
    }
}

@media (max-width: 767px){

    .testimonials-page .st-client-info{
        border-bottom: 2px solid rgba(189, 139, 166, 0.3);
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
}	
/*Page testimonials*/

/*Page delivery*/
.delivery-page .dp-description{
    font-size: 17px;
}

.delivery-page .dp-table{
    margin-top: 30px;
}

.delivery-page .dp-table .dp-th,
.delivery-page .dp-table .dp-td{
    padding: 15px;
}

.delivery-page .dp-table .dp-th:first-child{
    width: 60%
}

.delivery-page .dp-table .dp-th{
    color: #fff;
}

.delivery-page .dp-table thead,
.delivery-page .dp-table tbody{
    border: 1px solid;
}

.delivery-page .dp-table tbody tr:not(:last-child){
    border-bottom: 1px solid;
}

.delivery-page .dp-table tbody,
.delivery-page .dp-table tbody tr{
    border-color: rgb(149, 149, 149, 0.25) !important;
}

@media (min-width: 768px) and (max-width: 991px){
    .delivery-page .dp-table .dp-th:first-child{
        width: 58%;
    }
}

@media (max-width: 991px){
    .delivery-page .dp-table{
        font-size: 13px;
    }

    .delivery-page .dp-table .dp-th,
    .delivery-page .dp-table .dp-td{
        padding: 10px;
    }
}

/*Page delivery*/

/*Page collections*/
.collections-page .page-container{
    padding-bottom: 25px;
}

.collections-page .cp-cat-single{
    width: calc( 25% - ( 60px / 4 ) );
    margin-bottom: 20px;
}

.collections-page .cp-cat-img{
    height: 350px;
}

.collections-page .cp-cat-title{
    margin-top: 12px;
    font-size: 20px;
}

@media (min-width: 768px){

    .collections-page .cp-cat-single:not(:nth-child(4n)){
        margin-right: 20px;
    }
}

@media (max-width: 991px){
    .collections-page .cp-cat-img{
        height: 215px;
    }
}

@media (max-width: 767px){
    .collections-page .page-container{
        padding-bottom: 5px;
    }

    .collections-page .cp-cat-single{
        width: calc( 50% - 10px )
    }

    .collections-page .cp-cat-img{
        height: 210px;
    }

    .collections-page .cp-cat-single:not(:nth-child(even)){
        margin-right: 20px;
    }

    .collections-page .cp-cat-title{
        font-size: 14px;
        mask-type: 7px;
    }
}
/*Page collections*/

/*Page search results*/
.no-prods-message .npm-button a{
    min-width: 325px;
    max-width: none;
}

.no-prods-message .npm-button{
    margin-top: 25px;
}

@media(max-width: 1199px){
    .no-prods-message .npm-button a{
        min-width: 205px;
    }
}

@media(max-width: 767px){
    .no-prods-message .npm-button a{
        min-width: 185px;
    }

    .no-prods-message .npm-heading{
        font-size: 16px;
    }

    .no-prods-message .npm-button{
        margin-top: 15px;
    }

}
/*Page search results*/

/*Page contact us*/
.pg-temp-contact .contact-us-l-1{
    max-width: 850px;
    margin: 0 auto;
}
/*Page contact us*/

@media (max-width: 767px){
.sps-style-2{
    padding-top: 45px;
    padding-bottom: 35px;
}

.sps-style-1,
.section-collection-categories{
    padding-top: 55px;
    padding-bottom: 60px;
}
}

@media (max-width: 374px){
.sps-style-1,
.section-collection-categories,
.section-testimonials{
    padding-top: 40px !important;
    padding-bottom: 55px !important;
}

.sps-style-2{
    padding-top: 27px !important;
    padding-bottom: 55px !important;
}

.home .woocommerce-loop-product__title{
    padding: 0 10px;
}
}