#billing_country_field, .woocommerce-NoticeGroup-checkout{
	display:none !important;
}

#billing_address_2_field{
	display:none !important;
}

.order_review_delivery{
	margin-bottom:15px;
}

.cart_data_wrap label.cart_checkout_method{
	font-size:16px;
	font-weight:500;
	margin-bottom:16px;
}

.form-row.woocommerce-invalid-required-field .thwcfe-input-field{
	border-color:red !important;
	border-width:2px  !important;
}

.finish_line_on_bottom{
	padding-top:24px;
}

.customer_details_payment{
	margin-bottom:30px;
}

.woocommerce-checkout-review-order, .woocommerce-checkout-review-order li,
.wc_payment_methods, .wc_payment_methods li{
	list-style-type:none;
}

.woocommerce-checkout-review-order,
.wc_payment_methods{
	margin:0px 0 24px;
	padding:0px;
}


.woocommerce-shipping-methods>li,
.wc_payment_methods>li{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:12px;
	margin-right:24px;
	min-width:20%;
}

.woocommerce-shipping-methods>li label,
.wc_payment_methods>li label{
	font-weight: var(--h2_weight);
    font-size: 14px;
	line-height:30px;
	padding-left:42px;
	margin-left:0px;
	cursor:pointer;
	position:relative;
}	

.woocommerce-checkout-review-order input[type="radio"],
.wc_payment_methods input[type="radio"]{
	display:none;
}

.woocommerce-checkout-review-order input[type="radio"]:not(:checked) + label::after,
.wc_payment_methods input[type="radio"]:not(:checked) + label::after {
	opacity: 0;
}

.woocommerce-checkout-review-order input[type="radio"]:checked + label::after, 
.woocommerce-checkout-review-order input[type="radio"]:not(:checked) + label::after,
.wc_payment_methods input[type="radio"]:checked + label::after, 
.wc_payment_methods input[type="radio"]:not(:checked) + label::after {
	left: 14px;
	top: 14px;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border-radius:var(--button_border_radius);
	content:'';
	display:block;
	background-size:18px 18px;
	background-color: #fff;
	-webkit-mask-image: url(../img/system/check_item.svg);
    mask-image: url(../img/system/check_item.svg);
}



.woocommerce-checkout-review-order input[type="radio"]:checked + label::after,
.woocommerce-checkout-review-order input[type="radio"]:not(:checked) + label::after,
.wc_payment_methods input[type="radio"]:checked + label::after,
.wc_payment_methods input[type="radio"]:not(:checked) + label::after {
  content: "";
  position: absolute;
  display:block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woocommerce-checkout-review-order input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before{
	background-color:var(--main_color);
}

.woocommerce-checkout-review-order input[type="radio"]:checked + label::before,
.woocommerce-checkout-review-order input[type="radio"]:not(:checked) + label::before,
.wc_payment_methods input[type="radio"]:checked + label::before,
.wc_payment_methods input[type="radio"]:not(:checked) + label::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid var(--second_color_opacity_50);
}

.wc-empty-cart-message, .return-to-shop{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:300;
}


.return-to-shop .wc-backward{
  margin:20px auto 30px;
  position: relative;
  transition: all .3s ease;
  color:#fff;
  background-color: var(--second_color);
  height: var(--button_height);
  border-radius: var(--button_border_radius);
  text-transform: var(--button_text_transform);
  font-size: var(--button_font_size);
  font-weight: var(--button_font_weight);
  color: var(--button_color_text);
  border-width: var(--button_border_width);
  border-color: var(--button_border_color);
  width: 276px;
  display: flex;
  text-decoration: none !important;
  outline: none !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.return-to-shop .wc-backward:hover{
	background-color:var(--second_color_hover);
}

.woocommerce-form-login-toggle{
	display:none !important;
}

.remove_go_wrap{
	width:64px;
}

.remove_go{
	cursor:pointer;
}

.remove_go svg path{
	stroke:var(--second_color) !important;
}

.remove_go:hover svg path{
	stroke:var(--second_color_hover) !important;
}

.sp_cart_col.sp_cart_col_title_wrap{
	display:flex;
	align-items:center;
}
	

.sp_cart_remove_checkbox{
	width:64px;
}

.sp_cart_remove_checkbox label{
	width:30px;
	height:30px;
	margin:0px !important;
	padding:0px;
	position:relative;
}

.sp_cart_remove_checkbox input[type="checkbox"]:checked, 
.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

.sp_cart_remove_checkbox input[type="checkbox"]:checked + label, 
.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    line-height: 28px;
    cursor: pointer;
}

.sp_cart_remove_checkbox input[type="checkbox"]:checked + label:before, 
.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
	border-radius: var(--button_border_radius);
    width: 28px;
    height: 28px;
    border: 1px solid var(--second_color_opacity_50);
    background-color: #ffffff;
}



