.collection-index-container {
    padding-left: 10px;
    padding-right: 10px;
}

.collection-index-item {
    width: 100%;
}

.collection-index-item:hover {
    opacity: .8;
}

.swiper-collections-main .collection-index-item {
    max-width: 450px;
}

.swiper-collections-main {
    max-width: 3200px;
}

.collection-index-item .title {
    text-align: center;
    font-size: 20pt;
    font-weight: 300;
}

.collection-index-item .image img {
    width: 100%;
}

.collection-index .round-btn-wrap {
    margin-top: 45px;
}

@media screen and (max-width: 1100px) {
    .collection-index-item {
        width: 45%;
        margin-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .collection-index-item .title {
        font-size: 15pt;
        line-height: 25px;
    }

    .collection-index-item:nth-child(2) {
        margin-right: 0;
    }
}

.collection-index-container .owl-theme .owl-dots {
    top: 100%;
}
