.go-back::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    right: 30px;
    top: calc(50% - 6px);
    transform: rotate(180deg);
    background-size: cover;
    background-position: center;
    background-image: url(../images/web/arrow_button_icon.svg);
}

@media only screen and (max-width: 993px) {
    #productSlider {
        margin: 0 20px;
    }
}

.product-detail-price-main-row {
    font-size: initial;
    color: initial;
    font-weight: normal;
}
.color-initial {
    color: initial;
}
.product-detail-price-row.no-vat {
    font-size: 18px;
    color: #be1e2d;
    font-weight: bold;
}
.divider {
    width: 70%;
    margin: 30px auto;
}
.steps_img {
    width: 100px;
    margin: 30px;
}
.steps_h2 {
    font-size: 20px !important;
}
.steps_text p {
    font-size: 14px !important;
}

li#menu-138 a:not(:hover) {
    color: #ec2a3d;
}