/*
-----------------------------------------------------

Theme Name:     Dragon euro trade child theme
Theme URI:      https://mpluswebshops.nl
Author:         Yuluma B.V.
Author URI:     https://yuluma.nl
Description:    Dragon euro trade child theme
Version:        1.0.0
License:        GNU General Public License
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Template:       tn-dragoneurotrade

-----------------------------------------------------
*/


/*
body {
    font-family: 'Noto Sans JP', Helvetica, sans-serif;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    font-family: 'Noto Sans JP', Helvetica, sans-serif;
}
*/

/*
body.woocommerce-demo-store {
    padding-top: 52px;
}
*/

.woocommerce-demo-store p.woocommerce-store-notice.demo_store {
    top: 0;
}


/* Header */

.main-nav-wrap.desktop-only {
    display: flex;
}

#mobile-navigation .menu {
    padding: 0;
}

.mobile_only {
    display: none !important;
}

.lang-flags {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}

.lang-flags img {
    width: 24px;
    height: 16px;
    margin-left: 10px;
}

html[lang="nl-NL"] .lang-switch-nl,
html[lang="nl-NL"] li.cat-item.cat-item-15,
html[lang="en-US"] .lang-switch-en,
html[lang="en-US"] li.cat-item.cat-item-16,
html[lang="de"] .lang-switch-de,
html[lang="de"] li.cat-item.cat-item-15 {
    display: none;
}

#mobile-navigation .menu li.lang-flags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#mobile-navigation .menu li.lang-flags a {
    padding: 20px 10px !important;
}

#mobile-navigation .menu li.lang-flags img {
    display: block;
}

#nav-bar .menu .sub-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 1000;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

#nav-bar .menu-item:hover > .sub-menu {
    display: flex;
}

#nav-bar .menu .sub-menu li {
    flex: 1 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 30px 0 !important;
}

#nav-bar .menu .sub-menu li a {
    color: #000 !important;
}

#nav-bar .menu .sub-menu li a:hover {
    color: #FF5A9D !important;
}

#nav-bar .menu .sub-menu li img {
    width: auto;
    max-height: 110px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

/* Page content */

section.img-text.content-row img {
    min-width: 100%;
}



/* Registration Form */

div#input_4_1 {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}

p.gform_required_legend,
.gfield.hidden_label .gfield_label {
    display: none;
}

.gfield-choice-input {
    position: relative !important;
}

.gfield {
    margin-bottom: 15px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 5px !important;
}

section.newsletter-bar form {
    display: flex;
    align-items: center;
}

section.newsletter-bar form .gform-body.gform_body {
    width: 70%;
    display: flex;
    margin-right: 20px;
}

section.newsletter-bar .gform_fields {
    display: flex !important;
}

section.newsletter-bar form .gform_footer.top_label {
    display: flex;
    flex-grow: 1;
    width: auto;
}

section.newsletter-bar form .gfield {
    flex-grow: 1;
    margin-bottom: 0 !important;
}

section.newsletter-bar .gform_fields input {
    padding: 15px !important;
    border-radius: 9px;
}

#wwlc-registration-form #wwlc_address_2_field {
    display: none;
}


/* Buttons */

.out-of-stock-notice {
    color: grey;
    padding: 17px 35px 27px;
    display: inline-block;
    font: 700 1em / 1.2 Noto Sans JP, sans-serif;
}

.wcwl_elements .wcwl_control button,
p.stock-status.button.red,
.woocommerce-button.button.order-again,
p.order-again a,
.single-product a.wwp-login-to-see-wholesale-prices {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    font: 700 1em / 1.2 Noto Sans JP, sans-serif;
    text-decoration: none;
    margin: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    text-align: center;
    transition: all .3s ease-out 0s;
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.wcwl_elements .wcwl_control button:hover,
.woocommerce-button.button.order-again:hover,
p.order-again a:hover,
.single-product a.wwp-login-to-see-wholesale-prices:hover {
    background: #62b4b1;
    border-color: #62b4b1;
    color: #fff;
}

p.stock-status.button.red {
    background: red;
    border-color: red;
    color: #fff;
}

a.woocommerce-button.button.order-again {
    margin-left: 15px;
}


/* WOOCOMMERCE */

.woocommerce-store-notice {
    position: fixed;
    top: 140px;
    width: 100%;
    background-color: #fff; /* Adjust the background color if needed */
    background-color: rgba(255, 255, 255, 100);
    z-index: 1000; /* Makes the notification appear above other elements */
    text-align: center; /* Centers the text */
    font-size: 16px; /* Adjust font size"*/
    padding: 10px; /* Adds some space within the notification */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0); /* Adds a subtle shadow */
    /* Edited by Ben */
}

body:not(.logged-in).single-product .entry-summary .stock-status {
    display: none;
}

.woocommerce.wwlc-form-error {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

form#registration_form {
    padding-bottom: 50px !important;
}

.woocommerce-MyAccount-orders.shop_table td {
    vertical-align: middle;
}

