/*
Theme Name: Du Thuyền Sài Gòn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.out-of-stock-label {
    transform: rotate(315deg);
    top: 0% !important;
    left: -80% !important;
    color: red !important;
}
a.btn-add-cart.pointer {
    pointer-events: none;
}

.btn {
    background-color: #03a0e2;
    border: 2px solid #03a0e2;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
}



.formdatve.popup-test .select2-container {
    width: 100% !important;
}
.formdatve.popup-test {
    position: fixed;
    left: 15%;
    top: 10%;
    background: white;
    width: 70%;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    z-index: 99;
    height: 80%;
    overflow-x: scroll;
}
span.closeform {
    display: none;
    float: right;
    background: #1ca0e2;
    padding: 0px 9px;
    border-radius: 99px;
    color: white;
    font-weight: bold;
}
.baophu {
    position: absolute;
    display: none;
    width: 1000%;
    height: 1000%;
    top: -50%;
    left: -50%;
    z-index: 30;
    background: #00000090;
}


.btn-total-menu {
    position: fixed;
    display: none;
    width: 800px;
    background: #1ca0e2;
    bottom: 2%;
    justify-content: space-between;
    padding: 10px 30px;
    color: white;
    z-index: 99;
    font-weight: bold;
    border-radius: 99px;
}
.btn-total-menu span.woocommerce-Price-amount.amount {
    color: white !important;
}

p.hetve {
    color: red;
}

p.sl-mon {
    display: none;
}
@media only screen and (max-width: 449px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.formdatve.popup-test {
		position: fixed;
		left: 0%;
		width: 100%;

	}
	.fc-day-grid .ticket:nth-child(2) {
		line-height: 0px;
		padding-top: 0px;
		margin-top: -25px;
	}
	.btn-total-menu {
		position: fixed;
		display: none;
		left: auto;
		right: 5%;
		width: 130px;
		background: #1ca0e2;
		bottom: 20%;
		justify-content: space-between;
		padding: 5px 10px;
		color: white;
		z-index: 99;
		font-weight: bold;
		border-radius: 5px;
		flex-direction: column;
		align-items: center;
	}
	.btn-total-menu p {
		margin-bottom: 0px !important;
	}
	.woocommerce-checkout-review-order-table .product-name img {
		width: 100%;
		height: 250px;
	}
	.woocommerce-checkout-review-order-table .product-name .thumb {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
	
}