.woocommerce-checkout .main-page-wrapper {
	margin: 0;
}

.woocommerce-checkout .whb-main-header {
	background: #000;
}

.woocommerce-checkout .entry-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.woocommerce-checkout .entry-content > .woocommerce:first-child {
	width: calc(60% - 10px);
}

.woocommerce-checkout .entry-content > .woocommerce:nth-child(2) {
	width: calc(40% - 10px);
}

.woocommerce-checkout .entry-content > .columns-4 {
	width: 100%;
}

.woocommerce-checkout [name="checkout"] {
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 10px;
	padding: 30px;
	margin: 0;
}

.woocommerce-checkout [name="checkout"] > div {
	width: 100%;
}

.woocommerce-shipping-totals {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#shipping_method, .payment_methods {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

#shipping_method input.shipping_method, #billing_new_fild10_field span input, #billing_new_fild16_field span input, .payment_methods input {
	display: none;
}

#shipping_method li, .payment_methods li {
	display: inline-block;
	width: calc(50% - 5px);
}

.payment_methods li {
	margin-bottom: 0;
}

#shipping_method label, #billing_new_fild10_field span label, #billing_new_fild16_field span label, .payment_methods label, #billing_new_fild13_field input {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	padding: 16px 20px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 10px;
	min-height: 70px;
}

#billing_new_fild13_field input {
	min-height: 51px;
}

#billing_new_fild10_field span, #billing_new_fild16_field span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#billing_new_fild10_field span label, #billing_new_fild16_field span label {
	min-height: 52px;
	width: calc(50% - 5px);
	padding: 18px;
}

#shipping_method label > span, .wc_payment_method label > span {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	opacity: 0.4;
	display: block;
	margin-top: 6px;
}

#shipping_method input.shipping_method:checked + label, #billing_new_fild10_field span input:checked + label, #billing_new_fild16_field span input:checked + label, .payment_methods input:checked + label {
	border: 2px solid #C4161C;
}

.woocommerce-shipping-totals .title, .checkout-order-review > label, .form-row > label, .woocommerce-billing-fields__field-wrapper h4 {
	font-size: 20px;
	line-height: 100%;
	color: #333333;
	margin-bottom: 10px;
	width: 100%;
	border: none;
	padding: 0;
	font-family: "Cera Pro";
}

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

.woocommerce-shipping-totals .method_cont {
	padding: 0;
	border: none;
	width: 100%;
}

.woocommerce-billing-fields__field-wrapper h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #333333;
	font-family: "Cera Pro";
}

#billing_country_field, .checkout-order-review:before, .woocommerce-order-pay #order_review:before {
	display: none;
}

#customer_details > div:last-child {
	display: none;
}

.checkout-order-review, .woocommerce-order-pay #order_review {
	background: none;
	padding: 0;
}

.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tbody {
	display: none;
}

#order_review .woocommerce-shipping-totals {
	display: none;
}

#order_review_heading, .woocommerce-form-coupon-toggle, .woocommerce-terms-and-conditions-wrapper, .payment_methods .payment_box, .checkout-order-review:after, .woocommerce-order-pay #order_review:after {
	display: none!important;
}

.payment_methods li>label {
	display: block;
}

.checkout-order-review, .woocommerce-order-pay #order_review {
	margin-bottom: 0;
}

#billing_new_fild11_field label, #billing_new_fild12_field label {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 12px;
}

#billing_new_fild11_field, #billing_new_fild12_field {
	margin-bottom: 0;
}

#billing_new_fild11_field a {
	text-decoration: underline;
}

input[name="coupon_code"] {
	border: 1px solid rgba(16, 16, 16, 0.1);
	border-radius: 10px;
}

.woocommerce-checkout-review-order-table th {
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	opacity: 0.6;
}

.woocommerce-checkout-review-order-table td {
	font-size: 14px;
	color: #333333;
}

.woocommerce-checkout-review-order-table td .amount {
	color: #333333;
}

.wd-table-wrapper {
	box-shadow: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #5E5E5E;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding: 0;
	margin-bottom: 12px;
	font-family: "Cera Pro";
	border: none;
}

.order-total th, .order-total td {
	opacity: 1;
}

.order-total th strong, .order-total td strong {
	font-weight: 500;
	font-size: 18px;
}

tr.order-total strong .amount {
	font-size: 18px;
}

.cart-actions .coupon {
	display: none;
}

.promocode {
	position: relative;
}

.promocode .button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.shop_table_list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.shop_table_list .cart_item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #FFFFFF;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	margin-bottom: 12px;
	position: relative;
}

.shop_table_list .cart_item .cart_product_left {
	width: 30%;
}

