
.btn-fix {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.btn-primary-fix {
    background-color: #fff;
    color: #ff0000;
    height: 30px;
    padding: 0 15px;
    border-top: 1px solid #d90000;
    border-bottom: 1px solid #d90000;
    border-left: none;
    border-right: none;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
  .btn-primary-fix:hover {
    border-top: 1px solid #0004f0;
    border-bottom: 1px solid #0004f0;
    color: #0004f0;
  }

  .whatsapp-primary-fix {
    background-color: #00d72c;
    color: #fff;
    height: 30px;
    border-radius: 0 10px 10px 0;
    padding: 2px 11px;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .phone-primary-fix {
    background-color: #d90000;
    color: #fff;
    height: 30px;
    border-radius: 10px 0 0 10px;
    padding: 5px 10px;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }


/************ КНОПКА Запросить Цену ************/
.price-modal-box {
    position: relative!important;
    background-repeat: no-repeat!important;
    background-position: center top!important;
    background-size: auto!important;
}
.mf-product-details .mf-product-content .price .price-on-request {
  font-size: 16px;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #d30000;
  border-radius: 5px;
}

/*Стиль для кнопки Запросить цену*/
.custom-animated-button {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500!important;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  cursor: pointer;
  background-color: #0cf;
  transition: all 0.3s ease-in-out;
}

.custom-animated-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3a3a;
  border-radius: 10px;
  z-index: -2;
}

.custom-animated-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ee403d; /* затемнённый оттенок #0cf */
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  z-index: -1;
}

.custom-animated-button:hover::before {
  width: 100%;
}

/************ КНОПКА Запросить Цену ************/




/************ КНОПКА КОНСУЛЬТАЦИЯ ************/
.sticky-product-inner .sc-product-cart .custom-button-container {display: none!important;}
/* Блок модалки с фоновым изображением товара */
  .consult-modal-box {
      position: relative;
      background-repeat: no-repeat;
      background-position: center top;
  }

  /* Светлый слой сверху, чтобы форма была читаемой */
  .consult-modal-box::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
  }

  .consult-modal-box .modal-header,
  .consult-modal-box .consult-inner {
      position: relative;
      z-index: 2;
  }

  .consultation-btn-wrap {
      margin: 10px 0;
      text-align: left;
  }

  .background-dark1 .modal-header .mheader {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-choice {
    text-align: left;
    padding: 20px 0 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    border-left: 3px solid #adadad;
    padding-left: 10px;
}
.product-choice .quantity-pro .quantity {margin-bottom: 3px!important;}
.product-choice .quantity-pro .quantityarrow {
    font-size: 16px;
    padding: 5px;
    color: #bf0303;
    border: 1px solid #bf0303;
    border-radius: 5px;
}
.descproduct-pro {
    font-size: 16px;
}
.okno-descproduct {
    margin: 0!important;
}
.wcr-product-name {
    color: #ef0000;
    font-weight: 900
}
.okno-buttons .input-button {
  border: 1px solid #dbdbdb!important;
  color: #5c5c5c!important;
  background: #fff;
}
.okno-buttons .input-button:hover {
  border: 1px solid #ff7f7f!important;
  color: #000000!important;
}

.product-bottom .consultation-btn-wrap {
  margin: 10px 0 0 0!important;
  text-align: center!important;
}
.product-bottom .consultation-btn-wrap .custom-animated-button {
  font-size: 14px!important;
  padding: 5px 7px!important;
}
.consultation-btn-wrap {margin-top: 0px!important;}
.consultation-btn-wrap .custom-animated-button {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #000;
}
.consultation-btn-wrap .custom-animated-button::before {
  border-radius: 5px;
}
.consultation-btn-wrap .custom-animated-button::after {
  border-radius: 5px;
  background-color: #000000;
}

/************ КНОПКА КОНСУЛЬТАЦИЯ ************/

  .wpcf7 form .wpcf7-response-output {
	background: #ffffff!important;
    color: #000000!important;
  }