/*================== Cart page ========================================================*/
.modal-content {
    padding: 0 15px;
    float: left;
    width: 100%;
    border-radius: 0;
}

#formCheckOut h2.heading {
    display: none;
}

#cart > h1 {
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#cartContent .btnPay {
    padding: 0 0 10px 0;
    margin: 5px 0;
}

#cartContent .btnPay > a {
    border-radius: 0;
    padding: 7px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

#cartContent .btnPay > a.more {
    background: #222;
    color: #f6f6f6;
    margin: 0 5px 0 0;
}

#cartContent .btnPay > a.more:hover {
    color: #fff !important;
}

#cartContent .btnPay > div > a {
    background: #bebebe;
    padding: 2px 10px;
    margin: 5px 0 0 0;
    display: inline-block;
}

#cartContent .btnPay > div > p {
    font-size: 11px;
    color: #747474;
    display: inline-block;
    margin: 0 0 0 20px;
    padding-left: 35px;
    background-position: -255px -115px;
    height: 25px;

}

#cartContent .btnPay > div > p > span {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#cartContent table {
    border: 1px solid #a2a2a2;
    margin: 0 0 10px 0;
}

#cartContent table .title {
    height: 40px;
    border-bottom: 1px solid #a2a2a2;
    background: #e0e0e0;
    text-align: center;
}

#cartContent table .cartItem {
    min-height: 120px;
    border-bottom: 1px solid #a2a2a2;
}

.cartItemProd {
    min-width: 310px;
}

.cartItemProd.borderBt {
    border-bottom: 1px solid #000;
}

.cartItemProd > a {
    float: left;
    width: 75px;
    overflow: hidden;
    margin-top: 5px;
}

.cartItemProd > a > img {
    width: 100%;
}

.cartItemProdInfo {
    float: left;
    height: auto;
    padding: 3px 0 0 10px;
}

.cartItemProdInfo > p {
    display: block; /* max-height: 50px;*/
    line-height: 1.3em;
    overflow: hidden;
    text-align: left;
}

.cartItemProdInfo > p.price {
    font-weight: bold;
    font-size: 16px;
}

.cartItemProdInfo > p > a {
    display: inline-block;
    font-size: 14px;
}

.cartItemProdInfo a[rel="name"] {
    font-size: 16px;
    color: #000;
}

.cartItem select {
    font-size: 13px;
    width: 50px;
}


.removeCartItem > span.spriteIcon {
    background-position: -120px -63px;
    display: inline-block;
    width: 20px;
    height: 14px;
}

#removeAll {
    float: left;
    line-height: 25px;
    background: #9e9e9e;
    color: #f5f5f5;
    padding: 0 10px;
}

#infoCart > td > span {
    display: block;
    text-align: right;
    padding: 3px 0;
}

#infoCart .total {
    font-weight: bold;
    font-size: 18px
}

#infoCart .total span {
    /*color: #cb0101; */
    margin-right: 55px;
}

#askCkout {
    width: 925px;
}

#askCkout > h2 {
    height: 75px;
    line-height: 75px;
    text-transform: uppercase;
    text-align: center;
    font-weight: lighter;
    font-size: 25px;
    border-bottom: 1px solid #c7c7c7;
}

.cAskCk {
    width: 49.5%;
    height: 220px;
    border-left: 1px solid #c7c7c7;
    padding: 35px 0;
    float: left;
    position: relative;
}

.cAskCk > span {
    text-transform: uppercase;
    font-size: 25px;
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.cAskCk > p {
    float: left;
    line-height: 1.6em;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.cAskCk > a.btn {
    position: absolute;
    bottom: 50px;
    left: 170px;
    text-transform: uppercase;
    padding: 5px 25px;
}

.cAskCk > a.forgotP {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    font-size: 13px;
}

#fAskCk {
    background: #c7c7c7;
    height: 100px;
    float: left;
    width: 100%;
    padding: 30px 0;
}

#fAskCk > p {
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}

#fAskCk > p > b {
    font-size: 25px;
    font-weight: bold;
}

#fAskCk > a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
}

tr.cartItem td:nth-child(3) {
    border-bottom: 2px solid #a2a2a2;
}

a.back-button {
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #3f4140;
    color: white;
    width: max-content;
}



#orderVct {
    text-align: center;
}

tr.cartItem td:nth-child(3) {
    border: none;
}

/* Style for table */
.table-customize {
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc inset;
}

