
.fn_products_slide .swiper-pagination-bullets{
    bottom: 0px;
}
.fn_products_slide{
    padding-bottom: 48px;
}
.fn_products_slide .swiper-pagination{
    bottom: 0;
}
.menu_sub,.menu_eventer .menu_group__list{
    position: absolute;
    top:31px;
 left: -350px;
    pointer-events: all;
    background: #FAFAF9;
    width: 350px;
    visibility: hidden;
    padding: 2px;
    opacity: 0;
   height: calc(100vh - 31px);
    display: flex;
    align-items: flex-start;  transition-duration: 0.4s;
    justify-content: space-between;
}
.menu_sub ul{
    width: 100%;
    grid-gap: 15px;
    display: flex;
    flex-direction: column;
}
.menu_eventer .menu_group__list{
    grid-gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start!important;
}
.menu_sub .fn_menu_list li:last-child a,.menu_eventer .menu_group__list li:last-child a{
    color: red;
}

.size.error-highlight {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
    animation: shakeSize 0.3s;
}

@keyframes shakeSize {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.menu_item.active .menu_sub {
    opacity: 1;
    z-index: 10;
    left: 0;
    transition-duration: 0.4s;
    visibility: visible;
    overflow: auto;
    /*max-height: 70vh;*/
    padding: 30px 60px;
    box-sizing: border-box;
}
/*.menu_eventer.active .menu_group__list--2{*/
/*    height: 100%;*/
/*    padding:  15px;*/
/*}*/
.menu_eventer.active .menu_group__list--2{
    opacity: 1;
    visibility: visible;
    z-index: 10;
    left: 0;
    transition-duration: 0.4s;
    overflow: auto;
    /*max-height: 70vh;*/
    padding: 30px 60px;
    box-sizing: border-box;
}
.menu_list{
    display: flex;
    align-items: center;
}
.menu_item span{
    transition-duration: 0.3s;
}
.menu_item{
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-right: 24px;
    transition-duration: 0.3s;
}

.menu_item.active>span.menu_item> span:hover,.fn_menu_list a:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
}





