/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Slider */
#sliders-container,
.slotholder div {
	background-color:#fff!important;
}

/* HEADER */
header.fusion-header-wrapper {
	border-bottom: 4px dashed #8cb9b4;
}
/*.post-content {
	border-radius: 40px;
    padding: 10px 38px;
    background-color: #fff;
}*/
.woocommerce .products > li {
	background-color: #fff!important;
	border: 4px solid #ddd;
}
.woocommerce .products li h3.product-title a {
	    /* background-color: #78bcb2!important; */
    color: #78bcb2!important;
    display: inline;
    padding: 3px 28px 3px 10px;
	display: inline-block;
	font-style: normal;
}
.woocommerce .products li a {
	color: #15D2BE!important;
}
.woocommerce .products li .shipping-costs-info a,
.woocommerce .products li a.product-images {
	background-color: transparent!important;
    color: initial!important;
    display: inline;
    padding: 0px;
}
.price .woocommerce-Price-amount.amount {
	color: #333;
	margin-top: 19px;
}
.fusion-rollover {
	background-image: none!important;
	background-color: #78bcb2!important;
}
.woocommerce .products li .fusion-rollover a {
	color: #fff!important;
}
.fusion-woo-product-design-clean .products .product-title {
	margin: 0px -15px;
}

.woocommerce-checkout table.shop_table {
    background-color: #fff;
}
.woocommerce-cart section#content,
.single-product section#content,
.woocommerce-checkout section#content {
    background-color: #fff;
    padding: 25px;
}
.wc-gzd-additional-info.shipping-costs-info {
	display: none;
}
.avada-single-product-gallery-wrapper {
	margin-bottom: 0px!important;
}
.woocommerce-tabs > .tabs .active a {
	background-color: #fff!important;
}
.price>.woocommerce-Price-amount.amount,
.summary-container .price ins .woocommerce-Price-amount.amount {
	font-size: 40px;
}
.product_meta .sku_wrapper {
	display: none;
}
.woocommerce-container .catalog-ordering {
	display:none;
}
@media(max-width:800px){
	main#main {
    	padding-top: 0px;
    	padding-bottom: 0px;
	}
	h1 {
		font-size: 48px!important;
		margin-top: 0px!important;
	}
	p {
		font-size: 18px!important;
	}
}