h2.page-title {
    color: #fff;
}

.cart-area {
    background-color: #f7f7f7;
}

.box-left {
    border: 1px solid #d6d6d6;
    margin: 1rem 0;
    background-color: #fff;
}

.box-child {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    position: relative;
}

.title-box {
    padding-bottom: 15px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.title-box .edit {
    position: absolute;
    width: 40px;
    right: 0;
    text-align: 0;
    height: 40px;
}

.btn-cancel {
    background-color: #999;
    border: none;
    cursor: pointer;
    padding: .2rem .75rem;
    font-size: .725rem;
    color: #fff;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

button.edit {
    width: 100%;
    padding: 10px;
    border: 1px solid #c7cdd6;
    background-color: unset;
    border-radius: 3px;
    color: #7a8799;
    font-size: 13px;
    font-weight: 700;
}
.gfe-input {
    width: 100%;
    display: table;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}
.gfe-input-separate>.gfe-input {
    width: 50%;
    display: inline-block;
}
.gfe-input input {
    display: inline-block;
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 1px 1px 3px -1px rgb(0 0 0 / 15%);
    box-shadow: inset 1px 1px 3px -1px rgb(0 0 0 / 15%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666;
    font-size: 13px;
    position: relative;
    z-index: 5;
    background-color: transparent;
    vertical-align: middle;
}
.gfe-input-separate>.gfe-input:first-of-type input[type=tel], .gfe-input-separate>.gfe-input:first-of-type input[type=text] {
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 40px;
}
.gfe-input-placeholder {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 15px;
    z-index: 1;
    font-size: 13px;
    padding: 0 5px;
    font-style: italic;
    color: #ccc;
    fill: #ccc;
    -webkit-transition: .1s ease;
    transition: .1s ease;
}
.gfe-input input:focus+.gfe-input-placeholder {
    top: -8px;
    height: 16px;
    line-height: 16px;
    z-index: 20;
    font-size: 12px;
    color: #ccc;
    border-radius: 8px;
    background-color: #fff;
    padding: 0 2px;
}

.gfe-input-separate>.gfe-input:last-of-type input[type=text] {
    border-radius: 0 3px 3px 0;
    border-left: none!important;
}

.gfe-input input, .gfe-input textarea {
    border: 1px solid #ccc;
    color: var(--primary);
}

.gfe-input input:focus, .gfe-input textarea:focus {
    outline: 0;
}

.item-method input[type="radio"] {
    margin-right: 10px;
}

/*right*/

.cart-table.table-content {
    margin-top: 1rem;
    overflow: hidden;
}

.image {
    width: 80px;
    float: left;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.title-header {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
    height: 100%;
}

.infor-item {
    overflow: hidden;
}

.col-item {
    padding: 0;
}

.col-item:first-child {
    padding-left: 15px;
}

.col-item:last-child {
    padding-right: 15px;
}

.col-item:last-child .title-header {
    border-right: 1px solid #ccc;
}

.row-item {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.row-item:last-child {
    border-bottom: none;
}

.payment-btn-group {
    margin-bottom: 1rem;
}

.gfe-input .payment-btn-group {
    margin-bottom: 0;
}

.row-total-bill .col-item:first-child {
    width: 50%;
    display: inline-block;
}

.row-total-bill .col-item:last-child {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 0;
}

.urlCookie {
    margin-bottom: 10px;
    font-size: 12px;
}

.urlCookie a{
    font-size: 12px;
}

.box-fee {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.box-fee .title_fee {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-time-select .select-container {
    border: 1px solid #ccc;
    border-radius: 0 .25rem .25rem 0;
    background-clip: padding-box;
    -webkit-box-shadow: inset 1px 1px 3px -1px rgb(0 0 0 / 15%);
    box-shadow: inset 1px 1px 3px -1px rgb(0 0 0 / 15%);
    color: #595959;
    font-size: 14px;
    height: 40px;
    background-color: #fff;
    position: relative;
    width: 100%;
}

.form-time-select select.order-later-day {
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    border-left: 10px solid transparent;
    background-color: transparent;
    outline: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
}

.form-time-select .select-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    height: 38px;
    width: 30px;
    background-color: #fff;
    border-radius: 3px;
    pointer-events: none;
}

.form-time-select .input-group {
    margin: 15px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.form-time-select .select-arrow svg {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 7px;
    top: 12px;
    fill: #999;
}

@media screen and (min-width: 1000px) {
    input#lastName {
        border-left: none;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }
}

@media screen and (max-width: 990px) {
    .title-header {
        display: none;
    }
    
    .box-left {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    
    select#order_country, select#order_province {
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }
    
    select#order_province, .order-province select.order_district {
        border-right: none;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
}

@media screen and (max-width: 567px) {
    
    .box-fee .grid-2 {
        display: block;
    }
}