/* --------------------
    Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message,
.comment-awaiting-moderation.waiting_pm,
.stock.out-of-stock {
    background: var(--bg_danger);
    color: var(--danger);
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 10px 10px 0;
}

.woocommerce-error li a {
    color: var(--color1);
}

.woocommerce-cart-form {
    border: solid 1px #ececec;
    border-radius: 5px;
    padding: 24px;
}

.prd-cart-rc {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
}

.woocommerce-cart-form-price-box {
    background-color: #f4f4f6;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
}

.woocommerce-cart-form-left-box.review-order-form-box > h3,
.checkout-review-order-wrap > h3,
.checkout.woocommerce-checkout .delivery-wrapper h3,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce-billing-fields > h3 {
    color: #222;
    position: relative;
    margin: 0;
    height: 62px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px !important;
    margin-bottom: 30px;
    background-color: #D8DBE5;
    border-radius: 4px;
    text-transform: capitalize;
    gap: .5rem;
    width: 100%;
    font-weight: bold;
}



.woocommerce-input-wrapper {
    display: flex;
}

#customer-type_field .woocommerce-input-wrapper label,
.woocommerce-checkout-review-order .wc_payment_methods li label {
    font-size: 15px !important;
    margin-left: 0;
    margin-right: 12px;
    display: inline-flex;
    align-items: unset;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-left: 6px;
    cursor: pointer;
}

#customer-type_field {
    margin-bottom: 15px;
}

form .prd-cart-rc .quantity input[type=number] {
    -webkit-appearance: none;
    border: none !important;
    text-align: center !important;
    -moz-appearance: textfield;
    width: 50px !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 23px !important;
    background: none !important;
    color: #fff;
    padding: 0 !important;
}

.woocommerce-cart-form-price-box .product-price > ins::before,
.woocommerce-cart-form-price-box .product-price > .woocommerce-Price-amount::before {
    content: "price";
    color: var(--color2);
}

.woocommerce-cart-form-price-box .product-price > del,
.woocommerce-cart-form-price-box .product-price > ins,
.woocommerce-cart-form-price-box .product-price > .woocommerce-Price-amount {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart-form-price-box .product-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d9d9db;
    padding-top: 11px;
    margin-top: 13px;
}

.woocommerce-message,
.woocommerce-success,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: var(--success);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background: var(--bg_success);
    border: 1px solid var(--success);
    border-radius: 5px;
}

.woocommerce-info:not(.woocommerce-message) a:hover {
    color: var(--color1);
}

.woocommerce-info:not(.woocommerce-message) {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid var(--color1);
    color: var(--color1);
}



/* --------------------
    Mini card
-------------------- */

.product-quantity .quantity input {
    background: none;
}

.parent_item_cart .sub_part {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: white;
    border-radius: 4px;
    padding: 20px;
    transition: 0.4s;
    min-height: 100px;
    border: 1px solid #f0f0f0;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    font-size: 13px;
    padding-right: 25px;
    color: var(--color2);
    flex-wrap: wrap;
}

.woocommerce-mini-cart .mini_cart_item a.remove:hover {
    background: var(--danger);
    color: var(--bg_danger);
}

.woocommerce-mini-cart .mini_cart_item a.remove {
    color: var(--danger);
    font-size: 22px;
    transition: 0.3s;
    background: var(--bg_danger);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    padding: 1px 0 0 0 !important;
    border: 1px solid var(--danger);
    right: 0;
}

.woocommerce-mini-cart .mini_cart_item a {
    display: flex;
    align-items: center;
}

.woocommerce-mini-cart-item.mini_cart_item img {
    height: auto;
    margin-left: 20px;
    border: 1px solid #eee;
    flex: 0 0 50px;
    max-width: 70px;
    margin: 0 10px;
}

.woocommerce-mini-cart dl.variation {
    display: none;
}

.woocommerce-mini-cart span.detail-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
}

.woocommerce-mini-cart__total.total strong {
    color: #aaa;
}

.woocommerce-mini-cart__total.total span {
    font-size: 20px;
    color: var(--color1);
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.woocommerce-mini-cart__buttons.buttons .button {
    font-size: 16px;
    padding: 0 20px 0 11px;
}

.woocommerce-mini-cart__total.total {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.attachment-img_prd {
    width: 100%;
}




/* --------------------
    Cart & Checkout
-------------------- */
#shipping_country_field {
    display: none;
}

.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}

