#eshop .category-mob {
    display: none;
    color: #000;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #eshop .category-mob {
        display: block;
    }
}

#eshop .category-mob .menu {
    position: relative;
    padding: 20px;
    background-color: #f7f7f7;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}

#eshop .category-mob .menu::before {
    content: '\f078';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
}

#eshop .category-mob.open .menu::before {
    content: '\f077';
}

#eshop .category-mob .expand {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #e1e1e1;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

#eshop .category-mob .expand a {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
}

#eshop .category-mob .expand a img {
    margin-right: 10px;
}

#eshop .category-mob .expand a:last-child {
    margin-bottom: 0;
}

#eshop .flex-contents {
    display: flex;
    margin-top: 30px;
}

#eshop > .wrap {
    width: 1400px;
    margin: 0 auto;
}

#eshop .banner2023 .buttons-switch .wrap {
    width: auto !important;
}

#eshop .flex-contents .left-sidebar {
    flex: 0 0 275px;
    width: 275px;
    padding: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

#eshop .flex-contents .left-sidebar a {
    display: flex;
    color: #000000;
    font-size: 13px;
    line-height: 13px;
    align-items: center;
    margin-bottom: 10px;
}
#eshop .flex-contents .left-sidebar a .count,
#eshop .category-mob .expand a .count {
    font-size: 8px;
    line-height: 8px;
    background-color: #ececec;
    color: #000;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 90px;
    float: right;
    margin-left: auto;
}

#eshop .flex-contents .left-sidebar a:hover > .count,
#eshop .category-mob .expand a:hover > .count {
    background-color: #0088ff;
    color: #fff;
}

#eshop .flex-contents .left-sidebar a:last-child {
    margin-bottom: 0;
}

#eshop .flex-contents .left-sidebar a img {
    margin-right: 20px;
}

#eshop .flex-contents .right {
    flex: 1;
    padding-left: 30px;
    width: 0;
}

#eshop .flex-contents .right .btn_cont {
    display: block;
    text-align: center;
    margin-top: 30px;
}

#eshop .flex-contents .right .btn_cont a {
    display: inline-block;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 89px 12px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: 0.3s;
}

#eshop .flex-contents .right .btn_cont a::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 8px;
    width: 42px;
    background: transparent url('/img/leads/voice_2022/arrow.svg') no-repeat;
}

#eshop .flex-contents .right .cat-flex {
    display: flex;
    padding-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#eshop .flex-contents .right .akc .swiper-button-next,
#eshop .flex-contents .right .akc .swiper-button-prev,
#eshop .flex-contents .right .top .swiper-button-next,
#eshop .flex-contents .right .top .swiper-button-prev,
#eshop .flex-contents .right .outlet .swiper-button-next,
#eshop .flex-contents .right .outlet .swiper-button-prev,
#eshop .flex-contents .right .brands .swiper-button-next,
#eshop .flex-contents .right .brands .swiper-button-prev {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #0088ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
}

#eshop .flex-contents .right .akc .swiper-button-next,
#eshop .flex-contents .right .top .swiper-button-next,
#eshop .flex-contents .right .outlet .swiper-button-next,
#eshop .flex-contents .right .brands .swiper-button-next {
    right: -15px;
}

#eshop .flex-contents .right .akc .swiper-button-prev,
#eshop .flex-contents .right .top .swiper-button-prev,
#eshop .flex-contents .right .outlet .swiper-button-prev,
#eshop .flex-contents .right .brands .swiper-button-prev {
    left: -15px;
}

#eshop .swiper-button-disabled {
    display: none !important;
}

#eshop .swiper-button-next:after,
#eshop .swiper-rtl .swiper-button-prev:after {
    content: unset;
}

#eshop .flex-contents .right .cat-flex .item {
    position: relative;
    color: #000;
    flex: 0 0 255px;
    border: 1px solid #ececec;
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

#eshop .flex-contents .right .cat-flex .item.full {
    flex: 0 0 100%;
    background-color: #ff3e3f;
    height: 240px;
    overflow-x: hidden;
}

