html {
	height: 100%;
}

body.page-template-page-order-new {
	height: 100%;
}

body.page-template-page-order-new #page,
body.page-template-page-order-new #content,
body.page-template-page-order-new #primary,
body.page-template-page-order-new #main {
	height: 100%;
}

.vd_checkout_wrapper {
	height: 100%;
}

.vd_checkout_wrapper .woocommerce {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vd_checkout_header {
	display: flex;
}

.vd_checkout_header_main_content {
	width: 65%;
	padding-left: 75px;
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
	padding-top: 0px;
	padding-bottom: 0px;
}

.vd_checkout_header_secondary_content {
	width: 35%;
	background-color: #f1f4f7;
	border-left: 2px solid #cbd3de;
	padding-left: 30px;
	padding-right: 75px;
	display: flex;
	justify-content: flex-start;
	padding-top: 0px;
	padding-bottom: 0px;
}

.vd_order_received_wrapper .vd_checkout_header_secondary_content {
	border: none;
}

.vd_checkout_header_main_content_inner {
	width: 100%;
	max-width: 800px;
}

.vd_checkout_header_logo_container {
	width: 41.057%;
	padding: 10px;
}

.vd_checkout_footer {
	background-color: #E1E1E1;
	display: flex;
	padding: 10px 0;
}

.vd_checkout_footer_main_content {
	width: 39.5%;
	justify-content: flex-end;
  	display: flex;
  	padding-left: 75px;
  	padding-right: 30px;
}

.vd_checkout_footer_secondary_content {
	width: 60.5%;
	padding-left: 30px;
  	padding-right: 75px;
  	display: flex;
    align-items: center;
}

.vd_checkout_footer_logo_container {
	width: 83%;
	padding: 10px;
}

.vd_checkout_footer_main_content_inner {
	width: 100%;
	max-width: 395px;
}

.vd_checkout_footer_secondary_content_inner {
	width: 100%;
	max-width: 700px;
	padding: 10px 0;
}

.vd_checkout_footer_secondary_content_copyright {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #9E9E9E;
	padding-right: 8px;
}

.vd_checkout_footer_secondary_content_copyright p:last-child {
	margin: 0;
}

.vd_checkout_footer_secondary_content_navigation {
	margin-bottom: 6px;
}

.vd_checkout_footer_secondary_content_navigation-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
}

.vd_checkout_footer_secondary_content_navigation-item {
	display: flex;
	margin-left: 8px;
	margin-right: 8px;
}

.vd_checkout_footer_secondary_content_navigation-item:not(:last-child)::after {
	content: "";
	border-color: #CBCBCB;
	border-left-width: 1px;
	border-left-style: solid;
	height: 100%;
	left: auto;
	position: relative;
	right: -8px;
	width: auto;
}

.vd_checkout_footer_secondary_content_navigation-item a {
	color: #656565;
	transition: color 0.3s;
	font-size: 15px;
}

.vd_checkout_page {
	display: flex;
	flex-grow: 1;
}

.vd_checkout_main_content {
	width: 65%;
	padding-left: 75px;
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
	padding-bottom: 30px;
}

.vd_checkout_main_content_inner {
	width: 100%;
	max-width: 800px;
}

.vd_checkout_secondary_content {
	width: 35%;
	background-color: #f1f4f7;
	border-left: 2px solid #cbd3de;
	padding-left: 30px;
	padding-right: 75px;
	display: flex;
	justify-content: flex-start;
	padding-top: 88px;
	padding-bottom: 30px;
}

.vd_checkout_secondary_content_inner {
	width: 100%;
	max-width: 400px;
}

.vd_checkout_page #order_review {
	width: 100%;
}

.select2-container {
	width: 100% !important;
}

/**/
#woocommerce-checkout-form-coupon {
	display: block !important;
}

/**/
#vd_checkout_steps {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none !important;
	overflow: hidden;
	text-align: center;
	column-gap: 3px;
	border-radius: 15px;
	margin-bottom: 16px;
}

.vd_checkout_step_tab {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #f2f5f7;
	padding: 18px;
	margin: 0 !important;
	width: 25%;
}

.vd_checkout_step_number {
	border: none !important;
	width: 25px;
	height: 25px;
	background: #737373;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	flex-shrink: 0;
}

