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

/* Cart & checkout lang */
.page.woocommerce-cart .top-menu .pll-parent-menu-item,
.page.woocommerce-checkout .top-menu .pll-parent-menu-item
{
    display: none;
}

/* Search-form */
.super-header .search-form {
	width: 300px;
    float: right;
}

/* Hurrytimer */
.hurrytimer-campaign .hurrytimer-timer {
  padding-bottom: 20px;
  font-weight: 500;
}

/* Forms cf7 */
.awooc-popup-inner .wpcf7-form {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
}
.awooc-popup-inner .wpcf7-form .wpcf7-response-output {
	margin: 0 0 2em;
	-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.one-click-buy__form-row-last {
	margin-bottom: 1.5em;
}
.wpcf7-form-control-wrap {
	display:block;
}
.wpcf7-form-control-wrap > input {
	width: 100%;
}
#wgh_one_click_btn {
	padding: 0.5em;
}

/* Btn buy_one_click */
.button.bono_buy_one_click {
	background: #f43c33;
}
.product-info .button.bono_buy_one_click:hover {
	color: #f43c33;
	background: #fff;
	border: 1px solid #f43c33;
}

.awooc-custom-order-button.button.alt.show-add-to-card {
	background: #f43c33;
	margin: 0;
}
.awooc-custom-order-button.button.alt.show-add-to-card:hover,
.awooc-custom-order-button.button.alt.show-add-to-card:active,
.awooc-custom-order-button.button.alt.show-add-to-card:focus {
	color: #f43c33;
	/* background: #fff; */
	border: 1px solid #f43c33;
}
@media (max-width: 575.98px) {
  .awooc-custom-order-button.button.alt.show-add-to-card {
	  order: 15;
	  width: 100%;
  }
}

.shop-item-inner .star-rating {
    /* position: absolute;
    right: 15px;
    bottom: 15px; */
	height: 24px;
}
.shop-item-inner .star-rating span:before,
.comment-text .star-rating span:before,
.comment-form-rating .stars a:hover {
    color: #f43c33;
}

@media (max-width: 767.98px) {
  .humburger {
    left: auto;
	right: 20px;
  }
  .header-cart {
    right: auto;
	left: 20px;
  }
}

@media (max-width: 575.98px) {
/* Products */
  .shop-grid .shop-item {
    width: 50%;
  }
}

