@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//diamondsdiaz.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//diamondsdiaz.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(58,136,203);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://diamondsdiaz.com/wp-content/uploads/2021/08/promo-popup-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://diamondsdiaz.com/wp-content/uploads/2025/10/aboutus.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.no-bg-btn {
  background: transparent !important; /* убираем фон */
  background-color: transparent !important; /* подстраховка */
  border: none !important; /* если есть рамка */
  box-shadow: none !important; /* убираем тени */
}

/* =================================================================== */
/* DIAMONDS DIAZ — Попап-формы CF7 (светлая тема)                      */
/* =================================================================== */

/* Блокировка скролла при открытом попапе (используется в JS) */
body.popup-is-active {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* Оверлей */
.custom-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9998;
}

/* Контейнер попапа */
.custom-popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  width: 92%;
  max-width: 580px;

  background: #ffffff;
  color: #111111;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.2);
  padding: 40px 44px;
  text-align: left;
}

/* Кнопка закрытия */
.custom-popup-close {
  position: absolute;
  top: 14px; right: 18px;
  font-size: 28px;
  line-height: 1;
  color: #6b6f76;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease;
  z-index: 1;
}
.custom-popup-close:hover { transform: rotate(90deg); color: #2e6fa6; }

/* Заголовок */
.custom-popup h2 {
  margin: 0 0 24px 0;
  text-align: center;
  font-weight: 800;
  font-size: 34px;
  color: #111111;
}

/* ---------------- CF7 внутри попапа ---------------- */

/* Подписи, отступы */
.custom-popup .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #333;
}
.custom-popup .wpcf7-form p { margin-bottom: 18px; }
.custom-popup .wpcf7-form br { display: none; }

/* Поля, textarea, select — белый фон, чёрный текст */
.custom-popup .wpcf7-form input[type="text"],
.custom-popup .wpcf7-form input[type="tel"],
.custom-popup .wpcf7-form input[type="email"],
.custom-popup .wpcf7-form textarea,
.custom-popup .wpcf7-form select {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #cfd7df !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 16px !important;
  width: 100%;
  box-sizing: border-box;
}

/* Плейсхолдеры — читаемые серые */
.custom-popup .wpcf7-form ::placeholder {
  color: #6b6f76 !important;
  opacity: 1 !important;
}

/* Фокус: фирменный акцент */
.custom-popup .wpcf7-form input[type="text"]:focus,
.custom-popup .wpcf7-form input[type="tel"]:focus,
.custom-popup .wpcf7-form input[type="email"]:focus,
.custom-popup .wpcf7-form textarea:focus,
.custom-popup .wpcf7-form select:focus {
  border-color: #3a88cb !important;
  box-shadow: 0 0 0 3px rgba(58,136,203,.18) !important;
  outline: none !important;
}

/* Селект: список опций — тёмный текст, белый фон */
.custom-popup .wpcf7-form select.wpcf7-form-control option {
  background: #ffffff !important;
  color: #111111 !important;
}

/* Радиокнопки — чёрный текст у подписей, акцент #3a88cb */
.custom-popup .wpcf7-radio input[type="radio"] {
  /* для современных браузеров: системная радиокнопка с нужным цветом */
  accent-color: #3a88cb;
}

/* Кастомный вид (на случай темы/браузеров без accent-color) */
.custom-popup .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 4px 16px 4px 0;
  cursor: pointer;
}
.custom-popup .wpcf7-radio .wpcf7-list-item label {
  display: flex; align-items: center;
  font-size: 15px;
  color: #111111;
  cursor: pointer;
}
.custom-popup .wpcf7-radio .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 18px; height: 18px;
  margin-right: 10px;
  border: 2px solid #cfd7df;
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}
.custom-popup .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #3a88cb;
  border-color: #3a88cb;
}

/* Кнопка отправки — фирменный цвет */
.custom-popup .wpcf7-submit {
  background-color: #3a88cb !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 30px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.custom-popup .wpcf7-submit:hover,
.custom-popup .wpcf7-submit:focus {
  background-color: #2e6fa6 !important;
  box-shadow: 0 6px 18px rgba(58,136,203,.32);
  color: #ffffff !important;
  outline: none !important;
}

/* Сообщения CF7 (прячем стандартный блок снизу формы) */
.custom-popup .wpcf7-response-output { display: none !important; }

/* Подсказки об ошибках (под полем) — читаемый красный */
.custom-popup .wpcf7-not-valid-tip {
  color: #d93025 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

/* Подсветка невалидных полей */
.custom-popup .wpcf7-form .wpcf7-not-valid,
.custom-popup .wpcf7-form .wpcf7-not-valid:focus {
  border-color: #d93025 !important;
  box-shadow: 0 0 0 3px rgba(217,48,37,.12) !important;
}

/* ---------------- «Спасибо» (thank-you) ---------------- */
.custom-popup#thank-you-popup .custom-popup-content p,
.custom-popup#callback-thank-you-popup .custom-popup-content p {
  text-align: center;
  color: #111111;
}
.custom-popup .thank-you-icon {
  margin: 8px auto 20px;
  width: 80px; height: 80px;
}
.custom-popup .checkmark {
  width: 80px; height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke-miterlimit: 10;
  box-shadow: inset 0 0 0 #28a745;
  animation: dd-scale .3s ease-in-out .9s both;
}
.custom-popup .checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke: #28a745;
  animation: dd-stroke .6s cubic-bezier(.65,0,.45,1) forwards;
}
.custom-popup .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: #28a745;
  animation: dd-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
}
.custom-popup#thank-you-popup,
.custom-popup#callback-thank-you-popup {
  animation: dd-fadeInScale .28s ease-in-out forwards;
}

