/*_variables.scss */
/* Body Text Styles */
/*-- colors --*/
/*-- Background --*/
/*https://www.color-hex.com/color-palette/1866*/
/*-- font-family--*/
/*$dark: #262B33; old*/
/*$hoverlink: #d2d2d2;*/
/* line 5, sass/_partials/_header_lazy.scss */
nav .header-menu .menu-item a:hover {
  color: #ff6f61;
}

/* line 12, sass/_partials/_header_lazy.scss */
body.on-search {
  overflow: hidden;
}

/* line 16, sass/_partials/_header_lazy.scss */
.blog .menu-blog {
  border-bottom: 3px solid #ff6f61;
}
/* line 18, sass/_partials/_header_lazy.scss */
.blog .menu-blog a {
  color: #ff6f61;
}

/* line 24, sass/_partials/_header_lazy.scss */
.woocommerce .menu-loja {
  border-bottom: 3px solid #ff6f61;
}
/* line 26, sass/_partials/_header_lazy.scss */
.woocommerce .menu-loja a {
  color: #ff6f61;
}

/* line 33, sass/_partials/_header_lazy.scss */
.page-template-find-a-firm_child .menu-offices,
.page-template-find-a-firm .menu-offices {
  border-bottom: 3px solid #ff6f61;
}
/* line 35, sass/_partials/_header_lazy.scss */
.page-template-find-a-firm_child .menu-offices a,
.page-template-find-a-firm .menu-offices a {
  color: #ff6f61;
}

/* line 40, sass/_partials/_header_lazy.scss */
.header-navigation-background {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: url("/wp-content/themes/decostore/media/close-white.png"), default;
  display: none;
}

