.consult-modal-box-new {
    width: 30%!important;
}

.consult-modal-box-new .input-block input {box-shadow: 0 4px 5.88px .12px rgba(0, 0, 0, .12)!important;}

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

  /* Светлый слой сверху, чтобы форма была читаемой */
  .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;
  }
  .mf-product-details .consultation-btn-wrap {margin: 0;text-align: center;}

  .background-dark1 .modal-header .mheader {
  font-size: 18px!important;
  color: #000000!important;
  font-weight: 600;
  margin-bottom: 5px;
}
.butt-consult-new {
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5.88px .12px rgba(0, 0, 0, .32);
    background: rgba(255, 255, 255, 0.7);
}
.butt-consult-new .quantity-pro .quantity {margin-bottom: 3px!important;}
.butt-consult-new .quantity-pro .quantityarrow {
    font-size: 16px;
    padding: 5px;
    color: #bf0303;
    border: 1px solid #bf0303;
    border-radius: 5px;
}
.descproduct-pro {
    font-size: 16px;
}
.butt-consult-new .okno-descproduct {
    margin: 0!important;
    color: #525252!important;
}
.wcr-product-name {
    color: #626262;
    font-weight: 900;
    font-size: 16px !important;
}
.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;
}


.consultation-btn-wrap {margin-top: 0px!important;}
.consultation-btn-wrap .custom-animated-button {
  padding: 5px 13px;
  border-radius: 5px;
  background-color: #0091b5;
}
.consultation-btn-wrap .custom-animated-button::before {
  border-radius: 5px;
}
.consultation-btn-wrap .custom-animated-button::after {
  border-radius: 5px;
  background-color: #0091b5;
}

.text-block-p-alert {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5.88px .12px rgba(0, 0, 0, .32);
    background: rgba(255, 255, 255, 0.8);
}
.consult-inner .input-block {
    align-items: center!important;
    display: flex!important;
    flex-direction: column!important;
}
.input-block p {margin: 0 5px!important; max-width: 350px; width: 100%;}
.input-block input {
    outline: 0 !important;
    border: 1px solid #006472 !important;
    font-size: 14px !important;
    border-radius: 15px !important;
    padding: 10px 15px !important;
    margin: 0 0 10px;
}
.input-block input::placeholder {
 color: rgb(132, 132, 132)!important;
 opacity: 1!important;
}

.wpcf7 form.invalid .wpcf7-response-output {
   background: #fff!important;
    color: #c70202!important;
}

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

/* ===============================
   CONSULTATION BUTTON — CHROME
   =============================== */
   
.icon-consult-button-chrome {
    margin-right: 5px;
}

.consult-button-chrome {
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 0.4px;
    color: #fff!important;
    background: linear-gradient(135deg, #f37d77 0%, #ff251a 100%);
    transition: all 0.3s ease;
}

/* Shine эффект */
.consult-button-chrome::before {
    content: '';
    position: absolute;
    height: 250%;
    width: 40px;
    top: 0;
    left: -60px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transform: rotate(45deg) translateY(-35%);
    animation: consultChromeShine 3s ease infinite;
}

/* Hover */
.consult-button-chrome:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f37d77 0%, #34495e 100%);
}

/* Active */
.consult-button-chrome:active {
    transform: translateY(-1px);
    transition: transform 0.1s ease;
}

/* Keyframes */
@keyframes consultChromeShine {
    0% {
        left: -80px;
    }
    40% {
        left: calc(100% + 20px);
    }
    100% {
        left: calc(100% + 20px);
    }
}

.submit-input-button {
    padding: 5px 10px !important;
    min-width: 180px;
    font-weight: 700;
    outline: none !important;
    border: 1px solid #5e5e5e !important;
    color: #5e5e5e !important;
    border-radius: 25px !important;
    background: #ffffff !important;
    transition: .3s !important;
    cursor: pointer !important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}
.submit-input-button:hover {
    border: 1px solid #e0252c !important;
    color: #e0252c !important;
    background: #fff !important;
}