
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

.checkout-box, #order_review {
    padding: 16px 16px 0;
    border-radius: 5px;
    border: 1px solid #fff;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.checkout-btn {
    min-height: 45px;
    color: #fff;
    padding: 0 16px;
    font-weight: 700;
    background: #00b901;
    border-radius: 5px;
}

@media (min-width: 1025px) {
    .verticle-separator {
        border-right: 1px solid #c5cacd;
    }
}

.woocommerce-checkout .beton-page-content h2 {
    padding-top: 0;
	margin-bottom: 0;
}

.woocommerce-checkout .select2-container .select2-selection--single {
	height: 50px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px;
}

.checkout-icons {
	border: 1px solid rgb(255, 255, 255);
	color:rgb(255, 255, 255);
	padding: 4px 8px;
	border-radius: 50px;
}

.checkout-icons:hover {
	background: #2D69E7;
	color: #ffffff;
}

.checkout-icons-btn {
	cursor: pointer;
}

.woocommerce-checkout .beton-page-content p, .woocommerce-checkout .beton-page-content .checkout-box {
    font-size: 18px;
    line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
    font-weight: 300;
}

.woocommerce-checkout .beton-page-content .checkout-box .order-total {
	font-weight: 700;
}

.woocommerce-checkout li.wc_payment_method label, .woocommerce-checkout .beton-page-content h3{
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.woocommerce-checkout .wc_payment_methods.payment_methods {
	margin: 0;
    list-style: none;
    margin-bottom: 24px;
	padding-left: 0;
}

.woocommerce-checkout .wc_payment_methods.payment_methods li .payment_box {
	padding-left: 15px;
}

.woocommerce-checkout .wc_payment_methods.payment_methods li .payment_box p, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
}

#order_review .product-name .variation {
	display: flex;
	gap: 5px;
}

#order_review .product-name .variation dd{
	text-align: right;
}

#ship-to-different-address span {
	font-size: 16px;
    color: #fff;
}

#ship-to-different-address {
    padding-left: 3px;
}

.woocommerce-checkout ul#shipping_method li {
	display: inline-block;
}

.woocommerce-checkout ul#shipping_method {
	text-align: right;
    margin-top: -33px;
}

@media screen and (max-width: 992px) {
	.woocommerce-checkout #order_review_heading {
		padding-top: 20px;
		padding-left: 16px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table {
		padding-bottom: 30px;
	}
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce-checkout #billing_country {
	width: 100%;
}

.no-bottom-border-radius {
	border-radius: 5px 5px 0 0 !important;
	border-bottom: none;
}
.no-top-border-radius {
	border-radius: 0 0 5px 5px !important;
	border-top: none;
	padding-top: 20px;
}

