:root {
    --main-white: #FFFFFF;
    --main-red: #E50002;
    --main-orange: #FE9619;
    --main-dark-blue: #16056B;
    --main-black: #18192B;
    --grayscale-25: #F6F6F8;
    --grayscale-50: #EEEEF1;
    --grayscale-75: #D2D3DB;
    --grayscale-100: #A6A7B7;
    --grayscale-125: #606170;
    --states-success-10: rgba(14, 205, 158, 0.1);
    --state-success: #0ECD9E;
    --state-error: rgba(245, 0, 61, 0.1);
    --state-error-blue: #77CDE5;
    --state-error-red: #FF6566;
}

.images {
    width: 100%;
}
.images img {
    width: 100%;
    height: 100%;
}
.cart-en-box h2{
    font-size: 40px;
    line-height: 48px;
    color: var(--main-red);
    margin-bottom: 30px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    width: 100%;
}
.discount-box .images {
    width: 125px;
    flex-shrink: 0;
    margin-right: 25px;
}
.cart-en-box .cart-step {
    margin-bottom: 0;
}
.discount-box .btn-cart-head {
    display: inline-block;
    color: var(--main-white);
    font-size: 16px;
    line-height: 24px;
    background-color: var(--main-red);
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 3px;
    font-weight: 700;
}
.discount-box {
    border: 1px solid var(--grayscale-50);
    padding: 20px 30px;
    margin-bottom: 40px;
}
.discount-box h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: var(--main-black);
    margin-bottom: 0;
}
.discount-box h3 p {
    color: var(--main-red);
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin-left: 6px;
}
.discount-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.cart-en-box {
    display: flex;
    flex-wrap: wrap;
}
.cart-en .cart-en-box-item {
    margin: 0 -10px;
    width: unset;
}
.cart-en .cart-en-box .cart-en-item {
    width: 50% !important;
    min-height: 180px;
    padding: 0 10px 20px;
    position: relative;
    margin: 0;
}
.cart-en-box .cart-en-item img {
    width: 100%;
    height: 100%;
}
.cart-en-box .cart-en-item .link-frame-en{
    border: 1px solid var(--grayscale-50);
}
.cart-en-box .cart-en-item .link-frame-en a:after {
    content: 'Front' ;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--grayscale-125);
    left: 5%;
    bottom: 15%;
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid var(--grayscale-50);
    background: transparent;
    width: max-content;
    height: auto;
}
@media (min-width: 992px) {
    .cart-en-box .cart-en-item .link-frame-en a:after {
        bottom: 12px;
    }
}

.cart-en-box .cart-en-item:nth-child(2) .link-frame-en a:after {
    content: 'Back';
}
.cart-en-box .cart-en-item:nth-child(3) .link-frame-en a:after {
    content: 'Left';
}
.link-frame-passcase .cart-en-item:nth-child(3) .link-frame-en a:after {
    content: 'Diagram';
}
.link-frame-cup .cart-en-item:nth-child(3) .link-frame-en a:after {
    content: 'Diagram';
}
.cart-en-box .cart-en-item:nth-child(4) .link-frame-en a:after {
    content: 'Right';
}
.link-frame-mobie .cart-en-item:nth-child(4) .link-frame-en a:after {
    content: 'Diagram';
}
.cart-en-box .cart-en-item .link-frame-en {
    position: relative;
}
.cart-en-box .cart-en-item .link-frame-en a:before {
    content: '' !important;
    position: absolute;
    background: url("/common/global_english/images/cart-en-icon-3.png") no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
}
.cart-en-box .cart-en-item .example-image-link {
    width: 200px;
    min-height: 180px;
    max-height: 220px;
    display: inline-block;
    margin: auto;
    padding: 10px 0;
    position: unset;
}
@media (min-width: 992px) {
    .cart-en-box .cart-en-item .example-image-link {
        min-height: 220px;
    }
}
#contents {
    width: 1200px;
}
.cart-en .cart {
    width: 1200px;
    max-width: unset;
    border-bottom: 1px solid var(--grayscale-50);
}
.cart-en .search_list {
    background: unset;
}
.cart-en .notifi-txt {
    border-bottom: 1px solid var(--main-black);
}
.cart-en .notifi-txt h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: var(--main-black);
    background: unset;
    padding: 0;
}
.cart-en .notifi-txt .name-item-cart {
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid var(--grayscale-50);
}

.search-list-main-en {
    padding: 26px 0;
    margin: 0 -20px;
}
.search-list-main-en .search_list_left h3 {
    line-height: 43px;
    font-size: 16px;
    padding: 0 20px;
    text-align: left;
    color: var(--main-black);
}
.search-list-main-en .search-list-left-en {
    width: 60%;
    padding: 0 20px;
}
@media (min-width: 992px) {
    .search-list-main-en .search-list-left-en {
        width: 60%;
        padding: 0 20px;
    }
}
.search-list-main-en .search-list-right-en {
    width: 40%;
    padding: 0 20px;
}
@media (min-width: 992px) {
    .search-list-main-en .search-list-right-en {
        width: 40%;
    }
}
.search-list-right-en .search_list_right-top .row {
    margin: 0;
}
.select-custom-en {
    border-radius: 20px;
    margin-left: 25px;
    background: var(--main-white);
}
.select-custom-en strong:after {
    border: none;
    background: url("/common/global_english/images/cart-en-icon-4.png") no-repeat;
    background-size: contain;
    width: 16px;
    height: 8px;
}
.search-list-right-top-en .box-1 {
    width: 100%;
    max-width: unset;
}
.search-list-right-top-en label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--grayscale-125);
}

