/*
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
*/

.fusion-logo-link .fusion-standard-logo {
	height: 20px;
}


.fusion-menu-cart .fusion-main-menu-icon {
	font-size: 30px;
}
.fusion-menu-cart .fusion-custom-menu-item-contents {
	margin-top: -10px;
	width: 220px;
}



.home4-1 a {
	display: block;
	border-bottom: 1px solid #ffffff;
	margin-top: 30px;
    position: relative;
}
.home4-1 a::after {
	content: "→";
    color: #a8aaad;
    font-size: 20px;
    position: absolute;
    right: 2px;
}


ul.products {
	margin-top: 0px;
}

ul.products .product {
	padding: 50px;
}


ul.products .fusion-product-wrapper {
	border: none;
}

ul.products .fusion-content-sep, ul.products .add_to_cart_button {
	display: none;
}

ul.products .product-title-format {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

ul.products .featured-image img {
	max-width: 320px;
}

ul.products .product-details-container h3.product-title {
	font-size: 26px;
    text-align: center;
	margin-top: 20px;
}


.product h1.product_title {
	color: #3b57a6 !important;
    font-size: 36px !important;
}
.product .summary-container .product_meta, .product .price, .product .woocommerce-tabs .tabs, .product .woocommerce-tabs .fusion-woocommerce-tab-title {
	display: none !important;
}

.product .woocommerce-tabs .woocommerce-Tabs-panel {
    border: none;
    padding: 20px 0;
}

.woocommerce-tabs .panel {
	margin-left: 0;
}

.product {
	padding-bottom: 80px;
}
.product .single-product-title-format {
	font-size: 28px;
	padding-bottom: 10px;
}
.product .woocommerce-tabs {
	padding-top: 30px;
}
.product .product-table {
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.product .product-table td {
	padding: 3px 20px;
}
.product .product-table tr {
	border-bottom: 1px solid #aaa;
}
.product .product-table trli:last-child {
	border-bottom: none;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}