.vd_checkout_step_label {
	color: #171515 !important;
	font-size: 18px !important;
	text-align: center;
	display: block !important;
	font-weight: 600;
	line-height: 16px;
	padding-left: 16px;
}

.vd_checkout_step_tab_active .vd_checkout_step_number {
	background: #289efe !important;
}

.vd_checkout_step_tab_active .vd_checkout_step_label {
	color: #289efe !important;
}

.vd_checkout_page .woocommerce-checkout .col2-set {
	float: none;
	width: 100%;
	margin: 0;
}

.vd_checkout_page .woocommerce #payment #place_order {
	display: none;
}

.vd_checkout_step_container {
	display: none;
}

.vd_checkout_step_container_active {
	display: block;
}

.vd_checkout_step_footer {
	display: flex;
	justify-content: flex-end;
}

.vd_checkout_step_button {
	margin-bottom: 8px;
	font-size: 20px;
	border: 1px solid transparent;
	border-style: none;
	border-radius: 6px !important;
	line-height: 1.5;
	cursor: pointer;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	padding: 15px 26px;
}

.vd_checkout_step_button_prev {
	background-color: #fff;
	color: #6b7280;
}

.vd_checkout_step_button_next,
.vd_checkout_step_button_complete {
	background: #289efe !important;
	color: #fff !important;
	font-weight: 600;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,.13);
	margin-left: 8px;
	transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.vd_checkout_step_button_prev:hover {
	background-color: #fff;
	color: #6b7280;
}

.vd_checkout_step_button_next:hover {
	background: rgba(42,159,254,.7) !important;
	color: #fff !important;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,.21);
}

/**/
.vd_checkout_login_notice_wrapper {
	padding: 1em 0;
}

.vd_checkout_login_notice_content {
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
	border-radius: 8px;
}

.vd_checkout_login_notice_wrapper h4 {
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	margin: 0;
}

.vd_checkout_login_notice_wrapper p {
	margin: 0;
	font-size: 14px;
}

.vd_checkout_login_notice_wrapper a {
	box-shadow: none;
	text-decoration: none;
}

/**/
.woocommerce-billing-fields__field-wrapper .form-row {
	display: flex;
	flex-direction: column;
}

.vd_checkout_page #billing_company_field {
	display: none;
}

.vd_checkout_page #billing_phone_field {
	display: none;
}

.vd_checkout_page #billing_company_field.vd_checkout_field_show,
.vd_checkout_page #billing_phone_field.vd_checkout_field_show {
	display: flex;
}

/**/

.vd_product_switcher_menu_wrapper {
	margin: 12px 0;
}

.vd_product_switcher_menu {
	border-radius: 5px;
	border: 1px solid #abb3bd;
}

.vd_product_switcher_option {
	position: relative;
}

.vd_product_switcher_option input {
	position: absolute;
	z-index: -100;
	opacity: 0;
	display: inline-block;
	margin-top: 0;
	top: 0;
	max-width: 100%;
}

.vd_product_switcher_option label {
	padding: 15px;
	border-radius: 0;
	vertical-align: top !important;
	width: 100%;
	cursor: pointer;
	display: block !important;
	max-width: 100% !important;
	border-bottom: 1px solid #ccd4de;
}

.vd_product_switcher_option label::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 2px #768190;
	box-shadow: 0 0 0 2px #768190 inset;
	background-color: #fff;
	margin-top: 8px;
	display: block;
	position: absolute;
	left: 12px;
	margin-right: 5px;
}

.vd_product_switcher_option input:checked + label::before {
	box-shadow: 0 0 0 8px #289efe inset !important;
}

.vd_product_switcher_option label h3 {
	margin: 0 !important;
	cursor: pointer;
	padding-left: 35px;
	color: var(--e-global-color-secondary);
	font-family: "Roboto Slab",Sans-serif;
	font-size: 22px;
	font-weight: 500;
}

.vd_product_switcher_option label p {
	margin: 0 !important;
	cursor: pointer;
	padding-left: 35px;
}

/**/
.vd_addons_selector_menu {
	margin: 1em 0;
}