.select-size-parent .select-size {
    flex: 1;
}
#wrapper .select-size-parent .jcf-select {
    max-width: 140px;
    border-radius: 30px;
}
@media (min-width: 992px) {
    #wrapper .select-size-parent .jcf-select {
        max-width: 100%;
    }
}
#wrapper .select-size-parent .jcf-select-opener:after {
    border: none;
    background: url("/common/global_english/images/cart-en-icon-4.png") no-repeat;
    background-size: contain;
    width: 16.5px;
    height: 8px;
    margin-top: 0;
    left: 0;
    right: 5px;
    transform: translateY(-50%);
}
#wrapper .select-size-parent .jcf-select {
    height: 41px;
    background: var(--main-white);
}
.select-custom-en strong span {
    line-height: 41px;
}
#wrapper .select-size-parent .jcf-select .jcf-select-text {
    line-height: 41px;
}
.select-size-parent .lb-1 {
    width: 17%;
    color: var(--grayscale-125);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 992px) {
    .select-size-parent .lb-1 {
        width: 11%;
    }
}
.select-size-parent .input-custom {
    width: 39%;
}
.select-size-parent .input-custom .input-size {
    height: 41px;
    border-radius: 30px;
    border: 1px solid var(--grayscale-50);
    text-align: center;
    width: 60px;
}
.select-size-parent .input-custom  .label-custom {
    margin-left: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .select-size-parent .input-custom  .label-custom {
        margin-left: 10px;
    }
}
.search-list-main-en .btn_search-en {
    width: 100%;
    border-radius: 30px;
    background: unset;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0;
    color: var(--main-black);
    border: 1px solid var(--grayscale-50);
    text-align: center;
}
.search-list-main-en .btn_search-en .images {
    width: 20px;
    height: 20px;
}
.box-del-add .btn-del-en {
    padding: 10px 15px;
    background-color: #f6f6f8;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}
.box-del-add .btn-up-en {
    padding: 10px 15px;
    background-color: var(--main-black);
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
    width: 100%;
    font-weight: 600;
}
.box-del-add {
    margin: 0 -5px;
}
.del-en-box , .up-en-box {
    width: 100%;
    padding: 0 5px;
}
.search_list_right-btms-en .add-color-design,
.search_list_right-btms-en .add-item-design {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--main-black);
    border-bottom: 1px solid var(--main-black);
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.search_list_right-btms-en .add-color-design:hover,
.search_list_right-btms-en .add-item-design:hover {
    text-decoration: none;
}
.search_list_right-btms-en .add-color-design .images,
.search_list_right-btms-en .add-item-design .images {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.search_list_info-en h4 {
    color: var(--main-black);
    background: var(--grayscale-25);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 44px;
    border-bottom: 1px solid var(--main-red);
    text-align: left;
    margin-bottom: 15px;
}
.search_list_info-en .checked h4:after {
    background: url("/common/global_english/images/cart-en-icon-7.png")no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    margin-top: 0;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 0;
}
.search_list_info-en dl {
    font-size: 14px;
    line-height: 20px;
    color: var(--grayscale-125);
    font-weight: 600;
    border-bottom: 1px solid var(--grayscale-50);
    padding: 0 0 12px;
    margin: 0 12px 15px;
    display: flex;
    justify-content: space-between;
}
.wrap-price-cart_en > dl {
    border-bottom: 0;
}
.wrap-price-cart_en .content-price-cart dl:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.search_list_info-en dl dt,
.search_list_info-en dl dd {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.sub_total-en p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-black);
}

.sub_total-en .sub_total-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--main-red);
    text-align: right;
}