.sp_cart_remove_checkbox input[type="checkbox"]:checked + label:after, 
.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sp_cart_remove_checkbox input[type="checkbox"]:checked + label:after, 
.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) + label:after {
    left:50%;
    top: 50%;
	transform:translate(-50%, -50%);
    width: 20px;
    height: 20px;
	background-color: var(--second_color);
	-webkit-mask-image: url(../img/system/check_item.svg);
    mask-image: url(../img/system/check_item.svg);
}


.sp_cart_remove_checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.sp_cart_remove_checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.clear-cart-button{
	color:var(--second_color);
	text-transform:uppercase;
	display:flex;
	cursor:pointer;
	font-weight:500;
	align-items:center;
}

.clear-cart-button svg{
	margin-right:4px;	
}

.clear-cart-button:hover{
	color:var(--second_color_hover);
}

.clear-cart-button svg path{
	stroke:var(--second_color) !important;
}

.clear-cart-button:hover svg path{
	stroke:var(--second_color_hover) !important;
}

.sp_cart_title_variant{
	font-weight: 250; 
	font-size: 14px; 
	display:block;
	margin-top:2px;
	text-transform:none;
	line-height:157.143%;
}



.sp_cart_img img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.sp_cart_col_title_wrap span.sp_cart_img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_cart_col_title_in {
  display: flex;
  width:100%;
  text-decoration: none !important;
  justify-content: flex-start;
  align-items: center;
}

.remove-product {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
  display:flex;
  align-items:center;
  font-weight: 500; 
  color:var(--second_color);
  text-transform:uppercase;
  line-height:24px;
}

.remove-product svg path{
	stroke:var(--second_color) !important;
}

.remove-product svg{
	margin-left:2px;
}

.remove-product:hover {
	color:var(--second_color_hover) !important;
}

.remove-product:hover svg path{
	stroke:var(--second_color_hover) !important;
}

.sp_cart_col_title_wrap {
  max-width: 524px;
  position: relative;
  width: 100%;
}

.sp_cart_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-top:20px;
  padding-bottom:20px;
  align-items: center;
  justify-content: space-between;
  border-bottom:1px solid var(--second_color_opacity_30);
}

.sp_cart_row:last-of-type{
	border-bottom:0px none;	
}

.special_cart_box {
  margin-bottom: 35px;
  border-bottom:2px solid var(--second_color);
}

.sp_cart_col_title_wrap span {
  display: block;
}
.sp_cart_title {
  font-weight: var(--h2_weight);
  font-size: 16px;
  line-height: 18px;
  color: #333;
  max-width: 347px;
  padding-left:24px;
  width: 100%;
  text-transform:uppercase;
}

.sp_cart_col_price{
	text-align:left;
}

.sp_cart_col_price>span{
	display:block;
}

.sp_cart_col_price bdi, .sp_cart_col_price {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #333; 
}


.sp_cart_col_total_qty_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  width: 100%;
  justify-content: space-between;
}

.sp_cart_col_qty {
  max-width: 132px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sp_cart_col_price_total_wrap{
	min-width:150px;
}

.sp_cart_col_price_total_wrap_main{
	display:none;
}

.sp_cart_col_price_total_wrap .sp_cart_item_label{
	color: var(--extra_color);
	font-size: 14px;
	font-weight: 250;
	line-height: 24px; /* 171.429% */ 
	opacity:0.8;
}

.sp_cart_col_price_total_wrap .r-symb{
  font-weight: 400;
  font-size: 17px;
}

.sp_cart_col_price_total {
  font-weight: 700;
  font-size: 18px;
  line-height: 141.176%;
  color: var(--text_color);
}

.sp_cartitem_qty_btn {
  height: 44px;
  width: 44px;
  display: flex;
  cursor:pointer;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 0px none;
  border-radius: 4px; 
  color:var(--second_color_opacity_60);
  font-size: 24px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.sp_cartitem_qty_btn svg path{
	stroke:var(--second_color_opacity_80) !important;
}

.sp_cart_col_qty_input {
-moz-appearance: textfield;
  width: 44px;
  height: 44px;
  color: rgba(51, 51, 51, 0.8);
  border: 1px solid var(--second_color_opacity_60);
  border-radius: var(--button_border_radius);
  text-align: center;
  font-size: 16px; 
  font-weight: 600;
}

.special_cart_box_total{
	border-radius: var(--big_border_radius);
	box-shadow: 0px 4px 18px 0px var(--main_color_opacity_20);
	padding:20px 30px;
	margin-bottom:45px;
}

.special_cart_box_total_items{
	display:none;
}


.special_cart_box_total_in{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
}

.special_cart_box_total_in_left{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
}

.special_cart_box_total_label{
	font-size: 24px; 
	font-weight: 900; 
	opacity: 0.8; 
	text-transform:uppercase;
}

.special_cart_box_total_value_wrap{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase; 
}


.customer_details_col{
	padding-left:80px;
	padding-right:80px;
}
.customer_details_row{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:80px;
	margin-top:62px;
	margin-left:-80px;
	margin-right:-80px;
}

.customer_details_title{
	font-family: Balsamiq Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase; 
	margin-bottom:20px;
}

#shipping_method{
	margin:0px;
	padding:0px;
}

#shipping_method, #shipping_method li{
	list-style-type:none;
}

