.new_tag {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #ff0d0d;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.new_tag em {
	display: inline-block;
	font: inherit;
	color: inherit;
	font-style: normal;
	transform: scale(0.8);
	font-weight: 400;
}

/* .main {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

/* .wrapper {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	zoom: 1;
} */

.hide {
	display: none;
}

/* price */
.price {
	color: #212121;
}

.banner .buybtn {
	width: 396px;
	height: 48px;
	margin-left: -17px;
	margin-top: 10px;
	font-size: 14px;
}

/* .buybtn {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 255px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	border-radius: 9999px;
	box-shadow: 0px 5px 18px 3px rgba(250, 39, 4, 0.25);
	background: transparent linear-gradient(90deg, #ff6363 0%, #e20000 100%) 0% 0% no-repeat padding-box;
} */

/* 
.soldOut .banner .buybtn {
	margin-top: 10px;
}

.buybtn:hover {
	background: transparent linear-gradient(90deg, #e20000 0%, #ff6363 100%) 0% 0% no-repeat padding-box;
} */

/* banner */
/* .banner {
	width: 100%;
	min-width: 1200px;
	height: 802px;
	overflow: hidden;
	margin-bottom: 36px;
	background: url(../../../../tpl/images/summer/bg.webp) center top no-repeat;
} */

/* .banner .banner_title h1 {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: fit-content;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.banner .banner_title h1>img {
	position: relative;
	z-index: 1;
	vertical-align: top;
	text-align: center;
	flex-shrink: 0;
} */

