.elementor-13 .elementor-element.elementor-element-fc1a0cc{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-7a6cf31f */.shop_table .product-quantity .quantity{
    width:100% !important;
}
/* ===== WooCommerce Cart Quantity ===== */

.woocommerce .quantity{
display:flex !important;
align-items:center;
justify-content:center;
gap:0;
border:1px solid #ddd;
border-radius:8px;
overflow:hidden;
width:140px;
height:46px;
}

.woocommerce .quantity input.qty{
display:block !important;
visibility:visible !important;
opacity:1 !important;
width:60px !important;
height:46px !important;
border:none !important;
text-align:center;
font-size:18px;
font-weight:700;
background:#fff;
color:#111 !important;
}

.qty-minus,
.qty-plus{
width:40px;
height:46px;
display:flex !important;
align-items:center;
justify-content:center;
cursor:pointer;
background:#f5f5f5;
font-size:22px;
font-weight:bold;
user-select:none;
}

.qty-minus:hover,
.qty-plus:hover{
background:#000;
color:#fff;
}
.woocommerce a.remove{
    width:24px;
    height:24px;
    line-height:34px;
    background:#e6ae3e !important;
    color:#fff !important;
    border-radius:50%;
    font-size:22px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.woocommerce a.remove:hover{
    background:#000 !important;
}
.product-thumbnail img{
    width:100px !important;
    height:100px !important;
    object-fit:cover;
    /*border-radius:10px;*/
    /*border:1px solid #eee;*/
}
.woocommerce-cart table.shop_table{
    border:none;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    background:#fff;
}

.woocommerce-cart table.shop_table thead{
    background:#111;
}

.woocommerce-cart table.shop_table thead th{
    color:#fff;
    padding:20px;
    font-size:15px;
    font-weight:600;
    border:none;
}

.woocommerce-cart table.shop_table td{
    padding:22px 18px;
    vertical-align:middle;
    border-bottom:1px solid #f1f1f1;
}

.woocommerce-cart table.shop_table tr:last-child td{
    border-bottom:none;
}
.product-name a{
    color:#111;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
}

.product-name a:hover{
    color:#c59d5f;
}
.product-price,
.product-subtotal{
    font-size:18px;
    font-weight:700;
    color:#111;
}
.shop_table.woocommerce-cart-form__contents td.actions:before{
    border-top: none !important;
}
/* Coupon input */
.woocommerce-cart .coupon {
    
    gap: 10px;
    border-bottom: 0px !important;
}
.woocommerce-cart .coupon input.input-text,
.woocommerce-cart #coupon_code{
    display: inline-block !important;
    height: 48px !important;
    padding: 0 15px !important;
    background: #ffffff !important;
    color: #111111 !important;
    border: 2px solid #dcdcdc !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-text-fill-color: #111111 !important;
    caret-color: #111111 !important;
}
/* Placeholder */
.woocommerce-cart #coupon_code::placeholder{
    color: #888 !important;
    opacity: 1 !important;
}
/* Focus */
.woocommerce-cart #coupon_code:focus{
    border-color: #c49a6c !important;
    box-shadow: 0 0 0 3px rgba(196,154,108,.2) !important;
    outline: none !important;
    color: #111 !important;
    background: #fff !important;
}
/* Apply Coupon button */
.woocommerce-cart .coupon button{
    float: left !important;
    margin-top: 20px;
    height: 48px !important;
width:180px !important;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
}
.woocommerce-cart .coupon button:hover{
    background: #c49a6c !important;
}
button[name="update_cart"]{
    height:48px;
    width:180px !important;
    padding:0 30px;
    border-radius:8px;
    background:#111 !important;
     border-radius: 8px !important;
    color:#fff !important;
}

button[name="update_cart"]:hover{
    background:#c59d5f !important;
}
.cart_totals{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.cart_totals h2{
    font-size:28px;
    margin-bottom:20px;
}

.cart_totals table{
    border:none;
}

.cart_totals th,
.cart_totals td{
    padding:18px 0;
}

.cart_totals .order-total{
    font-size:22px;
}
.checkout-button{
    width:100%;
    background:#111 !important;
    color:#fff !important;
    border-radius:10px;
    padding:18px;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.checkout-button:hover{
    background:#c59d5f !important;
}
.coupon-error-notice {
    color: black !important;
}
@media(max-width:768px){

.shop_table td{
    padding:15px !important;
}

.product-thumbnail img{
    width:70px !important;
}

.quantity{
    width:110px !important;
}

.checkout-button{
    font-size:15px;
}

}/* End custom CSS */