.vd_product_addon_option {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #d2d2d2 !important;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.vd_product_addon_option label {
	display: block;
	width: 80%;
	cursor: pointer;
}

.vd_product_addon_option_control {
	display: flex;
	align-items: flex-start;
}

.vd_product_addon_option_checkbox {
	padding: 2px 8px;
}

.vd_product_addon_option_control input {
	width: 18px;
	height: 18px;
}

.vd_product_addon_option_price {
	padding: 2px 8px;
	font-weight: bold;
	color: #3f3e3e;
	font-size: 18px;
}

/**/
.vd_language_chooser_menu {
	margin: 1em 0;
}

.vd_language_chooser_menu_label {
	display: block;
	width: 100%;
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
}

.vd_language_chooser_controlset {
	display: flex;
	justify-content: space-between;
	column-gap: 1em;
}

.vd_language_chooser_control {
	width: 100%;
}

.vd_language_chooser_control select {
	width: 100%;
}

.vd_language_chooser_control-invalid select,
.vd_language_chooser_control-invalid input.input-data {
	border-color: var(--wc-red);
}

.vd_language_chooser_control-invalid .select2-container .select2-selection {
	border-color: var(--wc-red);
}

.vd_language_chooser_control .select2-container .select2-selection--single {
    height: auto;
}

.vd_language_chooser_control .select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    right: .5em;
    height: 100%;
    width: 16px;
}

/**/
.vd_quantity_input_menu {
	display: none;
	flex-wrap: wrap;
	margin: 1em 0;
}

.vd_quantity_input_menu_visible {
	display: flex;
}

.vd_quantity_input_label {
	width: 100%;
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
}

.vd_quantity_input_container {
	width: 20%;
	margin-right: 12px;
}

.vd_quantity_input_control-invalid input[type="number"] {
	border-color: var(--wc-red);
}

.vd_quantity_input_description {
	font-size: 15px;
	width: 65%;
	align-self: center;
}

.vd_quantity_input_asterisk {
	color: var(--wc-red);
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
}

.vd_quantity_input_instruction {
	display: none;
}

/**/
.vd_checkout_file_uploader_wrapper,
.vd_request_revision_file_uploader_wrapper {
	margin: 1em 0;
}

.vd_checkout_file_uploader,
.vd_request_revision_file_uploader {
	background: rgba(0,0,0,.02) !important;
	border: 3px dashed #ccc !important;
	border-radius: 6px !important;
	padding: 32px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
}

.vd_checkout_file_uploader-invalid {
	border-color: var(--wc-red) !important;
}

.vd_checkout_file_uploader_instructions,
.vd_request_revision_file_uploader_instructions {
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}

.vd_checkout_file_uploader_button,
.vd_request_revision_file_uploader_button {
	padding: 2px 20px;
	border-radius: 50px;
	font-size: 16px !important;
}

.vd_checkout_file_uploader_preview,
.vd_request_revision_file_uploader_preview {
	display: flex;
	flex-direction: column;
	min-height: unset;
	border: 0px;
}

.vd_request_revision_file_uploader_preview {
	margin-top: 1em;
}

.vd_checkout_file_uploader_preview.dropzone:not(:has(*)),
.vd_request_revision_file_uploader_preview.dropzone:not(:has(*)) {
	padding: 0;
	margin-top: 0;
}

.dropzone .dz-preview {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	min-height: 70px;
}

.dropzone .dz-preview .dz-details {
	min-width: unset;
	position: relative;
	opacity: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	padding: 0.5em 1em;
}

.dropzone .dz-preview .dz-details img {
	width: 32px;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin: 0;
}

.dropzone .dz-preview .dz-progress {
	height: 12px;
	left: 0;
	border: 0;
	width: 100%;
	bottom: 4px;
	margin-left: unset;
	top: unset;
}

.vd_checkout_file_uploader_delete,
.vd_request_revision_file_uploader_delete {
	background: transparent;
	color: #e14b4b !important;
 	padding: 8px;
}

.vd_checkout_file_uploader_delete .dashicons-trash,
.vd_request_revision_file_uploader_delete .dashicons-trash {
	display: block;
}

/**/
.vd_checkout_page_url_wrapper {
	margin: 1em 0;
}

.vd_checkout_page_url_control input[type="text"] {
	width: 100%;
}

