.page_customer_account,.address,.page_order {
    padding: 20px 0
}

.col-left-ac .block-account .title-account {
    font-size: 19px;
    font-weight: 400;
    color: #212B25;
    margin-bottom: 7px;
    text-transform: uppercase
}

.col-left-ac .block-account p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 28px;
    color: #212B25;
    position: relative
}

.col-left-ac .block-account p a {
    color: #333
}

.col-left-ac .block-account p a:hover {
    color: #67bd45
}

.col-left-ac .block-account ul {
    padding: 0;
    margin: 0
}

.col-left-ac .block-account ul .title-info {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    display: block
}

@media (max-width: 767px) {
    .col-left-ac .block-account ul .title-info {
        margin-bottom:10px
    }
}

.col-left-ac .block-account ul .title-info:hover,.col-left-ac .block-account ul .title-info.active {
    color: #67bd45
}

h1,.title-head {
    font-weight: 400;
    color: #212B25;
}

.page_customer_account {
    margin-bottom: 30px
}

.page_customer_account .col-right-ac .name-account {
    margin-bottom: 40px
}

.page_customer_account .col-right-ac .title-yorder {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    color: #212B25;
    margin-bottom: 12px;
    text-transform: uppercase
}

.cart_modal {
    top: 50px;
    z-index: 99999;
}

.cart_modal table {
    margin-bottom: 0;
}

.cart_modal .modal-body {
    padding-bottom: 0;
}

.cart_box_item_img {
    display: inline-block;
    width: 90px;
}

.cart_box_item_pro {
    width: 360px;
}

.cart_box_item_info {
    width: 270px;
    padding-left: 10px;
    float: right;
}

.cart_box_item_name {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cart_box_item_del:hover {
    cursor: pointer;
}

.cart_box_item_qty i {
    cursor: pointer;
    color: #fe8918b8;
}
.product_in {
    line-height: 28px;
    font-size: 12px;
    font-weight: 600;
}
.cart_box_item_qty input{
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px !important;
    border-radius: 50%;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 20px;
}
.cart_box_item_qty button{
    left: 12px;
    top: 0px;
    font-size: 14px;
    outline: none;
    background: #fff;
    font-weight: 400;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.cart_box_item_price,
.cart_box_item_subtotal {
    white-space: nowrap;
    text-align: right;
    line-height: 30px;
}

#cart_popup .quantity_box {
    display: flex;
}

#cart_popup .quantity_box span {
    width: 18px;
    line-height: 33px;
    text-align: center;
}

#cart_popup .quantity_box span:hover {
    cursor: pointer;
}

#cart_popup .quantity_box input {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #999;
    float: left;
}

#cart_popup .quantity_box input::-webkit-outer-spin-button,
#cart_popup .quantity_box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cart_popup .quantity_box input[type=number] {
    -moz-appearance: textfield;
}

#cart_popup .cart_btn_continue {
    float: left;
}
button.close.text-success {
    border: none;
    background: none;
}

/* Chrome, Safari, Edge, Opera */

.cart_order_info input::-webkit-outer-spin-button,
.cart_order_info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.cart_order_info input[type=number] {
    -moz-appearance: textfield;
}

.cart_order_pro_item {
    margin-bottom: 15px;
    display: flex;
}

.cart_order_pro hr{
    margin: 0.1rem 0;
}

.cart_order_pro_item:last-child {
    margin-bottom: 0;
}

.cart_order_pro_item_img {
    width: 60px;
    float: left;
    margin-right: 15px;
}

.cart_order_pro_item_img img {
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.cart_order_pro_item_name p{

}

.cart_order_pro_item_img {
    position: relative;
}

.cart_order_pro_item_qty {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: white;
    background: #fd7c35;
}

@media (min-width: 1200px) {
    #cart_popup .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #cart_popup .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #cart_popup .modal-dialog {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .cart_box_item_pro {
        width: 260px;
    }
    .cart_box_item_info {
        width: 170px;
    }
}
.cart_header_pro_item_name p {
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}
form.coupon-table {
    display: flex;
}