/* 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: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.special-offer-box .notification-text-description, .special-offer-box .notification-text-description a {
    color: #b7b6b6;
    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;
    border: 1px solid #f5b31a;
    color: #f5b31a;
}

.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, #ffc745, #f5b31a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 4px;
    margin-top: 2px;
    display: block;
}

.special-offer-box .notification {
    border-radius: 12px;
    border: 1px solid #253a70;
    background-color: #02020e !important;
}

.special-offer-box .notification:hover {
    border: 1px solid #3c393c;
}

.control-gift-under-box {
    position: absolute;
    width: 100%;
    border-radius: 12px;
    text-align: left;
    display: none;
    padding: 8px 6px 8px 0;
    top: 43px;
    z-index: 666;
    min-width: 300px;
    right: 0;
    background-color: #0c081c6e;
    transition: background-position 0.1s ease;
    backdrop-filter: blur(10px);
    background: radial-gradient(circle at 88% 0%, rgba(44, 116, 255, 0.45) 0%, rgba(44, 116, 255, 0.14) 34%, transparent 62%), radial-gradient(circle at 12% 100%, rgba(135, 72, 255, 0.28) 0%, transparent 48%), linear-gradient(145deg, rgba(13, 22, 62, 0.96) 0%, rgba(11, 13, 36, 0.94) 100%);
    border: 1px solid rgba(91, 146, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.32), 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 22px rgba(54, 97, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.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;
    color: white;
}