.post_content form.l1 p{
	line-height: 1;
}
.woocommerce-checkout-review-order-table,
.woocommerce-table--order-details,
.woocommerce-cart-form__contents{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
.cart-collaterals table,
form.woocommerce-form-login button:not(.slick-arrow):not(.fancybox-button),
form.woocommerce-form-login p,
form.woocommerce-form-login,
form.woocommerce-form-register,
form.woocommerce-form-login button:not(.slick-arrow):not(.fancybox-button),
form.woocommerce-form-register button:not(.slick-arrow):not(.fancybox-button),
button:not(.slick-arrow):not(.fancybox-button)#place_order,
label.woocommerce-form__label,
button:not(.slick-arrow):not(.fancybox-button)[name="apply_coupon"],
a.button.empty_cart_bt,
a.button.return_shop_bt,
.coupon,
.cart_item_price_row,
.cart_item_wr,
.cart_item_title_wr,
.woocommerce-cart-form,
.woocommerce-checkout-review-order-table,
.woocommerce-table--order-details,
.woocommerce-cart-form__contents{
	width: 100%;
}

.woocommerce-MyAccount-content,
.lost_reset_password #user_login,
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content,
form.woocommerce-form-register,
.full_order_item_wr .woocommerce-table--order-details,
.woocommerce-form-login-toggle,
form.woocommerce-form-login,
.cart-collaterals,
.woocommerce-form-coupon,
.woocommerce-form-coupon-toggle,
form.checkout,
.woocommerce-cart-form{
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}
.cart_item_wr{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.cart_item_wr~{
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}
.cart_item_remove{
	margin-left: auto;
}
.woocommerce-order-pay .woocommerce form input[type="submit"],
form.checkout.woocommerce-checkout h3,
.cart_totals h2,
.actions,
.coupon,
a.button.empty_cart_bt,
.cart_item_remove,
#content ul li:nth-last-child(n+2),
.woocommerce-form__label-for-checkbox,
.woocommerce-privacy-policy-text,
.cart_item_title_wr,
.cart_item_thumb_wr{
	margin-bottom: 15px;
}
.woocommerce-form__label-for-checkbox{
	position: relative;
}
.cart_item_thumb_wr img{
	width: auto;
}
.cart_item_price_row{
	justify-content: space-between;
	align-items: center;
}
.cart_item_price_wr{
	font-size: 12px;
}
.cart_item_subtotal_wr{
	margin-left: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
}

.cart_item_qty_wr{
	width: 95px;
}
.cart_item_qty_wr .quantity{
	margin-right: 0;
}
.optional,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
#content ul li:before,
form.woocommerce-form-login .clear,
#shipping_country_field,
#billing_country_field,
.woocommerce-order-received h1.page-title,
.woocommerce-form__label-for-checkbox .required,
.woocommerce .actions button[name="update_cart"]{
	display: none!important;
}
@media(min-width: 768px){
	button:not(.slick-arrow):not(.fancybox-button)#place_order{
		width:auto;
	}
	.woocommerce-MyAccount-content,
	.lost_reset_password #user_login,
	.full_order_item_wr .woocommerce-table--order-details,
	.woocommerce-form-login-toggle,
	.woocommerce-form-coupon-toggle,
	form.checkout,
	.woocommerce-cart-form {
		max-width: 100%;
	}
	.cart_item_wr{
		flex-direction: row;
		justify-content: flex-start;
	}
	.cart_item_wr.table_headings{
		padding-top: 0;
	}
	.cart_item_remove {
		width: 20px;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.cart_item_title_wr,
	.cart_item_thumb_wr {
		margin-bottom: 0;
	}
	.cart_item_thumb_wr{
		width: 100px;
		margin-right: 10px;
	}
	.cart_item_qty_wr{
		text-align: center;
	}
	.cart_item_price_row{
		margin-left: auto;
		width: 200px;
	}
	.woocommerce-cart-form .cart_item_price_row{
		width: 320px;
	}
	.woocommerce-cart-form .cart_item_title_wr{
		max-width: calc(100% - 470px);
	}
	.woocommerce-checkout-review-order-table .cart_item_title_wr{
		max-width: calc(100% - 370px);
	}
	.woocommerce-table--order-details .cart_item_title_wr{
		max-width: calc(100% - 320px);
	}
	.cart_item_price_wr,
	.cart_item_subtotal_wr{
		width: 100px;
	}
	.showlogin,
	.showcoupon{
		margin-left: 5px;
	}
}

.actions{
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form.checkout.woocommerce-checkout h3,
.cart_totals h2,
.woocommerce-shipping-destination,
.coupon button,
.place-order,
.woocommerce-account-fields{
	margin-top: 15px;
}
.coupon button{
	width: 100%!important
}

@media(min-width: 768px){
	.checkout form.woocommerce-form-login,
	.coupon{
		display: flex;
		align-items: center;
		max-width: 400px;
		margin-right: auto;
	}
	form.woocommerce-form-login{
		flex-wrap: wrap;
	}

	.coupon button{
		margin-top: 0;
		margin-left: 15px;
		width: 200px!important;
		flex: 0 0 200px;
	}
	form.woocommerce-form-login button{
		margin-top: 0;
	}
	.actions {
		justify-content: flex-end;
	}
	a.button.empty_cart_bt,
	a.button.return_shop_bt{
		width: 200px!important;
		flex: 0 0 200px;
		margin-left: 15px;
	}
}

.cart-collaterals th,
.cart-collaterals td,
.woocommerce-table--order-details tfoot td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table tfoot td{
	padding:10px 0;
}
.place-order,
label.woocommerce-form__label,
.cart-collaterals th,
.woocommerce-checkout-review-order-table th{
	text-align: left;
}
.wc-proceed-to-checkout,
.cart-collaterals td:not(:first-child),
.woocommerce-checkout-review-order-table td:not(:first-child){
	text-align: right;
}
.cart_item_wr,
.woocommerce-shipping-destination,
#content ul.wc_payment_methods,
#content ul#shipping_method,
.thankyou_item{
	border-bottom: 1px solid #cecece;
}
#payment,
.woocommerce-shipping-totals td{
	border-top: 1px solid #cecece;
}
#content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul.wc_payment_methods,
#content ul#shipping_method{
	padding: 0 0 10px;
	margin: 0;
}
#content ul li{
	padding: 0;
	min-height: 17px;
}
#content input[type="radio"],
#content input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0;
	opacity: 0;
}
#content input[type="radio"] + label img{
	margin-left: 5px;
}
#customer_details label.checkbox span:not(.optional),
.woocommerce-form__label-for-checkbox span,
.woocommerce-terms-and-conditions-checkbox-text,
#content input[type="radio"] + label {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding-left: 30px;
}
#customer_details label.checkbox span:not(.optional):before,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-terms-and-conditions-checkbox-text:before,
#content input[type="radio"] + label:before{
	content: '';
	width: 17px;
	height: 17px;
	border: 1px solid #cecece;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
}
#customer_details label.checkbox input[type="checkbox"]:checked + span:not(.optional):before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before,
#content input[type="radio"]:checked + label:before {
	content: '\e807';
	font-family: 'fontello', serif;
	color: #81d742;
	border-color: #81d742;
}

