/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 7.0.2_c
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/******************************************/
/********Ровняем категории по высоте*******/
.thumb-info .thumb-info-wrapper {
	margin: 4px;
	min-height: 290px;
}
/******************************************/

/******************************************/
/*********Ровняем товар по высоте**********/
ul.products li.product-col .product-image {
	margin-bottom: 1rem;
	min-height: 290px;
}
/******************************************/

.bypostauthor { display: block; }

/*Скрываем "предыдущая цена" на странице товара при установке акционной цены*/
.screen-reader-text {
	display: none; !important
}

/******************************************/
/**********прячем значок рекапчи***********/
/*.grecaptcha-badge {visibility: hidden;}*/
/******************************************/

/*
@font-face {
    font-family: star;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format('embedded-opentype'),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format('woff'),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format('truetype'),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format('svg');
    font-weight: 400;
    font-style: normal
}

.star-rating{font-family: star}

.star-rating span {
font-family: star !important;
}

.star-rating span {
font-family: ‘star’ !important;
}
*/

@font-face {
    font-family: 'WooCommerceStars';
    src: url('https://multi-pribor.ru/wp-content/plugins/woocommerce/assets/fonts/star.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wc-block-components-review-list-item__rating__stars span:before {
    font-family: 'WooCommerceStars' !important;
    content: "\53\53\53\53\53" !important;
}

/******************************************/
/*Свяжитесь с нами внизу сайта, меняем шрифт на бесплатный*/

#footer .footer-ribbon, #footer .footer-ribbon a, #footer .footer-ribbon a:hover, #footer .footer-ribbon a:focus {
    font-family: 'Open Sans';
}

/******************************************/
