/*

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

*/

@font-face {
    font-family: 'Gothic';
    src: url('./fonts/GOTHIC.TTF') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic Bold';
    src: url('./fonts/GOTHICB.TTF') format('ttf');
    font-weight: normal;
    font-style: normal;
}

.main-home {
	padding: 0 !important;
}

.home-wrapper {
	display: none;
}

body:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > a, body:not(.fusion-top-header) .fusion-main-menu > ul > li > a {
	height: 60px !important;
}

#wrapper .fusion-vertical-menu-widget.left .menu > li > a {
	padding-left: 0!important;
}

#wrapper .fusion-vertical-menu-widget .menu li.current_page_item > a, #wrapper .side-nav li.current_page_item a {
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ffc20e;
}

.eighty-percent img {
    width: 80%;
}

.account-login:before {
	font-family: fontawesome;
	content: '\f007';	
	/*padding-right: 7px;	*/
	font-size: 14px;
	color:#bebdbd;
}

.account-login {
	color: #bebdbd;
	font-weight: 600!important;	
}

.wpcf7-form .wpcf7-mail-sent-ok {
    background-color: rgba(255,255,255,.75) !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
}

body:not(.logged-in) ul#menu-mainmenu li.fusion-menu-cart {
    display:none;
}
 
body:not(.logged-in) .fusion-mobile-menu-icons .fusion-icon-shopping-cart {
    display:none;
}
 

.home-padding {
	padding-left: 60px !important;
	padding-right: 60px !important;
	
}

.home-center {
	text-align: center!important;
	margin-bottom: 0 !important;
}

.related.products {
	display: none;
}

@media (max-width: 800px) {
	.shop_table .product-name {
		 width: 50% !important; 
	}
	.fusion-body .shop_table .product-thumbnail {
		float: none;
		display: none!important;
	}
	
	.wl-table .product-quantity {
		display: none;
	}
}


@media (max-width: 468px) {
	.fusion-body .shop_table .product-thumbnail {
		float: none;
		display: none!important;
	}
	.shop_table .product-name {
		width: 50%!important;
	}
	#wl-wrapper .wl-table .product-purchase .button {
        white-space: break-spaces!important;
	}
	
	.wl-table .check-column {
		display: none!important;
	}
	
	.wl-table .product-remove {
		display: none!important;
	}
	
	.wl-table .product-name {
		text-align: left;
	}
	
	.wl-table .product-price {
		width: 25%!important;
	}
	
	.wl-table .product-quantity {
		display: none;
	}
	
	.wl-table .product-purchase {
		width: 25%!important;
		font-size: 14px;
	}
}