/* 
 Theme Name:   ereflect
 Theme URI:    
 Description:  child theme of hello elementor
 Author:       ereflect_admin
 Author URI:   http://store.ereflect.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  font-family: 'Roboto', sans-serif;  
    }
.elementor-location-header {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
section{
  margin-bottom:100px;  
    }
.site-main {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
        max-width: 1220px;
            margin: auto;
}
 body:not([class*=elementor-page-]) .site-main {
    max-width: 1220px !important;
}
.home .site-main {
    padding-top: 0px;
        padding-left: 0px;
    padding-right: 0px;
        max-width: 100% !important;
}
h2.woocommerce-loop-product__title {
    color: #444444;
font-size: 20px !important;
    font-weight: 400;
}
.button {
    background: #34ad07 !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.button:hover {
    background: #05ABE0 !important;
}
ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.products li.product {
    padding: 15px !important;
    margin-bottom: 48px !important;
    border: 1px solid #8080803b;
}
.quantity input {
padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    list-style: none;
    border: 1px solid #80808026;
    border-width: 1px 1px 0px 1px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #616161;
    line-height: 1.5em;
    padding: 8px 15px;
    border-bottom: 1px solid #80808026;
}
.woocommerce-MyAccount-content p a {
    color: #77a464 !important;
}
@media (max-width:991px) {
ul.products li.product {
    margin-bottom: 23px !important;
    width: 45% !important;
}
}
@media (max-width:767px) {
    section{
  margin-bottom:50px;  
    }
.site-main {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px;
}
.home .site-main {
    padding-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
ul.products li.product {
    margin-bottom: 15px !important;
    width: 46% !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}
}

@media (max-width:480px) {
ul.products li.product {
    margin-bottom: 15px !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
}

