/*
*
* B2X CSS
*
*/

.woocommerce .single-product section.related.products {
	float: left;
	width: 100%;
}
body.woocommerce .footer_four_awards img, body.woocommerce-page .footer_four_awards img {
	max-width: unset;
}
body.woocommerce-checkout #order_review_heading {
	display: none;
}
body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	display: none;
}
body.woocommerce-checkout .client_type:hover {
	cursor: pointer;
}
body.woocommerce-checkout .show_pf {
	display: none;
}
body.woocommerce-checkout #billing_country_field {
	opacity: 0;
	height: 0;
}
body.woocommerce-checkout .client_type {
	width: 200px;
    float: left;
    text-align: center;
    margin: 0 30px 30px 0;
    border: 1px solid #161717;
    border-radius: 10px;
    padding: 20px;
}
body.woocommerce-checkout .client_type.active {
	color: #fff;
	background: #161717;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions {
	max-height: 300px !important;
}
body.woocommerce-checkout .page-content {
	max-width: var(--global-content-width);
    margin: auto;
    border-top: 1px solid #E0E2E9;
}
body.woocommerce-checkout .breadcrumbs {
	color: #C5C8D1;
	font-weight: 500;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
}
body.woocommerce-checkout .breadcrumbs span {
	color: #898C94;
	margin: 0 10px;
}
body.woocommerce-checkout .breadcrumbs a {
	color: #C5C8D1;
	text-decoration: none;
	margin: 0 10px;
}
body.woocommerce-checkout .breadcrumbs a.first {
	margin-left: 0;
}
body.woocommerce-checkout .checkout_header {
	position: relative;
}
body.woocommerce-checkout .checkout_product_title {
	float: left;
	width: 50%;
	position: relative;
	color: #161717;
	font-weight: 900;
	font-size: 40px;
	line-height: 49px;
	margin-top: 80px;
}
body.woocommerce-checkout .checkout_product_title::before {
	content: url('/wp-content/uploads/Line-12.svg');
	position: absolute;
	top: -60px;
	left: 0;
}
body.woocommerce-checkout .checkout_product_price {
	float: right;
	text-align: right;
	width: 250px;
	position: absolute;
    right: 0;
    top: 100px;
}
body.woocommerce-checkout .checkout_product_price .inside {
	background: #E0E2E9;
	color: #2A2A34;
	font-weight: 700;
	font-size: 45px;
	line-height: 60px;
	padding-right: 110px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-radius: 8px 8px 8px 40px;
}
body.woocommerce-checkout .checkout_product_price .after {
	font-size: 13px;
	margin-top: -70px;
    margin-right: -90px;
}
body.woocommerce-checkout .woocommerce-billing-fields {
	position: relative;
	margin-top: 30px;
}
body.woocommerce-checkout .woocommerce-billing-fields h3::before {
	content: url('/wp-content/uploads/Line-12.svg');
	position: absolute;
	top: -20px;
	left: 0;
}
body.woocommerce-checkout .woocommerce-billing-fields h3 {
	text-transform: uppercase;
}
body.woocommerce-checkout .form_subtext {
	color: #161717;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
    margin-top: -10px;
}
body.woocommerce-checkout .col2-set .col-1 {
	width: 100%;
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row {
	float: left;
	width: 40%;
	margin-right: 3%;
	margin-bottom: 25px;
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row-wide {
	clear: none;
}
body.woocommerce-checkout #billing_country_field {
	width: 100%;
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper label {
	color: #47494D;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .required {
	color: #47494D;	
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper select {
	border: 1px solid #C5C8D1;
	border-radius: 8px;
	padding: 22px;
}
body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .select2-selection--single {
	border: 1px solid #C5C8D1;
	border-radius: 8px;
	height: 62px;
	padding-top: 15px;
    padding-left: 15px;
}
body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	padding: 10px;
	border-radius: 8px;
}
body.woocommerce-checkout .select2-selection__arrow {
	padding-top: 35px;
	padding-right: 10px;
}
body.woocommerce-checkout #billing_start_date {
	width: 35%;
}
body.woocommerce-checkout #payment ul.wc_payment_methods {
	background: #fff;
	padding: 0;
	border: 0;
	margin-bottom: 30px;
	margin-top: 30px;
}
body.woocommerce-checkout .wc_payment_methods .payment_title {
	text-transform: uppercase;
	color: #47494D;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}
body.woocommerce-checkout #payment {
	background: #fff;
}
body.woocommerce-checkout .wc_payment_method label {
	color: #6D6F75;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
}
body.woocommerce-checkout #payment div.form-row {
	padding: 0;
	background: #fff;
	margin-top: 30px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
