/*  ------------------Cтили страницы "Контакты"------------------ */

@font-face {
  font-family: "Nunito";
  src: local("Nunito"), url("../../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
}

.button {
  border-radius: 40px;
  border: 1px solid #ed0000;
  background-color: #ed0000;
  color: #fff;
}

.button:hover {
  color: #ed0000;
  background-color: #fff;
}

a.woocommerce-button.button.view {
  background-color: #ed0000 !important;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  border: 1px solid #ed0000;
  border-radius: 40px;
}

a.woocommerce-button.button.view:hover {
  color: #ed0000;
  background-color: #fff !important;
}

.page-template-tpl-contacts .contacts-section {
  display: flex;

  background-color: #fff;
}

.page-template-tpl-contacts .googlemaps {
  width: auto;
  max-height: 600px;
}

.page-template-tpl-contacts .subscribe {
  padding-left: 43px;
  padding-bottom: 43px;
  /* padding-right: 43px; */

  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.19;
  text-align: center;

  color: #000000;
}

.page-template-tpl-contacts .subscribe .heading {
  margin: 0;
  /* margin-top: 60px; */
  margin-bottom: 37px;

  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.19;
  text-align: start;
  text-transform: uppercase;

  color: #ed0000;
}

.page-template-tpl-contacts .subscribe .contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-template-tpl-contacts .facebook_icon {
  display: flex;
  align-items: center;

  /* margin-top: 30px; */
}

.page-template-tpl-contacts .facebook_icon::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 12px;

  background-image: url("../images/facebook-contacts.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-tpl-contacts .subscribe a {
  padding: 10px 0;
  display: flex;
  align-items: center;
  color: inherit;
}

/* .page-template-tpl-contacts .subscribe .tel {
  margin-right: 100px;
} */

.page-template-tpl-contacts .subscribe .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;

  background-image: url("../images/telefon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-tpl-contacts .subscribe .mailto .letter_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.page-template-tpl-contacts .subscribe .mailto .letter_icon path {
  fill: #ed0000;
}

.page-template-tpl-contacts .feedback-section {
  margin-top: 40px;

  text-align: right;
  background-color: #fff;
}

.page-template-tpl-contacts .feedback-section form {
  display: flex;
  flex-direction: column;

  font-weight: 400;
  color: #000;
  text-align: left;
}

.page-template-tpl-contacts .feedback-section .feedback-name {
  display: flex;
  justify-content: space-between;
}

.page-template-tpl-contacts
  .feedback-section
  .feedback-name
  label:nth-child(2) {
  display: block;
  margin-left: 36px;
}

.page-template-tpl-contacts .feedback-section .feedback-name label input {
  margin-top: 7px;
  background-color: #f7f9fa;
  border: 1px solid #f7f9fa;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
}

/* .page-template-tpl-contacts .feedback-question {
  margin-top: 30px;
} */
.page-template-tpl-contacts .feedback-question select {
  margin-top: 7px;
  border: 1px solid #f7f9fa;
  background-color: #f7f9fa;
}

.page-template-tpl-contacts .feedback-section .feedback-textarea {
  min-height: 180px;
  margin-top: 30px;
}

.page-template-tpl-contacts .feedback-section .feedback-textarea label {
  display: flex;
  flex-direction: column;
}

.page-template-tpl-contacts .feedback-section .feedback-textarea textarea {
  /* resize: none; */
  width: auto;
  max-height: 300px;
  margin-top: 7px;
  background-color: #f7f9fa;
  border: 1px solid #f7f9fa;

  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
}

.page-template-tpl-contacts .feedback-section button {
  margin-top: 50px;
}

.page-template-tpl-contacts .feedback-section .feedback-name label input:focus,
.page-template-tpl-contacts .feedback-section textarea:focus {
  border: 1px solid #ed0000;
  background-color: #f7f9fa;
  color: #ed0000;
  box-shadow: none;
}
/*  ------------------ Стили кнопки ------------------ */

.page-template-tpl-contacts .feedback-section #feedback-submit-button {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  width: 215px;
  margin-left: auto;
  margin-right: 0;
  background: #ed0000;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 110px;

  transition: background-color 300ms linear;
}

