



.filter-img {
    width: 100%;
    height auto;
}

.background-btn {
    padding: 0;
    position: absolute;
    top: -10px;
    /* float: left; */
    /* left: 75%; */
    height: 100px;
    border-radius: 14px 0 0 0;
    box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
    width: 700px;
    background-size: 90%;
}

.button-container {
    position: relative;
    top: 25px;
}
.button-container button{
    position: relative;
    right: 100px;
}




.banner-container h2 {
    color: #FFFFFF;
    font-family: "Gobold Bold";
    font-size: 3rem;
    font-style: italic;
    line-height: 200px;
    text-align: center;
}



.banner-image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.collection-list-image {
    margin-top: 0;
    box-shadow: 0 2px 14px 0 rgba(195, 193, 193, 0.5);
    height: 240px;
    border-radius: 3px;
    border-top: 7px solid transparent;
}

.collection-list-image:hover {
    border-top: 7px solid #17439F;
}

.collection-list-image:hover .collection-list-title {
    color: #17439F !important;
}

.collection-list-img-container {
    height: 175px;
}

.collection-list-title {
    padding: 15px;
    color: #454545;
    font-family: Verlag;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}


.collection-list-img {
    margin: 50px auto;
    width: auto !important;
    max-height: 90px !important;
}

.collection-list-text-card {
    margin-top: -50px;
    border-top: 1px solid #E4E2E2;
}

.collection-list {
    margin-bottom: 25px;
}

.collection-list .owl-nav .owl-next,
.collection-list .owl-nav .owl-prev {
    top: -25% !important;
}

.collection-list-wrapper {
    height: 237px;
}

