.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px!important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px!important;
}

#hero-prev-button{
    left: -30px;
}

#hero-next-button{
    right: -30px;
}

.sliderReviews .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -40px;
}

.sliderReviews .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -40px;
}
#bestSellers .swiper-slide img{
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

#swiper-products-carousel .product-details .product-image i:hover{
    color: #f22621;
    cursor: pointer;
}

#swiper-products-carousel .product-details .product-image .selected {
    color: #f22621;
}

.similar-products .product-details{
    border: 1px solid #e5e5e5;
}

.recommended-products .product-details{
    border: none;
}

#swiper-products-carousel .price-details{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70px;
}

#swiper-products-carousel .price-details p{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #878787;
    text-align:left;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
}

#swiper-products-carousel .price-details p::before {
    content: "";
    width: 106%;
    height: 2px;
    background: #f27721;
    position: absolute;
    left: -3px;
    display: block;
    transform: rotate(9deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

#swiper-products-carousel .product-details .price-details h6{
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #f27721;
    text-align: left;
    margin-bottom: 0;
}

#swiper-products-carousel .product-details .price-details h6 > span {
    color: #878787;
    font-family: sans-serif;
    font-size: 14px;
    font-weight:600;
}

#swiper-products-carousel h3 {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    color: black;
    height: 46px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}

#swiper-products-carousel a img{
    border-bottom: 2px solid #f8f8f8;
    height: 190px;
    margin: auto;
}

#swiper-products-carousel .product-details .product-image .favorites-box {
    color: #c5c5c5;
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 20px;
}

#swiper-products-carousel .favorites-rating {
    color: #f2c321;
    font-size: 25px;
}

#swiper-products-carousel .favorites-rating .rating-stars fa{
    color: #878787;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
}

#swiper-products-carousel .favorites-rating .reviews-count{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: #878787;
}

#bestSellers .swiper-slide img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev{
    z-index: 1;
}

@media (max-width: 576.98px){
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px!important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px!important;
    }

    .home-swiper .swiper-button-next::after {
        font-size: 25px;
    }

    .home-swiper .swiper-button-prev::after {
        font-size: 25px;
    }

    .product-additional-swiper-content #hero-prev-button{
        left: -30px!important;
    }

    .product-additional-swiper-content #hero-next-button {
        right: -30px!important;
    }

    #productGalleryModal .product-gallery-modal-swiper #hero-prev-button{
        left: 0!important;
    }

    #productGalleryModal .product-gallery-modal-swiper #hero-next-button{
        right: 0!important;
    }
}

@media (max-width: 399.98px){
    .home-swiper .swiper-button-next::after {
        font-size: 30px;
    }

    .home-swiper .swiper-button-prev::after {
        font-size: 30px;
    }
}

.swiper-button-next, .swiper-button-prev{
    z-index: 9;
}