.page-template-tpl-contacts .feedback-section #feedback-submit-button:hover,
.page-template-tpl-contacts .feedback-section #feedback-submit-button:focus {
  background: #fff;
  border: 1px solid #ed0000;
}

#feedback-submit-button .letter_icon {
  width: 32px;
  height: 26px;
}

#feedback-submit-button .letter_icon path {
  transition: fill 500ms linear;
}

#feedback-submit-button:hover .letter_icon path,
#feedback-submit-button:focus .letter_icon path {
  fill: #ed0000;
}
.page-template-tpl-contacts .feedback-section .button_text {
  font-size: 18px;
  font-weight: 500;
  transition: color 500ms linear;
}

.page-template-tpl-contacts #feedback-submit-button:hover .button_text,
.page-template-tpl-contacts #feedback-submit-button:focus .button_text {
  color: #ed0000;
}

/*  ------------------Cтили страницы "Регистрации" и "Авторизации"------------------ */

div.row.page-registration {
  position: relative;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  align-content: center;
  padding-bottom: 50px;

  background-color: #fff;
  /* background-image: url("../images//main_background.png");  ----- пока закоментировал фон */
  background-repeat: no-repeat;
  background-size: cover;
  color: #374649;
}

.row.page-registration .page-logo {
  height: 140px;
  width: 185px;
  margin-top: 30px;
  z-index: 1;

  background-image: url("../images/logo_final.png");
  background-repeat: no-repeat;
  background-size: contain;
}
div.row.page-registration .page-registration-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #f7f9fa; ----- пока закоментировал оверлей над бекграунд фоном */
  background-repeat: repeat;
  opacity: 0.8;
}
div.modal-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background-repeat: repeat;
  opacity: 0;
  z-index: 3;

  transition: all 500ms ease;
}
div.modal-container {
  display: none;
  min-height: 200px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #ed0000;
  border-radius: 40px;
  z-index: 4;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 500ms ease;
}
div.modal-container .close-modal {
  position: absolute;
  right: 25px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

div.modal-container .close-modal::before {
  content: "\f00d";
}
div.modal-container p {
  margin: 0;
}

div.page-template-reg {
  max-width: 860px;
  padding: 30px 50px 45px 50px;
  margin-top: 30px;

  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.page-template-reg h1 {
  color: #374649;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  line-height: 1.25;
}
.page-template-reg label p {
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 5px;

  font-size: 16px;
  line-height: 1.25;
}

.page-template-reg input {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  /* color: #ed0000; */
}

.page-template-reg input::placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.page-template-reg .role span {
  margin-right: 10px;
}

.page-template-reg .role input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 0px;

  border: 1px solid #7098a7;
  background-color: #ed0000;
}

.page-template-reg .agree input[type="checkbox"]:checked::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  left: 0;

  border: 1px solid #7098a7;
  background-color: #ed0000;
}

.page-template-reg form > span {
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25;
}

.page-template-reg section {
  margin-top: 10px;
  padding-left: 5px;
}
.page-template-reg .agree {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.25;
}

.page-template-reg .agree .terms_and_conditions {
  max-height: 300px;
  overflow: auto;
  display: none;
  opacity: 0;

  transition: opacity 500ms linear;
}

.page-template-reg .agree .visability_terms_container {
  display: block;
  opacity: 1;
}
.page-template-reg .agree a.terms_btn:visited {
  color: #ed0000;
}
.page-template-reg .agree a {
  margin-bottom: 20px;
}
.page-template-reg .box_button {
  margin-top: 20px;
}
.page-template-reg .box_button button {
  height: 45px;
  width: 100%;
  border: 1px solid #ed0000;
  border-radius: 40px;
}
.page-template-reg .box_button button:first-child {
  margin-right: 13px;
  background-color: #fff;
  color: #ed0000;
}
.page-template-reg .box_button button:nth-child(2) {
  margin-top: 13px;
}
.page-template-reg .box_button button:nth-child(2):hover {
  background-color: #fff;
  color: #ed0000;
}

