form.woocommerce-cart-form {
    border: 1px solid #DEDFE1;
    border-radius: 10px;
    overflow: hidden;
}

.ct-woocommerce-cart-form {
    align-items: start;
}

.ct-woocommerce-cart-form .shop_table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout {
    margin-top: 0px !important;
}

table.shop_table tr>*:first-child {
    padding-inline-start: unset !important;
    padding: 20px !important;
}

table.shop_table tr>*:last-child {
    padding-inline-end: unset !important;
    padding: 20px !important;
}

.woocommerce-cart-form .shop_table thead {
    background: #93278f;
}

.woocommerce-cart-form .shop_table th {
    color: #fff;
    border: none;
    line-height: 1em;
    vertical-align: middle;
}

.ct-woocommerce-cart-form .cart_totals {
    padding: 0 !important;
    overflow: hidden;
}

.ct-woocommerce-cart-form .cart_totals h2 {
    padding: 20px;
    background: #93278f;
    color: #fff;
    margin: 0;
}

.ct-woocommerce-cart-form .checkout-button {
    background: #000;
    border-radius: unset;
}

.ct-woocommerce-cart-form .quantity input[type=number] {
    border-radius: 50px !important;
}

.ct-woocommerce-cart-form .quantity[data-type=type-2] .ct-increase,
.ct-woocommerce-cart-form .quantity[data-type=type-2] .ct-decrease {
    border-radius: 50px !important;
}

/* Popup */
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.am-checkout-popup-container {
    z-index: 9999999999;
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #0000001f;
    top: 0;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-checkout-popup-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    width: 500px;
    text-align: center;
}

.am-checkout-popup-content h2 {
    color: #000;
    font-size: 20px;
}

.am-btn {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.am-btn.cart-login {
    background: #93278f;
}

.am-btn.cart-register {
    background: #93278f;
}

.am-login-form .form-row {
    width: 100%;
    text-align: start;
}

.am-login-form .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-bottom: 20px !important;
}

.am-login-form .woocommerce-form-login {
    background: unset;
    padding: 0px !important;
}

.am-login-form .woocommerce-form-login .lost_password {
    margin-block-end: unset !important;
}

.acpc-back-btn {
    display: flex;
    font-size: 14px;
    gap: 5px;
    align-items: center;
    text-decoration: underline;
    color: #93278f;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

.acpc-back-btn svg {
    height: 18px;
}

.am-register-form .woocommerce-form-register {
    background: unset;
    padding: 0px !important;
}

.am-register-form .form-row {
    width: 100%;
    text-align: start;
}

.am-register-form .woocommerce-form-register .woocommerce-form-row {
    line-height: unset !important;
}

/* Responsive styles */
@media (max-width: 768px) {
   .am-checkout-popup-content {
    width: 90%;
    padding: 30px 20px;
   }

   .am-checkout-button-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }

    .acpc-guest-option p {
        font-size: 14px;
    }
}