/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Container Max Width */

/* @media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
    	max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
} */

@media (min-width: 576px) {
	.container, .row, .container-width, .row.row-small, .row.row-large {
	    max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .row, .container-width, .row.row-small, .row.row-large {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .row, .container-width, .row.row-small, .row.row-large {
    	max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .row, .container-width, .row.row-small, .row.row-large {
		max-width: 1200px;
	}
}

/* BUTTON TRANSITION EFFECT */
.single_add_to_cart_button,
.checkout-button,
.catcbll_preview_button {
	box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
}

.single_add_to_cart_button:hover,
.checkout-button:hover,
.catcbll_preview_button:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3) !important;
    transition: all ease-in-out 300ms;
}


/* SINGLE PRODUCT PAGE */
/* additional button in single product */
.single-product .catcbll_preview_button {
    display: inline-block;
}

.single-product .catcbll_preview_button a {
    font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .03em;
}

/* whatsapp float button */
.floating_button {
	bottom: 80px !important;
}
.floating_button .label-container {
	bottom: 93px !important;
}

/* 	back-to-top bottom on mobile - set above the whatsapp bubble */
.back-to-top {
	bottom: 150px !important;
}

/* Checkout page - number step */
.checkout-page-title.page-title {
	display: none !important;
}

/* Mini Cart */
.woocommerce-mini-cart__buttons .checkout {
	display: none !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}