h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    line-height: 1.2;
}
span.search-field {
    display: inline-block;
    background-color: #f5f4f4;
    position: relative;
    padding: 6px 0 6px 40px;
}

.search-field input[type="search"] {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Open Sans';
}

.search-field .form-submit {
    background-color: transparent !important;
    border: none;
    color: var( --e-global-color-f2abbc7 );
    position: absolute;
    top: 50%;
    left: 0;
    border-right: 1px solid;
    padding: 0 8px;
    transform: translateY(-50%);
}

input:focus, textarea:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, textarea:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
input[type="url"]::placeholder, 
input[type="password"]::placeholder, 
input[type="search"]::placeholder, 
input[type="number"]::placeholder, 
input[type="tel"]::placeholder, 
input[type="range"]::placeholder, 
input[type="date"]::placeholder, 
input[type="month"]::placeholder, 
input[type="week"]::placeholder, 
input[type="time"]::placeholder, 
input[type="datetime"]::placeholder, 
input[type="datetime-local"]::placeholder, 
input[type="color"]::placeholder, textarea::placeholder{
    color: #c1c1c1;
}
.btn-disabled .search-field {
    box-shadow: 0 0 5px #ebebeb;
    border-radius: 5px;
}
.product-search {
    text-align: center;
}
form.product-search {
    text-align: center;
}

.product-search input[type="submit"] {
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 12px;
    letter-spacing: 1px;
    transform: translateY(-2px);
    cursor: pointer;
}

.btn-enabled input[type="search"] {
    width: 272px;
    max-width: 100%;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}

.products {
    row-gap: 30px;
    column-gap: 30px;
    backgorund-
}

.columns-4 .product {
    flex-basis: 23.308%;
}

.columns-3 .product {
    flex-basis: 31.884%;
}

.columns-2 .product {
    flex-basis: 48.9139%;
}
.columns-1 .product {
    flex-basis: 100%;
}
.product {
    box-shadow: 0 0 15px #dfeaf3;
    background-color: #ffffff;
}

.product-top {
    position: relative;
    text-align: center;
    border-bottom: 6px solid #f1f4f9;
}
span.onsale {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c80000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 3px 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}
.outOfStock,
.product-top  a.product-cat-link {
    background-color: #003c8c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans';
    letter-spacing: 1px;
    padding: 3px 6px;
    font-weight: 700;
}
.outOfStock{
    background-color: #72abc5;
    color: #d1e3eb;
}

.product-top, .product-bottom {
    padding: 15px;
}
.product-top a.product-cat-link:hover {
    color: #ffffff;
    background-color: #c80000;
}
.title-wrap  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.title-wrap h2 {
    font-size: 18px;
    transition: .3s;
}
.title-wrap a:hover h2{
    color: #c80000
}

.title-wrap img {
    max-width: 54px;
}

.title-wrap {
    margin-bottom: 10px;
}
.size {
    color: #000000;
    font-size: 14px;
}
.justify-content-between {
    justify-content: space-between;
}
.price {
    color: #72abc5;
    font-weight: bold;
}

ins {
    background-color: transparent !important;
}

.price del {
    margin-right: 6px;
}
.add_to_cart_button img {
    width: 23px;
    padding-left: 6px;
}
.product-bottom .product_type_simple,
body a.add_to_cart_button {
    color: var( --e-global-color-secondary );
    display: flex;
    align-items: center;
    flex-basis: 100%;
}
.product-bottom .product_type_simple>span,
.add_to_cart_button > span {
    border-bottom: 1px solid;
    line-height: 1;

}
.products.owl-carousel {
    position: relative;
    z-index: 1;
}
.products.owl-carousel .owl-item{
    padding: 0 15px;
}

.products.owl-carousel .owl-next, .products.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background-color: #003c8c !important;
    color: #ffffff !important;
    width: 40px;
    text-align: center;
    height: 40px;
    transition: .3s;
}

.products.owl-carousel .owl-next:hover, .products.owl-carousel .owl-prev:hover{
    background-color: var( --e-global-color-secondary ) !important;
}

.products.owl-carousel .owl-next {
    left: auto;
    right: -40px;
}

