/*
Theme Name: Perfetto Theme
Description: Child Theme to Customize WooCommerce Checkout Page
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: child22
Template: envo-online-store
*/

th {
text-align: left;
}

@font-face {
    font-family: Geo;
    src: url(/Geologica.ttf);
    font-display: swap;
    }

body {
font-family: 'Geo', arial, sans-serif;
padding: 0;
color: #404040;
font-weight: 300;
line-height: 1.6;
font-size: 18px;
word-wrap: break-word;
}

a, a:active, a:hover, a:focus {
    color: #4DA9C7;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.main-container {
    margin-top: 5px;
}

.site-branding-text {
    display: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover
{
    color: white;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover
{
    color: white;
    background: none;  
}

.dropdown-menu > li > a {
    padding: 5px 20px 5px 10px;
}

#sidebar {
    display: block;
    font-size: 18px;
}
.page-area {
    padding-top: 1%;
}

#site-navigation {
    background-color: #1A728F;
	padding:1% 0%;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce ul.products li.product a.compare {
    font-family: inherit;
    content: none;
    font-weight: auto;
    margin-right: 0;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce ul.products li.product a.compare span {
	font-family: "Line Awesome Free";
    content: "\f021";
    font-weight: 700;
    margin-right: 15px;
}

.woocommerce ul.products li.product .price, .woocommerce div.product div.price, .woocommerce div.product span.price {
	color: #1A728F;
	font-weight: 700;
}

.h3 {
    margin-top: 2%;
    margin-bottom: 2%;
  }

.checkbox input[type="checkbox"] {
    position: relative;
  }

@media (max-width: 768px) {
    #sidebar {
        display: none;
    }
}