#content input[type="radio"] + label + div{
	padding-left: 30px;
	font-size: 12px;
}

.woocommerce-terms-and-conditions-checkbox-text a{
	margin-left: 5px;
}
.woocommerce-shipping-destination{
	padding-bottom: 15px;
}
form.checkout.woocommerce-checkout h3,
.cart_totals h2{
	font-size: 20px;
	width: 100%;
	display: block;
}
@media(min-width: 768px){
	.cart-collaterals{
		max-width: 415px;
		margin-left: auto;
		margin-right: unset;
	}
}
@media(min-width: 992px){
	.actions{
		flex-wrap: unset;
	}
}
.woocommerce-billing-fields__field-wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.select2-container--default .select2-selection--single{
	height: 50px;
	display: flex;
	align-items: center;
	border: 1px solid #000;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% - 13px);
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
}


.cart_item_title_wr {
	text-align: center;
}
.cart_item_wr dl.variation{
	font-size: 12px;
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 0;
}
.cart_item_wr dl.variation dt.variation-{
	font-weight: 600;
	border: none;
	padding: 0;
	width: 100%;
	float: none;
}

.cart_item_wr dl.variation dd.variation-{
	margin-left:0;
	margin-bottom: 5px;
	border: none;
	padding: 0;
}
.cart_item_wr dl.variation dd.variation- p{
	margin: 0;
}
@media (min-width: 768px){
	.cart_item_title_wr {
		text-align: left;
	}
	.cart_item_wr dl.variation{
		width: 100%;
		margin-left: 0;
		justify-content: flex-start;
	}
	.cart_item_wr dl.variation dd.variation-{
		margin-bottom: 10px;
	}
	.cart_item_wr dl.variation dt.variation-{
		margin-left:0;
	}
}
.woocommerce-remove-coupon{
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: right;
	text-transform: unset;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-NoticeGroup-checkout{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.woocommerce form .form-row .required{
	text-decoration: none;
}
#manager_callback_field label{
	font-size: 0;
	margin-bottom: 0;
}

.shipping-calculator-button +.shipping-calculator-form{
	margin-top: 20px;
}
.woocommerce-cart form .shipping-calculator-form .form-row {
	padding: 0;
}

.woocommerce-order-pay .woocommerce form{
	display: flex;
	flex-wrap:wrap;
}
.woocommerce-order-pay .woocommerce form input[type="submit"]{
	margin-right: 10px;
}
/*print order info end*/

.select2-container--default .select2-selection--single .select2-selection__arrow ,
.select2-container--default .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}
.woocommerce-invalid-required-field input{
	border-color:red!important;
}

/*print order info start*/
@media print {
	.f16,
	.f18,
	body{
		font-size: 12px;
	}
	.mt60{
		margin-top: 0!important;
	}
	.woocommerce table.my_account_orders,
	.order_download,
	.order_print,
	.sidebar_wr,
	h1.d-inline-block,
	.site_info_wr,
	.view_order_info,
	header,
	footer{
		display: none !important;
	}
	.modal {
		position: relative;
	}
	.modal,
	.modal-dialog,
	#orderModal .order_details_wr,
	#primary .woocommerce-MyAccount-content{
		width: 100%!important;
		max-width: 100%!important;
	}
	.woocommerce table.shop_table.cart td.product-name{
		min-width: 200px!important;
	}
	#orderModal .order_details_wr{
		max-height: unset!important;
	}
	#orderModal .modal-body {
		padding: 0!important;
	}
	.modal-dialog{
		margin: 0!important;
	}
}