.clearfix {
    width: 100%;
}

.clearfix .cart-left {
    width: 70%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    min-height: 350px;
}

.clearfix .cart-right {
    width: 30%;
    float: left;
    padding-left: 20px;
}


.cart-prom-cun {
    background: #fafafa;
}

.cart-prom-text {
    padding: 5px 10px;
}


.cart-prom-info {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 30px;
}


.cart-prom-info .fa {
    width: 24px;
    height: 24px
}

.cart-prom-info b {
    color: #ed6e36;
    font-weight: bold;
}

.innner-promo-text .b-prom{
    color: #e53935;
}

.cart .cart-table-wrap {
    border: 1px solid #fff
}

#shopping-cart-table .product-name {
    font-size: 16px;
    color: #222
}


.mz-cartright-picinfo .subtotal, .mz-cartright-picinfo .total {
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.mz-cartright-picinfo span {
    vertical-align: baseline;
}

.mz-cartright-picinfo .mz-cartright {
    color: #333;
    font-size: 16px;
}

.mz-cartright-picinfo .mz-cartright-pic {
    color: #ed6e36 !important;
    padding: 0 3px;
    white-space: nowrap;
}

.mz-cartright-picinfo .total {
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.cart-right .checkOut {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.cart-right .checkOut a {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    background: var(--menu-hover-color);
    cursor: pointer;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.cart-actions__additional {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-left: -10px;
}

.cart-actions__additional .additional-checkout-button {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-radius: 0 !important;
    margin: 0 0 0 10px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: auto !important;
    background: #ffc439;
    display: inline-block;
    text-align: center !important;
    border: 0 !important;
}

.cart-actions__additional .additional-checkout-button img {
    height: 23px;
    margin: 0 auto;
    margin-top: 16px;
}

.mz-cartright-picinfo {
    padding: 10px 10px;
}


.Discount-totals {
    margin-bottom: 20px;
}


.cart-right h2 {
    cursor: pointer;
    padding: 10px 10px;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ccc;
    background-color: #fafafa;
    color: #000;
    display: block;
    position: relative;
}

.cart-right hr {
    background: #ccc;
}

.Discount-totals h2:before {
    position: absolute;
    top: 10px;
    right: 16px;
}

.Discount-totals .discount-form {
    /* margin: 10px; */
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    /* background-color: #fbfbfb; */
    overflow: hidden;
    /* display: none; */
}

.Discount-totals .input-box label {
    color: #555;
    font-size: 14px;
}

.Discount-totals .input-box input {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 20px;
    background: #fff;
    color: #777;
    font-size: 13px;
    border-radius: 3px;
}


.Discount-totals .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
    clear: both;
}


.Discount-totals .buttons-set button {
    color: #fff;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #999;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-weight: 600;
}

h1 {
    font-family: var(--title-font);
    font-style: var(--title-font-style);
    font-weight: var(--title-font-weight, 700);
    letter-spacing: var(--title-letter-spacing);
    line-height: var(--title-line-height);
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    text-transform: var(--title-text-transform);
    font-size: var(--title4-font-size);
}

.page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page-title:after {
    display: none;
}

.page-title > span > a {
    font-size: var(--body3-font-size);
    text-decoration: underline !important;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

.empty-cart > .empty-cart-title {
    font-size: var(--body3-font-size);
}

.empty-cart > div > a > button {
    margin-top: 30px;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 15px 20px;
    border: none;
    background-color: #dd8c32;
    color: white;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.empty-cart > div > a > button:hover {
    background-color: #000;
}

.el-textarea {
    --el-input-text-color: var(--el-text-color-regular);
    --el-input-border: 1px solid var(--el-input-border-color);
    --el-input-hover-border: #c0c4cc;
    --el-input-focus-border: #5d84b3;
    --el-input-transparent-border: 0 0 0 1px transparent inset;
    --el-input-border-color: #dcdfe6;
    --el-input-border-radius: var(--el-border-radius-base);
    --el-input-bg-color: #fff;
    --el-input-icon-color: #a8abb2;
    --el-input-placeholder-color: var(--el-text-color-placeholder);
    --el-input-hover-border-color: #c0c4cc;
    --el-input-clear-hover-color: var(--el-text-color-secondary);
    --el-input-focus-border-color: #5d84b3;
    --el-input-width: 100%;
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}

.el-textarea__inner {
    -webkit-appearance: none;
    background-color: var(--el-input-bg-color);
    background-image: none;
    border: none;
    border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color) inset;
    box-sizing: border-box;
    color: var(--el-input-text-color, var(--el-text-color-regular));
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
    padding: 5px 11px;
    position: relative;
    resize: vertical;
    transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
}

.el-textarea__inner:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}

.el-textarea .el-input__count {
    background: #fff;
    bottom: 5px;
    color: #909399;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 10px;
}

.order-comments .order-comments-header {
    padding: 5px;
}

.order-comments .order-comments-header label {
    font-size: 1.5em;
}

/* 优惠券容器样式 */
.coupon-input-container {
    width: 100%;
}

/* 表单样式 */
.discount-form {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* 输入框样式 */
.coupon-input {
    flex: 1;
    padding: 14px 18px;
    font-size: 14px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.coupon-input:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.coupon-input::placeholder {
    color: #9ca3af;
}

/* 按钮样式 */
.apply-button {
    padding: 14px 28px;
    background-color: #999;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.apply-button:active {
    transform: translateY(0);
}

/* 下拉选择框样式 */
.coupon-select {
    width: 100%;
    max-width: 600px;
    padding: 14px 18px;
    font-size: 16px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333333;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    transition: all 0.3s ease;
}

.coupon-select:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.coupon-success {
    color: #737171;
}