/*
Theme Name: Hanata
Theme URI: http://wpbingosite.com/wordpress/hanata/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Hanata is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: hanata
*/
body.logged-in .bwp-header{
  padding-top: 40px;
}
.bypostauthor {
	font-style: italic;
	font-size: 12px;
	color: #757575;
}
.page-wrapper .bwp-main .page-title{
	padding-top: 200px;
    padding-bottom: 100px;
}
.page-wrapper .btn-primary{
  background-color: #D4FF00;
  border-color: #D4FF00;
}
.page-wrapper .btn-primary:hover{
  color: #000 !important;
  background-color: #D4FF00;
  border-color: #D4FF00;
}
/*TOP BAR*/
.top-bar {
    position: fixed;
    z-index: 10000;
    height: 40px;
    background: #ccff03;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
}
.top-bar .wrapper{
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  padding: 5px 30px;
}
.top-bar .bem-vindo{
  line-height: 32px;
}
.top-bar .bem-vindo img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: -5px;
}
.top-bar .atalhos {
  display: flex;
  padding: 0;
  margin: 0 0 0 20px;
  list-style-type: none;
}
.top-bar .atalhos li a{
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
  color: #ccff03;
}
.top-bar .atalhos a::before{
  position: relative;
  top: -4px;
  font-size: 22px;
  content: "\f007";
  color: #121212;
  font-family: FontAwesome;
}
.top-bar .bp-messages-nav a::before {
  content: "\f27a";
}
.top-bar .bp-members-nav a::before {
  content: "\f2a0";
}
.top-bar .bp-groups-nav a::before {
  content: url(images/icon/user-group-solid.svg);
  max-width: 20px;
}
.top-bar .menu-links-rapidos-container{
  margin-left: auto;
  position: relative;
  background-color: rgba(0, 0, 0, .3);
  width: 220px;
  padding: 0 10px;
  border-radius: 5px;
}
.top-bar .menu-links-rapidos-container::before{
  content: "Sites e links rápidos";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 0 0 10px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.top-bar .menu-links-rapidos-container::after {
  content: url(https://ambipar.com/uk/wp-content/uploads/2021/06/ico_arrow2.png);
  display: block;
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  line-height: 10px;
}
.top-bar .menu-links-rapidos-container ul{
    display: block;
    position: absolute;
    top: 30px;
    background: #ccff03;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-left: -10px;
    height: 0;
    overflow: hidden;
    transition:all .3s ease 0s;
}
.top-bar .menu-links-rapidos-container ul li{
  padding: 5px 10px;
}
.top-bar .menu-links-rapidos-container ul li a,
.top-bar .menu-links-rapidos-container ul li a:hover{
  color: #000;
}
.top-bar .menu-links-rapidos-container:hover ul{
  height: 350px;
  overflow-y: scroll;
}
footer .widget-custom-menu{
  display: none;
}
@media only screen and (max-width: 768px) {
  body.logged-in .bwp-header {
    padding-top: 60px;
  }
  .top-bar .bem-vindo img{
    margin-right: 0;
  }
  .top-bar .mensagem{
    display: block;
    top: 45px;
    position: absolute;
    padding: 0 10px;
    background: #ccff03;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 460px) {
  .top-bar .menu-links-rapidos-container{
    width: 160px;
    font-size: 12px;
  }
  .top-bar .menu-links-rapidos-container::before{
    line-height: 32px;
  }
  .top-bar .wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-bar .atalhos li a{
    margin: 0;
  }
}

.single-product .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.single-product form .yith-wcwl-add-to-wishlist {
  display: inline-block !important;
}

/* f27a message
f27a message border
f007 user
f007 user border

position: relative;
top: 6px;
font-size: 22px;
content: "\f500";
color: #121212;
font-family: FontAwesome; */