.cart_area{
    display: flex;
    width: 100%;
}
.cus-base01.cus-cart {
    padding-left: 20px;
}
.cus-cart .ec-progress {
    max-width: 100% !important;
    flex-direction: row;
    outline: 3px solid #e8e8e8;
}
.cus-cart .ec-progress__number{
    background-color: #373838 !important;
}
.ec-progress__item .ec-progress__number {
    width: 100%;
}
.cus-cart .ec-progress__item:not(:last-of-type) .ec-progress__number:after {
    border-left: 18px solid #373838 ;
}
.cus-cart .ec-progress .ec-progress__item.is-complete .ec-progress__number {
    background: white !important;
    color: black !important;
}
.cus-cart .ec-progress__item:not(:last-of-type) .ec-progress__number:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    z-index: 11;
}
.cus-cart
.ec-progress__item:not(:last-of-type).is-complete
.ec-progress__number:after {
    border-left: 18px solid white;
}
.header_price{
    text-align: right;
    margin-right: 10px;
}
.cart_left_area{
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    width: inherit;
    padding-top: 20px;
}
.fullWidthColLeft{
    width: 100% !important;
}
.cart_right_area{
    width: 30%;
}
.cart_header{
    display: flex;
    margin-bottom: 20px;
}
#title_shopping{
    width: 30%;
}
#point_info{
    float: right;
    width: 70%;
}
#title_shopping>p{
    font-weight: 550;
    font-size: 25px;
    color: black !important;
}
#point_info>div{
    float: right;
}
.header_price{
    margin-top: 10px;
}
.cart_item{
    display: flex;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    background-color: #f8f8f8 ;
}
#form_cart{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img_item{
    width: 24%;
    padding-left: 1%;
}
.img_item>a{
    width: 100%;
}
.div_cart_item{
    width: 70%;
    position: relative;
    padding-bottom:70%;
    height:0;
    background-color: #f8f8f8 !important;
}
.div_cart_item>img{ 
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(-0%, -50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.detail_info_item{
    width: 55%;
}
.price_item{
    width: 20%;
}
.price_item>div{
    float: right;
}
.price_item_p{
    text-align: right;
    margin-right: 10px;
}
.item_btn_action{
    display: flex;
}
.vertical_line{
    width: 1px;
    height: 15px;
    background-color: #d8d8d8;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-cartRow__amountDownButton__icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 27px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-cartRow__amountUpButton__icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-cartRow__amountUpDown{
    display: flex;
}
.ec-cartRow__amountUpDown img {
    height: 10px;
    width: 10px;
}
.div_quality{
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quality_item{
    font-size: 23px;
}
.name_item_cart{
    font-size: 18px;
    color:black;
    font-weight: 450;
}
.vertical_delete {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical_delete>a{
    color: #54807f !important;
}
p#subTotal_p {
    text-align: right;
}
.notify_area{
    margin-top:2%;
}
/* right */
.right_top {
    background: #f8f8f8;
    width: 95%;
    margin-left: 5%;
    padding: 25px 20px;
}
button#btn_proceed_checkout,button#btn_continue_shopping {
    width: 100%;
    height: 37px;
    border-radius: 8px;
   
    cursor: pointer;
    margin-bottom: 7px;
    transition: 0.4s;
}
button#btn_proceed_checkout{
    background: #ffd136;
    border: 1px solid #ffd136;
}
button#btn_continue_shopping{
    margin-top: 20px;
    background:#c6c6c6;
    border: 1px solid #c6c6c6;
}
button#btn_continue_shopping>a{
    color: white;
}
button#btn_proceed_checkout:hover{
    transition: 0.4s;
    background: #9b8310;
}
button#btn_continue_shopping:hover{
    transition: 0.4s;
    background: #ebebeb;   
    border: 1px solid #ebebeb;
}
.back_home_link>a{
    color: gray !important;
}

/* Block empty */
.subTotal_area_empty{
    width: 100%;
}
#title_empty{
  width: 49%;
  display: inline-block;
}
#subTotal_empty_p{
    width: 50%;
    display: inline-block;
    text-align: right;
}

/* MOBILE */
.subtotalMobile{
    box-shadow: rgba(33, 35, 38, 0.1) 10px 10px 10px 0px;
    display: none !important;
    margin-top: 10px;
    background: #e6e6e6;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    position: fixed;
    bottom: 0%;
    z-index: 100;
    left: 0;
}
.subtotalMobile>div{
    width: 95%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
#subtotalQualityMobile{
    height: 90%;
    font-size: 12px;
    width: 90%;
}
.div_subtotalQualityMobile{
    width: 40%;
    display: flex;
    justify-content:left;
    align-items: center;
}
.div_cartCheckout_mobile{
    width:60% ;
    display: flex;
    justify-content: right;
    align-items: center;
}
#btn_proceed_checkout_mobile{
    background: #ffd136;
    border: 1px solid #ffd136;
    border-radius: 3px;
    padding: 8px 5px;
}
#btn_proceed_checkout_mobile:hover{
    transition: 0.4s;
    background: #9b8310;
}
#cartCheckout_mobile{
    font-size: 12px;
}
@media screen and (max-width:1024px) {
    #title_shopping>p{
        font-size: 20px;
    }
    .name_item_cart>a,.price_item_p,.vertical_delete,.right_top>p{
        font-size: 15px;
    }
    .detail_info_item>p,#quality_item{
        font-size: 13px;
    }
    .ec-cartRow__amountDownButton__icon,.ec-cartRow__amountUpButton__icon{
        width: 23px;
        height: 23px;
    }
    .vertical_line{
        margin-top: 3px;
    }
    button#btn_proceed_checkout, button#btn_continue_shopping{
        border-radius: 4px;
        font-size: 12px;
    }
    .cart_left_area{
        width: 65%;
    }
    .cart_right_area{
        width: 35%;
    }
}

@media screen and (max-width: 1025px) {

    .block-sp-menu-body{
        display: none;
    }
    .cus-cart .ec-progress{
        display: none !important;
    }
    .subtotalMobile{
        display:flex !important;
    }
}
@media screen and (max-width: 1024px) {
    .cus-cart .ec-progress{
        display: none !important;
   }
   
    .cart_right_area{
        width: 0% !important;
        display: none;
    }
  
    .cart_left_area{
        width: 100% !important;
    }
    .info_user_and_cart{
        display: none !important;
      }
}

@media screen and (max-width: 480px) {
    #title_shopping>p{
        font-size: 17px;
    }
    .name_item_cart>a,.price_item_p,.vertical_delete,.right_top>p,#quality_item{
        font-size: 13px;
    }
    .detail_info_item>p{
        font-size: 11px;
    }
    .ec-cartRow__amountDownButton__icon,.ec-cartRow__amountUpButton__icon{
        width: 20px;
        height: 20px;
    }
}
.detail_info_item{
  position: relative;
}
.item_btn_action{
    position: absolute;
    bottom: 0%;
}
.detail_info_item>p{
    margin-bottom: 5px;
}
@media screen and (min-width:1025px) and (max-width:1182px){
    .cart_area,.cus-base01{
        width: 85%;
    }
    .payment_progress_cart{
        margin-left: 5%;
    }
 }