.prod_info .tab_item {
    position: relative;
    margin-bottom: 24px;
}
.prod_info .tab {
    display: block;
    opacity: 0.7;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.tab_list .tabs__link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    background-size: cover;
    background-image: url(../images/plus.svg);
}
.tab_list .tabs__link.active:before {
    background-image: url(../images/minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.tab_list .tab.active{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 24px 0;
}
.tab_list .tab li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.tab_list .tab li:before{
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background: black;
}
.prod_descr{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.64px;
    margin:0 0 48px 0;
}

.product_sort__apply{
    background: #4C4946;
    padding: 17px 10px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    cursor: pointer;
    transition-duration: 0.4s;
    margin-top: 36px;
}


.prod_descr p{
    margin: 0;
}

.flex_sidebar {
    align-items: flex-start;
    justify-content: flex-start;
    /*min-height: 70vh;*/
}
.padding_header{
    padding-top:48px;
    padding-bottom: 48px;
}


.fancybox-container.fancybox-is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.compensate-for-scrollbar {
    margin-right: 0!important;
}

.blog_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.form__group{
    margin-bottom: 20px;
}
.fn_validate_login{
    position: relative;
}
.tabs__navigation--user {
    border: none;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.user_container__boxed{
    width: 100%;
    box-sizing: border-box;
}
.tab {
    display: none;
}
.wishlist_button__remove,.wishlist_button.selected{
    opacity: 1;
}



.fancybox-bg{
    background: rgba(76, 73, 70, 0.47)!important;
}

.bottom_popup_cart .product-page__button{
    margin-bottom: 0;
}


.block_popup_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1em;
    height: 1em;
    cursor: pointer;
    opacity: 1;
    transition-duration: 0.3s;
}
.product-page__button--preloader,.product-page__out_stock{
    opacity: 0.8;
}

.block__popup_cart::-webkit-scrollbar-track-piece ,.fn_products_feat .filter_block::-webkit-scrollbar-track-piece,.mob_flex::-webkit-scrollbar-track-piece{
    background-color: black;
}
.block__popup_cart::-webkit-scrollbar-track,.fn_products_feat .filter_block::-webkit-scrollbar-track,.mob_flex::-webkit-scrollbar-track{
    background-color: black;
}
.block__popup_cart::-webkit-scrollbar-thumb,.fn_products_feat .filter_block::-webkit-scrollbar-thumb,.mob_flex::-webkit-scrollbar-thumb {
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}
.block__popup_cart::-webkit-scrollbar,.fn_products_feat .filter_block::-webkit-scrollbar,.mob_flex::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.article__image img{
    width: 100%;
}
.cart_info .purchase__remove.mob{
    display: none;
}


.sort_options{
    margin: 36px 0;
}
.flex_var{
    flex-direction: column;
    align-items: flex-start;
}
.sticker--special{
    padding: 0;
    background: transparent;
}
.post_img{
    display: block;
    max-width: 650px;
    width: 50%;
    margin: 10px 0 10px 20px;
    float: right;
}
.post__table_contents li{
    margin-bottom: 10px;
    position: relative;
}
.post__table_contents a{
    transition-duration: 0.3s;
}
.post__table_contents a:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.form__body{
    position: relative;
}
.fn_fast_order_errors{
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

#fn_total_delivery_price_block .purchase_detail__column_name{
    width: 100%;
}
#fn_total_delivery_price_block .purchase_detail__name--total{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_apply{
    background: #4C4946;
    padding: 17px 10px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    border: none;
    cursor: pointer;
    transition-duration: 0.4s;
    box-sizing: border-box;
    margin-top: 36px;
}
.currency{
    padding-left: 3px;
}
.swip-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border: none;
}
.thumbs .swip-video{
    height: 100%;
    object-fit: cover;
}
.logo_mob{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 25px;
}
.logo_mob img{
    height: 100%;
}
.menu_group--mobile .menu_group__item--1:nth-child(4) a{
    color: red;
}
.preview_img_not{
    width: 30px!important;
    object-fit: contain;
    opacity: 0.5;
}
.no_image.images_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no_image.images_item img{
    width: 30px;
    opacity: 0.5;
}

.header_text{
    letter-spacing: var(--letter_spacing_main);
    line-height: var(--main_line_height);
    text-transform: uppercase;
}
a.header_text.fn_search_popup svg{
    margin-right: 6px;
    width: 12px;
}

.all_products_animated {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.all_products_animated img {
    position: absolute;
    max-width: 55%;
    max-height: 55%;
    object-fit: contain;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.all_products_animated img:nth-child(1) {
    animation-name: floatProduct1;
    top: 18%;
    left: 5%;
    z-index: 3;
}
.all_products_animated img:nth-child(2) {
    animation-name: floatProduct2;
    top: 22%;
    left: 30%;
    z-index: 2;
}
.all_products_animated img:nth-child(3) {
    animation-name: floatProduct3;
    top: 5%;
    right: 0%;
    left: auto;
    z-index: 1;
}

@keyframes floatProduct1 {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    25% {
        transform: translateY(-8%) rotate(-3deg) scale(1.05);
        opacity: 1;
    }
    50% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.85;
    }
    75% {
        transform: translateY(5%) rotate(2deg) scale(0.97);
        opacity: 1;
    }
}

@keyframes floatProduct2 {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    25% {
        transform: translateY(6%) scale(0.96);
        opacity: 0.85;
    }
    50% {
        transform: translateY(-5%) scale(1.04);
        opacity: 1;
    }
    75% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes floatProduct3 {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    25% {
        transform: translateY(5%) rotate(2deg) scale(0.98);
        opacity: 1;
    }
    50% {
        transform: translateY(-6%) rotate(-2deg) scale(1.03);
        opacity: 0.85;
    }
    75% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}

.menu_item_sale .categories_menu__name {
    color: var(--color_red);
}

.sticker.sticker--preorder {
    background: #EDEBEC;
    color: #000;
    transition: opacity 0.3s ease;
}


@media (min-width: 1024px) {
    .product_preview:hover .stickers {
        opacity: 1 !important;
    }
}