.woocommerce-checkout .form-row {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.woocommerce-checkout .form-row label, .woocommerce-checkout li.wc_payment_method label {
    font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.woocommerce-checkout .form-row input[type="email"], .woocommerce-checkout .form-row input[type="text"], .woocommerce-checkout .form-row input[type="tel"], .woocommerce-checkout .form-row input[type="number"], .woocommerce-checkout .form-row textarea, .form-row input[type="password"]{
    font-family: 'Poppins', sans-serif;
	outline: 0;
    margin: 0;
    transition: all .3s ease-in-out;
    font-size: 15px;
    line-height: 1.333333;
    border: none !important;
    width: 100%;
    color:rgb(0, 0, 0);
    padding: 12px;
    background: #f6f7f9;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #c5cacd;
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
	background: #d4edda !important;
    box-shadow: inset 0 0 0 2px #8fd19e, 0 0 0px 1000px #d4edda inset !important; 
}

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 0 0 0 2px #e2401c, 0 0 0px 1000px #ffc4b8 inset !important;
}

.woocommerce-checkout .after-collapse-title small, .woocommerce-checkout .orddd-checkout-fields .orddd_field_note {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.woocommerce-checkout #shipping_country_field span, .woocommerce-checkout #billing_country_field span {
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.woocommerce-checkout .beton-page-content #customer_details, .woocommerce-checkout .beton-page-content .checkout-billing-content-wrapper {
    line-height: 20px; 
}

/* checkout calendar stylings */
.woocommerce-checkout .ui-widget-header {
    background: var(--orange) url(images/ui-bg_gloss-wave_45_817865_500x100.png) 50% 50% repeat-x;
}

.woocommerce-checkout .ui-widget-content {
    border: 1px solid #8e846b;
    background: #fffcf2 url(images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50% top repeat-x;
}

.woocommerce-checkout .ui-datepicker td {
    padding: 0;
    border: none !important;
}

.woocommerce-checkout .ui-state-active, .woocommerce-checkout .ui-widget-content .ui-state-active, .woocommerce-checkout .ui-widget-header .ui-state-active {
    border: 1px solid #655e4e !important;
    background: #ffffff url(images/ui-bg_inset-soft_30_ffffff_1x100.png) 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: var(--orange) !important;
    /*border-radius: 50%;*/
}

.woocommerce-checkout .ui-state-default, .woocommerce-checkout .ui-widget-content .ui-state-default {
	color: #ffffff;
}

.woocommerce-checkout td.ui-state-disabled .ui-state-default {
    background: #ff0000 !important;
    opacity: 1 !important;
    font-weight: bold;
    color: #ffffff;
}

.woocommerce-checkout .ui-datepicker-buttonpane.ui-widget-content button {
    box-sizing: border-box;
    overflow: visible;
    background: #e6e6e6;
    padding: 0.6em 1em 0.4em;
    margin: 0;
    border-width: 2px!important;
    width: 50%!important;
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    text-transform: uppercase!important;
    color: #fff!important;
    border-radius: 0!important;
    font-family: 'Poppins', sans-serif;
	color: #fff;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    border: 2px solid;
    font-size: 20px;
    cursor: pointer;
}

.woocommerce-checkout .ui-datepicker .ui-datepicker-title {
    font-family: 'Poppins', sans-serif !important;
	color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.woocommerce-checkout .ui-datepicker th {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff8f8;
    background: #ff6400;
    color: #fff;
}

#orddd_datepicker .ui-datepicker-inline.ui-datepicker {
	width: 100%;
}

.custom-hidden {
	display: none !important
}

.woocommerce-checkout div#payment {
	background: transparent;
}

.woocommerce-checkout #order_review_heading {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #fff;
}

.woocommerce-checkout h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #fff;
}

.woocommerce-checkout button#checkout-email-confirm, .woocommerce-checkout #checkout-billing-shipping-confirm, .woocommerce-checkout #checkout-payment-confirm, .woocommerce-checkout #place_order, .woocommerce-checkout .woocommerce-form-login__submit, .woocommerce-cart .return-to-shop a {
	background-color: #2D69E7 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #fff !important;
    padding: 15px !important;
	border-radius: 5px !important;
	border: 0px;
    line-height: normal;
}

.woocommerce-checkout label{
	margin-left: 0 !important;
}

/* .woocommerce-checkout .woocommerce-error::before, .woocommerce-checkout .woocommerce-info::before, .woocommerce-checkout .woocommerce-message::before {
	top: 0;
	left: 0;
} */

.woocommerce-checkout #payment div.payment_box {
    border: 1px solid #dcd7e3;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td{
    border: none;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th.product-total, .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th {
    border-bottom: 1px solid #fff;
}

.woocommerce-checkout .dayz-dso-hps-right span {
    color: #fff;
    font-size: 14px;
}

.woocommerce-info {
    background: #08053f;
    color: #fff;
    border-top-color: #eea153;
}

.woocommerce-info::before {
    color: #eea153 !important;
}

.woocommerce-info a, .woocommerce-checkout form.woocommerce-form-login a{
   color: #eea153;
}

.woocommerce-info a:hover, .woocommerce-checkout form.woocommerce-form-login a:hover{
    color: #eea153;
}