#eshop .flex-contents .right .cat-flex .item.full .textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    max-width: 100%;
    color: #fff;
    z-index: 1;
}

#eshop .flex-contents .right .cat-flex .item {
    height: 300px;
    padding: 20px;
    transition: 0.3s;
}

#eshop .flex-contents .right .brands .slider .item {
    height: 180px;
    margin-top: 0;
}

#eshop .flex-contents .right .brands .slider .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#eshop .flex-contents .right .cat-flex .item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    z-index: 1;
}

#eshop .flex-contents .right .usp-mob .item:hover {
    box-shadow: unset;
}

#eshop .flex-contents .right .cat-flex .item .heading {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    width: 50%;
}

#eshop .flex-contents .right .cat-flex .item.full .textbox .heading {
    font-size: 40px;
    line-height: 40px;
    width: unset;
    font-weight: 700;
    text-shadow: 0 0 6px #531213;
}

#eshop .flex-contents .right .cat-flex .item .count {
    margin-top: 6px;
    float: right;
    font-size: 8px;
    line-height: 8px;
    background-color: #ececec;
    color: #000;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 90px;
}

#eshop .flex-contents .right .cat-flex .item.full .textbox .count {
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    padding: 5px 9px;
    color: #ff3e3f;
}

#eshop .flex-contents .right .cat-flex .item:hover > .count {
    background-color: #0088ff;
    color: #fff;
}

#eshop .flex-contents .right .cat-flex .item img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#eshop .flex-contents .right .cat-flex .item.full img {
    margin: 0;
    height: 100%;
}

#eshop .flex-contents .right .cat-heading {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 10px;
}

#eshop .flex-contents .right .cat-heading img {
    margin-right: 10px;
}

#eshop .flex-contents .right .akc,
#eshop .flex-contents .right .top,
#eshop .flex-contents .right .outlet,
    /*#eshop .flex-contents .right .banner,*/
#eshop .flex-contents .right .brands {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #eshop .flex-contents .right .akc,
    #eshop .flex-contents .right .top,
    #eshop .flex-contents .right .outlet,
        /*#eshop .flex-contents .right .banner,*/
    #eshop .flex-contents .right .brands {
        position: relative;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }
}

#eshop .flex-contents .right .brands .slider-heading {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    gap: 10px;
}

/*#eshop .flex-contents .right .banner .slider {
    display: flex;
    overflow: hidden;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin: 0 10px;
}

#eshop .flex-contents .right .banner .slider .item {
    color: #000;
    flex: 0 0 100%;
    border: 1px solid #ececec;
    margin-right: 10px;
    margin-left: 10px;
    height: 240px;
    margin-top: 30px;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
    scroll-snap-align: start;
    scroll-margin: 0;
}

#eshop .flex-contents .right .banner .slider .item .flex-block {
    display: flex;
    justify-content: center;
}

#eshop .flex-contents .right .banner .slider .item .flex-block .text {
    flex: 0 0 25%;
    padding-right: 20px;
    padding-top: 30px;
}

#eshop .flex-contents .right .banner .slider .item .flex-block .text .heading {
    font-size: 38px;
    font-weight: 900;
    line-height: 38px;
}

@media screen and (max-width: 1337px) {
    #eshop .flex-contents .right .banner .slider .item .flex-block .text .heading {
        font-size: 28px;
        line-height: 28px;
    }

    #eshop .flex-contents .right .banner .slider .item .flex-block .text {
        flex: 0 0 40%;
    }
}

#eshop .flex-contents .right .banner .slider .item .flex-block .text .desc {
    padding-bottom: 10px;
}

#eshop .flex-contents .right .banner .slider .item .flex-block .img {
    height: 215px;
    background: aliceblue;
    flex: 0 0 300px;
}*/

#eshop .flex-contents .right .brands .slider-buttons {
    top: 60%;
}

#eshop .flex-contents .right .usp-mob {
    display: none;
}

@media screen and (max-width: 767px) {
    #eshop .flex-contents .right .usp-mob {
        display: block;
        position: relative;
    }
}

