@charset "utf-8";
/* CSS Document */
.content-bn-thanks {
    margin: 2rem auto;
    max-width: 940px;
}

.content-bn-thanks .spObj_ {
    width: 100%;
}


#refa_event_bnr {
    margin: 1rem auto;
    text-align: center;
}
#refa_event_bnr .spObj_ {
    width: 90%;
}

.content-award-esthetic-logo {
	 margin: 1rem auto 2.5rem;
	 max-width: 390px;
}


.content-award-esthetic-logo img{
	  width: 100%;
}

.content-award-esthetic-logo ul {
	margin-top: 1rem;
}

.content-award-esthetic-logo ul li {
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
    .content-award-esthetic-logo {
       width:80%;
    }

        .content-award-esthetic-logo img{
          width: 95%;
    }

    .content-award-esthetic-logo ul li {
     font-size: 2.66667vmin;
    }
}


/* header menu under banner*/
.refa_cp {
    max-width: 750px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    .refa_cp {
        width: 100%;
        margin: 1rem auto 0;
    }
}

@media screen and (min-width: 767.001px) {
iframe.ul-widget-main-window {
    left: 20px !important;
    bottom: 30px !important;
}
}
@media screen and (max-width: 767px) {
    iframe.ul-widget-main-window {
        left: 0;
    }
    iframe.ul-widget-main-window.mobile-layout.ul-widget-hide {
        left: 15px !important;
        bottom: 20px !important;
        height: 75px !important;
        width: 90px !important;
    }
    :root #closeBtn.default-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px !important;
    }
    :root #closeBtn.default-icon > svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/*pageTopBtn*/
#pageTopBtn {
    display: none !important;
}
#buyNow {
    display: none !important;
}

/* gift bnr */

#gift_banner {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 10000;
}
@media screen and (max-width: 767.99px) {
    #gift_banner {
        bottom: 20px;
        right: 18px;
    }
}
#gift_banner a {
    width: 120px;
    height: 120px;
    display: block;
    position: relative;
}
@media screen and (max-width: 767.99px) {
    #gift_banner a {
        width: 120px;
        height: 120px;
    }
}
#gift_banner a img {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background-color: #dddddd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.gift_banner_close {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 30px;
	height: 30px;
    border: 2px solid #fff;
	border-radius: 50%;
	background-color: #000;
	z-index: 10;
	cursor: pointer;
}
@media screen and (max-width: 767.99px) {
    .gift_banner_close {
        top: -16px;
	    right: -16px;
        left: inherit;
        width: 28px;
	    height: 28px;
    }
}
.gift_banner_close:before, .gift_banner_close:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
	margin: auto;
    width: 60%;
    height: 2px;
}
@media screen and (max-width: 767.99px) {
    .gift_banner_close:before, .gift_banner_close:after {
        width: 70%;
    }
}
.gift_banner_close:before {
    transform: rotate(45deg);
}
.gift_banner_close:after {
    transform: rotate(-45deg);
}