body.woocommerce-checkout .woocommerce-privacy-policy-text p {
	color: #6D6F75;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a,
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: #6D6F75;
	font-weight: 600;
}
body.woocommerce-checkout form .form-row .required {
	color: #6D6F75;
}
body.woocommerce-checkout #payment #place_order {
	background: #F68121;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 20px;
    margin-bottom: 50px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .woocommerce-terms-and-conditions td {
	font-size: 12px;
	line-height: 15px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	border-top: 1px solid #C5C8D1;
	padding-top: 30px;
}
body.woocommerce-checkout .print_contract {
	float: right;
	margin-top: -35px;
	color: #F68121;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
body.woocommerce-checkout .print_contract:hover {
	cursor: pointer;
}
body.woocommerce-checkout .print_contract img {
	margin-bottom: -4px;
}
body.woocommerce-checkout .checkout_product_description {
	color: #161717;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
body.woocommerce-checkout .checkout_product_description h4 {
	color: #161717;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
body.woocommerce-checkout .nsl-container {
	display: none;
}
body.woocommerce-checkout.woocommerce-order-received .page-content {
	max-width: 100%;
}
body.woocommerce-checkout .crgs_thankyou .inside {
    max-width: var(--global-content-width);
    margin: 50px auto;
}
body.woocommerce-checkout .woocommerce-order .crgs_thankyou {
	position: relative;
	margin-top: 10px;
}
body.woocommerce-checkout .woocommerce-order .crgs_thankyou .bg1 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
body.woocommerce-checkout .woocommerce-order .crgs_thankyou .bg2 {
	text-align: center;
	padding-top: 100px;
}
.woocommerce-thankyou-order-received {
	font-weight: 700;
	text-align: center;
	color: #161717;
	font-size: 24px;
	line-height: 30px;
}
body.woocommerce-checkout .crgs_thankyou .order_info {
	margin-top: 50px;
}
body.woocommerce-checkout .crgs_thankyou .left {
	color: #161717;
	font-weight: 700;
	font-size: 16px;
	line-height: 42px;
	float: left;
	width: 16%;
    margin-left: 34%;
}
body.woocommerce-checkout .crgs_thankyou .right {
	color: #47494D;
	font-weight: 600;
	font-size: 16px;
	line-height: 42px;
	float: right;
	width: 47%;
}
body.woocommerce-checkout .crgs_thankyou .send_time {
	color: #F68121;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-top: 60px;
}
body.woocommerce-checkout .crgs_thankyou .send_time img {
	margin-bottom: -12px;
    margin-right: 15px;
}
body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details {
	float: left;
	width: calc(49% - 200px);
	margin-right: 1%;
	background: #F8F8FA;
	border-radius: 8px;
	margin-top: 70px;
	padding: 50px 100px;
}
body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details {
	float: left;
	width: calc(49% - 200px);
	margin-left: 1%;
	background: #F8F8FA;
	border-radius: 8px;
	margin-top: 70px;
	padding: 50px 100px;
}
body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details h2,
body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details h2 {
	color: #161717;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}
body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details .left ,
body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details .left {
	margin-left: 0;
	width: 45%;
}
body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details .right ,
body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details .right {
	width: 55%;
}
body.woocommerce-checkout label span.optional {
	display: none;
}
body.woocommerce-checkout #billing_iban_field {
	position: relative;
}
body.woocommerce-checkout #billing_iban_field::after {
	content: 'Sunt acceptate doar conturi bancare din Romania';
	position: absolute;
	top: 25px;
    left: 25px;
    font-size: 10px;
    color: #8a8a8a;
}
body.woocommerce-checkout input.readonly {
	background: #eeeeee;
	color: #999;
}
body.woocommerce-checkout #billing_sediu_field {
	width: 83.5%;
}
body.woocommerce-checkout .checkout_total {
	text-align: right;
	position: relative;
	min-height: 100px;
}
body.woocommerce-checkout .checkout_total .inside {
	width: 300px;
	background: #E0E2E9;
	color: #2A2A34;
	font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    border-radius: 8px 8px 8px 40px;
    position: absolute;
    right: 0;
}
body.woocommerce-checkout .checkout_total .inside .woocommerce-Price-currencySymbol {
	font-size: 13px;
	line-height: 20px;
}
body.woocommerce-checkout .checkout_total .inside .woocommerce-Price-amount {
	font-size: 45px;
	line-height: 50px;
}
#billing_vat_field,
#billing_iban_field {
	position: relative;
}
#billing_vat_field .cui_error,
#billing_vat_field .cnp_error,
#billing_iban_field .iban_error {
	position: absolute;
    bottom: 0;
    left: 25px;
	font-size: 10px;
    color: #a00;
    font-weight: 700;
}
#billing_vat_field .cnp_error.under18 {
	line-height: 10px;
    bottom: 5px;
}
body.woocommerce-checkout span.contract_nr_pre {
	display: none;
}
.grecaptcha-badge {
	opacity: 0;
}
#billing_info_field {
	width: 100%;
}
#billing_info_field h4 {
	font-size: 20px;
    line-height: 0;
    font-weight: 700;
}
.woocommerce-terms-and-conditions {
	position: relative;
}
body.woocommerce-checkout .watermark {
    color: grey;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: 40px;
    opacity: 0.2;
    transform: rotate(-45deg);
    position: absolute;
    left: 15%;
}
body.woocommerce-checkout .watermark.watermark1,
body.woocommerce-checkout .watermark.watermark10 {
	top: 500px;
}
body.woocommerce-checkout .watermark.watermark2,
body.woocommerce-checkout .watermark.watermark11 {
	top: 1500px;
}
body.woocommerce-checkout .watermark.watermark3,
body.woocommerce-checkout .watermark.watermark12 {
	top: 2500px;
}
body.woocommerce-checkout .watermark.watermark4 {
	top: 3600px;
}
body.woocommerce-checkout .watermark.watermark5 {
	top: 4700px;
}
body.woocommerce-checkout .watermark.watermark6 {
	top: 5800px;
}
body.woocommerce-checkout .watermark.watermark7 {
	top: 6900px;
}
body.woocommerce-checkout .watermark.watermark8 {
	top: 8000px;
}
body.woocommerce-checkout .watermark.watermark9 {
	top: 8850px;
}

