@charset "UTF-8";
/* 
   THEME.SCSS | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ"
   Style Foundation: PT Serif & Montserrat
   Rules: No Border-Radius, No Shadows, 12px Letter-Spacing
*/
/* line 24, theme.scss */
* {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 29, theme.scss */
body {
  background-color: #F4F1EA;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

/* line 38, theme.scss */
h1, h2, .section-title, .reviews__title, .reviews .heading {
  font-family: "PT Serif", serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 60px auto 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 800px; }

/* line 60, theme.scss */
.description-content, .expert-description-style {
  font-family: "PT Serif", serif;
  line-height: 1.8;
  text-align: justify; }
  /* line 65, theme.scss */
  .description-content strong, .description-content b, .expert-description-style strong, .expert-description-style b {
    color: #B5A16B;
    font-weight: bold; }
  /* line 67, theme.scss */
  .description-content h4, .expert-description-style h4 {
    color: #B5A16B;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-left: 3px solid #B5A16B;
    padding-left: 20px;
    margin: 40px 0 20px; }

/* line 81, theme.scss */
.product-card__title {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  text-align: center; }
/* line 88, theme.scss */
.product-card__price {
  color: #B5A16B;
  font-family: "PT Serif", serif; }

/* line 91, theme.scss */
.footer {
  background-color: #621D0E !important;
  color: #F4F1EA !important;
  border-top: 1px solid rgba(181, 161, 107, 0.3); }
  /* line 96, theme.scss */
  .footer .footer-block__title, .footer h4 {
    color: #B5A16B;
    text-transform: uppercase;
    letter-spacing: 4px; }
  /* line 102, theme.scss */
  .footer a {
    color: #F4F1EA; }
    /* line 102, theme.scss */
    .footer a:hover {
      color: #B5A16B; }

@media screen and (max-width: 767px) {
  /* line 109, theme.scss */
  h1, h2, .section-title, .reviews__title, .reviews .heading {
    letter-spacing: 6px;
    font-size: 18px; }

  /* line 110, theme.scss */
  .masonry-reviews-item {
    width: 100% !important; }

  /* line 111, theme.scss */
  .description-content {
    text-align: left; } }
