@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
.slick-slider.slick-initialized {
    max-width: 100vw;
    width: 100%;
}

.discount-item-wrapper {
    border: 3px solid #363636;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: #FFF;
}
.discount-item-wrapper:hover {
    border: 3px solid #f33;
}

.discount-item-wrapper:hover .channel-details .view-deal a,.discounts-wrap .discount-item .discount-item-wrapper:hover .channel-details span.d-flex.w-50 .btn-view-deal {
    background: #f33 !important;
}


.discount-item-wrapper .channel-details .view-deal a,.discounts-wrap .discount-item .discount-item-wrapper .channel-details span.d-flex.w-50 .btn-view-deal {
    background: #333 !important;
    transition: all 0.3s ease;
}
.discount-item-wrapper .channel-details .view-deal a:hover, .discounts-wrap .discount-item .discount-item-wrapper .channel-details span.d-flex.w-50 .btn-view-deal:hover {
    background: #f33 !important;
}

.get-more-discount h2 {
    background: #F33 !important;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-size: xx-large !important;
}

.get-more-discount h2 a {
    font-family: 'Russo One', sans-serif;
}

.get-more-discount h2:hover {
    background: #333 !important;
}

.get-more-discount h2 a:hover {
    text-decoration: none;
}

.cta-footer-deals-wrap a {
    background: #F33 !important;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.cta-footer-deals-wrap a span {
    font-family: 'Russo One', sans-serif;
}

.cta-footer-deals-wrap a:hover {
    background: #333 !important;
}

.discounts-wrap .discount-item .discount-item-wrapper .channel-image img {
    border-radius: 0;
}

.channel-price-details .d-block.w-50 .text-bold.font-large {
    border-right: 2px solid;
}

.channel-price-details .d-block.w-50 + span .text-bold.font-large {
    border-right: none;
}

#idg-header-slider .section-title h2, #idg-footer-slider .section-title h2 {
    font-family: 'Teko';
    color: #f33;
    font-weight: 600;
    font-size: 4vw !important;
    text-shadow: 3px 3px 3px #000;
}