.return-to-shop {
    text-align: center !important;
}

table.shop_table {
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #223657;
    width: 100%;
    background: #fff;
}

.woocommerce-shipping-destination {
    text-align: center !important;
}

table.shop_table th,
table.shop_table td {
    color: #222;
    border: 1px solid #eee;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

table.shop_table td {
    padding: 5px 10px;
}

table.shop_table th {
    background: #f9f9f9;
    color: #223657 !important;
    text-transform: uppercase;
    font-weight: bold;
    border: none !important;
    padding: 15px;

}

.woocommerce-cart table.shop_table th {
    background-color: #fff;
    text-align-last: left;
}

table.shop_table .actions {
    display: none !important;
}

.product-remove a {
    background: transparent;
    border: none !important;
    position: relative;
    top: 2px;
    color: var(--danger) !important;
    background: transparent !important;
    font-size: 25px;
}

.product-thumbnail img {
    max-width: 70px;
    border: 1px solid #eee;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: center;
}

.wc-proceed-to-checkout .button {
    height: 45px;
}

.cart-collaterals h2 {
    display: none;
}

.wc-item-meta li strong {
    margin-left: 5px;
}

.wc-item-meta li {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0 5px;
}

.wc-item-meta {
    display: flex;
    flex-wrap: wrap;
}

/*
Checkout
 */

.shop_table .product-name .variation p {
    font-size: 14px !important;
}

.shop_table .product-name .variation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px !important;
}

.shop_table .product-name .variation dt {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    line-height: 2;
}

.shop_table .product-name .variation dd {
    line-height: 2;
}

/* 
.form-row.form-row-first {
    float: left;
    display: block;
    width: 48%;
}

.form-row.form-row-last {
    float: right;
    display: block;
    width: 48%;
} */

#payment {
    margin-top: 15px;
}

#payment ul li {
    margin-bottom: 20px;
    user-select: none;
    background: #fff;
}

#payment label {
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

#payment label img {
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.wc_payment_method input {
    float: none !important;
    clear: both !important;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.wc_payment_methods.payment_methods.methods li {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}

.payment_box {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

#payment li:before {
    display: none;
}

#place_order {
    width: calc(100% - 25px);
    justify-content: center;
    display: flex;
    height: 45px;
    margin: 15px auto 15px 0;
}

.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #eee;
}

.checkout.woocommerce-checkout {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    margin-bottom: 10px;
}

#order_review_heading {
    display: none;
}

#order_review {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}


.woocommerce-checkout .woocommerce-error {
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    table.shop_table td.product-quantity .quantity {
        max-width: 150px;
        margin: 0 auto;
    }
}

table.shop_table td {
    padding: 10px;
}

ul.order_details {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {

    ul.order_details {
        display: block;
    }

}


/* --------------------
My account
-------------------- */

.not-login {
    text-align: center;
}

.not-login a {
    color: #fff;
    font-family: var(--bold_font);
    background: var(--color1);
    padding: 0px 15px;
    border-radius: 3px;
    padding: 2px 15px;
}

.not-login a:hover {
    background: var(--color2);
}

.woocommerce-LostPassword.lost_password a {
    display: block;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    background: #f9f9f9;
    color: var(--color2);
}

.sendsms {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    color: var(--bg-footer);
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 5px 10px #22222217;
    text-align: center;
}

.woocommerce-MyAccount-navigation li:last-child a {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a:hover {
    color: var(--color1);
}

.woocommerce-MyAccount-navigation .is-active a {
    background: var(--color1);
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.woocommerce-MyAccount-content mark {
    background: var(--color1);
    color: #fff;
}


.woocommerce-Address-title.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    margin: 20px auto;
}

.woocommerce-Address-title.title .edit {
    padding: 2px 10px;
    border-radius: 5px;
    background: var(--color2);
    color: #fff;
}

.woocommerce-Address-title.title .edit:hover {
    background: var(--color1);
}


.woocommerce-Addresses .woocommerce-Address {
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-ResetPassword,
#customer_login .woocommerce-form {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #22222217;
}

.woocommerce-ResetPassword p {
    float: none;
    width: 100% !important;
}

#customer_login .login_submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#customer_login .login_submit label:before {
    display: none;
}

#customer_login #rememberme {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#customer_login h2 {
    font-size: 16px;
    background: #f9f9f9;
    display: inline-block;
    color: #222;
    margin-bottom: 0;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
    right: 15px;
}

