body, html {
  padding: 0!important;
  margin: 0!important;
}

* {
  font-family: 'Montserrat', sans-serif;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.header-top-row {
  background: rgb(59, 59, 60);
  position: relative;
}

#mbs {
  display: none;
}

.menu-container ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu-container ul li {
  list-style: none;
  padding: 5px 10px;
  line-height: 50px;
  vertical-align: middle;
  box-sizing: border-box;
}

.menu-container ul li:hover {
  background: #3f3f3f;
}

.menu-container ul li a {
  color: #bba87a;
  text-decoration: none;
  font-size: 15px;
}

.menu-container ul li:hover a {
  color: #fff;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.search-bar {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}

.search-bar.opened {
  display: block;
}

.search-bar .search-submit {
  display: none;
}

.search-bar .search-field {
  width: 100%;
  height: 100%;
  background: #3b3b3c;
  border: none;
  border-left: 1px solid #bba87a;
  color: #bba87a;
  outline: none;
  padding-left: 10px;
}

.search-bar-trigger {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 2;
}

.lng-switch {
  display: flex;
  padding-left: 0;
  justify-content: space-around;
  list-style: none;
}

.lng-switch li {
  list-style: none;
  margin: 0 10px;
}

#searchform {
  margin-bottom: 0;
}

.menu-container ul li.current-menu-item, .menu-container ul li.current-post-parent {
  background-color: #bba87a;
}

.menu-container ul li.current-menu-item a,  .menu-container ul li.current-post-parent a {
  color: #fff;
}

.logo img {
  width: 100%;
  max-width: 220px;
}

.header-second-row {
  padding: 15px;
}

.header-second-row .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.main-site-btn {
  width: 20%;
  height: 72px;
}

.main-site-btn a {
  background: #bba87a;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s linear;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.main-site-btn a:hover {
  background: #9d8c65;
}

.main-item {
  width: 100%;
  display: flex;
  margin: 30px auto;
}

.main-item .left-part, .main-item .right-part {
  width: 100%;
  max-width: 50%;
  box-sizing: border-box;
}

.main-item .left-part img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.main-item .right-part {
  padding-left: 15px;
}

.main-item a {
  color:  rgb(110, 110, 115);
  text-decoration: none;
}

.main-item__title {
  font-size: 32px;
  margin-top: 0;
  font-weight: 700;
}

.main-item__excerpt {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(193, 193, 193);
}

.main-item__date {
  font-size: 13px;
}

.all-posts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.post-holder {
  width: 100%;
  max-width: 23.5%;
  margin: 0 .75% 15px .75%;
  box-sizing: border-box;
}

.post-holder img {
  max-width: 100%;
  width: 100%;
  height: auto;
  height: 150px;
  object-fit: cover;
}

.post-text a, .post-text p {
  color: rgb(34, 34, 34);
}

.post-text a {
  text-decoration: none;
}

.post-title {
  font-size: 16px;
  margin: 0.5rem 0;
}

.post-date {
  font-size: 13px;
  color: rgb(84, 86, 88);
}

