*:focus {
    outline: none;
}

.top-bar .alert {
    color: #ffffff;
}

.top-bar .alert a {
    color: #ffffff;
    transition: color 0ms, opacity 200ms;
}

.top-bar .alert a:hover {
    opacity: 0.8;
}

.hidden {
    display: none;
}

.help-block {
    display: none;
}

.form-control.form-error {
    color: #D8483D!important;
    border-color: #D8483D!important;
}

.form-control.form-error.foxentry-input-invalid {
    background-image: none;
}

.form-control.form-error.foxentry-input-warning {
    background-image: none;
}

.product-item-info-right a.active svg path {
    stroke: #EF7D00;
}

.product-item p {
    flex-grow: 1;
}

.row-margin .category-item {
    margin-bottom: 2.4rem;
}

.category-item-info {
    flex-grow: 1;
}

.category-item p {
    line-height: 1.8;
}

.category-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.2rem;
}

.category-item ul li {
    position: relative;
    padding-left: 3.6rem;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}

.category-item ul li:before {
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
    background: url("/images/front/icon_check.svg") no-repeat center;
    content: "";
    display: block;
}

.submenu-item-cat ul li a {
    font-size: 1.4rem;
}

.ui-slider-horizontal .ui-slider-handle {
    outline: none!important;
    transition: background-color 200ms;
}

.product-list-section .left-menu {
    order: 1;
}

.product-list-section .main-content {
    order: 2;
}

.product-list-category-item-name {
    line-height: 1.2;
}

.main-menu .container > ul > li:hover > a,
.main-menu .container > ul > li.active > a {
    background: #565654;
    color: #ffffff;
}

.submenu-item-cat ul li.submenu-item-other a {
    color: #a0a09e;
}

.screen-overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity 200ms;
}

.screen-overlay.active {
    opacity: 0.6;
    height: 100%;
}

.top-bar {
    z-index: 20;
    position: relative;
}

header {
    z-index: 20;
    position: relative;
    background-color: #ffffff;
}

.submenu-wrap.active {
    display: block;
}

.mobile-menu-main ul li a img {
    margin-top: 1px;
}

.product-detail-gallery > a {
    width: calc(100% / 7);
}
@media (min-width: 992px) {
    .product-detail-main-img {
        padding-right: 48px;
    }

    .product-detail-gallery {
        padding-right: 48px;
    }
}

.product-detail-box-avail-item .avail-gray {
    color: #A0A09E;
}
.product-detail-box-avail-item .avail-orange {
    color: #F2B20B;
}
.product-detail-box-avail-item .avail-green {
    color: #32CA8E;
}

.cart-item-avail .avail-gray {
    color: #A0A09E;
}
.cart-item-avail .avail-orange {
    color: #F2B20B;
}
.cart-item-avail .avail-green {
    color: #32CA8E;
}

.cart-item-avail .avail-gray .icon {
    fill: #A0A09E;
    stroke: #A0A09E;
}

.cart-item-avail .avail-orange .icon {
    fill: #F2B20B;
    stroke: #F2B20B;
}

.cart-item-avail .avail-green .icon {
    fill: #32CA8E;
    stroke: #32CA8E;
}

.styled-variant-item {
    height: 100%;
}

.styled-variant-item .styled-variant-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4rem;
}

.styled-variant-item .styled-variant-name {
    text-transform: none;
    margin: 0;
    word-break: break-all;
}

.styled-variant-item .styled-variant-name.styled-variant-name-small {
    font-size: 1.4rem;
    line-height: 1.2;
}

.styled-variant-item .styled-variant-name.styled-variant-name-smaller {
    font-size: 1.2rem;
}

