/* style for main page */

.featured_categories_wrapper,
.featured_products_wrapper,
.new_products_wrapper,
.discounted_products_wrapper,
.page_description_wrapper,
.blog_article_wrapper{
    padding: 60px 0;
}
.banner_advantages_wrapper{
    padding: 60px 0 80px;
}

.featured_products_wrapper,
.discounted_products_wrapper,
.blog_article_wrapper{
    background-color: var(--bg-wrapper-color);
    position: relative;
    overflow: hidden;
}
.main_mountain_image{
    background-image: url('../images/mountain-image.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: auto 60%;
    /* transition: transform .2s; */
}
.discounted_products_wrapper .main_mountain_image{
    background-position: bottom left ;
}
.featured_products_wrapper .swiper-wrapper,
.discounted_products_wrapper .swiper-wrapper,
.new_products_wrapper .swiper-wrapper{
    /* padding-bottom: 48px; */
    padding-bottom: 74px;
    margin-top: 10px;
}
.featured_products_wrapper .products_list,
.discounted_products_wrapper .products_list,
.new_products_wrapper .products_list{
    padding: 0 7px;
}
.featured_products_wrapper .block__body,
.discounted_products_wrapper .block__body,
.new_products_wrapper .block__body{
    margin: 0px -7px;
}
.block__abouts_us_img {
    max-height: 500px; 
    position: sticky;
    text-align: center;
    flex: 0 0 45%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 20px;
    border-radius: 4px;
}
.block__abouts_us_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
   
  
}
.block__abouts_us .block__body{
    padding-right: 50px;
}
.banner_advantages__preview{
    border-radius: 4px;
}
.banner_group__image {
    /* height: 600px; */
    padding-bottom: 50%;
    position: relative;
}
.banner_group__image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.discounted_header_link a{
    color: #e8a54d!important;
    font-weight: bold!important;
}


.demo_panels {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 420px;
    max-width: 100%;
    z-index: 10002;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -webkit-transform .5s;
    transition: transform .5s
}

.demo_panels .demo_tabs {
    position: absolute;
    right: 100%;
    display: block;
    width: 60px;
    text-align: center;
    background: rgba(0,0,0,.1);
    top: 50%;
    transform: translate(100%, -50%);
    box-shadow: 0 2px 24px -2px rgb(0 0 0 / 14%);
    transition: transform 0.35s;
}
.demo_tabs.active{
    transform: translate(0%, -50%);
}
.demo_tabs .demo_tabs_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    min-width: 68px;
    height: 60px;
    line-height: 60px;
    background: var(--second-company);
    color: #2d2d2d;
    margin-bottom: 1px;
    padding-right: 8px;
    cursor: pointer;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform .35s,color .35s,background-color .35s;
    -ms-transition: -ms-transform .35s,color .35s,background-color .35s;
    transition: transform .35s,color .35s,background-color .35s;
}
.demo_tabs .demo_tabs_item:first-child{
    border-radius: 4px 0 0 0;
}
.demo_tabs .demo_tabs_item:last-child{
    border-radius: 0 0 0 4px;
}
.demo_tabs .demo_tabs_item:hover{
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    border-radius: 0;
}
.demo_tabs .demo_tabs_item [aria-label]:after{
    content: attr(aria-label);
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    right: 100%;
    background: var(--second-company);
    color: #ababab;
    width: max-content;
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
    box-shadow: 0 2px 24px -2px rgb(0 0 0 / 14%);
    border-radius: 4px 0 0 4px;
}
.demo_tabs .demo_tabs_item:hover [aria-label]:after{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}


.page_progress_wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.page_progress {
    background-color: var(--basic-company);
    width: 0%;
    height: 5px;
    transition: all linear 0.1s;
    border-radius: 0px 2px 2px 0px;
}



body::-webkit-scrollbar,
.autocomplete-suggestions::-webkit-scrollbar{
    width: 12px;
}
body::-webkit-scrollbar-thumb,
.autocomplete-suggestions::-webkit-scrollbar-thumb{
    background: var(--basic-company);
    border-radius: 4px;
}
body::-webkit-scrollbar-track,
.autocomplete-suggestions::-webkit-scrollbar-track{
    border-radius: 1px;
}


