.elementor-4194 .elementor-element.elementor-element-c636a1d{--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;}.elementor-4194 .elementor-element.elementor-element-109657c{--update-cart-automatically-display:none;}.elementor-4194 .elementor-element.elementor-element-109657c > .elementor-widget-container{padding:0px 0px 50px 0px;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-109657c */td.product-name a {
    color: black !important;
}

a.checkout-button.button.alt.wc-forward {
    transform: rotate(-3deg);
    transition: transform 0.4s ease;
    background-color: #F39200;
    width: 25%;
    transform-style: preserve-3d;
}

a.checkout-button.button.alt.wc-forward::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: 2px;
    bottom: 0px;
    background: transparent;
    border: 2px solid #333;
    transform: rotate(6deg);
    transition: transform 0.4s ease;
    transform: translateZ(-10px) rotate(6deg);
}

a.checkout-button.button.alt.wc-forward:hover {
    transform: rotate(0deg);
    background-image: linear-gradient(90deg, #80C217 0%, #00ADEE 100%);
}

a.checkout-button.button.alt.wc-forward:hover::before {
    transform: translateZ(-10px) rotate(0deg);
}




button.button.e-apply-coupon {
    transform: rotate(-3deg);
    transition: transform 0.4s ease;
    background-color: #F39200;
    width: 25%;
    transform-style: preserve-3d;
    color: white!important;
    background-color: #F39200!important;
    border: 0px!important;
}

button.button.e-apply-coupon::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: 2px;
    bottom: 0px;
    background: transparent;
    border: 2px solid #333;
    transform: rotate(6deg);
    transition: transform 0.4s ease;
    transform: translateZ(-10px) rotate(6deg);
}

button.button.e-apply-coupon:hover {
    transform: rotate(0deg);
    background-image: linear-gradient(90deg, #80C217 0%, #00ADEE 100%);
}

button.button.e-apply-coupon:hover::before {
    transform: translateZ(-10px) rotate(0deg);
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    align-content: center;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
a.checkout-button.button.alt.wc-forward{
    width:50%;
}
button.button.e-apply-coupon{
    width:50%!important;
}
}
@media only screen and (max-width: 767px) {
a.checkout-button.button.alt.wc-forward{
    width:100%;
}
button.button.e-apply-coupon{
    width:100%!important;
}
}/* End custom CSS */