/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');*/
@import url('../fonts/Montserrat/stylesheet.css');
@import url('../fonts/Inter/stylesheet.css');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Regular.eot');
    src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNorms-Regular.woff2') format('woff2'),
        url('../fonts/TTNorms-Regular.woff') format('woff'),
        url('../fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Medium.eot');
    src: url('../fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNorms-Medium.woff2') format('woff2'),
        url('../fonts/TTNorms-Medium.woff') format('woff'),
        url('../fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,p,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea,
input, button {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
html{
overflow-x: hidden;
}
body, html {
width: 100%;
height: 100%;
}
input, textarea {
resize: none;
font-family: 'Montserrat', sans-serif;
}
body {
position: relative;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
color: #323232;
font-size: 16px;
padding: 0;
}
h3, h4, p{
font-weight: normal;
}
ol, ul {
list-style: none;
}
a{
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
* {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}
a:focus{
  outline: none;
}
blockquote, q {
quotes: none;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*----------------Preloader----------------*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  pointer-events: none;
}

#page-preloader .spinner, #appendblock .spinner{
  width: 166px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;

  margin: -50px 0 0 -83px;
}
/*----------------Preloader END----------------*/
/*For clearfix*/
.clfx:before,
.clfx:after {
    content:"";
    display:table;
}
.clfx:after {
    clear:both;
}
.clfx {
    zoom:1; /* Хак для IE 6 и 7 */
}
.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* /For clearfix*/
/*For wrap*/
.container-fluid{
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
/* /For wrap*/
/*For pull*/
  .mt{
    margin-top: 60px!important;
  }
  .mb{
    margin-bottom: 60px;
  }
  .pl{
    padding-left: 20px;
  }
  .mr{
    margin-right: 50px;
  }
  .ml{
    margin-left: 50px;
  }
  .tal{
    text-align: left!important;
  }
  .tar{
    text-align: right!important;
  }
  .tac{
    text-align: center!important;
  }
  .fwb{
    font-weight: bold!important;
  }
  .ttu{
    text-transform: uppercase!important;
  }
  .ttn{
    text-transform: none!important;
  }
  .m0a{
    margin: 0 auto!important;
  }
  .npt{
    padding-top: 0!important;
  }
/*----------------Scroll-------------------*/
 /* ::-webkit-resizer{
    background-image: url('');
    background-repeat: no-repeat;
    height: 1px;
    width: 9px;
  }
  ::-webkit-scrollbar{
    width: 9px;
  }
  ::-webkit-scrollbar-button{
    background-image: url('');
    background-repat: no-repeat;
    height: 0px;
    width: 5px;
  }
  ::-webkit-scrollbar-thumb{
    background-color: #ffbe0f;
    border-radius: 0px;
    webkit-border-radius: 0px;
  }
  ::-webkit-scrollbar-track{
    background-color: #fff;
  }*/
/*----------------Scroll END---------------*/
/*----------------BTN ALL------------------*/
.btn-all{
  display: block;
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 24px;
}
  .btn-wihte,
  .btn-withe{
    color: #5C5A5A;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px #5C5A5A;
  }
  .btn-wihte:hover,
  .btn-withe:hover,
  .single_add_to_cart_button:hover{
    box-shadow: 0px 4px 15px #5C5A5A;
  }
  .btn-close,
  .btn-open{
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .btn-open{
    right: 30px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/content/open.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 5;
  }
  .btn-close{
    right: 30px;
    top: 30px;
    background: url(../img/content/close.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
/*----------------BTN ALL END--------------*/
/*----------------Index--------------------*/
/*----------------Header-------------------*/
header{
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #100c0b;
  z-index: 10;
}
  .logo{
    position: relative;
    display: block;
    width: 134px;
    margin-right: 40px;
    overflow: hidden;
  }
    .logo img{
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  .flex-row,
  .main-menu,
  .menu{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
  }
    .menu li{
      padding: 0 20px;
    }
      .menu li a{
        display: block;
        font-family: TT Norms;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        color: #FFFFFF;
      }
        .menu li a:hover,
        li.current-menu-item a{
          color: #c2b59b;
          text-decoration: underline;
        }
      .basket-btn{
        position: relative;
        display: block;
        width: 31px;
        height: 31px;
        margin-right: 20px;
        background: url(../img/content/basket-icon.svg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
      }
        .basket-btn span{
          display: block;
          position: absolute;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 100%;
          font-family: TT Norms;
          font-style: normal;
          font-weight: 300;
          font-size: 10px;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          color: #5C5A5A;
          top: -10px;
          right: -10px;
        }
        /*.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
          background-color: transparent!important;
          border-radius: 16px!important;
          border: 1px solid #fff!important;
          width: 100%!important;
          max-width: 160px;
          color: #fff!important;
          height: 30px!important;
        }
        .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
          padding: 10px 15px!important;
        }
        .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
          fill: #fff!important;
          opacity: 1!important;
          right: 15px!important;
          left: inherit!important;
        }
        .dgwt-wcas-sf-wrapp{
          max-width: 160px;
        }*/

.xoo-el-action-sc{
  position: relative;
  display: block;
  width: 100%!important;
  max-width: 110px!important;
  height: 30px!important;
  border: 1px solid #FFFFFF!important;
  background-color: transparent!important;
  box-sizing: border-box!important;
  text-align: center!important;
  color: #fff!important;
  padding: 0!important;
  line-height: 30px!important;
  font-family: TT Norms!important;
  font-style: normal!important;
  font-weight: 500!important;
  font-size: 12px!important;
  text-transform: uppercase!important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))!important;
  border-radius: 16px!important;
}
  .xoo-el-action-sc:hover{
    color: #100c0b!important;
    background-color: #fff!important;
  }
.dgwt-wcas-search-form,
.dgwt-wcas-search-wrapp,
.src-pool{
  max-width: 160px!important;
}
.src-pool{
  margin-right: 20px;
}
/*----------------Header END---------------*/
/*----------------Main block---------------*/
.main-block{
  position: relative;
  width: 100%;
  padding: 150px 0 60px;
  background: url(../img/content/bg-main.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
  .main-block:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47,47,47,0.7);
    top: 0;
    left: 0;
  }
  .main-block h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-top: 40px;
    text-transform: uppercase;
    color: #C2B59B;
  }
  .main-block p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 60px;
    color: #C2B59B;
  }
  .main-block .btn-all{
    max-width: 288px;
    font-family: Gilroy;
    font-weight: bold;
  }
  .telega{
    position: relative;
    display: block;
    width: 21px;
    margin-top: 30px;
    height: 21px;
    background: url(../img/content/telega.svg) no-repeat;
  }
  .viber{
    position: relative;
    display: block;
    width: 21px;
    margin-top: 30px;
    height: 24px;
    background: url(../img/content/viber.svg) no-repeat;
  }
  .one-big-slide{
  	position: relative;
  	width: 100%;
  	max-width: 560px;
  	height: 340px;
  	overflow: hidden;
  }
  .one-small-slide{
  	position: relative;
  	width: 100%;
  	max-width: 190px;
  	height: 115px;
  	overflow: hidden;
  }
  	.one-big-slide img,
  	.one-small-slide img{
  		width: 100%;
  		height: 100%!important;
  		object-fit: cover;
  	}
/*----------------Main block END-----------*/
/*----------------Shop---------------------*/
.w-shop{
  position: relative;
  width: 100%;
  padding: 60px 0 30px 0;
}
  .cat-menu .widget-title,
  .pop-prod-title,
  .sale-prod-title{
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #5C5A5A;
  }
    .pop-prod-title,
    .sale-prod-title{
      padding-left: 40px;
    }
      .pop-prod-title:before{
        content: "";
        position: absolute;
        width: 28px;
        height: 28px;
        background: url(../img/content/star.svg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        top: -5px;
        left: 0;
      }
      .sale-prod-title:before{
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../img/content/sale.svg) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        top: 0;
        left: 0;
      }
    .product-categories li{
      position: relative;
    }
      .product-categories>li>a{
        position: relative;
        display: block;
        width: 100%;
        background: #FFFFFF;
        border-radius: 22px;
        font-family: Montserrat;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.07em;
        padding: 15px;
        color: #5C5A5A;
      }
        .product-categories .wcsca-icon:hover,
        .children.wcsca-expand a:hover{
           box-shadow: 0px 4px 15px #C4C4C4;
        }
      .product-categories .wcsca-icon,
      .product-categories .fas{
        position: absolute;
        width: 100%;
        height: 55px;
        border-radius: 30px;
        left: 0;
        top: 0;
        float: none;
        z-index: 3;
      }
        .product-categories .fas:before{
          position: absolute;
          top: 20px;
          right: 15px;
        }
        .children.wcsca-expand a{
          position: relative;
          display: block;
          font-family: Gilroy;
          font-style: normal;
          font-weight: normal;
          width: 100%;
          font-size: 13px;
          padding: 15px;
          border-radius: 22px;
          margin: 10px 0;
          line-height: 15px;
          text-transform: uppercase;
          color: #5C5A5A;
        }
          .children.wcsca-expand a:before{
            content: "";
            width: 16px;
            height: 24px;
            background: url(../img/content/arr-right.png) no-repeat;
            position: absolute;
            right: 15px;
            top: 15px;
          }
    .w-shop .product {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      min-height: 320px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px 30px!important;
      position: relative;
      background: #FFFFFF;
      box-shadow: 0px 7px 11px #E8E8E8;
    }
    .woocommerce-loop-product__title{
      font-family: Gilroy;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      margin-bottom: 20px;
      line-height: 21px;
      text-align: center;
      color: #5C5A5A;
    }
    .woocommerce-Price-amount{
      display: block;
      font-family: Gilroy;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 16px;
      text-align: center;
      color: #5C5A5A;
    }
    .add_to_cart_button {
      position: relative;
      display: block;
      width: 100%;
      height: 32px;
      background-color: #FFFFFF!important;
      box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.5)!important;
      border-radius: 24px!important;
      font-family: Gilroy;
      font-style: normal;
      font-weight: 900;
      font-size: 13px;
      line-height: 32px;
      text-transform: uppercase;
      text-align: center;
      color: #5C5A5A;
    }
    .woocommerce ul.products li.product .price del,
    .woocommerce ul.products li.product .price ins{
      display: block!important;
    }
    .woocommerce ul.products li.product .price ins span{
      margin-bottom: 10px;
      font-family: Gilroy;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;

      color: #AA0000;
    }
    .woocommerce ul.products li.product .price del span{
      text-decoration: line-through;
    }
    .woocommerce ul.products li.product .price{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex!important;
      flex-direction: column;
      text-align: center;
    }
    .woocommerce ul.products li.product .onsale{
      display: none;
    }
    .form-sub-pool{
      position: relative;
      width: 100%;
      margin: 100px 0;
    }
      .form-sub-pool p{
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #5C5A5A;
      }
      .form-sub-pool .wpcf7-text{
        width: 100%;
        height: 34px;
        padding: 15px;
        border-bottom: 1px solid #5C5A5A;
        font-family: Gilroy;
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 15px;
        color: #5C5A5A;
      }
      .form-sub-pool .btn-all{
        height: 34px;
        background: #FFFFFF;
        box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.5);
        border-radius: 24px;
        font-family: Gilroy;
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #5C5A5A;
      }
  .partners-block{
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #EAE3D5;
  }
    .partners-block h3{
      font-family: Montserrat;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      line-height: 22px;
      margin-bottom: 40px;
      text-transform: uppercase;
      color: #5C5A5A;
    }
    .one-partner{
      position: relative;
      display: block;
      width: 100%;
      max-width: 260px;
      height: 120px;
      background-color: #fff;
      overflow: hidden;
		margin: 0 auto 30px;
    }
      .one-partner img{
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
/*----------------Shop END-----------------*/
/*----------------Footer-------------------*/
footer{
  position: relative;
  width: 100%;
  padding: 40px 0 100px;
  /*background: url(../img/content/bg-main.png) no-repeat;*/
	background: #242424;
  -webkit-background-size: cover;
  background-size: cover;
}
  footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(47,47,47,0.7);*/
    top: 0;
    left: 0;
  }
  .logo-footer{
    position: relative;
    display: block;
    width: 204px;
    height: 47px;
    margin: 0 auto 60px;
  }
  footer .menu{
    display: block;
  }
    footer .menu a,
    .foot-sub-menu a,
    footer h4{
      display: block;
      font-family: TT Norms;
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      line-height: 13px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 10px;
    }
    footer h4{
      margin-bottom: 50px;
    }
    .foot-sub-menu a:hover {
      color: #c2b59b;
      text-decoration: underline;
    }
    footer .wpcf7-text{
      width: 100%;
      height: 34px;
      border-bottom: 1px solid #FFFFFF;
      margin-bottom: 20px;
      background-color: transparent;
      font-family: Gilroy;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 15px;
      color: #FFFFFF;
    }
    footer textarea{
      width: 100%;
      height: 125px;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      resize: none;
      background-color: transparent;
      padding: 15px;
      font-family: Gilroy;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 15px;
      color: #FFFFFF;
    }
      footer .btn-all{
        max-width: 130px;
        height: 30px;
        line-height: 30px;
        font-family: Gilroy;
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        float: right;
        margin-top: 20px;
        color: #5C5A5A;
      }
/*----------------Footer END---------------*/
/*----------------Index END----------------*/
.other-page{
  position: relative;
  width: 100%;
  padding: 200px 0 60px;
  background-color: #fff;
}
.other-page h3{
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #5C5A5A;
}
.other-page p{
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #5C5A5A
}
.other-page p+p{
  margin-top: 20px;
}
.price-pool a{
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.07em;
  color: #C2B59B;
}
.price-pool .btn-all{
  max-width: 200px;
  height: 32px;
  line-height: 32px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  color: #5C5A5A;
  box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.5);
}
.delivery-img .one-img{
  position: relative;
  width: 100%;
  max-width: 445px;
  margin-top: 40px;
  overflow: hidden;
}
  .delivery-img .one-img img,
  .img-news img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.one-news-dscr h4{
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #5C5A5A;
	overflow: hidden;
    text-overflow: ellipsis;
    font-family: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.one-news-box .text-news p{
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #5C5A5A;
}
.text-news p+p{
  margin-top: 20px;
}
.data-post{
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #5C5A5A;
  margin: 10px 0;
	height: 15px;
}
.one-news-box{
	margin: 0 auto 30px;
}
.img-news{
  position: relative;
  width: 100%;
  max-width: 295px;
	height: 250px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.btn-small{
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.5);
  border-radius: 24px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 auto;
  color: #5C5A5A;
}
.single-news .text-news a{
  color: #c2b59b;
}
.back-title{
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #5C5A5A;
  margin-bottom: 20px;
}
  .back-title:before{
    content: "";
    width: 10px;
    height: 14px;
    background: url(../img/content/arr-right.png) no-repeat;
    position: absolute;
    transform: rotate(180deg);
    left: 0;
    top: 50%;
    margin-top: -7px;
  }
.bg-reviews-popup,
#popup2{
  position: relative;
  width: 100%;
  max-width: 580px;
  background-color: #fff;
  margin: 0 auto;
}
.bg-reviews-popup{
  padding: 100px;
}
.bg-reviews-popup h2{
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5C5A5A;
}
.bg-reviews-popup .wpcf7-text{
  width: 100%;
  height: 32px;
  padding: 0 15px;
  position: relative;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 24px;
  margin-bottom: 20px;
}
.bg-reviews-popup textarea{
  width: 100%;
  height: 140px;
  padding: 15px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 24px;
  margin-bottom: 20px;
}
.bg-reviews-popup .btn-all{
  margin-top: 20px;
}
.wpcf7-list-item-label{
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #5C5A5A;
  margin-left: 10px;
}
.wpsm_testimonial-review span,
.wpsm_testimonial-review a{
  display: none!important;
}
.other-page #wpsm_testi_b_row_106 .wpsm_testimonial .wpsm_testi_content{
  background: #FFFFFF!important;
  box-shadow: 0px 4px 15px #C4C4C4!important;
  margin-bottom: 22px;
}
.other-page .wpsm_testimonial .wpsm_testi_content:after{
  border-top: 25px solid #fff !important;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 9%;
}
.other-page #wpsm_testi_b_row_106 .wpsm_testimonial .wpsm_testi_content:after{
border-top: 25px solid #fff !important;
}
.other-page #wpsm_testi_b_row_106 .wpsm_testimonial .wpsm_testi_description{
  font-family: Gilroy!important;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 11px!important;
  line-height: 13px!important;
  color: #5C5A5A!important;
}
.wpsm_testimonial-pic{
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 57px;
  margin-left: 34px;
  overflow: hidden;
}
  .other-page .wpsm_testimonial-pic img{
    position: absolute!important;
    width: 100%!important;
    height: auto!important;
    margin: 0!important;
    border: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.other-page #wpsm_testi_b_row_106 .wpsm_testimonial .wpsm_testimonial-title{
  font-family: Gilroy!important;
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 13px!important;
  line-height: 16px;
  color: #5C5A5A!important;
}
.add-new-review-block .btn-all{
  max-width: 200px;
  margin: 0;
}
.gmap a{
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #5C5A5A;
}
.added_to_cart{
  display: block!important;
  text-align: center;
    font-family: TT Norms;
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #c2b59b;
    text-decoration: underline!important;
}
/*.related.products,
.navigation.post-navigation,
.tabs.wc-tabs,
.product_meta,
.single-product .quantity,
.woocommerce-notices-wrapper,
.woocommerce-cart .actions,
.woocommerce-result-count{
  display: none;
}*/
.woocommerce-Tabs-panel h2,
.entry-title{
  font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
margin-bottom: 20px;
text-transform: uppercase;

color: #5C5A5A;
}
.woocommerce-Price-amount{
  display: inline-block;
}
.charcher-prod{
   margin-bottom: 20px;
}
.charcher-prod p{
  text-transform: uppercase;
}
.other-page p.price{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 22px!important;
  text-transform: uppercase;
  color: #5C5A5A!important;
  margin-bottom: 20px;
}
.other-page .woocommerce-product-details__short-description p{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;

  color: #af1010;
}