#eshop .flex-contents .right .usp,
#eshop .flex-contents .right .usp-mob {
    margin-bottom: 30px;
}

#eshop .flex-contents .right .usp .flex-block,
#eshop .flex-contents .right .usp-mob .slider {
    display: flex;
    text-align: center;
    cursor: default;
    height: 240px;
}

#eshop .flex-contents .right .usp-mob .slider {
    height: 315px;
}

#eshop .flex-contents .right .usp .flex-block .item,
#eshop .flex-contents .right .usp-mob .slider .item {
    background-color: #000;
    color: #fff;
    padding: 40px 30px;
    flex: 1;
    transition: 0.3s;
    box-sizing: border-box;
}

#eshop .flex-contents .right .usp-mob .slider .item {
    flex: 0 0 calc(100% - 20px);
    height: auto;
}

#eshop .flex-contents .right .usp-mob .slider .item .front {
    opacity: 1;
    transition: 0.3s;
    position: absolute;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-sizing: border-box;
}

#eshop .flex-contents .right .usp-mob .slider .item .back {
    opacity: 1;
    transition: 0.3s;
    position: absolute;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    width: 100%;
    box-sizing: border-box;
}

#eshop .flex-contents .right .usp .flex-block .item {
    position: relative;
    padding: 0;
    overflow-y: hidden;
}

#eshop .flex-contents .right .usp .flex-block .item:hover {
    transition: 0.2s;
}

#eshop .flex-contents .right .usp .flex-block .item .front {
    top: 0;
    position: absolute;
    display: block;
    height: 100%;
    transition: 0.2s;
    overflow: hidden;
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
}

#eshop .flex-contents .right .usp .flex-block .item .front img {
    padding-bottom: 40px;
}

#eshop .flex-contents .right .usp .flex-block .item .back {
    top: 0;
    position: absolute;
    display: block;
    background-color: #000000;
    transition: 0.2s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
}

#eshop .flex-contents .right .usp .flex-block .item .back .heading {
    font-size: 16px;
    line-height: 16px;
}

#eshop .flex-contents .right .usp .flex-block .item:hover > .front {
    height: 0;
    transition: 0.2s;
    padding-top: 100px;
}

#eshop .flex-contents .right .usp .flex-block .item:hover > .back {
    height: 100%;
    transition: 0.2s;
    margin-top: 0;
}

@media screen and (max-width: 1399px) {
    #eshop .flex-contents .right .usp .flex-block .item .back,
    #eshop .flex-contents .right .usp .flex-block .item .front {
        padding: 15px 10px;
    }
}

#eshop .flex-contents .right .usp .heading {
    font-size: 25px;
    line-height: 25px;
}

#eshop .flex-contents .right .usp .flex-block .heading,
#eshop .flex-contents .right .usp-mob .slider .heading {
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.2s;
}

#eshop .flex-contents .right .usp-mob .slider .heading {
    font-size: 40px;
    line-height: 40px;
}

#eshop .flex-contents .right .usp-mob .slider .front .heading.closed {
    font-size: 20px;
    line-height: 30px;
    transition: 0.5s;
}

#eshop .flex-contents .right .usp-mob .slider .back .heading {
    font-size: 21px;
    line-height: 21px;
}

@media screen and (max-width: 374px) {
    #eshop .flex-contents .right .usp-mob .slider .heading {
        font-size: 28px;
        line-height: 30px;
    }

    #eshop .flex-contents .right .usp-mob .slider .front .heading.closed {
        font-size: 20px;
        line-height: 30px;
        transition: 0.5s;
    }
}

#eshop .flex-contents .right .usp-mob .slider .item .trigger {
    display: inline-block;
}

#eshop .flex-contents .right .usp-mob .slider .item .trigger .cbutton {
    background-color: #000;
    display: flex;
    width: 30px;
    color: #fff;
    border-radius: 99px;
    height: 30px;
    justify-content: center;
    align-items: center;
    z-index: 9;
    font-size: 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

