/*
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 стили */

.menu 
.menu-item img._mi._before._image {
	opacity: 0.2;
	transition: opacity 0.3s ease;
	filter: grayscale(1);
}

.menu 
.menu-item:hover img._mi._before._image {
	opacity: 1;
	filter: grayscale(0);
}

p.stock.available-on-backorder {
    color: #F44336;
}

label {
    padding-left: 5px;
}

p.stock.in-stock {
    font-weight: 500;
    color: #4b994b;
}

.entry-content, .home-text, .taxonomy-description {
    margin-bottom: 0px;
}

.entry-content, .home-text {
    max-width: 100%;
}
.avatar-myaccount .name {
    font-size: 17px;
    font-weight: 600;
}
.avatar-myaccount a {
    font-weight: 500;
    color: #0050e0;
    font-size: 12px;
}
.avatar-myaccount img {
    width: 115px;
    border-radius: 50%;
    display: flex;
    margin-bottom: 20px;
}
.owl-stage-outer {
    padding: 15px;
    margin: 0 -15px;
}
.track-status-order-carousel-item {
    font-size: 13px;
    margin-top: 15px;
}

h3.title-myaccount {
    font-size: 22px;
    font-weight: 400;
}
.order-carousel-item, .review-carousel-item {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4.5px 0.5px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 35px;
    height: 185px;
}
.review-products-wrap h3 {
    margin-bottom: 0;
}
.review-products-wrap {
    border-radius: 5px;
    background: #EEE;
    padding: 20px 40px;
}
.header-order-carousel-item {
    padding: 0 25px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.account-text {
    font-size: 13px;
}
.reviewx-rating {
    display: block;
}
.review-info img {
    margin-right: 10px;
}
.review-info {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #ecf2f9;
    padding: 20px 25px;
    margin: 30px 0;
}
svg.icon.icon-star {
    width: 35px;
    height: 35px;
}
.reviewx-star-rating {
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.rating-area {
    overflow: hidden;
    width: 230px;
    margin: 0 auto;
    margin-top: 10px;
}
.body-review-carousel-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.reviewx-rating {
    margin-bottom: 40px;
}
p.logged-in-as {
    display: none;
}
h3#reply-title {
    font-size: 32px;
    font-weight: 300;
}
h4.review-h4 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}
.rx-comment-form-attachment .rx_upload_file img {
    width: 96px!important;
    margin: 0!important;
	flex:none;
}
.rx-comment-form-attachment .rx_upload_file, .rx_myaccount-review_form .rx-review-form form .rx_upload_video,.rx_upload_video {
    background-color: transparent!important;
    border: 0 !important;
    padding: 0!important;
    align-items: center;
    border-radius: 0!important;
    flex-direction: row!important;
    width: 350px!important;
	height:auto;
}
.rx-review-form-area-style-1 #respond input#submit {
    background: #1e73be!important;
    margin: 0 auto;
	border-color: #1e73be;
    outline-color: #1e73be;
}
.reviewx_front_end_from input[type='text'], .reviewx_front_end_from input[type='number'], .reviewx_front_end_from input[type='email'], .reviewx_front_end_from input[type='tel'], .reviewx_front_end_from input[type='url'], .reviewx_front_end_from textarea {
    box-shadow: none;
    border: 0;
    background: #eeeeee!important;
    border-radius: 5px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
    font-size: 16px;
    padding: 15px!important;
}
.rx-review-form-area-style-1 #respond input#submit:hover {
    color: #1e73be!important;
}
.reviewx_front_end_from .form-submit {
    text-align: center;
    float: none;
    margin-top: 15px !important;
    padding-left: 0;
    margin: 0 auto;
}

.upload-info {
    font-size: 12px;
    font-weight: 300;
}
.upload-info strong {
    font-weight: 500;
    
}
.review-wrap {
    display: none;
}
.rx-comment-form-attachment .rx_upload_file span,.rx_upload_video span{
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    margin-left: 20px;
    color: #000;
}
#review_form_wrapper .rx-comment-form-attachment {
    margin: 0 !important;
    padding: 0;
}
label.review-upload {
    font-weight: 300!important;
    padding: 0;
	margin-top:15px;
}
.rx-review-form  .rx-form-video-element, .rx-form-video-element {
    margin-top: 0;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	margin: 0 2px;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: url('/wp-content/themes/bono_child/img/star.png')
}
.rating-area > input:checked ~ label {
	content: url('/wp-content/themes/bono_child/img/star_on.png');
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	content: url('/wp-content/themes/bono_child/img/star_on.png');
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	content: url('/wp-content/themes/bono_child/img/star_on.png');
}
.rate-area > label:active {
	position: relative;
}

.add-review-star-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}
.body-order-carousel-item, .body-review-carousel-item {
    padding: 0 25px;
    display: flex;
    padding-top: 20px;
}
.badge-status-order-carousel-item {
    font-size: 11px;
    line-height: 1;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
}
.img-review-carousel-item, .img-order-carousel-item {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    flex: none;
}
@media (min-width: 1200px) {
form.wpcf7-form.init {
    width: 40%;
    float: left;
	}}

@media (max-width: 1199px) and (min-width: 768px) {
form.wpcf7-form.init {
    width: 70%;
    float: left;
}}

@media (min-width: 1200px) {
body.woocommerce-cart .woocommerce .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 38%;
    max-width: 40%;
	}}

@media (min-width: 1200px) {
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 60%;
	}}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.entry-title, .page-title {
    margin-top: 0em;
}

div#tab-new_custom_one {
    padding: 0px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    padding-bottom: 0px;
}

.woocommerce-terms-and-conditions {
    background: rgb(241, 241, 241);
}

/* @media (min-width: 992px) {}
.footer-navigation ul li>a, .footer-navigation ul li>span, .main-navigation ul li>a, .main-navigation ul li>span {
    padding: 20px 10px;
}} */

.grecaptcha-badge {visibility: hidden;}

.scrolltop {
    bottom: 90px;
    right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "";
      background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 2px)) rotate(
 
90deg

 );
    transform: translateY(calc(-50% + 2px)) rotate(
 
90deg

 );
}

blockquote.zakaz {
    background: #e2e2e261;
}