.banner .banner_title h2 {
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .banner_title h2 p {
	font-size: 20px;
	font-weight: bold;
	color: #4B3D39;
}

.banner .banner_title h2 p b {
	font: inherit;
	color: #FF3A07;
}

.banner .banner_title h2 img {
	position: relative;
	z-index: 9;
	top: -2px;
	margin-left: 2px;
	animation: 3s swing 1.5s ease infinite;
}

.title_sale {
	display: inline-block !important;
}

.title_sold {
	display: none !important;
}

.banner .banner_title {
	position: relative;
}

.clock_wrap {
	position: absolute;
	top: 14px;
	left: 520px;
	z-index: 2;
	width: 80px;
	height: 72px;
	animation: 3s swing 1.5s ease infinite;
}

@keyframes swing {
	5% {
		transform: rotate(15deg);
	}

	10% {
		transform: rotate(-10deg);
	}

	15% {
		transform: rotate(5deg);
	}

	20% {
		transform: rotate(-5deg);
	}

	25% {
		transform: rotate(0);
	}

	35% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	45% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	55% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

.clock_box {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transform: rotate(5deg);
}

.clock_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: 26px;
	z-index: 101;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #f0533c;
	animation: secocks 12s linear 0s infinite forwards;
}

.sec_line {
	position: absolute;
	/* width: 6px;
	height: 7px; */
	/* top: 12px;
	left: 15px; */
	top: 7px;
	left: 12px;
	z-index: 99;
	width: 12px;
	height: 12px;
	transform-origin: 50% 100%;
	animation: secocks 12s linear 0s infinite forwards;
}

.min_line {
	position: absolute;
	z-index: 98;
	width: 17px;
	height: 11px;
	top: 9px;
	left: 18px;
	z-index: 98;
	background: url(../images/min_line.png);
	transform: scale(0.6);
	transform-origin: 0% 100%;
	animation: mincocks 1s linear 0s infinite forwards;
}

@keyframes secocks {
	5% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes mincocks {
	5% {
		transform: rotate(0deg) scale(0.6);
	}

	100% {
		transform: rotate(360deg) scale(0.6);
	}
}

.brCountdown {
	position: relative;
	width: 240px;
	height: 24px;
	border-radius: 4px;
	margin-left: -10px;
	text-align: center;
	color: #fffbf8;
	font-size: 16px;
	font-weight: 500;
	background: transparent linear-gradient(90deg, #3AAAFF 0%, #FF764B 50%, #F65555 100%) 0% 0% no-repeat padding-box;
	
}

.brCountdown::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -22px;
	width: 33px;
	height: 37px;
	background: url(../images/clock_icon.svg) center center no-repeat;
		animation: 3s swing 1.5s ease infinite;
}

.brCountdown b {
	display: inline-block;
	padding: 0 2px;
	font-size: 16px;
	font-weight: 500;
	color: #FBD53C;
}

.time_ms {
	width: 32px;
}

.main {
	overflow: hidden;
}

.banner .logo {
	position: absolute;
	z-index: 1;
	display: block;
	width: 54px;
	height: 17px;
	left: 46px;
	top: 34px;
}

.banner .logo>svg {
	pointer-events: none;
}

.anvy__candle {
	position: absolute;
	top: 30px;
	left: 537px;
	z-index: 0;
	transform: rotate(0deg);
}

.anvy__candle::before {
	content: "";
	position: absolute;
	bottom: calc(100% - 4px);
	left: -3px;
	z-index: 1;
	width: 12px;
	height: 20px;
	border-radius: 100%;
	animation:
		candleFlicker 6s linear infinite,
		candleShadow 1s linear infinite;
	-webkit-animation-delay: inherit;
	animation-delay: inherit;
	transform-origin: center bottom;
	background-color: #ff8121;
	background-image: radial-gradient(circle at 4px 16px, #ffc748, #ff8121);
	filter: blur(2px) contrast(1.5);
}

.candle_right {
	top: 32px;
	left: 588px;
	/* transform: rotate(15deg); */
	animation:
		candleFlicker 5s linear infinite,
		candleShadow 1s linear infinite;
	animation-delay: 0.3s;
}

@keyframes candleFlicker {

	0%,
	100% {
		transform: rotate(18deg) scaleX(1) scaleY(1);
	}

	12.5% {
		transform: rotate(14deg) scaleX(0.5) scaleY(0.8);
	}

	25% {
		transform: rotate(10deg) scaleX(1.1) scaleY(1);
	}

	37.5% {
		transform: rotate(6deg) scaleX(0.5) scaleY(0.8);
	}

	50% {
		transform: rotate(2deg) scaleX(0.9) scaleY(1.05);
	}
}

@keyframes candleFlickerRight {

	0%,
	100% {
		transform: rotate(33deg) scaleX(1) scaleY(1);
	}

	12.5% {
		transform: rotate(29deg) scaleX(0.5) scaleY(0.8);
	}

	25% {
		transform: rotate(25deg) scaleX(1.1) scaleY(1);
	}

	37.5% {
		transform: rotate(21deg) scaleX(0.5) scaleY(0.8);
	}

	50% {
		transform: rotate(17deg) scaleX(0.9) scaleY(1.05);
	}
}

@keyframes candleShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(#ff8121, 0);
	}

	30% {
		box-shadow: 0 -3px 0 2px rgba(#ff8121, 0.6);
	}

	100% {
		box-shadow: 0 -20px 0 -6px rgba(#ff8121, 0.2);
	}
}

.salecont {
	position: relative;
	height: 520px;
	margin-top: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 35px;
	overflow: hidden;
	background: #fffbf8;
}

/* .salecont::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: repeating-linear-gradient(45deg,
			#d0d0d0,
			#d0d0d0 3px,
			transparent 3px,
			transparent 6px);
	opacity: 0.1;
} */

.saleselbox,
.salesedes {
	position: relative;
	z-index: 1;
}

.saleselbox {
	margin: 0 auto;
	width: 500px;
	padding-top: 20px;
	position: relative;
}

.saleselbox::after {
	content: "";
	display: none;
	width: 72px;
	height: 100px;
	position: absolute;
	background: url(../images/gift_box.png) center no-repeat;
	right: 30px;
	bottom: 6px;
}

.saleselbox .selbox_text {
	width: fit-content;
	height: fit-content;
	position: absolute;
	left: 22px;
	top: 90px;
}

.saleselbox .selbox_text dt {
	width: 430px;
	height: 5px;
	background: #eac02b 0% 0% no-repeat padding-box;
	position: relative;
}

.saleselbox .selbox_text dd {
	position: relative;
	top: -14px;
	left: 22%;
	font-size: 14px;
	font-weight: bold;
	background: transparent linear-gradient(90deg, #f9d248 0%, #fffa77 43%, #f8d148 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #e98c00;
	border-radius: 11px;
	height: 22px;
	width: 224px;
	line-height: 22px;
	text-align: center;
}

.saleselbox ul {
	display: flex;
}

.saleselbox ul li {
	position: relative;
	margin-left: -78px;
	width: 145px;
	opacity: 0.8;
	filter: grayscale(100%);
}

.saleselbox ul li:nth-of-type(1) {
	margin-left: 0px;
}

.saleselbox ul li.selbox6 {
	margin-right: 0px;
}

.saleselbox ul li.checked {
	filter: inherit;
	opacity: 1;
}

.salesedes {
	margin: 0 auto;
	padding-top: 24px;
	width: 1200px;
	display: flex;
	padding-left: 77px;
	gap: 40px;
}

.salesepro {
	width: 552px;
}

.salesepro .salesepro-name {
	float: left;
	width: fit-content;
}

.salesepro .pcs {
	float: right;
	min-width: 93px;
	padding: 0 8px;
	height: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
	text-align: center;
	background: #eaeaef;
	border-radius: 10px;
	color: #646081;
	white-space: nowrap;
	margin-right: 20px;
}

.salesepro .pcs span {
	color: #00a764;
}

.salesepro .salesepro-price {
	float: right;
	width: 50px;
}

.salesepro-head {
	font-size: 18px;
	font-weight: 500;
	color: #b0aec7;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: 2px solid #d7d5e8;
}

.saleseorder .salesepro-head {
	width: 378px;
	margin-left: 52px;
}

.salesepro-cont {
	margin-top: 32px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.salesepro-cont li {
	position: relative;
	opacity: 0.5;
	cursor: pointer;
}

.salesepro-cont li p {
	font-size: 14px;
	color: #3f3f3f;
}

.salesepro-cont li>div {
	height: 20px;
}

.salesepro-cont li>p {
	font-size: 12px;
	font-weight: 300;
	color: #646081;
	opacity: 0.4;
	clear: both;
	margin-top: 4px;
	padding-left: 34px;
}

.salesepro-cont .salesepro-name {
	cursor: pointer;
}

.salesepro-cont .salesepro-name:before {
	width: 19px;
	height: 19px;
	background: #c4c4c4;
	border: 1px solid #646464;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin: 0px 8px 0 0;
	border-radius: 2px;
}

.salesepro-cont .salesepro-name p {
	display: inline-block;
}

.salesepro-cont li.checked {
	opacity: 1;
}

.salesepro-cont li.checked p {
	font-weight: 500;
	color: #0d0d0d;
}

.salesepro-cont li.checked>p {
	font-weight: 300;
	color: #646081;
	opacity: 0.8;
}

.salesepro-cont li.checked .salesepro-name::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 19px;
	left: 4px;
	top: -2px;
	background: url(../images/free_check_icon.svg) center no-repeat;
}

.saleseorder {
	width: 451px;
	height: 263px;
	float: right;
	text-align: left;
}

.saleseordercnt {
	width: 350px;
	margin: 0px auto;
}

.saleseorder-head {
	height: 34px;
	border-bottom: 2px solid #d7d5e8;
}

.saleseorder-head h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.saleseorder-head .saleseorder-price img {
	margin-top: 1px;
	display: block;
}

.saleseorder-name {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.saleseorder-name .saleratio-box {
	display: inline-block;
	height: 18px;
	width: 83px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: transparent linear-gradient(274deg, #ffc464 0%, #fff8d6 100%) 0% 0% no-repeat padding-box;
	border-radius: 2px;
}

.saleseorder-price {
	width: 72px;
	display: inline-block;
	color: #f71d03;
	vertical-align: middle;
	text-align: center;
}

.saleseorder-cont {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 0px 0px;
	gap: 8px;
}

.saleseorder-items p {
	font-size: 14px;
	color: #000;
}

.saleseorder-items p .orprice {
	font-weight: bold;
}

.saleseorder-items p b {
	font-size: inherit;
	font-weight: bold;
}

.saleseorder-items,
.saleseorder-discount,
.saleseorder-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

.saleseorder-extra {
	width: 100%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	gap: 3px;
	position: relative;
	min-height: 42px;
	align-items: center;
	justify-content: center;
}

.saleseorder-extra::before {
	content: "";
	display: block;
	width: 394px;
	height: 51px;
	position: absolute;
	left: -20px;
	top: -4px;
	background: url(../images/extra_bg.png) center no-repeat;
}

.saleseorder-extra p {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

.saleseorder-extra p span {
	display: block;
	color: #00b23b;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.saleseorder-extra p span img {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.saleseorder-extra p span:nth-of-type(2) {
	width: 62px;
	text-align: left;
}

.saleseorder-extra::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 4;
	opacity: 0;
	transform: scale(2);
	transition: all 0.3s ease;
}

.saleseorder-extra.una::before,
.saleseorder-extra.sold::before {
	background: url(../images/extra_gray.png) center no-repeat;
	z-index: 3;
}

.saleseorder-extra.una::after {
	width: 98px;
	height: 55px;
	top: -6px;
	right: 95px;
	opacity: 1;
	transform: scale(1);
	background: url(../images/una.png) center no-repeat;
}

.saleseorder-extra.sold p span {
	color: #545454;
}

.saleseorder-extra.sold::after {
	width: 61px;
	height: 32px;
	top: 5px;
	right: 105px;
	opacity: 1;
	transform: scale(1);
	background: url(../images/sold.png) center no-repeat;
}

.saleseorder-discount p {
	font-size: 14px;
}

.saleseorder-discount p span {
	font-size: inherit;
	font-weight: inherit;
}

.saleseorder-total {
	margin-top: 6px;
}

.saleseorder-total p {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.saleseorder-total p span {
	font-size: inherit;
	font-weight: bold;
}

.saleseorder-total p span b {
	font-size: 30px;
	font-weight: bold;
}