@charset "UTF-8";
/* 
   THEME.SCSS.LIQUID | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ" 
   ФИКС: Возвращен золотой цвет для H2, H3, H4
*/
/* line 18, theme.scss */
body {
  background-color: #F4F1EA !important;
  font-family: "Playfair Display", serif !important;
  color: #333333 !important;
  text-align: center !important;
  line-height: 1.7; }

/* line 31, theme.scss */
h1, .page-title {
  font-family: "Playfair Display", serif !important;
  color: #333333 !important;
  text-transform: uppercase !important;
  letter-spacing: 5px !important;
  font-size: 28px !important;
  margin: 60px auto 40px !important;
  font-weight: 400 !important; }

/* line 42, theme.scss */
h2, h3, h4, .section-title, .item-title {
  font-family: "Playfair Display", serif !important;
  color: #B0962D !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font-weight: 400 !important;
  margin: 40px auto 20px !important;
  font-size: 20px !important;
  line-height: 1.4;
  border: none !important; }

/* line 55, theme.scss */
h2 em, h2 i {
  color: #B0962D !important;
  font-style: italic;
  margin-right: 15px; }

/* line 64, theme.scss */
.product-description, .editor, .content-text {
  font-size: 17px !important;
  color: #444 !important;
  max-width: 850px;
  margin: 0 auto;
  text-align: center !important; }
  /* line 71, theme.scss */
  .product-description p, .editor p, .content-text p {
    margin-bottom: 25px; }
  /* line 74, theme.scss */
  .product-description strong, .editor strong, .content-text strong {
    font-weight: 700 !important;
    color: #222 !important; }

@media screen and (max-width: 767px) {
  /* line 84, theme.scss */
  h1 {
    font-size: 22px !important;
    letter-spacing: 3px !important; }

  /* line 85, theme.scss */
  h2, h3 {
    font-size: 18px !important;
    letter-spacing: 2px !important; }

  /* line 86, theme.scss */
  .product-description {
    padding: 0 20px !important;
    text-align: left !important; } }
/* line 90, theme.scss */
*, *:before, *:after {
  border-radius: 0 !important;
  box-shadow: none !important; }