.sub_total-en .note-price {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.search_list_info-en {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 0;
}

.search_list_info-en label:last-child:after {
    content: unset;
}

.search_list_info-en .checked dl dt {
    color: var(--grayscale-125);
}
.search_list_info-en .checked dl dd  {
    color: var(--main-black);
}

.search_list_info-en dl dt,
.search_list_info-en dl dd {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}

.search_list_info-en dl dd {
    font-weight: 700;
    color: var(--main-black);
}

.search_list_info-en dl dd .note-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

.search_list_info-en .sub_total {
    width: 100%;
    border-top: 1px dashed var(--grayscale-125);
}

.add-edit-box-en a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.add-new-item-cart {
    background: unset;
    margin: 0;
    border: none;
    padding: 0 !important;
}
@media (min-width: 992px) {
    .add-new-item-cart {
        width: 40%;
        display: flex;
        justify-content: end;
    }
}

.add-edit-box-en a:hover {
    text-decoration: none;
}
.add-edit-box-en .edit-box-en a {
    color: var(--grayscale-125);
    background-color: var(--grayscale-50);
}
.add-edit-box-en .sell-box-en a {
    color: var(--main-white);
    background-color: var(--main-red);
}
.add-edit-box-en .add-box-en a {
    color: var(--main-white);
    background-color: var(--main-black);
}
.add-edit-box-en {
    padding-top: 30px;
    border-top: 1px dashed var(--grayscale-125);
}
@media (min-width: 992px) {
    .w-cart-67 {
        width: 60%;
    }
}
.add-edit-box-en .edit-box-en .images {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: flex;
}

.add-edit-box-en .edit-box-en .images svg {
    width: 100%;
    height: 100%;
}

.add-edit-box-en .edit-box-en .images svg path {
    stroke: var(--grayscale-125);
}

.add-edit-box-en .edit-box-en a:hover {
    color: var(--main-black);
}

.add-edit-box-en .edit-box-en a:hover .images svg path {
    stroke: var(--main-red);
}
.add-edit-box-en .sell-box-en .images {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: flex;
}
.add-edit-box-en .add-box-en .images {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    display: flex;
}
.cart-slide-block {
    max-width: unset;
}
.cart-en .cart-info-block {
    max-width: unset;
}

.cart-info-block-en {
    max-width: unset;
}
.cart-en .cart-slide-block-holder {
    margin-top: 30px;
}
.accordion-block-en .cart-slide-block .slide-link {
    left: unset;
    background: unset;
    width: 32.5%;
    line-height: 42px;
    height: 42px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 1px solid var(--grayscale-50);
}
.accordion-block-en .cart-slide-block .slide-link:hover {
    text-decoration: unset;
}
.accordion-block-en .slide-link:after {
    background: url("/common/global_english/images/cart-en-icon-11.png") no-repeat;
    background-size: contain;
    border: none;
    width: 16px;
    height: 16px;
}
.accordion-block-en .slide-box {
     background: unset;
}

.accordion-block-en .slide-box .image strong {
    margin-left: 0;
}
.accordion-block-en .slide-box .image span {
    margin-right: 0;
}
.accordion-block-en .holder {
    margin-top: 20px;
    padding: 0;
}
.accordion-block-en .link-frame .example-image-link:after {
    background: url("/common/global_english/images/cart-en-icon-3.png");
    width: 37px;
    height: 37px;
    bottom: 12px;
    background-size: 100% 100%;
}
.link-frame-holder-en .example-image-link {
    border: 1px solid var(--grayscale-50);
    padding: 10px;
}
.link-frame-holder-en {
    min-width: 70%;
}
.cart-slide-block-en .submit-btn {
    background: var(--main-black);
    border-bottom: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px;
}
.accordion-block-en .slide-active .slide-link {
    background-color: var(--main-black);
    color: var(--main-white);
}
.accordion-block-en .slide-active a:after {
    background: url("/common/global_english/images/cart-en-icon-12.png") no-repeat;
    background-size: contain;
    border: none;
    width: 16px;
    height: 16px;
}
.cart-slide-block .add-gift-box-en {
    background-color: var(--grayscale-25);
}
.add-gift-box-en .gift-color p {
    font-size: 14px;
    line-height: 20px;
    color: var(--main-black);
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 0;
}
.add-gift-box-en .gift-color p:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #fe3e77;
}
.add-gift-box-en .color-yellow p:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #FEBE19;
}
.add-gift-box-en .color-blue p:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 15px;
    background-color: #28A5FF;
}
.gift-color {
    width: 90px;
    flex-shrink: 0;
}
.add-gift-box-en input {
    min-height: 41px;
    border-radius: 30px;
    width: 100%;
    background-color: var(--main-white);
    border: 1px solid #EEEEF1;
    text-align: left;
    padding: 3px 10px;
    outline: none;
}
.add-gift-box-en .update-gift input {
    background-color: var(--main-black);
    color: var(--main-white);
    width: 100%;
    text-align: center;
}
.add-gift-box-en .add-gift-item {
    margin-bottom: 20px;
}
.slider-box-3-en input {
    min-height: 54px;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-100);
    font-weight: 400;
    border: 1px solid #EEEEF1;
    text-align: center;
    margin-right: 20px;
    border-radius: 100px;
    outline: none;
}
.slider-box-3-en a {
    color: var(--main-white);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--main-red);
    text-align: center;
    line-height: 56px;
    display: flex;
    align-items: center;
    padding: 0 46px;
    border-radius: 100px;
}
.accordion-block-en .slider-box-3-en .box-3-add:after {
    content: '';
    display: block;
    background: url("/common/global_english/images/cart-en-icon-14.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.accordion-block-en .input-coupon-en .btn-promotion-code:after {
    content: '';
    display: block;
    background: url("/common/global_english/images/cart-en-icon-14.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.slider-box-3-en a:hover {
    text-decoration: none;
}
.cart-info-block-en .item {
    padding: 15px !important;
    max-width: 330px;
}
.cart-info-block-en .item dl {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

.box-item-frame-left > .item:first-child {
    height: max-content;
    min-height: 162px;
}

.cart-info-block-en .item:first-child  #toggle-discount {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 8px;
}

.cart-info-block-en .item.custom-item-tax > strong {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.cart-info-block-en .total_pay_price_tax {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--main-black);
}

.cart-info-block-en .item dl .text-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.cart-info-block-en .item dl dt {
    margin-right: 10px;
    width: 50%;
}
.cart-info-block-en .item dl dd {
    width: 50%;
}
.cart-info-block .frame-en {
    max-width: unset;
    justify-content: center;
    gap:70px;
    align-items: center;
}
.cart-info-block-en .item:first-child:after {
   display: none;
}
.cart-info-block-en .item:after {
   content: unset;
}
.cart-info-block-en .item:last-child:before {
    background: url("/common/global_english/images/cart-en-icon-16.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transform: translate(33% , -50%);
    left: -30%;
    background-color: unset;
}

.cart-info-block-en .item:last-child.toggle-left:before {
    left: -20% !important;
}

.cart-info-block-en.cart-info-block .box-item-frame-left .item-red .custom-item{
    position: relative;
}
.cart-info-block-en.cart-info-block .box-item-frame-left .item-red .custom-item:not(:first-child):before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    width: 25px;
    height: 5px;
    background: #c5c5c5;
    transform: translate(-50%, -50%);
}
.cart-info-block-en .box-item-frame-left .item-red .custom-item:not(:first-child):after{
    content: "";
    position: absolute;
    background: #c5c5c5;
    left: 50%;
    top: -24px;
    width: 5px;
    height: 25px;
    transform: translate(-50%, -50%);
}
.cart-info-block-en.discount-hidden .item:first-child {
    max-width: 660px;
}

.cart-info-block-en .item.item-red {
    background: none;
    padding: 0 !important;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.item.item-red .custom-item {
    padding: 15px;
    background: #f2f2f2;
    width: 100%;
    min-height: 162px;
    min-width: 215px;
    align-items: center;
}

.cart-info-block-en .custom-item-tax:after {
    display: none;
}
.order-delivery-block-en {
    max-width: 1200px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background-color: #FFEFEF;
}
.order-delivery-block-en .images {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.order-delivery-block-en span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-red);
}
.cart-info-block-en .top .info {
    width: 50%;
}

.cart-info-block-en .top .info .box-wrap {
    display: flex;
    align-items: center;
}

.cart-info-block-en .top .info .box-wrap dl {
    margin-bottom: 0;
}
.cart-info-block-en .top-en dt {
    font-size: 16px !important;
    line-height: 24px;
    color: var(--grayscale-125);
    font-weight: 600;
}
.cart-info-block-en .top-en .total_pay_price {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 900;
    margin-left: 10px;
    color: var(--main-red);
}
.cart-info-block-en .info dl:first-child dd {
    font-size: 20px;
    color: var(--main-red);
}
.cart-info-block-en .info dl dd{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-black);
}
.cart-info-block-en .btn-purchase {
    width: 220px;
    border-radius: 100px;
    border-bottom: none;
}
.cart-info-block-en .btn-purchase:after {
    background: url("/common/global_english/images/cart-en-icon-18.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
/*card-sp*/
.cart-en-sp .title-cart {
    background: unset;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: var(--main-red);
    text-align: center;
    margin-bottom: 30px;
}
.cart-en-sp .cart-step {
    margin-bottom: 0;
}
.cart-en-sp .cart-step .images {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.top-cart-info .top-cart-info-box-sp {
    background: unset;
    border: 1px solid var(--grayscale-50);
    padding: 20px 15px;
}
.cart-en-sp .top-cart-info-box-sp .images {
    width: 230px;
    height: 230px;
    margin: 0 auto 30px;
}
.top-txt-sp span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 4px 15px;
    white-space: nowrap;
    border: 1px solid var(--grayscale-50);
    border-radius: 30px;
    display: block;
}
.top-cart-info-box-sp .btn-top-sp a {
    width: 180px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
    font-weight: 700;
    padding: 5px 15px;
    background-color: var(--main-red);
    margin-bottom: 10px;
}
.top-cart-info .top-cart-info-box-sp h3 {
    background: unset;
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    color: var(--main-black);
}
.top-cart-info .top-cart-info-box-sp .tet strong {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    color: var(--main-red);
}
.top-cart-info-box-sp .sale-sp-title span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-black);
}
.cart .search-cart-block-sp h2 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: var(--main-black);
    background: unset;
    padding: 0;
    border: none;
    display: block;
    word-break: break-word;
    width: 100%;
    margin: 0;
}
@media (min-width: 992px) {
    .cart .search-cart-block-sp h2 {
        width: unset;
    }
}
.search-cart-block-sp .top-txt-sp {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    padding: 0 10px;
}
.search-cart-block-sp .top-txt-sp p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--grayscale-125);
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid var(--grayscale-50);
}
.cart-en-sp .search-cart-block {
    background: unset;
    padding: 0;
}
.search-cart-block-sp .link-frame .box-a {
    width: 50%;
}
.search-cart-block-sp .link-frame a {
    margin-bottom: 15px;
    height: 220px;
}
.search-cart-block-sp .link-frame a:after {
    background: url("/common/global_english/images/cart-en-icon-3.png") no-repeat;
    width: 37px;
    height: 37px;
    right: 10px;
    background-size: 100% 100%;
}
.cart-en-sp .search-cart-block-sp .link-frame .box-a a:before {
    content: 'Front';
    font-size: 14px;
    line-height: 29px;
    color: var(--grayscale-125);
    padding: 4px 15px;
    left: 10px;
    bottom: 10px;
    border-radius: 30px;
    background: var(--grayscale-50);
    z-index: 1;
}