#customer_login .u-column,
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;

}

.woocommerce-EditAccountForm fieldset p {
    width: 100%;
}

.woocommerce-EditAccountForm fieldset {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
    border: 1px solid var(--color1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-Address-title > a,
.woocommerce-EditAccountForm fieldset legend {
    user-select: none;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: transparent;
    color: var(--color1);
    font-family: inherit;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid var(--color1);
    min-width: 124px;
}

.woocommerce-Address-title.title h3 {
    margin-bottom: 0;
    font-size: 18px;
}

@media screen and (min-width: 992px) {

    .woocommerce-EditAccountForm fieldset p:nth-of-type(1),
    .woocommerce-EditAccountForm fieldset p:nth-of-type(2) {
        width: 48%;
    }
}

@media screen and (min-width: 768px) {


    .woocommerce-Address-title.title h3 {
        margin-bottom: 0 !important;
    }

    .woocommerce-Addresses .woocommerce-Address {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 20px;
    }

    #customer_login,
    .woocommerce-Addresses,
    .woocommerce-account.logged-in .woocommerce {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #customer_login .u-column,
    #customer_login .u-column1,
    #customer_login .u-column2 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .woocommerce-MyAccount-navigation {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .woocommerce-MyAccount-content {
        flex: 0 0 73%;
        max-width: 73%;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woocommerce-MyAccount-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {

    .woocommerce-Address-title.title .edit {
        min-width: 85px;
    }
}






.woocommerce-thankyou-order-details {
    font-weight: bold;
}



.woocommerce-thankyou-order-details strong {
    font-weight: normal !important;
}

#customer_details .checkout_delivery_box,
#customer_details .checkout_billing_box,
#customer_details .checkout_shipping_box {
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 24px;
    border: 1px solid #D8DBE5;
}

.checkout.woocommerce-checkout .delivery-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}


.checkout.woocommerce-checkout .delivery-wrapper .form-row,
.checkout.woocommerce-checkout #customer_details .form-row {
    width: 49%;
}

div#invoice-extra-fields {
    width: 100%;
}


.editor-content .woocommerce-shipping-fields label,
.editor-content .woocommerce-billing-fields label,
.editor-content .woocommerce-additional-fields__field-wrapper label {
    margin-left: unset;
    margin-right: 12px;
}

.editor-content .woocommerce-shipping-fields input[type="text"],
.editor-content .woocommerce-billing-fields input[type="text"],
.editor-content .woocommerce-billing-fields input[type="tel"],
.editor-content .woocommerce-billing-fields input[type="email"] {
    margin-bottom: unset;
}

p#order_comments_field {
    width: 100% !important;
}

.checkout.woocommerce-checkout .delivery-wrapper h3 {
    margin-bottom: unset;
}

.checkout.woocommerce-checkout .delivery-wrapper p.description {
    width: 100%;
    text-align: center;
    font-style: italic;
    color: #055160;
    border: 1px solid #9eeaf9;
    border-radius: 0.5rem;
    line-height: 1.25;
    padding: 1rem;
    background-color: #cff4fc;
}

textarea#order_comments,
p#customer-type_field,
span.select2-selection.select2-selection--single,
select#delivery_time,
select#delivery_day {
    margin-bottom: unset !important;
}

p#national-code_field {
    margin-top: 20px;
}

div#invoice-extra-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
}

p#customer-type_field {
    width: 100% !important;
}

.woocommerce-additional-fields {
    margin-top: 20px;
}



.checkout-review-order-wrap {
    border: solid 1px #D8DBE5;
    border-radius: 5px;
    padding: 24px;
}

.checkout-review-order-wrap .cart_item-review:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 24px;
}

.cart_item-review_top {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
}

.cart_item-review-image {
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid #ececec;
}

.woocommerce-cart-form-left-box {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #D8DBE5;
    border-radius: 5px;
}

.woocommerce-checkout-review-order-table .order-total {
    background-color: #414042;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.125rem;
    margin: unset;
}

