.mobilepopup-opened {
	overflow: hidden;
	}
.mobilepopup {
	float: left;
	display: none;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.mobilepopup>* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.mobilepopup.open {
	display: block
}
.mobilepopup.open .mobilepopup-overflow {
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100vw;
	height: 100dvh;
	background-color: #ffffff;
	z-index: 1002;
	cursor: pointer
}
.mobilepopup.open .mobilepopup-outer {
	position: fixed;
	float: left;
	top: 50%;
	left: 50%;
	/* background-color: #ffffff; */
	z-index: 1003;

	width: 400px;
	height: 300px;
	max-width: 100vw !important;	
	max-height: 100dvh !important;

	border-radius: 10px;

	overflow-x: hidden;
	
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%)
}

@media (max-width: 1024px) {
	.mobilepopup.open .mobilepopup-outer:not(.disable-mobile-fullscreen) {
	width: 100vw !important;
	height: 100dvh !important;
	}
}

.popv  .mobilepopup.open .mobilepopup-outer .mobilepopup-inner {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-o-flex-direction: column;
	-o-justify-content: space-between;
	-ms-flex-direction: column;
	-ms-justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-flex-direction: column;
	-moz-justify-content: space-between
}

.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .footer,
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .header {
	flex-shrink: 0;
	-o-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0
}

/***************************/
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content {
	position: relative;
	display: inline-block;
	/* overflow: scroll; */
/*
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid rgba(85,85,85,0.5);	
*/
	padding: 40px 120px;
	padding-bottom: 5%;
	padding-top: 140px;
	
	flex-grow: 1;
	flex-shrink: 1;
	-o-flex-grow: 1;
	-o-flex-shrink: 1;
	-ms-flex-grow: 1;
	-ms-flex-shrink: 1;
	-webkit-flex-grow: 1;
	-webkit-flex-shrink: 1;
	-moz-flex-grow: 1;
	-moz-flex-shrink: 1
}

.mobilepopup.open .content li,
.mobilepopup.open .header,
.mobilepopup.open .content {
	color: #1D1D1F;
	}

.mobilepopup.open .header {
	font-size: 28px;
    line-height: 30px;
	/* min-height: 80px; */
	text-align: left;
	font-weight: 700;
	color: #1D1D1F;
	/* padding: 10px 40px;	 */

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	/* background-color: #ffffff; */
	}

.mobilepopup.open .content p,
.mobilepopup.open .content .txt,
.mobilepopup.open .content {
    position: relative;
	display: inline-block;
	width: 100%;
	}
.mobilepopup.open .content {
	font-size: 16px; 
	padding: 10px 30px;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	}
.mobilepopup.open .content p {
	line-height: 1.8em;
}

@media only screen and (max-width: 1100px) {
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content {
		padding: 40px 80px;
		padding-top: 140px;
	}
}
@media only screen and (max-width: 992px) {
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content {
		padding: 40px 40px;
		padding-top: 132px;
	}
}
@media only screen and (max-width: 480px) {
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content {
		padding: 40px 15px;
		padding-top: 100px;
	}
}


.mobilepopup.open .content .txt {
	padding-top: 30px;
	}	
	

	
@media only screen and (max-width: 768px) {

}

.mobilepopup.open .content p,
.mobilepopup.open .content ol,
.mobilepopup.open .content ul,
.mobilepopup.open .content li {
    position: relative;
	/* float: left; */
	width: 100%;
}
.mobilepopup.open .content ul li {
    list-style-type: none;
}
.mobilepopup.open .content ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-right: 20px;
	text-align: left;

}
.mobilepopup.open .content {
	font-weight: 500;
}
.mobilepopup.open .content .info {
	display: flex;
	justify-content: space-between;
	line-height: 1.6em;
	align-items: flex-start;
}

.mobilepopup.open .content .swiper {
	width: 50%;
}
.mobilepopup.open .content .tt {
	width: 45%;
} 
.mobilepopup.open .content p {
	font-weight: 350;
} 
.mobilepopup.open .content h2 {
	color: #7F0019;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 12px;
}
.mobilepopup.open .content h3 {
	color: #3C3C43;
	font-size: 32px; 
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	}

.mobilepopup.open .content h4 {
	text-align: center;
	font-weight: 900;
	font-size: 20px; 
	margin-bottom: 24px;
}

.mobilepopup.open .content .detail {
	margin-top: 32px;
	padding: 50px 10%;
	background-color: #FBF4D7;
	color: #3C3C43;
}
.mobilepopup.open .content .detail p{
	font-weight: 400;
	margin-bottom: 5px;
}

.mobilepopup.open .content .detail__products ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 62px;
} 

.mobilepopup.open .content .detail__products li{
	width: 22%;
	margin: 0 1.5%;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
} 