.cart-en-sp .search-cart-block-sp .box-a:nth-child(2) a:before {
    content: 'Back';
}
.cart-en-sp .search-cart-block-sp .box-a:nth-child(3) a:before {
    content: 'Left';
}
.cart-en-sp .search-cart-block-sp .link-frame-passcase .box-a:nth-child(3) a:before {
    content: 'Diagram';
}
.cart-en-sp .search-cart-block-sp .link-frame-cup .box-a:nth-child(3) a:before {
    content: 'Diagram';
}
.cart-en-sp .search-cart-block-sp .box-a:nth-child(4) a:before {
    content: 'Right';
}
.cart-en-sp .search-cart-block-sp .link-frame-mobie .box-a:nth-child(4) a:before {
    content: 'Diagram';
}

.review-sp-en p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-black);
    padding: 12px 20px;
    background-color: var(--grayscale-25);
    margin-bottom: 15px;
}
.btn-mid-sp a {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    justify-content: center;
    color: var(--main-white);
    border-radius: 30px;
    padding: 15px 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.btn-mid-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.btn-mid-sp .edit-sp-box , .btn-mid-sp .d-flex  {
    width: 100%;
}

.cart-en {
    width: 100%;
}

.btn-mid-sp .edit-sp-box a {
    color: var(--grayscale-125);
    background-color: var(--grayscale-50);
    width: 100%;
    height: 60px;
}
@media (min-width: 992px) {
    .btn-mid-sp .edit-sp-box a {
        margin-right: 20px;
        width: 230px;
    }
}
.btn-mid-sp .edit-sp-box a:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-21.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
}
.btn-mid-sp .sell-sp-box a  {
    background-color: var(--main-red);
    width: 120px;
}
@media (min-width: 992px) {
    .btn-mid-sp .sell-sp-box a {
        margin-right: 20px;
    }
}
.btn-mid-sp .sell-sp-box a:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-9.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
}
.btn-mid-sp .add-sp-box a  {
    background-color: var(--main-black);
    width: 222px;
}
.btn-mid-sp .add-sp-box a:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-10.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
}
.search-cart-block-sp .link-frame a img {
    padding: 25px 0;
}
.search_list_right-top-sp .box-l {
    padding-right: 0;
}
.search_list_right-top-sp .box-r {
    position: relative;
    width: 100% !important;
}
.select-custom-en-sp {
    width: 100%;
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    background: unset;
}
.select-custom-en-sp strong:after {
    border: none;
    background: url("/common/global_english/images/cart-en-icon-4.png") no-repeat;
    width: 17px;
    height: 8px;
    right: 10px;
    background-size: contain;
}
.label-txt-sp {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--grayscale-125);
    width: 13%;
    display: flex;
    flex-shrink: 0;
}
.select-custom-en-sp strong span {
    line-height: 41px;
    font-size: 14px;
    padding: 0 10px;
    color: var(--grayscale-125);
}
.select-size-en-sp select {
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    background: unset;
    appearance: none;
    padding-left: 10px;
    position: relative;
    min-height: 41px;
}
.select-size-en-sp {
    position: relative;
}
.select-size-en-sp:after {
    content: '';
    position: absolute;
    background: url("/common/global_english/images/cart-en-icon-4.png") no-repeat;
    background-size: contain;
    width: 17px;
    height: 8px;
    right: 10px;
    top: 16px;
    pointer-events: none;
}
.input-custom-en-sp input {
    line-height: 41px;
    font-size: 14px;
    padding: 0 10px;
    color: var(--grayscale-125);
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    background: unset;
    min-height: 41px;
    text-align: left;
}
.input-custom-en-sp .label-custom {
    margin-left: 10px;
    margin-bottom: 0;
}
.search-custom-en-sp {
    background: unset;
    border-bottom: none;
    border: 1px solid var(--grayscale-50);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-black);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.search-custom-en-sp:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-5.png") no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 10px;
    background-size: 100% 100%;
}
.input-custom-en-sp {
    width: auto;
    display: flex;
    align-items: center;
}

