/* SATRT - SWIPER CONTAINER */
.imm-swiper-main-col {
    padding-right: 1.92%;
    padding-left: 1.92%;
    margin-left: calc((-1.92%) + 1px) !important;
}

.swiper-container {
    /* width: calc(100% - 55px); */
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* END - SWIPER CONTAINER */


/* START - SWIPER JS CLASS CON PRODUCT ul */
.immProd1 ul.products,
.immProd2 ul.products,
.immProd3 ul.products {
    flex-wrap: nowrap !important;
	margin-left: 0 !important;
}
/* END - SWIPER JS CLASS CON PRODUCT ul */

/* START - SWIPER PAGINATION */

.swiper-pagination {
    position: relative !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    margin-left: 6px !important;
    background: #bebebe !important;
}

.swiper-pagination-bullet-active {
    background: #b3985d !important;
}

.swiper-pagination-bullet:hover {
    background: #000 !important;
}

/* END - SWIPER PAGINATION */