/*
Theme Name: Main-cvcreator
Text Domain: maincvcreatortheme
Version: 1.0
*/
* {
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;

	font-size: 17px;
	line-height: 1.5;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
ul {

	font-weight: 500;
}
body {
	margin: 0;
	
}
a {
	text-decoration: none;
}
.megatron-wrapper {
	width: 100%;
	max-height: 500px;
	overflow: hidden;
	border-bottom: 1px solid gray;
}
.megatron {
	width: 100%;
	padding: 0px 50px;
}
.megatron .left {
	width: 60%;
}
.megatron .right {
	width: 40%;
}
.megatron .right img {
	width: auto;
	height: 500px;
}
.megatron .left h1 {
	font-size: 30px;
	font-weight: 500;
}
.megatron .left a, .frontpage-button a, .nav-button-last {
	padding: 15px 30px;
	border-radius: 15px;
	background-color: #0062cc;
	border-color: #005cbf;
	color: white !important;
	font-weight: 600;

	display: inline-block;
}
.vertically-aligne {
	align-items: center;
	justify-content: center;
}
.megatron .left ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}
.megatron .left .left-content {
	max-width: 600px;
	margin: auto;
}
.megatron .left ul li:before {
  content: '✓';
  margin-right: 10px;
  color: #1e7e34;
  font-size: 20px;
}
.space-between {
	justify-content: space-between;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.box2 {
	width: 50%;
}
.box2:first-of-type {
	width: calc(50% - 10px);
	margin: 0px 10px 0px 0px;
}
.box2:last-of-type {
	width: calc(50% - 10px);
	margin: 0px 0px 0px 10px;
}

.smalltext {
	font-size: 14px;
}
.navigation {
	width: 100%;
	margin: auto;
	padding: 10px 50px;
}
.navigation-inner {

}
.nav-button {
	padding: 20px 20px;
	display: inline-block;
	color: black;
}
.logo-text {
	font-size: 35px;
	color: black;
}
.page-content-holder {
	max-width: 850px;
	margin: auto;
	padding: 0px 20px;
}
.page-checkout-holder {
	background: #0062cc;
	padding-top: 40px;
	padding-bottom: 100px;
}
.checkout-holder-inner {
	background: white;
	padding: 30px;
	margin-top: 20px;
	width: 80%;
	margin: auto;
	border-radius: 25px;
	margin-bottom: 15px;
}
.page-registration-holder {
	background: #0062cc;
	padding-top: 40px;
	height: 100vh;
}
.error-holder {
	display: none;
}
.error-holder p {
	color: red;
	font-weight: bold;
}
.registraion-holder, .error-holder {
	background: white;
	padding: 30px;
	margin-top: 20px;
	max-width: 600px;
	margin: auto;
	border-radius: 25px;
	margin-bottom: 15px;
}
.registration-button {
	font-weight: 800;
	display: block;
	text-align: center;
	background: #0f9889;
	color: white;
	padding: 20px;
	border-radius: 20px;
	color: white;
	margin: auto;
	cursor: pointer;
}
.input-holder {	
	margin-bottom: 10px;
}
.input-holder label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	display: block;
}
.input-holder input[type=text], .input-holder input[type=password] {
	border: 1px solid #e6e6e6;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
}
.input-warning {
	border: 1px solid red !important;
}

.loader-holder {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 200px;
}
.loader-inner {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 200px;
	background-color: white;
	border-radius: 25px;
	border: 1px solid gray;
	padding: 20px;
	flex-direction: column;
}
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #35008c; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.no-scroll {
overflow: hidden;
    height: 100%;
}

.wp-block-group {
	max-width: 1000px;
	margin: auto;
}
.footer-holer {
	background-color: #424242;
	color: #d3d3d3;
	text-align: center;
	padding: 30px;
}

/* WOOCOMMERCE */
.select2-container--default .select2-selection--single {
	height: 50px;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 15px;
}
.dashboard-item-heading, .modal-header {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
#order_review_heading { 
	display: none;
}
.checkout-head {
	padding: 15px 15px 15px 15px;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 25px 25px 0px 0px;
	background: white;
}
.checkout-holder {
	background: white;
	padding: 15px 15px;
	border-radius: 0px 0px 25px 25px;
}
.checkout {
	display: flex;
}
.checkout .col-1 {
	width: 100% !important;
}
.checkout .col2-set { 
	width: calc(50% - 10px);
	margin: 0px 10px 0px 0px;
}

.woocommerce-checkout-review-order { 
	width: calc(50% - 10px);
	margin: 0px 0px 0px 10px;
}
.woocommerce-billing-fields__field-wrapper label, .wc-credit-card-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	display: block;
}
.woocommerce-billing-fields__field-wrapper input, .checkout_coupon input {
	border: 1px solid #e6e6e6;
	padding: 15px;
	border-radius: 15px;
	width: 100%;
}
.woocommerce-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.woocommerce-NoticeGroup-checkout {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	text-align: center;
}
.woocommerce table.shop_table, .woocommerce-checkout-payment {
	border-radius: 25px !important;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding: 15px !important;
}
.woocommerce-billing-fields h3, .woocommerce-message {
	display: none;
}
.product-name {
	position: relative;
}
.product-name a {
	font-size: 12px !important;
	position: absolute;
	right: 5px;
	top: 20px;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#billing_company_field, #billing_orgnumber_field, #billing_country_field, #billing_address_1_field, #billing_city_field, #billing_email_field {
	width: 100%;
}
#billing_first_name_field, #billing_last_name_field, #billing_postcode_field, #billing_city_field {
	width: 50%;
}
#billing_address_2_field, .wc-forward {
	display: none !important;
}
.wc-credit-card-form .form-row {
	padding: 0px !important;
}
.wc-credit-card-form .form-row-first, .wc-credit-card-form .form-row-last {
	margin-bottom: 0px !important;
}
.wc-stripe-elements-field, .checkout_coupon {
	border: 1px solid #e6e6e6 !important;
	padding: 15px !important;
	border-radius: 15px !important;
	width: 100% !important;
	margin: 0px !important;
}
.woocommerce-form-coupon-toggle {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.woocommerce-error {
	margin-bottom: 0px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	border: none;
	display: inline-block;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 10px;
	background: none;
}
@media (max-width: 767px) and (max-width: 991px) { 
	.registraion-holder, .error-holder {
		padding: 30px 20px;
	}
	.megatron {
		padding: 20px;	
	}
	.megatron .right, .section__usp img  {
		display: none;
	}
	.megatron .left {
		width: 100%;	
	}
	.wp-block-columns {
		display: block;	
	}
}