/*mini cart*/
.cart-icon{
    position: relative;
}
.cart-icon::before {
    content: "\f290";
    font-family: FontAwesome;
    line-height: 1;
    font-size: 19px;
}
.cart-count {
    display: inline-block;
    line-height: 19px;
    font-size: 14px;
    text-align: center;
}
.desktop-cart-wrapper {
    position: relative;
}
.header-cart .views_mini_cart {
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    animation: slide-up 0.6s;
    text-align: left;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0px;
    width: 280px;
    padding: 5px;
    background: #fff;
    line-height: normal !important;
/*    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);*/
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-cart .views_mini_cart,
.title-minicart {
    border-radius: 0;
}
.header-cart .views_mini_cart p {
    margin: 0;
}
.title-minicart {
    padding: 5px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}   
.close-up {
    position: absolute;
    /*color: #fff;*/
    top: 2px;
    right: 4px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.minicart-body ul {
    margin: 0px;
    max-height: 250px;
    overflow-y: scroll;
}
.woocommerce .woocommerce-mini-cart-item.mini_cart_item {
    margin-top: 5px;
}
.woocommerce .woocommerce-mini-cart-item.mini_cart_item a {
    color: #333333;
}
.woocommerce .woocommerce-mini-cart-item.mini_cart_item a.remove {
    position: absolute;
    right: 0;
    top: 40%;
    margin: 0;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 21px;
    font-family: montserrat;
}
.woocommerce .woocommerce-mini-cart-item.mini_cart_item a.remove:hover {
    background: transparent !important;
}
.woocommerce ul.cart_list li img{
    float: left !important;
    width: 33.333% !important;
    margin-right: 3%;
    border: 0;
}
.woocommerce ul.cart_list li .product-name{
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
}
.woocommerce ul.cart_list li .product-name:hover,
.woocommerce ul.product_list_widget li .product-name:hover {
    margin-bottom: 5px;
    text-decoration: underline;
}
.woocommerce ul.cart_list li .product-name,
.woocommerce ul.cart_list li .quantity{
    text-transform: initial;
    font-size: 12px;
    font-weight: normal;
}
.woocommerce ul.cart_list li .quantity p{
    margin: 5px 0 0 0;
}
.woocommerce.widget_shopping_cart .total {
    text-align: right;
    padding-right: 10px;
}
.woocommerce.widget_shopping_cart .buttons a {
    padding: 5px;
    font-size: 12px;
    margin-left: 10px;
    background: #f37022;
    color: #fff;
}
.woocommerce.widget_shopping_cart .buttons a.checkout {
    background: #018791;
}
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    background: #018791;
    color: #fff;
    padding: 5px 8px;
    font-weight: normal;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #f37022;
}
.woocommerce ul.cart_list li a span{
    float: left;
    width: 70%;
    font-size: 14px;
    color: #018791;
}
.woocommerce ul.cart_list li a:hover span{
    text-decoration: underline;
}
.woocommerce ul.cart_list li{
    border-bottom: 1px dashed #e6e6e6;
    padding-right: 10px;
    position: relative;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 12px;
}
.woocommerce-mini-cart__total.total {
    margin: 5px 0px;
    padding: 5px;
    width: 100%;
    display: block;
    /*background: #f1f1f1;*/
    margin: 5px 0 !important;
    font-size: 14px;
    border-radius: 8px;
    font-weight: bold;
}
.woocommerce-mini-cart__total.total strong {
    font-weight: normal;
    text-transform: initial;
}
.woocommerce .total .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.woocommerce a.button.checkout {
    float: right;
}
.woocommerce-mini-cart__buttons.buttons a {
    width: 48%;
}
.woocommerce a.button.wc-forward {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 11px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce a.button.wc-forward:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.woocommerce a.button.wc-forward.checkout {
    float: right;
    color: #fff !important;
    border: 1px solid #000000;
    background: #000000;
}
.woocommerce ul.cart_list li .quantity {
    display: inline-block;
}
.woocommerce ul.cart_list li dl.variation {
    margin: 0;
    padding-left: 0;
    border-left: 0;
    font-size: 11.5px;
    float: left;
}
.woocommerce ul.cart_list li dl.variation dt{
    display: none;
}
.woocommerce ul.cart_list li dl.variation dd{
    margin: 0;
}
.woocommerce ul.cart_list li dl.variation dd p::after{
    content: "/"
}
.woocommerce ul.cart_list li dl.variation dd:last-child p::after{
    content: ""
}
/*end mini cart*/


/*popup cart*/
#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, 0.7);
}
#popup_cart .close-up {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 99;
    cursor: pointer;
}
#popup_cart .modal-booking-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@keyframes animatetop {
    0% {
        top: -300px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

 #popup_cart {
    padding-top: 70px; 
 }