.vd_checkout_page_url_control-invalid input[type="text"] {
	border-color: var(--wc-red) !important; 
}

.vd_checkout_page_input_error_message {
	color: var(--wc-red);
	font-size: 0.8em;
}

/**/
.vd_checkout_wrapper .woocommerce table.shop_table td {
	padding: 10px;
}

.vd_checkout_wrapper .woocommerce table.shop_table th {
	background-color: transparent;
}

.vd_checkout_wrapper .woocommerce table.shop_table td.product-name {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
}

.vd_checkout_wrapper .woocommerce table.shop_table .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
}

#vd_review_order_product_quantity {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

#vd_review_order_languages {
	font-size: 15px;
    margin-bottom: 4px !important;
    color: #646464;
    font-weight: 600;
    margin-top: 8px;
}

.vd_review_order_text_item_title {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 5px;
	line-height: 1;
}

.vd_review_order_text_item_desc {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	margin: 0;
}

.vd_checkout_wrapper .woocommerce table.shop_table .product-icon img {
	min-width: 20px;
	width: 20px;
	display: block;
}

#woocommerce-checkout-form-coupon button {
	border-radius: 6px !important;
	font-weight: 600;
	font-size: 20px;
	padding: 8px 20px;
	color: #fff;
	background-color: var(--global-color-7);
}

#place_order {
	display: none;
}

.vd_checkout_page .woocommerce-error, 
.vd_checkout_page .woocommerce-info, 
.vd_checkout_page .woocommerce-message {
	padding: 10px 15px;
	margin: 0 0 1em;
}

.vd_checkout_page_translation_content_errors p {
	color: var(--wc-red);
}

/* customer order page styles */
.vd_order_received_wrapper {
    background-color: #F5F4F8;
}

.vd_order_received_page {
	/*background-color: #F5F4F8;
	overflow: hidden;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DEDEDE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 80px 0px 80px 0px;*/
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 30px 0;
}

.vd_order_received_wrapper > .woocommerce {
	
}

.vd_order_received_wrapper .woocommerce-order {
	display: flex;
	width: 100%;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	border-radius: 15px 15px 15px 15px;
}

.vd_order_received_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.vd_order_received_header h3 {
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 500;
	font-size: 24px !important;
  	color: #656565 !important;
	margin: 0;
}

.vd_order_received_wrapper .woocommerce-notice {
	width: 100%;
	padding: 20px 25px;
}

.vd_order_received_status {
	color: #fff;
	padding: 4px 7px;
	font-size: 13px;
	border-radius: 5px;
	text-transform: uppercase;
}

.vd_order_received_status_success {
	background: #19cb98;
}

.vd_order_received_status_processing {
	background: #e9942e;
}

.vd_order_received_status_in-progress {
	background: #17a2b8;
}

.vd_order_received_status_revisions-request {
	background: #741176;
}

.vd_order_received_status_delivered {
	background: #2081c7;
}

.vd_order_received_status_completed {
	background: #19cb98;
}

.vd_order_received_wrapper .woocommerce .woocommerce-order-overview,
.vd_my_account_wrapper .woocommerce .woocommerce-order-overview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	padding: 20px 0px;
	margin: 0;
}

.vd_order_received_wrapper .woocommerce ul.order_details li,
.vd_my_account_wrapper .woocommerce ul.order_details li {
	margin: 0;
	padding: 1em;
	border-right: none;
	border-bottom: 1px dashed #cfc8d8;
}

.vd_order_received_wrapper .woocommerce ul.order_details::before,
.vd_my_account_wrapper .woocommerce ul.order_details::before {
	display: none;
}

.vd_order_received_wrapper .woocommerce .woocommerce-order-overview li.email {
	min-width: 0;
}

.vd_order_received_main_content {
	width: 100%;
	padding: 20px 25px;
	display: flex;
	column-gap: 25px;
}

.vd_order_received_main_content .woocommerce-order-details {
	width: 60%;
}

.vd_order_received_main_content .woocommerce-customer-details {
	width: 40%;
}

.vd_my_account_wrapper .woocommerce-customer-details {
	display: flex;
	column-gap: 1em;
	flex-wrap: wrap;
}