.footer {
  background: rgb(59, 59, 60);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.footer-column {
  max-width: 33%;
}

.footer-logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-about {
  color: rgb(206, 206, 206);
  font-size: 12px;
  margin-bottom: 15px;
}

.footer h2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-partners img {
  max-width: 180px;
  height: auto;
  filter: brightness(0);
  margin-bottom: 10px;
}

.footer-partners img:hover {
  filter:brightness(1);
}

.footer-contacts p {
  font-size: 12px;
  color: #fff;
}

.footer-contacts a {
  text-decoration: none;
  color: #fff;
}

.copyright {
  font-size: 12px;
  color: #fff;
}

.article-container {
  display: flex;
  padding: 15px 0;
}

.left-column {
  padding: 10px;
  color: rgb(10, 10, 10);
  font-size: 17px;
  max-width: 75%;
  box-sizing: border-box;
}

.article-image img {
  width: 100%;
}

.article-title {
  font-size: 40px;
  font-weight: 300;
  color: rgb(10, 10, 10);
  margin-bottom: 5px;
}

.article-date {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.article-excerpt {
  margin-top: 15px;
  font-weight: 700;
}

.right-column {
  padding-left: 10px;
  font-size: 17px;
  padding-right: 10px;
  width: 100%;
  max-width: 25%;
  box-sizing: border-box;
}

.rp-container {
  position: relative;
}

.rp-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rp-text {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.rp-text:hover a {
  color: #fff;
}

.right-column a {
  color: rgb(187, 168, 122);
  text-decoration: none;
}

.right-column h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.right-post {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(193, 193, 193);
}

.more-posts {
  display: flex;
}

.more-post {
  width: 100%;
  max-width: 32%;
  margin: 0 1%;
}

.more-post img {
  max-width: 100%;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.more-post a {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 16px;
  padding-top: 5px;
}

.article-content {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(193, 193, 193);
}

.mobile-menu-nav {
  display: none;
  font-size: 20px;
  color: #fff;
}

.header-third-row {
  background: rgb(59, 59, 60);
    padding: 10px;
    box-sizing: border-box;
}

.header-third-row a {
  color: #bba87a;
  text-decoration: none;
  font-size: 15px;

}

#customer_details .col-2 {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-shipping-totals {
  display: none;
}

.uif-buy-line {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #bba87a;
  padding: 30px;
}

.uif-buy-text {
  text-align: center;
  font-size: 20px;
}

.uif-buy-header {
  font-size: 32px;
  font-weight: 700;
}

.article-content .add_to_cart_button, .article-content .added_to_cart {
  margin-left: 20px!important;
  background: #b22222!important;
  color: #fff!important
}

p.product.woocommerce.add_to_cart_inline {
  text-align: center;
}

.woocommerce-Price-amount.amount {
  font-weight: bold;
}



@media(max-width: 1024px) {
  .mobile-menu-nav {
    display: flex;
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
  }

  #mbs {
    display: block;
    margin-right: 10px;
    width: 100%;
    max-width: 25%;
    text-align: right;
  }

  #menu-switch {
    width: 100%;
    max-width: 70%;
    box-sizing: border-box;
  }

  #sbt {
    display: none;
  }


  .header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .container {
    padding: 10px;
    box-sizing: border-box;
  }

  .menu-container {
    display: none;
    height: 0;
    transition: all .3s linear;
  }

  .menu-container.opened {
    display: block;
    height: auto;
  }

  .mobile-menu-nav span {
    margin-right: 10px;
  }

  .menu-container ul{
    flex-wrap: wrap;
  }

  .menu-container ul li {
    width: 100%;
    text-align: center;
    line-height: 34px;
  }

  .menu-container ul li.lang-item {
    width: 50%;
  }

  .main-item .left-part, .main-item .right-part {
    max-width: 100%;
  }

  .main-item {
    flex-wrap: wrap;
  }

  .main-item__title {
    font-size: 22px;
  }

  .post-holder {
    max-width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
  }

  .post-holder img {
    width: 100%;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-column {
    max-width: 100%;
  }

  .main-item .right-part {
    padding-left: 0;
  }

  .left-column {
    max-width: 100%;
  }

  .right-column {
    max-width: 100%;
  }

  .article-container {
    flex-wrap: wrap;
  }

  .article-title {
    font-size: 24px;
  }

  .article-container h2 {
    font-size: 20px;
  }

  .more-posts {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(193, 193, 193);

  }

  .more-post {
    max-width: 100%;
  }

  .main-site-btn {
    width: 100%;
    height: auto;
    margin-top: 15px;
    box-sizing: border-box;
  }

  .main-site-btn a {
    padding: 10px 0;
    box-sizing: border-box;
  }

}