.table-customize > thead > tr {
    background-color: #000;
    border-radius: 3px 3px 0 0;
}

.table-customize > thead > tr > th {
    color: #fff;
    border: none;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
}

.table-customize > thead > tr > th:first-child {
    border-radius: 3px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.table-customize > thead > tr > th:last-child {
    border-radius: 0 3px 0 0;
}

.table-customize > tbody > tr > td {
    vertical-align: middle !important;
    padding: 15px 14px;
    color: #ccc;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.table-customize > tbody > tr > td a {
    text-decoration: none;
}

.productCart .updateCart {
    width: 70px;
    text-align: center;
    height: 30px
}

.productCart .price {
    /*color: #cb0101;*/
}

/*================== End Cart page ========================================================*/

#formCheckOut .chrome {
    margin-bottom: 30px
}

#formCheckOut .chrome h2 {
    line-height: 1em;
    font-size: 20px;
    background-color: #eee;
    background-clip: padding-box;
    border-radius: 3px 3px 0 0;
    padding: 20px
}

#formCheckOut .ch4_cartItemImg {
    text-align: center;
    min-height: 60px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    position: relative
}

#formCheckOut .ch4_cartItemImg > a > img {
    max-height: 130px;
    display: block;
}

#formCheckOut .ch4_cartItemContent {
    vertical-align: top;
    font-size: 11px;
    padding-left: 20px;
    display: table-cell;
    position: relative
}

#formCheckOut .ch4_contentItems .ch4_btn {
    font-size: 13px;
    border: 1px solid #e5e5e5;
    color: #111;
    padding: 5px 10px;
    border-radius: 2px;
}

#formCheckOut .ch4_contentItems .ch4_btn:hover {
    background: #111;
    color: #fff;
}

#formCheckOut .ch4_cartItemContent .cartInfo p {
    margin-bottom: 5px;
    font-size: 15px;
}

#formCheckOut .ch4_cartItemContent .cartInfo .updateCart {
    width: 50px;
    padding: 2px 5px;
}

#formCheckOut .ch4_cartItemContent h3 {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}

#formCheckOut #paymentMethod .b {
    margin-bottom: 10px
}

#formCheckOut .content {
    overflow-x: hidden;
    background-color: #fff
}

#formCheckOut .content.content-second {
    display: none
}

#formCheckOut .section {
    margin-top: 10px;
    position: relative;
    padding-top: 2em;
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
}

#formCheckOut .section h3 {
    background: none;
}

#formCheckOut .section:first-child {
    padding-top: 0
}

#formCheckOut .section .section-content {
    zoom: 1;
    margin-bottom: 2em
}

#formCheckOut .section .section-content .section-content-text {
    margin-bottom: .75em
}

#formCheckOut .section .section-content.no-mb, .section .section-content:last-child {
    margin-bottom: inherit
}

#formCheckOut .section .section-content:after, .section .section-content:before {
    content: "";
    display: table
}

#formCheckOut .main h2 {
    color: #000
}

#formCheckOut .payment-due .payment-due-currency {
    font-size: .85714em;
    vertical-align: .2em;
    margin-right: .5em;
    color: #969696
}

#formCheckOut .payment-due .payment-due-price {
    font-size: 1.71429em;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #4b4b4b;
    line-height: 1em
}

.titleCheckout {
    margin: 30px;
}

.titleCheckout h1 {
    margin: 10px 0;
}

.titleListCheckout {
    border: 1px solid #ddd;
}

#formCheckOut .chrome .titleCheckout .titleListCheckout h2 {
    border-radius: 0;
    padding: 14px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

#formCheckOut .ch4_cartItemContent .col-md-6 {
    padding: 0
}


#formCheckOut .ch4_cartItemContent .col-md-6 p {
    color: #3f4140;
    font-size: 14px;
    margin: 0;
}

.ch4_cartItem.clearfix {
    margin-bottom: 15px;
}

#formCheckOut h2.heading {
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    background: #3f4140;
    color: #fff;
    font-size: 18px;
}


#formCheckOut button#getCoupon {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    text-align: left;
}

#formCheckOut button#getCoupon span {
    color: #fff
}

#formCheckOut .payment-due .payment-due-price {
    color: #fff;
    font-weight: 700
}

#formCheckOut .main-content.checkoutStep {
    padding: 0
}


#formCheckOut .section-content-inner h3 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px
}


/*======================= New ====================================*/

#formCheckOut .section-header {
    border: none !important;
    padding: 10px;
    margin-bottom: 0
}

