.checkout_box__KPN1V {
    padding: 25px 40px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}
.checkout-stepper_stepper__yOa9_ {
    background-color:#fff;
    display:-ms-flexbox;
    display:flex;
    gap:21px
}
.checkout-stepper_item___yCH5 {
    -ms-flex:1 1;
    flex:1 1;
    text-align:center;
    font-size:125%;
    padding:8px 10px;
    background-color:#f1f1f1;
    position:relative;
    height:42px;
    line-height:1;
    -ms-flex-pack:center;
    justify-content:center;
    color:#a5a5a5
}
.checkout-stepper_item___yCH5, .checkout-stepper_item___yCH5>div {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.checkout-stepper_item___yCH5>div {
    gap:10px
}
.checkout-stepper_item___yCH5:after, .checkout-stepper_item___yCH5:before {
    content:"";
    position:absolute;
    top:0;
    width:0;
    height:0;
    border-top:21px solid transparent;
    border-bottom:21px solid transparent;
    border-left:21px solid
}
.checkout-stepper_item___yCH5:before {
    color:#fff;
    left:0
}
.checkout-stepper_item___yCH5:after {
    color:#f1f1f1;
    right:-21px
}
.checkout-stepper_item___yCH5:first-child:before, .checkout-stepper_item___yCH5:last-child:after {
    display:none
}

.checkout-stepper_item___yCH5.checkout-stepper_active__kEsRH[class*=stepNumber] {
    background-color:#111
}
.checkout-stepper_stepNumber__81lum {
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background-color:#a5a5a5;
    color:#fff;
    border-radius:100vw;
    font-size:14px
}
.checkout-stepper_item___yCH5.checkout-stepper_active__kEsRH {
    background-color:#ff7988;
    color:#fff
}
.checkout-stepper_item___yCH5.checkout-stepper_active__kEsRH:after {
    color:#ff7988
}


.cart-div-content{
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.cart-div-content .cart-div-left{
    width: 60%;
}

.cart-div-title{
    font-size: 46px;
    font-weight: 700;
    padding: 35px 0px 30px 0px;
}

.cart-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom:1px solid rgb(232, 232, 225);
    padding:20px 0px;
}

.cart-div-content .cart-div-left .image{
    width:20%;
}

.cart-item:last-child {
    border: none;
}

.remove-price{
    display: flex;
    justify-content: space-between;
}
.cart-item .info{
    text-align: left;
    width: 80%;
    padding-left: 4%;
    font-size: 16px;
}
.cart-item .info>div{
    margin-bottom: 8px;
}
.checkbox{
    padding: 30px;
    width: 100%;
    font-size: 17px;
    margin-top: 30px;
    background: #4a4a4a;
    border-radius: 5px;
}
.checkbox .total-price{
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    line-height: 50px;
}
.checkbox .info{
    font-size: 13px;
    padding: 20px 0px;
}
.checkout{
    background: rgb(198, 156, 109,0.5);
    color: #fff;
    line-height: 54px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}
.checkbox .sub-price,.checkbox .coupon-line{
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    line-height: 50px;
}
.cart-div-right{
    width: 31%;
}
.cart-item .image img{
    max-width: 100%;
}

.attrlist{
    display: flex;
    justify-content:flex-start;
}
.cart-qty-add,.cart-qty-cut{
    border-radius: 20px 0px 0px 20px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: solid 1px rgb(229, 231, 235);
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.cart-qty-add:hover,.cart-qty-cut:hover{
    background: rgb(242, 242, 242);
}
.cart-qty-add i,.cart-qty-cut i{
    font-size: 18px;
}
.cart-qty-cut{
    border-radius: 0px 20px 20px 0px;
    border-left: none;
}
.cart-qty-add{
    border-right: none;
}
.product-cart-actions{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px 10px 0px;
}
.product-cart-actions .qty{
    height: 38px;
    line-height: 36px;
    background: none;
    border:solid 1px rgb(229, 231, 235);
    border-left: none;
    border-right: none;
    color: #fff;
    border-radius: 0px;
}
.product-cart-actions .qty:focus {
    outline: none; /* Remove outline on focus */
    box-shadow: none; /* Remove any box shadow on focus */
}
/*:focus-visible {*/
/*    outline: -webkit-focus-ring-color auto 1px;*/
/*}*/
.attr .attrlist .val-text{
    color: #fff;
    display: flex;
}
.attr .attrlist .key{
    padding-right: 5px;
    font-weight: bolder;
}
.attr .attrlist{
    font-size: 15px;
    display: flex;
    /* flex-direction: column; */
    background: #4a4a4a;
    padding: 7px 9px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.product-cart-total .remove a{
    font-size: 15px;
}
.cart-div-right .coupon{
    display: flex;
    justify-content:space-between;
}
.coupon .input-text{
    line-height: 40px;
    height: 40px;
    width: 80%;
}
#applycouponcartmobile,#couponcancell{
    background: rgb(120 127 133);
    height: 40px;line-height: 40px;
    border-radius: 2px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 10px;
}
.countinue-shiopping{
    margin-top: 25px;
    background: #fff;
    line-height: 54px;
    border-radius: 50px;
    /*border: solid 1px #000;*/
    /* font-weight: bolder; */
    font-size: 16px;
    cursor: pointer;
    color: #4a4a4a;
}
.cart-div-page{
    padding: 10px;
}
