/* special offer box */

@media only screen and (max-width: 991px) {
    .header-control {
        text-align: center;
    }
}

.special-offer-box .notification-text-headline {
    margin-top: 12px;
    line-height: 17px;
}

.special-offer-box .notification-text-headline a {
    color: #1b1b1c;
    font-size: 14px;
    font-weight: 700;
}

.special-offer-box .notification-text-description, .special-offer-box .notification-text-description a {
    color: #515156;
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px;
}

.special-offer-box .notification-text-tag {
    color: white;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 11px;
    background-color: #f24769;
}

.special-offer-box .notification .notification-icon {
    max-width: 30px;
    margin: 0;
    padding: 0;
}

.special-offer-box .notification:hover .notification-icon {
    animation: pop .3s 2;
}


.special-offer-box .notification .notification-icon i {
    font-size: 25px;
    padding: 3px;
    background: linear-gradient(360deg, #E91E63, #ff7b71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 4px;
    margin-top: 2px;
    display: block;
}

.special-offer-box .notification {
    border: 1px solid #e5dbc1;
    border-radius: 12px;
    background: #fff6e0;
}

.special-offer-box .notification:hover {
    border: 1px solid #cbc0a4;
}

.control-gift-under-box {
    position: absolute;
    background-color: white;
    width: 100%;
    border-radius: 12px;
    text-align: left;
    display: none;
    padding: 8px 6px 8px 0px;
    top: 45px;
    z-index: 666;
    min-width: 300px;
    right: 0;
    box-shadow: 0px 0px 20px #0000002e;
}

.control-gift-box-wrapper {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.control-gift-box-wrapper::-webkit-scrollbar {
    width: 6px;
}

.control-gift-box-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;

}

.control-gift-box-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

.control-gift-box-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.special-offer-box .disable-notification {
    position: absolute;
    right: 3px;
    width: 28px !important;
    top: -2px;
    padding: 2px;
}

.special-offer-box .disable-notification i {
    color: #f24769 !important;
    font-size: 12px;
}

.control-gift-under-title {
    padding: 0px 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}