@media (max-width: 1024px) {
  /* line 53, sass/_partials/_header_lazy.scss */
  body.open-menu {
    overflow: hidden;
  }

  /* line 60, sass/_partials/_header_lazy.scss */
  .open-menu header nav .hamburger span {
    background: white;
  }
  /* line 62, sass/_partials/_header_lazy.scss */
  .open-menu header nav .hamburger span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin-right: -16px;
    margin-top: 4px;
  }
  /* line 68, sass/_partials/_header_lazy.scss */
  .open-menu header nav .hamburger span:nth-child(2n) {
    display: none;
  }
  /* line 71, sass/_partials/_header_lazy.scss */
  .open-menu header nav .hamburger span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin-top: -6px;
  }
  /* line 78, sass/_partials/_header_lazy.scss */
  .open-menu header nav .header-navigation-background {
    display: block;
  }
  /* line 81, sass/_partials/_header_lazy.scss */
  .open-menu header nav .header-menu {
    display: flex;
    overflow: scroll;
    height: 100vh;
    z-index: 2;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.25);
    -ms-box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.25);
  }
  /* line 92, sass/_partials/_header_lazy.scss */
  .open-menu header nav .header-social {
    position: relative;
    display: block;
  }
  /* line 96, sass/_partials/_header_lazy.scss */
  .open-menu header nav .js-menu {
    background: #212529;
  }

  /* line 104, sass/_partials/_header_lazy.scss */
  header nav .header-menu {
    padding: 22px 20px 10px;
    /*
    .header-search {
        order: 1;
        width: 100%;
        .search {
            border-bottom: 1px solid;
            display: block;
            input {
                border: none;
                margin: auto 0;
            }
            form {
                display: flex;
            }
        }
        .container {
            display: none;
        }
        .icons {
            height: unset;
            padding: 10px 0;
            img {
                margin: 0;
            }
        }
    }*/
  }
  /* line 106, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu {
    display: block;
  }
  /* line 108, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .menu-item.my-account .sub-menu,
  header nav .header-menu .menu .sub-menu {
    display: block;
    position: relative;
  }
  /* line 113, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .container {
    position: relative;
    top: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 118, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .container .sub-menu {
    padding: 5px 0;
  }
  /* line 120, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .container .sub-menu .sub-menu {
    display: none;
  }
  /* line 126, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .menu-item:hover.menu-item .sub-menu {
    display: block;
  }
  /* line 128, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu .menu-item:hover.menu-item .sub-menu .sub-menu {
    display: none;
  }
  /* line 134, sass/_partials/_header_lazy.scss */
  header nav .header-menu .page-template-find-a-firm_child .menu-offices,
  header nav .header-menu .page-template-find-a-firm .menu-offices,
  header nav .header-menu .blog .menu-blog,
  header nav .header-menu .woocommerce .menu-loja {
    border-bottom: none;
  }
  /* line 140, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu-item {
    padding: 6px 0;
    min-height: unset;
    border-bottom: none;
  }
  /* line 144, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu-item a {
    text-transform: uppercase;
  }
  /* line 149, sass/_partials/_header_lazy.scss */
  header nav .header-menu .sub-menu .menu-item {
    padding: 7px 0;
    border-bottom: 1px dotted #d2d2d2;
  }
  /* line 152, sass/_partials/_header_lazy.scss */
  header nav .header-menu .sub-menu .menu-item a {
    font-family: "Nexa Light", Verdana, sans-serif;
    font-size: 14px;
  }
  /* line 158, sass/_partials/_header_lazy.scss */
  header nav .header-menu .small-logo {
    display: block;
    width: 75%;
    margin-right: 0;
    margin-left: auto;
    z-index: 11;
    position: relative;
    text-align: center;
    padding: 11px;
  }
  /* line 168, sass/_partials/_header_lazy.scss */
  header nav .header-menu .search-bar {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 171, sass/_partials/_header_lazy.scss */
  header nav .header-menu .search-bar .lupe {
    display: flex;
  }
  /* line 173, sass/_partials/_header_lazy.scss */
  header nav .header-menu .search-bar .lupe:before {
    margin: auto 0;
  }
  /* line 177, sass/_partials/_header_lazy.scss */
  header nav .header-menu .search-bar input {
    margin: 0;
    border: none;
    padding-bottom: 0px;
  }
  /* line 209, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop {
    order: 2;
    max-height: unset;
    padding: 0;
    margin-left: 0;
  }
  /* line 214, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 217, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .menu-item {
    width: 100%;
    min-height: unset;
    margin: 0;
  }
  /* line 222, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .menu-item a {
    width: 100%;
  }
  /* line 225, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .menu-item span,
  header nav .header-menu .header-shop .menu .menu-item a,
  header nav .header-menu .header-shop .menu .menu-item p {
    margin: 0;
  }
  /* line 230, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .menu-item .count {
    display: none;
  }
  /* line 234, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .sub-menu {
    top: 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  /* line 239, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .sub-menu li {
    border-bottom: 1px dotted #d2d2d2;
  }
  /* line 242, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .sub-menu a {
    padding: 7px 0;
    font-size: 14px;
  }
  /* line 247, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .about {
    display: none;
  }
  /* line 250, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .my-account {
    order: -1;
  }
  /* line 254, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .like-link:before {
    background: none;
  }
  /* line 259, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .login-link:before {
    content: 'minha conta';
    background: none;
  }
  /* line 265, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-shop .menu .cart-icon:before {
    content: 'carrinho';
    background: none;
    font-family: "Nexa Bold", Verdana, sans-serif;
  }
  /* line 273, sass/_partials/_header_lazy.scss */
  header nav .header-menu .menu-menu-header-container {
    order: 3;
  }
  /* line 276, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-social {
    order: 4;
  }
  /* line 278, sass/_partials/_header_lazy.scss */
  header nav .header-menu .header-social a.about {
    text-transform: uppercase;
    font-family: "Nexa Light", Verdana, sans-serif;
  }
}
@media (max-width: 768px) {
  /* line 288, sass/_partials/_header_lazy.scss */
  header nav .header-menu .small-logo {
    width: 100%;
  }
}
/* line 2, sass/_partials/_footer_lazy.scss */
footer.footer {
  background: #fffbfe;
}

/* line 1, sass/_partials/_lazy.scss */
pwp-notification {
  color: black;
}

/* line 4, sass/_partials/_lazy.scss */
pwp-notification a {
  color: black;
}

/*a p,
a,
span,
*/
/* line 5, sass/_partials/_hover.scss */
img,
.image:before {
  transition: 1s;
}

/* line 9, sass/_partials/_hover.scss */
.card .image:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 15, sass/_partials/_hover.scss */
.woocommerce ul.products .card.product.outofstock:hover img,
.card.product.outofstock:hover img,
.card.product a .image:hover img,
a .image img:hover,
.stripe.find-firm .city a:hover .box .image img {
  filter: saturate(1.6);
  -webkit-filter: saturate(1.6);
}

/* line 24, sass/_partials/_hover.scss */
a:hover,
.sidebar .card.product a:hover p,
.home .findbycat a:hover,
a:hover p,
.gray a:hover {
  color: #ff6f61;
}

/* line 35, sass/_partials/_hover.scss */
.woocommerce ul.products .card.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce ul.products .card.product .woocommerce-loop-product__link:hover .price,
.card.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.card.product .woocommerce-loop-product__link:hover .price {
  color: #ff6f61;
}
/* line 42, sass/_partials/_hover.scss */
.woocommerce ul.products .card.product .added_to_cart:hover,
.woocommerce ul.products .card.product .button.product_type_simple:hover,
.card.product .added_to_cart:hover,
.card.product .button.product_type_simple:hover {
  background: #ff6f61;
}