#shipping_method li .flat-delivere-description{
	display:block;
	margin-top:9px;
	padding-left: 30px;
	font-size:15px;
}

#shipping_method li .flat-price{
	position:absolute;
	right:0px;
	text-transform: uppercase; 
	top:0px;
	font-weight: 800; 
	color:#484848;
	font-size: 15px; 
	line-height: 20px;
}

.front-page #customer_details .nice-select,
body.front-page .woocommerce-additional-fields__field-wrapper textarea
{
	font-weight:300;
	border-color:var(--second_color_opacity_30);
}

body.front-page .woocommerce-additional-fields input[type="text"],
body.front-page .woocommerce-billing-fields input[type="text"],
body.front-page .woocommerce-billing-fields input[type="email"]
{
	height:56px;
	border-color:var(--second_color_opacity_30);
	font-weight:300;
}


#customer_details-checkout-shipping{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	flex-direction: column;
}

#customer_details-checkout-shipping .customer_details_title:first-of-type{
	order:1;
	width:100%;
}

#customer_details-checkout-shipping #shipping_method{
	width:100%;
	order:2;
	margin-bottom:30px;
}

#customer_details-checkout-shipping .woocommerce-billing-fields{
	width:100%;
	order:3;
}

#customer_details-checkout-shipping-inputs label{
	font-weight: 600; 
	margin-bottom:11px;	
	line-height: 142.857%;	
	text-transform: uppercase; 
	display:block;
}

#afterdelivery_email_field,
#afterdelivery_email,
#afterdelivery_name,
#afterdelivery_phone,
#billing_comment_field{
	width:100%;
}

#afterdelivery_name_field, 
#afterdelivery_phone_field{
	width:50%;
}

#billing_comment{
	height:144px;
	border-radius: 12px;
	resize:none;
	width:100%;
	padding-left:16px;
	padding-top:20px;
	padding-right:20px;
	border: 1px solid rgba(130, 130, 130, 0.8);
}

.last_box_checkout_btn{
	width:100%;
	display:flex;
	padding-bottom:25px;
	justify-content:center;
}

.last_box_checkout_btn_wrap .woocommerce-privacy-policy-text{
	margin-top:0px;
	opacity: 0.5; 
}

.last_box_checkout_btn_wrap{
	width:100%;
	display:flex;
	padding-bottom:25px;
	align-items:center;
	flex-wrap:wrap;
}

#place_order.common_btn {
	width:277px;
	height:56px;
	margin:0 auto;
	
  background-color: var(--second_color);
  border-radius: var(--button_border_radius);
  text-transform: var(--button_text_transform);
  font-size: var(--button_font_size);
  font-weight: var(--button_font_weight);
  color: var(--button_color_text);
  border-width: var(--button_border_width);
  border-color: var(--button_border_color);	
	
	
}

#place_order.common_btn:hover{
	background-color:var(--second_color_hover);
}

body.front-page .woocommerce-additional-fields__field-wrapper textarea{
	height:150px;
	resize:none !important;
	border-radius: var(--input_border_radius);
	padding-left: 18px;
	padding-right: 18px;
	padding-top:16px;
	font-family: var(--font);
}

.woocommerce-additional-fields__field-wrapper{
	width:100%;
}

.woocommerce-additional-fields{
	display:flex;
	flex-wrap:wrap;
}

#customer_details-checkout-shipping-inputs input[type="text"]{
	border-radius: 10px; 
	height: 56px; 
	padding-left:20px;
	padding-right:20px;
	border: 1px solid rgba(130, 130, 130, 0.8); 
}

.woocommerce-privacy-policy-text{
	font-size:15px;
	font-weight: 300; 
	margin-top:18px;
	text-align:center;
}

.woocommerce-privacy-policy-text a{
	font-weight: 700; 
}

.woocommerce-checkout-payment-wrap{
	margin-top:30px;
}

.special_cart_box_total .lds-ellipsis div, .special_cart_box_total .lds-ellipsis span{
	background-color:#333;
}

.special_cart_box_total.loading{
	opacity:1;
}

.special_cart_box_total.loading .special_cart_box_total_count,
.special_cart_box_total.loading .special_cart_box_total_value{
	opacity:0;
}