.woocommerce-checkout form.woocommerce-form-login p{
    color: #fff;
}

.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    border-top: 1px solid;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_first_name_field, .woocommerce-checkout .woocommerce-billing-fields #billing_last_name_field, .woocommerce-checkout .woocommerce-billing-fields #billing_company_field, .woocommerce-checkout .woocommerce-billing-fields #billing_phone_field, .woocommerce-checkout .woocommerce-billing-fields #billing_email_field, .woocommerce-checkout .woocommerce-billing-fields #billing_eu_vat_number_belgium_compatibility_field {
    display: none;
}

.woocommerce-error {
    background: #08053f;
    color: #fff;
}

/*Order received page stylings*/

.woocommerce-order-received {
    color: #fff;
}

.woocommerce-order-received .woocommerce-customer-details address {
    border: 1px solid;
}

.woocommerce-order-received a.woocommerce-button.button.view.order-actions-button {
    background-color: #2D69E7 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #fff !important;
	border-radius: 28px !important;
	border: 0px;
    line-height: normal;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.woocommerce-order-received .woocommerce-column__title, .woocommerce-order-received .woocommerce-order-details__title {
    margin-bottom: 15px;
}

.woocommerce-order-received .qlon-order-details-wrapper {
    background: #6c688b;
    border-radius: 28px;
    padding-bottom: 1px;
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details li{
    text-align: center;
}

@media screen and (max-width: 420px){
    .woocommerce-order-received ul.woocommerce-thankyou-order-details li{
        margin: 0;
        border: 0;
        padding: 0;
        padding-bottom: 10px;
    }

    .woocommerce-order-received .woocommerce-thankyou-order-details {
        flex-direction: column;
    }

    .woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        text-align: center;
    }

    .woocommerce-order-received .woocommerce-order-details {
        padding: 40px 20px !important;
    }

    .woocommerce-order-received .oocommerce-column--billing-address {
        margin-bottom: 20px;
    }
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: flex;
    justify-content: center;
    margin: 1.5em 0;
    color: #1a9c2a;
    font-size: 28px;
    letter-spacing: -.01em;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background: #1a9c2a;
    -webkit-mask-image: url(https://q-lon.nl/wp-content/uploads/2025/02/check-icon-png.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received) {
    text-align: center;
    padding-top: 10px;
}

.woocommerce-order-received .woocommerce-table--order-details td, .woocommerce-order-received .woocommerce-table--order-details th{
    border: none;
}

.woocommerce-order-received .woocommerce-table--order-details td.woocommerce-table__product-total, .woocommerce-order-received .woocommerce-table--order-details th.woocommerce-table__product-table.product-total, .woocommerce-order-received .woocommerce-table--order-details tfoot td {
    text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details thead:first-child tr:first-child th, .woocommerce-order-received .woocommerce-table__line-item td {
    border-block-start: none;
    border-bottom: 1px solid #fff;
}

.woocommerce-order-received .woocommerce-order-details {
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 28px;
    margin-top: 20px;
}

.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-order-received .woocommerce-column__title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-transform: none;
    padding-left: 12px;
}
 
.woocommerce-order-received .woocommerce-columns--addresses address {
    padding: 20px;
    border-radius: 28px;
    min-height: 186px;
}

.woocommerce-order-received small {
    color: #EEA153;
}

/*My account page stylings*/

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: url(https://q-lon.nl/wp-content/uploads/2025/02/Outline@2x.webp);
    filter: brightness(0) invert(1);
    margin-right: 8px;
    height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a::before {
    content: url(https://q-lon.nl/wp-content/uploads/2025/02/002-choices@2x.webp);
    filter: brightness(0) invert(1);
    margin-right: 8px;
    height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: url(https://q-lon.nl/wp-content/uploads/2025/02/008-agenda@2x.webp);
    filter: brightness(0) invert(1);
    margin-right: 15px;
    height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: url(https://q-lon.nl/wp-content/uploads/2025/02/006-enterprise@2x.png);
    filter: brightness(0) invert(1);
    margin-right: 8px;
    height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: url(https://q-lon.nl/wp-content/uploads/2025/02/005-logout@2x.webp);
    filter: brightness(0) invert(1);
    margin-right: 8px;
    height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-size: 20px;
    display: flex;
    line-height: 25px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
    color: #fff;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    border: 1px solid;
    border-radius: 8px;
    padding: 12px 8px;
    margin-bottom: 8px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    background: #0643c3;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
    background: #0643c3;
}


.woocommerce-MyAccount-content {
    position: relative;
    min-height: 285px;
    padding: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-MyAccount-content::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://q-lon.nl/wp-content/uploads/2025/02/qlon-login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1; 
    border-radius: 8px;
}

.custom-profile-deatils-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-profile-deatils-wrapper img{
    border-radius: 50%;
}

.custom-dashboard-wrapper p {
    margin-bottom: 15px;
}

.custom-dashboard-wrapper a:hover {
    color: #D49206;
}

.woocommerce-MyAccount-content a.woocommerce-Button, .woocommerce-MyAccount-content button[type="submit"] {
    border-radius: 28px 28px 28px 28px;
    padding: 15px 25px;
    font-weight: 600;
    background-color: #2864E2;
    transition: all 0.2s;
    color: #fff;
}

.woocommerce-MyAccount-content #basic-user-avatar-form input[name="manage_avatar_submit"], .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-button, .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-button, .woocommerce-account button[type="submit"] {
    border-radius: 28px;
    padding: 10px 25px;
    font-weight: 600;
    border: none;
    background-color: #2864E2;
    transition: all 0.2s;
    color: #fff;
}

.woocommerce-MyAccount-content a.woocommerce-Button:hover, .woocommerce-MyAccount-content button[type="submit"]:hover, .woocommerce-MyAccount-content #basic-user-avatar-form input[name="manage_avatar_submit"]:hover, .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .woocommerce-button:hover, .woocommerce-MyAccount-content .woocommerce-table--order-details .woocommerce-button:hover, .woocommerce-account button[type="submit"]:hover {
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #3975F2 0%, #0643C3 100%);
    color: #fff;
}

.woocommerce-account .woocommerce-address-fields label {
    margin-left: 0 !important;
    color: #fff;
}

.woocommerce-account .woocommerce-address-fields input {
    color: #08053f;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-Address, .woocommerce-MyAccount-content .woocommerce-customer-details address {
    background: #08053f;
    padding: 25px 15px;
    border-radius: 8px;
    border: 1px solid;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
    float: left !important;
    color: #D49206;
}

.woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
    color: #D49206;
}

.woocommerce-MyAccount-content > p {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm label{
    margin-left: 0 !important;
    color: #fff;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm input {
    color: #08053f;
}

.woocommerce-MyAccount-content .custom-welcome-text {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-MyAccount-content #basic-user-avatar-form #basic-user-avatar-erase, .woocommerce-MyAccount-content #basic-user-avatar-form label[for="basic-user-avatar-erase"], .woocommerce-MyAccount-content #basic-user-avatar-form .description {
    display: none;
}

.woocommerce-MyAccount-content #basic-user-avatar-form {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.woocommerce-MyAccount-content #basic-user-avatar-form img {
    border-radius: 50%;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details {
    background: #08053f;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders td, .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details td, .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details th{
    border: 1px solid #fff !important;
}

.woocommerce-MyAccount-content .dayz-dso-home-product-shipping span {
    color: #fff !important;
}

@media screen and (max-width: 1200px) {
    .woocommerce-MyAccount-content {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .woocommerce-column--shipping-address.col-2 .woocommerce-column__title, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2.woocommerce-Address {
        margin-top: 20px;
    }
}

.woocommerce-account .woocommerce-message {
    background: #08053f;
    color: #fff;
    border-top-color: #eea153;
}

.woocommerce-account .woocommerce-message:focus-visible {
    outline: none;
}
