#mery_christmas_right2 {
    right: 5px !important;
}
#mery_christmas_left2 {
    left: 5px !important;
}
.img_mery_christmas {
    position: fixed !important;
    top: 163px;
    width: calc((100vw - 1320px - 20px) / 2);
    /*max-width: 250px !important;*/
    z-index: 20;
}
.viet-tp-mega-menu-wrapper>.row>.col-lg-3>img {
    border-radius: 5px;
}
.viet-tp-mega-menu-wrapper>.row>div {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media screen and (max-width: 1399px){
    .img_mery_christmas {
        width: calc((100vw - 1140px - 20px) / 2);
    }
}
@media screen and (max-width: 1199px){
    .img_mery_christmas {
        width: calc((100vw - 960px - 20px) / 2);
    }
}
@media screen and (max-width: 991px){
    .img_mery_christmas {
        width: calc((100vw - 720px - 10px) / 2);
    }
}
@media screen and (max-width: 767px){
    .img_mery_christmas {
        display: none;
    }
}

#hotline-header {
    float: right;
    font-size: 16px;
    color: #e00;
}
.button-header {
    line-height: 30px;
    height: 30px;
    position: relative;
    margin-left: 15px;
}
.button-header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 20px;
}
.animated-linear-gradient {
    background: repeating-linear-gradient(to right, red 0, #1a2174 50%, red 100%);
    color: #fff;
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: 2s linear infinite forwards gradient;
    padding: 3px 15px;
    border-radius: 9999px;
}
.button-header .icon, #cart-header .icon {
    height: 25px;
    float: left;
    margin-right: 5px;
    padding-top: 0;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
@keyframes gradient {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -200%;
    }
}
