/*============================================================================
   #Webcms
==============================================================================*/
/*thanh toán*/

/*============================================================================
   #Webcms
==============================================================================*/

img {
    border-style: none;
    vertical-align: middle;
    /*max-width: 100%;*/
    height: auto;
}
.ntp-container{
    border:1px solid black;
    padding: 0 20px;
}
.cart-left-section{
    border-right: 1px solid #d9d9d9;
}

.ntp-title-actions{
    padding: 20px 0;
    font-weight:bold;
}
.ntp-title-actions .ntp-title{ 
    font-size: 18px;
    font-weight: 500;
}
.grid-row {
    display: flex;
    display: -webkit-flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0;
    position: relative;
    float: none;
}

.grid-row-col{
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    vertical-align: top;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 9px;
    width: 100%;
}
.haftline{
    width: 50%;
}
.threeline{
    width: 33.333%;
}
.ntp-payform input, .ntp-payform select{
    width: 100% !important;
    border:none;
    border-bottom: 1px solid #979797;
    height: 40px;
    font-size: 14px;
    color:#000;
    background: transparent;
}



.ntp-checkbox .ntp-checkbox-item{
    display: flex;
    align-items: center;
    border: 1px solid white;
   
    padding: 10px 20px;
    cursor: pointer;
    transition: .2s all;
    background: #000;
    color:white;
    margin-bottom: 10px ;
}
.ntp-checkbox .ntp-checkbox-item .ntp-custom-radio:hover{
    border: 1px solid #E8C453;
}

.ntp-custom-radio {
    display: block;
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 20px;
    transition: all .2s;
}
.ntp-checkbox .active .ntp-custom-radio {
    border: 1px solid #E8C453;
}
.chooseGTGT{
  display:none;
}
.ntp-custom-radio input{
    display: none;
}
.ntp-custom-radio .checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: white;
}

.ntp-custom-radio input:checked~.checkmark {
    display: block;
}

.ntp-checkbox-item .ntp-checkbox-icon img{
    min-width: 35px;
    max-height: 35px;
    max-width: 55px;
}

.ntp-button{
    width: 100%;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
}
.ntp-button.dnt-deptrai{
  background:#000;
  color:white;
}
.ntp-payment_inner .ntp-button-group .return{
    background: black;
    border: 1px solid white;
}
.continue{
     background-color: #000;
     border: 1px solid white;
}
.cart-item:last-child {
    border-bottom: 1px solid #d9d9d9;
}
.cart-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 30px;
    align-items:center;
}
.cart-item__remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .2s;
    z-index: 3;
}
.cart__column-left {
    display: flex;
    flex: 1;
}
.cart-item__thumbnail-block {
    position: relative;
    width: 100px;
    height:100px;
}
.cart-item__thumbnail {
    height:100%;
}
.cart-item__thumbnail-quantity {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -10px;
    height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #768B98;
    padding: 2px 4px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
}
.cart__column-right {
    margin-left: 1.5rem;
    flex: 3;
}
.cart-item__block {
    display: flex;
    height: 100%;
    flex-flow: row;
    flex-wrap: wrap;
}
.cart-item__info {
    width: 100%;
}
.cart-item__title {
    font-weight: 400;
    font-size: 14px;
    max-width: 85%;
    display: block;
    color:#000;
    text-decoration: none;
}
.cart-item__variant{
    font-size: 14px;
    padding-top:8px
}
.cart-item__actions {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}
.cart-item__actions-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.quantity-box{
    background: #FFFFFF;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    align-items: center;
    height: 25px;
    width: 77px;
}
.quantity-box input {
    border: none;
    padding: 5px 0;
    margin: 0;
    height: 100%;
    width: 29px;
    text-align: center;
    font-size: 14px;
    border-left: .5px solid #d9d9d9;
    border-right: .5px solid #d9d9d9;
}
#txtDate{
  display:block;
  border:1px solid #ddd;
  text-align:center;
}
.quantity-box__decrease,.quantity-box__increase{
    display: flex;
    height: 100%;
    width: 25px;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    transition: .2s all;
    border: none;
    background-color: #fff;
    padding: 0;
    border: 0;
    background-color: #fff0;
}
.ntp-xeng{
    display: flex;
    flex-flow: column;
}
.ntp-xeng span{
    font-size: 16px;
    font-weight: 500;
}
.ntp-xeng del{
    color:#A0A0A0;
    font-size: 12px;
}
.ntp-hetbnxeng{
    padding-top: 30px;
}
.ntp-discount-code{
   display: flex; 
   
}
.choose2option{
  display:none;
  margin-left:30px;
}
.chooseInformation{
  display:none;
}
.ntp-discount-code .discount-input{
    width: 70%;
}
.ntp-discount-code .discount-input input{
    width: 100%;
    height: 38px;
    font-size: 14px;
    background: #FFFFFF;
    
    padding: 5px 20px;
   border:1px solid black;
}
 .ntp-discount-code .discount-btn{
    width: 30%;
}
.discount-btn button{
   
    height: 40px;
}
.pricing-info__item{
    display: flex;
    justify-content: space-between;
}
.pricing-info__item:not(:last-child) {
    margin: 0 0 20px 0;
}
.pricing-info__item p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.pricing-info__item p:nth-child(1) {
    text-align: left;
}
.pricing-info__item p:nth-child(2) {
    text-align: right;
}
.pricing-info__saving {
    display: block;
    font-size: 12px;
    white-space: nowrap;
}
.pricing-info{
    margin-top: 30px;
    background-color: #000;
    padding:20px;
    color:white;
}
.pricing-info .pricing-info__item{
   border-bottom: 1px solid #979797;
    padding-bottom: 30px;
}
.pricing-info .pricing-info__item:nth-child(5){
   border-bottom:none
   
}
.pricing-info .pricing-info__item .ntp-subname{
    font-size: 18px;
}
.pricing-info .pricing-info__item .ntp-subprice{
    font-size: 18px;
    color: white;
    font-weight:700;
}
#selectTime{
  text-align:center;
  border: 1px solid #ddd;
}
@media(max-width:769px){
   
    .full-mbl{
        width: 100%;
    }
    .cart-left-section {
        border-right: none;
        order: 1;
    }
}