.car-en-sp .select-size {
    flex: 1;
    width: auto;
}
.cart .search-cart-block-sp input.btn_search {
    width: 100%;
    border-bottom: none;
    padding: 0 5px;
    border-radius: 100px;
    background: var(--main-black) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.search_list_right-top .box-r-en-sp .btn_search-sp {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-black);
    background-color: var(--grayscale-25);
    padding: 10px 0;
    border-radius: 100px;
    border-bottom: none;
    text-align: center;
}
.search_list_right-top-sp {
    border: none;
    display: flex;
    float: unset;
}
.box-r-en-sp {
    margin: 0 -5px;
}
.input-cus-item {
    padding: 0 5px;
    width: 100%;
}
.btn_search-en-sp {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--main-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom : 1px solid var(--main-black);
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: var(--main-white);
}
.btn_search-en-sp:after {
    content: '';
    display: block;
    background: url("/common/global_english/images/cart-en-icon-6.png")no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;

}
.search_list_info-en-sp h4 {
    padding: 12px 20px 12px 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: var(--grayscale-25);
    margin-bottom: 15px;
    border-bottom: 1px solid var(--main-red);
}
.search_list_info-en-sp h4:after {
    background: url("/common/global_english/images/cart-en-icon-7.png")no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    left: 10px;
    margin-right: 10px;
    top: 40%;
    border-radius: 0;
}
.search_list_info-en-sp {
    border: none;
}
.search_list_info-en-sp label dl:nth-child(6){
    border-bottom: none;
    margin-bottom: 0;
}

.search_list_info-en-sp .note-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.search_list_info-en-sp dl {
    border-bottom: 1px solid var(--grayscale-50);
    margin: 0 0 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.search_list_info-en-sp .sub_total.pt7 {
    width: 100%;
    padding-bottom: 20px;
}
.search_list_info-en-sp dl:last-child {
    margin-bottom: 0;
}
.search_list_info-en-sp dl dt , .search_list_info-en-sp dl dd{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--grayscale-125);
}
.search_list_info-en-sp dl dd {
    color: var(--main-black);
    font-weight: 700;
}
.search_list_info-en-sp dl:nth-child(8) {
    border-bottom: none;
}

.search_list_info-en-sp .sub_total-price {
    text-align: right;
}
.sub_total-en-sp {
    color: var(--main-red);
}
.sub_total-en-sp p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-black);
}
.select-2-en-parent {
    margin: 0 -5px;
    position: relative;
}

