.fd-carousel-wrapper {
    position: relative;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin-bottom: 16px;
    padding-bottom: 15px;
}

.fd-carousel-header {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carousel-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
}

h4.carousel-title {
    color: #030a16;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 34px;
    font-weight: 700;
    position: relative;
}

h4.carousel-title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #ed1c24;
    border-radius: 3px;
    bottom: -8px;
    right: 0;
}
.swiper {
    width: 100%;
    padding: 0 20px;
}

.r-product-wrapper {
    padding-top: 40px;
    padding-bottom: 32px;
    position: relative;
}

a.r-product-url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}

.r-product-box {
    padding: 0 15px;
}

.product-img img {
    margin: 0 auto;
    display: block;
}

.r-product-box .product-img {
    padding-top: 7px;
}

.r-product-box .product-title {
    min-height: 43px;
    text-align: right;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: .857rem;
    color: #515151;
    line-height: 30px;
    text-align: right;
    margin-top: 13px;
}
.r-product-box  .product-price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 13px;
    height: 43px;
    font-size: 1.429rem;
    line-height: 35px;
}

.r-product-box .product-price span.woocommerce-Price-currencySymbol {
    font-weight: 400;
    font-size: 14px;
}
.r-product-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #eee;
}
.swiper-slide:last-child .r-product-wrapper:after{
    content: unset;
}
.swiper-button-prev.swiper-button-disabled {
    right: -8px;
    color: #424750;
    -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 8px 0 0 8px;
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 90px;
    background-color: #fff;
    background-image: unset;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 24px !important;
    font-weight: 900;
}

.fd-carousel-wrapper .swiper-button-prev {
    right: -8px;
    color: #424750;
    -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 8px 0 0 8px;
}

.fd-carousel-wrapper .swiper-button-next {
    left: -8px !important;
    color: #424750;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 8px 8px 0;
}
.out_of_stock span.amount {
    color: #8d8d8d !important;
}