.products.owl-carousel .owl-item img {
    width: auto;
}
.products.owl-carousel .owl-item .product-top img {
    margin: 0 auto;
}
.product-top {
    padding-top: 50px;
    min-height: 304px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.col-gap-50{
    column-gap: 27px;
}
.cat-item.current {
    text-decoration: underline;
    color: var( --e-global-color-secondary ) !important;
}
select:focus{
    outline: none;
    box-shadow: none;
}
ul.page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.page-numbers .page-numbers {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    color: #ffffff;
    background-color: #003c8c;
    transition: .3s;
    font-weight: 700;
    padding: 0;
}

.page-numbers .page-numbers:hover, .page-numbers.current {
    background-color: #c80000;
    color: #ffffff;
}
.points {
    color: #6EA928;
}

.car-details{
    cursor: pointer;
}

.alpgiegshop_modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.alpgiegshop_modal.visible{
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.data-content {
    background-color: #ffffff;
    min-height: 500px;
    overflow-y: scroll;
    width: 800px;
    margin: 0 auto;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background-color: #003c8c;
    opacity: .2;
    cursor: pointer;
}
.data-content h4 {
    color: #003c8c;
    font-size: 16px;
    margin-bottom: 30px;
}

.data-content {
    padding: 30px;
	max-height:500px;
}

.data-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.model-range-item {
    margin-bottom: 30px;
}
.model-range-item:last-child{
    margin-bottom: 0;
}
.model-range-item li {
    font-size: 14px;
}

.model-range {
    justify-content: space-between;
}

.model-logo img {
    max-width: 70px;
}

.model-logo {
    margin-bottom: 15px;
}
.spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    transform: translate(-50%, -50%);
}
.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 4%;
}

.flex-viewport {
    flex-basis: 86%;
    height: 100% !important;
}

ol.flex-control-nav {
    display: flex;
    flex-direction: column;
    flex-basis: 10%;
}
.woocommerce-product-gallery__image{
    background-color: #ffffff;
    box-shadow: 0 0 15px #dfeaf3;
    text-align: center;
    padding: 100px 0px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100% !important;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 15px #dfeaf3;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{
    margin-bottom: 0;
}

.woocommerce-product-gallery__wrapper{
    flex-grow: 1;
}
#ywdpd-table-discounts td, #ywdpd-table-discounts tr,  #ywdpd-table-discounts th{
    border: none !important;
    padding: 18px 60px;
}
#ywdpd-table-discounts td,
#ywdpd-table-discounts th {
    border: 2px solid #8e8d8d !important;
    border-right: none !important;
}

#ywdpd-table-discounts .quantity_row td,
#ywdpd-table-discounts .quantity_row th{
    border-bottom: none !important;
}
#ywdpd-table-discounts td:last-child{
    border-right: 2px solid #8e8d8d !important;
}
#ywdpd-table-discounts{
    border-spacing: 0;
    border: none !important;
    width: auto;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000000;
}
#ywdpd-table-discounts td.ywdpd_qty_active{
    border-color:#c80000 !important;
}
#ywdpd-table-discounts td.qty-info:hover,
#ywdpd-table-discounts td.qty-price-info:hover > *, 
#ywdpd-table-discounts td.qty-price-info.ywdpd_qty_active > *,
#ywdpd-table-discounts td.qty-info.ywdpd_qty_active{
    color: #c80000 !important;
}

#ywdpd-table-discounts td.ywdpd_qty_active~td{
    border-left-color:#c80000 !important;
}

.wc-tabs {
    display: flex;
}

.woocommerce div.product.elementor ul.tabs li.active {
    background-color: #ffffff;
    box-shadow: 0 -8px 10px #dfeaf3;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: none;
    background-color: #ffffff;
    box-shadow: 0 0 15px #dfeaf3;
    padding: 30px;
}

.woocommerce div.product.elementor ul.tabs li a {
    font-weight: 700;
}

.woocommerce div.product.elementor ul.tabs li.active a {
    color: #c80000;
}

.woocommerce div.product.elementor ul.tabs li a:focus {
    outline: none;
    border: none;
}
.commentlist {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 5%;
    flex-wrap: wrap;
}

.commentlist li {
    flex-basis: 47%;
    margin-bottom: 15px;
}

.comment_container {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.comment_container img {
    border-radius: 50%;
    min-width: 100px;
    width: 100px;
}


.comment-form-rating label {
    display: none;
}


.comment-form-comment label {
    display: none;
}
.comment-form-comment textarea:focus,
.comment-form-comment textarea {
    width: 100%;
    max-width: initial;
    background-color: transparent;
    border: 1px solid #8e8d8d;
}
.star-rating span::before{
    color: #003c8c !important
}
p.form-submit {
    text-align: right;
}
span#reply-title {
    font-weight: 700;
    color: #003c8c;
    font-size: 18px;
    font-family: 'Poppins';
}
p.woocommerce-noreviews {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-quantity-wrap button {
    background-color: transparent;
    border: none;
    color: #8e8d8d;
    font-size: 23px;
    cursor: pointer;
}

.input-quantity-wrap {
    border: 2px solid #8e8d8d !important;
    margin-right: 30px;
}

.woocommerce div.product.elementor .input-quantity-wrap .quantity .qty {
    margin: 0;
    max-width: 80px;
    margin-bottom: 0;
    text-align: center;
    background-color: transparent;
}

.input-quantity-wrap button:hover, .input-quantity-wrap button:focus {
    background: transparent;
    color: #003c8c;
}
.single_add_to_cart_button {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 10px;
    color: #ffffff;
    margin-bottom: 10px;
}


#tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#tabs-nav li {
    float: left;
}

