/*pop cart*/
@keyframes animatetop {
 0% {
  top:-300px;
  opacity:0
 }
 100% {
  top:0;
  opacity:1
 }
}
#modal-booking,
#popup_cart {
 display:none;
 position:fixed;
 z-index:99999;
 padding-top:25px;
 left:0;
 top:0;
 width:100%;
 height:100%;
 overflow:auto;
 background-color:black;
 background-color:rgba(0,0,0,.4)
}
#modal-booking .modal-booking-content,
#popup_cart .modal-booking-content {
 position:relative;
 background-color:#fff;
 margin:auto;
 padding:20px;
 width:80%;
 max-width:500px;
 box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
 -webkit-animation-name:animatetop;
 -webkit-animation-duration:0.2s;
 animation-name:animatetop;
 animation-duration:0.2s
}
#modal-booking .modal-booking-body {
 padding:15px
}
#modal-booking .modal-booking-body h3 {
 margin-bottom:15px;
 font-size:18px;
 font-weight:800;
 text-align:center
}
.cart_poopup_name {
    margin: 0 5px;
    max-width: 50%;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#modal-booking .wpcf7-form p {
 text-align:center
}

#popup_cart {
    padding-top: 70px; 
 }
 #popup_cart .popup-content.modal-booking-content{
    max-width: 850px;
    width: 85%;
}
.popup-content{
    padding: 20px;
}
.poop_up_cart_title{
    margin: 0px;
    display: block;
    font-weight:normal;
}

.poop_up_cart_title {
    display: flex;
    justify-content: space-between;
}
.poop_up_cart_title h3 {
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}
.close-up {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.close-up i{
    font-size: 18px;
}

 #popup_cart .title-quantity-popup {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
#popup_cart .woocommerce table.shop_table{
    border: none;
    margin-bottom: 0;
}
#popup_cart .woocommerce table.shop_table thead tr{
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#popup_cart .woocommerce table.shop_table td{
    padding: 5px;
}
#popup_cart .woocommerce  table.cart img, 
 #popup_cart .woocommerce-page table.cart img {
    max-width: 100px;
}
#popup_cart .woocommerce .cart-scroll{
    max-height: 250px;
    overflow-y:auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.woocommerce .cart-scroll a.remove{
    background: transparent !important;
}

.woocommerce .cart-scroll a.remove .fa {
    font-size: 14px !important;
    border: 2px solid #636363;
    border-radius: 50%;
    padding: 3px 5px;
    color: #636363 !important;
    text-align: center;
}
.woocommerce a.remove:hover .fa{
    color: #eb1c23 !important;
    border-color: #eb1c23 !important;
}
.tong_tocheckout_toshop{
    text-align: right; 
    padding: 15px 0px; 

}
#popup_cart .order-total{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
}
#popup_cart .order-total span+span{
    color: #d30000;
}
#popup_cart .wc-update-checkout{
    display: none;
}
#popup_cart .wc-update-checkout .button.update_cart_pouple {
    background: #e6e6e6 !important;
    text-transform: uppercase;
    display: none;
}
#popup_cart .to-checkout,
#popup_cart .wc-update-checkout{
    display: inline-block;
        text-transform: uppercase;
        width: 300px;
}
#popup_cart .to-checkout a.checkout-button.button {
    width: 100%;
    height: 50px;
    font-weight: normal;
    text-align: center;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup_cart .text-left {
    text-align: left;
    margin-top: 10px;
    color: #eb1c23;
    float: left;
}
#popup_cart .text-left a{
    color: #eb1c23;
    font-size: 13px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
table.shop_table .nd-sl{
    display: none;
}
#popup_cart thead th{
    font-weight: bold !important; 
}
.woocommerce table.shop_table .quantity .nd-quantity-input .qty_button {
    font-size: 20px;
}
.woocommerce table.shop_table .quantity .nd-quantity-input .qty {
    font-size: 16px;
    vertical-align: inherit;
}
#popup_cart .woocommerce table.shop_table td.product-name{
    width: 20%;
}
.shop_table.d-md-none {
    display: none;
}

#popup_cart .woocommerce table.shop_table .product-remover,
#popup_cart .woocommerce table.shop_table  tbody td.product_remover_popup{
    border-left: 1px solid rgba(0,0,0,.1);
}
#popup_cart .woocommerce table.shop_table .product-subtotal,
#popup_cart .woocommerce table.shop_table  tbody .product-subtotal{
    border-right: 1px solid rgba(0,0,0,.1);

}
dl.variation {
    color: #686868;
    font-size: 14px;
    display: flex;
    margin-top: 0 ;
    text-transform: capitalize;
}
dl.variation dt{
    display: none !important; 
}
dl.variation dd,
dl.variation dd p{
    margin:0;
}
dl.variation dd p::after{
    content: " / ";
}
dl.variation dd:last-child p::after{
    display: none; 
}
/*end pop up cart*/
@media only screen and (max-width: 768px) {
    /**/
    .nd-hide-mobile,
    #popup_cart div.quantity .qty_button{
        display: none !important;
    }
    #popup_cart .title-quantity-popup {
        margin-bottom: 5px;
        margin-top: 10px;
        font-size: 16px;
    }
    .poop_up_cart_title h3,
    .shop_table.d-md-none,
     #popup_cart table.cart .product-thumbnail{
        display: table !important;
    }
     #popup_cart table.cart .product-thumbnail{
        width: 100%;
     }
     #popup_cart .woocommerce table.cart img{
/*        max-width: 100%;*/
     }
     #popup_cart .shop_table.d-md-none .product-name a{
        color: #333;
        margin-bottom: 15px;
     }
     #popup_cart .shop_table.d-md-none .product-name  {
        margin-bottom: 15px;
    }
     #popup_cart div.quantity .wrap-quantity {
        position: relative;
        min-width: 50px;
        margin: auto 0 10px;
    }
    #popup_cart div.quantity .wrap-quantity .input-wrapper.quantity-button__total input {
        height: 30px;
        width: 46px;
        border: 1px solid #eee !important;
        margin-right: 10px;
    }
    #popup_cart .product_remover_popup {
        display: none;
    }
    #popup_cart .to-checkout{
        width: 200px;
    }
}