@charset "UTF-8";
/* 
   THEME.SCSS.LIQUID | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ" 
   ФИНАЛЬНАЯ ВЕРСИЯ: Единый Playfair + Mobile Optimized
*/
/* line 19, theme.scss */
body {
  background-color: #F4F1EA !important;
  font-family: "Playfair Display", serif !important;
  color: #333333 !important;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

/* line 29, theme.scss */
*, *:before, *:after {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 35, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 12px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 1.4 !important;
  display: block; }

/* line 45, theme.scss */
h1, h2, .section-title, .page-title, .collection-title {
  margin: 80px auto 40px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(157, 130, 28, 0.3);
  max-width: 900px;
  font-size: 28px; }

/* line 57, theme.scss */
.product-description, .editor, .description-content {
  font-family: "Playfair Display", serif !important;
  font-size: 18px !important;
  text-align: justify;
  text-justify: inter-word;
  max-width: 850px;
  margin: 0 auto; }
  /* line 65, theme.scss */
  .product-description p, .editor p, .description-content p {
    margin-bottom: 25px; }
  /* line 67, theme.scss */
  .product-description em, .editor em, .description-content em {
    font-style: italic;
    color: #555; }
  /* line 69, theme.scss */
  .product-description strong, .editor strong, .description-content strong {
    font-weight: 700;
    color: #000; }
  /* line 71, theme.scss */
  .product-description h3, .product-description h4, .editor h3, .editor h4, .description-content h3, .description-content h4 {
    color: #B5A16B !important;
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    border-left: 2px solid #B5A16B;
    padding-left: 20px;
    margin: 40px 0 20px;
    font-weight: normal !important; }

/* line 85, theme.scss */
.btn, .button, .btn-status {
  background-color: #B5A16B !important;
  color: #FFFFFF !important;
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  padding: 18px 45px !important;
  transition: all 0.4s ease !important;
  border: none !important;
  font-size: 12px !important;
  display: inline-block; }

/* line 98, theme.scss */
.btn:hover {
  background-color: #621D0E !important;
  opacity: 0.9; }

@media screen and (max-width: 767px) {
  /* line 108, theme.scss */
  h1, h2, .section-title, .page-title {
    letter-spacing: 4px !important;
    font-size: 20px !important;
    margin: 40px auto 25px !important;
    padding: 0 15px 15px 15px !important;
    width: 90% !important; }

  /* line 117, theme.scss */
  .product-description, .editor {
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 20px !important;
    line-height: 1.6 !important; }

  /* line 125, theme.scss */
  .slide-content, .banner-caption {
    padding: 30px 15px !important; }
    /* line 127, theme.scss */
    .slide-content h2, .banner-caption h2 {
      letter-spacing: 3px !important;
      font-size: 18px !important; }
    /* line 128, theme.scss */
    .slide-content p, .banner-caption p {
      letter-spacing: 1px !important;
      font-size: 14px !important; }

  /* line 132, theme.scss */
  .btn, .button {
    padding: 15px 30px !important;
    width: 100%;
    letter-spacing: 2px !important; }

  /* line 139, theme.scss */
  input, textarea {
    font-size: 16px !important; } }
/* line 147, theme.scss */
.site-header, .footer {
  border-bottom: 1px solid rgba(181, 161, 107, 0.2); }

/* line 151, theme.scss */
.footer {
  background-color: #621D0E !important;
  color: #F4F1EA !important;
  padding: 60px 0 !important; }
  /* line 156, theme.scss */
  .footer a, .footer p, .footer span {
    color: #F4F1EA !important; }
  /* line 157, theme.scss */
  .footer .footer-title, .footer h4 {
    color: #B5A16B !important;
    letter-spacing: 3px !important; }
