﻿.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-full-mobile {
    position: relative;
    padding-bottom: 50px;
}

    .swiper-full-mobile .swiper-slide {
        height: 100%;
    }

.swiper-pagination-bullet {
    background: #c43210;
}

.swiper-pagination-bullet-active {
    /*background: #b13e23;*/
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    font-size: 45px;
    color: #c43210;
    left: 15px;
    right: auto;
}

.swiper-button-bottom {
    top: unset;
    margin-top: unset;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    font-size: 45px;
    color: #c43210;
    right: 15px;
    left: auto;
}

.swiper-slide .prodlist-box-info {
    height: 190px;
}
