/*
Theme Name: condor-werke
Template: kadence
Author: Child Theme Configurator
Version: 1.2.7.1736425838
Updated: 2025-01-09 15:30:38

/* --- Минимальный Reset CSS --- */

/* Глобально */
* {
  box-sizing: border-box;
}

/* Браузерные отступы */
body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* Списки */
/* ul, ol {
  margin: 0;
  padding: 0;
   list-style: none; */
}

/* Ссылки */
 /*a {
  text-decoration: none;
  color: inherit;
} */

/* Изображения */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Формы */
button, input, select, textarea {
  font: inherit;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* Таблицы */
table {
  border-collapse: separate;
  border-spacing: 1;
}
table td{
	background-color:#eaeaea;
	padding-left:10px;
}
/* --- Минимальный Reset CSS --- Финиш*/


*/
.product-specifications td{
	padding-left: 10px;
	background-color:#eaeaea;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	font-size:26px;
	font-weight:500;
	text-align: center;
	color:#f07d00;
}
/* Кнопка "Позвонить"/
 /* По умолчанию — ПК */
.mobile-text {
  display: none;
}

