.swiper-slide img {
    margin-right: auto !important;
    margin-left: auto !important;
}
.swiper-pagination {
    bottom: 5px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
    background: #007aff;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.prodiscpack_ribbontext { /* ext mod compatibility */
    z-index: 2 !important;
}

.como-button-next, .como-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 99999;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.como-button-next, .swiper-container-rtl .como-button-prev {
    right: 5px;
    left: auto;
}
.como-button-prev, .swiper-container-rtl .como-button-next {
    left: 5px;
    right: auto;
}
