.cart__content>.row{
    margin-left: -10px;
    margin-right: -10px;
}
.cart__content>.row>.col-12{
    padding-left: 10px;
    padding-right: 10px;
}
.shoppingcart-details{
    border-radius: 5px;
    overflow: hidden;
}
.shoppingcart-cat{
    border: 1px solid #DDDDDD;
    padding: 30px 24px 15px 24px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
}
.shoppingcart-cat__head{
    border-bottom: 1px solid #DDDDDD;
}

.cart-error-msg {
    margin: 0 30px 20px;
    color: red;
    font-size: 16px;
}

.shoppingcart-cat__head h3{
    font-family: Noto Nastaliq Urdu;
    color: #151515;
    font-size: 19px;
    font-weight: 700;
    height: 27px;
    border-left: 8px solid #12448F;
    padding-left: 12px;
    margin-bottom: 12px;
}
.shoppingcart-item{
    border-bottom: 1px solid #DDDDDD;
    padding-top: 22px;
    font-family: Hiragino Kaku Gothic ProN W3;
    font-size: 10px;
    line-height: 17px;
    padding-bottom: 15px;
}
.shoppingcart-item:last-child {
    border-bottom: 0;
}
/*information item*/
.shoppingcart-item .thumbnail{
    width: 100%;
    overflow: hidden;
}
.shoppingcart-item .thumbnail img{
    width: 100%;
}
.shoppingcart-item .name h5{
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #0D73FF;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5;
}
.shoppingcart-item .item-info__text{
    padding-top: 5px;
}
.shoppingcart-item .price-detail ul{
    display: flex;
}
.shoppingcart-item .price-detail ul.total-price-list {
    flex-wrap: wrap;
}
.shoppingcart-item .price-detail ul.total-price-list li:last-child {
    word-break: break-all;
}
.shoppingcart-item .price-detail>div{
    margin-bottom: 10px;
}
.shoppingcart-item .price-detail>div:last-child{
    margin-bottom: 0;
}
.shoppingcart-item .price-detail ul li:first-child >span{
    display: inline-block;
    color: #7B7B7B;
}
.shoppingcart-item .price-detail ul li select, .shoppingcart-item .price-detail ul li input {
    width: 65px;
    height: 26px;
    line-height: 27px;
    padding-left: 12px;
    font-size: 14px;
    margin-top: -5px;
    padding-right: 0;
}
.shoppingcart-item .price-detail ul li .btn-refresh{
    color: #7B7B7B;
    text-decoration: underline;
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
}
.shoppingcart-item .price-detail ul li .btn-refresh img{
    width: 10px;
    margin-left: 6px;
}
.shoppingcart-item .price-detail .price{
    color: #222222;
    font-family: Hiragino Kaku Gothic ProN W6;
}
.shoppingcart-item .price-detail .totalprice{
    font-family: Hiragino Kaku Gothic ProN W6;
    font-size: 12px;
    color: #E30000;
}
.shoppingcart-item .btn-delete-product{
    width: 50px;
    height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #0D0D0D;
    border-radius: 2px;
    cursor: pointer;
    font-family: Source Han Sans JP;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shoppingcart-item .btn-delete-product img{
    width: 8px;
    margin-right: 4px;
}
.shoppingcart-item .col-lg-1{
    margin-top: auto;
}
.shoppingcart-details__box-bot{
    display: flex;
    padding: 19px 0 23px 24px;
    background-color: #F8F8F8;
}
.shoppingcart-details__box-bot>div{
    width: 197px;
    height: 40px;
    border: 1px solid #222222;
    border-radius: 5px;
    font-family: Source Han Sans JP;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}
.shoppingcart-details .back-to-home{
    margin-right: 14px;
}
.shoppingcart-details .back-to-home a{
    color: #222222;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoppingcart-details__box-bot>div img{
    margin-right: 8px;
}
.shoppingcart-details .empty-cart{
    color: #222222;
}
.shoppingcart-details .empty-cart i{
    margin-right: 8px;
    font-size: 19px;
}

.shoppingcart-item .ct-left{
    float: left;
    width: 90px;
}
.shoppingcart-item .ct-right{
    float: left;
    width: calc(100% - 90px);
    padding-left: 15px;
}
.cart-summary-wrap{
    border-radius: 5px;
}
.cart-summary__heading{
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    background: #12448F;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
    float: left;
    width: 100%;
}
.cart-summary__heading img{
    margin-right: 15px;
}
.cart-summary__heading ul{
    float: left;
    width: 100%;
}
.cart-summary__heading ul li:first-child{
    float: left;
}
.cart-summary__content{
    clear: both;
}
.cart-summary__item {
    background-color: #fff;
    padding: 15px 10px 0;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
}
.cart-summary__item .subtitle{
    background-color: #F2F2F2;
    color: #151515;
    font-family: Noto Nastaliq Urdu;
    font-weight: 700;
    font-size: 12px;
    padding-left: 15px;
    height:40px;
    line-height: 35px;
}
.cart-summary__item ul li{
    width: 100%;
    display: inline-block;
    font-family: Hiragino Kaku Gothic ProN W3;
    color: #222222;
    font-size: 12px;
    height:40px;
    line-height: 40px;
    border-bottom: 1px solid #DDDDDD;
    padding-left: 10px;
    padding-right: 10px;
}
.cart-summary__item.postage ul li.postage-describe {
    height: auto;
    line-height: normal;
    padding: 10px;
}
.cart-summary__item.postage .shipping-describe {
    color: #7B7B7B;
}
.cart-summary__item ul li:last-child{
    border-bottom: 0;
}
.cart-summary__item ul li span:first-child{
    float: left;
}
.cart-summary__item ul li span:last-child{
    float: right;
}
.cart-summary__subtotal {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    padding: 15px 10px;
}
.cart-summary__subtotal_admin {
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px;
}
.cart-delivery-time {
    background-color: #fff;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    padding: 0px 10px 15px 10px;
}
.cart-summary__subtotal ul li {
    display: flex !important;
    justify-content: space-between;
}
.cart-delivery-time ul li:first-child {
    border-bottom: 1px solid #DDDDDD;
}
.cart-delivery-time ul li,
.cart-summary__subtotal ul li{
    width: 100%;
    display: inline-block;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #222222;
    font-size: 12px;
    height:40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
}
.cart-delivery-time ul li span:first-child,
.cart-summary__subtotal ul li span:first-child{
    float: left;
}
.cart-summary__subtotal ul li span:last-child{
    float: right;
    color: #E30000;
    font-size: 18px;
}
.cart-summary__subtotal .cart-summary__subtotal_price.price-total span:first-child {
    font-size: 14px;
}
.cart-summary__subtotal .cart-summary__subtotal_price.price-total span:last-child {
    font-size: 16px;
}
.cart-summary__subtotal .cart-summary__subtotal_price.price-option {
    border-bottom: 1px solid #DDDDDD;
}
.cart-summary__subtotal .cart-summary__subtotal_price.price-option span {
    color: #222222;
    font-size: 12px;
}
.cart-delivery-time ul li span:last-child{
    float: right;
}
.cart-delivery-time ul .delivery-time-noti{
    line-height: 20px;
    font-size: 10px;
    color: #dc3545;
}
.cart-summary__footer{
    font-family: Hiragino Kaku Gothic ProN W6;
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
}
.cart-summary__footer .label{
    font-size: 12px;
    margin-bottom: 10px;
}
.cart-summary__footer input{
    height: 40px;
    background-color: #FFFFFF;
    width: 100%;
    padding-left: 15px;
}
.btn-show-cart-summary{
    border-radius: 5px;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    height: 35px;
    background-color: #151515;
    text-align: center;
    margin: 15px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-show-cart-summary img{
    margin-right: 10px;
    max-width: 12px;
}
.box-login{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-top: 20px;
}
.box-login__head{
    height: 56px;
    background: #12448F;
    border-radius: 5px 5px 0 0;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.box-login__head a {
    color: #ffffff;
}
.box-login__head img{
    margin-right: 6px;
}
.box-login__content{
    padding: 10px;
}
.box-login__content{
    font-family: Hiragino Kaku Gothic ProN W6;
}
.box-login__content .ct-p{
    padding: 10px;
}
.box-login__content .label{
    color: #222222;
    font-size: 12px;
    margin-bottom: 10px;
}
.box-login__content input:not([type="radio"]):not([type="checkbox"]){
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CDD6DD;
    padding-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.box-login__content .btn-login{
    height: 50px;
    background: #43A831;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box-login__content .reset-pass{
    color: #0D73FF;
    font-size: 10px;
    display: block;
    margin-top: 18px;
}
.box-login__content .reset-pass:last-child{
    margin-top: 5px;
}
.box-register-newmember{
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.box-register-newmember .text{
    color: #222222;
    font-size: 12px;
    margin-bottom: 15px;
}
.box-register-newmember .btn-register{
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #FFC400;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.logo-cart_step{
    padding-top: 55px;
    padding-bottom: 60px;
    text-align: center;
}
.shoppingcart_step{
    margin-top: 38px;
    margin-left: 28px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}
.shoppingcart_step-tab{
    width: 32%;
    height: 90px;
    border: 1px solid #707070;
    font-family: Noto Nastaliq Urdu;
    color: #898989;
    font-weight: 700;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}
.shoppingcart_step-tab:last-child{
    margin-right: 0;
}
.shoppingcart_step-tab span:first-child{
    font-size: 16px;
    display: block;
}
.shoppingcart_step-tab span:last-child{
    display: block;
    font-size: 20px;
}
.shoppingcart_step-tab.active{
    background-color: #12448F;
    color: #FFFFFF;
}
.shoppingcart_step-heading{
    background: #12448F;
    padding: 12px 0;
    margin: 45px 30px 45px 28px;
}
.shoppingcart_step-heading h2{
    border-left: 6px solid #fff;
    padding-left: 16px;
    font-family: Noto Nastaliq Urdu;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 13px;
    height: 55px;
}
.shoppingcart__order-content{
    width: 100%;
    font-family: Noto Nastaliq Urdu;
    color: #3B4043;
    font-size: 14px;
    padding-top: 38px;
}
.shoppingcart__order-content:after{
    content: '';
    clear: both;
    display: block;
}
.box-credit-cart{
    max-width: 850px;
}
.shoppingcart__order-content .left{
    float: left;
    width: calc(100% - 500px);
    padding: 10px;
}
.address-list{
    margin-bottom: 20px;
}
.shoppingcart__order-heading{
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px 15px;
}
.shoppingcart__order-input {
    margin-bottom: 20px;
    display: flex;
}
.shoppingcart__order-input input {
    width: 30px;
    height: 30px;
    margin-right: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CDD6DD;
    border-radius: 50%;
}
.shoppingcart__order-input input[type='radio']:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin: 5px;
    border-radius: 50%;
}
.shoppingcart__order-input input[type="radio"]:checked {
    border-color: #CDD6DD;
}
.shoppingcart__order-input input[type="radio"]:checked:before {
    background: #004BB1;
}
.shoppingcart__order-heading:not(.box-control-addr-list){
    background-color: #6A6A6A;
}
.shoppingcart__order-heading.box-control-addr-list{
    background-color: #9F9F9F;
}
.shoppingcart__order-heading .fa{
    font-size: 12px;
}
.address-list .address-list__content{
    display: none;
}
.address-list.show .address-list__content{
    display: block;
}
.shoppingcart__order-content .right{
    float: left;
    width: 500px;
    font-weight: 700;
    border: 1px solid #707070;
    padding: 22px;
}
.shoppingcart__order-content .right .text{
    display: block;
    margin-bottom: 15px;
}
.shoppingcart__order-content .right .cart-payments{
    max-width: 300px;
    margin: 0 auto 10px;
}
.shoppingcart__address{
    padding-top: 22px;
    width: 100%;
    /*font-family: Noto Nastaliq Urdu;*/
    color: #3B4043;
    font-size: 16px;
}
.shoppingcart-cat textarea.note{
    background-color: #FFFFFF;
    border: 1px solid #CDD6DD;
    /*max-width: 700px;*/
    height: 200px;
    padding: 15px;
    margin-top: 37px;
    width: 100%;
    font-family: Source Han Sans JP;
}
.address-item{
    background-color: #F4F4F4;
    margin-bottom: 12px;
    padding: 8px 0 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-item .text{
}
.address-item .text span{
    margin-right: 10px;
    display: inline-block;
    word-break: break-all;
}
.address-item .btn-right{
    display: flex;
}
.address-item .btn-right>.btn{
    margin-right: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: Source Han Sans JP;
    outline: none;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
}
.btn-send-address{
    width: 157px;
    background-color: #FAC634;
    border-radius: 5px;
}
.btn-send-address.active{
    background-color: #1341A1;
    color: #fff !important;
}
.btn-send-address img{
    display: none;
    max-width: 20px;
    margin-right: 5px;
}
.btn-send-address.active img{
    display: block;
}
.btn-edit-address{
    width: 55px;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 5px;
}
.btn-delete-address{
    width: 52px;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 5px;
}
.shoppingcart__more-address{
    position: relative;
}
.address-list__content-delivery{
    padding-left: 15px;
}

.address-list__content-delivery .row{
    margin-right: -10px;
    margin-left: -10px;
}
.address-list__content-delivery .col-12{
    padding-left: 10px;
    padding-right: 10px;
}
.address-list__content-delivery .text{
    margin-bottom: 10px;
    height: 24px;
}
.address-list__content-delivery input:not([type="radio"]):not([type="checkbox"]) , .address-list__content-delivery select{
    width: 340px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #CDD6DD;
    font-family: Source Han Sans JP;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    width: 100%;
    margin-bottom: 17px;
}
.address-list__content-delivery input::placeholder{
    font-family: Source Han Sans JP;
    font-size: 16px;
    font-weight: 400;
    color: #CDD6DD;
}
.address-list__content-delivery .error {
    margin-bottom: 25px;
}
.register-addr{
    margin-top: 30px;
    display: flex;
}
.register-addr span{
    display: inline-block;
    height: 30px;
}
.register-addr input{
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 0;
}
.delivery-time-info{
    display: flex;
    margin-top: 25px;
}
.delivery-time-info .delivery-date{
    margin-left: 48px;
}
.delivery-time-info .text{
    font-family: Noto Nastaliq Urdu;
    color: #151515;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}
.delivery-time-info select{
    width: 200px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #CDD6DD;
    font-family: Source Han Sans JP;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}
.list-btn-bot-cart-step{
    display: flex;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 60px;
}
.list-btn-bot-cart-step .btn{
    display: flex;
    width: 280px;
    height: 50px;
    border-radius: 5px;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #FFFFFF;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
.list-btn-bot-cart-step .btn-back{
    margin-right: 15px;
    background-color: #C7C7C7;
    color: #fff;
}
.list-btn-bot-cart-step .btn-next{
    background-color: #43A831;
}
.cart__content .copyright-cart{
    font-family: Noto Nastaliq Urdu;
    letter-spacing: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 120px;
}

/*PC_MAKI_mypage_purchasehistory*/
.purchase-history{

}
.purchase-history__filter{
    background-color: #FFFFFF;
    padding: 10px;
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #B2B2B2;
    font-size: 16px;
    margin-bottom: 35px;
}
.purchase-history__filter .left{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
}
.purchase-history__filter .left select{
    color: #222222;
    width: 230px;
    height: 40px;
    padding-left: 20px;
}
.purchase-history__filter .left div{
    position: relative;
}
.purchase-history__filter .left input{
    max-width: 285px;
    padding-left: 20px;
    padding-right: 35px;
    height: 40px;
}
.purchase-history__filter .left div button{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 40px;
    padding: 0 10px;
    background-color: transparent;
    cursor: pointer;
}
.purchase-history__filter .right{
    border-left: 1px solid #707070;
    padding-left: 10px;
}
.purchase-history__filter .right select{
    color: #222222;
    width: 130px;
    padding-left: 20px;
    height: 40px;
}
.order-detail-by-date{
    margin-bottom: 20px;
    border-bottom:  1px solid #707070;
}
.order-detail-by-date > .ct-row{
    margin-left: -10px;
    margin-right: -10px;
}
.order-detail-by-date > .ct-row > .col-md-2, .order-detail-by-date > .ct-row > .col-md-10{
    padding-left: 10px;
    padding-right: 10px;
}
.order-detail-by-date > .ct-row > .col-md-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}
.order-detail-by-date > .ct-row > .col-md-10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
}
.order-detail-by-date:last-child{
    border-bottom: 0;
}
.order-detail-by-date__left{
    font-family: Hiragino Kaku Gothic ProN W6;
    padding-top: 15px;
}
.order-detail-by-date__left .title-date{
    font-family: Hiragino Kaku Gothic ProN W3;
    color: #7B7B7B;
    font-size: 10px;
}
.order-detail-by-date__left .text-date{
    font-size: 18px;
    margin-bottom: 20px;
}
.order-detail-by-date__left .btn{
    width: 150px;
    height: 30px;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    color: #5A5A5A;
    font-size: 9px;
}
.order-detail-by-date__left .btn-check-order{
    background-color: #12448F;
    font-family: Source Han Sans JP;
    font-weight: 700;
    color: #FFFFFF;
    height: 23px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-detail-by-date__left .btn-check-order img{
    margin-right: 10px;
    max-width: 10px;
}
.order-detail-by-date__left .btn-download-delivery{
    margin-top: 6px;
    margin-bottom: 13px;
}
.order-detail-by-address{
    background-color: #fff;
    border: 1px solid #E2E2E3;
    border-radius: 5px;
    margin-bottom: 25px;
}
.order-detail-by-address:last-child{
    margin-bottom: 45px;
}
.order-detail__heading{
    border: 1px solid #E2E2E3;
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 15px 20px;
    /*height: 70px;*/
    font-family: Hiragino Kaku Gothic ProN W3;
    display: flex;
    justify-content: space-between;
}
.order-detail__heading .left{
    font-size: 13px;
    color: #7B7B7B;
}
.order-detail__heading .left .line1{
    margin-bottom: 10px;
}
.order-detail__heading .left .line2{
    width: 100%;
    word-break: break-word;
}
.order-detail__heading .left .font-bold{
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #222222;
}
.order-detail__heading .right{
    font-family: Hiragino Kaku Gothic ProN W3;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.order-detail__heading .box-shipping{
    font-size: 10px;
    display: flex;
    align-items: center;
}
.order-detail__heading .box-shipping .delivery-info{
    color: #FF0000;
    margin-right: 15px;
}
.order-detail__heading .box-shipping .delivery-info .text{
    color: #7B7B7B;
    margin-right: 10px;
}
.order-detail__heading .box-shipping .delivery-info .status{
    font-family: Source Han Sans JP;
    font-weight: 700;
    font-size: 12px;
}
.order-detail__heading .box-deliveried{
    font-size: 13px;
    color: #0B0B0B;
}
.btn-check-status{
    width: 207px;
    height: 37px;
    background-color: #FFFFFF;
    border: 2px solid #12448F;
    border-radius: 5px;
    font-family: Source Han Sans JP;
    color: #12448F;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-order-repeat{
    height: 37px;
    background-color: #FFFFFF;
    border: 2px solid #12448F;
    border-radius: 5px;
    font-family: Source Han Sans JP;
    color: #12448F;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 145px;
    margin-left: 10px;
}
.btn-order-repeat .img-1{
    width: 18px;
}
.btn-check-status .img-2{
    max-width: 13px;
}
.order-detail__content{
    padding: 15px 30px 15px 25px;
}
.order-detail__content .order-item{
    border-bottom: 1px solid #707070;
    font-family: Hiragino Kaku Gothic ProN W3;
    font-size: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.order-detail__content .order-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.item-info{
    display: flex;
    flex-wrap: wrap;
}
.order-item .thumbnail{
    margin-right: 15px;
    width: 90px;
}
.order-item .thumbnail img{
    max-width: 90px;
    width: 100%;
}
.order-item .item-info__content{
    color: #222222;
    width: calc(100% - 105px);
}
.order-item .name h5{
    font-family: Hiragino Kaku Gothic ProN W6;
    color: #0D73FF;
    font-size: 12px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.order-detail__content .order-item .item-info__text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.order-item .model{
    margin-bottom: 5px;
}
.item-info__price span:last-child, .item-info__number span:last-child{
    font-family: Hiragino Kaku Gothic ProN W6;
}
.item-info__price{
    margin-top: 10px;
}
.order-item .btn{
    width: 214px;
    height: 38px;
    border-radius: 5px;
    font-family:  Hiragino Kaku Gothic ProN W6;
    font-size: 9px;
    color: #5A5A5A;
    border: 1px solid #ADADAD;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-item .btn-buy-again{
    background-color: #43A831;
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
}
.order-item .btn-add-to-favorite, .order-item .btn-remove-favorite{
    margin-top: 8px;
    margin-bottom: 6px;
}
.order-item .btn-post-review{

}
.order-item .btn img{
    margin-right: 10px;
}
.order-item .btn i.fa{
    color: #222222;
    margin-right: 10px;
    font-size: 16px;
}

/*purchase history detail*/
.purchase-history-detail__heading{
    height: 80px;
    background-color: #fff;
    border-left: 8px solid #12448F;
    padding: 13px 20px 8px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-family: Hiragino Kaku Gothic ProN W6;
}
.purchase-history-detail__heading .left .text{
    font-family: Hiragino Kaku Gothic ProN W3;
    font-size: 20px;
    color: #7B7B7B;
}
.purchase-history-detail__heading .left .date{
    font-size: 18px;
}
.purchase-history-detail__heading .right .btn{
    width: 294px;
    height: 59px;
    line-height: 45px;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    color: #5A5A5A;
    font-size: 17px;
    margin-left: 15px;
    background-color: #fff;
}
.purchase-history__order-list .order-download {
    position: relative;
    text-align: right;
    font-family: 'Hiragino Kaku Gothic ProN W6', sans-serif;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E2E2E3;
    margin-bottom: 25px;
    padding: 15px 20px;
}
.purchase-history__order-list .order-download.active {
    margin-top: 50px;
}
.purchase-history__order-list .order-download.active:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 100%;
    border: 1px dashed #E2E2E3;
}
.purchase-history__order-list .order-download a {
    display: inline-block;
    padding: 16px 69px;
    font-size: 17px;
    color: #5A5A5A;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    background-color: #ffffff;
}
.purchase-history__order-list .order-download a:first-child {
    margin-right: 15px;
}
/* End Purchase History */
.maki-ct-order__content{
    font-family: Hiragino Kaku Gothic ProN W6;
    padding-bottom: 10px;
}
.maki-ct-order__content table thead tr td{
    background-color: #F8F8F8;
    border-bottom: 1px solid #E2E2E3;
    border-radius: 5px 5px 0 0;
    height: 50px;
    vertical-align: middle;
    white-space: nowrap;
}
.maki-ct-order__content table thead tr td:first-child{
    text-align: right;
}
.maki-ct-order__content table tbody tr{
    padding-left: 20px;
}
.maki-ct-order__content table tr td{
    padding: 13px 35px 6px 22px;
}
.maki-ct-order__content table tr td:nth-child(n+3){
    text-align: right;
}
.maki-ct-order__content table tbody tr td{
    font-size: 12px;
    vertical-align: middle;
    border:0;
}
.maki-ct-order__content table tbody tr td .name{
    color: #0D73FF;
}
.maki-ct-order__content table tbody tr td .model{
    font-size: 10px;
    font-family: Hiragino Kaku Gothic ProN W3;
    margin-top: 5px;
}
.maki-ct-order__content table tbody .border-table{
    height: 1px;
    background-color: #707070;
}
.maki-ct-order__content table tbody td .item-link {
    display: inline-block;
    width: 90px;
}
.summary-info-order{
    text-align: right;
    padding-right: 35px;
}

.summary-info-order >div{
    margin-bottom: 10px;
}
.summary-info-order span{
    width: 145px;
    display: inline-block;
}
.summary-info-order span.color-red{
    color: #FF0000;
}
.btn-cart-mb-wrap{
    display: none;
}
.shoppingcart-item .ct-pl-0{
    padding-left: 0;
}
.order-item .show-sp{
    display: none;
}
.purchase-history-detail .order-detail__heading .left{
    display: flex;
}
.purchase-history-detail .order-detail__heading .left .line1 {
    margin-bottom: 0;
    margin-right: 10px;
    flex: 0 0 auto;
}
.purchase-history-detail .order-detail__heading .left .line2 {
    display: flex;
    flex: 1;
}
.purchase-history-detail .order-detail__heading .left .line2 span {
    flex: 0 0 auto;
    margin-right: 5px;
}
.purchase-history-detail .order-detail__heading .left .line2 span:first-child {
    flex: 1;
}
.shopping-cart-warp .shoppingcart-cat:not(:last-child) {
    padding-bottom: 30px;
}
.shopping-cart-warp .shoppingcart-cat__content {
    padding: 25px 0 0;
}
#info-cart-payment{
    display: none;
}
.shopping-cart-warp .title-content {
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #60646c;
}
.shopping-cart-warp .btn-input-credit {
    margin-bottom: 25px;
    background-color: #12448F;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.shopping-cart-warp .payment-credit-box .btn-input-credit:active:focus,
.shopping-cart-warp .payment-credit-box .btn-input-credit:focus {
    box-shadow: none;
    border: none;
}
.shopping-cart-warp .btn-input-credit i {
    margin-right: 5px;
}
.shopping-cart-warp .payment-credit-box .btn-input-credit:hover {
    background-color: #000000;
}
.shopping-cart-warp .info-credit-cart .btn-input-credit {
    margin-bottom: 0;
}
.shopping-cart-warp .info-credit-cart .title-label {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
}
.shopping-cart-warp .info-credit-cart p:last-child {
    margin-bottom: 0;
}
.shopping-cart-warp .info-credit-cart .item-col {
    margin-bottom: 15px;
}
.info-credit-cart .item-check:not(:last-child) {
    margin-bottom: 15px;
}
.info-credit-cart .item-check .form-group {
    margin: 0 0 0 15px;
}
.info-credit-cart .item-check .form-group select {
    width: 100px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}
.modal-credit-card .modal-content {
    border: none;
}
.modal-credit-card .modal-header {
    background-color: #12448F;
}
.modal-credit-card .modal-header .modal-title {
    color: #ffffff;
}
.modal-credit-card .modal-header .close {
    color: #ffffff;
    opacity: 1;
}
.modal-credit-card .modal-footer .btn-primary {
    background-color: #12448F;
}
.billing-information .form-group .form-check {
    margin-top: 10px;
}
.list-order-product .item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
}
.list-order-product .item-product img {
    width: 100%;
}
.list-order-product .item .title-product {
    font-weight: bold;
    font-size: 18px;
}
.list-order-product .item .price {
    font-size: 16px;
    margin-bottom: 10px;
}
.list-order-product .item .quantity {
    margin-bottom: 15px;
}
.list-order-product .item .quantity span.text-label {
    display: inline-block;
    margin-right: 8px;
}
.list-order-product .item .quantity input {
    padding: 5px 8px;
    margin-right: 8px;
    width: 60px;
}
.list-order-product .item .btn-update-product {
    display: inline-block;
    cursor: pointer;
    padding: 5px 25px;
    border: 1px solid #dddddd;
}
.list-order-product .item .btn-update-product img {
    margin-left: 5px;
}
.info-complete-payment .title-box {
    margin-bottom: 25px;
}
.info-complete-payment .info-member > div {
    padding: 15px;
}
.info-complete-payment .info-member > div:nth-child(odd) {
    background-color: #F8F8F8;
}
.info-complete-payment .info-member > div span {
    display: inline-block;
}
.info-complete-payment .info-member div span:first-child,
.info-complete-payment .info-member div span.total {
    font-weight: bold;
}
.info-complete-payment .info-member .item-product{
    display: flex;
    flex-wrap: wrap;
}
.info-complete-payment .info-member .item-product .thumbnail{
    width: 90px;
    height: 90px;
}
.info-complete-payment .info-member .item-product img {
    width: 100%;
    height: 100%;
}
.info-complete-payment .info-member .item-product .info-product{
    width: calc(100% - 90px);
    padding-left: 15px;
}
.info-complete-payment .info-member .title-product {
    font-weight: bold;
    font-size: 14px;
}
.info-complete-payment .product .item-product:not(:last-child) {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.info-complete-payment .info-product > div {
    margin-bottom: 5px;
    font-weight: bold;
}
.shoppingcart-cat__content .item-complete:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.shoppingcart-cat__content .order-detail {
    background-color: rgba(0,0,0,.05);
    padding: 15px;
}
.shoppingcart-cat__content .order-detail ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
}
.shoppingcart-cat__content .order-detail ul li span {
    display: inline-block;
}
.shoppingcart-cat__content .order-detail ul li span:first-child {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    width: 250px;
}

.shopping-cart-wrap{
    margin: 0 30px 20px;
    font-family: "Hiragino Kaku Gothic ProN W3";
}
.shopping-cart-by-address{
    border-radius: 5px;
    margin-bottom: 20px;
}
.box-order__content{
    padding-bottom: 15px;
}
.box-order__content.maki-ct-order__content table tbody tr td .name{
    color: #222;
}
.box-order__heading{
    border: 1px solid #ddd;
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 7px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.box-order__heading .left{
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    font-size: 12px;
}
.box-order__heading .box-order__heading-left{
    width: calc(100% - 130px);
}
.box-order__heading .left .title{
    color: #7B7B7B;
}
.ct-summary-money{
    font-size: 20px;
    font-family: Hiragino Kaku Gothic ProN W6;
    background-color: #F8F8F8;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-order__heading .left ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box-order__heading .left ul li{
    width: 50%;
    margin-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
}
.box-order__heading .left ul li span:first-child{
    color: #7B7B7B;
    display: block;
    margin-right: 5px;
    width: 135px;
}
.box-order__heading .left ul li span:last-child{
    width: calc(100% - 140px);
}
.box-order__heading .btn-change-addr{
    background-color: #ffffff;
    padding: 5px 35px;
    border-radius: 5px;
    font-family: Hiragino Kaku Gothic ProN W6;
    font-size: 12px;
    color: #12448F;
    border: 1px solid #12448F;
}
.box-order__heading .btn-change-addr:hover{
    background-color: #43A831;
    border-color: #43A831;
    color: #fff;
}
.ct-change-quant{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 5px;
    width: 180px;
}
.ct-change-quant input {
    max-width: 70px;
    margin-right: 15px;
    height: 30px !important;
    padding-left: 10px !important;
}
.ct-change-quant .btn-change-quantity {
    padding: 3px 20px;
    font-size: 11px;
    background-color: #ffffff;
    border-radius: 5px;
    font-family: Hiragino Kaku Gothic ProN W6;
    border: 1px solid #12448F;
    color: #12448F;
}
.ct-change-quant .btn-change-quantity:hover {
    background-color: #43A831;
    border-color: #43A831;
    color: #fff;
}
.ct-box-left{
    padding-left: 15px;
}
.ct-box-left .title{
    font-family: "Hiragino Kaku Gothic ProN W6";
}
.ct-box-left ul li{
    display: flex;
    flex-wrap: wrap;
}
.ct-box-left ul li span{
    margin-bottom: 5px;
}
.ct-box-left ul li span:first-child{
    width: 90px;
    color: #7B7B7B;
}
.summary-money{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: Hiragino Kaku Gothic ProN W6;
}
.txt-method-payment{
    padding-left: 15px;
}
.txt-method-payment div{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.txt-method-payment .title{
    margin-left: -15px;
    font-size: 16px;
}
.box-summary-money__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-summary-money__footer .btn{
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
}
.box-summary-money__footer .btn-prev{
    border: 1px solid #222222;
    background-color: #fff;
    margin-right: 20px;
}
.box-summary-money__footer .btn-confirm-order{
    background-color: #43A831;
    border: 1px solid #43A831;
    color: #fff;
}
.address-list__content .error {
    margin-top: 10px;
}
.address-list__content .is-invalid ~ .error {
    display: none;
}

.order-detail__content .order-item .item-info__text.show-sp{
    display: none;
}
.maki-ct-order__content table tbody tr td:first-child {
    width: 90px;
}
.ct-change-quantity-step2 .error-number-quantity {
    text-align: left;
}
.maki-ct-order__content table.table-step2 tbody tr td {
    vertical-align: initial;
}
.swal2-container .back-cart-page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 1199px){
    .shoppingcart-cat{
        padding-left: 15px;
        padding-right: 15px;
    }
    .purchase-history__filter{
        padding: 20px;
    }
    .purchase-history__filter .left{
        display: block;
    }
    .purchase-history__filter .left span{
        display: block;
    }
    .purchase-history__filter .left select{
        width: 100%;
        margin: 13px 0;
    }
    .purchase-history__filter .left input{
        max-width: 100%;
        width: 100%;
        margin: 13px 0;
    }
    .purchase-history__filter .left div button{
        margin: 13px 0;
    }
    .purchase-history__filter .right{
        border-left-width: 0;
        padding-left: 0;
    }
    .purchase-history__filter .right span{
        display: block;
        margin-bottom: 13px;
    }
    .purchase-history__filter .right select{
        margin-left: 0;
        margin-right: 20px;
    }
    .order-item .btn{
        max-width: 300px;
        width: 100%;
    }
    .order-detail__content{
        padding: 15px;
    }
    .ct-summary-money{
        font-size: 15px;
    }
    .purchase-history-detail .order-detail__heading .left{
        flex-direction: column;
        gap: .5rem;
    }
    .purchase-history-detail .order-detail__heading .left > .line2{
        flex-direction: column;
        gap: .5rem;
    }
    .purchase-history-detail .order-detail__heading .left > .line2 span.font-bold{
        word-break: break-word;
        max-width: 50%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .box-register-newmember .btn-register,.box-login__content .btn-login{
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .maki-ct-order__content table tr td{
        padding: 10px 15px;
    }
    .purchase-history-detail .order-detail__heading .left .line1{
        width: 100%;
        margin-bottom: 10px;
    }
    .box-order__heading{
        font-size: 13px;
    }
    .ct-change-quant{
        display: block;
        width: unset;
    }
    .ct-change-quant input{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ct-change-quant .btn-change-quantity{
        display: block;
        margin-left: auto;
        padding: 3px 10px;
    }
    .box-order__heading .left{
        display: block;
    }
    .box-order__heading .left div:not(:last-child){
        margin-bottom: 5px;
    }
}
@media (max-width: 991px){
    .shoppingcart-item .ct-md-right{
        width: 100%;
        padding-left: 0;
        margin-left: -5px;
        margin-top: 25px;
    }
    .shoppingcart-item .ct-md-right .col-lg-2{
        order: 1;
    }
    .shoppingcart-item .ct-md-right .col-lg-1{
        order: 2;
    }
    .shoppingcart-item .ct-md-right .col-lg-9{
        order: 3;
    }
    .shoppingcart-item .ct-md-d-flex{
        display: flex;
    }
    .shoppingcart-item .ct-pl-0{
        padding-left: 15px;
    }
    .shoppingcart-item .model{
        margin-top: 5px;
    }

    .shoppingcart-item .price-detail>div{
        margin-bottom: 0;
        margin-right: 15px;
    }
    .shoppingcart-item .item-info__text{
        margin-top: 20px;
    }
    .shoppingcart-list{
        padding: 0 10px;
    }
    .order-detail__content .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .order-detail__content .row .col-12{
        padding-left: 10px;
        padding-right: 10px;
    }
    .order-detail__content{
        padding: 10px;
    }
    .order-item .thumbnail{
        margin-right: 10px;
    }
    .purchase-history-detail__heading{
        flex-wrap: wrap;
        background-color: transparent;
        border-left-width: 0;
        height: unset;
        padding: 0;
    }
    .purchase-history-detail__heading .left{
        width: 100%;
        background-color: #fff;
        border-left: 8px solid #12448F;
        height: 80px;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        padding-left: 30px;
    }
    .purchase-history-detail__heading .right{
        width: 100%;
    }
    .ct-box-left{
        margin-bottom: 15px;
        padding-left: 0;
        position: relative;
    }
    .ct-box-left ul li{
        justify-content: space-between;
        padding: 7px 15px;
    }
    .ct-box-left ul li span{
        margin-bottom: 0;
    }
    .ct-box-left .title{
        height: 30px;
        display: flex;
        align-items: flex-end;
        padding-left: 15px;
    }
    .list-btn-bot-cart-step{
        margin: 20px auto;
    }
    .cart__content .copyright-cart{
        padding: 20px 0;
    }
    .shoppingcart-details__box-bot{
        padding: 20px 5px;
    }
    .shoppingcart-item .price-detail ul li select{
        margin-top: -5px;
    }
}
@media (max-width: 767px){
    .box-order-category.border-top {
        border-top: 0px !important;
    }
    .cart-summary__subtotal {
        border-bottom: 1px solid #DDDDDD;
        border-radius: 5px;
    }
    .cart-delivery-time {
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        border-radius: 5px;
    }
    .cart-delivery-time ul {
        border-top: 0px
    }
    .box-login{
        margin-bottom: 20px;
    }
    .order-item .show-sp{
        display: block;
    }
    .order-detail__content .order-item .item-info__text.show-sp{
        display: -webkit-box;
    }
    .btn-cart-mb-wrap{
        display: block;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #DDDDDD;
        padding: 25px 20px 20px;
        margin-bottom: 10px;
    }
    .btn-cart-mb{
        background-color: #43A831;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        font-family: Hiragino Kaku Gothic ProN W6;
        max-width: 400px;
        margin: 0 auto;
    }
    .shoppingcart__order-content .left{
        width: 100%;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        margin-bottom: 24px;
        padding: 15px 15px 0;
    }
    .shopping-cart-warp .shoppingcart-cat__content{
        padding: 15px;
    }
    .shoppingcart__order-content .right{
        width: 100%;
        border: 1px solid #DDDDDD;
        padding: 15px;
    }
    .shoppingcart__order-content .right .cart-payments{
        margin: 0;
        margin-left: 5px;
    }
    .shoppingcart__more-address{
        margin-bottom: 20px;
    }
    .bg-white-mb{
        background-color: #fff;
    }
    .shoppingcart-details{
        border: 0;
        border-radius: 0;
    }
    .shoppingcart-cat{
        padding-left: 0;
        padding-right: 0;
    }
    .shoppingcart-cat.ct-mb-border .shoppingcart__address .address-list:last-child{
        border-bottom: 0;
    }
    .shoppingcart-cat.ct-mb-border .shoppingcart__order-input{
        border-bottom: 0;
        padding-left: 0;
    }
    .shoppingcart_step{
        margin: 0;
    }
    .shoppingcart_step-heading{
        margin: 17px 0;
    }
    .address-list__content{
        margin-left: 0;
    }
    .address-item{
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        flex-wrap: wrap;
        background-color: #fff;
        padding: 20px 0 20px 10px;
    }
    .address-item .text{
        width: 100%;
        margin-bottom: 15px;
    }
    .address-item .btn-right{
        width: 100%;
        flex-wrap: wrap;
    }
    .address-item .text span{
        display: block;
    }
    .btn-edit-address{
        order: 1;
        width: 74%;
    }
    .btn-delete-address{
        order: 2;
        width: 20%;
    }
    .btn-send-address{
        order: 3;
        width: 100%;
    }
    .address-item .btn-right>.btn{
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .address-list__content-delivery{
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        padding: 20px 10px;
        margin-bottom: 15px;
    }
    .logo-cart_step{
        padding-top: 5px;
        padding-bottom: 35px;
    }
    .logo-cart_step img{
        max-width: 185px;
    }
    .shoppingcart_step-tab span:first-child{
        font-size: 7px;
    }
    .shoppingcart_step-tab span:last-child{
        font-size: 10px;
    }
    .shoppingcart_step-tab{
        height: 45px;
    }
    .shoppingcart_step-heading h2{
        font-size: 16px;
        height: 25px;
        border-left-width: 4px;
    }
    .shoppingcart-cat__head h3{
        border-left-width: 4px;
    }
    .delivery-time-info{
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }
    .delivery-time-info> div{
        width: 100%;
        margin-bottom: 10px;
    }
    .delivery-time-info .delivery-date{
        margin-left: 0;
    }
    .delivery-time-info select{
        width: 100%;
    }
    .shoppingcart-cat textarea.note{
        width: calc(100% - 40px);
        margin: 20px auto 0;
        display: block;
    }
    .list-btn-bot-cart-step{
        flex-wrap: wrap;
        margin: 10px;
    }
    .list-btn-bot-cart-step .btn{
        width: 100%;
        margin-bottom: 13px;
    }
    .list-btn-bot-cart-step .btn-back{
        margin-right: 0;
    }
    .cart-summary-wrap{
        margin-top: 20px;
    }
    .cart-summary__content{
        padding: 15px 20px;
    }
    .cart__content .copyright-cart{
        background-color: #F0F1F4;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 15px;
        padding-bottom: 25px;
        text-align: center;
    }
    .btn-back-to-home{
        margin: 30px auto;
        width: 100%;
    }
    .purchase-history__filter{
        color: #343333;
    }
    .purchase-history__filter > .row > .col-md-6:first-child{
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #707070
    }
    .purchase-history__filter .right select{
        width: 48%;
        margin-right: 0;
    }
    .purchase-history__filter .right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .purchase-history__filter .right span {
        width: 100%;
    }
    .order-detail-by-date > .ct-row > .col-md-2,.order-detail-by-date > .ct-row > .col-md-10{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-detail__heading .box-shipping{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .order-detail__heading .box-shipping .delivery-info{
        width: 100%;
        margin-right: 0;
        text-align: right;
    }
    .order-detail__heading{
        height: unset;
    }
    .order-detail-by-date__left .text-date{
        margin-bottom: 15px;
    }
    .order-detail-by-date__left .btn{
        width: 49%;
    }
    .order-detail-by-date__left button.btn{
        background-color: #fff;
        height: 40px;
        font-size: 11px;
    }
    .order-detail-by-date__left .btn-check-order{
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .order-detail-by-date__left{
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .order-detail-by-date__left .btn-download-delivery{
        margin: 0;
    }
    .order-detail__heading .left .line2>span{
        display: block;
        margin-bottom: 10px;
    }
    .order-detail__heading .box-shipping .delivery-info .line2{
        margin: 5px 0;
    }
    .order-detail__heading .box-shipping .delivery-info .text{
        display: none;
    }
    .btn-check-status{
        width: 153px;
        height: 27px;
        font-size: 9px;
        margin-bottom: 5px;
    }
    .btn-order-repeat{
        height: 27px;
        width: 100%;
        max-width: 95%;
        margin-left: unset;
    }
    .btn-check-status img:first-child{
        max-width: 19px;
    }
    .order-item .item-info__text.hide-sp{
        display: none;
    }
    .order-item .item-info__text.show-sp{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .order-detail__content{
        padding: 20px;
    }
    .order-item .thumbnail{
        margin-right: 15px;
    }
    .order-detail__content .row .col-lg-3{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .order-item .btn{
        width: 49%;
        margin: 0;
        font-size: 10px;
    }
    .order-item .btn-buy-again{
        width: 100%;
        height: 50px;
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .order-detail__heading .right{
        max-width: 160px;
        text-align: right;
    }
    .order-item .model{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .item-info__price {
        margin-top: 3px;
    }
    .purchase-history-detail__heading .left{
        height: 40px;
        border-left-width: 4px;
    }
    .purchase-history-detail__heading .right{
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    .purchase-history-detail__heading .right .btn{
        margin: 0;
        width: 49%;
        height: 40px;
        font-size: 11px;
    }
    .maki-ct-order__content table thead{
        display: none;
    }
    .maki-ct-order__content table tbody tr td{
        display: block;
        padding: 15px 10px;
        vertical-align: top;
        box-sizing: content-box;
    }
    .maki-ct-order__content table tbody tr td:first-child{
        display: inline-block;
        width: 90px;
    }
    .maki-ct-order__content table tbody tr.box-order-category td{
        display: inline-block;
        width: auto;
    }
    .maki-ct-order__content table tbody tr td:nth-child(2){
        display: inline-block;
        width: calc(100% - 130px);
    }
    .maki-ct-order__content table tbody tr td[data-title]:before {
        content: attr(data-title) " : ";
        color: #7B7B7B;
        font-family: Hiragino Kaku Gothic ProN W3;
        float: left;
    }
    .maki-ct-order__content table tbody tr td[data-title]{
        border-bottom: 1px solid #ACACAC;
        font-size: 16px;
    }
    .maki-ct-order__content table tbody .border-table, .maki-ct-order__content table tbody tr td.td-border-table{
        display: none;
    }
    .maki-ct-order__content{
        padding: 0 10px 10px;
        border-top: 1px solid #E2E2E3;
    }
    .summary-info-order{
        padding-right: 10px;
    }
    .summary-info-order span{
        width: 49%;
    }
    .box-order-product{
        margin-bottom: 15px;
    }
    .shopping-cart-wrap{
        margin: 0 0 20px;
    }
    .box-summary-money{
        font-size: 12px;
    }
    .ct-box-left .title{
        padding-left: 0;
    }
    .ct-box-left ul li{
        padding: 7px 0;
    }
    .ct-order-md-1{
        order: 1;
    }
    .ct-order-md-2{
        order: 2;
        border-bottom: 1px solid #ddd;
    }
    .ct-order-md-3{
        order: 3;
        border-bottom: 1px solid #ddd;
    }
    .ct-order-md-4{
        order: 4;
    }
    .modal-credit-card .item-col {
        margin-bottom: 15px;
    }
    .box-order__heading .left ul li{
        width: 100%;
    }
    .box-order__heading .left{
        width: 100%;
        margin-bottom: 10px;
    }
    .box-order__heading .box-order__heading-left{
        width: 100%;
    }

    .delivery-address-item .right .ct-col.address div.mb-1{
        height: 35px;
        line-height: 35px;
        margin-bottom: 0 !important;
    }
    .shoppingcart-item .ct-pl-0.price-detail{
        padding-left: 10px;
    }
}
@media (max-width: 500px) {
    .shoppingcart-details__box-bot{
        display: block;
        padding: 20px;
    }
    .shoppingcart-details__box-bot>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .shoppingcart-details__box-bot>div img{
        margin-right: 10px;
    }
    .box-summary-money__footer .btn{
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .txt-method-payment{
        padding-left: 5px;
    }
    .txt-method-payment .title{
        margin-left: -5px;
    }
    .shoppingcart-item .ct-md-right .col-lg-1{
        padding-left: 0;
    }
    .shoppingcart-cat__content .order-detail ul li span:first-child{
        display: block;
        margin-bottom: 5px;
    }
}

@media (max-width: 425px) {
    .box-order__heading{
        padding: 7px 10px;
    }
    .box-number-money{
        padding-right: 10px;
    }
}
@media (max-width: 375px) {
    .order-detail__content{
        padding: 10px;
    }
    .order-item .btn i.fa{
        margin-right: 5px;
    }
    .order-item .btn{
        font-size: 8px;
    }
    .order-item .btn-buy-again{
        font-size: 16px;
    }
    .order-detail__heading{
        padding: 10px;
    }

    .shoppingcart-item .ct-md-right .col-lg-1{
        padding-right: 0;
    }
    .box-order__heading .left{
        font-size: 10px;
    }
}

.btn-pay-success {
    justify-content: flex-start;
    margin: 20px 0 20px 20px;
}

.box-order-category td, .box-order-category .category-name {
    padding: 10px 22px !important;
    background-color: #FFFFFF;
    border-left: 8px solid #12448F !important;
}
.order-summary__subtotal {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: end;
}
.order-summary__subtotal .color-red {
    color: #FF0000;
}
.cart-summary__subtotal_price {
    height: auto !important;
    flex-wrap: wrap;
}
.text-break {
    word-break: break-word;
}

.box-order-category.border-top:first-child {
    border-top: 0px;
}

.shopping-cart-by-address .box-order-category .category-name {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.shopping-cart-by-address .table-step2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #ffffff;
}

.shopping-cart-by-address .summary-info-order {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}

.shopping-cart-by-address .summary-info-order >div:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px){
    .shopping-cart-by-address .maki-ct-order__content {
        border-top: 0;
    }
    .shopping-cart-by-address .box-order-category .category-name {
        border-bottom: 1px solid #ddd;
    }
    .shopping-cart-by-address .table-step2 {
        border-bottom: 0;
    }
}