.christmas{
    background:url(../../wp-content/uploads/2020/03/bg-long-summer.jpg);
    /* background:url(../../wp-content/uploads/2020/03/bg-long-new.png); */
    /* background:url(../../wp-content/uploads/2020/03/bg-latestoffer-2.png); */
    /* background-color: #ed2323; */
    background-size: cover;
    color: #000000;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    /* position: relative; */
    overflow: hidden;
}

/* .christmas::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../wp-content/uploads/2020/03/left-bg.png);
    width: 50px;

} */

.christmas .gift{
    width: 30px;
}

.christmas .gift:first-child{
    margin-right: 7px;

}

.christmas .gift:last-child{
    margin-left: 7px;

}

.christmas .tree{
    width: 16px;

}

.christmas .tree:first-child{
    margin-right: 7px;

}

.christmas .tree:last-child{
    margin-left: 7px;

}

.christmas h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-shadow: 1px 1px 2px #79aeb9;

}

.christmas p{
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    /* width: 480px;
    border: 2px dashed; */
    padding: 0 12px 3px 12px;
    text-align: center;
    border-radius: 50px;
    margin: auto;

}


#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading img{
    width: 200px;
}


@media screen and (max-width: 1441px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        /* background-position: 30% 58%;
        background-size: 140%; */
    }
}

@media screen and (max-width: 1367px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        /* background-position: 30% 58%;
        background-size: 140%; */
    }
}


@media screen and (max-width: 1281px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        /* background-position: 30% 58%;
        background-size: 140%; */
    }
}

@media screen and (max-width: 1025px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        /* background-position: 25% 60%; */
        background-size: 100% 100%;
    }
    .christmas p{
        width: 480px;
    }
}


@media screen and (max-width: 769px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-short-new.png); */
        background-position: 55% 70%;
        background-size: 140%;
    }
}

@media screen and (max-width: 500px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        background-position: 50% 30%;
        background-size: 155%;
    }

    .christmas p{
        width: 415px;
    }
    
}


@media screen and (max-width: 391px) {
    .christmas{
        padding: 10px;
        /* background:url(../../wp-content/uploads/2020/03/bg-christmassell.png); */
        background-position: 50% 30%;
        background-size: 155%;
    }

    .christmas p{
        width: auto;
    }
}