.select-2-en-parent select {
    width: 100%;
    appearance: none;
    background: var(--main-black);
    color: var(--main-white);
    padding: 19px;
    border: none;
}

.select-2-en-parent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('/common/global_english/images/cart-en-icon-22.png') no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    pointer-events: none;
    transform-origin: center;
    translate: 0 -50%;
}

.select-2-en-parent.choose::after {
    transform: rotate(0deg);
    translate: 0;
    top: 20px;
}

.select-2-en-parent.opened::after {
    transform: rotate(0deg);
}

.link-frame-en-sp a{
    width: 50%;
    padding: 0 7px;
    margin-bottom: 14px;
}
.link-frame-en-sp {
    margin: 0 -7px;
    padding: 30px 14px;
}
.link-frame-holder-en .link-frame-en-sp a {
    position: relative;
}
.link-frame-holder-en .link-frame-en-sp a img {
    width: 100%;
    height: 100%;
    padding: 14px;
    border: 1px solid var(--grayscale-50);
}
.link-frame-holder-en .link-frame-en-sp a:after {
    background: url(/common/global_english/images/cart-en-icon-3.png) no-repeat;
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    background-size: 100% 100%;
    content: '';
    position: absolute;
}
.two-box-en dt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.two-box-en dd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.price-en-red {
    color: var(--main-red);
}
.focus-color-parent {
    padding: 15px;
}
.focus-color-parent .focus-bg-sp {
    background-color: var(--grayscale-25);
    padding: 15px;
}
.focus-color-parent .focus-color-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-right: 26px;
    width: 15%;
}
.focus-color-parent .focus-color-item .pink:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #FE3D77;
    content: '';
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
}
.focus-color-parent .focus-color-item .blue:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #28A5FF;
    content: '';
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
}
.focus-color-parent .focus-color-item .yellow:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #FEBE19;
    content: '';
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
}
.focus-color-parent .focus-color-item input {
    outline: none;
    border: 1px solid #EEEEF1;
    border-radius: 100px;
    padding: 10px;
    margin-right: 16px;
    width: 50%;
    color: #606170;
}
.focus-color-parent .focus-color-item input:last-child {
    background-color: var(--main-black);
    color: var(--main-white);
    width: 30%;
    margin-right: 0;
}
.focus-color-parent .focus-color-item a {
    color: var(--main-white);
    background-color: var(--main-black);
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100px;
    width: 35%;
    text-align: center;
    line-height: 20px;
}
.span-focus-colore span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
}
.span-focus-colore span strong {
    color: var(--main-red);
}
.border-focos-color {
    margin-bottom: 30px;
}
.gift-img-en , .input-coupon-en {
    padding: 30px 20px;
}
.gift-img-en .images {
    width: 700px;
}
.gift-img-en::-webkit-scrollbar {
    height: 4px;
}
.gift-img-en::-webkit-scrollbar-thumb {
    background-color: var(--main-black);
}
.gift-img-en::-webkit-scrollbar-track {
    background-color: #fff;
}
.input-coupon-en input {
    padding: 15px 25px;
    border: 1px solid #EEEEF1;
    border-radius: 100px;
    outline: none;
    width: 240px;
    margin-bottom: 20px;
    margin-right: 0;
    color: var(--main-black);
}
.input-coupon-en a {
    display: flex;
    align-items: center;
    background-color: var(--main-red);
    color: var(--main-white);
    width: 240px;
    padding: 16px 30px;
    border-radius: 100px;
    justify-content: center;
}
@media (min-width: 992px) {
    .input-coupon-en a {
        padding: 0 30px;
    }
}
.input-coupon-en a:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    background: url("/common/global_english/images/cart-en-icon-14.png")no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
.cart-info-block-en-sp {
    margin: 0 -5px 30px;
    border: 5px solid var(--grayscale-25);
    padding: 20px 30px;
}
.cart-info-block-en-sp dl {
    width: 270px;
    margin: 0 auto 0 0;
    text-align: left;
}
.cart-info-block-en-sp dl dt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.cart-info-block-en-sp dl dd {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-left: 4px;
    margin-bottom: 0;
}
.cart-info-block-en-sp .item-price-sp {
    padding: 15px;
    background-color: var(--grayscale-25);
    position: relative;
}
.cart-info-block-en-sp .item-price-sp:last-child {
    margin-top: 43px;
}

.cart-info-block-en-sp.has-discount .item-price-sp:last-child {
    margin-top: 0;
}

.cart-info-block-en-sp .item-price-sp.item-price-sp-red:first-child {
    margin: 20px 0 43px;
}

.item-price-sp-red {
    display: none;
    margin: 43px 0;
}

.item-price-sp-red:not(:first-child):before {
    content: '';
    background: #c5c5c5;
    position: absolute;
    width: 5px;
    height: 20px;
    top: -32px;
}

.item-price-sp-red:not(:first-child):after {
    content: '';
    background: #c5c5c5;
    position: absolute;
    width: 20px;
    height: 5px;
    top: -25px;
}

.item-price-sp-red:first-of-type::before {
    display: none;
}

.item-price-sp-not-after::after {
    display: none;
}

.item-price-sp-not-after.show-before::before {
    content: '';
    background: url(/common/global_english/images/cart-en-icon-16.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    top: -30px;
    display: block;
}

.cart-info-block-en-sp #toggle-discount {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 8px;
}

