#added-to-reserve-cart .popup__buttons .js-popup-close {
    border: none;
    background: transparent;
}
#pbPayBtn {
    transition: 0.3s;
    display: flex;
    width: max-content;
}
#pbPayBtn img {
    width: 20px;
    height: auto;
    margin-left: 10px;
    display: none;
}
#pbPayBtn.load {
    opacity: 0.5;
    pointer-events: none;
}
#pbPayBtn.load img {
    display: block;
}
body #loading_screen {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
body #loading_screen .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
body #loading_screen .image-wrap img {
    width: 64px;
    height: 64px;
}

[data-retailrocket-markup-block='63513bbd3867a6966a989d25'], [data-retailrocket-markup-block='63513bdf3867a6966a989d2b'] {
    display: none;
}

.fancybox-overlay {
    z-index: 999;
}

.fancybox-loyalty {
    width: auto !important;
    left: auto !important;
    right: 32px;
    top: auto !important;
    bottom: 32px;
    z-index: 10200 !important;
}

.popup-loyalty {
    padding-left: 70px;
    background-image: url("../images_new/loyalty-logo.png");
    background-repeat: no-repeat;
}

.fancybox-loyalty__skin {
    padding: 22px 50px 25px 20px !important;
    background-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.fancybox-loyalty__inner {
    width: 100% !important;
    overflow: hidden;
}

.popup-loyalty__text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #3A3A3A;
    width: 265px;
}

.popup-loyalty__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #3E5ED3;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 12px;
    padding: 12px 20px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
    transition: opacity ease-out 0.2s;
}

.popup-loyalty__link:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.popup-loyalty__close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
    background: url("../images_new/close.png") center center no-repeat;
}

@media(max-width: 992px) {
    .fancybox-loyalty {
        right: 24px;
        bottom: 24px;
    }
}

@media(max-width: 860px) {
    [data-retailrocket-markup-block='62cd3a8b581943c7abc959c4'], [data-retailrocket-markup-block='62cd3aa4581943c7abc959c5'] {
        display: none;
    }
    [data-retailrocket-markup-block='63513bbd3867a6966a989d25'], [data-retailrocket-markup-block='63513bdf3867a6966a989d2b'] {
        display: block;
    }
}

@media(max-width: 768px) {
    .fancybox-loyalty {
        width: 100% !important;
        right: 0;
        bottom: 0;
    }

    .popup-loyalty {
        padding-left: 55px;
        background-image: url("../images_new/loyalty-logo-40x40.png");
        background-repeat: no-repeat;
    }

    .popup-loyalty__text {
        width: 100%;
    }

    .popup-loyalty__link {
        margin-top: 15px;
    }

    .fancybox-loyalty__skin {
        padding: 20px 50px 30px 20px !important;
    }
}
#carousel-product-viewed .product-block > *:first-child {
	margin-bottom: 20px;
}
#carousel-product-viewed .product-block h4 {
	text-align: left;
	font-weight: 400;
	margin-bottom: 20px;
}
#carousel-product-viewed .product-block .indent {
	text-align: left;
	margin-bottom: 20px;
	display: none;
}
#carousel-product-viewed .product-block .price {
	display: block;
	text-align: left;
}
#carousel-product-viewed .product-block .price span {
	font-size: 25px;
}
.shop-table-sm__item.shop-table-sm__item-empty {
    padding: 26px 30px 25px 30px;
}