#tabs-nav li a {
    background-color: #B7D4E3;
    padding: 15px 30px;
    display: block;
    font-weight: 700;
}

#tabs-nav li.active a {
    background-color: #ffffff;
    color: #c80000;
}

#tabs-content {
    background-color: #ffffff;
    padding: 30px;
}
.woocommerce-form label {
    display: block;
    float: left;
    margin-right: 20px;
}
.form-row {
    overflow: hidden;
}
.woocommerce-form-row label,
.lost_password {
    margin-top: 15px;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}
.woocommerce-form-login__rememberme {
    margin-top: 10px;
}
.woocommerce-form {
    margin-top: 30px;
}
.woocommerce-form input{
    max-width: 100% !important;
}
.qib-button.qib-button-wrapper {
    float: none;
    margin: 0;
    /* display: flex!important; */
}

.qib-button-wrapper button.qib-button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
    width: 29px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: auto !important;
    width: 31px;
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    color: #000000;
    font-size: 16px !important;
    padding: 7px 0 !important;
}

.qib-button.qib-button-wrapper {
    border: 1px solid #8e8d8d;
    display: flex;
    align-content: center;
    justify-content: center;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}
.elementor-menu-cart__product {
    grid-template-columns: 25% auto 22px;
    grid-template-rows: 50% auto;
}
a#elementor-menu-cart__toggle_button {
    border: none;
}

a#elementor-menu-cart__toggle_button:hover {
    background: transparent;
    color: #c80000;
}
.align-items-center {
    align-items: center;
}
.row-gap-15 {
    row-gap: 15px;
}
.mt-15{
    margin-top: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product span.woocommerce-Price-amount.amount:nth-child(2) {
    display: none;
}
/* .elementor-widget-container span.woocommerce-Price-amount.amount:nth-child(2) {
    display: none;
} */

section.related.products h2 {
    display: none;
}


.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: auto !important;
}
.d-flex.justify-content-between.flex-wrap.align-items-center.row-gap-15.mt-15 {
    min-height: 100px;
}
.counterNotice {
    color: #003c8c;
    border: none;
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: inherit;
}
.single-product-tag li {
    display: inline-block;
}
.model-range ul {
    display: grid;
    grid-template-columns: 50% 50%;
}
.model-range-item li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 2px 0;
}

span.select2-selection.select2-selection--single{
    height: auto;
}
.model-range-item li a:hover {
    color: #c80000;
}
.woocommerce-billing-fields .form-row {
    overflow: inherit;
    margin-bottom: 20px;
}

abbr.required {
    text-decoration: none;
}

.woocommerce-billing-fields__field-wrapper label {
    display: block;
}

input.select2-search__field {
    max-width: initial;
}
#customer_details span.select2-selection.select2-selection--single, 
#customer_details input[type="password"], 
#customer_details input[type="text"], 
#customer_details input[type="number"], 
#customer_details input[type="tel"], 
#customer_details input[type="email"], 
#customer_details textarea{
    max-width: inherit;
}

abbr.required {
    text-decoration: none !important;
}
.woocommerce-account .woocommerce {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation {
    background-color: #ffffff;
    padding: 20px;
    flex-basis: 15%;
}

.woocommerce-MyAccount-content {
    flex-basis: calc(85% - 30px);
    background-color: #ffffff;
    padding: 20px;
}
.woocommerce-MyAccount-navigation li a {
    color: #000000;
    font-weight: 500;
    display: block;
    padding: 3px 0;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #c80000;
    font-weight: 700;
    position: relative;
}
.woocommerce-MyAccount-navigation li.is-active a:before {content: "\f105";font-family: "Font Awesome 5 Free";position: absolute;left: -10px;top: 4px;}

dl.variation {
    display: flex;
}

dd.variation-Points {
    padding-left: 15px;
}
table.shop_table.shop_table_responsive,
table.order_details,
.woocommerce-checkout-review-order-table {
    text-align: left;
    border: 1px solid #efefef;
    padding: 30px;
    margin-top: 15px;
}
table.order_details th, table.order_details td,
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}