.color-red-dl dt {
    color: var(--main-red);
}
.item-price-sp-not-after:after {
    display: none;
}
.cart-info-pay-en p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--grayscale-125);
    margin-bottom: 5px;
}
.cart-info-pay-en p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    color: var(--main-red);
    margin: 0 5px;
}
.cart-info-pay-en p span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--main-black);
}
.cart-info-pay-en p:last-child span {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-black);
    display: inline-block;
    margin-left: 5px;
}

.cart-info-pay-en p strong span i {
    font-style: normal;
    color: var(--main-red);
}

.cart-info-pay-en p strong span {
    color: var(--main-red) !important;
}
.cart-info-pay-en .pay-en-btn a {
    padding: 15px 0;
    background-color: var(--main-red);
    border-radius: 100px;
    margin: 0 auto;
    width: 222px;
    color: var(--main-white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;

}
.cart-info-pay-en .pay-en-btn a:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-18.png");
    display: inline-block;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.cart-en-oder-now {
    padding: 12px 17px;
    background-color: #FFEFEF;
    margin-top: 47px;
}
.cart-en-oder-now p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--main-black);
    margin-bottom: 0;
}
.cart-en-oder-now p:before {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-17.png");
    display: inline-block;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.cart-en-oder-now strong {
    color: var(--main-red);
}
.cart-info-buy-60 {
    margin-bottom: 60px;
}
.nav-cart-info-en-sp {
    background-color: var(--main-red);
    margin-bottom: 15px;
}
.nav-cart-info-sp {
    padding: 15px 0;
}
.nav-cart-info-sp li {
    list-style: none;
}
.nav-cart-info-sp li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--main-white);
}
@media (min-width: 992px) {
    .nav-cart-info-en-sp {
        margin-bottom: 50px;
    }
    .nav-cart-info-sp li a {
        font-size: 16px;
        line-height: 24px;
    }
}
.nav-cart-info-sp li a:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-23.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
@media (min-width: 992px) {
    .nav-cart-info-sp li a:after {
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }
}
.nav-cart-info-sp {
    background: unset;
}
.nav-cart-info-sp li:last-child a {
    font-weight: 700;
}
@media (min-width: 992px) {
    .nav-cart-info-sp li:last-child a {
        font-size: 14px;
        line-height: 20px;
    }
}
.nav-cart-info-sp li:last-child a:after {
    display: none;
}

.cart-en .add-new-item-cart p{
    background: var(--main-black);
    box-shadow: 0 10px 60px rgba(38, 45, 118, 0.08);
    border-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--main-white);
    height: 60px;
}
@media (min-width: 992px) {
    .cart-en .add-new-item-cart p {
        width: 230px;
    }
}

.cart-en .add-new-item-cart:hover {
    text-decoration: unset;
}

.cart-en .add-new-item-cart:before {
    content: unset;
}

.remove-promotion-code:before {
    content: unset;
}

.cart-en .add-new-item-cart p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
    background: url(/common/global_english/images/add-circle.svg) no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cart-en .add-new-item-cart:hover:after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

#contents.cart-en {
    width: 100%;
}
@media (min-width: 1366px) {
    .cart-en .container {
        max-width: 1230px;
    }
}

.cart-en-info-block .info .box-wrap {
    display: flex;
    align-items: center;
}

.cart-en-info-block .info .box-wrap dl {
    margin-bottom: 0;
}

.cart-en-info-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.cart-en-info-block .cart-info-block-en {
    margin: 0;
}

.cart-en-info-block .cart-info-block-en .top {
    margin-bottom: 0;
}

.cart-en-info-block .frame-en {
    display: none;
}

.cart-en .text-note-gift label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--grayscale-125);
}