body.woocommerce-checkout .watermark.watermark8,
body.woocommerce-checkout .watermark.watermark9,
body.woocommerce-checkout .watermark.watermark12 {
	display: none;
} 
body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_last_name_field {
	position: relative;
}
body.woocommerce-checkout #billing_first_name_field .fname_error,
body.woocommerce-checkout #billing_last_name_field .lname_error {
	position: absolute;
    bottom: 0;
    left: 25px;
    font-size: 10px;
    color: #a00;
    font-weight: 700;
}


@media screen and (max-width: 1000px) {
	body.woocommerce-checkout .page-content {
		padding: 10px;
	}
	body.woocommerce-checkout .breadcrumbs {
		line-height: 20px;
	}
	body.woocommerce-checkout .checkout_product_title {
		width: 100%;
		font-size: 24px;
		line-height: 30px;
		margin-top: 60px;
		padding-bottom: 150px;
		border-bottom: 1px solid #E0E2E9;
	}
	body.woocommerce-checkout .checkout_product_title::before {
		top: -40px;
	}
	body.woocommerce-checkout .checkout_product_price {
		width: 100%;
		top: 165px;
	}
	body.woocommerce-checkout .checkout_product_price .inside {
		text-align: center;
		padding-right: 20px;
	}
	body.woocommerce-checkout .checkout_product_price .after {
		text-align: right;
	    width: 85%;
	    padding-right: 15%;
	}
	body.woocommerce-checkout .woocommerce-billing-fields h3 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
	body.woocommerce-checkout .client_type {
		margin: 0 .8% 30px;
		width: 37%;
		font-size: 14px;
	}
	body.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row {
		width: 98%;
		margin-bottom: 15px;
	}
	body.woocommerce-checkout #billing_sediu_field {
		width: 98%;
	}
	body.woocommerce-checkout .print_contract {
		margin-top: 0;
	    margin-bottom: 30px;
	    float: left;
	    text-align: center;
	    width: 100%;
	}
	body.woocommerce-checkout .crgs_thankyou .left {
		margin-left: 10px;
		width: 40%;
		font-size: 15px;
	}
	body.woocommerce-checkout .crgs_thankyou .right {
		width: 55%;
		font-size: 15px;
	}
	body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details,
	body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details {
		width: 100%;
		padding: 5px;
		margin-right: 0;
	}
	body.woocommerce-checkout .crgs_thankyou .woocommerce-order-details {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	body.woocommerce-checkout .crgs_thankyou .woocommerce-customer-details {
		margin-top: 0;
	}
	body.woocommerce-checkout .crgs_thankyou .send_time {
		font-size: 16px;
		margin-top: 30px;
	}
	body.woocommerce-checkout .checkout_total .inside {
		width: 94.5%;
	}
	body.woocommerce-checkout .watermark {
	    font-size: 130px;
	    letter-spacing: 10px;
	    left: -5%;
	}
	body.woocommerce-checkout .watermark.watermark8,
	body.woocommerce-checkout .watermark.watermark9,
	body.woocommerce-checkout .watermark.watermark12 {
		display: block;
	}
	body.woocommerce-checkout #billing_first_name_field {
		position: relative;
	}

}



