/*
 Theme Name:   Esencja
 Description:  Esencja WooCommerce Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.1.0.2
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px !important;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #42b0ff !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%) !important;
}
.add_to_wishlist.button {
  height: 18px;
  line-height: 18px;
}

/* Styl dla modala */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
}

.custom-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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