#formCheckOut .section-header h2.section-title, #formCheckOut .section h3.section-title, #formCheckOut .sidebar-content .section-title {
    background: none;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #000;
    padding: 20px 0;
}

.contentCheckout, #formCheckOut .section h3.section-title, #formCheckOut .tabl-end {
    border-top: 1px solid #aaa;
}

#formCheckOut .customer-information {
    /*padding: 20px;*/
    /*background: #eee*/
}

#formCheckOut .customer-information .section-content-inner {
    /*padding: 25px;*/
    /*background: #fff*/
}


#formCheckOut .customer-information .form-group input {
    width: 96%;
    height: 40px;
    border-radius: 0;
}

#formCheckOut .customer-information .form-group select {
    width: 47.3%;
    height: 40px;
    float: left;
    border-radius: 0;
}

#formCheckOut .customer-information .form-group select:first-child {
    margin-right: 10px;
}

#formCheckOut .sidebar-content {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    background: #eee;
}

#formCheckOut .sidebar-content .tabl-label {
    padding: 10px 0px;
}

#formCheckOut .sidebar-content .section-title,
#formCheckOut .sidebar-content table tr td {
    color: #000;
}

#formCheckOut .sidebar-content table tr {
    border-bottom: 1px solid #eee !important;
}

#formCheckOut .sidebar-content table tr {
    color: #fff;
    border-bottom: 1px solid #444;
}

#formCheckOut .sidebar-content table tr td {
    padding: 15px !important;
}

#formCheckOut .sidebar-content table tr td:last-child {
    text-align: right;
}

#formCheckOut .sidebar-content table tr td {
    border: none !important;
}

#formCheckOut .sidebar-content .field-counpon {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #aaa;
    padding: 20px 0px;;
}

#formCheckOut .sidebar-content .field-counpon input:hover,
#formCheckOut .sidebar-content .field-counpon input:focus,
#formCheckOut .sidebar-content .field-counpon input {
    border-radius: 0px;
    margin-right: 5px;
    outline: 0;
    font-weight: normal;
}

#formCheckOut .tabl-label {
    color: #fff;
    font-weight: normal;
}

#formCheckOut .tabl-end {
    width: 100%;
    padding: 15px;
    display: block;
    overflow: hidden;
}

#formCheckOut .tabl-end .btn {
    text-transform: uppercase;
    padding: 8px 12px;
    font-size: 16px;
    margin-left: 35%;
    border-radius: 0px;
}

#formCheckOut .tabl-end .btn, #formCheckOut .tabl-end .btn:active, #formCheckOut .tabl-end .btn:focus {
    background-color: #000;
    border-color: #000;
}

#formCheckOut .ch4_contentItems {
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
}

#formCheckOut .ch4_contentItems > li {
    padding: 0;
}

#checkoutModal::-webkit-scrollbar-track, #formCheckOut .ch4_contentItems::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
    border-radius: 5px;
}

#checkoutModal::-webkit-scrollbar, #formCheckOut .ch4_contentItems::-webkit-scrollbar {
    width: 10px;
}

#checkoutModal::-webkit-scrollbar-thumb, #formCheckOut .ch4_contentItems::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c1c1c1;
}


#checkoutModal {
    overflow-y: auto;
}

#formCheckOut .sidebar-content tbody, #formCheckOut .sidebar-content tfoot {
    background: #fff;
}

#formCheckOut .sidebar-content tfoot {
    margin-top: 15px;
}

.listBank {
    display: none;
}

.listBank > span:hover, .listBank > span.active {
    background: #999;
    /* border: 1px solid #999; */
    transition: all 200ms ease;
    display: inline-block;
    cursor: pointer;
}

.policy-out {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.policy-out .item {
    padding: 0 20px;
}

.policy-out .item .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.policy-out .item span {
    font-weight: bold;
}

@media (max-width: 767px) {
    #formCheckOut .tabl-end .btn {
        margin-left: 0;
        width: 100%;
    }

    /*#cartContent .btnPay>a.more {*/
    /*margin-bottom: 10px;*/
    /*}*/
    .titleCheckout {
        margin: 30px 15px;
    }

    #formCheckOut .customer-information .form-group input {
        width: 100%;
    }

    #formCheckOut .customer-information .form-group select:first-child {
        margin: 0;
    }

    #formCheckOut .customer-information .form-group #customcityId {
        margin-right: 14px;
    }
}