.woocommerce-variation-add-to-cart.variations_button {
	display: none !important;
}
.wcopc {
	transition: all 0.1s ease-in;
}
.wcopc.cx-loading {
    position: relative;
    transform: scale(0.98);

}

.wcopc.cx-loading:after {
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    background: #8f8f8f;
    z-index: 9999;
}

.wcopc div#customer_details > div {
    min-width: 100%;
    float: none;
}



.cx-opc-wraper {
    display: flex;
    column-gap: 15px;
}

.cx-opc-wraper > div {
    flex: 1;
}

.cx-opc-wraper > form.checkout.woocommerce-checkout {
    min-width: calc(60% - 15px);
    background: white;
    padding: 15px;
}


.cx-opc-wraper > .cx_mock_order_details {
    min-width: 40%;
}


.wcopc .cx_mock_order_details_inner .product-remove , 
.wcopc .opc-product-quantity.product-quantity,
.wcopc .cx-opc-wraper > form.checkout.woocommerce-checkout .opc_order_review {
    display: none !important;
}

.wcopc .opc-single-product.single-product {display: none;}

.wcopc .summary.entry-summary.product-item.selected {
    width: calc(60% - 15px)!important;
    float: none;
    margin-bottom: 0px;
    border: none;
    margin-bottom: 35px;
}

#checkout .wcopc .summary.entry-summary h1 {
    font-size: 2.5em;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}
#checkout .wcopc .summary.entry-summary p.entry-title-after {margin: 0;}

/*  */
body.single-post #checkout .so-widget-sow-editor > h3 {display: none;}


body.single-post #checkout {
    background-color: #ffffff;
    border-top: 1px solid #fbfbfb;
}

body.single-post #checkout .so-widget-sow-editor > h3 {
    display: none;
}


.opc_order_review thead {
    display: none;
}


.opc_order_review  .product-details img {
    width: 70px;
    border: 1px solid silver;
    border-radius: 8px;
}

.opc_order_review .product-details p {
    display: inline-block;
}

.opc_order_review .product-quantity {
    display: none !important;
}


tr.cart_item.opc_cart_item > td {
    display: ta;
    width: 100%;
}


table.shop_table.woocommerce-checkout-review-order-table tbody {
    width: 100%;
}

span.subscription-price {
    display: block;
}

.opc_order_review .product-details {
    display: flex !important;
}

.opc_order_review .product-details img {
    margin-right: 8px;
    display: block;
    height: auto;
}


.opc_order_review .product-details p {margin-top: 0;margin-left: 10px;}

.cx_mock_order_details table.woocommerce-checkout-review-order-table, 
.cx_mock_order_details table.woocommerce-checkout-review-order-table td, 
.cx_mock_order_details table.woocommerce-checkout-review-order-table th {
    border: none !important;
    background: none;
    padding: 5px !important;
    font-size: .9em;
}
.cx_mock_order_details table.woocommerce-checkout-review-order-table tbody td {padding: 15px 0 40px !important}
.cx_mock_order_details table.woocommerce-checkout-review-order-table tfoot th {font-size: 1em;}
.cx_mock_order_details table.woocommerce-checkout-review-order-table tfoot tr.recurring-totals th {font-weight: 700;}
.cx_mock_order_details table.woocommerce-checkout-review-order-table tfoot td {text-align:right;}

.cx_mock_order_details:before {
    content: '';
    position: absolute;
    background: #f1f1f136;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    z-index: 0;
    border-left: 1px solid #c0c0c042;
}

.cx_mock_order_details {
    position: relative;
    padding: 40px 0px;
    padding-left: 5px;
}

.cx_mock_order_details > div , .cx_mock_order_details > h3 {
    z-index: 1;
    position: relative;
}



.cx-opc-wraper .cx_product_options_wraper_inner ul {
    padding-left: 0;
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.cx-opc-wraper .cx_product_options_wraper_inner ul li::before {display: none;}

.cx-opc-wraper .cx_product_options_wraper_inner ul li {
    padding: 0;
    border: none;
    flex: 1;
    background-color: #F8F8F8;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: .7em;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
}
.cx-opc-wraper .cx_product_options_wraper_inner ul li:hover {
    background-color: #cf5249;
    color: #ffffff;
    transition: all .2s ease-in;
}

.cx-opc-wraper .cx_product_options_wraper_inner ul li.active {
    background-color: #B8372E;
    color: #fff;
}


#payment button#place_order {
    background-color: #B8372E;
    border-radius: 5px;
    font-weight: 600;
    font-size: .8em;
    margin-left: calc(100% - 180px);
    width: 180px;
}

.woocommerce-billing-fields > h3,
.cx_product_options_wraper > h3,
#order_review_heading {
	font-size: 1em !important;
    margin-top: 25px;
    font-weight: 500;
}

#customer_details .woocommerce-billing-fields input,
#customer_details .woocommerce-billing-fields select {
    background-color: #f8f8f8;
    border-radius: 5px;
    border: none;
}

.cx_mock_order_details table.woocommerce-checkout-review-order-table tfoot th {background-color: transparent;}

@media (min-width: 767px) {
	.woocommerce .wcopc form .form-row label {
		margin-bottom: 5px;
		
	}
	.woocommerce .wcopc form .form-row input.input-text {
height: 35px;
	}
	#billing_city_field, #billing_postcode_field, #billing_phone_field, #billing_email_field {
width:49%;
	display: inline-block;}
	#billing_postcode_field, #billing_email_field {
margin-left: 2%;
	
	}
}


/* select */
.select2-selection__rendered {
    border: none !important;
    background-color: #f8f8f8;
}

span.select2-selection.select2-selection--single {
    border: none;
}
/* him */
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
border: none;
}
.woocommerce-billing-fields .select2-selection__rendered {
background-color: #f8f8f8;
border-radius: 5px;
border: none;
}
.woocommerce .wcopc form .form-row input.input-text {
background-color: #f8f8f8;
border-radius: 5px;
border: none;
}

@media (max-width: 767px) {
	.wcopc .summary.entry-summary.product-item.selected {width: 100% !important;padding: 0;}
	.cx-opc-wraper {flex-direction: column;}
	.cx-opc-wraper > form.checkout.woocommerce-checkout {padding: 0;}
	.cx_mock_order_details:before {content: none;}
	.cx-opc-wraper > .cx_mock_order_details {padding-left: 0;}
	.woocommerce-page #payment #place_order {width: 180px !important;}
	div#checkout .panel-widget-style {padding: 0;}

	.cx-opc-wraper .cx_product_options_wraper_inner ul li {
		flex: calc(50% - 8px);
	    max-width: calc(50% - 8px);
	    min-width: calc(50% - 8px);
	}

}