.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.steps .step.active {
    border-color: #de2c27;
    cursor: default;
    z-index: 5;
    pointer-events: none;
}
button#continue__button {
    background-color: #003399;
    border-color: #003399;
}
.steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.steps .step {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 20px 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    text-decoration: none;
}
.steps .step .step-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .025em;
}
.steps a.step:not(.active) {
    transition: background-color .35s;
}

.steps .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkut-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.step.active h4 {
    color: #de2c27;
}
section.main-cart .card {
    border: none;
    border-radius: 5px;
}

.main-cart .card-body h6 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

section.main-cart .card label {
    margin-bottom: 10px;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

section.main-cart .card label.custom-control-label {
    font-size: 15px;
}
section.main-cart .card .custom-control {
    margin-bottom: 6px !important;
    padding-left: 0px !important;
}

section.main-cart .card .custom-control.custom-checkbox input {
    width: 15px;
    height: 15px;
}

section.main-cart .card .custom-control-label::after {
    width: 15px !important;
    height: 15px !important;
}

section.main-cart .card .custom-control-label::before {
    width: 13px;
    height: 13px;
    top: 5px;
    display: none;
}

section.main-cart .card label.custom-control-label a {
    color: #377dff;
}

.btn-cart-blade {
    background-color: #de2c27 !important;
    padding: 5px 20px;
}

.btn-cart-blade span {
    font-size: 13px;
}

.btn-cart-blade span i {
    font-size: 13px;
    margin-right: 10px;
}

.button-contrues span {
        font-size: 13px;
}



.button-contrues span i {
    font-size: 13px;
}

.button-contrues i {
    font-size: 13px;
    margin-left: 10px;
}

.button-contrues {
    padding: 5px 20px;
    background: #003399;
    border-radius: 4px;
}
.cart-list-rights p.free-shippin-aa em {
    color: #de2c27;
    font-size: 13px;
}

.cart-list-rights p.free-shippin-aa {
    padding-bottom: 10px;
}

.cart-list-rights .table-cart-add td {
    font-size: 14px;
}
.cart-list-rights .table tr:last-child>td {
    padding-top: 12px !important;
    border-top: 1px solid #e5e5e5;
}
.cart-list-rights .widget-order-summary .table td {
    padding: 6px 0;
    border: 0;
}

.cart-list-rights .set-price-cart {
    color: #de2c27 !important;
    font-size:  17px !important;
}

.cart-list-rights .cart-price-all {
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cart-list-products .entry {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-list-products .entry .entry-content {flex: 1;}

.cart-list-products .card {
    border: none;
    border-radius: 5px;
}
.cart-list-products .entry:last-child {
    border-bottom: none;
}
section.main-cart textarea.form-control {
    height: 85px;
}
.cart-list-products .card {
    height: 335px;
    overflow-y: scroll;
}
















.cart-list-box .cart-page {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 9999;
}

.cart-list-box {
    padding: 10px 0px;
}

.cart-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btton-cart-clear {
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 13px;
    line-height: unset;
    background: #de2c27;
    height: 40px;
}

.cart-headers > div:nth-child(1) {
    width: 40%;
    padding-left: 10px;
}
.cart-headers > div:nth-child(2) {
    width: 20%;
}
.cart-headers > div:nth-child(3) {
    width: 15%;
}
.cart-headers > div:nth-child(4) {
    width: 15%;
}
.cart-headers > div:nth-child(5) {
    width: 10%;
}
.cart-headers > div {
    border: 1px solid #cdcdcd;
    height: 65px;
    line-height: 65px;
}





























.item-cart-bodys > div:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.item-cart-bodys > div:nth-child(2) {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-cart-bodys > div:nth-child(3) {
    width: 15%;
}
.item-cart-bodys > div:nth-child(4) {
    width: 15%;
}
.item-cart-bodys > div:nth-child(5) {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-cart-bodys {
    display: flex;
    align-items: center;
}

.table-tr-items .product-item {
    display: flex;
    align-items: center;
}

.product-item {}

.table-tr-items img {
    width: 60px;
    height: 60px;
}

.table-tr-items .product-info {
    flex: 1;
    margin-left: 20px;
}

.table-tr-items h4.product-title a {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
}

.table-tr-items > div {
}

.item-cart-bodys > div {
    border: 1px solid #cdcdcd;
    height: 95px;
}

span.decreaseQtycart.cartsubclick {
    width: 45px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    color: #838b97;
    border: 1px solid #dce1e5;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
}

input.qtyValue.cartcart-amount {
    width: 50px;
    height: 41px;
    border: 1px solid #dce1e5;
    padding: 0 10px;
    text-align: center;
    margin: 0 0;
    color: #838b97;
}

input#current_stock {}

span.increaseQtycart.cartaddclick {
    width: 45px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    color: #838b97;
    border: 1px solid #dce1e5;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
}

.qtySelector.product-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.item-cart-bodys > div:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
}






















.section__content {
    width: max-content;
    margin-bottom: 20px;
}
.content-box {
    border: 1px solid #cecdcd;
    background: #fff;
    background-clip: padding-box;
    border-radius: 5px;
    color: #545454;
}
.content-box__row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 1em;
}
.description {
    padding-bottom: 10px;
}
.content-box__row~.content-box__row {
    border-top: 1px solid #d9d9d9;
}

.content-box__row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 1em;
}
.radio-wrapper:last-child {
    margin-bottom: 0;
    position: relative;
}
.radio-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
}
.radio__input, .checkbox__input {
    white-space: nowrap;
    /* padding-right: .75em; */
}

.radio__input, .checkbox__input {
    display: table-cell;
    position: absolute;
}
.content-box .input-checkbox, .content-box .input-radio {
    border-color: #d9d9d9;
    background-color: #fff;
    margin-top: 7px;
}

.input-checkbox:checked, .input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #337ab7 inset;
    box-shadow: 0 0 0 10px #337ab7 inset;
}
.input-checkbox:checked:after, .input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}
.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    opacity: 0;
}
.radio__label, .checkbox__label {
    cursor: pointer;
    vertical-align: middle;
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 30px !important;
    margin-bottom: 0px !important;
}
.radio__label__primary {
    cursor: inherit;
    font-family: inherit;
    vertical-align: top;
    display: table-cell;
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
}
.radio__label__accessory {
    text-align: right;
    padding-left: .75em;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.radio__label__icon {
    color: #1990c6;
    font-size: 1.5em;
    height: 100%;
    display: inline-block;
}
.radio__label__icon svg {
    height: 22px;
    fill: #357ebd;
}

.description {
    font-size: 14px;
}

.description strong {
    color: #4e4e4e;
}
.cart-mobile {
    display: none !important;
}

s.old_price {
    margin-right: 11px;
    color: #f00;
}
.tong-tiens {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 10px;
    margin-bottom: 10px;
}

.tong-tiens p {
    display: inline-block;
    margin-left: 8px;
    color: #f00;
    font-weight: 600;
    margin-bottom: 0px;
}

.btn-cart-blade {
    border: none;
    height: 33px;
}

.section__content.step-check-cart {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.content-box {
    margin-bottom: 20px;
}
.cart-next-steps {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.btn-sm.button-contrues {
    background: #003399;
}
.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}
.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 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px !important;
    outline: 0;
}
.infomation-title {
    position: relative;
    background: #f7f7f7;
    padding: 14px 10px 9px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 39px;
}
.delivery-type-item span.delivery-desc {
    margin: 10px 26px;
    display: none;
}

span.delivery-desc ul li {
    margin-left: 15px;
    font-weight: 400;
}

span.delivery-desc ul li {
    list-style: disc !important;
}
.delivery-type-item .delivery-title {
    margin-left: 10px;
    font-size: 15px;
    color: #3c3c3c;
}
.box_dattour {
    height: auto;
    position: relative;
    margin-bottom: 10px;
}
.box_dattour button {
    background: #ed3921;
    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: 10px;
    margin-right: 10px;
}
@media (max-width: 990px){
    .table-tr-items h4.product-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cart-headers > div:nth-child(2) {
        display: none;
    }
    
    .item-cart-bodys > div:nth-child(2) {
        display: none;
    }
    
    .cart-headers > div:nth-child(3) {
        width: 20%;
    }
    
    .item-cart-bodys > div:nth-child(3) {
        width: 20%;
        padding: 0px 5px;
    }
    
    .cart-headers > div:nth-child(4) {
        width: 20%;
    }
    
    .cart-headers > div:nth-child(5) {
        width: 15%;
    }
    
    .item-cart-bodys > div:nth-child(4) {
        width: 20%;
    }
    
    .item-cart-bodys > div:nth-child(5) {
        width: 15%;
    }
}
@media(max-width:768px){
.steps {
    flex-wrap: wrap;
}

.steps .step {
    padding: 10px 15px;
    margin-bottom: 5px;
}
}
@media (max-width: 550px) {
    .item-cart-bodys {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #dfdcdc;
    }
    .item-cart-bodys:last-child {
        border: none;
    }
    .item-cart-bodys > div:nth-child(3) {
        display: none;
    }
    
    .item-cart-bodys > div:nth-child(4) {
        display: none;
    }
    
    .item-cart-bodys > div:nth-child(5) {
        display: none;
    }
    
    .item-cart-bodys > div:nth-child(1) {
        width: 100%;
    }
    
    .qtySelector.product-quantity {}
    
    .d-flex.ai-center.cart-mobile > div {
        width: 20%;
    }
    
    span.decreaseQtycart.cartsubclick {
        width: 50px;
        height: 25px;
        line-height: 25px;
        padding: 0px 5px;
    }
    
    input.qtyValue.cartcart-amount {
        width: 30px;
        height: 25px;
		padding:0px;
    }
    
    span.increaseQtycart.cartaddclick {
        width: 50px;
        height: 25px;
        padding: 0px 5px;
        line-height: 25px;
    }
    
    span.decreaseQtycart.cartsubclick i {
        font-size: 9px;
    }
    
    span.decreaseQtycart.cartsubclick  {
    
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    span.decreaseQtycart.cartsubclick {
       
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    span.increaseQtycart.cartaddclick i {
        font-size: 9px;
    }
    
    .d-flex.ai-center.cart-mobile {
        display: flex !important;
        align-items: center;
    }
    
    .d-flex.ai-center.cart-mobile > div:nth-child(2) {
        width: 50%;
        color: #f00;
        font-weight: 500;
    }
    
    .item-cart-bodys > div {
        border: none;
    }
    
    span.increaseQtycart.cartaddclick {
         display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    .table-tr-items h4.product-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0px;
    }
    
    .span-content-models-mobiles span {
        font-size: 12px;
        margin-bottom: 5px;
        display: inline-block;
    }
    
    .d-flex.ai-center.cart-mobile > div:nth-child(1) {
        width: 30%;
    }
    
    .table-tr-items img {
        height: 70px;
        width: 63px;
    }

    .cart-headers {
        display: none;
    }
}