/* 3) css cart.css */


/* css template cart*/

.title-cart {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
    color: #94ce52;
    text-transform: uppercase;
    border-bottom: 3px solid #94ce52;
}

.payment {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.count {
    text-align: center;
    position: relative;
}

.count .uk-position-relative {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.count .btn {
    position: relative;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    cursor: pointer;
    padding: 0;
}

.count .augment {
    /* right: 50px; */
}

.count .abate {
    /* left: 50px; */
}

.pt_tieudebang,
.pt_tieudebang td {
    border: unset;
    color: #0275bc;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.list_sanpham table {
    border: unset;
}

.pt_total_money button {
    background: #fff;
    border: 1px solid #707070;
    padding: 2px 10px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.pt_total_money button i {
    margin-right: 5px;
    color: #c6221e;
    line-height: 1.5;
}

.pt_thanhtien {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    font-weight: 600;
    font-size: 16px;
    color: #f1592a;
}

table .count .augment::before {
    margin: 13px auto;
}

.count .augment::before {
    width: 8px;
    height: 2px;
    margin: 14px auto;
    content: "";
    display: block;
}

.count .augment::before {
    background: #345d47;
}

table .count .augment::after {
    top: 10px;
}

.count .augment::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #345d47;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
}

.count .quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.count .abate::before {
    width: 8px;
    height: 2px;
    content: "";
    margin: 13px auto;
    display: block;
}

.count .abate::before {
    background: #33674b;
}

table .count .abate::before {
    margin: 13px auto;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    background: #fff;
    position: relative;
    margin-bottom: 0;
}

.payment .step .active .link {
    background: #ccc;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
    height: 40px;
    /* color: #fff; */
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #fff;
    color: #333;
}

.pt_table_cart {
    margin-top: 20px;
}

.pt_table_cart,
.pt_table_cart tr,
.pt_table_cart td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.pt_table_cart .pt_cart_header {
    background: #ccc;
    color: #333;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.pt_table_cart .pt_cart_header td {
    color: inherit;
    padding: 10px 15px;
    min-width: 90px;
    font-size: 15px;
}

.pt_table_cart .pt_cart_header .pt_images_cart {}

.pt_table_cart .pt_cart_header .pt_desc_cart {}

.pt_table_cart .pt_cart_header .pt_price_cart {}

.pt_table_cart .pt_cart_header .pt_quality_cart {}

.pt_table_cart .pt_cart_header .pt_money_cart {}

.pt_item_product_cart {}

.pt_item_product_cart .pt_images_cart {
    padding: 5px;
}

.pt_item_product_cart .pt_images_cart img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pt_item_product_cart .pt_desc_cart {
    font-size: 16px;
    font-weight: 600;
}

.pt_item_product_cart .pt_price_cart {
    color: #f1592a;
    font-size: 120%;
    font-weight: bold;
}

.pt_item_product_cart .pt_quality_cart {
    text-align: center;
}

.pt_item_product_cart .pt_money_cart {}

.pt_item_product_cart .pt_money_cart .pt_thanhtien {
    font-weight: bold;
    font-size: 120%;
}

.pt_box_money_product {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.pt_box_money_product ul {
    max-width: 470px;
    width: 100%;
}

.pt_box_money_product ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 10px 0; */
}

.pt_box_money_product ul li:first-child {
    border-bottom: 1px solid #eee;
}

.pt_box_money_product ul li span {
    display: inline-block;
    width: 50%;
    margin: 10px 0 !important;
    text-transform: uppercase;
    color: #707070;
    font-size: 16px;
}

.pt_box_money_product ul li span strong {
    color: #f1592a;
    font-size: 120%;
}

.pt_box_money_product ul li span.box_dattour {
    font-size: 14px;
}

.dat_hang {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px !important;
}

.dat_hang button {
    border: none;
    background: #94ce52;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}

.bosanphan {
    background: #f1592a;
    color: #fff;
    font-size: 12px;
    border: unset;
    padding: 2px 8px;
    border-radius: 3px;
}

.pt_cart_step_3 {}

.pt_title_cart {
    background: #f1592a;
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.pt_infor_customer_cart {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}

.pt_box_money_product ul li span.box_dattour a {
    background: #f1592a !important;
    color: #FFF;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
}

.pt_template_cart {
    padding-top: 30px;
}

.pt_tieudebang,
.pt_tieudebang td {
    font-size: 14px;
    background: #fff;
    color: #333;
    padding: 10px 10px !important;
    border: solid 1px #d2d2d2;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.contact_primary1 input {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 select {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px!important;
}

.contact_primary1 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px!important;
    outline: 0;
}

.box_dattour button {
    background: #f1592a;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.box_dattour button i {
    margin-left: 5px;
}


/*css reponsive cart*/

@media (max-width:767px) {
    .pt_table_cart .pt_cart_header {
        display: none;
    }
    .pt_item_product_cart td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        color: #333;
        font-weight: bold;
    }
    .count .uk-position-relative {
        justify-content: flex-end
    }
    .pt_table_cart {
        margin-top: 20px;
    }
    .pt_table_cart,
    .pt_table_cart tr,
    .pt_table_cart td {
        border: none;
    }
    .pt_item_product_cart .pt_images_cart {
        display: none;
    }
    .pt_table_cart .pt_item_product_cart {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        /* padding-bottom: 0px; */
        /* margin-bottom: 10px; */
        /* display: block; */
    }
    .pt_item_product_cart td {
        display: block;
        width: 100%;
        text-align: right;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pt_item_product_cart .pt_desc_cart {}
    .pt_item_product_cart .pt_price_cart {}
    .pt_item_product_cart .pt_quality_cart {
        text-align: right;
    }
    .pt_item_product_cart .pt_money_cart {}
    .pt_total_money button {
        background: #c6221e;
        color: #fff;
        border: none;
    }
    .pt_total_money button i {
        color: inherit;
        margin-right: 0;
    }
    .payment .step .link {
        padding-left: 20px;
    }
    .home_top .payment .step .item {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .pt_box_money_product ul li span {
        font-size: 14px;
    }
    .pt_box_money_product ul li {
        justify-content: flex-end
    }
    .pt_box_money_product ul li span.dat_hang {
        /* width: 100%; */
    }
    .dat_hang button {
        font-size: 12px;
        padding: 7px 10px;
        border-radius: 5px;
        line-height: 1;
    }
    .pt_box_money_product ul li span.dat_hang {
        /* width: 100%; */
    }
    .pt_box_money_product ul li span.box_dattour {
        /* width: 100%; */
        font-size: 12px;
        width: auto;
        margin-left: 5px !important;
    }
    .pt_box_money_product ul li span.box_dattour a {
        padding: 7px 10px !important;
        background: #d92025;
        color: #FFF;
        padding: 10px 25px;
        font-weight: bold;
        border-radius: 5px;
    }
    .pt_tieudebang,
    .pt_tieudebang td {
        font-size: 13px;
    }
    .pt_box_money_product ul li span {
        /* font-size: 14px; */
    }
    .box_agency .name_company_in {
        font-size: 18px;
    }
}

@media (max-width:375px) {
    .pt_box_money_product ul li span {
        width: 100%;
    }
    .pt_thanhtien {
        font-size: 13px;
    }
}


/*end css template cart*/