.vd_order_received_wrapper .woocommerce .woocommerce-customer-details address,
.vd_order_received_wrapper .woocommerce .woocommerce-customer-details .vd_order_received_payment_details,
.vd_my_account_wrapper .woocommerce .woocommerce-customer-details address {
	border: 1px solid #ecebf1;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: #f8f8f8;
}

.vd_my_account_wrapper .woocommerce .woocommerce-customer-details address {
	width: calc(50% - 0.5em);
}   

.vd_order_received_wrapper .woocommerce .woocommerce-customer-details .vd_order_received_review_details {
	border: 1px solid #ecebf1;
	width: 100%;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: #f8f8f8;
}

.vd_my_account_wrapper .woocommerce .woocommerce-customer-details .vd_order_received_review_details {
	border: 1px solid #ecebf1;
	width: 100%;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: #f8f8f8;
}

.vd_order_received_wrapper address h4,
.vd_order_received_wrapper .vd_order_received_payment_details h4 {
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #626161;
	letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 8px !important;
}

.vd_order_received_wrapper address p,
.vd_order_received_wrapper .vd_order_received_payment_details p {
	margin-bottom: 3px;
}

.vd_order_details_uploaded_documents,
.vd_order_details_translated_documents,
.vd_order_details_revisions {
	margin-top: 18px;
	background: #f7f7f7;
	padding: 20px;
	border-top: 3px solid #b3b3b3;
	color: #666666;
}

.vd_order_details_uploaded_documents h3,
.vd_order_details_translated_documents h3,
.vd_order_details_revisions h3 {
	color: #54595F;
	font-family: "Roboto Slab", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 2px;
}

.vd_order_details_uploaded_documents p,
.vd_order_details_translated_documents p,
.vd_order_details_revisions p {
	margin-bottom: 8px !important;
	font-size: 14px;
	font-style: italic;
}

#vd_order_revision_request_submit {
	margin-bottom: 8px;
	font-size: 20px;
	border: 1px solid transparent;
	border-style: none;
	border-radius: 6px !important;
	line-height: 1.5;
	cursor: pointer;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 400;
	padding: 15px 26px;
}

.vd_order_details_single_file {
	padding: 0.5em 0;
}

#vd_order_revision_request_form {
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s max-height;
}

#vd_order_revision_request_form.vd_order_revision_request_form_visible {
	max-height: 600px;
}

.vd_order_details_single_revision {
	border-bottom: 1px solid #e3e3e3;
	padding: 0.5em 0;
	margin: 0.5em 0;
}

/**/
.vd_order_details_actions_menu {
	background: #f7f7f7;
	padding: 25px;
	margin-bottom: 25px;
	border-top: 4px solid #289efe;
}

.vd_order_details_actions_message {
	margin-bottom: 15px;
}

.vd_order_details_actions_controls {
	display: flex;
	gap: 10px;
}

.vd_order_details_actions_button {
	background: #289efe;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.vd_order_details_actions_button:hover {
	color: #fff;
	background: rgba(42, 159, 254, 0.7);
}

.vd_order_details_actions_button img {
	margin-right: 8px;
}

.vd_order_details_actions_button_complete {
	background: #0cbc82;
}

.vd_order_details_actions_button_complete:hover {
	color: #fff;
    background: #0cbc82cc;
}

/* my account page styles */
.vd_my_account_wrapper {
	background-color: #F5F4F8;
	overflow: hidden;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DEDEDE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 80px 0px 80px 0px;
}

.vd_my_account_wrapper > .woocommerce {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vd_my_account_wrapper .vd_login_page_wrapper {
	display: flex;
	width: 100%;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	border-radius: 15px 15px 15px 15px;
}

.vd_login_page_main_content {
	width: 100%;
	padding: 20px 25px;
}

.vd_order_received_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #e5e5e5;
}

.vd_order_received_header h3 {
	font-family: "Roboto Slab", Sans-serif;
	font-weight: 500;
	font-size: 24px !important;
  	color: #656565 !important;
	margin: 0;
}

/* my account menu styles */
.vd_my_account_wrapper .vd_my_account_menu_wrapper {
	display: flex;
	width: 100%;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	border-radius: 15px 15px 15px 15px;
}

