﻿/*
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;}

.pswp__caption__center {display:none;}


.woocommerce-product-gallery .flex-control-thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 23px;
    max-width: 23px;
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 5px 0 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    margin-bottom: 8px;
}
.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);
}
.product-info .price {
    font-size: 2.3em;
}	
.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;
}
