.s-product-card-rating {
    justify-content: center
}

body:not(.cls-83) .product-block .sale-ratio {
    color: red !important
}

#app.quantity-inputs-old-shape .s-quantity-input-input,
.content--single-page *,
.font-bold,
.product__description,
.rtl .fix-align,
.s-block__title h2,
.s-comments-count-label,
.s-comments-filter-label,
.s-comments-sort-input,
.s-comments-title,
.s-product-options-wrapper *,
.s-slider-block__title h2,
.text-base,
.text-gray-500,
[dir=rtl] .fix-align,
b,
b.block,
label.form-label.font-bold.hide.dm-text-sec,
salla-comment-item.s-comments-item.hydrated.animated *,
strong {
    color: #fff !important
}

.s-product-options-grid-mode-span {
    background: #22658f !important
}

.product__description strong,
.text-gray-800 {
    color: #5e8fc7 !important
}

.s-product-options-wrapper {
    background: #001224 !important;
    border: 1px solid #fff
}

.s-form-control {
    background: #001224
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {

    filter: hue-rotate(82deg);
}

@media(min-width:772px) {

/*    .index .prod_line_count_on.prod_vertical .s-products-list-filters-results.s-products-list-wrapper,
    .prod_line_count_on.prod_vertical .s-products-list-vertical-cards.s-products-list-wrapper {
        width: 65%
    }
*/
.index.prod_vertical .s-products-list-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}