/* Анимации */
@keyframes dd-stroke { 100% { stroke-dashoffset: 0; } }
@keyframes dd-scale {
  0%, 100% { transform: none; }
  50% { transform: scale3d(1.1,1.1,1); }
}
@keyframes dd-fadeInScale {
  from { opacity: 0; transform: translate(-50%,-50%) scale(.94); }
  to   { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}
.custom-popup.shake {
  animation: dd-shake .5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes dd-shake {
  10%, 90% { transform: translate(-50%,-50%) translate3d(-1px,0,0); }
  20%, 80% { transform: translate(-50%,-50%) translate3d( 2px,0,0); }
  30%, 50%, 70% { transform: translate(-50%,-50%) translate3d(-4px,0,0); }
  40%, 60% { transform: translate(-50%,-50%) translate3d( 4px,0,0); }
}

/* ---------------- Мобайл-адаптация ---------------- */
@media (max-width: 768px) {
  .custom-popup {
    padding: 32px 22px 24px 22px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .custom-popup-close {
    position: sticky;
    top: 8px;
    float: right;
    right: -6px;
  }
  .custom-popup h2 {
    clear: both;
    font-size: 28px;
    margin-bottom: 18px;
    margin-top: -8px;
  }
  .custom-popup .wpcf7-form input[type="text"],
  .custom-popup .wpcf7-form input[type="tel"],
  .custom-popup .wpcf7-form input[type="email"],
  .custom-popup .wpcf7-form textarea,
  .custom-popup .wpcf7-form select {
    font-size: 16px !important;
  }
}
/* =================== FIXES: radios, select, hide [telegram] =================== */

/* 1) RADIO — показываем только системные (маленькие), скрываем кастомный псевдоэлемент */
.custom-popup .wpcf7-radio input[type="radio"] {
  appearance: auto;              /* вернуть нативный вид */
  -webkit-appearance: auto;
  accent-color: #3a88cb;         /* фирменный цвет */
  margin-right: 8px;
  position: relative;
  top: 1px;                      /* выравнивание по тексту */
}
.custom-popup .wpcf7-radio .wpcf7-list-item-label::before { display: none !important; }
.custom-popup .wpcf7-radio .wpcf7-list-item { margin: 6px 18px 6px 0; }
.custom-popup .wpcf7-radio .wpcf7-list-item label { color: #111111; }

/* 2) SELECT — ничего не режется: комфортная высота и паддинги + своя стрелка */
.custom-popup .wpcf7-form select {
  min-height: 46px !important;
  padding: 10px 40px 10px 14px !important;   /* место под стрелку справа */
  line-height: 1.35 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%236b6f76' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
}
.custom-popup .wpcf7-form select:focus {
  border-color: #3a88cb !important;
  box-shadow: 0 0 0 3px rgba(58,136,203,.18) !important;
}
.custom-popup .wpcf7-form select.wpcf7-form-control option {
  background: #ffffff !important;
  color: #111111 !important;
}

/* 3) СКРЫТЬ [telegram] независимо от того, как CF7 отрисовал поле */
.custom-popup .wpcf7-form .wpcf7-form-control-wrap.telegram,
.custom-popup .wpcf7-form .wpcf7-form-control-wrap[data-name="telegram"],
.custom-popup .wpcf7-form p:has(.wpcf7-form-control-wrap.telegram),
.custom-popup .wpcf7-form p:has(.wpcf7-form-control-wrap[data-name="telegram"]) {
  display: none !important;
}

/* если [telegram] почему-то остался голым текстом в отдельном <p> — прячем последний «текстовый» параграф */
.custom-popup .wpcf7-form p:last-child {
  /* если в нём нет инпутов/кнопок — спрячем */
}
.custom-popup .wpcf7-form p:last-child:not(:has(input, select, textarea, button, .wpcf7-form-control-wrap)) {
  display: none !important;
}

/* ===== Contact page CF7 (НЕ попап) ===== */
.wpcf7 form .wpcf7-form p{
  margin-bottom:16px;           /* меньше воздуха между блоками */
}

.wpcf7 form label{
  display:block;
  margin:0 0 6px;               /* лейбл ближе к полю */
  font-weight:700;              /* жирный лейбл */
  color:#222;
}

/* Поля ввода/селекты — немного плотнее и читаемее */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea,
.wpcf7 form select{
  padding:12px 14px;
  font-weight:500;              /* чуть жирнее текст в поле */
  line-height:1.3;
}

/* Высота полей и стиль плейсхолдера */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form select{
  min-height:46px;
}
.wpcf7 form ::placeholder{
  color:#7a7f86;                /* читаемый серый */
  opacity:1;
}

/* Текстarea — нормальная высота и тот же тон текста */
.wpcf7 form textarea{
  min-height:120px;
  font-weight:500;
}