@media (min-width: 426px) {
  .page-template-reg .box_button {
    display: flex;
    justify-content: flex-end;
  }
  .page-template-reg .box_button button {
    width: auto;
  }
  .page-template-reg .box_button button:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page-template-reg .box_button {
    margin: 0;
    margin-left: 10px;
  }
  div.page-template-reg {
    width: 860px;
  }
  .page-template-reg section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-template-reg label p {
    margin-top: 35px;
  }
}

/*  ------------------ Стили кнопки на баннере на Главной странице------------------ */
.elementor-9
  .elementor-element.elementor-element-d7be0af
  .jet-slider__button--primary {
  display: flex;
  align-items: center;
  width: 130px;
}
.elementor-9
  .elementor-element.elementor-element-d7be0af
  .jet-slider__button--primary::before {
  content: "";
  display: flex;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  z-index: 2;

  background-image: url("../images/cart_red.svg");
}

.elementor-9
  .elementor-element.elementor-element-d7be0af
  .jet-slider__button--primary::after {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  z-index: 1;

  background-image: url("../images/cart_white.svg");
}

.elementor-9
  .elementor-element.elementor-element-d7be0af
  .jet-slider__button--primary:hover::before {
  opacity: 0;
}
/*  ------------------ Стили видимости стрелок слайдере "Популярных категорий" и "Лидеры продаж" на Главной странице------------------ */
.elementor-9
  .elementor-element.elementor-element-77166a7
  .jet-woo-carousel
  .jet-arrow.next-arrow,
.elementor-9
  .elementor-element.elementor-element-77166a7
  .jet-woo-carousel
  .jet-arrow.prev-arrow,
.elementor-9
  .elementor-element.elementor-element-1e6380f
  .jet-woo-carousel
  .jet-arrow.prev-arrow,
.elementor-9
  .elementor-element.elementor-element-1e6380f
  .jet-woo-carousel
  .jet-arrow.next-arrow {
  display: flex !important;
}
/*  ------------------Доп. стили для ипута количества товаров странице "Карточки товара"------------------ */
input[type="number"] {
  padding: 8px 5px;
}
.price_variants .quantity {
  min-width: 70px;
}
/*  ------------------Доп. стили для галочки "Запам'тати мене" страницы "Мой аккаунт"------------------ */

.woocommerce-account .woocommerce .u-columns input {
  width: auto;
}
/*  ------------------Доп. стили для надписи под именем "Так ваше ім'я буде відображатися в розділі облікового запису і при переглядах" страницы "Мой аккаунт" профиль------------------ */
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
  > span
  > em {
  color: #ed0000;
  font-size: 14px;
  font-style: normal;
}
/*  ------------------Доп. стили для ширины звёзд страницы "Карточка товара"------------------ */

.woocommerce-Reviews .stars {
  width: 10.5em;
}

/*  ------------------Доп. стили страницы "Доставки и оплаты"------------------ */