.special_cart_box_total.loading .lds-ellipsis{
	opacity:1;
}

.special_cart_box_total_value{
	position:relative;
}


.special_cart_box_total_value_allwrap{
	position:relative;
	margin-bottom:8px;
	display:block;
}

.special_cart_box_total_value_allwrap .lds-ellipsis{
	right:0px;
	margin-left:0px;
	left:0px;
	opacity:0;
}

.special_cart_box_total_notice{
	font-size: 14px;
	color: var(--333333, #333); 
	font-weight: 300; 
	opacity:0.8;
}

#customer_details {
	margin-top:24px;
	width:100%;
}

#customer_details h4{
  font-size:21px;
  font-weight: var(--h2_weight);
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.checkout_section_title{
	font-size: 34px; 
	font-weight: var(--h2_weight);
	line-height:120%;
	text-transform: uppercase; 
	margin-bottom:25px;
}

.order_review_right{
	display:none;
}

.cart_data_wrap {
    display: flex;
	flex-wrap:wrap;
}

.cart_data_wrap label{
	color: var(--333333, #333);
	opacity: 0.8; 
	font-size: 13px;
	font-weight: 400;
	line-height: 169.231%;
	margin-bottom:10px;
	display:block;
	text-transform: uppercase; 
}

.woocommerce-billing-fields{
	width:100%;
	padding-right:0px;
}

.woocommerce-billing-fields__field-wrapper > p#billing_address_1_field{
	width:20%;
	padding-right:0px;
}

.woocommerce-billing-fields__field-wrapper > p{
	width:20%;
	padding-right:24px;
}

.woocommerce-billing-fields__field-wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.woocommerce-billing-fields__field-wrapper .input-text{
	height: var(--input_height);
	width: 100%; 
	padding-left:18px;
	box-shadow:none;
	border-style: solid;
	border-width:1px;
	border-color: var(--input_border_color);
	border-radius: var(--input_border_radius);
}

.woocommerce-billing-fields__field-wrapper .input-text:focus{
	outline:none;
}

.last_box_checkout .woocommerce-shipping-fields{
	display:none;
}

.last_box_checkout textarea{
	padding-top:15px;
}

.last_box_checkout{
	width:100%;
}
.last_box_checkout_confid_text{
	width:100%;
}
.last_box_checkout .common_btn{
	width:100%;
}

form.woocommerce-cart{
	margin-bottom:0px;
}

.checkout_section, .woocommerce_order_thx{
	padding-bottom:55px;
}

.common_btn.common_btn_thx{
	width:250px;
}

.sp_cart_col_price_total_wrap-mobile,
.remove-product.remove-product-mobile{
	display:none;
}

	.special_cart_box_total_value_wrap_mobile_label{
		display:none;
	}


@media (max-width: 1240px) {
	.woocommerce-billing-fields__field-wrapper > p {
		width: 100%;
		padding-right: 0px;
	}

	.woocommerce-billing-fields__field-wrapper{
		flex-wrap:wrap;
	}
	
	.woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
		width: 100%;
		padding-right: 0px;
	}


	.sp_cart_row_thead {
		display: none;
	}
	.sp_cart_col_price_total_wrap .sp_cart_item_label{
		display:none;
	}
	
	.remove_go_wrap, 
	.remove-product-pc, 
	.sp_cart_col_price_total_wrap-pc{
		display:none;
	}

	.sp_cart_remove_checkbox{
		display:none;
	}
	
	.sp_cart_col_price_total_wrap-mobile .woocommerce-Price-currencySymbol{
		margin-left:6px;
	}
	
	.sp_cart_col_price_total_wrap-mobile{
		display:block;
		margin-top:6px;
	}
	
	.sp_cart_col_price_total_wrap-mobile .sp_cart_col_price_total,
	.sp_cart_col_price_total_wrap-mobile bdi{
		display:flex;
	}
	
	.sp_cart_col_qty_wrap{
		display:flex;
		align-items:center;
		margin-top:15px;
		width:100%;
		justify-content:space-between;
	}
	
	.remove-product.remove-product-mobile{
		width:44px;
		height:44px;
		display:flex;
		align-items:center;
		justify-content:center;
		border-radius:var(--button_border_radius);
		background-color:var(--second_color_opacity_20);
	}
	
	.remove-product.remove-product-mobile svg{
		margin:0px;
	}

	.special_cart_box_total_notice{
		display:none;
	}
	
	.special_cart_box_total_value_wrap_mobile_label{
		display:block;
		font-size: 15px;
		font-weight: 300;
		line-height: 160%;
		text-transform:none;
	}
	
	.clear-cart-button-mobile-separate{
		display:block;
	}

	.special_cart_box_total_value_allwrap{
		margin-bottom:0px;
	}
	
	.checkout_section_title{
		font-size:24px;
	}

}