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


.footer-widget a {
    text-decoration: none;
    -webkit-transition: all .15s;
    transition: all .15s;
    color: #111;
    font-size: 1em;
    font-weight: 500;
}

.footer-widgets .widget_archive ul.menu li a:hover, .footer-widgets .widget_archive ul.menu li span:hover, .footer-widgets .widget_archive>ul li a:hover, .footer-widgets .widget_archive>ul li span:hover, .footer-widgets .widget_categories ul.menu li a:hover, .footer-widgets .widget_categories ul.menu li span:hover, .footer-widgets .widget_categories>ul li a:hover, .footer-widgets .widget_categories>ul li span:hover, .footer-widgets .widget_nav_menu ul.menu li a:hover, .footer-widgets .widget_nav_menu ul.menu li span:hover, .footer-widgets .widget_nav_menu>ul li a:hover, .footer-widgets .widget_nav_menu>ul li span:hover, .footer-widgets .widget_product_categories ul.menu li a:hover, .footer-widgets .widget_product_categories ul.menu li span:hover, .footer-widgets .widget_product_categories>ul li a:hover, .footer-widgets .widget_product_categories>ul li span:hover, .homepage-construct-widgets .widget_archive ul.menu li a:hover, .homepage-construct-widgets .widget_archive ul.menu li span:hover, .homepage-construct-widgets .widget_archive>ul li a:hover, .homepage-construct-widgets .widget_archive>ul li span:hover, .homepage-construct-widgets .widget_categories ul.menu li a:hover, .homepage-construct-widgets .widget_categories ul.menu li span:hover, .homepage-construct-widgets .widget_categories>ul li a:hover, .homepage-construct-widgets .widget_categories>ul li span:hover, .homepage-construct-widgets .widget_nav_menu ul.menu li a:hover, .homepage-construct-widgets .widget_nav_menu ul.menu li span:hover, .homepage-construct-widgets .widget_nav_menu>ul li a:hover, .homepage-construct-widgets .widget_nav_menu>ul li span:hover, .homepage-construct-widgets .widget_product_categories ul.menu li a:hover, .homepage-construct-widgets .widget_product_categories ul.menu li span:hover, .homepage-construct-widgets .widget_product_categories>ul li a:hover, .homepage-construct-widgets .widget_product_categories>ul li span:hover {
    -webkit-transform: none;
    transform: none;
    color: #f43c33;
}
span.social-button.social-button--whatsapp.js-link {
    background: none !important;
}
span.social-button.social-button--whatsapp.js-link {
    padding: 0px;
    margin: 0px;
    left: -7px;
}



.social-button--whatsapp:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-logotype img {
    width: 100px !important;
}

/* Скрыть надпись '(необязательно)' */
.form-row .optional {
    display: none !important;
}


.stock-quantity-wrap {
  margin-top: -20px;
}
.stock.in-stock {
  display: none;
}
.shop-item__buttons-cart.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 100%;
  max-width: 178px;
  margin-bottom: 5px;
}

/* Цветовые классы */
.stock-quantity-wrap {
  margin-left: 15px;
}

.red-circle::before {
  content: '';
  color: green;
  padding-right: 5px;
  width: 10px;
  height: 10px;
  background-color:red;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  margin-top: 9px;
}
.yellow-circle::before{
  content: '';
  color: green;
  padding-right: 5px;
  width: 10px;
  height: 10px;
  background-color:yellow;
  border-radius: 50%;
  position: absolute;
    left: 0px;
  margin-top: 9px;
}
.green-circle::before {
    content: '';
    color: green;
    padding-right: 5px;
    width: 8px;
    height: 8px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    margin-top: 8px;
}

.stock-indicator i {
    font-size: 18px;
    vertical-align: middle;
}

.stock-quantity {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
}

.wpcf7-list-item label input[type="checkbox"] {
    max-width: 20px;
}

span.wpcf7-list-item label {
    display: flex;
    width: 100%;
}


.wpcf7-list-item label {
    width: 420px;
}
.wpcf7-list-item {
    margin: 0 ;
}
span.wpcf7-list-item {
    width: 100%;
}
.wpcf7-list-item label input[type="checkbox"] {
    max-width: 10px;
    margin-right: 5px;
}


label.checkbox.woocommerce-form__label-for-checkbox {
    color: #91a6ba;
    font-size: .9em;
}