.delivery-page_icon-heading-delivery {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 20px;

  background-image: url("../images/box_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.delivery-page_icon-heading-pay {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 20px;

  background-image: url("../images/club_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.jet-toggle__label-text {
  display: flex;
  align-items: center;
}
.woocommerce-shipping-calculator.display-none {
  display: none;
}
.jet-checkboxes-list .subcategories {
  padding-left: 1.3rem;
  margin-bottom: 0.5rem;
  display: none;
}
.jet-checkboxes-list .jet-checkboxes-list__button {
  max-width: 175px;
}
.jet-checkboxes-list .jet-checkboxes-list__row.jet-filter-row {
  margin: 5px 0;
}
.jet-checkboxes-list .expand-wrapper {
  position: relative;
}
.jet-checkboxes-list .jet-checkboxes-list__row .expand {
  position: absolute;
  right: -5px;
  color: #ed0000;
  font-weight: 900;
  background-color: transparent;
  font-size: 24px;
  padding: 5px;
  top: -5px;
}
.jet-checkboxes-list .jet-checkboxes-list__row .subcategories.active {
  display: block;
}
/*  ------------------Доп. стили страницы "О нас"------------------ */

.about-page_icon-lightning {
  display: inline-block;
  height: 29px;
  width: 50px;
  margin-right: 20px;

  background-image: url("../images/lightning.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.about-page_icon-biomasse {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin-right: 20px;

  background-image: url("../images/biomasse.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.about-page_icon-deal {
  display: inline-block;
  height: 24px;
  width: 29px;
  margin-right: 20px;

  background-image: url("../images/deal.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page_icon-cup {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin-right: 20px;

  background-image: url("../images/cup.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*  ------------------Доп. стили страницы "FAQ"------------------ */

/* .elementor-15
  .elementor-element.elementor-element-636281b
  .jet-search__field:focus {
  box-sizing: content-box;
  border-width: 2px;
  border-color: #000;
} */

/*  ------------------Доп. стили для Woocommerce (стили для notices)------------------ */

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-info
  > .button {
  margin-bottom: 0px;
  width: auto;
}

/*  ------------------Доп. стили для Woocommerce (убираем бордер и отступы сверху на странице заказа)------------------ */
.woocommerce-checkout form.woocommerce-checkout,
.woocommerce-checkout .woocommerce-form-login + .woocommerce-info {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/*  ------------------Доп. стили для Woocommerce (убираем цвет и добавляем ховер на кнопку на странице заказа)------------------ */

.woocommerce-checkout .place-order .button {
  background-color: #ed0000;
  border: 1px solid #fff;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.woocommerce-checkout .place-order .button:hover {
  background-color: #fff;
  color: #ed0000;
  border: 1px solid #ed0000;
}

/*  ------------------Доп. стили для Woocommerce (убираем цвет и добавляем ховер на кнопку "перейти до оформлення" на странице Корзины)------------------ */

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  padding: 18px 5px 18px;
  background-color: #ed0000;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.woocommerce-cart
  .cart-collaterals
  .wc-proceed-to-checkout
  .checkout-button:hover {
  background-color: #ffffff;
  color: #ed0000;
  border: 1px solid #ed0000;
}
/*  ------------------Доп. стили для Woocommerce (убираем цвет и добавляем ховер на кнопку "оновити кошик" на странице Корзины)------------------ */
.woocommerce-cart table.cart tr td.actions > .button {
  background-color: #ffffff;
  color: #ed0000;
  border-radius: 50px;
  border: 1px solid #ed0000;
}
.woocommerce-cart table.cart tr td.actions > .button:hover {
  background-color: #ed0000;
  color: #ffffff;
  border: 1px solid #ed0000;
}

/*  ------------------ отступы и центровка в таблице справа на странице Корзины------------------ */

#shipping_method li {
  display: flex;
  align-items: center;
}

#shipping_method li input {
  margin-right: 10px;
}
.woocommerce-shipping-destination.display-none {
  display: none;
}
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
  margin-top: 10px;
}
.woocommerce-shipping-totals.shipping th {
  width: 108px;
}

/*  ------------------Доп. стили для Woocommerce (убираем кнопку "Майстерня" на странице Кабинет)------------------ */

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  .woocommerce-MyAccount-navigation-link--points {
  display: none;
}

/*  ------------------Доп. стили для страницы Магазин (убираем заголовок страницы)------------------ */

.elementor-544 .elementor-element.elementor-element-accee2e {
  display: none;
}
/*  ------------------Доп. стили для страницы Магазин (стили для селекта)------------------ */
.elementor-544
  .elementor-element.elementor-element-23ac161
  .elementor-jet-woo-builder-products-ordering {
  background-color: #f7f9fa;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}
/*  ------------------Меняем стрелку на селекте------------------ */
.ordering-select-icon-angle .woocommerce-ordering::before {
  content: "\25BC";
}
/*  ------------------Убираем верхний отступ в чекбоксе------------------ */
.jet-checkboxes-list
  .jet-checkboxes-list__item
  .jet-checkboxes-list__decorator {
  margin-top: 0;
}

/*  ------------------Высота и отступ иконки весов что бы не обрезалась------------------ */

.elementor-562
  .elementor-element.elementor-element-d3c5dc0
  .jet-compare-button__link {
  height: 24px !important;
}

.jet-compare-button__link.jet-compare-button__link--icon-left
  .jet-compare-button__state
  .jet-compare-button__icon {
  margin-right: 0;
}
/*  ------------------Центровка цены и кнопки------------------ */
.elementor-562
  .elementor-element.elementor-element-03ff923
  > .elementor-element-populated {
  align-content: center;
}

/*  ------------------Исправлена проблема прыгающего контента на странице магаина------------------ */
.elementor-544
  .elementor-element.elementor-element-3c15a26
  > .elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
  margin: 0 17px 0px 10px !important;
  padding: 30px 30px 30px 30px !important;
}

.elementor-544 .elementor-element.elementor-element-3c15a26 {
  height: auto !important;
}

/*  ------------------Добавление корпоративного селекта на странице заказа товара------------------ */

#page .select2-selection {
  background-color: #f7f9fa;
  border: 1px solid #f7f9fa;
  border-radius: 10px;
  outline: none;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #ed0000;
}

/*  ------------------Добавление отступа от звёздочек на странице заказа товара------------------ */

.elementor-541 .elementor-element.elementor-element-e2d6a10 {
  align-self: flex-end;
}
.elementor-541 .elementor-element.elementor-element-c21618d {
  margin-left: auto;
  margin-right: 20px;
}

/*  ------------------Выравнивание счетчика товаров корзине и сравнения в Хедере------------------ */

.elementor-514
  .elementor-element.elementor-element-2090993
  .jet-compare-count-button__count {
  top: -4px;
  right: -22px;
}

.elementor-514
  .elementor-element.elementor-element-a0e6077
  .jet-blocks-cart__count {
  position: absolute;
  top: -8px;
  right: -10px;
  border: 1px solid #fff;
}

/* Убираем маленькое лого когда хедер не зафиксирован */
section[data-id="908a373"]:not(.jet-sticky-section--stuck) img {
  display: none;
}

/*  ---Убираем кнопку регистрация когда пользователь уже залогинился на странице Логинизации--- */

/* div[data-id="34d890c"] div:not(.jet-login) ~ div[data-id="7964a67"] {
  display: none;
} */
/* .elementor-4347
  .elementor-element.elementor-element-0892953.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated
  .elementor-element-34d890c {
  display: none;
}

div[data-id="7964a67"] {
  display: none;
}

.elementor-4347 .elementor-element.elementor-element-7964a67 {
  display: none !important;
} */

/*  ---Добавляем кастомные цвета уведомлений магазина--- */

/*  Уведомление о смене адреса */
.woocommerce-message:before {
  background-color: #bcf453;
}
/*  Уведомление что нет загрузок и заказов */
.woocommerce-info:before {
  background-color: #ffe74f;
}
/*  Уведомление ошибки */
.woocommerce-error:before {
  background-color: #ed0000;
}

/* Выравнивание элементов в блоке уведомления */

.woocommerce-info,
.woocommerce-error {
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  justify-content: space-between;
}

/* Добавление врапера для модалки добавления и выравнивание модалки */

/* Что бы хедер не вылезал на врапер */
.elementor-514 .elementor-element.elementor-element-cb800bf,
.elementor-514 .elementor-element.elementor-element-b25bb78 {
  z-index: 99;
}
.elementor-514 .elementor-element.elementor-element-908a373 {
  z-index: 98;
}
/* Стили врапера */
#added_to_cart_popup_wrapper {
  position: fixed;
  top: -1000px;
  left: -1000px;
  width: 1000%;
  height: 4000px;
  background-color: #fff;
  opacity: 0.96;
  z-index: 100;
}
/* Стили модалки */
#added_to_cart_popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  /* flex-wrap: wrap; */
}
@media (max-width: 768px) {
  #added_to_cart_popup {
    width: 80%;
    flex-direction: column-reverse;
  }

  #added_to_cart_popup a.button.wc-forward {
    margin: 0;
    margin-top: 20px;
  }
}
/* Доп.стили для jet-switcher */