.checkout-button,
#place_order{
  width: 100%!important;
  max-width: 200px!important;
  height: 32px!important;
  background: #FFFFFF!important;
  box-shadow: 0px 4px 15px rgba(196, 196, 196, 0.5)!important;
  border-radius: 24px!important;
  font-family: Gilroy!important;
  font-style: normal!important;
  font-weight: 900!important;
  font-size: 13px!important;
  line-height: 32px!important;
  padding: 0!important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px!important;
  color: #5C5A5A!important;
}
.checkout-button,
#place_order{
  float: right;
}
.woocommerce-loop-category__title{
  font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 20px;
    line-height: 13px;
    text-align: center;
    color: #5C5A5A;
}
.product-name a{
  color: #c2b59b;
  text-decoration: underline;
}
.shipping-calculator-button,
.woocommerce-shipping-destination,
.shipping-calculator-button,
.woocommerce-terms-and-conditions-wrapper,
.qib-container{
  display: none!important;
}
.woocommerce-cart .qib-container{
  display: flex!important;
}
.cart_totals h2{
  font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #5C5A5A;
}
.qib-button{
  background-color: #c2b59b;
  border: 0!important;
}
.quantity input{
  border: 0!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 20px;
 border: 1px solid #C4C4C4;
box-sizing: border-box;
padding: 0 15px;
border-radius: 24px;
}
.woocommerce form .form-row textarea{
  height: 170px!important;
  padding: 15px;
}
.woocommerce-checkout #payment{
  background-color: transparent!important;
}
form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id){
  outline: none!important;
}
#menu-item-1146,
.page-id-129 .sale-prod-title{
display:none;
}
mark, .mark{
	display:block;
	background-color: transparent;
	margin-top: 20px;
}
.search .page-title{
  margin-bottom: 30px;
}
.search .page-content p,
.search.entry-summary p{
  margin-bottom: 30px;
}
.search .search-form .search-field{
  border: 1px solid #000;
}
.search .post-thumbnail{
  width: 100%;
  position: relative;
  display: block;
  max-width: 400px;
  overflow: hidden;
	margin-bottom: 30px;
}
.search .post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search .entry-title a{
  color: #5C5A5A;
  text-decoration: underline;
}
.search .entry-title a:hover{
  text-decoration: none;
}
.menu li{
  padding: 0 15px;
}
.popup_change_lang{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 80%;
  z-index: 999;
  width: 100%;
}
.popup_change_lang .popup_flex{
  text-align: center;
  width: 50%;
  padding: 20px;
  background-color: #ffd400;
}
.popup_change_lang span{
  align-items: center;
}
.button_lang{
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.button_lang button{
  padding: 10px 20px;
}

/* News */
.category-news {
  --tbl-border: #e6e8ee;
  --tbl-head-bg: #f6f7fb;
  --tbl-row-alt: #fafbff;
  --tbl-text: #1f2937;
  --tbl-muted: #6b7280;
}

.category-news .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-news table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--tbl-text);
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.category-news thead th {
  background: var(--tbl-head-bg);
  color: var(--tbl-text);
  font-weight: 600;
  text-align: left;
  vertical-align: bottom;
  padding: 12px 14px;
  border: 1px solid var(--tbl-border);
  white-space: nowrap; 
}

.category-news tbody td {
  padding: 12px 14px;
  border: 1px solid var(--tbl-border);
  vertical-align: top;
}

.category-news tbody tr:nth-child(even) {
  background: var(--tbl-row-alt);
}

.category-news tbody tr:hover {
  background: #f1f5ff;
}

.category-news td p {
  margin: 0 0 8px;
}
.category-news td p:last-child {
  margin-bottom: 0;
}
.category-news td ul,
.category-news td ol {
  margin: 0;
  padding-left: 18px;
}

.category-news table a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.category-news table a:hover {
  text-decoration-thickness: 2px;
}

.category-news caption {
  caption-side: top;
  text-align: left;
  padding: 10px 0;
  color: var(--tbl-muted);
  font-size: 13px;
}

@media (max-width: 640px) {
  .category-news thead th,
  .category-news tbody td {
    padding: 10px 10px;
  }
  .category-news table {
    font-size: 13px;
  }
}