.elementor-253 .elementor-element.elementor-element-7936f8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-162px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:128px;--padding-bottom:64px;--padding-left:20px;--padding-right:20px;}.elementor-253 .elementor-element.elementor-element-7936f8b:not(.elementor-motion-effects-element-type-background), .elementor-253 .elementor-element.elementor-element-7936f8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-253 .elementor-element.elementor-element-943fcf0{text-align:center;}.elementor-253 .elementor-element.elementor-element-943fcf0 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:40px;font-weight:600;line-height:56px;color:#FFFFFF;}.elementor-253 .elementor-element.elementor-element-e542ee1.elementor-element{--align-self:center;}.elementor-253 .elementor-element.elementor-element-f10d4c2{--display:flex;--padding-top:64px;--padding-bottom:64px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-253 .elementor-element.elementor-element-f10d4c2{--content-width:1224px;}}/* Start custom CSS */.cart-section .woocommerce-notices-wrapper {
    width:100%;
    position: inherit !important;
}

.cart-section .coupon{
    display: flex;
}

.cart-section #coupon_code{
    width: 250px !important;
}

.breadcrumbs a,.breadcrumbs p{
    color: #fff !important;
    font-size: 13px;
}

.breadcrumbs p{
    display: flex;
    gap:12px;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body main{
    flex: 1;
}

.cart-page .checkout-button {
     background-color: #0087cc !important;
}

 .cart-section  table td,  .cart-section  table th{
        border: 1px solid rgba(0, 0, 0, .1) !important; 
    }
    
.cart-section .product-thumbnail img{
    width: 100px !important;
}

.cart-section .product-remove{
    width: 50px !important;
}
 
@media (max-width: 465px){
    .cart-section .coupon{
        flex-direction:column;
        gap: 12px;
    }
    
    .cart-section #coupon_code{
        width: 100% !important;
    }
    
    .cart-section .coupon button{
        width: 100% !important;
    }
}

@media (max-width: 767px){
    
    .cart-section  table td{
        border: 1px solid rgba(0, 0, 0, .1) !important; 
    }
    
    .cart-section .woocommerce-cart table.cart tr:first-child td{
    width: 100% !important;
}

.cart-section .product-remove{
    width: 100% !important;
}
}/* End custom CSS */