::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}
::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #104e8b;
    border-radius: 0px;
}
.clear:after, .clear:before {
    content: "";
    display: table;
    clear: both;
}
.main_content{
    padding: 100px;
    background: url(../images/bg.jpg) center center / cover no-repeat;
    font-family: OpenSans;
    position: relative;
}
.search_content{
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 60px 10px;
    position: relative;
}
.search_content .title{
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
    font-weight: bold;
}
.content_footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 15px;
    background-color: rgb(238, 64, 35);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.content_footer button{
    background-color: rgb(120, 225, 17);
    border: none;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: rgb(41, 43, 44);
}
.datepicker_home{
    position: relative;
}
.datepicker_home >i{
    float: right;
    position: relative;
    top: -25px;
    right: 9px;
}
.cart_left,.cart_right,.info_customer,.checkout{
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}
.cart_left .title,.cart_right .title,.checkout .title{
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    background: rgb(238, 64, 35);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-bottom: 10px;
}
.cart_right .info{
    margin-bottom: 5px;
}
.cart_left .search-box{
    margin-bottom: 15px;
}
.cart_left .search-box .input-group{
    background: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(212, 212, 212);
    z-index: 0;
}
.cart_left .search-box .input-group > input{
    border: 0px;
    padding: 0px;
    font-size: 14px;
}
.list_product{
    position: relative; 
    height: 450px; 
    overflow: auto; 
    will-change: transform; 
    direction: ltr;
}
.list_product .rows{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 15px;
}
.list_product .rows .name{
    flex: 5 1 0%;
}
.list_product .rows .name:hover p {
    color: rgb(238, 64, 35);
}
.list_product .rows .name > p{
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
}
.list_product .rows .name .price{
    font-weight: bold;
}
.list_product .rows .quantity{
    flex: 2 1 0%;
}
.list_product .rows .quantity button {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    line-height: 0;
}
.list_product .rows .quantity > span {
    font-size: 12px;
}
.list_product .rows .quantity button:hover, 
.list_product .rows .quantity button:focus {
    background: rgb(238, 64, 35);
    border-color: rgb(238, 64, 35);
    color: rgb(255, 255, 255);
}
.list_product .rows button:focus, 
.list_product .rows button:active {
    outline: none;
}
.list_product .rows .add_cart{
    background-color: rgb(212, 212, 212);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 20px;
    padding: 2px 10px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.list_product .rows:hover .add_cart {
    background-color: rgb(120, 225, 17);
    border-color: rgb(120, 225, 17);
}
.desc_code{
    background-color: rgba(29, 226, 44, 0.5);
    padding: 10px;
    border: 1px solid rgb(13, 199, 13);
    border-radius: 5px;
}
.desc_code ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: green;
}
.list_cart{
    position: relative;
    height: 285px;
    will-change: transform;
    direction: ltr;
}
.list_cart .rows{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed;
}
.list_cart .rows:first-child{
    border-top: none;
}
.list_cart .rows h5 {
    font-size: 14px;
    font-weight: 400;
}
.list_cart .info-block {
    padding-left: 30px;
    display: flex;
}
.list_cart .info-block .price{
    font-weight: bold;
    color: rgb(238, 64, 35);
}
.list_cart .info-block .info button {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.list_cart .info-block .info button:hover,
.list_cart .info-block .info button:focus {
    background: rgb(238, 64, 35);
    border-color: rgb(238, 64, 35);
    color: rgb(255, 255, 255);
}
button:focus {
    border: 0px;
    outline: 0px;
}
.list_cart .info-block .seperate {
    margin-left: 5px;
    margin-right: 5px;
}
.cart_right .total span {
    color: rgb(255, 255, 255);
}
.cart_right .total span.price {
    color: rgb(254, 194, 49);
    font-weight: bold;
}
.wrapper_cart{
    width: 100%;
    height: 226px;
    overflow: auto;
}
.desc_code a:hover{
    color: red;
}
.desc_code a:focus,desc_code a:active,.desc_code a{
    text-decoration: none;
}
.modal{
    z-index: 99999;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-family: 'OpenSans';
}
.info_customer h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: rgb(238, 64, 35);
}
.frm_customer{
    padding-bottom:60px;
}
.payment_method{
    padding-bottom: 60px;
}
.form_check_payment{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0.75rem;
}
.bold{
    font-weight: bold;
}
.payment-desc {
    display: block;
    margin-left: -1.25rem;
}
.payment-logo img{
    width: 250px;
    margin-right: 15px;
}
.account_bank{
    display: flex;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 10px;
    background: transparent;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease 0s;
}
.bank-logo img{
    width: 113px;
}
.account_bank.selected{
    border-color: rgb(238, 64, 35);
}
.checkout .list_cart{
    height: auto;
}
.checkout table{
    font-size: 14px;
}
.checkout span.error-message {
    color: rgb(224, 23, 33);
}
.error_device .error{
    color: red;
}
.checkout button.btn-submit {
    background-color: rgb(120, 225, 17);
    border: none;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: rgb(41, 43, 44);
}
.list_code{
    padding: 15px;
}
.list_code ul{
    padding-left: 0;
    list-style: none;
}
.title_code{
    color: rgb(238, 64, 35);
    margin: 0px 20px;
}
.padding-footer{
    padding-bottom:60px;
}
.checkout_success{
    text-align: center;
    max-width: 80%;
    margin: 20px auto;
}
.text-center{
    text-align: center;
}
.backhome{
    outline: none;
    border: none;
    background: rgb(238, 64, 35);
    padding: 7px 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
}
.national_option {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.bank{
    margin-left: 0.75rem;
    display: inline-flex;
}
.bank img {
    width: 100%;
}
.bank label {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 13px;
    width: 100px;
    height: 55px;
    margin-left: 6px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.bank input {
    display: none;
}
.form-check-label.checked{
    border-color:red;
}
.cash_payment .rows {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0.75rem;
}
.cash_payment .form-check-label{
    position: relative;
    top: -1px;
}
@media screen and (max-width: 600px){
    .main_content {
        padding: 100px 0px 30px;
    }
}