.wcwl_elements.bound {
    border-top: solid 1px;
    padding-top: 25px;
}

.woocommerce-product-attributes tr th {
    width: 50%; 
}

.shop_table td.actions {
    padding: 0;
    border-bottom: 0;
}

.shop_table.cart .actions .coupon {
    float: left;
}

.shop_table.cart .actions button[name=update_cart] {
    width: auto;
    float: right;
    margin: 20px 0;
}

.woocommerce-MyAccount-content section.woocommerce-order-details {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    order: 3;
}

ul.product-categories ul.children {
    padding-bottom: 0;
}

.product-cat-slide.block {
    margin-top: 20px;
    padding: 30px 20px 0;
}

header.woocommerce-products-header h1 {
    padding-right: 130px;
}

.woo__brand_logo {
    position: absolute;
    top: -20px;
    right: 0;
    width: 100px;
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
}

.brand_extra_description {
    margin-top: 30px;
    line-height: 1.4;
    background: #d8ecf4;
    padding: 20px;
    border-radius: 10px;
}

.brand_extra_description h3 {
    font-size: 24px;
}

.product-offer .button-cell {
    padding-right: 40px;
    width: 300px;
}

.products li.product a.button {
    padding: 12px 10px !important;
    margin-top: 10px;
    height: auto;
}


/* QUICK SALE FORM */

.order-form-app .ant-col.wwof-column.css-eq3tly {
    display: flex;
}

.order-form-app input.ant-input {
    margin-top: 17px;
    padding: 6px 20px !important;
}

.order-form-app button.ant-btn-primary {
    background: #62b4b1 !important;
    border-color: #62b4b1 !important;
}

.order-form-app button.ant-btn-primary:hover {
    background: #f90 !important;
    border-color: #f90 !important;
}

.order-form-app button.ant-btn-default:hover {
    background: #f90 !important;
    border-color: #f90 !important;
    color: #fff !important;
}

.order-form-app .product-image-box.wwof-table-field.product-image .ant-image {
    height: auto !important;
}

.order-form-app ul.ant-pagination li:before {
    display: none !important;
}



/*  Sidebar  */

ul.product-categories > li {
    padding-left: 0;
}

ul.product-categories li {
    font-size: 14px;
    padding-left: 10px;
}

ul.product-categories li:before {
    display: none;
}

ul.product-categories li a:hover {
    color: #6F50AB !important;
}

li.cat-item.current-cat.cat-parent > a {
    font-weight: 700;
    color: #6F50AB;
}

ul.product-categories li a {
    text-decoration: none;
    color: black;
}

.fibofilters-item:before {
    display: none;
}

.fibofilters-items-search__controls {
    display: none;
}



/* WooCommerce Brands */

ul.brand-thumbnails.columns-6 {
    display: flex;
    flex-wrap: wrap;
}

ul.brand-thumbnails.columns-6 li {
    display: flex;
}

ul.brand-thumbnails.columns-6 li a {
    display: flex;
    align-items: center;
    height: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
}

ul.brand-thumbnails.columns-6 li a img {
    background: none;
    box-shadow: none !important;
}


/* WooCommerce login form */

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 400px;
}

.woocommerce span.password-input {
    position: relative;
}

.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

.woocommerce form .show-password-input::before, 
.woocommerce-page form .show-password-input::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}

/* FOOTER */

#copyright .smaller {
    font-size: 12px;
}

#footer-nav .row > .col-lg-4:nth-child(1) .col-md-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

#footer-nav ul.product-categories {
    column-count: 2;
}


footer div#brands_a_z h3,
footer div#brands_a_z a.top,
footer ul.brands_index {
    display: none;
}

footer ul.brands {
    margin: 0;
    padding: 0;
}

footer div#brands_a_z {
    column-count: 2;
    margin-bottom: 30px;
}



/* 404 Products */

#page-404 .products li {
    flex: 0 0 25%;
}


@media only screen and (max-width: 1024px) {

#page-404 .products li {
    flex: 0 0 50%;
    max-width: 100%;
}

}



@media only screen and (max-width: 990px) {

.woo__brand_logo {
    position: relative;
    margin-bottom: 20px;
}

}


@media only screen and (max-width: 767px) {

.mobile_only {
    display: table-cell !important;
}

#page-404 .products li {
    flex: 0 0 100%;
}

section.newsletter-bar form {
    display: block;
}

section.newsletter-bar .gform-body.gform_body {
    width: 100%;
}

.shop_table.cart .actions .coupon {
    float: right;
}

.shop_table.cart .actions button[name=update_cart] {
    float: left;
}

}

@media only screen and (max-width: 500px) {

section.newsletter-bar .gform_fields {
    display: block;
}

section.newsletter-bar .gform_fields .gfield {
    margin-bottom: 15px;
}

section.newsletter-bar form .gform_footer.top_label {
    margin-top: 0;
    padding-top: 5px;
}
Ppush
}

.product_meta .sku {
    padding: 0;
}

#nav-bar .menu li {
    padding: 0 35px 0 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 8px !important;
    padding: 0 !important;
}