.ec-rating-stars span, .ec-stars, .ec-stars span {
    background-image: url(/assets/images/rating.png) !important;
}
.comparison .comparison-add, .comparison.added .comparison-remove {display: flex;}
.comparison .comparison-remove, .comparison.added .comparison-add {display: none;}
.comparison .comparison-head .comparison-remove {
    display: block;
}
.product__switcher-content .link-wrapper {display: flex;}
.title_swicher {
    font-size: 1.2em;
    font-weight: 900;
    color: var(--color-link);
}

.fotorama-wrap {
    position: relative;
}

.fotorama__nav-wrap {
    margin-top: 12px;
}

.fotorama__thumb {
    background-color: transparent !important;
}

.fotorama__thumb img {
    left: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.fotorama__thumb-border {
    background-image: none !important;
    border-width: 2px !important;
    border-color: var(--color-primary) !important;
}

.fotorama__arr {
    width: 40px;
    height: 40px;
    background: url(../img/icons/other/fotorama-arr.png) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 24px rgba(167, 15, 17, 0.27);
}

.fotorama__arr--prev {
    left: 16px !important;
    transform: rotate(90deg) !important;
}
.fotorama__arr--next {
    right: 16px !important;
    transform: rotate(-90deg) !important;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__fullscreen-icon {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    transform: none !important;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    right: 10px !important;
    top: 10px !important;
    transform: none !important;
}