@font-face {
    font-family: "BebasKai";
    font-style: normal;
    font-display: swap;
    src: local('BebasKai'), local('BebasKai'),
    url('../fonts/BebasKai.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/BebasKai.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* -----------------------------------------------------------UTILITY */
.isolate {
    isolation: isolate;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bg-white-100 {
    background-color: #ffffff;
}

.bg-grey-100 {
    background-color: #edecea;
}

.mr-2rem {
    margin-right: 2rem;
}

.mx-auto {
    margin-inline: auto !important;
}

.p-1rem {
    padding: 1rem;
}

.p-2rem {
    padding: 2rem;
}

.pt-50px {
    padding-top: 50px;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.px-4rem {
    padding-inline: 4rem;
}

.px-1rem {
    padding-inline: 1rem;
}

.py-5rem {
    padding-block: 5rem;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

/* ------------------------------------------------------------------- */

:root {
    --main-yellow: #eabc00;
}

body {
    background: #f5f4f0;
}

.menu .navbar-nav > li > ul > li a:hover,
.menu .navbar-nav > li > ul > li a:focus {
    color: var(--main-yellow);
}

.menu::-webkit-scrollbar-thumb {
    background-color: var(--main-yellow);
}

.submenu-container {
    background: var(--main-yellow);
}

.navbar_submenu {
    background: var(--main-yellow);
}

.sticky-header .wishlist-btn .badge {
    color: var(--main-yellow);
}

.product-price__size strong {
    color: var(--main-yellow);
}

.color-btn {
    color: var(--main-yellow);
}

.brands__items_group > .title {
    color: var(--main-yellow);
}

.brands__items .brand-item__info .title {
    color: var(--main-yellow);
}

.btn-up {
    color: var(--main-yellow);
}

.btn-up i,
.btn-up span {
    color: var(--main-yellow);
}

.section__title,
.section-info h2,
.shops-title,
.product-title h1 {
    background: var(--main-yellow);
}

.panel h1,
.box-title {
    background: var(--main-yellow);
}

.section__title:before,
.shops-title:before,
.panel h1:before,
.product-title h1:before,
.box-title:before {
    background: var(--main-yellow);
}

.faq-box-b dl dt:after {
    background-color: #fbd62d;
}

.jq-ry-rated-group svg {
    fill: var(--main-yellow);
}

.online-shop::after {
    border-bottom-color: var(--main-yellow);
}

.jq-ry-container {
    color: var(--main-yellow);
}

.product-list-controls .title span[data-summary-count],
.loader,
.filter-clone.filter-clone-folded,
.filter-clone-folded .filter-list__title {
    background: var(--main-yellow);
}

.good:hover .product-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.whiteboard a {
    color: var(--main-yellow);
}

.product-action .btn {
    color: var(--main-yellow);
}

.product-action .btn:hover,
.product-action .btn:focus {
    background: var(--main-yellow);
}

.filter-type__main > ul .asc a,
.filter-type__main > ul .desc a,
.filter-type__main > ul .asc,
.filter-type__main > ul .desc {
    color: var(--main-yellow);
}

.wrap-news .col-w232 ul li a:hover {
    color: #dab000;
}

.other-shops a:hover {
    background: var(--main-yellow);
}

.about-author__phone p strong {
    color: var(--main-yellow);
}

.about-author__phone p,
.about-author__phone a {
    color: var(--main-yellow);
}

.about-author__phone a {
    border-bottom: 3px solid var(--main-yellow);
}

.btn-arrow-banner {
    background: var(--main-yellow);
    border: 3px solid var(--main-yellow);
    color: var(--main-yellow);
}

.btn-arrow-banner:hover {
    background: var(--main-yellow);
    border: 3px solid var(--main-yellow);
    color: #fff;
}

.main-stock__info .product-timer .count-item:after,
.promo-descr .product-timer .count-item:after {
    background: var(--main-yellow);
}

.partner-h1 {
    color: #000;
    background: var(--main-yellow);
}

.form-subscribe_a .form-subscribe__top em {
    color: #000;
}

.signup-popup__modal .form-subscribe_a .navbar-form button.btn {
    background: #000;
    border: 2px solid #000;
    color: var(--main-yellow);
}

.form-subscribe_a .form-subscribe__top {
    background: var(--main-yellow);
}

.form-subscribe_a .navbar-form button.btn span {
    color: #fff;
}

.form-subscribe .btn-form {
    background: var(--main-yellow);
    border: 2px solid var(--main-yellow);
    color: var(--main-yellow);
}

.form-subscribe .btn-form span {
    color: var(--main-yellow);
}

.partner-contact a {
    color: var(--main-yellow);
    border-bottom: 3px solid var(--main-yellow);
}

.form-subscribe-bild__bottom a {
    color: #fff;
}

.shops-page .partner-info-group .title {
    color: var(--main-yellow);
}

.shops-page .partner-info-group a .title {
    color: #000;
    width: calc(100% - 245px);
    padding-bottom: 0;
}

.shops-page .partner-info-group > .title:before,
.shops-page .partner-info-group > .title:after {
    background: var(--main-yellow);
}

.shops-page .brand-recomend__title {
    color: var(--main-yellow);
}

.cities-wrapper a:after {
    border-bottom: 5px solid var(--main-yellow);
}

.title-h2 {
    border-bottom: 5px solid var(--main-yellow);
}

.filters .brands__items_group > .title {
    border-bottom: 5px solid var(--main-yellow);
}

.accept a {
    color: var(--main-yellow);
}

.about-brand__top h2 a {
    color: var(--main-yellow);
}

.about-brand__main a {
    color: var(--main-yellow);
}

.gdprPopup {
    z-index: 9000;
}

/* 2022 CATALOG STYLES FROM HERE */


.all-shops {
    position: absolute;
    background: var(--main-yellow);
    left: 50px;
    border-radius: 25px;
    height: 50px !important;
    top: 26px;
    padding: 15px 35px !important;
    line-height: 1.6rem !important;
    font-size: 1.4rem;
    font-family: 'Montserrat-Bold', sans-serif;
}

.search-submit {
    border: none;
    background: var(--main-yellow);
    border-radius: 25px;
    padding: 0 1rem !important;
}

.search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.submenu-container {
    margin-top: 100px;
}

.navbar_submenu .navbar-nav > li {
    margin-bottom: 0;
}

.navbar_submenu .navbar-nav > li > a {
    color: #000;
    border-bottom: 3px solid transparent;
}

.navbar_submenu .navbar-nav > li > a.active,
.navbar_submenu .navbar-nav > li > a:hover,
.navbar_submenu .navbar-nav > li.open > a:hover,
.navbar_submenu .navbar-nav > li.open > a {
    color: white;
    border-bottom: 3px solid white;
}

.navbar_submenu .navbar-nav > li > a:hover {
    border-bottom: 3px solid white;
}

.navbar_submenu .navbar-nav > li.offline > a {
    color: white;
}

.navbar_submenu .navbar-nav > li.offline a:hover,
.navbar_submenu .navbar-nav > li.offline.open > a {
    color: #000;
    border-bottom: 3px solid transparent;
}


.clearfix {
    padding-top: 0;
}

.search-wrap .icon-search {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 1rem;
    display: block;
    width: 16px;
}

.search-wrap {
    padding: 5px;
    background: rgba(225, 225, 225, 0.25);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(38px);
    backdrop-filter: blur(38px);
    z-index: 200;
}

.content .search-warapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: white;
    padding: 7px;
    border-radius: 25px;
}

.catalog-slider-huge.slick-initialized .slick-slide a,
.category-slider-short.slick-initialized .slick-slide {
    position: relative;
    opacity: 1;
    margin: 0 95px;
    height: 530px;
    overflow: hidden;
}

.catalog-slider-huge.slick-initialized .slick-center a,
.category-slider-short.slick-initialized .slick-center {
    opacity: 1;
    margin: 0;
    height: 530px;
}

.category-slider-short img {
    height: 530px;
}

.catalog-slider-huge.slick-slider .slick-prev,
.catalog-slider-huge.slick-slider .slick-next,
.category-slider-short.slick-slider .slick-prev,
.category-slider-short.slick-slider .slick-next {
    visibility: visible;
    top: 250px;
}

.slick-slider .slick-arrow::before {
    color: #000;
}

.catalog-slider-huge.slick-slider .slick-prev {
    margin: 0;
    left: 10%;
}

.catalog-slider-huge.slick-slider .slick-next {
    margin: 0;
    left: auto;
    right: 10%;
}

.btn-2022 {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding-inline: 5rem;
    padding-block: 1.5rem;
    border-radius: 999px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    letter-spacing: 2.8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2022::before {
    content: '';
    position: absolute;
    background: transparent;
    border: 1px solid #eabc00;
    border-radius: 999px;
    width: 100%;
    height: 100%;
    top: -6px;
    left: -12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2022:hover,
.btn-2022:focus,
.btn-2022:active {
    background-color: #eabc00;
    color: #000;
    text-decoration: none;
}

.btn-2022:hover::before,
.btn-2022:focus::before,
.btn-2022:active::before {
    border: 1px solid #000;
}

.btn-more-location .btn-2022 {
    font-size: 1rem;
    padding-inline: 2rem;
}

.btn-more-location a {
    color: white;
    border: none;
}

.btn-more-location a:hover {
    color: #000;
}

/* CATEGORY */
/* .category-slider-short.slick-slider .slick-next,
.category-slider-short.slick-slider .slick-prev {
    top: 35%;
} */

.category-slider-short.slick-slider .slick-prev {
    left: 32%;
}

.category-slider-short.slick-slider .slick-next {
    right: 10%;
    left: unset;
}

.filter-list {
    width: 94%;
}

.filter-list__title {
    text-align: start;
    color: black;
    border-top: 4px solid var(--main-yellow);
    border-bottom: 1px solid var(--main-yellow);
    padding-top: 20px;
}

.filter-list__title .glyphicon {
    display: inline-block;
    color: var(--main-yellow);
}

.filter-list__title::after {
    display: block;
    content: '';
    position: absolute;
    border: 3px solid black;
    border-top: none;
    border-left: none;
    padding: 3px;
    left: 9%;
    bottom: 40%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-filters .filter-list__btn {
    visibility: hidden;
}

.product-list {
    width: 1365px;
}

.promo-page .product-list {
    width: 1410px;
}

.product-item__text__title {
    -webkit-line-clamp: 2;
    max-height: 38px;
}

.product-price__size strong {
    font-size: 1.9rem !important;
    line-height: 2.2rem !important;
}

.product-list.filtered .filter-type {
    position: absolute;
    right: 0;
    margin-right: 10%;
    top: 40px;
    z-index: 20;
}

.filter-type__main > ul:before {
    text-transform: none;
}

.whiteboard .post-container {
    padding-top: 50px;
    padding-bottom: 100px;
}

.category-page .whiteboard {
    margin-left: 0;
    padding-left: 8%;
}

.category-page .whiteboard .post-container {
    width: 100%;
}

.category-slider-short {
    margin-top: 50px;
}

.category-page .layer-fix .show-more {
    display: none;
}

/* ---------- */


.catalog-slider-inner.desktop-banner .section-wrap {
    padding: 6rem 0;
}

.shops-wrapper {
    background-color: var(--main-yellow);
    border-radius: 25px;
    -webkit-box-shadow: 0, 0, 20px #0000004B;
    box-shadow: 0, 0, 20px #0000004B;
}

.content .nav-link,
.tech-page-wrap .nav-link {
    color: #000;
    margin: 0;
}

.search .input-group-btn {
    right: auto;
    left: 10px;
}

.content .search .input-group .btn,
.tech-page-wrap .search .input-group .btn {
    text-transform: none;
    line-height: 1;
}

.search {
    margin: 0 1rem;
    border-radius: 25px;
}

.sticky-search {
    margin-top: 15px;
}

.catalog-slider-huge {
    border: none;
    -webkit-box-shadow: 0 10px 10px rgba(225, 225, 225, 0.9);
    box-shadow: 0 10px 10px rgba(225, 225, 225, 0.9);
}


.text-box {
    position: relative;
}

.text-box .bg-text {
    position: absolute;
    text-align: center;
    width: 100%;
    color: rgba(56, 56, 55, .11);
    font-size: 20rem;
    line-height: 23.1rem;
    font-family: "BebasKai", sans-serif;
    z-index: -1;
}

.text-box > div:not(.bg-text) {
    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: 71px 0;
}

.text-box h3 {
    font-size: 7.2rem;
    line-height: 8.9rem;
    font-family: "Montserrat-Bold", sans-serif;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    text-shadow: 4px 4px var(--main-yellow);
    margin: 0;
}

.text-box .regular-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000;
    font-family: "Montserrat-Medium", sans-serif;
}

.left-position {
    margin-left: 8%;
}

.left-position .bg-text {
    text-align: start;
}

.left-position .text-box > div:not(.bg-text) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}


.wrap-category-list {
    width: 1260px;
}

.wrap-partner-list {
    width: 1260px;
}

.category-item {
    width: calc(25% - 8px);
    height: 230px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px black;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 4px;
    padding: 35px 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-position: top center;
}

.category-item > div {
    margin: unset;
}

.category-item h3 {
    text-align: start;
    letter-spacing: 3px;
}

.categories-section,
.sub-section {
    padding: 0;
}

.sub-section .shops-section {
    padding-bottom: 150px;
}


.sub-section.banner-for-mobile,
.border-bottom,
.main-stock-items.pull-left > div:not(div:last-of-type) {
    border-bottom: 3px solid #D6D6D6;
}

.grey-line {
    margin-top: 150px;
}

.grey-line::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    width: 1410px;
    border-top: 3px solid #D6D6D6;
}

#faq,
#blog {
    padding-bottom: 130px;
}


.promo-slider::before,
.promo-slider::after {
    display: none;
}

.promo-slider .owl-nav button.owl-prev,
.promo-slider .owl-nav button.owl-next {
    background-color: var(--main-yellow);
    border-radius: 50%;
    width: 63px;
    position: absolute;
    height: 63px;
    top: 32%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 20px #00000029;
    box-shadow: 0px 3px 20px #00000029;
}

.promo-slider .owl-nav button.owl-prev span,
.promo-slider .owl-nav button.owl-next span {
    position: relative;
    bottom: 1px;
    font-size: 3rem;
    font-weight: bold;
}

.promo-slider .owl-nav button.owl-prev {
    left: -2%;
}


.promo-slider .owl-nav button.owl-next {
    right: -2%;
}


.promo-slider .owl-carousel:hover button.owl-next,
.promo-slider .owl-carousel:hover button.owl-prev {
    opacity: 1;
}


.pre-footer {
    background-color: #000;
}

.pre-footer::before {
    display: none;
}

.promo-slider {
    width: 1650px;
    margin: 50px auto 0;
}

.affix-slider.desktop-banner {
    position: sticky;
    top: 210px;
    float: right;
}

.affix-slider.desktop-banner.fixed-aside {
    top: 210px;
    position: sticky;
}

.main-stock-items .owl-carousel .owl-dots,
.product-list-solo.owl-carousel .owl-dots,
.product-list-solo.owl-loaded .owl-dots {
    margin-bottom: 35px;
    margin-top: 0;
}

.product-list-solo.owl-carousel .owl-dots,
.product-list-solo.owl-loaded .owl-dots {
    margin-top: 35px;
}

.main-stock__img {
    width: 815px;
    height: 307px;
}

.text-bubble {
    position: relative;
    background: #000000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 2rem;
    line-height: 12rem;
    text-align: center;
    width: 250px;
    height: 12rem;
    border-radius: 10px;
    padding: 0px;
}

.text-bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #000000 transparent transparent;
    bottom: -20px;
    left: 96%;
    margin-left: -10px;
}

.plist__item.good.good-topdeal {
    width: 840px;
    height: 322px;
}

.plist__item.good.good-topdeal .product-item__img {
    max-width: 317px;
    max-height: 320px;
    min-width: 317px;
    min-height: 320px;
}

.plist__item.good.good-topdeal .product-item__img img {
    max-width: 317px;
    max-height: 320px;
}

.plist__item.good.good-topdeal .product-item__text {
    width: calc(100% - 317px);
    min-width: calc(100% - 317px);
    max-width: calc(100% - 317px);
}

.plist__item.good.good-topdeal .product-item__text__title {
    font-size: 2.6rem;
    max-height: 6.5rem;
}

.plist__item.good.good-topdeal .product-item__author {
    font-size: 1.2rem;
}

.plist__item.good.good-topdeal .product-price__stock {
    font-size: 5.2rem;
    padding: 2rem;
    margin: 0 auto;
    position: relative;
}

.plist__item.good.good-topdeal .product-price__stock::before {
    content: 'Top Deal';
    display: block;
    position: absolute;
    background-color: #eabc00;
    color: #000;
    width: 74px;
    height: 58px;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: 900;
    left: -80px;
    top: -30px;
    white-space: break-spaces;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    border-radius: 10px 10px 0;
}

.plist__item.good.good-topdeal .product-price__stock::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #eabb00 transparent transparent;
    left: -21px;
}

.plist__item.good.good-topdeal .product-price {
    gap: 1rem;
}

.plist__item.good.good-topdeal .product-price_middle .product-price__size u {
    font-size: 1.8rem !important;
}

.plist__item.good.good-topdeal .product-price_middle .product-price__size strong {
    font-size: 3.2rem !important;
}


.plist__item.good.added-for-banner-js.slick-slider {
    width: 840px;
    height: 322px;
    background-color: transparent;
}

.plist__item.good.added-for-banner-js.slick-slider img {
    width: 100%;
    height: auto;
}

.side-slider-tall .slick-dots {
    visibility: hidden;
}

.main-stock-items .owl-carousel .owl-dot.active span,
.product-list-solo.owl-carousel .owl-dot.active span,
.product-list-solo.owl-loaded .owl-dot.active span,
.slick-slider .slick-dots li.slick-active button {
    border: 4px solid var(--main-yellow);
}


.plist__item,
.plist__item * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.plist__item {
    width: 415px;
    height: 156px;
    margin: 5px;
}

.product-item {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-item__img {
    max-width: 160px;
    max-height: 150px;
    min-height: 160px;
    min-width: 150px;
    padding: 5px;
}

.product-item__img img {
    margin: 0 auto;
    max-width: 155px;
    max-height: 145px;
    height: auto;
    width: auto;

}


.product-item__text {
    padding: 5px 10px;
    width: calc(100% - 160px);
    min-width: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.product-item__text:hover {
    text-decoration: none;
}

.product-item__text__title {
    font-size: 1.3rem;
}

.product-item__author {
    font-size: 1rem;
}

.product-price_middle .product-price__stock {
    font-size: 1.7rem;
    line-height: 2.5rem;
    height: unset;
    border-radius: 3px;
}

.note {
    font-size: 0.9rem;
}


.product-price__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-price_middle .product-price__size strong {
    margin-left: 1rem;
    margin-bottom: 0;
}

.product-price__size u {
    margin: 0;
}


.bottom-product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.whiteboard.short-text ::before,
.whiteboard strong::before {
    display: none;
}

.whiteboard.short-text h2,
.whiteboard h2 {
    color: var(--main-yellow);
    background-color: unset;
    font-size: 2.4rem;
    text-align: start;
}

.color-btn,
.color-btn:hover,
.show-more,
.plist-show-more,
.plist-show-more:hover,
.buttons-container .btn,
.promotions-btn,
.promotions-btn:hover,
.promotions-btn:active {
    position: relative;
    height: auto;
    background-color: transparent;
    padding: 2rem 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid black;
    border-radius: 50px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Montserrat-Bold", sans-serif;
    opacity: 1;
    text-decoration: none;
}

.shops-section .color-btn::before,
.show-more::before,
.plist-show-more::before,
.buttons-container .btn::before,
.promotions-btn::before {
    content: '';
    position: absolute;
    background-color: var(--main-yellow);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    top: 7px;
    left: 7px;
    z-index: -1;
}

.show-more::after,
.plist-show-more::after,
.buttons-container .btn::after,
.promotions-btn::after {
    padding: 3px;
    position: relative;
    left: 1rem;
    bottom: 3px;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.plist-show-more,
.plist-show-more:hover,
.plist-show-more:active {
    margin-left: 35%;
}

.section__title.title-footer {
    background-color: #000;
}

.title-footer div {
    color: var(--main-yellow);
    padding-top: 69px;
}

.title-footer strong {
    font-size: 2.4rem;
}

.title-footer::before {
    display: none;
}

.promo-item-block {
    display: inline-block;
    width: 817px;
}

.promo-list .promo-item-block {
    width: 695px;
    margin-right: 5px;
    margin-left: 5px;
}

.collapse {
    display: none;
}

dt {
    font-weight: 700;
}

.faq-box-b dl dt:after {
    display: none;
}

.faq-box-b dl:first-child {
    padding-right: 38px;
}

.faq-box-b dl:last-child {
    padding-left: 38px;
}

.faq-box-b dl dt h3 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.7rem;
    font-family: "Montserrat-Bold", sans-serif;
}

.faq-box-b dl dt {
    padding: 40px 0 14px;
    border-bottom: 1px solid #eabc00;
    font-size: 1.5rem;
    line-height: 2.1rem;
    font-family: "Montserrat-Regular", sans-serif;
    color: rgba(0, 0, 0, .56);
}

.faq-box-b dl dt > div[aria-expanded=true] .accordion-icon {
    width: 18px;
    height: 18px;
    margin-left: 20px;
    min-width: 18px;
    display: block;
    background: url(../images/svg/minus.svg) no-repeat center/cover;
}

.faq-box-b dl dt > div[aria-expanded=false] .accordion-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: block;
    margin-left: 20px;
    background: url(../images/svg/plus.svg) no-repeat center/cover;
}

.faq-box-b dl dt > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-box-b dl dd > div {
    padding: 38.5px 0 50px;
}

.faq-box-b dt:hover {
    cursor: pointer;
}

.international .nav_c {
    width: 100%;
    padding: 35px 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.international .nav_c li a {
    font-size: 2.2vw;
    line-height: 48px;
    padding: 5px 0;
    color: rgba(0, 0, 0, .39);
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}


.whiteboard.short-text::before {
    display: none;
}

.blog-box .item {
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-box .item b a,
.blog-box .item b a:hover {
    color: #5A5A59
}

.blog-img {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 49.5px;
}

.blog-img img {
    height: auto;
    width: 100%;
    margin: auto;
    max-width: unset;
    max-height: unset;
}

.collapse-search {
    display: none;
}


.shops-page .panel-body {
    margin-left: 5%;
}

.section-h .post-about.collapse {
    height: 340px !important;
    margin-bottom: 23px;
    overflow: hidden;
    display: block;
}

.section-h .post-about.collapse.in {
    height: auto !important;
}

.post-about {
    width: 100%;
    background: 0 0;
    padding: 0;
}

.post-about h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 23px;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    background-color: transparent;
    color: var(--main-yellow);
    text-align: left;
}

.post-about h2::before {
    display: none;
}

.show-more-text-about {
    color: #000;
    font-family: "Montserrat-Medium", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 3.5rem;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.section.section-h {
    padding: 115px 0 100px;
}

.section-h img {
    max-width: 100%;
}

.section-h .container {
    width: 1392px;
    margin: 0 auto;
}

.section-h .show-more-text-about:after {
    content: '';
    border-color: #000;
    border-width: 0 2px 2px 0;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 16px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
}

.section-h .show-more-text-about.collapsed:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.show-more-text-about:hover,
.show-more-text-about:focus {
    color: #eabc00;
    text-decoration: none;
}

.product-item.product-add > i {
    top: 30px;
}

.form-vertical .kv-hint-special .kv-type-label {
    white-space: normal;
}

.best-main-view .main-stock__img {
    width: unset;
    height: unset;
}


/*------------------------------------------------- PRODUCT MODAL */

.mb-15px {
    margin-bottom: 15px;
}

.stock-presentation .about-author__img {
    margin-bottom: 20px;
}

#quick-view-modal .title {
    position: relative;
    margin-bottom: 20px;
    top: unset;
    line-height: normal;
}

.stock-presentation .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stock-presentation .block-discount,
.stock-presentation .product-price__stock {
    margin: 0;
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-block: 20px;
}

.product-action .btn {
    border-radius: 50px;
    border: 1px solid var(--main-yellow);
    color: #ffffff;
    height: unset;
    padding: 15px;
    position: relative;
}

.product-list .product-timer .count-item:first-child {
    border-radius: 3px 0 0 3px;
}

.product-list .product-timer .count-item:last-child {
    border-radius: 0 3px 3px 0;
}

.product .product-timer,
.stock-presentation .product-price__stock {
    border-radius: 10px;
}

.stock-presentation .product-descr-title:has(h3) {
    display: block;
}

.stock-presentation .product-descr-title.mobile:has(h3) {
    display: none;
}

/* -------------------------------------------------------------- */

/* --------------------------------------------CATALOG POPOVER */


.product-popup-catalog {
    padding-top: 6rem;
}

.product-popover-target {
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

.product-popover .hover-figure {
    position: absolute;
    font-size: 1.1rem;
    padding: 1rem;
    background-color: #eabc00;
    color: #000;
    top: 40px;
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    transform: skewX(-22deg);
    right: 10px;
    -webkit-box-shadow: 1px 4px 10px rgb(0 0 0 / 50%);
    box-shadow: 1px 4px 10px rgb(0 0 0 / 50%);
    z-index: 2;
}

.product-popover.popover-default > .popover-title {
    background: none;
    border: 0;
    padding: 0;
}

.product-popover .popover-body {
    text-align: center;
    isolation: isolate;
    padding-bottom: 3rem;
}

.product-popover .popover-body .product-promo-wrapper {
    position: relative;
    padding-top: 7rem;
}

.product-popover .hover-figure strong {
    display: block;
    -webkit-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    transform: skewX(22deg);
}

.product-popover .popover-body .product-promo-code {
    display: block;
    background-color: #eabc00;
    width: 300px;
    margin-inline: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    cursor: pointer;
    padding-top: 1rem;
    margin-bottom: 3rem;
    border-radius: 0px 0px 0px 10px;
}

.product-popover .popover-body .product-promo-code > span {
    display: block;
    font-family: 'Montserrat';
    font-size: 2.5rem;
}

.product-popover .popover-body .message {
    font-size: 1.1rem;
    font-family: 'Montserrat-Regular';
    border-radius: 0px 0px 0px 10px;
    padding-block: 0.5rem;
}

.product-popover .popover-body .invite-message {
    display: block;
}

.product-popover .popover-body .success-message {
    display: none;
}

.product-popover .popover-body .icon-promocode {
    display: none;
}

.product-popover.clipboard-copied .popover-body .message {
    background-color: #000;
}

.product-popover.clipboard-copied .popover-body .invite-message {
    display: none;
}

.product-popover.clipboard-copied .popover-body .success-message {
    display: block;
    color: #fff;
}


.product-popover .btn-popover {
    position: relative;
    width: 90%;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding-inline: 3rem;
    border-radius: 999px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    letter-spacing: 2.8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-popover .btn-popover::before {
    content: '';
    position: absolute;
    background: transparent;
    border: 1px solid #eabc00;
    border-radius: 999px;
    width: 100%;
    height: 100%;
    top: -6px;
    left: -12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-popover .btn-popover:hover,
.product-popover .btn-popover:focus,
.product-popover .btn-popover:active {
    background-color: #eabc00;
    color: #000;
}

.product-popover .btn-popover:hover::before,
.product-popover .btn-popover:focus::before,
.product-popover .btn-popover:active::before {
    border: 1px solid #000;
}

.product-popover.popover-x .close {
    position: relative;
    z-index: 20;
    color: #000;
    padding: 1rem;
}

.product-popover.popover-x.popover-default.top > .arrow {
    bottom: -10px;
    border-top-color: #fff;
}

.product-popover.popover-x.popover-default.top > .arrow:after {
    border-top-color: #fff;
}

.product-popover.popover-x.popover-default.bottom > .arrow {
    top: -10px;
    border-bottom-color: #fff;
}

.product-popover.popover-x.popover-default.bottom > .arrow:after {
    border-bottom-color: #fff;
}

.product-popover-body.popover-x-body.modal-open {
    position: static;
}

.product-popover-body.popover-x-body .modal-backdrop {
    display: block;
    background-color: #000;
    opacity: 0.5;
    z-index: 1040;
}

.product-popover .product-promo-code:before {
    display: none;
}

/* ------------------------------------------------------------ */


/* DISABLING CONTENT FOR 2022 THEME*/
.d-none {
    display: none !important;
}

#faq .header-section {
    display: none;
}

.international .section__title {
    display: none;
}

.international .nav_c li a::after,
.international .nav_c li::after {
    display: none;
}

#blog .section__title {
    display: none;
}

/* -------------------------------- */
.content__aside {
    width: auto;
}

.filter-list__wrap {
    visibility: visible;
}

.filters-buttons {
    gap: 1rem;
}

.promo-edit .filter-type__main {
    display: none;
}

.promo-edit .pagination-wrapper {
    position: relative;
    right: 200px;
    top: -40px;
}

.pagination-wrapper:has(.loader) {
    right: 80px;
    top: 10px;
}

.responsive-aside {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.side-slider-tall {
    width: 390px;
    height: 680px;
    padding: 0;
}

.side-slider-tall img {
    width: 100%;
    height: 100%;
}

.overlay-loading {
    width: 1270px;
}

.city-promo-wrap .plist__item.big {
    width: 100%;
    height: auto;
}

.city-promo-wrap .partner-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}

.partner-card .right {
    background-color: white;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
}

.partner-card .right .d-flex {
    margin: 0 !important;
}

.partner-card .button-container {
    position: relative;
}

.partner-card i {
    display: block;
    color: var(--main-yellow);
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}

.partner-card .phone a,
.partner-card .link a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.btn-partner-card {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 1.4rem;
    border: 1px solid #000;
    border-radius: 999px;
    padding: 2rem 6rem;
    z-index: 1;
}

.btn-partner-card:hover {
    text-decoration: none;
    color: #000;
}

.btn-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background-color: var(--main-yellow);
    top: 10px;
    left: 10px;
}

.city-promo-wrap .title {
    color: var(--main-yellow);
    font-size: 3rem;
    font-weight: bold;
    /* font-family: 'Montserat'; */
}

.city-promo-wrap .promo-hero {
    display: block;
    max-width: 640px;
    max-height: 243px;
}

.city-promo-wrap .main-stock {
    margin-left: 0;
}

.promo-hero img {
    width: 100%;
    height: auto;
}

.city-promo-wrap .plist__item .main-stock__info {
    width: 405px;
    padding-bottom: 5rem;
}

.shops-page .section-wrap {
    width: auto;
}

.search .input-group {
    width: calc(100% - 70px);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1366px) and (min-width: 767px) {
    .content .search-warapper {
        width: 70%;
        max-width: 1280px;
    }
}

@media only screen and (max-width: 1392px) {
    .section-h .container {
        width: auto;
    }

}

@media only screen and (max-width: 767px) {
    .mobile-container {
        max-width: 375px;
        margin-inline: auto;
    }

    /*.page__header.page__header-de.with-banner .navbar-default {*/
    /*    border-bottom: 2px solid #fbd62d;*/
    /*}*/
    .color-btn {
        border: 2px solid var(--main-yellow);
    }

    .jq-ry-container {
        color: var(--main-yellow);
    }

    .navbar_submenu {
        background: var(--main-yellow);
    }

    .product-list-controls .title span:first-child {
        background: var(--main-yellow);
    }

    .filter-block.active,
    .filter-table.active {
        color: var(--main-yellow);
    }

    .title-h2,
    .filters .brands__items_group > .title {
        border-bottom: 2px solid var(--main-yellow);
    }

    .partner-slider .slick-arrow,
    .partner-slider .slick-arrow:active,
    .partner-slider .slick-arrow:focus {
        background: var(--main-yellow);
    }

    .faq-box-b dl:last-child dt:after {
        background-color: #fbd62d;
    }

    .filter-block.active,
    .filter-table.active {
        color: var(--main-yellow);
    }

    .about-author__phone p,
    .about-author__phone a {
        color: var(--main-yellow);
    }

    .about-author .section-title {
        color: var(--main-yellow);
    }

    /*
    .show-more {
        border-bottom: 2px solid var(--main-yellow);
        color: var(--main-yellow);
    } */
    .cities-wrapper a:after {
        border-bottom: 2px solid var(--main-yellow);
    }

    .about-author__phone a {
        border-bottom: 2px solid var(--main-yellow);
    }

    .show-more:after {
        border-color: var(--main-yellow);
    }

    .shops-page .partner-info-group a .title {
        flex: 1 1 auto !important;
        text-align: center;
        word-break: break-word;
    }

    .cms-page-content .show-more-text-partner {
        border-bottom: 2px solid var(--main-yellow);
        color: var(--main-yellow);
        margin-bottom: 45px;
    }

    .cms-page-content .show-more-text-partner:after {
        border-color: var(--main-yellow);
    }

    .gdprPopup .gdprPopup_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gdprPopup .modal-dialog {
        position: fixed;
        bottom: 0;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .gdprPopup .gdprPopup_text {
        margin-bottom: 14px;
        max-height: calc(100vh - 200px);
        overflow: auto;
    }

    .gdprPopup_items {
        margin-bottom: 14px;
        max-height: calc(100vh - 365px);
        overflow: auto;
        margin-top: 10px;
    }

    /* STYLING FOR 2022 THEME */
    .shops-page .panel-body {
        margin-left: 0;
    }

    .flex-for-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
    }

    .flex-for-header > *,
    .page__header.page__header-de > div:not(.submenu-container) {
        position: relative;
        z-index: inherit;
        top: unset;
    }

    .head-banner.mobile-banner {
        width: 100%;
        height: auto;
    }

    .text-box {
        z-index: 300;
        background-color: #f5f4f0;
    }

    .promo-slider {
        margin: 0 auto;
    }

    .sub-section .shops-section {
        position: relative;
        z-index: 300;
        background-color: #f5f4f0;
    }

    .brand-slider {
        margin-top: -1px;
    }

    .section-wrap {
        margin-bottom: -1px;
        border-bottom: 3px solid #D6D6D6;
    }

    .page__header .btn-burger span,
    .page__header .btn-burger span::before,
    .page__header .btn-burger span::after {
        background-color: var(--main-yellow);
    }

    .category-slider-short {
        margin-top: 45px;
        width: auto;
        margin-inline: auto;
    }

    .search-wrap {
        display: none;
        width: 100%;
        left: unset;
        z-index: 1000;
    }

    .content .search-warapper {
        width: 100%;
    }

    .content .search .input-group .form-control,
    .tech-page-wrap .search .input-group .form-control {
        width: 90%;
    }

    .content__wide .slick-dotted.slick-slider {
        margin-top: 45px;
    }

    .text-box .bg-text {
        font-size: 12rem;
    }

    .text-box .regular-text {
        font-size: 1.5rem;
        line-height: initial;
    }

    .text-box .yellow-text {
        font-size: 4.5rem;
    }

    .left-position .bg-text {
        text-align: center;
    }

    .left-position .text-box > div:not(.bg-text) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .promo-slider {
        width: 100%;
    }

    .main-stock__img {
        width: auto;
        height: auto;
    }

    .main-stock-items {
        padding-left: 25px;
    }

    .owl-carousel .owl-item {
        width: 310px !important;
    }

    .promo-slider .owl-item .main-stock__img,
    .promo-slider .owl-item.active + .owl-item.active .main-stock__img {
        opacity: 1;
        height: unset;
        margin: unset;
    }

    .main-stock-items .owl-carousel .owl-dots,
    .product-list-solo.owl-carousel .owl-dots,
    .catalog-slider-huge .slick-dots {
        border: none;
    }

    .catalog-slider-huge .slick-dots {
        bottom: 0;
    }


    .whiteboard.short-text h2,
    .whiteboard h2 {
        text-align: center;
        padding-top: 30px;
    }

    .whiteboard.short-text p,
    .whiteboard p {
        text-align: center;
    }


    .section-info .show-more {
        border: none;
        color: #000;
    }

    .section-info .show-more::before {
        display: none;
    }

    .section-info .show-more::after {
        color: #000;
    }

    .info-block .section__title {
        background-color: #000;
    }

    .section__title > strong {
        color: var(--main-yellow);
        font-size: 2rem;
    }

    .info-block .section__title::before {
        display: none;
    }

    .info-block h3.section__title {
        margin-top: 50px;
    }

    .app-block a {
        display: block;
        margin: 0 auto;
    }

    .rating-widget-markup-span {
        margin-top: 5px;
    }


    .rating-widget-div {
        margin-bottom: 30px !important;
    }

    .footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 15px;
        padding: 1rem 0;
    }

    .nav-stacked li a {
        font-size: 1.6rem;
        margin-bottom: 1.8rem;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .catalog-slider-huge {
        box-shadow: none;
    }

    .sub-section.banner-for-mobile,
    .border-bottom,
    .main-stock-items.pull-left > div:not(div:last-of-type) {
        border: none;
    }

    .catalog-slider-huge.slick-initialized .slick-slide {
        width: auto !important;
        height: auto;
    }

    .catalog-slider-huge.slick-initialized .slick-center a,
    .category-slider-short.slick-initialized .slick-center {
        height: unset;
        width: unset;
    }

    .plist__item.good.added-for-banner-js.slick-slider {
        display: block;
        height: auto;
        width: 95%;
        background-color: #f5f4f0;
    }

    .filter-list.plist__partners_push {
        padding-bottom: 27px;
        border-bottom: none;
        margin: 0;
        width: 100%;
        padding: 0 5px 27px;
    }

    .plist__item.good.added-for-banner-js.slick-slider .slick-list {
        background-color: transparent;
    }

    .plist__item.good.added-for-banner-js.slick-slider .slick-slide {
        margin-inline: 1rem;
        width: unset;
    }

    .plist__item {
        width: 95%;
        height: 177px;
        margin: auto;
        margin-top: -1px;
        padding: 5px;
        float: none;
        background-color: #f5f4f0;
        z-index: 200;
    }

    .plist__item > div {
        background-color: white;
    }


    .product-item__img {
        width: 189px;
        height: 177px;
        max-width: unset;
        max-height: unset;
        padding: 5px 10px;
    }

    .product-item__img img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .product-item__text {
        width: unset;
        height: unset;
        max-width: unset;
        max-height: unset;
    }

    .product-item__text__title,
    .product-item__author {
        font-size: 1rem;
    }

    .product-item__text__title {
        font-family: 'Montserrat-Regular', sans-serif;
    }

    .product-price__size {
        margin-top: 1rem;
    }

    .buttons-container {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        /* FIX FOR MYSTERIOUS BUG  */
    }

    .buttons-container .btn:hover {
        color: black;
    }

    .plist-show-more {
        margin: 40px auto;
    }

    .category-page .show-more {
        display: block;
        border: none;
        color: black;
    }

    .category-page .show-more::before {
        display: none;
    }

    .category-page .show-more:after {
        content: '';
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        cursor: pointer;
        display: inline-block;
        padding: 3px;
        position: relative;
        left: 1rem;
        bottom: 3px;
        border: solid #000;
        border-width: 0 2px 2px 0;

    }

    .category-item {
        width: calc(50% - 4px);
        margin: 2px;
        height: 130px;
        padding: 16px;
    }

    .wrap-category-list {
        width: 90%;
    }

    .wrap-partner-list {
        width: auto;
    }

    .category-item h3 a,
    .category-item h3 a:hover,
    .category-item h3 a:focus {
        font-size: 0.8rem;
    }

    #mainpage .sub-section {
        padding: 0;
    }

    #mainpage .content__aside.mobile-banner {
        width: 375px;
        left: auto !important;
        right: auto;
        margin-left: 10px;
        top: 20% !important;
        z-index: 100;
    }

    /* .banner-for-mobile .plist__item:nth-child(4) {
        margin-bottom: 738px;
    } */
    /*
        .banner-for-mobile .plist__item:nth-child(4)::after {
            display: block;
            content: '';
            width: 100%;
            height: 738px;
        } */
    .side-slider-tall {
        width: 100%;
        height: auto;
        margin-inline: auto;
    }

    .section-wrap:has(.side-slider-tall) {
        border: none;
    }

    .main-stock-items__list.slick-slider .slick-arrow {
        display: none !important;
    }

    .left-position {
        margin: auto;
    }

    .page__header .btn-burger {
        left: auto;
        right: 5px;
    }

    .color-btn {
        border: 1px solid black;
    }

    .faq-box-b dl:last-child {
        padding: 0;
        margin-bottom: 0;
    }

    .faq-box-b dl:last-child dt:after {
        display: none;
    }

    .blog-box .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 36px;
        padding: 0;
    }


    .blog-img img {
        width: 100%;
        height: auto;
        margin: auto;
        margin-bottom: 0;
        margin-right: 10px;
    }


    .faq-box-b dl:first-child {
        padding: 0;
    }

    .blog-box > div > div:first-child {
        border-bottom: 3px solid #D6D6D6;
    }

    .grey-line::before {
        display: none;
    }

    .layer-fix {
        z-index: 200;
        position: relative;
        background-color: #f5f4f0;
        padding: 45px 0;
        margin-bottom: -1px;
    }

    #faq .text-box {
        margin-top: -4px;
    }

    .faq-box-b dl dt {
        border-bottom: 1px solid #5A5A59;
    }

    #faq {
        border-bottom: none;
    }

    /* FILTER STYLING */
    .close-filters .filter-list__title,
    .filter-list__title:active,
    .filter-list__title:focus {
        color: #000;
        text-align: start;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 12px;
    }

    .close-filters .filter-list__btn {
        bottom: 15px;
        left: 76px;
        padding: 2px;
        border: 2px solid black;
        border-top: none;
        border-left: none;
    }

    .product-list__right {
        border-top: 6px solid var(--main-yellow);
        border-bottom: none;
    }

    .filter-list button {
        border: none;
    }

    .filter-list__title::after {
        left: 22%;
        border: 1px solid black;
        border-top: none;
        border-left: none;
        padding: 2px;
        bottom: 47%;
    }

    .promo-page .product-list {
        width: calc(100% + 10px);
    }

    .section-product-list .plist-wrap {
        width: 100%;
        margin-left: 0;
    }

    .search-page .product-list {
        width: 100%;
        margin: 0;
    }

    .product-list.filtered .filter-type {
        top: 42px;
        margin-right: 5px;
    }


    .filter-type__main > ul {
        margin-right: 35px;
    }

    .filter-type__main > ul:before {
        left: -80%;
    }


    .page__footer {
        margin-top: -1px;
    }

    .filter-list__title .glyphicon {
        font-size: 10px;
        width: 10px;
        padding-top: 7px;
    }

    .filter-list {
        margin: 0 auto;
    }

    .close-filters .filter-list__title,
    .filter-list__title:active,
    .filter-list__title:focus {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid var(--main-yellow);
        padding-bottom: 45px;
    }


    .filter-open .page__header .btn-burger span {
        background-color: var(--main-yellow);
    }

    #header-logo-block {
        top: unset;
    }

    .page__header.page__header-de.with-banner .navbar-brand {
        right: unset;
        left: 1rem;
        padding-right: 8px;
    }

    .page__header.page__header-de .header-sale__timer {
        margin: 0 auto;
    }

    /* ------------------------- */
    .promo-item-block {
        width: auto;
    }

    .promo-slider .promo-item-block {
        width: 310px;
    }

    .best-main-view .promo-item-block {
        width: 100%;
        padding-inline: 4%;
        margin: 0;
    }

    .best-main-view .promo-item-block img {
        width: 100%;
        height: auto;
    }

    .panel-body .content__aside {
        width: 100%;
        height: auto;
        margin: 0 auto;
        bottom: auto;
        top: 20% !important;
    }

    .menu.open {
        top: 110px;
    }

    /* CATEGORY MOBILE */
    .catalog-slider .swiper-slide img,
    .category-slider-short img {
        width: 100%;
        height: auto;
    }

    .category-page .owl-carousel .owl-item {
        width: 100% !important;
    }

    .category-page .promo-slider::after {
        display: none;
        content: '';
        width: 100%;
        height: 700px;
        background-color: transparent;
    }

    .responsive-aside {
        bottom: 30px;
    }

    .homepage-skyscraper .slider-container {
        width: 300px;
        margin-inline: auto;
    }

    .category-slider-short.slick-initialized a[aria-hidden="true"],
    .category-slider-short.slick-initialized a.slick-slide {
        opacity: 1;
        height: 100%;
        margin: 0 40px;
    }

    .mobile-banner.responsive-aside {
        width: 300px;
    }

    .mobile-banner.responsive-aside, .panel-body .content__aside {
        margin: 0 auto;
        bottom: auto;
        top: 19% !important;
    }

    .responsive-aside .side-slider-tall {
        height: auto;
    }

    .category-slider-short.slick-initialized a.slick-current {
        width: unset;
        margin: 0 auto;
    }

    .category-slider-short.slick-initialized a.slick-current img {
        margin: 0 auto;
    }

    .category-page .whiteboard {
        padding-left: 0;
    }

    .category-page .layer-fix {
        padding: 1px;
    }

    .category-content .plist {
        overflow-y: hidden;
    }

    .category-page .layer-fix .show-more {
        display: block;
    }

    .grey-theme .product-timer .count-item {
        width: 37px;
    }

    .grey-theme .product-timer .count-item span {
        width: 17px;
        margin: -1px 0.5px;
        font-size: 2rem;
        height: 28px;
        line-height: 2.8rem;
    }

    .collapse-search {
        display: block;
        z-index: 2000;
        position: absolute;
        color: var(--main-yellow);
        top: 15px;
        right: 62px;
        font-size: xx-large;
    }

    .collapse-search:active,
    .collapse-search:hover {
        text-decoration: none;
        color: var(--main-yellow);
    }

    .box-title {
        margin-top: 70px;
    }

    .pageview_widget_content {
        padding-top: 50px;
    }

    .stock-presentation .product-price-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-author__img img {
        width: 100%;
        height: auto;
    }

    .stock-presentation .product-descr-title:has(h3) {
        display: none;
    }

    .stock-presentation .product-descr-title.mobile:has(h3) {
        display: block;
    }

    .stock-presentation .product-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .5rem;
    }

    .stock-presentation .countdown-block {
        margin-bottom: 5px;
    }

    .stock-presentation .product-promo {
        margin: 0;
    }

    .plist__item.good.good-topdeal {
        width: 95%;
        height: auto;
    }

    .plist__item.good.good-topdeal .product-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plist__item.good.good-topdeal .product-item__img {
        max-width: none;
        max-height: none;
        width: 100%;
    }

    .plist__item.good.good-topdeal .product-item__img img {
        max-width: none;
        width: 100%;
        height: auto;
        margin-inline: auto;
    }

    .plist__item.good.good-topdeal .product-item__text {
        max-width: none;
        width: 100%;
    }

    .plist__item.good.good-topdeal .product-item__text__title {
        font-size: 23px;
        margin-bottom: 3rem;
    }

    .filters.panel-body {
        z-index: 10;
    }

    .bg-gray-100 {
        background-color: #f5f4f0;
        padding-block: 2rem;
        margin: -1px;
    }

    .pre-footer {
        z-index: 2;
    }

    .pre-footer .social-links-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }

    .skyscraper-promotions {
        z-index: -1;
    }

    .skyscraper-promotions .slider-container {
        width: 300px;
        margin-inline: auto;
    }

    .side-slider-tall img {
        width: 300px !important;
        height: auto;
    }

    .banner-for-mobile {
        overflow: unset;
    }

    .plist-wrap {
        overflow: unset;
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .category-content.banner-for-mobile .product-list {
        background: transparent;
    }

    /* ------------------------ */
    /* ----------------------------------------------------SHOPS MOBILE */
    .shops-page .partner-info-group a {
        padding: 0 10px;
    }

    /* ----------------------------------------------------------------- */
    /* DISABLING CONTENT FOR 2022 THEME */
    #mainpage .content__aside.desctop-banner {
        display: none;
    }

    .promo-slider .owl-nav {
        display: none;
    }

    /* .desctop-banner.responsive-aside {
        display: none;
    } */
    .banner-skyscrapper {
        z-index: 200;
        height: 655px;
    }

    .banner-skyscrapper a {
        height: 655px;
    }

    /* ------------------------ */
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1366px) and (min-width: 767px) and (hover: none) {
    html {
        font-size: 8px;
    }

    .catalog-slider-inner.desktop-banner .section-wrap {
        padding: 3rem 0;
    }

    .grey-theme .product-timer .count-item span {
        padding: 10px 0;
    }

    .content .search-warapper {
        width: 70%;
        max-width: 1280px;
    }

    .content .search .input-group .form-control, .tech-page-wrap .search .input-group .form-control {
        line-height: 2rem;
    }
}

@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1366px) and (min-width: 767px) and (hover: none) {
    html {
        font-size: 4px;
    }
}

@media screen and (min-width: 767px) {
    .ml-5per {
        margin-left: 5%;
    }

    .pr-15per {
        padding-right: 15%;
    }

}
