/*
Theme Name: Envo Storefront Child
Template: envo-storefront
Version: 1.0
*/

@import url("../envo-storefront/style.css");

.woocommerce span.onsale {
    background-color: #00badb;
    color: #fff;
    line-height: 1.7;
    min-height: 1.7em;
    border-radius: 3px;
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #00badb;
}


.navbar-brand.brand-absolute.visible-xs {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}


@media (max-width: 767px) {
    .open-panel {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 16px;
        right: 159px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s 
ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s 
ease-in-out;
        cursor: pointer;
    }
}


.site-footer-text {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  padding: 8px 0;
  background-color: #1e1e1e;
}