.jet-switcher__label-text {
  color: #4b7d91;
}

.jet-switcher--preset-1 .jet-switcher__control-instance {
  background-color: #b7cbd3;
  border: 1px solid #4b7d91;
  /* width: 300px; */
}

.elementor-9
  .elementor-element.elementor-element-2ce2d5a
  .jet-woo-products
  .jet-woo-product-price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jet-switcher--preset-1.jet-switcher--disable
  .jet-switcher__control-handler
  span,
.jet-switcher--preset-1.jet-switcher--enable
  .jet-switcher__control-handler
  span {
  background-color: #fff;
}
/* Цвет и шрифт цены в каталоге товаров */
.jet-woo-product-price {
  color: #ed0000 !important;
  font-size: 15px;
  font-weight: bold;
}

.woocommerce-mini-cart-item .variation {
  display: flex;
  margin: 0;
}

.woocommerce-mini-cart-item .variation-Points {
  margin: 0;
}

.woocommerce-mini-cart-item .variation-Points p {
  margin: 0;
  margin-left: 10px;
}
/* Растянул внутренние элементы в карточках на Лидерах и Новых товаров на Главной странице */
.jet-woo-products .jet-woo-products__inner-box {
  justify-content: space-between;
}
/* Убираем чёрный фиксированый блок с языком на всех страницах */
div#trp-floater-ls {
  display: none;
}
/* Центруем пагинацию на странице поиска */
nav.navigation.pagination {
  text-align: center;
}
/* Отступ соглашения правил от таблицы на странице оформления заказа */
div.woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}