.vd_my_account_menu_main_content {
	width: 100%;
	padding: 20px 25px;
	column-gap: 1.5em;
	display: flex;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
}

.woocommerce #add_payment_method #payment #place_order {
	display: initial;
	width: auto;
	background: #289efe !important;
	color: #fff !important;
	font-weight: 600;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,.13);
	margin-left: 8px;
	transition: color .1s ease-in-out, background-color .1s ease-in-out;
	font-size: 20px;
	padding: 15px 26px;
	border-radius: 6px !important;
	line-height: 1.5;
	cursor: pointer;
	font-family: Source Sans Pro, sans-serif;
}

.woocommerce #add_payment_method #payment #place_order:hover {
	background: rgba(42,159,254,.7) !important;
}

/* free quote form */
.vd_free_quote_form_contact_fields_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vd_free_quote_form_contact_fields_wrapper .form-row {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.vd_free_quote_form_contact_fields_wrapper .woocommerce-input-wrapper input {
	width: 100%;
}

.vd_free_quote_form_language_date_fields .vd_language_chooser_controlset {
	display: flex;
	justify-content: space-between;
}

.vd_free_quote_form_language_date_fields .vd_language_chooser_control {
	width: 30%;
}

.vd_free_quote_form_language_date_fields select,
.vd_free_quote_form_language_date_fields input[type="text"] {
	width: 100%;
}

.vd_free_quote_form_additional_fields_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vd_free_quote_form_additional_fields_wrapper .form-row {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.vd_free_quote_form_additional_fields_wrapper .woocommerce-input-wrapper input {
	width: 100%;
}

#vd_free_quote_form_submit {
	font-family: "Source Serif Pro", Sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	margin-bottom: 8px;
	background: #289efe;
	color: #fff;
	padding: 15px 26px;
	border-radius: 6px;
	box-shadow: 0px 4px 10px 0px #00000021;
	font-size: 20px;
	border: 1px solid transparent;
	cursor: pointer;
}

#vd_free_quote_form_submit:hover {
	background: rgba(42, 159, 254, 0.7);
	color: #fff;
	box-shadow: 0px 4px 10px 0px #00000036;
}

.vd_free_quote_input_label {
	font-family: "Source Serif Pro", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 0;
	color: var( --e-global-color-text );
}

#vd_free_quote_form input.input-text,
#vd_free_quote_form textarea.input-text {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 11px 15px;
	border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  	border-radius: var(--wc-form-border-radius);
	height: unset;
	background: transparent;
	line-height: unset;
}

#vd_free_quote_form input.input-text:focus,
#vd_free_quote_form textarea.input-text:focus {
	box-shadow: 0 0 0 2px #1b8eec,0 1px 2px rgba(0,0,0,16%);
}


#vd_free_quote_form .form-row.woocommerce-invalid label {
  color: var(--wc-red);
}

#vd_free_quote_form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red);
}

#vd_free_quote_form .form-row .required,
#vd_free_quote_form .vd_language_chooser_control .required {
  color: var(--wc-red);
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: visible;
}

/**/
.vd_order_review_menu_wrapper {
	background: #f7f7f7;
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 18px;
}

.vd_order_review_menu_inner {
	display: flex;
	gap: 18px;
	justify-content: center;
	align-items: center;
}

.vd_order_review_menu_inner-left {
    width: 25%;
}

.vd_order_review_menu_inner-left img {
    width: 150px;
    animation-name: qtgf-floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.vd_order_review_menu_inner-right {
    width: 75%;
}

.vd_order_review_menu_inner-right p {
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px;
}

.vd_order_review_menu-rating-list {
    clear: both;
    float: left;
    margin-top: 8px;
    margin-bottom: 15px;
}

.vd_order_review_menu_inner-message > textarea {
    height: 70px;
    border: 1px solid #d2d2d2;
    border-radius: 12px;
}

.vd_order_review_menu_inner-right input[type="submit"],
.vd_order_review_menu_inner-right #vd_order_review_write_review {
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 30px;
}

/**/
.page-quote-request-thank-you .elementor-widget-button a.elementor-button {
	color: #fff;
}

/**/
#qtgf_reviews_load_more #vloading {
	display: none;
}

