.order-review-tour{
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

.order-review-tour a.custom-plus, .order-review-tour a.custom-minus, .woocommerce-cart-form a.custom-plus, .woocommerce-cart-form a.custom-minus{
    text-decoration: none;
    width: 10px;
    border: 1px solid #ccc;
    color: #000;
}

.order-review-tour input[name=quantity], .woocommerce-cart-form .custom-qty{
    width: 60px;
}

.wg-product-touroptions-active {
    height: auto;
}

.cart-item-coupon{
    display: flex;
    align-items: center;
    display: none;
}

.cart-item-coupon table{
    display: table !important;
    margin-top: -10px;
}

.cart-item-coupon table td{
    display: table-cell !important;
    height: 30px !important;
    position: relative;
    color: #EF2B3F;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cart-item-coupon table td.coupon-name{
    padding-left: 0 !important;
}

.cart-item-coupon table td.coupon-name:after{
    content: "\6d";
    font-family: "chernobyl";
    font-size: 12px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    background: #EF2B3F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    border-radius: 50%;
}

tr.woocommerce-cart-form__cart-item.wg-souvenir-cart-item td.product-subtotal .product-subtotal-sale-price, .order-review-tour.wg-souvenir-cart-item .product-subtotal-sale-price{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media screen and (max-width: 1024px){
    form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.wg-souvenir-cart-item{
        min-height: 300px !important;
    }

}

.wc-proceed-to-checkout.disabled .checkout-button, .wc-proceed-to-checkout.disabled .GooglePayButton {
    background-color: #6d7379!important;
    border-color: #6d7379!important;
    pointer-events: none;
}


.wg-cart-item {
    transition: all .4s;
}

.remove-free-product{
    display: none !important;
}

.product-remove.show-remove .remove-free-product{
    display: flex !important;
}

.hide-remove .remove{
    display: none !important;
}