table.order_details tr:last-child th, table.order_details tr:last-child td,
.woocommerce-checkout-review-order-table tr:last-child th, .woocommerce-checkout-review-order-table tr:last-child td {
    border-bottom: none;
}
th {
    text-align: left;
}
.lost_reset_password #user_login {
    background-color: #ffffff;
    margin-top: 15px;
}
span.page-numbers {
    display: inline-block;
    padding: 3px 12px;
}
.cat-items {
    flex-wrap: wrap;
    row-gap: 14px;
}
.woocommerce-checkout input[type="radio"]~label {
    padding-left: 5px;
}


table.shop_table tr:hover {
    background-color: #ededed;
}
table.shop_table.shop_table_responsive,
table.shop_table {
    padding: 0;
}

table.shop_table td, table.shop_table th {
    padding: 20px !important;
}
.wc_payment_methods li {border-bottom: 1px solid #efefef;padding: 15px 0;}

.wc_payment_methods li input[type="radio"] {
    margin-right: 20px;
}

.wc_payment_methods li label svg, .wc_payment_methods li label img {
    float: left !important;
    margin-right: 15px;
}

.wc_payment_methods li label {
    overflow: hidden;
    display: inline-block;
}

.place-order .form-row {
    margin-bottom: 15px;
}

button#place_order {
    border: none;
}

.payment_box.payment_method_mollie_wc_gateway_ideal select {
    width: 220px;
    padding: 12px;
    margin-left: 37px;
}





table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid #efefef;
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px;
}

.woocommerce-cart-form__contents tbody tr td {border-bottom: 1px solid #efefef}
.woocommerce-cart-form__contents tbody tr:last-child td {
    border-bottom: none;
}

.coupon {
    margin: 5px 0 5px;
}
dl.variation {
    display: flex;
}
 
.checkout-button.button.alt.wc-forward {
    color: #ffffff;
    background-color: #c80000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block
}

.checkout-button.button.alt.wc-forward:hover {
    background-color: #003c8c;
}
.aws-search-field:focus {
    border: 1px solid #d8d8d8 !important;
}

.order-again{
    margin-bottom: 30px;
    max-width: 200px;
}
.order-again a,
.woocommerce-orders-table__cell-order-actions a {
    display: block;
    background-color: #003c8c;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-orders-table__cell-order-actions a:last-child {
    margin-bottom: 0;
}
.woocommerce-orders-table__cell-order-actions a:active,
.woocommerce-orders-table__cell-order-actions a:visited{
    color: #ffffff;
}
.order-again a:hover,
.woocommerce-orders-table__cell-order-actions a:hover {
    background-color: #c80000;
    color: #ffffff;
}
/*label[for="coupon_code"] {
    display: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-child(3) td {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}*/

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-child(3) td button[name="update_cart"] {
    order: 3;
    margin-top: 20px;
    margin-left: 240px;
    min-width: 180px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents  button[name="apply_coupon"] {
    background-color: #003c8c;
    min-width: 180px;
}
.woocommerce-message {
    background-color: #6EA928 !important;
}

input#mwb_cart_points_apply {
    background-color: #6EA928; 
    min-width: 180px;
}

.mwb_wpr_apply_custom_points p {
    color: #000;
}

.elementor-kit-1 label {
    color: #000000;
    font-size: 16px;
}

.mwb_wpr_apply_custom_points:before {
    content: "Points: ";
    font-size: 16px;
    color: #000;
    margin-right: 11px;
    line-height: 38px;
}

.shop_table.cart .mwb_wpr_apply_custom_points #mwb_cart_points {
    font-size: 15px;
    margin-right: 0;
    border-radius: 0;
}

#mwb_cart_points_apply~p {
    margin-top: 10px;
    margin-left: 61px;
}

@media (max-width: 769px) {
  
  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:nth-child(3) td button[name="update_cart"] {
        margin-left: 0;
    }

    #mwb_cart_points_apply~p {
        margin-left: 0px;
    }
    .shop_table.cart .coupon .input-text {
        width: auto!important;
        max-width: auto!important;
    }
    .shop_table.cart .mwb_wpr_apply_custom_points #mwb_cart_points {
        margin-bottom: 10px;
    }
    .coupon {
        text-align: left;
    }
}

p.custom-message {
    display: none!important;
}

.mailerlite-subscribe-button-container{
	text-align:left!important;
}
input#customerId[disabled]{
    opacity: .8;
    cursor: no-drop;
    background-color: #d5dae4 !important;
}
input#vat_no[disabled]{
    opacity: .8;
    cursor: no-drop;
    background-color: #d5dae4 !important;
}
.elementor-text-editor.elementor-clearfix .mailerlite-subscribe-button-container { display: flex; justify-content: center; }

.footer-width-fixer #mailerlite-form_1 > div > form > div.mailerlite-form-inputs > div.mailerlite-subscribe-button-container {
    display: block;
}
.footer-width-fixer #mailerlite-form_2 > div > form > div.mailerlite-form-inputs > div.mailerlite-subscribe-button-container {
    display: block;
}

.footer-width-fixer #mailerlite-form_3 > div > form > div.mailerlite-form-inputs > div.mailerlite-subscribe-button-container {
    display: block;
}


body > div > div > div > section > div > div > div > div > div > div > div > div > div > form > table > tbody > tr:nth-child(2) > td > button {
    margin-left: 60px;
    margin-top: 10px;
}
fieldset {
    margin: 10px 0px 20px;
}

a.link-head {
    color: #003c8c!important;
}
a.link-head:hover {
    color: #c80000!important;
}

input.search-input {
    text-transform: lowercase;
	font-size: 12px!important;
	line-height: 21px;
	    top: -1px;
    position: inherit;
}

.product-search input[type="submit"] {
	padding: 12px 12px;
}

body > div.elementor.elementor-7116 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-5fedc8d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section > div > div > div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-59c6250 > div > div > div.elementor-element.elementor-element-42ec10c.elementor-widget__width-auto.elementor-widget.elementor-widget-alpgiegshop_product_search > div > form > span > input,  #masthead > div > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-24189ba.elementor-hidden-tablet.elementor-hidden-phone.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1b6197e > div > div > div.elementor-element.elementor-element-b09957c.elementor-widget__width-auto.elementor-widget.elementor-widget-alpgiegshop_product_search > div > form > span > input, #page > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-b1890ac.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section > div > div > div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-359e9c5 > div > div > div.elementor-element.elementor-element-3b69b32.elementor-widget__width-auto.elementor-widget.elementor-widget-alpgiegshop_product_search > div > form > span > input,  #page > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-150fae1b.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > section > div > div > div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-52aa97df > div > div > div.elementor-element.elementor-element-e369354.elementor-widget__width-auto.elementor-widget.elementor-widget-alpgiegshop_product_search > div > form > span > input {
    width: 195px;
}

/* newupdte */

.archive form.cart, .single-product form.cart {
    width: 100%;
}
button.add_to_cart_button.button.product_type_simple {
    color: #fff;
    text-align: center;
    display: block;
}

.purchasable.product-type-simple > div.product-bottom > div.d-flex.justify-content-between.flex-wrap.align-items-center.row-gap-15.mt-15 > div {
    display: none;
}

a.button.wc-forward {
    display: none;
}

.elementor-8458 .elementor-element.elementor-element-62f981f .woocommerce, .elementor-8462 .elementor-element.elementor-element-62f981f .woocommerce {
    flex-direction: column;
}

/* Taal wissel modal */

div.ui-widget-content[aria-describedby="wcml-cart-dialog-confirm"] div#wcml-cart-dialog-confirm{
width: 100% !important;
}

div.ui-widget-content[aria-describedby="wcml-cart-dialog-confirm"] button.ui-button{
height: auto;
}

div.breadcrumb_container{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
}

div.breadcrumb_container > *{
    color: #ffffff !important;
}

div.breadcrumb_container > *:not(:last-child):after{
    content: " / ";
}

div.product.sale div.yith-wcwl-wishlistaddedbrowse, 
div.product.sale div.yith-wcwl-wishlistexistsbrowse, 
div.product.sale div.yith-wcwl-add-button{
    top: 55px;
}

/* div.product-bottom del{
    display: none !important;
} */

div.product-bottom form.cart{
    width: 100%;
}

/* body.distributor ul#mega-menu-max_mega_menu_1 li.mega-menu-item:last-of-type{
    display: none !important;
} */

body.distributor div.elementor-tabs div#elementor-tab-title-1833{
    display: none !important;
}

body.distributor .price del,
body.distributor span.aws_result_price del{
    display: none !important;
}

div.wps_wpr_apply_custom_points button[disabled] + p,
div.wps_wpr_apply_custom_points button[disabled] + p + p{
    display: none !important;
}

body:is(.page-id-192363, .page-id-192017, .page-id-192284, .page-id-192266) div.elementor a{
    text-decoration: underline;
}

div.product div.type-product div.grid-block div.wrapper{
    line-height: normal;
}