/*---------------------------------------------------------------------------------

 Theme Name:   Bushe
 Theme URI:    https://bushe.com.ua/
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.14
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.no-cats {
  display: grid;
  justify-content: center;
  gap: 16px;
}
.no-cats > *{
  width: max-content;
  text-align: center;
}
.woocommerce .woocommerce-error {
  background-color: #893144 !important;
}
/* a, .et-db #et-boc .et-l a {
    color: #893144 !important;
}
#wpadminbar a, #wpadminbar .et-db #et-boc .et-l a {
    color: #fff !important;
} */
header .et_builder_inner_content {
  z-index: 1 !important;
}

.gform_body input[type='text'],
.gform_body input[type='tel'] {
  height: 40px !important;
  border-radius: 4px !important;
}

.gform_body textarea {
  border-radius: 4px !important;
}

.gform_footer input[type='submit'] {
  padding: 15px 40px !important;
  border: none;
  color: #ffffff !important;
  border-width: 10px !important;
  border-color: #893144;
  border-radius: 4px;
  letter-spacing: 3px;
  font-size: 16px;
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #893144;
  cursor: pointer;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 20px 40px -7px rgba(192, 68, 92, 0.5);
}

.gform_footer input[type='submit']:hover {
  background-color: #c0445c;
  padding: 15px 40px !important;
  border: none !important;
}

.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce a.button,
.woocommerce-page a.button {
  background-color: #893144 !important;
  color: #fff;
}

.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  background-color: #c0445c !important;
  color: #fff;
}

.custom-product-links a {
  color: #893144;
}

.woof_term_17 {
  display: none;
}

/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 60%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  z-index: 99999 !important;
}

@media only screen and (max-width: 600px) {
  .modal-content {
    width: 100%;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.woof_reset_button_2,
.woof_reset_search_form {
  background-color: #ccc;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
