@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1ofbpn");
  src: url("../fonts/icomoon.eot?1ofbpn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ofbpn") format("truetype"), url("../fonts/icomoon.woff?1ofbpn") format("woff"), url("../fonts/icomoon.svg?1ofbpn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-call:before {
  content: "\e900"; }

.icon-email:before {
  content: "\e901"; }

.icon-telegram:before {
  content: "\e902"; }

.icon-viber:before {
  content: "\e903"; }

.icon-location:before {
  content: "\e947"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-cart:before {
  content: "\e93a"; }

body {
  font-family: 'Roboto Condensed', sans-serif; }

p {
  margin: 0 0 10px 0; }

address {
  margin: 0; }

.page {
  margin: 0; }

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }
  .container-flex {
    display: flex;
    flex-wrap: wrap; }

.banner {
  margin: 0 auto;
  height: 490px;
  max-width: 1230px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/konk-banner-1440.jpg);
  border-radius: 15px;
  opacity: 0.9; }
  @media screen and (max-width: 992px) {
    .banner {
      border-radius: 0; } }

.site-content {
  padding-top: 25px; }
  @media screen and (max-width: 992px) {
    .site-content {
      padding-top: 0; } }

.d-flex {
  display: flex; }

.w-100 {
  width: 100%; }

.text-center {
  text-align: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.list-no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

a:hover, button:hover {
  color: #4FA2A2;
  border-color: inherit; }

.breadcrumb {
  display: flex;
  align-items: center; }
  .breadcrumb span {
    padding: 0 3px; }
  .breadcrumb .post {
    margin: 0; }
  .breadcrumb a {
    color: #A2574f; }
    .breadcrumb a:hover {
      opacity: 0.7; }
    .breadcrumb a:visited {
      color: #A2574f; }

.site-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .site-header {
      position: sticky;
      top: 0; } }
  .site-header .logo {
    font-size: 36px;
    font-weight: 700;
    color: #A2574f;
    text-decoration: none; }
    @media screen and (max-width: 992px) {
      .site-header .logo {
        margin-left: 15px; } }
  .site-header-left {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    background: #FFF; }
    @media screen and (max-width: 992px) {
      .site-header-left {
        width: 100%;
        border-bottom: 1px solid #A2574f; } }

.navigation {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  background: #FFF; }
  @media screen and (max-width: 992px) {
    .navigation {
      flex-grow: 0; } }

.menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s; }
  @media screen and (max-width: 992px) {
    .menu {
      position: absolute;
      width: 100%;
      flex-direction: column;
      left: 0;
      top: 54px;
      transform: translateY(calc(-100%));
      background-color: #FFF;
      z-index: -1; }
      .toggled .menu {
        transform: translateY(1px);
        border-bottom: 1px solid #A2574f; } }
  .menu-item {
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      .menu-item:hover .sub-menu {
        visibility: visible; } }
    @media screen and (max-width: 992px) {
      .menu-item {
        margin-bottom: 10px; } }
    .menu-item a {
      display: inline-block;
      font-weight: 600;
      color: #000;
      text-decoration: none;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 992px) {
        .menu-item a {
          font-size: 18px;
          padding: 10px; } }
      .menu-item a:hover {
        color: #A2574f; }
  .menu .sub-menu {
    position: absolute;
    list-style: none;
    padding: 15px;
    margin: 0;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0px 2px 5px -3px #000;
    visibility: hidden; }
    .menu .sub-menu li {
      margin-bottom: 5px; }

.menu-toggle {
  position: absolute;
  display: none;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer; }
  @media screen and (max-width: 992px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle:after {
    content: "";
    display: block;
    background: #000;
    box-shadow: 0 -11px #000, 0 11px #000;
    height: 6px;
    margin: -3px auto;
    position: absolute;
    top: 50%;
    width: 40px; }

.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #000000;
  position: relative;
  margin-left: 5px;
  top: -3px; }
  @media screen and (max-width: 992px) {
    .menu-item-has-children > a:after {
      display: none; } }

.menu-item-has-children > a:hover:after {
  border-color: #A2574f; }

@media screen and (max-width: 992px) {
  .pll-parent-menu-item > a {
    position: relative;
    display: inline-block; }
    .pll-parent-menu-item > a:after {
      content: "";
      position: absolute;
      display: block;
      left: 100%;
      top: 18px;
      width: 9px;
      height: 9px;
      transform: rotate(45deg);
      border-style: solid;
      border-width: 0 3px 3px 0;
      border-color: #000; }
    .pll-parent-menu-item > a.open:after {
      transform: rotate(-135deg); }
  .pll-parent-menu-item .sub-menu {
    position: static;
    visibility: visible;
    box-shadow: none;
    display: none !important; }
    .pll-parent-menu-item .sub-menu .current-lang {
      display: none; }
    .pll-parent-menu-item .sub-menu.show {
      display: block !important; } }

.cart {
  position: relative; }
  @media screen and (max-width: 992px) {
    .cart {
      display: none; } }
  .cart a {
    color: #b89723; }
    .cart a:before {
      content: "\e93a";
      font-family: "icomoon";
      display: block; }

.cart-count {
  position: absolute;
  display: block;
  right: 5px;
  top: -2px;
  width: 13px;
  height: 13px;
  background-color: #b89723;
  color: #FFF;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  line-height: 1.1; }

.mobile-cart {
  display: none;
  margin-left: auto;
  margin-right: 75px;
  background: none;
  border: 0;
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .mobile-cart {
      display: block; } }
  .mobile-cart:before {
    content: "\e93a";
    font-family: "icomoon";
    display: block; }
  .mobile-cart .cart-count {
    top: 3px;
    right: 11px; }

.footer {
  color: #fff;
  background-color: #000;
  padding: 30px 0 0; }
  .footer-column {
    width: 33.33%;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .footer-column {
        width: 100%;
        margin-bottom: 20px;
        padding: 0; } }
    .footer-column-title {
      font-size: 18px;
      margin: 0 0 15px 0; }
      @media screen and (max-width: 767px) {
        .footer-column-title {
          margin: 0 0 10px 0; } }
    @media screen and (max-width: 767px) {
      .footer-column:first-child {
        order: 1; } }
    .footer-column:nth-child(2) {
      padding: 0 45px; }
      @media screen and (max-width: 767px) {
        .footer-column:nth-child(2) {
          padding: 0; } }
  .footer .container {
    margin-bottom: 30px; }
  .footer .description {
    padding-top: 12px; }

.footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  max-width: 260px; }
  @media screen and (max-width: 767px) {
    .footer-nav {
      max-width: 100%; } }
  .footer-nav .menu-item {
    white-space: nowrap; }
    .footer-nav .menu-item a {
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      padding: 12px 18px 12px 0; }
      .footer-nav .menu-item a:hover {
        color: #0088ff; }

.contact-block .contact-holder {
  display: flex;
  padding: 12px 18px 12px 0; }
  .contact-block .contact-holder a {
    display: inline-block;
    text-decoration: none;
    color: #fff; }
  .contact-block .contact-holder.multiple-rows {
    padding-left: 70px;
    flex-wrap: wrap;
    position: relative; }
    .contact-block .contact-holder.multiple-rows .title {
      position: absolute;
      left: 0;
      top: 12px; }
    .contact-block .contact-holder.multiple-rows a {
      width: 100%; }

.contact-block .title {
  display: inline-block;
  margin-right: 10px; }

.footer-bottom {
  padding: 15px;
  background-color: #A2574f; }

.copyright {
  margin: 0; }

.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.error404 .site-content {
  flex-grow: 1;
  display: flex; }

.error404 .site-content:before,
.error404 .site-content:after {
  display: none; }

.error404 .content-area {
  width: 100%; }

.error404 .site-main {
  display: flex;
  width: 100%;
  height: 100%; }

.error404 .footer {
  margin-top: auto; }

.error-404 {
  width: 100%;
  padding: 15px 0 30px; }

.error-404 .container-flex {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error-404 .single-link {
  display: inline-block;
  color: #0088ff;
  text-decoration: none; }

.error-404 .single-link:hover {
  opacity: 0.7; }

.text-404 {
  font-size: 120px;
  font-weight: 700;
  display: inline-block; }

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: .8px;
  transition: background-color .3s, color .3s;
  cursor: pointer; }
  .btn-blue {
    color: #fff;
    background-color: #0088ff; }
    .btn-blue:hover {
      background-color: #000; }
  .btn-orange {
    background: #b89723;
    color: #FFF;
    border: 2px solid #b89723; }
    .btn-orange:hover {
      background: #FFF;
      color: #b89723; }
  .btn-orange-outline {
    color: #b89723;
    background: transparent;
    border: 2px solid #b89723; }
    .btn-orange-outline:hover {
      background: #b89723;
      color: #FFF; }

.btn-close {
  position: absolute;
  display: block;
  background: transparent;
  outline: 0;
  border: 0;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  @media screen and (max-width: 600px) {
    .btn-close {
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px; } }
  .btn-close:after, .btn-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 2px;
    background-color: #000000; }
  .btn-close:before {
    width: 2px;
    height: 100%; }
  .btn-close:hover {
    opacity: .7; }

.product-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 70px;
  margin: 0 -30px; }
  @media screen and (max-width: 1200px) {
    .product-grid {
      margin: 0 -15px; } }
  .product-grid-item, .product-grid .post {
    width: calc((100% / 3) - 30px);
    margin: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 5px -3px #000;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .product-grid-item, .product-grid .post {
        width: calc(33.33% - 30px);
        margin: 15px; } }
    @media screen and (max-width: 1024px) {
      .product-grid-item, .product-grid .post {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 1024px) {
      .product-grid-item, .product-grid .post {
        width: 100%; } }
  .product-grid .post-thumbnail {
    display: block;
    overflow: hidden; }
    .product-grid .post-thumbnail img {
      display: block; }
  .product-grid .img-holder {
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .product-grid .img-holder img {
      height: 100%;
      width: auto; }
  .product-grid .product-details {
    padding: 10px 30px 15px; }
  .product-grid .product-name span {
    display: inline-block;
    margin-left: 5px; }
  .product-grid .product-description ul, .product-description ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0; }
  .product-grid .order-actions {
    display: flex;
    flex-direction: column; }
    .product-grid .order-actions .btn {
      flex-grow: 1; }
    .product-grid .order-actions .btn-order {
      margin-bottom: 15px; }
    .product-grid .order-actions select {
      border: 0;
      margin-right: 15px;
      cursor: pointer; }
  .product-grid .product-price {
    font-weight: 700; }
    .product-grid .product-price span {
      display: inline-block;
      margin-left: 5px; }
      .product-grid .product-price span:after {
        content: 'грн.';
        display: inline-block;
        margin-left: 1px; }

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #A2574f;
  padding: 20px;
  border-radius: 230px 100px;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .header-top {
      display: none; } }
  .header-top .call-back {
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 10px;
    color: #FFF;
    background: none;
    cursor: pointer; }
    .header-top .call-back:hover {
      color: #F4EDE7; }

.contact-list, .link-list {
  display: flex; }
  .contact-list li, .link-list li {
    display: flex;
    align-items: center; }
  .contact-list a, .link-list a {
    color: #fff;
    text-decoration: none; }

.contact-list .contact-link {
  margin-right: 5px; }
  .contact-list .contact-link .icon-call {
    margin-right: 5px; }

.link-list {
  display: flex; }
  .link-list li {
    margin-right: 3px; }
    .link-list li:after {
      content: '/';
      display: inline-block;
      margin: 0 3px; }
    .link-list li:last-child:after {
      content: none; }

.order-popup-holder {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  pointer-events: none; }
  .order-popup-holder.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.order-popup {
  position: relative;
  width: calc(100% - 30px);
  max-width: 460px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 5px -3px #000;
  border-radius: 15px;
  margin: 0 auto; }

.order-info-row {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

.orders-list {
  list-style: none; }
  .orders-list li {
    display: flex;
    align-items: center; }
  .orders-list span {
    display: inline-block;
    margin-right: 5px; }
  .orders-list .btn-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background-color: #4FA2A2;
    border-radius: 50px;
    cursor: pointer; }

input[type="submit"].wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: .8px;
  color: #fff;
  background-color: #4FA2A2;
  transition: background-color .3s;
  cursor: pointer; }
  input[type="submit"].wpcf7-submit:hover {
    opacity: 0.8; }

input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control {
  padding: 14px 22px;
  width: 100%; }

.wpcf7-response-output {
  display: none !important; }

.single-post .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .single-post .post .entry-header {
    width: 100%; }
  .single-post .post .post-thumbnail {
    max-width: 600px; }
  .single-post .post .product-details {
    margin: 0 20px; }
  .single-post .post .order-actions {
    display: flex;
    flex-wrap: wrap; }
    .single-post .post .order-actions .btn {
      margin: 0 15px; }
    .single-post .post .order-actions .btn-order {
      width: 100%;
      margin-bottom: 25px; }
    .single-post .post .order-actions .btn-to-cart {
      flex-grow: 1; }

.telegram-notification {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #7cddfc;
  max-width: 260px;
  padding: 10px;
  border-radius: 10px;
  transform: translateX(101%);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
  
.telegram-notification.messengers {
  padding-top: 40px;
}

.telegram-notification-buttons {
  display: flex;
  justify-content: center;
}

.telegram-notification-buttons a {
  margin: 0 5px;
}
  
.telegram-notification b {
    color: red; }

@media screen and (max-width: 600px) {
  .telegram-notification {
    max-width: calc(100% - 30px); 
    left: 20px;
  } 
}

.telegram-notification.show {
  transform: translateX(0); }

.telegram-notification img {
  display: block;
  margin: 0 auto; }

.telegram-notification .btn-close {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px; }

.telegram-notification .btn {
  display: block;
  padding: 12px 18px;
  margin: 0 auto;
  max-width: max-content;
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s; }
  
.telegram-notification .btn-icon {
  margin: -25px auto 0;
  display: block;
  width: max-content;
}

.telegram-notification .btn:hover {
  background-color: #ffffff;
  color: #000; }

.discount-button {
  position: absolute;
  display: block;
  padding: 0;
  outline: 0;
  background: none;
  border: 0;
  box-shadow: none;
  width: 60px;
  height: 60px;
  top: -20px;
  right: calc(100% - 40px); }
  .discount-button svg {
    width: 60px;
    height: 60px;
    transform: rotate(0deg); }
  .discount-button.animate {
    animation: slide-in 5s cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-delay: 1s; }

.prices-list, .product-grid .prices-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

@keyframes slide-in {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }