.woocommerce-cart .woocommerce {
    display: flex;
}
/* The table containing the list of products and our custom elements */
.woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 70%; /* 100% at small screens; 70% on larger screens */
    margin-right: 30px;
}

/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
    flex: 1 0 30%; /* 100% at small screens; 30% on larger screens */
    margin-left: 30px;
}

/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0 20px 70px;
}

@media(min-width:768px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 90%;
    }

    #customer_details {
        display: flex;
        flex-flow: column nowrap;
        float: left;
        width: 50%;
    }

    #customer_details .col-2 {
        width: 90%;
        margin-top: 20px;
    }

    #order_review,
    #order_review_heading {
        width: 50%;
        float: left;
        clear: none;
    }
    .woocommerce-checkout:after {
        clear: both;
        content: '';
        display: table;
    }
}



.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}




.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

/* fast cart */

.woocommerce-info::before {
    display: none;
}

.woocommerce-info {
    padding-left: 2em;
}

.wc-fast-cart__close-btn {
    cursor: pointer;
}
.wfc-open-cart-button {
    box-shadow: none !important;
}

body .wc-fast-cart .woocommerce-notices-wrapper .woocommerce-error:before, body .wc-fast-cart .woocommerce-notices-wrapper .woocommerce-message:before {
    color: #000;
}

body .wfc-cart-table td.product-name dl.variation {
    width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    padding-left: 0;
    padding-right: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-family: inherit;
    font-size: 1rem;
    display: block;
    line-height: 1.5;
    padding: 8px 12px 8px 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.woocommerce table.shop_table .product-name .product-quantity {
    display: none;
}


.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout h3 {
    font-size: 24px;
    text-transform: none;
}


.woocommerce .form-row {
    display: block;
}


.woocommerce-table--order-details .wc-item-meta {
    padding-left: 0;
    margin-bottom: 0;

}
.woocommerce-table--order-details .wc-item-meta > li,
.woocommerce-table--order-details .wc-item-meta > li > p {
    font-size: 15px;
    font-weight: normal;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: none;
}

@media (min-width: 768px) {
    .woocommerce-table--order-details .wc-item-meta > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.woocommerce ul.order_details {
    padding-left: 0;
}

td.product-name dl.variation,
td.product-name dl.variation p,
td.product-name .wc-item-meta li,
td.product-name .wc-item-meta p {
    font-size: 15px !important;
    line-height: 1.2 !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: left;
}

td.product-name dl.variation,
td.product-name .wc-item-meta {
    margin-top: .5rem !important;
    font-weight: normal;
    margin-bottom: 0;
}
td.product-name dl.variation dt {
    font-weight: bold !important;
}
td.product-name dl.variation dd,
td.product-name .wc-item-meta li {
    margin-bottom: .5rem !important;
}

.wfc-cart-table td.product-name a {
    font-size: 17px !important;
    margin-bottom: .5rem !important;
}

table.shop_table td.product-name {
    font-size: 17px !important;
    font-weight: bold;
}

.wfc-checkout__inner-contents table.shop_table td.product-name {
    width: 100%;
}

td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside;
}

.woocommerce td.product-name .wc-item-meta {
    padding-left: 0;
}


.wc-fast-cart {
    color: #000 !important;
}
.wc-fast-cart__close-btn {
    outline: 0 !important;
}

.woocommerce-privacy-policy-text p {
    font-size: .875rem;
}

#add_payment_method #payment,
.woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f2f2f2;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    color: #000;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}

.includes_tax { display: none }


.woocommerce form .form-row input[type="radio"] {
    display: none;
}
.woocommerce form .form-row input[type="radio"] + label {
    margin: 0 16px 0 0 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
}
.woocommerce form .form-row input[type="radio"] + label:before {
    margin-right: 5px;
    content: "radio_button_unchecked";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.woocommerce form .form-row input[type="radio"]:checked + label:before {
    content: "radio_button_checked";
}

.hidden {
    display: none !important;
}

#billing_customer_type_field > label {
    display: none !important;
}

#billing_country_field {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-flex;
    align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li label img {
    order: -1;
    max-width: 32px;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    transform: translateY(-5px);
    margin-right: 10px;
}
@media (max-width: 768px) {
    .woocommerce-checkout #payment ul.payment_methods li label {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.woocommerce .products ul .woocommerce-no-products-found,
.woocommerce ul.products .woocommerce-no-products-found {
    padding: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0 0;
    position: relative;
    width: 100% !important;
    flex: 0 0 100%;
    padding: 30px 40px 50px 40px;
}


@media (min-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 50%;
    }
}
@media (min-width: 992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 33.33%;
    }
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.woocommerce ul.products li.product .price del {
    font-size: 13px;
}


.woocommerce ul.products li.product a img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    display: block;
    box-shadow: none;
    margin: 0 auto;

    transform: scale(.95);
    transition: transform .3s ease;
}

.woocommerce ul.products li.product a:hover img {
    transform: scale(1.05);
}


.woocommerce nav.woocommerce-pagination {
    margin-top: 32px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}
.woocommerce-pagination .page-numbers li .page-numbers {
    background: transparent;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover {

}
.woocommerce-pagination .page-numbers li .page-numbers:not(.current):hover {
    background: var(--primary);
    color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: var(--secondary);
    border-color: var(--secondary);;
    color: var(--dark);
}

.woocommerce span.onsale {
    background: var(--secondary);
    color: var(--dark);
    border-radius: 15px;
    min-height: 0;
    line-height: 1.5;
    padding: 4px 10px;
    font-weight: 400;
    z-index: 10;
}
.woocommerce ul.products li.product .soldout, .woocommerce-page ul.products li.product .soldout + .onsale {
    display: none;
}

.woocommerce ul.products li.product .soldout, .woocommerce-page ul.products li.product .soldout {
    display: inline-block;
    font-size: 13px;
    position: absolute;
    z-index: 10;
    right:10px;
    top: 10px;
    background: #c0392b;
    color: #fff;
    border-radius: 15px;
    min-height: 0;
    line-height: 1.5;
    padding: 4px 10px;
    font-weight: 400;
}


.woocommerce ul.products li.product .onsale {
    margin: 0;
    top: 10px;
    right: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--dark);
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    margin-bottom: 16px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 0px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: var(--dark) !important;

}
.woocommerce .woocommerce-breadcrumb a {
    color: var(--dark) !important;
    font-weight: 300;
    opacity: .75;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .woocommerce .woocommerce-breadcrumb {
        display: block;
    }
}

.tax-product_cat .woocommerce-breadcrumb {
    display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    float: none;
}

.product_meta {
    display: none;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_attributes th {
    text-align: left;
    width: 50%;
    padding: 0;
    border-bottom: 1px solid var(--secondary);
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    width: 50%;
    border-bottom: 1px solid var(--secondary);
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th  {
    background: #fff;
}
.woocommerce table.shop_attributes td p {
    padding: 10px 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
}

.woocommerce div.product .summary form.cart .variations td,
.woocommerce div.product .summary form.cart .variations th {
    padding: 4px 0 !important;
    width: 50%;
    vertical-align: top;
}
.woocommerce div.product .summary form.cart .variations th {

    padding-right: 15px !important;
}
@media (min-width: 992px) {
    .woocommerce div.product .summary form.cart .variations th {
        white-space: nowrap;
    }
}


.product-info .single_variation_wrap {
    display: none !important;
}
.product-info .cart:not(.variations_form) {
    display: none !important;
}
.product-info .variations_form {
    margin-bottom: 30px !important;
}
.product-info .variations td,
.product-info .variations th {
    display: block !important;
    text-align: start !important;
    width: auto!important;
}
.product-info .variations th {
    font-size: 20px;
}
.product-info .variable-items-wrapper {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.product-info .variable-items-wrapper > li {
    border: 2px solid var(--secondary);
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 10px 12px 9px 12px;
    cursor: pointer;

    display: block;
    min-height: 24px;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
}



.product-info .variable-items-wrapper > li:hover {
    border-color: var(--primary);
}
.product-info .variable-items-wrapper > li.selected {
    border-color: var(--dark);
    font-weight: 600;
}
.product-info .variable-items-wrapper > li.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}

.product-info .variations label,
.product-info .variations .label {
    font-weight: 600 !important;
}

.product-info .variable-items-wrapper > li .variable-item-contents::before,
.product-info .variable-items-wrapper > li .variable-item-contents::after {
    position: absolute;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
}

.product-info .variable-items-wrapper > li .variable-item-contents::before {
    /*margin-top: -13px;*/
    border: 1px solid #5a5a5a;
    pointer-events: auto;
    border-radius: 50%;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out !important;
}
.product-info .variable-items-wrapper > li .variable-item-contents {
    min-height: 24px;
    min-width: 24px;
}
.product-info .variable-items-wrapper > li .variable-item-contents {
    padding-left: 48px;
}
.product-info .variable-items-wrapper > li .variable-item-contents:empty {
    padding-left: 0;
    display: block;
}
.product-info .variable-items-wrapper > li .variable-item-contents::before {
    left: 12px;
}
.custom-control-input:focus ~ .custom-control-label:not(:hover)::before {
    box-shadow: none !important;
}
.product-info .variable-items-wrapper > li .variable-item-contents::after {
    pointer-events: none;
}

.product-info .variable-items-wrapper > li .variable-item-contents:hover::before {
    cursor: pointer;
    box-shadow: none;
    border-color: var(--dark);
}
.product-info .variable-items-wrapper > li.selected .variable-item-contents::before {
    background: #fff;
    border-color: var(--dark);
}
.product-info .variable-items-wrapper > li .variable-item-contents::after {
    background: none !important;
    border: 8px solid var(--dark);

    height: 16px;
    width: 16px;

    left: 12px;
    left: 24px;

    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);

    -webkit-transition: -webkit-transform ease .28s;
    transition: -webkit-transform ease .28s;
    -webkit-transition: transform ease .28s;
    transition: transform ease .28s;
}
.product-info .variable-items-wrapper > li .variable-item-contents::after {
    border-radius: 50%;
}

.product-info .variable-items-wrapper > li.disabled .variable-item-contents::before {
    background: transparent;
    border-color: rgba(0,0,0,0.26);
}
.custom-control .custom-control-input:disabled:checked~.custom-control-label::before {
    background: transparent;
}
.custom-control .custom-control-input:disabled:checked~.custom-control-label::after {
    border-color: rgba(0,0,0,0.26);;
}
.product-info .variable-items-wrapper > li.selected .variable-item-contents::after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}



/*.product-info*/ .variations .label .woo-selected-variation-item-name {
    display: none;
}
.woocommerce  div.product .summary form.cart .variations td.value {
    /*display: none;*/
}


.woocommerce  div.product .summary form.cart  h2 {
    display: none;
}
.summary .product_title {
    margin-bottom: 16px;
}
.summary .extra-options-box {
    border: 1px solid var(--dark) !important;
    border-radius: 8px;
    padding: 8px 16px 10px 16px;
    margin-bottom: 16px;
    font-size: 15px;
}
.summary .extra-options-box ul {
    list-style: none;
    margin: 0;
    padding: 0;

    display: none;
}
.woocommerce div.product .summary form.cart .variations select {
    display: block !important;
}
.product-info .extra-options-box {
    display: none;
}
@media (min-width: 992px) {
    .product-info .extra-options-box {
        display: block;
    }
    .summary .extra-options-box ul {
        display: block;
    }
    .woocommerce div.product .summary form.cart .variations select {
        display: none !important;
    }
}


.summary .extra-options-box ul > li:not(.selected) {
    display: none;
}
.summary .extra-options-box ul > li {
    pointer-events: none; /* block unselect on click */
    line-height: 1.4;
    font-size: 15px;
}
.product-info .extra-options-box .update-extra-options-link {
    display: none;
}
.summary .extra-options-box .update-extra-options-link {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    padding: 6px 0 2px 0;
    display: none;

}
.summary .extra-options-box .update-extra-options-link:hover {
    color: #000;
}
@media (min-width: 992px) {
    .summary .extra-options-box .update-extra-options-link {
        display: block;
    }
}



.summary .variations label,
.summary .variations .label {
    font-weight: 600 !important;
    margin-bottom: 0;
}
.summary .variations .label .woo-selected-variation-item-name {
    font-weight: 400 !important;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}




.summary .price,
.product-info .price {
     /*display: none !important*/
}
.summary .variations_form .price {
    display: block !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 50%;
}

.reset_variations {
    display: none !important;
}



.woocommerce-variation-price {
    min-height: 45px;
}

.woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart:not(.variations_form) {
    display: flex;
    align-items: center;
    margin-top: 16px;
    position: relative;
}

.summary .single_add_to_cart_button {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--dark) !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    /*display: none;*/
}


.woocommerce div.product p.stock {
    background: #c0392b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;

}

.woocommerce .quantity-plus-minus {
    display: inline-flex;
    order: 1;
    position: absolute;
    right: 0;
    top: -59px;
    z-index: 5;
    opacity: 1;
    transition: .1s ease all;
    transition-delay: .1s;
}
.woocommerce .quantity-plus-minus .qty {
    width: 46px;
    margin: 0;
    border: 1px solid var(--dark);
    padding: 4px 8px;
    outline: 0 !important;
    height: 40px;
    background: transparent;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
}

.woocommerce-variation-add-to-cart-disabled .quantity-plus-minus {
    opacity: 0;
    transition-delay: 0s;
}



.woocommerce .quantity-plus-minus button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: var(--dark);
    font-weight: 500;
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .quantity-plus-minus button.minus {
    padding-left: 0;
}
.woocommerce .quantity-plus-minus button.plus {
    padding-right: 0;
}
.woocommerce .quantity-plus-minus button span {
    font-size: 20px;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
    display: inline-block;
}
/* Chrome, Safari, Edge, Opera */
.quantity-plus-minus input::-webkit-outer-spin-button,
.quantity-plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.quantity-plus-minus input[type=number] {
    -moz-appearance: textfield;
}



.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

body .wc-fast-cart .wc-block-components-notice-banner {
    display: flex;
    align-items: center;
}
body .wc-fast-cart  .wc-block-components-notice-banner svg {
    margin-right: 5px;
}

body .wc-fast-cart .wfc-cart-empty {
    background: var(--secondary);
    margin: 0;
    padding: 15px;
    border-radius: 4px;
}