.blog_page .article_list_grid{
    grid-template-columns: repeat(3, 1fr);
}
.article_list_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
    column-gap: 24px;
}
.article_list_grid .article_item{
    background-color: #EDEDED;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 160%;
    box-shadow: 0 5px 10px #aaaaaa52;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    position: relative;
    transition: background-size 0.4s;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    padding-bottom: 120%;

}
.article_list_grid .article_item:hover {
    background-size: 170%;
}
.article_list_grid .article_item::before{
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.article_item_info {
    position: absolute;
    bottom: 15px;
}

.block--cart_purchases,
.auth_wrapper,
.wishlist_page,
.comparison_page{
    box-shadow: 0 5px 10px #aaaaaa52;
    border-radius: 4px;
}
.content_about-us{
    display: flex;
    /* row-gap: 20px; */
    
}
.block__description{
   padding-right: 50px;
   flex: 0 0 70%;
   
}
.content_about-us .banner_image{
    flex: 0 0 30%;
    position: sticky;
    top: 10px;
    height: 100%;
}
.banner_image img{
    max-width: 100%;
    border-radius: 4px;
}
.block__body .row{
    display: flex;
    align-items: center;
}


.product_comments .form__title::before{
    content: none;
}
.block--cart_purchases .form_cart{
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}
.block--cart_purchases .form_cart .form__button{
    margin-bottom: 0;
}
.products_container__boxed .boxed{
    background-color: transparent;
    border-color: transparent;
}


.user_tab__switch .block__heading.h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.user_tab__switch .user_discount{
    color: var(--body-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background-color: rgba(32, 42, 68, 0.05);
    padding: 10px 20px;
    border-radius: 4px;
    filter: drop-shadow(5px 5px 5px #aaaaaa52);
}
.user_tab__switch .user_discount span{
    color: var(--user-discount-color);
    font-size: 18px;
    font-weight: 900;
    margin-left: 4px;
}
.header_informers svg{
    width: 16px;
    height: 16px;
}
.header_informers{
    display: flex;
}

/* Media style for main page */
@media only screen and (max-width : 1024px) {
    .article__title{
        margin-bottom: 10px;
    }
    .content_about-us{
        flex-direction: column;
    }
}
@media only screen and (max-width : 940px) {
    .banner_group__image{
        height: 45vh;
    }
    .banner_group__variant1 .banner_group__text{
        max-width: 580px;
        padding: 40px;
        max-height: 275px;
    }
    .main_banner{
        margin-bottom: 0!important;
    }
    .featured_categories_wrapper, 
    .featured_products_wrapper, 
    .new_products_wrapper,
    .discounted_products_wrapper,
    .page_description_wrapper,
    .blog_article_wrapper{
        padding: 50px 0;
    }
    .blog_page .article_list_grid{
        row-gap: 16px;
        column-gap: 16px;
    }
    .user_tab__switch .block__heading.h1{
        flex-direction: column;
        align-items: flex-start;
    }
    .user_tab__switch .user_discount{
        margin-top: 10px;
    }
    .header_informers{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--basic-company);
        padding: 6px 0;
        justify-content: center;
    }
    .header_informers svg path{
        fill: #fff;
    }
    .demo_tabs_item .compare_counter, 
    .demo_tabs_item .wishlist_counter, 
    .demo_tabs_item .cart_counter{
        background-color: #fff;
        color: var(--basic-company);
        width: 16px;
        height: 16px;
        line-height: 8px;
        top: -8px;
        right: -13px;
    }
}
@media only screen and (max-width : 768px) {
    .product_item.swiper-slide{
        height: 314px;
    }
    .featured_products_wrapper .swiper-button-prev,
    .featured_products_wrapper .swiper-button-next, 
    .discounted_products_wrapper .swiper-button-prev, 
    .discounted_products_wrapper .swiper-button-next, 
    .new_products_wrapper .swiper-button-prev,
    .new_products_wrapper .swiper-button-next{
        display: none;
    }
    .featured_products_wrapper, 
    .discounted_products_wrapper, 
    .blog_article_wrapper{
        background-attachment: unset;
        background-size: contain;
    }
    .block__title{
        font-size: 26px;
    }
    .categories__list{
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
    .article__info_item{
        margin-bottom: 12px;
    }
    .page_progress_wrapper{
        top: 90px;
    }
    .logo_footer{
        max-width: 250px;
        margin-bottom: 20px;
    }
    .minor_pages{
        padding: 0 0 25px;
    }
    .banner_advantages_wrapper{
        padding: 20px 0;
    }
}
@media only screen and (max-width : 767px) {
    .page_progress_wrapper{
        top: 75px;
    }
    .banner_group__image{
        height: 35vh;
    }
    .featured_categories_wrapper, 
    .featured_products_wrapper, 
    .new_products_wrapper, 
    .discounted_products_wrapper, 
    .page_description_wrapper, 
    .blog_article_wrapper{
        padding: 36px 0;
    }
    .block__title{
        font-size: 22px;
    }


    .categories__block  {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        row-gap: 12px;
        column-gap: 12px;

    }
    .categories__item .categories__link .categories__description_wrapper{
        font-size: 1em;
        padding: 7px;
    }
   
    .categories__item .categories__link .categories__annotation-text{
        display: none;
    }
    .product_preview__buttons .product_preview__button svg{
        margin: 0;
        width: 18px;
        height: 18px;
    }
    .categories__item .categories__link{
        padding-bottom: 100%;
    }
    .categories__list{
        padding-bottom: 10px;
    }
    .block__header{
        margin-bottom: 12px;
    }  
    .featured_products_wrapper .swiper-wrapper, 
    .discounted_products_wrapper .swiper-wrapper, 
    .new_products_wrapper .swiper-wrapper{
        padding-bottom: 38px;
    }
    .block__abouts_us{
        flex-direction: column-reverse;
    }
    .block__abouts_us_img{
        position: relative;
        top: 0;
        width: 80%;
    }
   
    .block__abouts_us_img img{
        margin-bottom: 32px;
    }
    .article_list_grid .article_item{
        padding: 60% 0%;
    }
    #fn_pop_up_cart .purchase_detail__item{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0 7px;
    }
    .form__button--border{
        margin-bottom: 0;
    }
    .form__header .form__title{
        margin: 0 0 10px 0;
    }
    .blog_article_wrapper .block__header{
        margin-bottom: 22px;
    }
    .blog_page .article_list_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .blog_page .article_list_grid .article_item{
        background-size: cover;
        margin: 0;
    }
    .blog_page .article__title{
        font-size: 14px;
        min-height: 46px;
    }
    .demo_panels .demo_tabs{
        width: 100%;
        bottom: 0;
        top: auto;
        transform: none;
        left: 0;
        right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--second-company);
        box-shadow: 0 5px 10px #aaaaaa52;
    }
    .demo_tabs .demo_tabs_item:hover [aria-label]:after{
        opacity: 0;
    }
    .demo_tabs .demo_tabs_item{
        width: 48px;
        min-width: 48px;
        height: 48px;
        line-height: 48px;
        padding: 0;
        transform: none;
        border-radius: 0!important;
        margin-bottom: 0;
        margin-right: 1px;
    }
    .demo_panels{
        left: inherit;
        bottom: 0;
        background: transparent;
        width: 100%;
        top: 100%;
        height: auto;
    }
    .demo_tabs.active svg {
        width: 20px;
        height: 20px;
    }
    .demo_tabs .demo_tabs_item:hover{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .demo_tabs .demo_tabs_item [aria-label]:after{
        height: 48px;
        padding: 0 10px;
        line-height: 48px;
        font-size: 10px;
    }
    .banner_group__variant1 .banner_group__text{
        padding: 16px;
        max-height: 204px;
    }
    .user_tab__switch .user_discount{
        display: none;
    }
    .user_tab__switch .user_personal_heading .user_discount{
        display: block;
    }
}
@media only screen and (max-width : 420px) {
    .block__title{
        font-size: 18px;
    }
}

@media only screen and (max-width : 360px) {
    .header__logo{
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 200px;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
        max-width: 200px;
     }
     .logo__link {
        height: 45px;
    }
    .main{
        padding-top: 65px;
    }
    .page_progress_wrapper{
        top: 65px;
    }
    .search{
        top: 65px;
    }
    .product_preview__image img.lazy.loaded{
        object-fit: contain;
    }
    .blog_page .article_list_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}