.elementor-7929 .elementor-element.elementor-element-e93d16b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e9faa95 */.woocommerce-js .quantity .minus {
    width: 30px;
    margin-right: -30px;
    border-radius: 50%;
    border-color: black;
    height: 30px;
}
.woocommerce-js .quantity .plus {
    margin-right: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-color: black;
    margin-left: 7px;
}
.woocommerce-js .quantity .qty {
    width: 40px;
    margin-left: 38px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border:0;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 110px;
    width: 100px;
    border-radius: 5px;
}

 .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    position: relative;
    overflow: hidden;

    background: #141827;
    color: #fff;

    border-radius: 5px;
    padding: 10px 14px;

    font-family: 'DM Serif Display', serif;

    z-index: 1;
    transition: color 0.3s ease;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Sliding background */
 .woocommerce-page table.cart td.actions .coupon .input-text+.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: #c4a484;

    transition: left 0.4s ease;
    z-index: -1;
}

 .woocommerce-page table.cart td.actions .coupon .input-text+.button:hover::before {
    left: 0;
}

 .woocommerce-page table.cart td.actions .coupon .input-text+.button:hover {
    color: #fff;
}


body.pagelayer-body .cart_totals > h2 {
    font-family: 'DM Sans-Serif';
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase ;
    line-height: 1.2 !important;
}


 .wc-proceed-to-checkout {
    text-align: center;
}

.wc-proceed-to-checkout a.checkout-button {
    width: 220px !important;
    height: 50px !important;

    position: relative;
    overflow: hidden;

    background: #141827 !important;
    color: #fff !important;

    border-radius: 5px;
    font-family: 'DM Serif Display', serif;
    font-size: 18px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    padding: 0 !important;
    margin: 0 auto;

    z-index: 1;
    transition: color 0.3s ease;
}

/* Sliding background */
.wc-proceed-to-checkout a.checkout-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: #c4a484;
    transition: left 0.4s ease;

    z-index: -1;
}

.wc-proceed-to-checkout a.checkout-button:hover::before {
    left: 0;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff !important;
}

.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    width: 40%;
    
}
.product-name,.cart-subtotal,.woocommerce-Price-amount  {
    font-family: 'IBM Plex Mono', monospace;
}
@media (max-width: 768px) {
    .woocommerce-cart .cart-collaterals .cart_totals,
    .woocommerce-cart .cart-collaterals .cross-sells {
        width: 95% !important;
        margin: 0 auto;
    }
}
.actions{
    display:none !important;
}/* End custom CSS */