/*
 Theme Name:   Storefront Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Storefront Child Theme
 Author:       Manuel Hans
 Template:     storefront
 Version:      1.0.9
*/
body.elementor-template-full-width .storefront-breadcrumb{
    display: none
}
body.elementor-template-full-width #content .col-full{
    max-width: 100vw;
    padding: 0;
}
body.elementor-template-full-width #btnGetStarted{
    width: 100%;
}
body.elementor-template-full-width .transparent{
    opacity: 0;
  -webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                              supported by Chrome, Opera and Firefox */
}
.variation-Image p{
  display: none;
}

/* .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
  float: right;
  margin: 0 0 0 0;
} */

.col-full{
  position: relative;
}

/* .storefront-primary-navigation > .col-full{
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.primary-navigation ul.nav-menu li{
  padding-left: 10px;
  padding-top: 1em;
  position: relative;
}
.primary-navigation ul.nav-menu li:not(:last-child):after{
  content: "|";
  position: absolute;
  right: -8px;
  top: 50%;
}
.primary-navigation ul.nav-menu li a{
  padding: 0;
  font-weight: bold;
} */
.handheld-navigation ul li a{
  font-weight: bold;
}

#site-navigation{
  line-height: 1;
  width: auto;
  margin-right: 0;
}
.custom-logo{
  background: white;
}
.absolute-left{
  position: absolute;
  left: 0;
  top: 20px;
  /* height: 100%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
/* .site-branding{
  margin: 0;
} */
.absolute-left .site-branding img{
  width: 40%;
  max-width: 300px;
  padding: 5px;
  width: 100%;
}
.absolute-left .site-branding{
  width: 100% !important;
}
#masthead{
  padding: 10px;
  margin: 0;
}
.color-green a{
  color: rgb(37,177,26) !important;
}
.widget .widget-title, .widget .widgettitle{
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
.widget_nav_menu ul li{
  padding-left: 0;
}
.widget_nav_menu ul li::before {
  content: none !important;
}
.footer-container{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.cart-container{
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cart-container{
    flex-wrap: wrap;
  }
  .footer-container > .site-branding{
    display: none;
  }
  .footer-container{
    flex-wrap: wrap;
  }
  .absolute-left{
    top: 0;
  }
  .absolute-left .site-branding img{
    max-width: 300px;
    padding: 5px;
  }
  .show-large{
    display: none;
  }
  #masthead{
    padding-top: 20px;
  }
  .storefront-handheld-footer-bar ul.columns-3 li{
    width: 50%;
  }
  .storefront-handheld-footer-bar ul.columns-3 li.search{
    display: none;
  }
  .storefront-handheld-footer-bar{
    display: none;
  }
  .absolute-left .site-branding img{
    max-width: 40vw;
  }
  .cart-login-container{
    display: none;
  }
  .woocommerce-cart-form, .cart-collaterals{
    width: 100%;
  }
  .col-5 .block{
    width: 100%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 1000px) {
  .primary-menu-wrapper{
    position: absolute;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding img{
    /* max-width: none;
    height: 60px; */
  }
}
@media (min-width: 768px) {
  .col-5 .block{
    width: 18%;
    float: left;
    margin-right: 2%;
  }
  /* .storefront-primary-navigation{
    display: flex;
    border-bottom: 1px solid rgb(32, 180, 231);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  } */
  table.cart th, table.cart td{
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-container > .site-branding{
    max-width: 20%;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .show-mobile{
    display: none;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding{
    margin: 0;
    width: auto;
    float: none;
    margin-right: auto;
  }
  .flex-nav-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
    padding: 0.5em;
    outline: none;
  }
  .main-navigation ul > li a{
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: color 0.5s, border-bottom 0.5s;
  }
  .main-navigation ul.menu > li.current-menu-item a,
  .main-navigation ul.nav-menu > li.current-menu-item a,
  .main-navigation ul.menu > li:focus a,
  .main-navigation ul.nav-menu > li:focus a,
  .main-navigation ul.menu > li:hover a,
  .main-navigation ul.nav-menu > li:hover a,
  .main-navigation ul.menu > li:active a,
  .main-navigation ul.nav-menu > li:active a {
    /* background-color: #e5e5e5; */
    color: rgb(19, 91, 255);
    border-bottom: 1px solid rgb(19, 91, 255);
  }
  .cart-login-container .main-navigation ul > li.menu-item-has-children a{
    border-bottom-color: rgba(0,0,0,0) !important;
    color: black !important;
  }
  .cart-login-container{
    margin-left: auto;
  }
  .cart-collaterals{
    margin-left: 20px;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator{
    width: 100%;
  }
  .cart_totals > h2 {
    display: none;
  }
}

.footer-container > .footer-widgets{
  max-width: none;
  flex-basis: 100%;
  padding: 0 15px;
}
body.woocommerce #primary {
	float: none;
	width: 100%;
}
.product-container{
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e1e1;
  background-color: rgb(249, 249, 249);
  box-shadow: 0 0 3px;
}
.product-container .product-link{
  text-align: left;
  margin-bottom: 5px;
  outline: none;
}
.product-container .product-title{
  margin-bottom: 0;
  padding-left: 5px;
  font-weight: bold !important;
}
.product-container .product-image-container{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.product-container .product-image{
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.product-container:hover .btn-product-more{
  opacity: 1;
}
.product-container .btn-product-more{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgb(199,2,90);
  color: #fff;
}
.product-container .product-description p{
  padding: 0 7px;
  padding-top: 10px;
  color: black;
  font-size: 16px;
}
.product-container .product-bottom{
  display: flex;
  padding: 0 7px;
  margin-top: auto;
}
.product-bottom button{
  background-color: rgba(0,0,0,0);
  border: 2px solid #35b2b6;
  color: #35b2b6;
}
.circle{
  padding-bottom: 100%;
}
table.price-table{
  box-shadow: 0 0 5px;
  margin-bottom: 0;
}
table.price-table td, table.price-table th{
  text-align: center;
  padding: 5px;
}
table.price-table th{
  background-color: #575757;
  color: #fff;
}
.storefront-sorting .woocommerce-notices-wrapper, .storefront-sorting .woocommerce-ordering, .storefront-sorting .woocommerce-result-count, .storefront-breadcrumb{
  display: none
}
.storefront-sorting{
  margin: 0;
}
.page-title{
  margin-top: 30px;
}
h1.entry-title{
  margin: 0.67em 0;
}
.es_subscription_message.success{
  color: #fff;
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding img{
  max-height: 50px;
}