.review-order-form-box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color2);
    margin-bottom: 10px;
    background-color: #D8DBE5;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
}

.product-meta-checkout-title {
    font-size: 16px;
    font-weight: bold;
}

.product-meta-checkout-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    border-radius: 0.5rem;
    background-color: #D8DBE5;
    padding: 0.5rem;
    font-size: 18px;
    line-height: 1;
    margin-top: auto;
}

.product-meta-checkout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .5rem;
}

ul#shipping_method label {
    font-size: 16px !important;
    margin-left: 8px !important;
}

ul#shipping_method li {
    margin: unset;
}

ul#shipping_method {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.woocommerce-checkout span.select2-selection.select2-selection--single,
.woocommerce-checkout span#select2-billing_state-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .editor-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 90% !important;
    top: 50%;
    transform: translateY(-50%);
}


.woocommerce-checkout .editor-content textarea,
.woocommerce-checkout .comment-form textarea {
    min-height: 111px;
}

.cart_totals.calculated_shipping > h3 {
    display: none;
}

@media (max-width:575.98px) {



    .checkout-review-order-wrap,
    #customer_details .checkout_delivery_box,
    #customer_details .checkout_billing_box,
    #customer_details .checkout_shipping_box {
        padding: 10px;
    }

    #customer_details .checkout_delivery_box label,
    #customer_details .checkout_billing_box label,
    #customer_details .checkout_shipping_box label {
        font-size: 14px !important;
    }

    .woocommerce-checkout .woocommerce-error li {
        font-size: 14px !important;
        margin: 7px 0 !important;
    }

    .woocommerce-cart-form-left-box.review-order-form-box > h3,
    .checkout-review-order-wrap > h3,
    .checkout.woocommerce-checkout .delivery-wrapper h3,
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
    .woocommerce-billing-fields > h3 {
        height: 50px;
    }

    .checkout.woocommerce-checkout .delivery-wrapper p.description {
        padding: 0.5rem;
        font-size: 14px;
        border-radius: 0.5rem;
    }

    .woocommerce-checkout .editor-content .select2-container--default .select2-selection--single,
    .woocommerce-checkout .editor-content input[type=text],
    .woocommerce-checkout .editor-content input[type=email],
    .woocommerce-checkout .editor-content input[type=number],
    .woocommerce-checkout .editor-content input[type=password],
    .woocommerce-checkout .editor-content input[type=search],
    .woocommerce-checkout .editor-content input[type=tel],
    .woocommerce-checkout .editor-content input[type=url],
    .woocommerce-checkout .editor-content textarea,
    .woocommerce-checkout .editor-content select,
    .woocommerce-checkout .comment-form textarea {
        font-size: 13px !important;
        height: 44px !important;
        border-radius: .5rem !important;
        padding: 6px !important;
    }

    .cart_item-review-image,
    .cart_item-review-image img {
        width: 62px;
        object-fit: cover;
    }

    .cart_item-review_top {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .product-meta-checkout-title {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }

    .woocommerce-cart-form-left-box {
        padding: 10px;
    }

    .woocommerce-info:not(.woocommerce-message) {
        padding: 5px;
    }

    .woocommerce-cart-form-left-box.review-order-form-box > h3,
    .checkout-review-order-wrap > h3,
    .checkout.woocommerce-checkout .delivery-wrapper h3,
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
    .woocommerce-billing-fields > h3 {
        font-size: 16px !important;
    }

    .product-meta-checkout-price {
        font-size: 16px;
        width: 175px;
    }

    .product-meta-checkout-price .woocommerce-Price-currencySymbol {
        font-size: 18px !important;
    }

    .woocommerce-privacy-policy-text p,
    ul.wc_payment_methods.payment_methods.methods p {
        font-size: 14px !important;
        line-height: 2;
    }
}



@media (min-width:992px) and (max-width:1199.98px) {
    .cart_item-review-image {
        width: 100px;
    }

    .cart_item-review_top {
        align-items: flex-start;
    }
}


.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .variation {
    display: none;
}

.row.woocommerce-cart-form__cart-item.cart_item:not(:last-of-type) {
    border-bottom: 1px solid #D8DBE5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}



@media (max-width:767.98px) {
    form.woocommerce-cart-form {
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .woocommerce-cart a.product-thumbnail-w {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
}