#eshop .flex-contents .right .usp-mob .slider .item .trigger .cbutton i.open,
#eshop .flex-contents .right .usp-mob .slider .item .trigger .cbutton i.close {
    visibility: visible;
    opacity: 1;
    position: absolute;
}

#eshop .flex-contents .right .usp-mob .slider .item .trigger .cbutton i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
}

#eshop .flex-contents .right .usp .flex-block .desc,
#eshop .flex-contents .right .usp-mob .slider .desc {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#eshop .flex-contents .right .usp .flex-block img,
#eshop .flex-contents .right .usp-mob .slider img {
    padding-bottom: 20px;
    width: 70px;
    height: 50px;
    transition: 0.3s;
    object-fit: contain;
}

#eshop .flex-contents .right .usp-mob .slider img {
    width: 100px;
    height: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
    #eshop > .wrap {
        width: auto !important;
        padding: 0 20px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1470px) {
    #eshop .flex-contents .right {
        width: 0;
    }
}

@media screen and (max-width: 767px) {
    #eshop .flex-contents .right {
        width: 0;
    }
}

#eshop .flex-contents .right .item .label_container {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 10px;
    line-height: 14px;
}

#eshop .flex-contents .right .item .label_container .label_cont {
    display: block;
    position: relative;
    min-width: 75px;
    background-color: #000;
    color: #fff;
    padding: 5px;
}

#eshop .flex-contents .right .item .label_container .label_cont.blue {
    background-color: #0086ff;
}

#eshop .flex-contents .right .item .label_container .label_cont.red {
    background-color: #ff3f3f;
}

#eshop .flex-contents .right .item .label_container .label_cont + .label_cont {
    margin-top: 4px;
}

#eshop .flex-contents .right .item .label_container .label_cont .label_badge.small {
    display: flex;
}

@media screen and (max-width: 1175px) {
    #eshop .flex-contents .right .usp {
        display: none;
    }

    #eshop .flex-contents .right .usp-mob {
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #eshop .flex-contents .left-sidebar {
        display: none;
    }

    #eshop > .wrap {
        width: 100% !important;
        padding: 0 !important;
    }

    #eshop .flex-contents .right .usp-mob .slider .item {
        margin-right: 10px;
        margin-left: 10px;
        scroll-margin: 10px;
    }

    #eshop .flex-contents .right {
        padding-left: 0;
    }

    /* #eshop .flex-contents .right .slider .item {
        height: 305px;
    } */

    #eshop .flex-contents .right .item .label_container .label_cont {
        min-width: 40px;
    }

    #eshop .flex-contents .right .item .label_container {
        top: 80px;
    }

    #eshop .flex-contents .right .cat-flex .item {
        position: relative;
        color: #000;
        flex: 0 0 calc(50% - 5px);
        border: 1px solid #ececec;
        margin-right: 0;
        margin-left: 5px;
        margin-top: 5px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    #eshop .flex-contents .right .cat-flex .item:hover {
        transition: unset;
    }

    #eshop .flex-contents .right .cat-flex .item img {
        width: 140px;
    }

    #eshop .flex-contents .right .cat-flex .item.full img {
        width: auto;
    }

    #eshop .flex-contents .right .cat-flex .item .heading {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        width: 75%;
    }

    #eshop .flex-contents .right .cat-flex .item {
        height: 230px;
        padding: 20px;
        transition: unset;
    }
}

.banner2023 {
    margin-bottom: 40px;
}

.banner2023 .ban_flex .banner .wrap {
    width: auto !important;
    margin: 0 !important;
    padding: 0 75px !important;
}

.banner2023 .swiper-button-prev {
    left: 20px !important;
}

.banner2023 .swiper-button-next {
    right: 20px !important;
}

@media screen and (max-width: 767px) {
    .banner2023 .swiper-button-prev {
        left: 0 !important;
    }

    .banner2023 .swiper-button-next {
        right: 0 !important;
    }
}

.banner2023 .wrap .wrap-content {
    max-width: 900px;
    width: 100% !important;
}

.product_list_block.v2020 .list_block.slider_list .wrap {
    width: auto !important;
    margin: 0 20px;
}