.cart-en .text-note-gift label span {
    color: var(--main-red);
}
.btn-edit-design-sp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    background-color: var(--grayscale-50);
    color: var(--grayscale-125);
    padding: 15px 30px;
    border-radius: 100px;
    width: 222px;
    margin-bottom: 20px;
}
.btn-edit-design-sp:last-child {
    margin-bottom: 0;
}
.btn-edit-design-sp:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-21.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: block;
}
.add-new-btn-sp {
    background-color: var(--main-black);
    color: var(--main-white);
    width: 222px;
}
.add-new-btn-sp:after {
    content: '';
    background: url("/common/global_english/images/cart-en-icon-14.png") no-repeat;
    background-size: 100% 100%;
}
.price-sp-en {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-red);
    text-align: right;
}
.price-sp-en span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.wrap-price-cart_en {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.wrap-price-cart_en .content-price-cart {
    flex: 1;
}

.cart-en-sp .msg-promotion-code,
.cart-en .msg-promotion-code {
    color: var(--main-red);
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    padding: 0 20px;
}

.cart-en .msg-promotion-code {
    position: absolute;
    margin-top: 0;
}
.close-en {
    width: 30px;
    height: 30px;
    border-radius: unset;
    background-color: unset;
    opacity: 1;
}
.close-en:after {
    line-height: unset;
    content: '';
    background: url("/common/global_english/images/close-en.png") no-repeat;
    background-size: 100% 100%;
    height: 30px;
    width: 30px;
}
.cart-info-block-en .fs-18-ct {
    color: var(--main-black) !important;
    font-weight: 400;
}
.cart-info-pay-en-sp {
    background: unset;
    padding: 0;
    margin: 0;
}
.item.custom-item-tax{
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0 !important;
}
.item.custom-item-tax .total-price{
    background: #f2f2f2;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.item.custom-item-tax .total-price .title{
    font-size: 30px;
}
.item.custom-item-tax .total-price .total_pay_price{
    color: var(--main-red) !important;
    font-weight: 700;
    font-size: 40px;
}

.item.custom-item-tax .total-price .total_pay_price i {
    font-style: normal;
    font-weight: normal;
    color: var(--main-red);
}

.item.custom-item-tax .box-btn-checkout{
    width: 100%;
}
.item.custom-item-tax .btn-purchase{
    width: 100%;
    border-radius: 7px;
    min-width: 100%;
}
.item.custom-item-tax .btn-purchase:after{
    content: unset;
}
.cart-info-block-en .frame .box-item-frame-left{
    display: flex;
    width: 100%;
    column-gap: 70px;
    flex-wrap: wrap;
    row-gap: 40px;
    align-self: stretch;
    align-items: center;
}
.cart-info-block-en .frame .box-item-frame-left .item.item-red{
    flex-wrap: wrap;
    row-gap: 50px;
}
.cart-info-block-en .frame .box-item-frame-left .item:last-child:before{
    background: none;
}

.cart-info-block-en .frame .custom-item .info-promotion-code dt {
    width: 20% !important
}

.cart-info-block-en .frame .custom-item .info-promotion-code dd  {
    width: 100% !important
}

.add_new_product {
    width: 50% !important;
    min-height: 180px;
    padding: 0 10px 20px;
    position: relative;
    margin: 0;
}

.add_new_product a {
    height: 100%;
    text-decoration: none;
    color: #555;
}

.add_new_product svg {
    width: 40px;
    height: 40px;
}

.add_new_product a:before,
.add_new_product a:after {
    content: unset !important;
}

.box-hidden {
    display: none;
}

@media screen and (max-width: 992px) {
    .add_new_product {
        height: 220px;
        margin-bottom: 15px;
        display: block;
        position: relative;
    }

    .add_new_product a:after,
    .add_new_product a:before {
        content: unset !important;
    }
}

.cart .link-frame .box-a.box-w25{
    margin: 0;
}


/* Bulk Discount Section Styles */
.bulk-discount-section {
    margin: 0 0 30px 0;
    width: 100%;
}

.bulk-discount-header {
    background-color: #C41E3A;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
}

.bulk-discount-content {
    background-color: #FFE5E9;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}

.bulk-discount-content p {
    margin: 8px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.bulk-discount-content .discount-highlight {
    color: #C41E3A;
    font-weight: bold;
    font-size: 24px;
}

.bulk-discount-content .discount-details {
    margin: 12px 0;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.bulk-discount-content .discount-percentage,
.bulk-discount-content .max-discount,
.bulk-discount-content .items-needed,
.bulk-discount-content .additional-discount {
    font-weight: bold;
    color: #C41E3A;
}

/* View Discount Table Link */
.view-discount-table {
    color: #C41E3A;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.view-discount-table:hover {
    color: #8B1528;
    text-decoration: underline;
}

/* Discount Table Modal */
.discount-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

.discount-modal.show {
    display: block !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.discount-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: none;
    width: 90%;
    max-width: 1000px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease;
    position: relative;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.discount-modal-content h3 {
    background-color: #C41E3A;
    color: white;
    padding: 20px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.discount-modal-body {
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: auto;
}

.discount-modal-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.discount-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.discount-modal-body::-webkit-scrollbar-thumb {
    background: #C41E3A;
    border-radius: 4px;
}

.discount-modal-body::-webkit-scrollbar-thumb:hover {
    background: #8B1528;
}

.modal-subtitle {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.discount-table-wrapper {
    overflow-x: auto;
    margin: 0 auto;
}

.discount-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 800px;
}

.discount-table thead tr {
    background-color: #333;
    color: white;
}

.discount-table th {
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #ddd;
}

.discount-table th:first-child {
    background-color: #333;
    text-align: left;
    padding-left: 20px;
    min-width: 140px;
}

.discount-table tbody tr:first-child {
    background-color: #f8f8f8;
}

.discount-table tbody tr:last-child {
    background-color: white;
}

.discount-table td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
}

.discount-table .label-cell {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    color: #333;
}

.discount-table .discount-cell {
    color: #C41E3A;
    font-weight: bold;
    font-size: 15px;
}

.discount-table tbody tr:hover {
    background-color: #f5f5f5;
}

.discount-modal-close {
    color: white;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
    line-height: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.discount-modal-close:hover,
.discount-modal-close:focus {
    background-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    cursor: pointer;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .bulk-discount-section {
        margin: 0 0 20px 0;
    }

    .bulk-discount-header {
        font-size: 18px;
        padding: 12px 15px;
    }

    .bulk-discount-content {
        padding: 15px;
    }

    .bulk-discount-content p {
        font-size: 14px;
    }

    .bulk-discount-content .discount-highlight {
        font-size: 20px;
    }

    .bulk-discount-content .discount-details {
        font-size: 14px;
    }
    
    .discount-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .discount-modal-content h3 {
        font-size: 18px;
        padding: 15px;
    }
    
    .discount-modal-body {
        padding: 15px;
        max-height: 60vh;
    }
    
    .discount-modal-close {
        font-size: 28px;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
    
    .modal-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .discount-table {
        min-width: 700px;
        font-size: 12px;
    }
    
    .discount-table th,
    .discount-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
    
    .discount-table th:first-child,
    .discount-table .label-cell {
        min-width: 120px;
        padding-left: 10px;
    }
    
    .discount-table .discount-cell {
        font-size: 13px;
    }
}
