/*
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.   ***************/
/* Woocommerce variation price */
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price{
	font-size:24px;
}

/* Wapf field container */
.wapf-field-group .wapf-field-container{
	transform:translatex(0px) translatey(0px);
}

/* Label */
.wapf-radios .wapf-checkable label{
	margin-left:-3px;
	display:inline-block;
	transform:translatex(0px) translatey(0px) !important;
}

/* Wapf swatch  text */
.wapf-field-group .wapf-field-input .wapf-swatch--text{
	background-color:rgba(189,195,199,0.13);
	color:#34495e;
	
}

/* Division */
.wapf-product-totals .wapf--inner div{
	font-size:22px;
	
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/* Wapf */
.section .cart .wapf{
	transform:translatex(0px) translatey(0px);
}

/* 480px and smaller screen sizes */
@media (max-width:480px){

	/* Buttons added */
	#wrapper #main .shop-container .product .custom-product-page .section .relative .row .col .col-inner .add-to-cart-container .cart .buttons_added{
		width:auto !important;
	}
	
	/* Buttons added */
	.section .cart .buttons_added{
		font-size:20px;
		text-align:center;
		
	}
	
}
}