/* Равномерный отступ на странице товара */
.elementor-541
  .elementor-element.elementor-element-2638ddc
  .jet-woo-builder
  > .jet-single-tabs__wrap
  ul.wc-tabs {
  justify-content: space-between;
}

.comment-form .submit {
  color: #fff;
  font-weight: 500;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  background: #ed0000;
  border: 1px solid #ed0000;
  border-radius: 110px;
  padding: 15px 30px;
  letter-spacing: 0.15px;
}

.comment-form .submit:hover {
  color: #ed0000;
  background: #fff;
}

.woocommerce-Reviews .comment-form .form-submit {
  margin: 0;
  text-align: end;
}
@media (max-width: 767px) {
  .woocommerce-Reviews .comment-form .form-submit {
    text-align: center;
  }
}
.elementor-element.elementor-element-1b0f2e1.elementor-align-left.elementor-hidden-desktop.elementor-hidden-tablet.elementor-widget.elementor-widget-button {
  margin: 0;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 294px;
}

.elementor-514
  .elementor-element.elementor-element-a0e6077
  .jet-blocks-cart__list {
  max-height: 500px;
  overflow: auto;
}

/* Стили для старниці ошибки 404 */

.error-404.not-found .page-title {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;

  /* color: #374649; */
  color: #ed0000;
}
.error-404.not-found {
  max-width: none;
}

.error-404.not-found .page-header {
  margin: 0;
}
.error-404.not-found .page-content-image {
  min-height: 400px;
  max-height: 616px;
  min-width: 400px;
  max-width: 500px;
  margin: 0 auto;
  /* background-image: url("../images/image_404.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
}

.error-404.not-found button {
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #ed0000;
}

.error-404.not-found button:hover {
  background-color: #fff;
  color: #ed0000;
  border: 1px solid #ed0000;
}

.error-404.not-found button .arrow-icon {
  margin-left: 20px;
}

.error-404.not-found button:hover .arrow-icon path {
  fill: #ed0000;
}

li.woocommerce-order-overview__orders-link a {
  text-transform: uppercase;
}

.widget.woocommerce.widget_shopping_cart {
  display: block;
}

span.woocommerce-terms-and-conditions-checkbox-text {
  color: #374649;
}
label.checkbox input[type="checkbox"] + span::before,
label.inline input[type="checkbox"] + span::before {
  border: 1px solid #374649;
}