.shop_table_list .cart_item .product_cart_right {
	width: 70%;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.shop_table_list .cart_item .product_desc {
	font-weight: 400;
	font-size: 13px;
	line-height: 130%;
	color: #5E5E5E;
	margin: 20px 0;
}

.shop_table_list .cart_item .product_cart_right .price_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.shop_table_list .cart_item .product_cart_right .product-remove {
	position: absolute;
	width: 28px;
	height: 28px;
	right: -14px;
	top: -14px;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
	border-radius: 999px;
	display: none;
}

.shop_table_list .cart_item:hover .product_cart_right .product-remove {
	display: flex;
}

.shop_table_list .cart_item:hover {
	cursor: pointer;
}

.shop_table_list .cart_item .product-price {
	font-size: 22px;
}

.shop_table_list .cart_item .product-name span {
	font-size: 12px;
}

.shop_table_list .cart_item .product-name a {
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	color: #1A1A1A;
}

.woocommerce-cart-form h1, .woocommerce-checkout .entry-content h1 {
	font-family: 'Alice';
	font-weight: 400;
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
	color: #1A1A1A;
}

.gram {
	font-size: 14px;
	line-height: 110%;
	color: #5E5E5E;
}

.woocommerce form .form-row .required {
	display: none;
}

/*
div.quantity input[type="number"] {
	font-size: 18px;
	font-family: "Cera Pro";
}

div.quantity input[type="button"] {
	min-width: 36px;
	font-size: 38px;
	font-weight: 400;
	color: #C4161C;
	font-family: "Cera Pro";
	padding: 0 10px;
}

div.quantity input[type="button"].plus {
	padding-left: 5px;
}

div.quantity input[type="button"].minus {
	padding-right: 5px;
}

div.quantity .plus {
	border-left: none!important;
}

div.quantity .minus {
	border-right: none!important;
}

*/

#billing_address_1_field, #billing_address_2_field, #billing_email_field, #billing_first_name_field {
	margin-bottom: 0;
}

#billing_address_1_field input {
	border-radius: 10px 10px 0px 0px;
	border-bottom: none;
}

#billing_address_2_field, #billing_new_fild7_field, #billing_new_fild8_field, #billing_new_fild9_field {
	width: 25%;
	display: inline-block;
}

#billing_address_2_field input {
	border-radius: 0px 0px 0px 10px;
	border-right: none;
}

#billing_new_fild8_field input {
	border-right: none;
	border-left: none;
}

#billing_new_fild7_field input, #billing_new_fild8_field input {
	border-radius: 0px;
}

#billing_new_fild9_field input {
	border-radius: 0px 0px 10px 0px;
}

#billing_email_field input {
	border-radius: 10px 10px 0px 0px;
}

#billing_first_name_field input {
	border-radius: 0;
	border-top: none;
	border-bottom: none;
}

#billing_phone_field input {
	border-radius: 0px 0px 10px 10px;
}

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

#billing_new_fild11_field .checkbox, #billing_new_fild12_field .checkbox {
	position: relative;
}

#billing_new_fild11_field .checkbox input, #billing_new_fild12_field .checkbox input {
	width: 17px;
	height: 17px;
	border-radius: 4px;
}

#billing_new_fild11_field .checkbox.checked:before, #billing_new_fild12_field .checkbox.checked:before {
	content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(img/checkbox.png) no-repeat;
    background-size: contain;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#billing_address_1_field {
	width: 100%;
}

#billing_email_field, #billing_first_name_field, #billing_phone_field {
	order: 1;
	width: 100%;
}

#billing_new_fild11_field, #billing_new_fild12_field {
	order: 2;
}

#billing_new_fild10_field, #billing_new_fild16_field {
	width: 100%;
}

.form-row input:-webkit-input-placeholder {
	color: rgba(51, 51, 51, .6);
}
.form-row input::-moz-placeholder {
	color: rgba(51, 51, 51, .6);
}/* Firefox 19+ */
.form-row input:-moz-placeholder {
	color: rgba(51, 51, 51, .6);
}/* Firefox 18- */
.form-row input:-ms-input-placeholder {
	color: rgba(51, 51, 51, .6);
}
.form-row input {
	color: rgba(51, 51, 51, .6);
	height: 51px;
}

.form-row input:valid {
	color: #333333;
}

#billing_new_fild13_field {
	width: 100%;
	display: none;
}

.skid_prie {
	font-size: 16px;
	text-decoration-line: line-through;
	color: #5E5E5E;
	opacity: 0.4;
}

.price del {
	margin-left: 5px;
}

@media(max-width: 767px){
	.woocommerce-checkout .entry-content > .woocommerce {
		width: 100%!important
	}
	.woocommerce-checkout .entry-content {
		flex-wrap: wrap;
	}
	.woocommerce-checkout [name="checkout"] {
		padding: 15px
	}
	#shipping_method label, #billing_new_fild10_field span label, #billing_new_fild16_field span label, .payment_methods label, #billing_new_fild13_field input {
		font-size: 14px;
		line-height: 16px;
		padding: 16px 10px;
	}
	#shipping_method label > span, .wc_payment_method label > span {
		font-size: 12px
	}
	#billing_address_2_field, #billing_new_fild7_field, #billing_new_fild8_field, #billing_new_fild9_field {
		width: 50%
	}
	#billing_new_fild7_field {
		margin-bottom: 0
	}
	#billing_address_2_field input {
		border-radius: 0;
	}
	#billing_new_fild8_field input {
		border-radius: 0px 0px 0px 10px;
		border-left: 1px solid rgba(0,0,0,0.1);
		border-top: none;
	}
	#billing_new_fild9_field input {
		border-top: none;
	}
	.form-row input {
		padding-left: 10px
	}
}