.elementor-119 .elementor-element.elementor-element-65d31e93{padding:60px 0px 40px 0px;}/* Start custom CSS *//* WC Checkout Page Custom CSS by Charles TheCoder v1.3 */

/* 2 COLUMN SETTINGS */

@media (min-width: 981px) {
  .woocommerce { overflow: hidden;}
  .woocommerce:after { clear: both; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100%; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { display: none; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { float:left; width: 48%; }
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: left;
    width:48%;
    margin-left: 2%;
  }
}
 

/* Section Titles */
 
h3 {
    font-size: 1.75rem !important;
    color: #000;
}
 
/* FORM STYLING */

.select2-container .select2-selection--single { height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single {
  background: #fff;
  border: none;
}
 
.elementor-widget-text-editor {
    color: #33475b;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
 
/* YOUR ORDER FIELD TITLES */

table th {
    font-weight: bold;
    color: #33475b;
}

/* PAYMENT METHOD AREA*/

.woocommerce-checkout #payment { background: rgba(0, 1, 0, 0.01)!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }

/* PLACE ORDER BUTTON CUSTOMIZATION */
 
#place_order {
  background: #008ec3 !important;
  width: 100%;
  border: 0px;
  border-radius: 100px !important;;
  color: #fff;
  padding: 20px 30px;
  margin-top: 20px;
  font-size: 22px !important;
}
 
#place_order:hover { background: #0075a0!important; }

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    border: none;
    color: #010101;
    height: 50px;
    width: 100%;
}

/* Mezők */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #dadce0 !important;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease; 
}

.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row textarea {
	border: 1px solid #333 !important;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	border: none;
	background-color: #eee;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
	line-height: 49px;
	color: #4e4e4e;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
	background-color: #eee; 
	border: none; 
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
  border: 1px solid #dadce0 !important;
}

.select2-container--default:hover .select2-selection--single:hover {
border: 1px solid #333 !important;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea {
    border: 1px solid #008ec3 !important;
}



form.checkout_coupon.woocommerce-form-coupon button.button {
    width: 200px !important;
    padding: 16px !important;
    border: 2px solid #0c93c6 !important;
    background: #0c93c6 !important;
    color: #fff !important;
    font-size: 18px !important;
}

form.checkout_coupon.woocommerce-form-coupon button.button:hover {
    border: 2px solid #0075a0 !important;
    background: #0075a0 !important;
}/* End custom CSS */