/*
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
*/

.cart-wrapper-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
}

@media(max-width: 1200px){
    .cart-wrapper-container {
        max-width: 1140px !important;
        margin: 0 !important;
    }

	.mobile-margin-wrapper {
	    padding: 0px 30px !important;
	    max-width: 1140px;
        margin: 0 !important;
	}
}

/* woocommerce widgets */
.fusion-product-wrapper .woocommerce-loop-category__title{
	font-family: Lato !important;;
    font-size: 19px !important;
    font-weight: normal !important;;
    font-stretch: normal !important;;
    font-style: normal !important;;
    line-height: 1.3 !important;;
    letter-spacing: .5px !important;
}
.fusion-woo-slider h4.product-title {
    font-family: Lato;
    font-size: 19px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: .5px !important;
}
.woocommerce h3.product-title {
    font-family: Lato;
    font-size: 19px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: .5px !important;
}
.post-content .woocommerce .product-buttons a.button:hover {
	background: none !important;
	color: #63CFE3 !important;
}
.post-content .woocommerce .product-buttons a.button{
	background: none;
    color: inherit;
    font-size: 12px;
    padding: 0px;
    padding-left: 14px;
    line-height: 18px;
    height: auto;
    letter-spacing: normal;
    font-family: 'Lato';
    text-transform: none;
    text-align: left;
}
.fusion-woo-product-grid h3.product-title {
    font-family: Lato;
    font-size: 19px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: .5px !important;
}
.post-content .fusion-woo-product-grid a.button:hover {
	background: none !important;
	color: #63CFE3 !important;
}

.post-content .fusion-woo-product-grid a.button{
	background: none;
    color: inherit;
    font-size: 12px;
    padding: 0px;
    padding-left: 14px;
    line-height: 18px;
    height: auto;
    letter-spacing: normal;
    font-family: 'Lato';
    text-transform: none;
    text-align: left;
}
.post-content .fusion-woo-slider a.button:hover {
	background: none !important;
	color: #63CFE3 !important;
}
.post-content .fusion-woo-slider a.button{
	background: none;
    color: inherit;
    font-size: 12px;
    padding: 0px;
    padding-left: 14px;
    line-height: 18px;
    height: auto;
    letter-spacing: normal;
    font-family: 'Lato';
    text-transform: none;
    text-align: left;
}
.post-content .fusion-woo-product-grid a.show_details_button{
	line-height: 18px;
}
.post-content .woocommerce a.show_details_button{
	line-height: 18px;
}
/* end woocommerce widgets */


main#main{
	padding: 0px !important;
}
div.footer-insights{
	background-color: #f3f3f3 !important;
	padding-left: 10.4% !important;
	padding-right: 10.4% !important;
	padding-top: 106px !important;
}

div.footer-insights p{
	font-family: Lato;
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.91;
	letter-spacing: 1px;
	color: #3c4951;
}

div.footer-insights .heading p{
	letter-spacing: 1px;
}

body.fusion-button_size-large .fusion-button-default-size{
	height: 83px;
	border-radius: 0px !important;
	padding-top: 33px !important;
}
body.fusion-button_size-large .fusion-button-default-size span{
	font-weight: normal;
}

.mobile-get-connected{
	background-color: #2b1a41;
	color: white;
	width: 100%;
	height: 62px;
	border: none;
	position: fixed;
	left: 0;
    bottom: 0;
    font-size: 14px;
}
.members-access-error{
	text-align: center;
	padding: 100px;
	padding-top: 200px;
}

a:hover{
	color: #63CFE3 !important;
}

div.top-picks p{
	font-size: 24px !important;
}

div.top-picks p a{
	text-decoration: none !important;
	font-size: 24px !important;
}
div.top-picks{
	background-color: #f3f3f3 !important;
}
 
.max-600px>*{
 	max-width:600px;
    display: block;
    margin: 0 auto !important;
}
@media(max-width: 1050px){
	.max-600px>*{
		max-width: none;
		width: 100%;
	}
}