/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */
/*@import url("../bono/style.css");*/

.product_meta>span {display:none;}
.product-compare-btn, .product-favorite-btn {display:none;}
.shop-item__icons-compare {display:none;}
.pswp__caption__center {display:none;}
.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {display:none;}
.product-category a img {display:none;}
.product-category .woocommerce-loop-category__title .count {display:none;}


.woocommerce-product-gallery .flex-control-thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 25px;
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 5px 0 0;
}
.product-images {
	margin-right: 30px;
}
.wp-post-image {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-product-gallery__wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header-search--compact form.show {
    transform: translate3d(-65%,0,0);
    opacity: 1;
    pointer-events: auto;
}
.header-search--compact form {
    transform: translate3d(-65%,50px,0);
}

.filter--style-premmerce .filter__item {
    border: 0px solid #c7c7c7;
    margin: 0;
    padding: 15px;
    margin-top: -1px;
}

.product-info .price {
    font-size: 2.3em;
}

.shop-item__buttons-cart, .shop-item__buttons-view {
    border-radius: 0.2em;
}
.brand-title{
color: rgb(157, 157, 157);
}
.cat-href {
line-height: 21px;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 2px 7px 1px 7px;
border-radius: 4px;
margin: 5px 10px 0px 0px;
background: #337ab7;
transition: all 0.2s;
/* white-space: nowrap; */
cursor: pointer;
font-size: 14px;
}
.cat-href:hover{
line-height: 21px;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 2px 7px 1px 7px;
border-radius: 4px;
margin: 5px 10px 0px 0px;
background: #1c599f;
transition: all 0.2s;
/* white-space: nowrap; */
cursor: pointer;
font-size: 14px;
}
.entry-title, .page-title {
margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
ul.products li.product {
width: 48%;
float: left;
clear: both;
}

ul.products li.product:nth-child(2n) {
clear: none;
float: right;
}
.shop-item__title {
font-weight: 0;
margin-bottom: .35em;
line-height: 1.4;
}
.brand-link {
font-weight:600 !important;
}