._ymcart_coddetail_box .animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);transform:translateX(6px)}}
@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);-ms-transform:translateX(6px);transform:translateX(6px)}}
._ymcart_coddetail_box .waring{-webkit-animation-name:shake;animation-name:shake}


/* 恢复富文本中的样式使用浏览器默认的样式 */
.copyright_text ul {
	list-style-type: disc;
}
.copyright_text ul>li {
	list-style-type: disc;
}
.copyright_text ol {
	list-style-type: decimal;
}
.copyright_text ol>li {
	list-style-type: decimal;
}
.copyright_text ul, .copyright_text ol {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.copyright_text dd {
	display: block;
	margin-inline-start: 40px;
}

.copyright_text a{
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
}

.copyright_text p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


._ymcart_coddetail_box{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1000000;
	display:none;
}
._ymcart_coddetail_box ._ymcart_coddetail_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
._ymcart_coddetail_box ._ymcart_coddetail_wapper{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
._ymcart_coddetail_box ._ymcart_coddetail{
	width:800px;
	position:relative;
	background:#fff;
	box-shadow:0 0 5px #eee;

}
._ymcart_coddetail_box ._ymcart_coddetail_title{
	padding:15px 30px;
	position:relative;
	border-bottom:1px solid #f0ecec;
}
._ymcart_coddetail_box ._ymcart_coddetail_title h3{
	font-size:16px;
	line-height:30px;
}
._ymcart_coddetail_box ._ymcart_coddetail_close{
	position:absolute;
	right:30px;
	top:20px;
}
._ymcart_coddetail_box ._ymcart_coddetail_close svg{
	width: 20px;
	height: 20px;
	fill: #bebcbf;
	cursor: pointer;
}

._ymcart_coddetail_box ._ymcart_coddetail_con{
	box-sizing:border-box;
	max-height:	560px;
	overflow-y: auto;
	padding:20px 30px 0 30px;
}
._ymcart_coddetail_box ._ymcart_coddetail_con::-webkit-scrollbar {width: 5px;height: 10px;}                        
._ymcart_coddetail_box ._ymcart_coddetail_con::-webkit-scrollbar-track {box-shadow: 1px 1px 5px rgba(100,100,100,.2) inset;}
._ymcart_coddetail_box ._ymcart_coddetail_con::-webkit-scrollbar-thumb {min-height: 10px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(100,100,100,.5) inset; border-radius:50px;}
._ymcart_coddetail_box ._ymcart_coddetail_con::-webkit-scrollbar-corner {background:transparent;}


._ymcart_coddetail_box .row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express{
	font-size:0;
	margin-bottom:10px;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-list{
	width:100%;
	color:#333;
	display:inline-block;
	font-size:14px;
	box-sizing:border-box;
	margin-bottom:10px;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-con{
	cursor:pointer;
	border-radius: 4px;
	line-height:25px;
	padding:5px 15px;
	border:1px solid #e0e0e0;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-list .remark{
	font-size:12px;
}


._ymcart_coddetail_box ._ymcart_coddetail_con .express-list svg{
	width:25px;
	height:25px;
	margin:0 5px -8px 0;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul{
	margin:0 -10px;
	position:relative;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list{
	width:calc(33.3333% - 20px);
	margin:0 10px;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-con{
	padding:5px 15px;
	border:2px solid #e0e0e0;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list.on .express-con{
	border-color:#333;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top{
	width:calc(100%);
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top span{
	display:block;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list .codremark{
	padding:10px 15px;
	border-radius:5px;
	border:1px solid #dddddd;
	position:absolute;
	left:10px;
	top:auto;
	bottom:10px;
	width:calc(100% - 20px);
	height:auto;
	box-shadow: 0 0 5px #ccc;
	box-sizing:border-box;
	overflow:visible;
	display:none;
}

._ymcart_coddetail_box .express-list .codremark .triangle{
	display:block;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #dddddd transparent;
	position:absolute;
	top:-21px;
	left:50px;
}

._ymcart_coddetail_box .pickup_711 .codremark .triangle{
	left:50%;
	transform:translateX(-50%);
}

._ymcart_coddetail_box .family_pickup .codremark .triangle{
	left:auto;
	right:50px;
}

._ymcart_coddetail_box .express-list .codremark .triangle:after{
	content: '';
	display:block;
	width:0;
	height:0;
	border-width: 10px;
	border-style:solid;
	border-color:transparent transparent #ffffff transparent;
	position:absolute;
	top:-9px;
	left:-10px;
}
._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list.on .codremark{
	display:block;
}

._ymcart_coddetail_box ._ymcart_coddetail_con .express-other .express-top{
	justify-content: space-between;
}





._ymcart_coddetail_box .drop-down{
	position:relative;
}
._ymcart_coddetail_box .drop-down.on{
	z-index:1001;
}
._ymcart_coddetail_box .drop-down .down-txt{
	position:relative;
	padding:0 30px 0 10px;
	width:100%;
	line-height:38px;
	border-radius:4px;
	border:1px solid #d7dde3;
	cursor:pointer;
	font-size:14px;
	box-sizing:border-box;
	z-index:1000;
}
._ymcart_coddetail_box .drop-down .down-txt svg{
	width:12px;
	height:12px;
	position:absolute;
	right:10px;
	top:12px;
}
._ymcart_coddetail_box .drop-down .down-ul{
	display:none;
	position:absolute;
	left:0;
	top: 39px;
	width: 100%;
	border:1px solid #e9e9e9;
	background:#fff;
	border-radius:0 0 3px 3px;
	box-shadow: 0 4px 5px 0 #dedede;
	border-radius: 0 0 4px 4px;
	max-height:350px;
	overflow-y: auto;
	box-sizing:border-box
}
._ymcart_coddetail_box .drop-down .down-ul label{
	line-height:16px;
	font-size:14px;
	cursor:pointer;
	padding:12px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
._ymcart_coddetail_box .drop-down .down-ul label input {
	margin-right: 8px;
	width: 18px;
	height: 18px;
}
._ymcart_coddetail_box .drop-down .down-ul label a{
	padding:0;
	height:auto;
	border:none;
}
._ymcart_coddetail_box .drop-down .down-ul label:hover,
._ymcart_coddetail_box .drop-down .down-ul label.on{
	background:#f9f9f9;
}
._ymcart_coddetail_box .drop-down .down-ul label:hover a{
	color:#fff;
}
._ymcart_coddetail_box .payment-method .payments {
	flex: 0 0 calc(100% - 18px - 20px - 8px);
}

._ymcart_coddetail_box .payment-method{
	margin-bottom:25px;
}

._ymcart_coddetail_box .payment-method .name-tit::after{
	content: ' *';
	display: inline;
	color: #F00;
	font-style: italic;
}


._ymcart_coddetail_box .payment-method .drop-down .down-ul label{
	border-bottom:1px solid #ebebeb;
}
._ymcart_coddetail_box .payment-method .down-txt span,
._ymcart_coddetail_box .payment-method .payments{
	justify-content: space-between;
}
._ymcart_coddetail_box .payment-method .descript{
	padding-top:8px;
	color:#999;
}
._ymcart_coddetail_box .payment-method .price{
	font-weight:bold;
}
._ymcart_coddetail_box .payment-method.coddetail-show-payment .down-txt {
	display: none;
}
._ymcart_coddetail_box .payment-method.coddetail-show-payment .down-ul {
	display: block !important;
	position: static;
	box-shadow: none;
	border-radius: 6px;
}



._ymcart_coddetail_box .address_form{
	position:relative
}
._ymcart_coddetail_box label{
	width:100%;
}
._ymcart_coddetail_box .address_form label{
	margin-bottom:15px;
	display:block;
}
._ymcart_coddetail_box .name-tit{
	display: block;
	padding-bottom: 5px;
	font-size:14px;
	line-height:20px;
}
/* ._ymcart_coddetail_box .name-tit span{
	overflow: hidden;
	max-width: calc(100% - 20px);
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
} */
._ymcart_coddetail_box .name-tit.required em{
	color:#F00;
	font-style:italic;
}
._ymcart_coddetail_box .address_form label input{
	width:100%;
	padding:10px;
	line-height:20px;
	border:1px solid #d7dde3;
	border-radius:4px;
	color:#333;
	box-sizing:border-box;
}
._ymcart_coddetail_box label textarea{
	width:100%;
	padding:5px 10px;
	line-height:20px;
	border:1px solid #d7dde3;
	border-radius:4px;
	height:100px;
	color:#333;
	box-sizing:border-box;
}
._ymcart_coddetail_box .address_form label input::-webkit-input-placeholder,
._ymcart_coddetail_box .address_form label textarea::-webkit-input-placeholder{
	color: #aaa;
}
._ymcart_coddetail_box .address_form label input::-moz-input-placeholder,
._ymcart_coddetail_box .address_form label textarea::-moz-input-placeholder{
	color: #aaa;
}
._ymcart_coddetail_box .address_form label input::-ms-input-placeholder,
._ymcart_coddetail_box .address_form label textarea::-ms-input-placeholder{
	color: #aaa;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"]{
	-moz-appearance: textfield;
}
._ymcart_coddetail_box .address_form .rows-params{
	margin: 0 0 15px;
}
._ymcart_coddetail_box .address_form .region-select-box{
	display:none;
	margin: 0 -5px;
	font-size:0;
}
._ymcart_coddetail_box .address_form .region-select{
	width: calc(33.3333% - 10px);
	display: inline-block;
	margin:0 5px;
	position:relative;
}
._ymcart_coddetail_box .address_form .region-select svg{
	height:20px;
	width:20px;
	position:absolute;
	right:6px;
	top:36px;
	z-index:1;
}
._ymcart_coddetail_box .address_form .akmall-region{
	width:100%;
	padding: 10px 25px 10px 10px;
	color: #555555;
	border: 1px solid #d7dde3;
	outline: none;
	transition: all 0.2s linear 0s;
	border-radius: 3px;
	font-size: 14px;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:none;
	position:relative;
	z-index:2;
	height:42px;
}
._ymcart_coddetail_box .region-payOnDelivery .province{
	display:none;
}
._ymcart_coddetail_box .region-payOnDelivery .region-select{
	width:calc(50% - 10px);
}
._ymcart_coddetail_box .address_form .rows-params-label{
	font-size:0;
	display: flex;
	justify-content: space-between;
}
._ymcart_coddetail_box .address_form .rows-params-label label{
	width:calc(50% - 5px);
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form .rows-params-label{
	margin: 0 0 15px;
	width:100%;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form .rows-params-label label{
	display:inline-block;
	margin:0;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form .rows-params-none label{
	width:100%;
}




._ymcart_coddetail_box .pop-btns {
	text-align: center;
	margin: 20px 30px 0 30px;
}
._ymcart_coddetail_box .address-submit-btn{
	margin: 0 10px;
	background: #7d7dc3;
	display: inline-block;
	width: 130px;
	line-height: 40px;
	border: 1px solid #7d7dc3;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}

._ymcart_coddetail_box .pop-cancel-btn {
	margin: 0 10px;
	background: none;
	display: inline-block;
	width: 130px;
	line-height: 40px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-size: 16px;
}


/*多国家样式*/

._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row {
	margin: 0 -10px;
	font-size:0;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row label{
	width:50%;
	padding:0 10px;
	margin-bottom:15px;
	display:inline-block;
	box-sizing:border-box;
	position: relative;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row .coddetail-areacode-phone{
	padding-left: 62px;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row .coddetail-phone-prefix{
	position: absolute;
	top: 25px;
	font-size: 14px;
	background: #f2f2f2;
	height: 42px;
	left: 10px;
	border-radius: 4px 0 0 4px;
	display: flex;
	align-items: center;
	padding: 0 13px;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .rows-params{
	margin:0 -10px;
	font-size:0;
}
._ymcart_coddetail_box .address_form._ymcart_coddetail_country .region-select{
	margin:0 10px;
	margin-bottom:15px;
	display:inline-block;
	width: calc(50% - 20px);
}
._ymcart_coddetail_box .address_form._ymcart_coddetail_country .akmall-region{
	width: 100%;
	margin:0;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .pop-btns{
	text-align:left;
}
._ymcart_coddetail_box ._ymcart_coddetail_country .address-submit-btn{
	background:#181818;
	border-color:#181818;
	margin:0;
	text-align: center;
}

/*FB单页*/
.detail_body{
	position:relative;
}
.detail_body ._ymcart_coddetail_box{
	max-width:640px;
	left:auto;
}
.detail_body ._ymcart_coddetail_box ._ymcart_coddetail{
	width:90%;
}
.detail_body ._ymcart_coddetail_box .address-submit-btn{
	width:100%;
	border-color:#333333;
	background:#333333;
	margin:0 0 15px;
	text-align: center;
}
.detail_body ._ymcart_coddetail_box .pop-cancel-btn{
	width:100%;
	margin:0;
}
.detail_body ._ymcart_coddetail_box .pop-cancel-btn:hover{
	background:#333333;
	border-color:#333333;
	color:#fff;
}


/*快速弹窗*/
.product_detail_quick_body ._ymcart_coddetail_box {
	position:absolute;
}
.product_detail_quick_body ._ymcart_coddetail_box ._ymcart_coddetail{
	height:100%;
}
.product_detail_quick_body ._ymcart_coddetail_box ._ymcart_coddetail_content{
	height:100%;
	width:100%;
}
.product_detail_quick_body ._ymcart_coddetail_box ._ymcart_coddetail_con{
	height: calc(100% - 100px);
	overflow: hidden;
	overflow-y: auto;
}

/*底部版权*/
.cod_copyright .copyright_text{

	/* text-align:center; */
}
.cod_copyright .copyright_lien{
	padding:15px 0;
	border-bottom:1px solid #eff2f4;
	margin-bottom:15px;
}
.cod_copyright img{
	max-width:100%;
}
.cod_copyright .copyright_link{
	display: flex;
	justify-content: center;
}
.cod_copyright .copyright_link a{
	width:50%;
	color:#586ad0;
	text-decoration:underline;
	text-align:center;
	font-size:14px;
}
.cod_copyright .cod_copyright_bg{
	position:fixed;
	left:50%;
	top:0;
	width:100%;
	max-width:640px;
	height:100%;
	background:rgba(0,0,0,0.4);
	transform: translateX(-50%);
	z-index:500000;
	display:none;
}
.cod_copyright .links-popup{
	position:fixed;
	left:50%;
	top:50%;
	padding:25px 20px;
	background:#fff;
	transform:translate(-50%,-50%);
	border-radius:4px;
	box-sizing:border-box;
	z-index:500001;
	display:none;
	max-width:640px;
}
.cod_copyright .links-popup_close{
	position:absolute;
	right:8px;
	top:8px;
	cursor:pointer;
}
.cod_copyright .links-popup_close svg{
	width:18px;
	height:18px;
}
.cod_copyright .links-popup-con{
	min-width:617px;
	max-width: 90%;
	min-height: 301px;
	max-height: 501px;
	overflow-y: auto;
	margin-right: -17px;
	padding-right: 20px;
	box-sizing: border-box;
}

/*默认展示*/
.ymcart_coddetail_box_show{
	position: static;
	display:block;
}
.ymcart_coddetail_box_show ._ymcart_coddetail_bg{
	display:none;
}
.ymcart_coddetail_box_show ._ymcart_coddetail_wapper{
	position:static;
}
.ymcart_coddetail_box_show ._ymcart_coddetail_title{
	display:none;
}
.detail_body .ymcart_coddetail_box_show ._ymcart_coddetail{
	width:100%;
	padding:0 16px;
	box-shadow:none;
}
.ymcart_coddetail_box_show ._ymcart_coddetail_con{
	max-height:none;
	padding:20px 0 0;
	overflow:visible;
}


@media screen and (max-width:1440px){
	._ymcart_coddetail_box ._ymcart_coddetail{
		max-height:500px;
	}
	.ymcart_coddetail_box_show ._ymcart_coddetail{
		max-height:none;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con{
		max-height:360px !important;
	}
	.ymcart_coddetail_box_show ._ymcart_coddetail_con{
		max-height:none !important;
	}
}



@media screen and (max-width:767px){
	._ymcart_coddetail_box ._ymcart_coddetail,
	._ymcart_coddetail_box ._ymcart_coddetail_country ._ymcart_coddetail{
		width:90%;
		padding:15px;
		height: 85vh;
	}
	.ymcart_coddetail_box_show ._ymcart_coddetail,
	.ymcart_coddetail_box_show ._ymcart_coddetail_country ._ymcart_coddetail{
		height:auto;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_content{
		width:100%;
		height:100%;
		overflow: hidden;
		padding-right:15px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con{
		max-height:430px !important;
	}
	.ymcart_coddetail_box_show ._ymcart_coddetail_con{
		max-height:none !important;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express{
		margin:0 -5px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list{
		padding:8px 10px;
		width:calc(33.3333% - 10px);
		margin:0 5px;
		font-size:12px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list.express2{
		width:40%;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list svg{
		width: 18px;
		height: 18px;
		margin: 0 0px -4px 0;
	}

	._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row label{
		width:100%;
	}
}

@media (max-width: 680px) and (min-width: 481px) {
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-con{
		padding:5px 8px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list{
		font-size:12px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-svg{
		height:18px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list svg{
		width: 18px;
		height: 18px;
		margin: 0 0px -4px 0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top{
		width:100%;
		margin:0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top span{
		display:block;
	}
}

@media screen and (max-width:480px){
	.detail_body ._ymcart_coddetail_box ._ymcart_coddetail{
		width:85%;
	}
	.detail_body .ymcart_coddetail_box_show ._ymcart_coddetail{
		width:100%;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_title{
		padding:15px 0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_close{
		right:0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con{
		padding:20px 0;
	    padding-right: 15px;
    	margin-right: -15px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express{
		margin:0 0 10px;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list{
		width:calc(100% - 20px);
		margin:0 10px 15px;
		padding:3px 0;
		position:relative;
		z-index:10;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top span{
		display:inline-block;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-top .price{
		float:right;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-ul .express-list .codremark{
		bottom:auto;
		top:110%;
		left:0;
		width:100%;
	}
	._ymcart_coddetail_box .express-list .remark .triangle{
		left:20px;
		right:auto;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list{
		width:100% !important;
		margin:0 0 5px;
		padding:3px 0;
	}

	._ymcart_coddetail_box .address_form .region-select-box,
	._ymcart_coddetail_box ._ymcart_coddetail_country .rows-params{
		margin:0 !important;
	}
	._ymcart_coddetail_box .address_form .region-select{
		width:100% !important;
		margin:0 0 15px !important;
	}
	._ymcart_coddetail_box .address_form .region-select:last-child{
		margin:0;
	}
	.cod_copyright .links-popup{
		width:90%;
	}
	.cod_copyright .links-popup-con{
		max-width:inherit;
		min-width:100%;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row{
		margin: 0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row label{
		padding:0;
	}
	._ymcart_coddetail_box ._ymcart_coddetail_country .address_form_row .rows-params-label label{
		flex: 0 0 calc(50% - 5px);
	}


}
@media screen and (max-width:375px){

	._ymcart_coddetail_box ._ymcart_coddetail_con .express-list span{
		display:block;
		line-height: 22px;
	}
}


.cod-text-right {
	direction: rtl;
}
.cod-text-right, .cod-text-right * {
	text-align: right;
}

.cod-text-right ._ymcart_coddetail_close {
	right: auto;
  left: 30px;
}