@media print {

	@page { margin: 20px 10px; }

	body.woocommerce-checkout header,
	body.woocommerce-checkout .woocommerce-checkout-review-order-table,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout form .form-row.validate-required,
	body.woocommerce-checkout #payment #place_order,
	body.woocommerce-checkout footer,
	body.woocommerce-checkout .print_contract,
	body.woocommerce-checkout #payment ul.wc_payment_methods {
		display: none;
	}
	body.woocommerce-checkout .woocommerce-terms-and-conditions {
		display: block !important;
		max-height: 10000px !important;
		box-shadow: none;
		border: 0;
		background: #fff;
		margin-top: -30px;
	}
	body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
	body.woocommerce-checkout .page-content {
		border: 0;
		padding: 0;
	}
	body.woocommerce-checkout .is-layout-flex {
		display: block;
		margin-top: 50px;
	}
	body.woocommerce-checkout .is-layout-flow {
		float: left;
		width: 50%;
	}
	.grecaptcha-badge {
		display: none;
	}
	#ot-sdk-btn-floating {
		display: none;
	}
	.woocommerce-privacy-policy-text {
		display: none;
	}
	body.woocommerce-checkout .checkout_total {
		display: none;
	}
	body.woocommerce-checkout .watermark {
	    left: 5%;
	}
	body.woocommerce-checkout .watermark.watermark8,
	body.woocommerce-checkout .watermark.watermark9,
	body.woocommerce-checkout .watermark.watermark12 {
		display: block;
	} 
	body.woocommerce-checkout .contract_standard {
		padding-bottom: 300px;
	}
	body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
		display: none;
	}

}