@media (max-width: 575px) {
    .styled-variant-item .styled-variant-name {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .styled-variant-item .styled-variant-name.styled-variant-name-small {
        font-size: 1.2rem;
    }

    .styled-variant-item .styled-variant-name.styled-variant-name-smaller {
        font-size: 1.0rem;
    }
}

.product-detail-nav-line-section {
    position: sticky;
    top: -1px;
    z-index: 2;
    background-color: #ffffff;
}

.product-detail-nav-line-section .product-detail-nav-item-cik {
    opacity: 0;
    transition: opacity 200ms;
}

.product-detail-nav-line-section.isSticky .product-detail-nav-item-cik {
    opacity: 1;
}

.rating-section {
    padding-top: 4.8rem;
}

.accessories-section {
    padding-top: 4.8rem;
}

.similar-section {
    padding-top: 4.8rem;
}

.product-detail-nav-item-img {
    padding: 0.4rem 0;
}

.review-item-reply p a {
    color: #ffffff;
}

.review-item-reply p strong {
    color: #ffffff;
}

.review-item-reply .person-box {
    margin-top: 2.4rem;
}

.review-item:last-of-type {
    border-bottom: none;
}

.cart-item-text-name {
    line-height: 1.6;
}

.cart-list-table table td.cart-item-price {
    width: 16rem;
    text-align: right;
    padding-right: 2.4rem;
}

.cart-list-table table td.cart-item-price-ks {
    width: 16rem;
    text-align: right;
    padding-right: 2.4rem;
}

.cart-list-table table td.cart-item-del {
    width: 4.8rem;
    text-align: center;
}

.cart-summary-box-item-right {
    width: 10rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.cart-top-item a {
    color: #595855;
}

.cart-top-item a:hover,
.cart-top-item.active a {
    color: #EF7D00;
}

.product-detail-brand {
    margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
    .product-detail-nav-line .product-detail-nav ul {
        padding: 0 0.8rem;
    }

    .product-detail-content-right h4 {
        padding-left: 0;
    }

    .param-item {
        padding: 0.8rem 0;
    }

    .rating-section {
        padding-top: 2.4rem;
    }

    .similar-section {
        padding-top: 2.4rem;
    }

    .breadcrumb-item:first-of-type,
    .breadcrumb-item:not(:nth-last-of-type(2)) {
        display: none;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        transform: rotate(-180deg);
        margin-left: 0;
    }

    .cart-list-table table td.cart-item-price {
        width: calc(100% - 10rem);
        padding-right: 0.8rem;
    }

    .cart-list-table table td.cart-item-price-ks {
        padding-right: 0.8rem;
    }

    .cart-list-table .cart-item-count .input-count {
        font-size: 1.6rem;
    }

    .mobile-product-top {
        margin-bottom: 2.4rem;
    }
}

.cart-preview-item-img {
    text-align: center;
}

.cart-preview-item-bot .price {
    width: 9rem;
}

.product-detail-gallery a {
    cursor: pointer;
    transition: border-color 200ms;
}

.product-detail-gallery a.swiper-slide-thumb-active,
.product-detail-gallery a:hover {
    border-color: #D0CFCE;
}

.product-detail-main-img .swiper-button-prev,
.product-detail-main-img .swiper-button-next {
    z-index: 1;
    width: 4.0rem;
    height: 4.0rem;
}

.product-detail-main-img .swiper-button-disabled {
    display: none;
}

.check-styled-row {
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.cart-summary-box-bottom p {
    font-size: 1.4rem;
    color: #A0A09E;
    line-height: 1.4;
}

.cart-summary-box-bottom p a {
    color: #A0A09E;
}

select.selectpicker {
    display: block!important;
}

textarea.form-control {
    line-height: 1.4;
}

.btn-icon .hide-mobile {
    margin-right: 4px;
}

.header-favorite {
    position: relative;
}

.header-compare {
    position: relative;
}

.form-error-message {
    color: #D8483D !important;
    font-size: 1.2rem;
    display: block;
    line-height: 1.2;
    margin-top: 0.4rem;
}

.rating-star {
    cursor: pointer;
}

.product-detail-btns .btn.active .icon-love {
    stroke: #EF7D00;
}

.product-detail-btns .btn.active .icon-compare {
    stroke: #EF7D00;
}

.product-detail-box .btn-bigger {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.cart-item-avail-error {
    margin-top: 0.8rem;
}

.cart-item-avail-info-all {
    margin-bottom: 0;
}

.cart-delivery-item .check-styled input[type=radio] + label .cart-delivery-item-name {
    width: calc(100% - 6.4rem - 15rem);
}

.tooltip-inner {
    max-width: 300px;
    width: auto;
}

.cart-control-box-icon {
    text-align: right;
}

.cart-delivery-item .check-styled input[type=radio] + label .cart-delivery-item-name-adress.hidden {
    display: none;
}

.branch-selector-list {
    max-height: 70vh;
    overflow-y: scroll;
    padding-bottom: 2px;
}

.branch-selector-item {
    display: block;
    width: 100%;
    line-height: 1.4;
    color: #595855;
    padding: 0.8rem 1.6rem;
    border: 1px solid #F3F3F3;
    margin-top: -1px;
    transition: all 200ms;
}

.branch-selector-item:hover {
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

.header-right {
    align-items: center;
}

.order-item-img a {
    width: 48px;
}

.line-order-item-img a {
    width: 48px;
}

.koloshop-card-qr {
    background-color: #ffffff;
    width: 70%;
    padding: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}

.line-order-item-text {
    width: 28rem;
}

.line-order-item-price {
    width: 40rem;
}

.line-order-item-state {
    width: 16rem;
}

.line-order-item-img {
    width: calc(100% - 28rem - 40rem - 16rem);
    padding-right: 3.2rem;
}

.order-item-main {
    padding-right: 2rem;
}

.order-item-img {
    min-width: 28rem;
}

.order-item-img a {
    margin: 0.4rem;
}

.order-item-price {
    justify-content: end;
}

.product-item-col {
    display: flex;
    flex-direction: column;
}

.product-item-col .product-item {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .cart-content-box-sticky {
        position: sticky;
        top: 3.2rem
    }
}

.cart-content-box .h4 {
    margin-bottom: 2.4rem!important;
}

.user-row-item-text-inner {
    max-width: 40rem;
}

.compare-table table tr.compare-table-top td {
    padding: 0 0.4rem;
}

.compare-table table td {
    padding: 1.6rem;
}

.compare-table-wrap {
    padding-left: 0;
}

.compare-table table td:first-child {
    position: sticky;
}

.alert.alert-warning {
    background-color: #FFF4D7;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    border: none;
}

.alert.alert-warning p {
    color: #595855;
    margin-bottom: 0;
    line-height: 2.4rem;
}

.filter-content label > a {
    color: #595855;
}

.filter-content label > a:hover {
    color: #EF7D00;
}

h1 small {
    font-size: 60%;
    color: #A0A09E;
}

.news-section h1 {
    margin-bottom: 1.6rem;
}

.text-block-top-info {
    padding: 1.6rem 0;
}

.brand-list-sectio .symbol-list {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    flex-wrap: nowrap;
}

.brand-section .brand-item {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .brand-list-sectio .symbol-list {
        flex-wrap: wrap;
    }

    .brand-list-sectio .symbol-item {
        width: 3rem;
    }
}

.store-item {
    height: 100%;
}

.store-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.store-item-text .perex {
    flex-grow: 1;
}

.hp-text-top-team-item img {
    border-radius: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp-text-section .hp-text-top-team-item {
    margin-top: -9.6rem;
}

.hp-text-content-gallery-item {
    width: 50%;
}

.servis-item {
    height: 100%;
}

.servis-item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.servis-item-text p:first-of-type {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .user-mobile-menu {
        display: none;
    }
}

.history-banner-item-text {
    left: 0;
}

.tag-5 {
    background: #d6c110;
}

video {
    max-width: 100%;
    height: auto;
}

.assistant {
    margin-bottom: 1.6rem;
}

.top-menu-lang > .dropdown > .dropdown-menu {
    padding: 1.6rem;
    width: 32rem;
}

.top-menu-lang > .dropdown > .dropdown-toggle img {
    margin-right: 0.8rem;
}

.top-menu-lang .bootstrap-select .dropdown-toggle {
    height: 4.8rem;
}

.top-menu-lang .bootstrap-select .dropdown-toggle:after {
    top: 1.2rem;
}

.top-menu-lang .bootstrap-select .dropdown-menu .dropdown-item {
    height: 4.8rem;
}

.top-menu-lang .bootstrap-select .dropdown-toggle .filter-option {
    line-height: 1.4;
}

.top-menu-lang .btn {
    width: 100%;
    justify-content: center;
}

.text-block img {
    height: auto!important;
}

.text-block-simple > div {
    margin-bottom: 2.4rem;
}

.text-block ol {
    margin-bottom: 2.4rem;
}

.main-menu .container > ul > li > a {
    width: 100%;
    justify-content: center;
}

.ekko-lightbox .close {
    position: fixed;
    top: 8px;
    right: 9px;
    z-index: 100;
    opacity: 1;
    text-shadow: none;
}

.ekko-lightbox .close:hover {
    opacity: 1;
}

.ekko-lightbox .close span {
    display: none;
}

.ekko-lightbox .close:after {
    content: '';
    background: url("/images/front/icon_close.svg") center center no-repeat;
    padding: 10px;
}

@media (max-width: 575px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"] {
        font-size: 16px;
    }

    .user-left-menu {
        margin-bottom: 2.4rem;
    }

    .user-text-page-number-list .number-list-item {
        width: 100%;
    }

    .user-card-page .gray-box {
        background-color: transparent;
        padding: 2.4rem 0;
    }
}

@media (max-width: 991px) {
    .product-detail-nav-line {
        overflow-y: hidden;
    }
}

.hp-text-content-gallery-item img {
    height: auto;
}

.brand-item img {
    height: auto;
}

.banner-cat-item-head {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .banner-cat-item-head {
        font-size: 1.4rem;
    }
}

.product-detail-box-variant-top strong {
    font-size: 1.8rem;
    color: #363530;
}

.product-detail-content-right h3.h4 {
    padding-left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.35;
    margin-bottom: 1.6rem;
}

@media (max-width: 991px) {
    .product-detail-content-right h3.h4 {
        padding-left: 0;
    }
}

.product-detail-gallery a img {
    height: auto;
}

#slider-range {
    width: calc(100% - 32px);
    margin-left: 16px;
}

#slider-range.ui-slider:after {
    content: '';
    position: absolute;
    left: -16px;
    right: -14px;
    top: 0;
    height: 8px;
    background-color: #D0CFCE;
    display: block;
}

#slider-range .ui-slider-handle:first-of-type {
    transform: translateX(-10px);
}

#slider-range .ui-slider-handle:last-of-type {
    transform: translateX(+8px);
}

.carousel-item-img {
    height: 100%;
}

.top-bar-1 {
    background-color: #D8483D;
}

.top-bar-2 {
    background-color: #29a985;
}

.top-bar-3 {
    background-color: #ffc41e;
}

.top-bar-4 {
    background-color: #3388f0;
}

.top-bar .alert.top-bar-3 a {
    color: #363530;
}

.product-item-code {
    position: absolute;
    top: 0.8rem;
    right: 1.2rem;
    color: #bbbbbb;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 200ms;
    z-index: 1;
}

.product-item-recommend .product-item-code {
    top: 3rem;
}

.product-item:hover .product-item-code {
    opacity: 1;
}

.product-item.col-md-3 .product-item-code {
    top: 0.4rem;
    right: 0.6rem;
}

.product-item.col-md-3.product-item-recommend  .product-item-code {
    top: 2.4rem;
}

@media (max-width: 575px) {
    .product-item-code {
        display: none;
    }
}

.alertify-log a {
    color: #ffffff;
    text-decoration: underline;
}

.alertify-log a:hover {
    text-decoration: none;
}

.info-contact-info-item-text p a {
    color: #A0A09E;
}

.top-bar .alert-bomb {
    color: #363530;
}

.top-bar .alert-bomb a {
    color: #363530;
}

.overlay-loader {
    z-index: 999999;
}

.row-product-page {
    position: relative;
}

.product-list-items-count {
    position: fixed;
    top: 20%;
    left: 50%;
    display: none;
}

.product-list-items-count .btn {
    display: block;
}

.product-list-items-count.sticky-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

@media (max-width: 991px) {
    .product-list-items-count {
        display: none!important;
    }
}

.customer-page-section .cover-banner-item {
    display: block;
}

.customer-page-section .cover-banner-item h3 {
    color: #ffffff;
    transition: color 0.3s;
}

.customer-page-section .cover-banner-item:hover h3 {
    color: #EF7D00;
}

.customer-page-section .cover-banner-item-text-small {
    padding: 2.4rem;
}

.customer-page-section .cover-banner-item-text-small .cover-banner-item-name {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.submenu-main-block-menu {
    align-content: start;
}

.submenu-item {
    margin-bottom: 3.2rem;
}

.submenu-description {
    max-width: 800px;
    margin-bottom: 3.2rem;
}

.submenu-description h3 {
    margin-bottom: 1.6rem;
}

.submenu-description .btn {
    height: 4.8rem;
    margin-top: 0.6rem;
    padding: 1.6rem 3.1rem;
}

.category-item-name {
    display: block;
}

.submenu-item-cat p {
    margin-bottom: 0;
}

.submenu-items {
    display: block;
    height: 66px;
    overflow: hidden;
}

li.all .submenu-items {
    height: auto;
}

.submenu-left-menu-item .submenu-main-block-menu {
    bottom: auto;
}

.submenu-left-menu-item:hover {

}

.main-menu .container > ul > li.all:hover > a {
    background-color: #565654;
}

.main-menu .container > ul > li.all:hover > a .icon {
    fill: #ffffff;
}

.submenu-item-other a {
    position: relative;
}

.submenu-item-other a:after {
    content: "";
    display: inline-block;
    background: url("/images/front/breadcrumb_arrow.svg") no-repeat center;
    background-size: 100%;
    width: 1.6rem;
    height: 1.6rem;
    transition: all 0.3s;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
}

.submenu-items-show .submenu-item-other a:after {
    transform: rotate(-90deg);
}

.text-block-half-img {
    align-items: center;
}

.text-block-half-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-box-rating {
    min-width: 200px;
    align-items: start;
    justify-content: end;
}

.product-detail-box-rating .stars-line-review {
    line-height: 1.8rem;
}

.user-product-item-name {
    flex-grow: 1;
}

.product-detail-coming-soon-headline {
    font-size: 1.8rem;
    color: #363530;
}

.product-detail-coming-soon form {
    margin-top: 2.4rem;
}

.product-detail-coming-soon .form-control {
    margin-bottom: 0.8rem;
}

.product-detail-coming-soon form button {
    height: 5.6rem;
    width: 100%;
    justify-content: center;
}

@media (max-width: 991px) {
    .product-detail-coming-soon form button {
        height: 4rem;
    }
}

.user-row-item-right {
    width: auto;
}

@media (max-width: 767px) {
    .user-row-item-text-inner {
        margin-bottom: 1.6rem;
    }

    .user-row-item-right {
        margin-bottom: 1.6rem;
    }

    .user-row-item-right .stars-line {
        justify-self: start;
    }

    .text-cat-list {
        margin-right: -0.4rem;
        margin-left: -0.4rem;
        margin-bottom: 0.8rem;
    }

    .news-item {
        margin-bottom: 1.6rem;
    }
}

.user-left-menu {
    margin-bottom: 3.2rem;
}

@media (max-width: 575px) {
    .order-item-price {
        justify-content: flex-start;
    }

    .user-section {
        margin-bottom: 3.2rem;
    }

    .compare-cat-list {

    }

    .compare-cat-item-col {
        margin-bottom: 0.8rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .compare-table table td {
        padding: 0.8rem;
    }

    .compare-table table tr.compare-table-section td {
        padding: 0.8rem;
    }

    .compare-table table td {
        width: 18rem;
        min-width: 18rem;
    }

    .contact-box-list {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-box-item {
        margin-left: 0;
    }

    .career-item-list {
        margin-left: 0;
        margin-right: 0;
    }

    .career-item-list .career-item {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.store-item-col {
    margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
    .product-detail-banner-list {
        display: block;
    }
}

.btn-order-confirm {
    height: 7.2rem;
    font-size: 1.8rem;
}

.btn-order-confirm small {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .cart-summary-box-bottom .btn.btn-order-confirm {
        height: 5.6rem;
        font-size: 1.6rem;
    }
}

.cart-summary-box-updates-warning {
    margin-bottom: 2.4rem;
}

.cart-summary-box-updates-warning .check-styled {
    flex-wrap: wrap;
}

.cart-summary-box-updates-warning .form-error-message {
    width: 100%;
    padding-left: 4rem;
}

.cart-summary-box-updates-warning .form-error-message i {
    display: none;
}

.cart-summary-box-updates-warning .check-styled input[type=checkbox] + label:before,
.cart-summary-box-updates-warning .check-styled input[type=checkbox] + label:after {
    top: 50%;
    margin-top: -12px;
}

.cart-summary-box-updates-warning .check-styled input[type=checkbox].form-error + label {
    color: #D8483D;
}

.cart-summary-box-updates-warning-small .check-styled input[type=checkbox] + label {
    font-size: 1.4rem;
    color: #A0A09E;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .header-right {
        width: 50%;
    }
}

.overlay-loader svg {
    display: none;
}

.overlay-loader.show svg {
    display: block;
}

.cart-thanks-box-danger {
    border: 2px solid #D8483D;
    background: #ffffff;
    color: #D8483D;
}

.user-row-item-state.danger {
    background: #ffffff;
    border: 1px solid #D8483D;
    color: #D8483D;
}

.cart-list-vouchers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.cart-list-vouchers-item {
    flex-basis: 49%;
    display: flex;
    border: 1px solid #F3F3F3;
    justify-content: space-between;
    padding: 1.6rem 2.4rem 1.6rem 3.2rem;
    align-items: center;
    margin-bottom: 2.4rem;
}

.cart-list-vouchers-item-value {
    flex-basis: 8rem;
    margin-right: 3.2rem;
}

.cart-list-vouchers-item-value .sale-code-item-icon {
    margin-bottom: 0;
    padding: 0 0.8rem;
}

.cart-list-vouchers-item-value .sale-code-item-icon.small {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.cart-list-vouchers-item-info {
    flex-grow: 1;
}

.cart-list-vouchers-item-info .sale-code-item-sale {
    margin-bottom: 0.8rem;
}

.cart-list-vouchers-item-info .sale-code-item-icon.big {
    margin-bottom: 2.4rem;
}

.cart-list-vouchers-item-info .sale-code-item-code {
    margin-bottom: 0;
    border: none;
    padding: 0;
    text-align: left;
    color: #A0A09E;
}

@media (max-width: 991px) {
    .cart-list-vouchers-item {
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .cart-list-vouchers-item {
        margin-bottom: 1.6rem;
    }

    .cart-list-vouchers-item-value {
        display: none;
    }
}

.order-products-rating-item {
    display: flex;
    align-items: start;
    margin-bottom: 3.2rem;
}

.order-products-rating-item-image {
    width: 14rem;
}

.order-products-rating-item-name {
    padding: 0.8rem 2.4rem;
    flex-grow: 1;
}

.order-products-rating-item-name p {
    color: #A0A09E;
}

.order-products-rating-item-rating {
    width: 36rem;
}

.order-products-rating-item-rating .add-rating {
    margin-bottom: 0;
    min-height: 4rem;
}

.order-products-rating-item-rating .add-rating-right img, .add-rating-right svg {
    width: 3.2rem;
}

.order-products-rating-item-rating .form-group {
    margin-bottom: 0;
}

.order-products-rating-item-rating textarea.form-control {
    padding: 0.8rem;
    height: 6.4rem;
    width: 100%;
    font-size: 1.4rem;
}

.review-list {
    max-height: 60vh;
    overflow-y: auto;
}

.mobile-menu {
    max-width: 100%;
}

@media (max-width: 370px) {
    .header-logo {
        margin-left: 0;
    }

    .header-user {
        margin: 0 0.8rem;
    }

    .header-user svg {
        width: 2.4rem;
    }
}

.persoo-ac__search__input {
    min-width: 0;
}

@media (max-width: 359px) {
    .header-right {
        width: 40%;
    }

    .header-compare {
        display: none;
    }
}

.form-control.form-success.foxentry-input {
    background: none;
}

.foxentry-input-icon {
    left: auto!important;
    right: 24px!important;
}

.price-table td {
    min-width: 80px;
}

@media (max-width: 767px) {
    .news-section-homepage .news-item {
        display: none;
    }

    .news-section-homepage .news-item:nth-child(-n + 3) {
        display: block;
    }
}


.text-delivery-section .text-block h3 strong {
    font-weight: 400;
    background: #FFF4D7;
    padding: 0.8rem;
    line-height: 1;
    margin-left: 0.8rem;
    display: inline-block;
}


.footer-content-logos {
    flex-wrap: wrap;
}

.footer-content-logos a {
    margin-right: 0!important;
    margin-bottom: 3.2rem;
}

.footer-content-logos a:not(:first-of-type) {
    margin-left: 1.6rem;
}

.product-item-price .price-before {
    color: #A0A09E;
}

.product-item-price .price-before.price-standard {
    text-decoration: none;
}

.footer-newsletter .form-error-message {
    width: 100%;
}

.carousel-caption .container {
    padding-bottom: 1.6rem;
}

.carousel-caption-logos {
    margin-bottom: 4.6rem;
}

.carousel-caption-logos a {
    margin-right: 2.4rem;
}

.carousel-caption-logos img {
    max-width: 18rem;
}

@media (max-width: 767px) {
    .carousel-caption-logos a {
        margin-right: 1.6rem;
    }

    .carousel-caption-logos img {
        max-width: 10rem;
    }
}

.koloshop-card.koloshop-card-1 {
    background: linear-gradient(106.52deg, #595855 4.86%, #474745 99.43%);
}

.koloshop-card.koloshop-card-2 {
    background: linear-gradient(106.52deg, #268200 4.86%, #235d00 99.43%);
}

.koloshop-card.koloshop-card-3 {
    background: linear-gradient(106.52deg, #0048af 4.86%, #00368a 99.43%);
}

.koloshop-card.koloshop-card-4 {
    background: linear-gradient(106.52deg, #BA9B00 4.86%, #8c7700 99.43%);
}

.koloshop-card.koloshop-card-5 {
    background: linear-gradient(106.52deg, #CE0038 4.86%, #93002a 99.43%);
}

.koloshop-card.koloshop-card-6 {
    background: linear-gradient(106.52deg, #8200ce 4.86%, #7200b2 99.43%);
}

.top-menu-contact {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 0.3rem 1.2rem 0.6rem 1.2rem;
}

.top-menu-contact.online {
    color: #29a985;
}

@media (max-width: 1400px) {
    .top-menu-contact {
        display: none;
    }
}

.blog-detail-text .image-banner-item:after { content: none !important; }

.btn-to-top {
    position: fixed;
    right: 2rem;
    bottom: 9rem;
    width: 6rem;
    height: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: none;
    padding: 1.7rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 200ms;
    text-align: center;
}

.btn-to-top:hover {
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.05);
}

.modal-social-btn .btn {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    color: #595855;
    font-size: 1.4rem;
    padding: 1.6rem 1rem;
}

.modal-social-btn .btn:hover {
    background-color: #e7e7e7;
}

.modal-social-btn .btn img {
    margin-bottom: 1.2rem;
    width: 3.2rem;
}

@media (max-width: 991px) {
    .modal-social-btn .btn {
        height: auto;
        font-size: 1.2rem;
    }
}

.product-detail-main-img .swiper-button-next,
.product-detail-main-img .swiper-button-prev {
    background: #595855 url("./../../images/front/icon_right_white.svg") no-repeat center;
    opacity: 0.6;
    border: none;
    transition: opacity 200ms;
    display: block;
}

.product-detail-main-img .swiper-button-next:hover,
.product-detail-main-img .swiper-button-prev:hover {
    opacity: 1;
}

.product-detail-main-img .swiper-button-disabled {
    opacity: 0;
}

.ekko-lightbox .modal-header {
    padding-top: 0;
    height: 0;
}

.ekko-lightbox .modal-body {
    padding: 3.2rem;
}

.ekko-lightbox-nav-overlay {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px)!important;
}

.ekko-lightbox-nav-overlay a {
    justify-content: flex-end;
    opacity: 1!important;
}

.ekko-lightbox-nav-overlay a:first-of-type {
    justify-content: flex-start;
}

.ekko-lightbox-nav-overlay a span {
    border: none;
    background: #666666;
    color: #ffffff;
    opacity: 0.5;
    transition: opacity 200ms;
    display: block;
    width: 36px;
    flex-grow: 0;
    text-align: center!important;
    padding: 0 0 0 4px!important;
}

.ekko-lightbox-nav-overlay a:first-of-type span {
    padding: 0 4px 0 0!important;
}

.ekko-lightbox-nav-overlay a:hover span {
    opacity: 1;
}

.ekko-lightbox .close {
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0.5;
    transition: opacity 200ms;
    margin: 0;
    padding: 8px;
    background-color: #666666;
}

.ekko-lightbox .close:after {
    width: 20px;
    height: 20px;
    padding: 0;
    display: block;
    background-size: 36px;
    background: url("/images/front/icon_close_2.svg") center center no-repeat;
}

@media (max-width: 991px) {
    .ekko-lightbox-nav-overlay a span {
        width: 22px;
        height: 32px;
        font-size: 19px;
        padding: 0 0 0 2px!important;
    }

    .ekko-lightbox-nav-overlay a:first-of-type span {
        padding: 0 2px 0 0!important;
    }

    .ekko-lightbox .close {
        padding: 6px;
    }

    .ekko-lightbox .close:after {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 992px) {
    .only-mobile-slider .swiper-wrapper {
        transform: none!important;
    }
}

.btn-submit { display: none; }

.mobile-menu-lang {
    background-color: #f3f3f3;
    display: none;
}

.mobile-menu-lang-inner {
    padding: 1.6rem;
}

.mobile-menu-lang .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.cart-delivery-item-name-logos {
    display: inline-block;
    margin-left: 24px!important;
    margin-top: -3px;
    margin-bottom: -1px;
}

.cart-delivery-item-name-logos img {
    height: 22px;
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 575px) {
    .cart-delivery-item-name-logos {
        display: none!important;
    }
}

.modal-lg.modal-size-full {
    max-width: calc(100vw - 40px);
}

.modal-lg.modal-size-full .modal-content {
    height: calc(100vh - 40px);
}

@media (max-width: 575px) {
    .modal-lg.modal-size-full {
        max-width: calc(100vw - 10px);
    }

    .modal-lg.modal-size-full .modal-content {
        height: calc(100vh - 10px);
    }
}

.branch-selector iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
}

.user-row-item-text {
    flex-grow: 1;
}

.bomb-tag img {
    height: 32px;
}

.top-bar .alert-bomb a img {
    height: 28px;
    margin-right: 4px;
    display: inline-block;
}

.product-detail-box-price .price-bomb img {
    margin-right: 4px;
}

.styled-variant-item .styled-variant-flame {
    position: relative;
}

.styled-variant-item .styled-variant-flame .styled-variant-top:before {
    width: 2.4rem;
    height: 2.4rem;
    background: url("/images/front/flame.svg") no-repeat center;
    background-size: 1.8rem auto;
    content: "";
    display: block;
    position: absolute;
    top: -1.4rem;
    left: calc(50% - 1.2rem);
}

.styled-variant-item .styled-variant-exclamation-triangle {
    position: relative;
}

.styled-variant-item .styled-variant-exclamation-triangle .styled-variant-top:before {
    width: 2.4rem;
    height: 2.2rem;
    background: url("/images/front/exclamation-triangle.svg") no-repeat center;
    background-size: 2.4rem auto;
    content: "";
    display: block;
    position: absolute;
    top: -1.2rem;
    left: calc(50% - 1.2rem);
}

.product-detail-extended-return {
    background-color: #D4FED9;
    border-radius: 0 32px 32px 32px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.product-detail-extended-return:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: calc(100% / 6);
    background-color: #D4FED9;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.product-detail-extended-return p {
    margin-bottom: 0;
    margin-top: 4px;
    line-height: 36px;
    padding: 0 20px;
    text-align: center;
}

.product-detail-extended-return strong {
    color: #363530;
    white-space: nowrap;
}

.product-detail-extended-return strong:last-of-type {
    color: #29A985;
}

.product-detail-extended-return p:before {
    content: url(/images/front/ico_gift_message.svg);
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 4px 4px 0 0;
}

.product-detail-extended-return .product-detail-extended-return-label {
    position: absolute;
    top: -12px;
    left: 0;
    background-color: #32CA8E;
    color: #ffffff;
    border-radius: 12px;
    z-index: 1;
    line-height: 24px;
    font-size: 13px;
    padding: 0 12px;
}

@media (max-width: 1400px) {
    .product-detail-extended-return p {
        font-size: 14px;
    }

    .product-detail-extended-return p:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .product-detail-extended-return p {
        font-size: 13px;
        line-height: 20px;
    }
}

.text-block-img {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}
.col-image {
    margin: 0 1.2rem 1.2rem 1.2rem;
}
.col-image-1 { width: calc(100% - 2.4rem); }
.col-image-2 { width: calc(50% - 2.4rem); }
.col-image-3 { width: calc(33.3% - 2.4rem); }
.col-image-4 { width: calc(25% - 2.4rem); }
.col-image-5 { width: calc(20% - 2.4rem); }
.col-image-6 { width: calc(16.6% - 2.4rem); }

.text-block-img.text-block-gallery .product-detail-main-img {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

.text-block-video .text-block-video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.text-block-video .text-block-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-block-blog {
    margin-bottom: 4rem;
}

.text-block-top-info {
    margin-bottom: 3.2rem;
}

.blog-detail .text-block-simple {
    margin-bottom: 0;
}

.blog-detail p,
.blog-detail .text-block-img {
    margin-bottom: 3.2rem;
}

.blog-detail h2,
.blog-detail h3,
.blog-detail h4 {
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
}

.blog-detail h4.simple-cat-item-name {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.blog-detail h3.news-item-name {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.38;
}

.blog-detail p a {
    color: #EF7D00;
}

.blog-detail p a:hover {
    color: #D47323;
}

.blog-detail p a.btn {
    color: #ffffff;
}

.blog-detail p a.btn:hover {
    color: #ffffff;
}

.blog-detail .text-block-half {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
}

.blog-detail .text-block-half .text-block-half-text > *:first-child {
    margin-top: 0;
}

.blog-detail .text-block-half .text-block-half-text > *:last-child {
    margin-bottom: 0;
}

.blog-detail .text-block-simple img,
.blog-detail .text-block-gray-text img {
    margin-bottom: 0.8rem;
}

.blog-detail ul {
    margin-bottom: 3.2rem;
}

.blog-detail .btn {
    text-decoration: none;
}

.blog-detail {
    margin-bottom: 8rem;
}

.blog-detail .text-block-gray-text *:first-child {
    margin-top: 0;
}

.blog-detail table {
    width: 100%;
    border: none;
    margin-bottom: 3.2rem;
}

.blog-detail table thead th {
    background: #F3F3F3;
    height: 5.1rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    border: 1px solid #F3F3F3;
}

.blog-detail table thead th span {
    font-weight: 400;
    display: block;
}

.blog-detail table tbody tr td {
    padding: 0.8rem 2.4rem;
    border: none;
    border-bottom: 1px solid #F3F3F3;
    font-size: 1.3rem;
    line-height: 1.4;
}

.blog-detail ul.advantage-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
}

.blog-detail ul.advantage-list + ul.advantage-list {
    margin-top: -2.4rem;
}

.blog-detail ul.advantage-list > li {
    margin: 0;
    padding: 0;
    margin-bottom: 0.8rem;
    padding-left: 4rem;
    min-height: 2.4rem;
    background-repeat: no-repeat;
    background-position: left -2px;
    background-image: url("./../../images/front/advantage.svg");
    line-height: 1.4;
    font-size: 1.5rem;
}

.blog-detail ul.advantage-list > li > ul {
    margin-top: 1.2rem;
}

.blog-detail ul.advantage-list > li > ul > li {
    margin-bottom: 0.8rem;
}

.blog-detail ul.advantage-list.advantage-list-minus > li {
    background-image: url("./../../images/front/disadvantage.svg");
}

.blog-detail ul.advantage-list.advantage-list-check > li {
    background-image: url("./../../images/front/icon_check.svg");
}

.blog-detail ul.advantage-list.advantage-list-question > li {
    background-image: url("./../../images/front/icon_question.svg");
}

.spec-menu-right ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.spec-menu-right li {
    display: flex;
    height: 100%;
}

.spec-menu-left-item img, .spec-menu-left-item svg {
    width: 2rem;
    height: 2rem;
}

.main-menu .container > ul {
    display: none;
    justify-content: flex-start;
    min-height: 5.6rem;
}

.main-menu .container > ul.active {
    display: flex;
}

.main-menu .container > ul > li > a {
    padding: 0 1.6rem;
}

.simple-cat-list-container {
    padding: 1.6rem 0 3.2rem 0;
}

.simple-cat-list {
    justify-content: center;
}

.product-list-category-item-img img {
    width: 5.6rem;
    height: 5.6rem;
}

.product-detail-box-avail-item {
    padding: 1.2rem;
}

.product-detail-box-avail-item .avail {
    margin-top: 4px;
}

.user-top-content .assistant {
    border: none;
}

.text-block-presentation {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% * 800 / 1920);
    background: url("/images/front/koloshop_presentation_cover.jpg");
    background-size: cover;
}

.text-block-presentation > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-block-presentation h2 {
    position: absolute;
    top: 32px;
    left: 32px;
    color: #ffffff;
}

.text-block-presentation .btn {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

@media (max-width: 575px) {
    .text-block-presentation {
        padding-bottom: calc(50%);
    }

    .text-block-presentation h2 {
        top: 16px;
        left: 16px;
    }

    .text-block-presentation .btn {
        bottom: 16px;
        left: 16px;
    }
}

.product-detail-reverse-charge {
    background-color: #D5EFFD;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 32px 0;
}

.product-detail-reverse-charge p {
    margin-bottom: 0;
    line-height: 24px;
    padding: 0 20px;
    text-align: center;
}

.product-detail-reverse-charge p:before {
    content: url(/images/front/ico_discount.svg);
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 0 4px 0 0;
}

.news-item-avatar img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .news-item p {
        margin-bottom: 1.6rem;
    }

    .news-item-avatar {
        width: 4.0rem;
        height: 4.0rem;
        bottom: 1.2rem;
    }
}

.user-main-col .nav-tabs {
   border-bottom: 1px solid #f3f3f3;
    margin-bottom: 4.8rem;
}

.user-main-col .nav-tabs .nav-link {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    color: #7A7976;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 1.6rem 2.4rem;
    min-width: 0;
}

.user-main-col .nav-tabs .nav-link .badge {
    margin-left: 0.8rem;
}

.user-main-col .nav-tabs .nav-link.active {
    border: 1px solid #f3f3f3;
    border-bottom: none;
    color: #363530;
}

.badge-default {
    color: #A0A09E;
    background-color: #F3F3F3;
}

@media (max-width: 575px) {
    .user-main-col .nav-tabs .nav-link {
        padding: 1.6rem 1.6rem;
    }

    .user-main-col .nav-tabs .nav-link .badge {
        display: none;
    }
}

.servis-price-item-bg-6 {
    background-color: #efe3ff;
}

@media (min-width: 992px) {
    .product-detail-content-right-inner {
        position: sticky;
        top: 12rem;
        margin-bottom: 4.8rem;
    }
}

.news-item-avatar-container {
    min-width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    padding: 0.2rem;
    bottom: 1.6rem;
    right: 1.6rem;
    z-index: 10;
}

.news-item-avatar {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0.2rem;
    background: #FFFFFF;
    margin-left: -1.6rem;
    position: relative;
    bottom: 0;
    right: 0;
    float: left;
    z-index: 1;
}

.news-item-avatar:first-of-type {
    margin-left: 0;
}

.news-item-avatar:hover {
    z-index: 3;
}

.header-logo svg {
    width: 234px;
    height: 40px;
    max-width: 100%;
}

.header-logo svg .logo-symbol-part { transition: all 400ms; }
.header-logo svg #logo-symbol-part-1 { transform-origin: 14.5px 14.5px; }
.header-logo svg #logo-symbol-part-2 { transform-origin: 45.5px 14.5px; }
.header-logo svg #logo-symbol-part-3 { transform-origin: 14.5px 45.5px; }
.header-logo svg #logo-symbol-part-4 { transform-origin: 45.5px 45.5px; }

/* winter */
.cat-534 .header-logo svg .logo-symbol-part { fill: #3388F0; }
.cat-534 .header-logo svg #logo-symbol-part-1 { transform: rotate(-90deg); }
.cat-534 .header-logo svg #logo-symbol-part-2 { transform: rotate(-180deg); }
.cat-534 .header-logo svg #logo-symbol-part-3 { transform: rotate(-180deg); }
.cat-534 .header-logo svg #logo-symbol-part-4 { transform: rotate(-180deg); }

/* running */
.cat-517 .header-logo svg .logo-symbol-part { fill: #32CA8E; }
.cat-517 .header-logo svg #logo-symbol-part-1 { transform: rotate(90deg); }
.cat-517 .header-logo svg #logo-symbol-part-2 { transform: rotate(90deg); }
.cat-517 .header-logo svg #logo-symbol-part-3 { transform: rotate(-90deg); }
.cat-517 .header-logo svg #logo-symbol-part-4 { transform: rotate(-90deg); }

/* hiking */
.cat-740 .header-logo svg .logo-symbol-part { fill: #B98158; }
.cat-740 .header-logo svg #logo-symbol-part-1 { transform: rotate(-90deg); }
.cat-740 .header-logo svg #logo-symbol-part-2 { transform: rotate(180deg); }
.cat-740 .header-logo svg #logo-symbol-part-3 { transform: rotate(-90deg); }
.cat-740 .header-logo svg #logo-symbol-part-4 { transform: rotate(90deg); }

.user-wishlist-list .btn {
    line-height: 2rem;
}

.alertify-message {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    color: #595855;
    margin-bottom: 3.2rem;
}

.alertify-buttons .btn {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    color: #ffffff;
    background-color: #A0A09E;
    border-color: #A0A09E;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 1.6rem 2.4rem;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Inter", sans-serif;
    margin: 0 0.8rem;
}

.alertify-buttons .btn:hover {
    background-color: #595855;
    border-color: #595855;
}

.alertify-buttons .btn-success {
    background-color: #32CA8E;
    border-color: #32CA8E;
}

.alertify-buttons .btn-success:hover {
    background-color: #2aab78;
    border-color: #2aab78;
}

.product-item-bottom-btns {
    margin-left: 0!important;
    margin-right: 0!important;
    gap: 0.8rem;
}

.product-item-bottom-btns .w-50 {
    padding: 0!important;
    width: 50%;
}

.block-as-link {
    cursor: pointer;
}

.profile-list-box .product-item.product-item-simple.big .product-item-img {
    max-width: 300px;
    margin-bottom: 1.6rem;
}

.profile-list-box .product-item .product-item-img {
    margin-bottom: 1.6rem;
}

.profile-list-box .product-item {
    position: relative;
}

.profile-list-box .product-item .product-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    transition: background-color 200ms;
}

.profile-list-box .product-item .product-item-overlay:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
    .product-item-simple-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product-item-simple-col-1 {
    width: 100%;
}

.product-item-simple-col-1 .product-item-img {
    max-width: 300px;
}

.person-box-img-monogram {
    background-color: #E7E7E7;
    color: #ffffff!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    border-radius: 50%;
    margin: 0!important;
}

.autor-item-img .person-box-img-monogram {
    font-size: 3.2rem;
}

.person-box-img .person-box-img-monogram {
    font-size: 2.4rem;
}

.user-top-profil-img .person-box-img-monogram {
    font-size: 3.2rem;
}

.user-top-full-img {
    background: #363530 url("/images/universal-cover.jpg") no-repeat center center;
    background-size: cover;
    min-height: 24rem;
}

@media (max-width: 767px) {
    .user-top-full-img {
        background-image: url("/images/universal-cover-mobile.jpg");
    }
}

.user-top-right .btn {
    height: 5.6rem;
}

.header-user .dropdown-toggle .username {
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.range-calculator {
    padding: 3.2rem;
    background-color: #595855;
    color: #ffffff;
    margin-bottom: 4rem!important;
    margin-top: 4rem!important;
    width: 100%;
}

@media (min-width: 1500px) {
    .text-block-simple .range-calculator {
        margin-right: -2.4rem;
        width: calc(100% + 2.4rem);
    }
}

.range-calculator-top {
    margin-bottom: 3.2rem;
}

.range-calculator-top h3 {
    color: #ffffff;
    margin: 0;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.range-calculator-top h3 img {
    margin-right: 0.8rem;
    width: 2.4rem;
}

.range-calculator-middle {
    margin-bottom: 0.8rem;
    display: flex;
}

.range-calculator-middle-left {
    flex-grow: 1;
}

.range-calculator-middle-right {
    display: flex;
    justify-content: end;
    width: 33%;
    padding-right: 1.6rem;
}

.range-calculator-item {
    display: flex;
    margin-bottom: 3.2rem;
    align-items: center;
}

.range-calculator-item p {
    width: 6.4rem;
    margin-bottom: 0;
    margin-left: 2.4rem;
}

.range-calculator-item p:first-of-type {
    width: 12rem;
    font-weight: 700;
    margin-left: 0;
}

.range-calculator-slider {
    flex-grow: 1;
}

.range-calculator-slider .ui-widget.ui-widget-content {
    background-color: #D0CFCE;
    height: 8px;
    border-radius: 0!important;
    border: none;
}

.range-calculator-slider .ui-slider .ui-slider-range {
    background-color: #EF7D00;
    height: 8px;
    border-radius: 0!important;
}

.range-calculator-slider .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.range-calculator-switch {
    flex-grow: 1;
    display: flex;
}

.range-calculator-switch a {
    flex-grow: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid #71706D;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: background-color 200ms;
}

.range-calculator-switch a.active,
.range-calculator-switch a:hover {
    background-color: #71706D;
}

.range-calculator-switch a:not(:last-of-type) {
    border-right: none;
}

.range-calculator-switch a img {
    width: 3.2rem;
    margin-bottom: 0.4rem;
}

.range-calculator-result {
    width: 16rem;
    height: 16rem;
    background: url("/images/front/widget_circle.png") no-repeat 100% 100%;
    display: flex;flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #363530;
    box-shadow: -24px 24px 50px -10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.range-calculator-result img {
    height: 1.8rem;
}

.range-calculator-result strong {
    font-size: 2.4rem;
}

.range-calculator-result strong span {
    font-size: 4rem;
    line-height: 1.2;
}

.range-calculator-result small {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #595855;
    margin-bottom: 1.6rem;
}

.range-calculator-bottom {
    display: flex;
    max-width: 67%;
}

.range-calculator-bottom span {
    color: #EF7D00;
    margin-right: 1.2rem;
}

.range-calculator-bottom p {
    margin-bottom: 0;
    color: #A0A09E;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .range-calculator {
        padding: 2.4rem 1.6rem;
    }

    .range-calculator-top h3 {
        font-size: 1.6rem;
    }

    .range-calculator-top h3 img {
        margin-right: 1.6rem;
    }

    .range-calculator-middle {
        flex-wrap: wrap;
        margin-bottom: 3.2rem;
    }

    .range-calculator-middle-right {
        width: 100%;
        padding-right: 0;
        justify-content: center;
    }

    .range-calculator-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .range-calculator-switch {
        width: 100%;
    }

    .range-calculator-switch a {
        font-size: 1rem;
    }

    .range-calculator-bottom {
        max-width: none;
    }

    .range-calculator-item p {
        width: 45%!important;
        margin-bottom: 1.2rem;
        text-align: right;
    }

    .range-calculator-item p:first-of-type {
        text-align: left;
    }

    .range-calculator-bottom p {
        font-size: 1.2rem;
    }

    .range-calculator-slider {
        width: 100%;
        order: 3;
    }
}

.product-detail-benefits-item {
    width: 50%;
}

.product-detail-benefits-item-text {
    max-width: none;
}

.order-item-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.8rem;
    font-size: 14px;
    flex-direction: row!important;
    min-height: 6.4rem;
}

.order-item-simple .order-item-icon {
    margin-right: 2rem;
    height: 6.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-item-simple .order-item-date {
    width: 8.8rem;
    margin-right: 2rem;
    color: #A0A09E;
}

.order-item-simple .order-item-number {
    width: 18rem;
    margin-right: 2rem;
    font-weight: bold;
}

.order-item-simple .order-item-name {
    font-size: 14px;
    margin-right: 0;
}

.order-item-simple .order-item-price {
    width: 9.6rem;
    margin-right: 2rem;
    color: #595855;
    text-align: right;
    font-size: 14px;
}

.order-item-simple .order-item-state {
    width: 12rem;
    margin-right: 2rem;
    color: #595855;
}

.order-item-simple .order-item-img {
    flex-grow: 1;
}

.order-item-simple .order-item-img a {
    padding: 0.4rem;
}

.order-item-img-next {
    background-color: #FBE5CE;
    color: #EF7D00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

@media (max-width: 767px) {
    .order-item-simple .order-item-icon {
        display: none;
    }

    .order-item-simple .order-item-img {
        display: none;
    }
}

@media (max-width: 575px) {
    .order-item-main {
        padding-right: 0;
    }

    .order-item-simple {
        padding: 1.6rem;
        flex-wrap: wrap;
    }

    .order-item-simple .order-item-icon {
        display: none;
    }

    .order-item-simple .order-item-date {
        order: 1;
        width: 50%;
        margin: 0 0 1.2rem 0;
    }

    .order-item-simple .order-item-price {
        order: 2;
        width: 50%;
        margin: 0 0 1.2rem 0;
        justify-content: end;
    }

    .order-item-simple .order-item-number {
        order: 3;
        width: 60%;
        margin: 0 0 1.2rem 0;
    }

    .order-item-simple .order-item-state {
        order: 4;
        width: 40%;
        margin: 0 0 1.6rem 0;
        text-align: right;
    }

    .order-item-simple .order-item-img {
        order: 5;
        display: flex;
        justify-content: end;
    }

    .order-item-simple .order-item-img a {
        width: 3.2rem;
        height: 3.2rem;
        padding: 0.4rem;
        margin-right: 0;
        margin-bottom: 0;
    }

    .order-item-simple .order-item-img img {
        margin: 0;
    }

    .order-item-simple .order-item-img a .order-item-img-next {
        width: 4rem;
        height: 4rem;
    }
}

.btn-smaller.btn-arrow-back {
    height: 4.8rem;
    padding: 1.6rem;
}

.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner {
    opacity: 1;
}

.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner .cart-delivery-item-img,
.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner .cart-delivery-item-price,
.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner .cart-delivery-item-name-headline span,
.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner .cart-delivery-item-name-adress {
    opacity: 0.5;
}

.cart-delivery-item .check-styled.comming-soon input[type=radio]:disabled + label .cart-delivery-item-inner .cart-delivery-item-name-headline .tag {
    opacity: 1;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #ffffff;
    font-weight: normal;
    margin: -2px 0 0 8px;
}

.shipping-info-logos { display: flex; justify-content: start; flex-wrap: wrap; align-items: center; margin-bottom: 2.4rem; }
.shipping-info-logos .shipping-info-logo { flex-basis: 20%; padding: 12px 32px 12px 0; }
.shipping-info-logos .shipping-info-logo img { width: 100%; }



.gray-box-light {
    background: #f3f3f3;
    padding: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.gray-box-light img {
    margin-bottom: 2.4rem;
}

.gray-box-light p {
    max-width: 700px;
}

.gray-box-light p strong {
    color: #363530;
}

.gray-box-light .btn.btn-transparent-black {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gray-box-light p a {
    color: #ef7d00;
}

.btn-transparent-orange {
    border: 1px solid #fad7b1;
    background: transparent;
    color: #ef7d00;
    padding: 0.8rem 2.4rem 0.8rem 1.2rem;
    margin-bottom: 2.4rem;
}

.btn-transparent-orange:hover {
    border-color: #ef7d00;
    color: #ef7d00;
}

.btn-transparent-orange img {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.2rem;
}

.h2-w-button {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .h2-w-button {
        flex-wrap: wrap;
    }

    .h2-w-button h1 {
        width: 100%;
    }

    .gray-box-light .btn.btn-transparent-black {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.activities-list {
    margin-top: 3.2rem;
}

.activities-list .activities-month {
    margin-bottom: 5.6rem;
}

.activities-list .activities-top {
    display: flex;
    justify-content: space-between;
}

.activities-list .activities-top h2 {
    margin-bottom: 1.6rem;
}

.activities-list .activities-top p {
    margin-bottom: 1.6rem;
}

.activities-list .activities-top strong {
    font-size: 2.4rem;
    color: #ef7d00;
    margin-left: 0.8rem;
}

.activities-list .activities-item {
    border: 1px solid #f3f3f3;
    padding: 1.6rem;
    display: flex;
    justify-content: space-between;
}

.activities-list .activities-item:not(:last-of-type) {
    border-bottom: none;
}

.activities-list .activities-item-left {
    padding: 0.8rem;
}

.activities-list .activities-item-left span {
    font-size: 1.4rem;
    color: #a0a09e;
}

.activities-list .activities-item-left a {
    font-size: 1.4rem;
    color: #a0a09e;
    text-decoration: underline;
}

.activities-list .activities-item-left a:hover {
    color: #ef7d00;
    text-decoration: none;
}

.activities-list .activities-item-right {
    display: flex;
    justify-content: flex-end;
    width: 30%;
}

.activities-list .activities-item-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 30%;
    padding: 0.8rem 1.6rem;
    background-color: #f3f3f3;
    margin: 0 0.2rem;
}

.activities-list .activities-item-data.activities-item-data-total {
    background-color: #fff4d7;
}

.activities-list .activities-item-data.activities-item-data-total strong {
    color: #ef7d00;
}

.activities-list .activities-item-data strong {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.activities-list .activities-item-data span {
    font-size: 1.2rem;
    line-height: 1.2;
}

.modal-right .gray-box {
    padding: 3.2rem;
    background-color: #F3F3F3;
    text-align: center;
}

#ui-datepicker-div {
    z-index: 1100!important;
}

.submenu-item-cat p {
    word-wrap: anywhere;
}

.modal-product-bottom-center .free-shipping-top {
    text-align: center;
}

.form-group .iti {
    display: block;
}

.form-group .iti__search-input {
    padding: 4px 8px;
    display: none;
}

.form-group .iti__selected-country-primary {
    padding: 0 8px 0 24px;
}

.form-group .iti__country {
    padding: 8px 24px;
}

.form-group .iti__selected-dial-code {
    font-size: 1.6rem;
}

.cart-page-header .main-header {
    justify-content: space-between;
}

.product-detail-box-avail-new {
    margin-bottom: 2.4rem;
}

.product-detail-box-avail-new-top {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.product-detail-box-avail-new-top .avail-label {
    background-color: #ffffff;
    padding: 0.8rem 2rem;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 2rem;
    margin-right: 1.6rem;
}

.avail-label-green {
    color: #32CA8E;
}

.avail-label-orange {
    color: #F2B20B;
}

.avail-label-gray {
    color: #A0A09E;
}

.product-detail-box-avail-new-branches {
    border: 1px solid #D0CFCE;
}

.product-detail-box-avail-new-branches-in-cart {
    margin: 2.4rem 0;
}

.product-detail-box-avail-new-branches-inner {
    padding: 1.2rem 2rem;
}

.product-detail-box-avail-new-branches-item {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
    position: relative;
    overflow: hidden;
}

.product-detail-box-avail-new-branches-in-cart .product-detail-box-avail-new-branches-item {
    padding: 0.4rem 0;
}

.product-detail-box-avail-new-branches-item-name:after {
    content: "......................................................................................................................................................................................................................................................";
    position: absolute;
    color: #D0CFCE;
    padding-left: 0.8rem;
}

.product-detail-box-avail-new-branches-item-availability {
    font-weight: bold;
    background-color: #F3F3F3;
    z-index: 1;
    padding-left: 0.8rem;
    display: flex;
    align-items: center;
}

.product-detail-box-avail-new-branches-in-cart .product-detail-box-avail-new-branches-item-availability {
    background-color: #ffffff;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #32CA8E;
    border-radius: 50vh;
    min-height: 18px;
    margin-right: 8px;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas:before {
    content: url(/images/front/ico_christmas_tree_white.svg);
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 6px);
    left: 10px;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas p {
    display: inline-block;
    align-items: center;
    color: #ffffff;
    padding: 4px 10px 4px 28px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas p strong {
    white-space: nowrap;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas-icon {
    display: none;
    margin-right: 8px;
    margin-top: -2px;
}

.product-detail-box-avail-new-branches-item-delivery-to-christmas-icon img {
    width: 24px;
    height: 24px;
}

@media (max-width: 1400px) {
    .product-detail-box-avail-new-branches-item-delivery-to-christmas {
        display: none;
    }

    .product-detail-box-avail-new-branches-item-delivery-to-christmas-icon {
        display: block;
    }
}

@media (max-width: 420px) {
    .product-detail-box-avail-new-branches-item-delivery-to-christmas:before {
        content: none;
    }

    .product-detail-box-avail-new-branches-item-delivery-to-christmas p {
        padding-left: 10px;
    }
}

@media (max-width: 1200px) {
    .product-detail-box-avail-new-top .avail-label {
        font-size: 1.6rem;
        padding: 0.6rem 1.2rem
    }

    .product-detail-box-avail-new-branches-trigger {
        font-size: 1.4rem;
    }

    .product-detail-box-avail-new-branches-trigger:after {
        width: 2.7rem;
        height: 2.7rem;
    }
}

.cart-item-avail-info {
    margin-top: 0.6rem;
}

.cart-item-avail-info-all {
    margin-top: 0.6rem;
}

.cart-item-avail-info-all a {
    color: #A0A09E;
    text-decoration: underline;
}

.cart-item-avail-info-all a:hover {
    color: #A0A09E;
    text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

#slider-range {
    height: 8px;
}

.header-search {
    height: 41px;
}

.header-search .form-control {
    height: 41px;
}

#lbx-recommender-category {
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fafafa;
}

#lbx-recommender-category svg {
    width: 120px;
}

.lb-reco-wrap {
    padding: 0!important;
}

.lb-reco-wrap .title.lb-reco-title {
    margin-bottom: 0.4rem;
}

#lb-recommend-element-category .top-products__item {
    margin-bottom: 5px;
}

#lb-recommend-element-category .product {
    padding: 4px 8px;
}

#lb-recommend-element-category .product__title {
    margin-bottom: 4px;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#lb-recommend-element-category .product__description {
    margin-bottom: 4px;
}

#lb-recommend-element-category .product__price {
    font-size: 16px;
    line-height: 21px;
}

#lb-recommend-element-category .product__price__original {
    font-size: 14px;
    color: #A0A09E;
}

@media (max-width: 991px) {
    #lb-recommend-element-category .product__inner {
        display: flex;
    }

    #lb-recommend-element-category .product__text {
        flex-grow: 1;
        flex-basis: calc(100% - 80px);
    }

    #lb-recommend-element-category .product__title {
        font-size: 12px;
        line-height: 16px;
        height: 48px;
        display: block;
    }

    #lb-recommend-element-category .product__description {
        display: none;
    }

    #lb-recommend-element-category .product__prices {
        flex-basis: 80px;
    }

    #lb-recommend-element-category .product__price {
        font-size: 12px;
        line-height: 16px;
    }

    #lb-recommend-element-category .product__price__original {
        font-size: 11px;
        color: #A0A09E;
        margin-bottom: 4px;
    }
}

.range-slider-inputs .range-input .form-control {
    background-color: #ffffff;
    border: 1px solid #D0CFCE;
    padding: 5px 8px 6px;
    height: auto;
    width: 100px;
}

.banner-image img {
    max-width: 100%;
}

.products-banner {
    flex-basis: calc(100% - 2.4rem);
    order: 24;
}

.products-list-with-3-cols .products-banner-1 {
    order: 3;
}

.products-list-with-3-cols .products-banner-2 {
    order: 6;
}

.products-list-with-3-cols .products-banner-3 {
    order: 9;
}

.products-list-with-3-cols .products-banner-4 {
    order: 12;
}

.products-list-with-3-cols .products-banner-5 {
    order: 15;
}

.products-list-with-3-cols .products-banner-6 {
    order: 18;
}

.products-list-with-3-cols .products-banner-7 {
    order: 21;
}

.products-list-with-4-cols .products-banner-1 {
    order: 4;
}

.products-list-with-4-cols .products-banner-2 {
    order: 8;
}

.products-list-with-4-cols .products-banner-3 {
    order: 12;
}

.products-list-with-4-cols .products-banner-4 {
    order: 16;
}

.products-list-with-4-cols .products-banner-5 {
    order: 20;
}

@media (max-width: 991px) {
    .products-banner {
        flex-basis: calc(100% - 0.8rem);
        margin-bottom: 0.8rem!important;
    }
}

@media (max-width: 767px) {
    .products-banner-1 {
        order: 2!important;
    }

    .products-banner-2 {
        order: 4!important;
    }

    .products-banner-3 {
        order: 6!important;
    }

    .products-banner-4 {
        order: 8!important;
    }

    .products-banner-5 {
        order: 10!important;
    }

    .products-banner-6 {
        order: 12!important;
    }

    .products-banner-7 {
        order: 14!important;
    }

    .products-banner-8 {
        order: 16!important;
    }

    .products-banner-9 {
        order: 18!important;
    }

    .products-banner-10 {
        order: 20!important;
    }

    .products-banner-11 {
        order: 22!important;
    }
}

.hp-text-content-icons-item img {
    width: 32px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    aspect-ratio: 16/9;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.size-chart-container {
    margin-top: -1.6rem;
    padding-top: 1.6rem;
    overflow-x: scroll;
}

.size-chart-container table {
    width: 100%;
    border: none;
    margin-bottom: 3.2rem;
}

.size-chart-container table th {
    background: #F3F3F3;
    height: 3.2rem;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    border: 1px solid #F3F3F3;
}

.size-chart-container table tr td {
    padding: 0 2.4rem;
    border: none;
    border-bottom: 1px solid #F3F3F3;
    font-size: 1.3rem;
    line-height: 1.4;
    min-width: 100px;
}

.modal .size-chart-container {
    margin-top: 0;
}

.news-list-slider {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.news-list-slider .news-item {
    flex: 0 0 calc(98% - 0.8rem);
    max-width: calc(98% - 0.8rem);
    border: 1px solid #f3f3f3;
    margin: 0 0.4rem 2.4rem 0.4rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
}

@media (min-width: 575px) {
    .news-list-slider .news-item {
        flex: 0 0 calc(49% - 0.8rem);
        max-width: calc(49% - 0.8rem);
    }
}

@media (min-width: 992px) {
    .news-list-slider .news-item {
        flex: 0 0 calc(33% - 0.8rem);
        max-width: calc(33% - 0.8rem);
    }
}

@media (min-width: 1400px) {
    .news-list-slider .news-item {
        flex: 0 0 calc(25% - 0.8rem);
        max-width: calc(25% - 0.8rem);
    }
}

@media (min-width: 1500px) {
    .news-list-slider {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
    }

    .news-list-slider .news-item {
        flex: 0 0 calc(25% - 2.4rem);
        max-width: calc(25% - 2.4rem);
        margin: 0 1.2rem 2.4rem 1.2rem;
    }
}

.product-list-container .orange-box p {
    font-size: 1.6rem;
}

#ppl-parcelshop-map .smap {
    height: auto!important;
}

#supportBox-iframe {
    z-index: 900!important;
}

#ppl-parcelshop-map .ppl-parcelshop-map-theme {
    height: 100%!important;
}