/*
Theme Name:     Best Shop Child
Theme URI:      http://example.com/
Description:    Tema Child per il tema Best Shop
Author:
Author URI:     http://example.com/about/
Template:       best-shop
Version:        0.1.0
*/


.hover_none{
  color: #929497!important;
  cursor: inherit;
}
.hover_none:hover{
  color: #929497;
}
#postdivrich{
  display: none;
}
#menu-opener{
 /*display: none;*/
}

button.header-search-button{
  background-color: #4c4c4c;
}

.site-header .header-wrapper .header-right .header-search .header-search-icon{
  display: none;
}

.div_qty{
width: 100%;
display: flex;
justify-content: center;
align-items: center;

}
.div_qty .qty {
  width: 60px;
}


.woocommerce ul.products li.product a img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.woocommerce ul.products li.product{
  border-radius: 20px;
  box-shadow: 0px 1px 15px 6px #87878738;
}


@media (max-width: 1024px) {
    .produt-category-navigation {
        display: block;
        text-align: center;

    }
.categories-dropdown-menu{
  position: relative;
}
.site-footer .footer-top .grid {
  grid-template-columns: repeat(1, 1fr);
}
}