.mobilepopup.open .content .detail__products li img{
	width: 100%;
	margin-bottom: 5px;
} 
.mobilepopup.open .content .detail__products__name {
	min-height: 55px;
}
.mobilepopup.open .content .detail__products__price {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.01em;
}
.mobilepopup.open .content .detail__products__price span{
	min-height: 60px;
	font-size: 16px;
	font-weight: 900;
}
.mobilepopup.open .content .detail__btn {
	text-align: center;
}
.mobilepopup.open .content .detail__btn a{
	display: inline-block;
	margin: 0 auto;
	padding: 12px 120px;
	background: #fff;
	border: 0.5px solid #3C3C43;
}

@media only screen and (max-width: 992px) {
	.mobilepopup.open .content .info {
		align-items: center;
	}
	.mobilepopup.open .content .detail {
		padding: 50px 6%;
	}
	.mobilepopup.open .content .swiper {
		width: 42%;
		margin-right: 0;
	}
	.mobilepopup.open .content .tt {
		width: 55%;
	}
}
@media only screen and (max-width: 768px) {
	.mobilepopup.open .content .info {
		flex-direction: column;
		align-items: center;
	}
	.mobilepopup.open .content .tt {
		width: 100%;
		margin-top: 20px;
	}
	.mobilepopup.open .content .swiper {
		width: 60%;
	}
	.mobilepopup.open .content .detail__products li {
		width: 42%;
		margin: 0 4%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.mobilepopup.open .content .swiper {
		width: 100%;
	}
	.mobilepopup.open .content .detail__btn a{
		padding: 12px 100px;
	}
	.mobilepopup.open .content .detail__products ul {
		margin-bottom: 40px;
	}
}
/***************************/
/* .mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::scrollbar {
	width: 3px;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::scrollbar-track {
	background: 0 0;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::scrollbar-thumb {
	background: #333;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-o-scrollbar {
	width: 3px;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-o-scrollbar-track {
	background: 0 0;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-o-scrollbar-thumb {
	background: #333;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-ms-scrollbar {
	width: 3px;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-ms-scrollbar-track {
	background: 0 0;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-ms-scrollbar-thumb {
	background: #333;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-webkit-scrollbar {
	width: 3px;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-webkit-scrollbar-track {
	background: 0 0;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-webkit-scrollbar-thumb {
	background: #333;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-moz-scrollbar {
	width: 3px;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-moz-scrollbar-track {
	background: 0 0
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content::-moz-scrollbar-thumb {
	background: #333;
}
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .content .mobilepopup-form {
	float: left;
	width: 100%;
} */

/* 
@media (max-width: 1024px) {
	.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .header {
	font-size: 18px;
	line-height: 36px;
	}
} */

.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .footer{ padding: 10px 20px; text-align:right; }
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .footer .button{ margin-left:20px; }
.mobilepopup.open .mobilepopup-outer .mobilepopup-inner .footer .button:first-child{ margin-left:0; }

.mobilepopup.open .mobilepopup-outer .button-close {
	position: absolute;
	display: inline-block;
	top: 50px;
	right: 50px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
}
.mobilepopup.open .mobilepopup-outer .button-close:after,
.mobilepopup.open .mobilepopup-outer .button-close:before{
	position: absolute;
	display: block;
	top: 40px;
	right: 0px;
	transform:rotate(-45deg);
	content:'';
	height: 1px;
	width: 80px;
	transition:all .25s ease-out;
	background: #000;
	}

.mobilepopup.open .mobilepopup-outer .button-close:after{transform:rotate(-135deg)}

@media only screen and (max-width: 768px) {
	.mobilepopup.open .mobilepopup-outer .button-close {
		top: 40px;
		right: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.mobilepopup.open .mobilepopup-outer .button-close {
		top: 30px;
		right: 10px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.mobilepopup.open .mobilepopup-outer .button-close:after,
	.mobilepopup.open .mobilepopup-outer .button-close:before{
		top: 20px;
		right: 0px;
		width: 50px;
	}
}


.mobilepopup .loader-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	display: none;
}
.mobilepopup .loader-wrap .loader {
	text-align: center;
	width: 80px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mobilepopup .loader-wrap .loader span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: #000;
	border-radius: 50px;
	animation: bubbling 1.5s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubbling 1.5s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubbling 1.5s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubbling 1.5s infinite alternate;
	-moz-border-radius: 50px;
	-moz-animation: bubbling 1.5s infinite alternate
}
@keyframes bubbling {
	0% {
	width: 10px;
	height: 10px;
	background-color: #000;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	}
	100% {
		width: 18px;
		height: 18px;
		background-color: #fff;
		transform: translateY(-20px);
		-o-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
	}
}
/* .mobilepopup .loader-wrap .loader span:nth-child(1) {
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}
.mobilepopup .loader-wrap .loader span:nth-child(2) {
	animation-delay: .45s;
	-o-animation-delay: .45s;
	-ms-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-moz-animation-delay: .45s;
}
.mobilepopup .loader-wrap .loader span:nth-child(3) {
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
}
.mobilepopup.loading .loader-wrap {
	display: block;
} */
