﻿.additionalForProductFromOneC {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    font-family: 'Montserrat';
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

/* Related products ("С этим товаром покупают") swiper */
.product-swiper {
    position: relative !important;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.55);
}

.product-swiper .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.product-swiper .swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.product-swiper .swiper-button-prev::after,
.product-swiper .swiper-button-next::after {
    /* Ensure arrows are visible even if Swiper css differs */
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: currentColor;
}

.product-swiper .swiper-button-prev::after {
    content: "‹";
}

.product-swiper .swiper-button-next::after {
    content: "›";
}