#popup_cart .popup-content.modal-booking-content {
    max-width: 850px;
    width: 80%;
    border-radius: 8px;
}
.poop_up_cart_title{
    margin: 0px;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#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;
}
#popup_cart .cart-mobile{
    display: none;
}
#popup_cart .woocommerce table.shop_table {
    border: 0 !important;
}
.woocommerce a.remove{
    background: transparent !important;
}
.woocommerce a.remove .fa {
    font-size: 16px !important;
    vertical-align: top;
    color: #000 !important;
}
.tong_tocheckout_toshop{
    text-align: right; 
    padding: 0 15px 20px; 

}
#popup_cart .order-total{
    margin-bottom: 10px;
    font-size: 16px;
}
#popup_cart .wc-update-checkout .button.update_cart_pouple {
    background: #e6e6e6 !important;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    padding: 10px;
    border-radius: 0;
}
#popup_cart .to-checkout,
#popup_cart .wc-update-checkout{
    display: inline-block;
        text-transform: uppercase;
}
#popup_cart .text-left {
    text-align: left;
    margin-top: 10px;
}
#popup_cart .text-left a{
    color: #000;
}
.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;
}
thead th{
    font-weight: normal !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;
    float: left;
}
#popup_cart .woocommerce table.shop_table td.product-name{
    width: 35%;
}

#popup_cart .woocommerce table.shop_table td.product-name .amount,
#popup_cart .woocommerce table.shop_table td .amount,
#popup_cart .woocommerce table.shop_table td.product-price .amount,
#popup_cart .woocommerce table.shop_table td.product-name a{
    font-weight: bold;
    font-size: 12px;
}
#popup_cart .woocommerce table.shop_table .product-price {
    padding: 10px 0;
}
.woocommerce #popup_cart a.button.alt {
    font-size: 12px;
    font-weight: bold;
    background-color: #000;
    padding: 10px;
    color: #fff !important;
}

body.woocommerce-cart .quantity label,
.woocommerce-cart-form__cart-item.tot_popup_content.cart_item .quantity label {
    display: none !important;
}
.close-popup.modal-booking-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
/*end pop*/
@media only screen and (max-width: 767px) {
    #popup_cart .cart-scroll {
        display: none;
    }
    #popup_cart .cart-mobile {
        display: block;
        max-height: 450px;
        overflow: auto;
    }
    #popup_cart table.cart.cart-mobile  .product-thumbnail {
        display: block;
    }
    #popup_cart .woocommerce table.shop_table .product-price {
        padding: 4px 0;
    }
    #popup_cart .cart-mobile .cart-product-meta,
    #popup_cart .cart-mobile .woocommerce-cart-form__cart-item.tot_popup_content.cart_item {
        position: relative;
    }
    #popup_cart .wrap-quantity {
        display: flex;
        margin: 5px 0;
    }
    .product_remover_popup {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 2;
    }
    #popup_cart .cart-mobile .quantity .qty,
    #popup_cart .cart-mobile .quantity .qty_button{
        width: 25px;
        height: 25px;
    }
    .tong_tocheckout_toshop .text-left{
        display: none;
    }
}