@import url("components//DealBox.css");
@import url("components/DealBanner.css");
@import url("components/SpecialOffers2Across.css");
@import url('components/InfoboxTabSection.css');
@import url('components/Pagination.css');
@import url('search/SearchTab.css');
@import url('search/SearchTabModals.css');
@import url('components/sortbyoption.css');
@import url('components/Popups.css');
@import url('components/carousel.css');


.topSummerwrap .btnwrap span {
    font-size: 18px;
    cursor: pointer;
    color: var(--primary-color);
}

.topSummerDetails {
    padding: 0 0 50px;
    border-bottom: 1px solid #d7d7d7;
}

.topSummerwrap .img.ImgZoom {
    transition: all .3s;
    overflow: hidden;
    height: 100%;
}

.topSummerwrap .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topSummerwrap .img.ImgZoom > img {
    transition: all .3s;
}

.topSummerwrap .content-wrapper {
    background: #f6f6f6;
    text-align: center;
    padding: 35px;
    height: 100%;
}



.topSummerwrap .content-wrapper > h3 {
    font-size: 36px;
    color: #3c4e5a;
    text-align: center;
    padding-top: 40px;
    line-height: 1.1;
    padding-bottom: 15px;
}
.carousel-multiple-two img {
    max-width: 65px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