#qtgf_reviews_load_more.loading_more_reviews #vloading {
	display: inline-block;
}

/* login page styles */
.page-template-page-login #page {
	background-color: #E9F5FF;
	max-width: 100%;
}

.page-template-page-register #page {
	background-color: #E9F5FF;
	max-width: 100%;
}

.page-template-page-password-reset #page {
	background-color: #E9F5FF;
	max-width: 100%;
}

.vd_my_account_wrapper:has(.vd-form-login-sizing-container) {
	background-color: #E9F5FF;
}

.vd_order_received_wrapper:has(.vd-form-login) {
	min-height: 100%;
	background-color: #E9F5FF;
	padding: 30px 0;
}

.vd_order_received_wrapper:has(.vd-form-login) .woocommerce-thankyou-order-received {
	display: none;
}

.vd_order_received_wrapper:has(.vd-form-login) .woocommerce-info {
	max-width: 950px;
	margin-left: auto;
 	margin-right: auto;
}

.vd-form-login-sizing-container {
	max-width: 950px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vd-form-login-spacer-container {
	padding: 10px;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.vd-form-login-shadow-container {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.vd-form-login-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vd-form-login-main-column {
	display: flex;
	min-height: 1px;
	position: relative;
	width: 50%;
}

.vd-form-login-main-internal {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 35px 35px 35px 35px;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.vd-form-login-main-header {
	width: 100%;
	margin-bottom: 20px;
}

.vd-form-login-main-title {
	font-size: 25px;
	font-weight: 500;
	color: #4D4D4D;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-family: Source Serif Pro, serif;
}

.vd-form-login-main-body {
	width: 100%;
}

.vd-form-login fieldset {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 !important;
	line-height: unset !important;
	border: 0;
}

.vd-form-login label {
	display: block;
	margin: 0;
	margin-bottom: 6px !important;
	font-weight: normal !important;
	padding: 0 !important;
	font-size: 16px;
}

.vd-form-login fieldset div.field {
	margin-bottom: 10px !important;
}

.vd-form-login fieldset input.input-email, 
.vd-form-login fieldset input.input-text, 
.vd-form-login fieldset input.input-tel, 
.vd-form-login fieldset select, 
.vd-form-login fieldset textarea {
	margin: 0;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}

.vd-form-login input[type="text"], 
.vd-form-login input[type="email"], 
.vd-form-login input[type="number"],
.vd-form-login input[type="tel"], 
.vd-form-login input[type="password"] {
	width: 100% !important;
	background: transparent !important;
	border: 1px solid #d2d2d2 !important;
	border-radius: 5px !important;
	height: unset !important;
	padding: 8px 15px !important;
	color: #666666;
	max-width: 100%;
	font-family: Source Sans Pro, sans-serif;
  	font-size: 18px;
  	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
  	transition: color .1s ease-in-out,background-color .1s ease-in-out;
}

.vd-form-login .required {
	color: red;
}

.vd-form-login input[type="submit"],
.vd-form-login button {
	margin-top: 15px !important;
	width: 100%;
	padding: 8px 15px !important;
	border-radius: 8px !important;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
	color: #ffffff;
	background-color: var(--global-color-7);
	border: 1px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	font-family: Source Sans Pro, sans-serif;
}

.vd-form-login-action-links {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	margin-top: 0px;
	text-align: center;
	margin-top: 15px !important;
}

.vd-form-login-action-links li {
	margin-bottom: 0 !important;
}

.vd-form-login-secondary-column {
	width: 50%;
	display: flex;
	min-height: 1px;
	position: relative;
}

.vd-form-login-secondary-internal {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	align-content: center;
	align-items: center;
	background-color: var( --e-global-color-primary );
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
}

.vd-form-login-secondary-bg-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	background-color: var( --e-global-color-primary );
	opacity: 0.7;
	position: absolute;
	inset: 0;
}

.vd-form-login-secondary-image {
	width: 100%;
	position: relative;
}

.vd-form-login-secondary-image-container {
	text-align: center;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.vd-form-login-secondary-image img {
	width: 316px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
}

/* mobile styles */
@media (max-width: 1200px) {

	.vd_checkout_header_main_content {
		padding-left: 35px;
  		padding-right: 20px;
	}

	.vd_checkout_header_secondary_content {
		padding-left: 20px;
		padding-right: 35px;
	}

	.vd_checkout_main_content {
		padding-left: 35px;
		padding-right: 20px;
	}

	.vd_checkout_secondary_content {
		padding-left: 20px;
		padding-right: 35px;
	}

	.vd_checkout_step_label {
		font-size: 16px !important;
	}

	.vd_quantity_input_container {
		width: 24%;
	}

}

@media (max-width: 1023px) {

	.vd_checkout_header_main_content {
		padding-left: 20px;
  		padding-right: 20px;
	}

	.vd_checkout_header_secondary_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.vd_checkout_main_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.vd_checkout_secondary_content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.vd_checkout_step_tab {
		padding: 18px 8px;
	}

	.vd_checkout_step_label {
    	font-size: 14px !important;
    	padding-left: 10px;
 	}

 	.vd_quantity_input_container {
		width: 30%;
	}

	.vd_my_account_wrapper .woocommerce-customer-details {
		flex-direction: column;
		row-gap: 1em;
	}

	.vd_my_account_wrapper .woocommerce .woocommerce-customer-details address {
		width: 100%;
	}

	.vd-form-login-container {
		flex-wrap: wrap;
	}

	.vd-form-login-main-column {
		width: 100%;
	}

	.vd-form-login-secondary-column {
		width: 100%;
	}

}

@media (max-width: 739px) {

	.vd_checkout_header_main_content {
		width: 100%;
		padding: 0 32px;
	}

	.vd_checkout_header_secondary_content {
		display: none;
	}

	.vd_checkout_header_logo_container {
		width: 100%;
	}

	.vd_checkout_page {
		flex-direction: column;
	}

	.vd_checkout_main_content, 
	.vd_checkout_secondary_content {
		width: 100%;
		padding: 24px 16px;
	}

	.vd_checkout_secondary_content_inner {
		max-width: 100%;
	}

	.vd_checkout_footer {
		flex-direction: column;
	}

	.vd_checkout_footer_main_content {
		width: 100%;
		padding: 0 32px;
	}

	.vd_checkout_footer_secondary_content {
		width: 100%;
		padding: 0 32px;
	}

	.vd_checkout_footer_logo_container {
		width: 100%;
	}

	.vd_checkout_footer_secondary_content_navigation-items {
		flex-direction: column;
	}

	.vd_checkout_footer_secondary_content_navigation-item {
		margin: 6px 0;
	}

	.vd_checkout_step_number {
		display: none;
	}

	.vd_checkout_step_label {
		font-size: 15px !important;
		padding-left: 0px;
		color: #289efe !important;
	}

	.vd_checkout_step_tab {
		padding: 8px;
		background: #cce7fd !important;
		color: #289efe !important;
	}

	.vd_checkout_step_tab_active {
		background: #289efe !important;
		
	}

	.vd_checkout_step_tab_active .vd_checkout_step_label {
		color: #fff !important;
	}

	.vd_quantity_input_container {
		width: 45%;
	}

	.vd_quantity_input_description {
		width: calc(55% - 12px);
	}

	.vd_checkout_step_button {
		padding: 10px 15px;
		font-size: 18px !important;
	}

	.vd_language_chooser_controlset {
		flex-direction: column;
  		row-gap: 1em;
	}

	.vd_order_received_main_content {
		flex-direction: column;
		row-gap: 25px;
	}

	.vd_order_received_main_content .woocommerce-order-details {
		width: 100%;
	}

	.vd_order_received_main_content .woocommerce-customer-details {
		width: 100%;
	}

	.vd_order_received_wrapper .woocommerce .woocommerce-order-overview,
	.vd_my_account_wrapper .woocommerce .woocommerce-order-overview {
		grid-template-columns: 1fr;
		padding: 12px 16px;
	}

	.vd_order_received_wrapper .woocommerce ul.order_details li {
		padding: 0.5em 0;
		border-bottom: 1px dashed #cfc8d8;
		border-right: none;
	}

	.vd_order_received_wrapper .woocommerce ul.order_details li > strong {
		padding: 0.2em 0;
	}

	.vd_order_received_wrapper .woocommerce-notice {
		margin: 0;
	}

}