@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
  url('../fonts/GothamPro-Bold.woff2') format('woff2'),
  url('../fonts/GothamPro-Bold.woff') format('woff'),
  url('../fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Light'), local('GothamPro-Light'),
  url('../fonts/GothamPro-Light.woff2') format('woff2'),
  url('../fonts/GothamPro-Light.woff') format('woff'),
  url('../fonts/GothamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Black'), local('GothamPro-Black'),
  url('../fonts/GothamPro-Black.woff2') format('woff2'),
  url('../fonts/GothamPro-Black.woff') format('woff'),
  url('../fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
  url('../fonts/GothamPro-Italic.woff2') format('woff2'),
  url('../fonts/GothamPro-Italic.woff') format('woff'),
  url('../fonts/GothamPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
  url('../fonts/GothamPro-Medium.woff2') format('woff2'),
  url('../fonts/GothamPro-Medium.woff') format('woff'),
  url('../fonts/GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'),
  url('../fonts/GothamPro-BoldItalic.woff2') format('woff2'),
  url('../fonts/GothamPro-BoldItalic.woff') format('woff'),
  url('../fonts/GothamPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro'), local('GothamPro'),
  url('../fonts/GothamPro.woff2') format('woff2'),
  url('../fonts/GothamPro.woff') format('woff'),
  url('../fonts/GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
  url('../fonts/GothamPro-MediumItalic.woff2') format('woff2'),
  url('../fonts/GothamPro-MediumItalic.woff') format('woff'),
  url('../fonts/GothamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'),
  url('../fonts/GothamPro-BlackItalic.woff2') format('woff2'),
  url('../fonts/GothamPro-BlackItalic.woff') format('woff'),
  url('../fonts/GothamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
  url('../fonts/GothamProNarrow-Medium.woff2') format('woff2'),
  url('../fonts/GothamProNarrow-Medium.woff') format('woff'),
  url('../fonts/GothamProNarrow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'),
  url('../fonts/GothamPro-LightItalic.woff2') format('woff2'),
  url('../fonts/GothamPro-LightItalic.woff') format('woff'),
  url('../fonts/GothamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

.btnTheme {
  background-color: #7C9645;
}

---------------------------------------------------------*/
html {
  background-color: #343a40;
}

body {
  -ms-overlfow-style: scrollbar;
  min-width: 320px;
  font-family: 'Gotham Pro', sans-serif;
  color: #121212;

  /*font-family: "Playfair Display", serif;
  font-family: 'Spectral', serif;
  font-family: 'Alegreya SC', serif;*/
}
small, .small {
  font-size: 90%;
  font-weight: inherit;
}

/* ---------------------------------------------------------
1	 pageWrapper
---------------------------------------------------------*/
#pageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover {
  color: #7C9645;
}

/* ---------------------------------------------------------
2	 bgCover
--------------------------------------------------------*/
.bgCover {
  background-size: cover;
  background-position: 50% 50%;
}

.playfair {
  /*font-family: "Playfair Display", serif;*/
}

.alegreya {
  font-family: 'Alegreya SC', serif;
}

.gotham {
  font-family: 'Gotham Pro', sans-serif;
}

.fwEbold {
  font-weight: bold;
}

.btn {
  font-size: 16px;
  line-height: 18px;
  transition: all .3s ease;
}

.btn .fas {
  font-size: 14px;
}

.btn:hover {
  opacity: 0.7;
}

.btn.btnShop {
  min-width: 140px;
}

.btn.btnCart {
  min-width: 200px;
}

.md-round {
  border-radius: 40px;
}

.sm-round {
  border-radius: 10px;
}

.bg-lightGray {
  background: #f6f6f6;
}

.bg-dark {
  background: #313538;
}

.bgCover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ---------------------------------------------------------
3	 headingII
---------------------------------------------------------*/
.headingII {
  font-size: 25px;
  line-height: 27px;
  color: #333333;
}

.headingII:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.headingII:before {
  width: 60px;
  height: 3px;
  background: #7C9645;
}

/* ---------------------------------------------------------
4	 headingIII
---------------------------------------------------------*/
.headingIII {
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

/* ---------------------------------------------------------
5	 headingIV
---------------------------------------------------------*/
.headingIV {
  font-size: 25px;
  line-height: 1.3;
  color: #333333;
}

/* ---------------------------------------------------------
6	 headingV
---------------------------------------------------------*/
.headingV {
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}

/* ---------------------------------------------------------
7	 headingVI
---------------------------------------------------------*/
.headingVI {
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
8	 headingVII
---------------------------------------------------------*/
.headingVII {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
9	 mainHeader
---------------------------------------------------------*/
.mainHeader .headerBorder {
  min-width: 100%;
}

.mainHeader .headerBorder .img-bdr {
  width: 270px;
}
.mainHeader .header-subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

/* ---------------------------------------------------------
10	 introBlock
---------------------------------------------------------*/
.introBlock {
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}

.introBlock .align {
  min-height: 390px;
}

.introBlock .holder {
  z-index: 2;
}

.introBlock h1,
.introBlock .h1 {
  font-size: 25px;
  line-height: 1.2;
  color: #121212;
}

.introBlock h1:before,
.introBlock .h1:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 5px;
  background: #333333;
}

.introBlock .title {
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  letter-spacing: 2px;
}

.introBlock .title:before {
  content: '';
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

.introBlock .title:before {
  width: 5px;
  height: 12px;
}

.introBlock .subtitle {
  font-size: 22px;
  line-height: 1.3;
  max-width: 400px;
}

.introBlock br {
  display: none;
}

.introBlock .slick-prev,
.introBlock .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.introBlock .slick-next {
  margin-left: 109px;
}

.introBlock .slickNavigatorsWrap,
.introBlock .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.introBlock .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.introBlock .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.introBlock .slickNums li:first-child {
  margin-left: 58px;
}

.introBlock .slickNums li:last-child {
  display: block;
  padding-left: 25px;
  text-indent: 0;
}

.introBlock .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal);
  font-stretch: 100%;
}
.introBlock .slickNums li:after {
  position: absolute;
  left: 13px;
  opacity: 1;
  content: "/";
}
.introBlock .slickNums li.slick-active:before {
  opacity: 1;
  visibility: visible;
}

.introBlock .slickNums button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* ---------------------------------------------------------
11	 bannerBlockHolder
---------------------------------------------------------*/
.bannerBlockHolder {
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6e;
}

.bannerBlockHolder .align {
  min-height: 380px;
}

.bannerBlockHolder .holder {
  z-index: 2;
}

.bannerBlockHolder h1 {
  font-size: 30px;
  line-height: 35px;
  color: #333333;
/*  font-family: "Playfair Display", serif;*/
font-family: 'Alegreya SC', serif;
}

.bannerBlockHolder .title {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  letter-spacing: 2px;
}

.bannerBlockHolder .title:before {
  content: '';
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

.bannerBlockHolder .title:before {
  width: 5px;
  height: 16px;
}

.bannerBlockHolder .year {
  font-size: 40px;
  line-height: 45px;
  color: #555555;
}

.bannerBlockHolder .sub-title {
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  letter-spacing: 2px;
  font-weight: 500;
}

.bannerBlockHolder br {
  display: block;
}

.bannerBlockHolder .slick-prev,
.bannerBlockHolder .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.bannerBlockHolder .slick-next {
  margin-left: 109px;
}

.bannerBlockHolder .slickNavigatorsWrap,
.bannerBlockHolder .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.bannerBlockHolder .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.bannerBlockHolder .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.bannerBlockHolder .slickNums li:first-child {
  margin-left: 58px;
}

.bannerBlockHolder .slickNums li:last-child {
  display: block;
  padding-left: 22px;
  text-indent: 0;
}

.bannerBlockHolder .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal) "/";
  }

  .bannerBlockHolder .slickNums li.slick-active:before {
    opacity: 1;
    visibility: visible;
  }

  .bannerBlockHolder .slickNums button {
    padding: 0;
    background-color: transparent;
    border: 0;
  }

/* ---------------------------------------------------------
12	 heroBlockHolder
---------------------------------------------------------*/
.heroBlockHolder .containerHolder {
  max-width: 1390px;
}

.heroBlockHolder .containerHolder .coll-6 {
  width: 100%;
}

.heroBlockHolder .containerHolder .coll-6:first-child {
  width: 45%;
  z-index: 2;
  padding: 0;
  display: none;
}

.heroBlockHolder .title {
  font-size: 16px;
  line-height: 21px;
  color: #444444;
}

.heroBlockHolder .title:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.heroBlockHolder .title:before {
  width: 100px;
  height: 3px;
}

.heroBlockHolder .txtwrap {
  z-index: 1;
}

.heroBlockHolder .subTitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #666666;
}

.heroBlockHolder h1 {
  font-size: 35px;
  line-height: 40px;
  color: #333333;
}

.heroBlockHolder .slick-prev,
.heroBlockHolder .slick-next {
  font-size: 17px;
  line-height: 22px;
  color: #444444;
}

.heroBlockHolder .slick-next {
  margin-left: 109px;
}

.heroBlockHolder .slickNavigatorsWrap,
.heroBlockHolder .slickNums {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none !important;
  margin-left: auto;
}

.heroBlockHolder .slickNums {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  pointer-events: none;
  counter-reset: item;
}

.heroBlockHolder .slickNums li {
  pointer-events: auto;
  text-indent: -99999px;
  position: relative;
}

.heroBlockHolder .slickNums li:first-child {
  margin-left: 58px;
}

.heroBlockHolder .slickNums li:last-child {
  display: block;
  padding-left: 22px;
  text-indent: 0;
}

.heroBlockHolder .slickNums li:before {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-indent: 0;
  counter-increment: item;
  content: counters(item, ". ", decimal) "/";
  }

  .heroBlockHolder .slickNums li.slick-active:before {
    opacity: 1;
    visibility: visible;
  }

  .heroBlockHolder .slickNums button {
    padding: 0;
    background-color: transparent;
    border: 0;
  }

/* ---------------------------------------------------------
13	 introBannerHolder
---------------------------------------------------------*/
.introBannerHolder {
  min-height: 130px;
}

/* ---------------------------------------------------------
14	 breadCrumbs
---------------------------------------------------------*/
.breadCrumbs {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.breadCrumbs a {
  color: #707070;
  display: block;
}

/* ---------------------------------------------------------
15	 chooseUs-sec
---------------------------------------------------------*/
.chooseUs-sec .btnMore {
  color: #7C9645;
}

/* ---------------------------------------------------------
16	 chooseList
---------------------------------------------------------*/
.chooseList {
  color: #838383;
  margin: 0;
}

.chooseList .icon {
  font-size: 70px;
  line-height: 75px;
  color: #7C9645;
}
.chooseList-image {
  width: 100px;
  padding: 0 20px 0 0;
}
.chooseList-button p{
    margin: 30px 0 0 15px;
}

/* ---------------------------------------------------------
17	 featureCol
---------------------------------------------------------*/
.featureCol {
  width: 100%;
}

.featureCol:hover .postHoverLinskList {
  bottom: 20px;
}

.featureCol .title {
  font-size: 13px;
}

.featureCol .title a {
  color: #707070;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.featureCol .price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  color: #444444;
}

.featureCol .price del {
  font-size: 14px;
  line-height: 16px;
  color: #bebebe;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.featureCol .hotOffer {
  font-size: 14px;
  line-height: 16px;
  top: 11px;
  left: 4px;
  min-width: 50px;
  padding: 4px 5px 7px 2px;
  border-radius: 0 15px 15px 0;
  background: #f9861f;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.featureCol .hotOffer.green {
  background: #7C9645;
}

.featureCol .postHoverLinskList {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.featureCol .postHoverLinskList li {
  -webkit-box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 19px 6px rgba(0, 0, 0, 0.1);
}

.featureCol .postHoverLinskList li:first-child {
  border-radius: 20px 0 0 20px;
}

.featureCol .postHoverLinskList li:last-child {
  border-radius: 0 20px 20px 0;
}

.featureCol .postHoverLinskList a {
  padding: 8px;
  color: #444444;
  background: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.featureCol .postHoverLinskList a:hover {
  color: #fff;
}

/* ---------------------------------------------------------
18	 contactListColumn
---------------------------------------------------------*/
.contactListColumn {
  border-radius: 10px;
  height: 100%;
}

.contactListColumn .icon {
  font-size: 30px;
  line-height: 40px;
  color: #7C9645;
}

/* ---------------------------------------------------------
19	 comming-timer
---------------------------------------------------------*/
.comming-timer .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comming-timer .countdown-row .countdown-section {
  min-width: 30px;
  margin: 0 20px 0 0;
  position: relative;
}

.comming-timer .countdown-row .countdown-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  bottom: auto;
  left: auto;
}

.comming-timer .countdown-row .countdown-section:before {
  content: ":";
  font-size: 30px;
  line-height: 35px;
  color: #7C9645;
}

.comming-timer .countdown-row .countdown-section:last-child:before {
  display: none;
}

.comming-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 25px;
  line-height: 27px;
  color: #7C9645;
  font-weight: 700;
  background: none;
  border-top: none;
  display: block;
  padding: 0;
  border-bottom: none;
}

.comming-timer .countdown-row .countdown-section .countdown-amount:before {
  display: none;
}

.comming-timer .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
}

/* ---------------------------------------------------------
20	 dealSlider
---------------------------------------------------------*/
.dealSlider .slick-dots,
.aboutSlider .slick-dots{
  margin: 0;
  padding: 0;
  text-align: center;
}

.dealSlider .slick-dots li,
.aboutSlider .slick-dots li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.dealSlider .slick-dots .slick-active button:before,
.aboutSlider .slick-dots .slick-active button:before{
  opacity: 1;
  visibility: visible;
}

.dealSlider .slick-dots button,
.aboutSlider .slick-dots button{
  background: none;
  border-radius: 100%;
  outline: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  position: relative;
  display: block;
  background: #d1d1d1;
  border: none;
}

.dealSlider .slick-dots button:before,
.aboutSlider .slick-dots button:before{
  content: '';
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
}

.dealSlider .slick-dots button:before,
.aboutSlider .slick-dots button:before{
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #7C9645;
  padding: 5px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
21	 subscribeSecBlock
---------------------------------------------------------*/
.subscribeSecBlock {
  min-height: 330px;
  border-radius: 10px;
}

.subscribeSecBlock .emailForm1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control {
  width: 100%;
  height: 50px;
  background: #fff;
  margin: 0 0 20px;
  border-radius: 40px;
}

.subscribeSecBlock .emailForm1 .form-control::-webkit-input-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control::-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control:-moz-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control:-ms-input-placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .form-control.placeholder {
  color: #bebebe;
}

.subscribeSecBlock .emailForm1 .btn {
  border-radius: 40px !important;
}

/* ---------------------------------------------------------
22	 quotationBlock
---------------------------------------------------------*/
.quotationBlock {
  font-size: 16px;
  line-height: 1.4;
}

.quotationBlock q {
  padding: 0 20px;
  font-style: italic;
}

.quotationBlock q:after, .quotationBlock q:before {
  display: none;
}

.quotationBlock cite {
  font-style: normal;
}

.quotationBlock cite strong {
  font-size: 20px;
  line-height: 22px;
  color: #444444;
}

.quotationBlock cite span {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}

/* ---------------------------------------------------------
23	 masonryHolder
---------------------------------------------------------*/
.masonryHolder .grid-item {
  width: 100%;
  float: left;
}

.masonryHolder .grid-item.grid-item2 {
  width: 100%;
}

/* ---------------------------------------------------------
24	 itemCol
---------------------------------------------------------*/
.itemCol .hoverTextBlock {
  left: 20px;
  top: 20px;
}

.itemCol .hoverTextBlock .txt {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  word-spacing: 1px;
}

.itemCol .headingIV {
  font-size: 25px;
  line-height: 1.3;
  color: #353535;
}

.itemCol .headingIV a {
  color: #353535;
}

/* ---------------------------------------------------------
25	 testimonailSlider
---------------------------------------------------------*/
.testimonailSlider.slick2 .slick-dots {
  display: none !important;
}

.testimonailSlider .slide {
  padding: 0 20px;
}

.testimonailSlider .icon-qoute {
  font-size: 20px;
  line-height: 22px;
  color: #707070;
}

.testimonailSlider .title {
  font-size: 20px;
  line-height: 22px;
  color: #666666;
}

.testimonailSlider .desnation {
  font-size: 14px;
  line-height: 16px;
  color: #9f9f9f;
}

.testimonailSlider .slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}

.testimonailSlider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.testimonailSlider .slick-dots .slick-active button:before {
  opacity: 1;
  visibility: visible;
}

.testimonailSlider .slick-dots button {
  background: none;
  border-radius: 100%;
  outline: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  padding: 5px;
  position: relative;
  display: block;
  background: #d1d1d1;
  border: none;
}

.testimonailSlider .slick-dots button:before {
  content: '';
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
}

.testimonailSlider .slick-dots button:before {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #7C9645;
  padding: 5px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
26	 newsPostColumn
---------------------------------------------------------*/
.newsPostColumn {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.newsPostColumn:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.newsPostColumn .imgHolder {
  margin: 0 -10px;
}

.newsPostColumn .imgHolder .time {
  width: 50px;
  height: 50px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  left: 10px;
  top: 11px;
}

.newsPostColumn .imgHolder .time strong {
  font-size: 16px;
  line-height: 18px;
}

.newsPostColumn .postBy {
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  word-spacing: 2px;
}

.newsPostColumn .postBy a {
  color: #afafaf;
}

.newsPostColumn .headingV a {
  color: #444444;
}

/* ---------------------------------------------------------
27	 newsBlogColumn
---------------------------------------------------------*/
.newsBlogColumn .time {
  width: 110px;
  height: 50px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.newsBlogColumn .time strong {
  font-size: 16px;
  line-height: 18px;
}

.newsBlogColumn .postBy {
  font-size: 12px;
  line-height: 14px;
  color: #afafaf;
  word-spacing: 2px;
  border-bottom: 1px solid #ebebeb;
}

.newsBlogColumn .postBy a {
  color: #afafaf;
}

.newsBlogColumn .headingV a {
  color: #444444;
}

/* ---------------------------------------------------------
28	 discoverSecHolder
---------------------------------------------------------*/
.discoverSecHolder .rightAlign .title:before {
  right: auto;
  left: 0;
}

.discoverSecHolder .rightAlign .imgHolder .bdr {
  left: -40px;
  top: -30px;
}

.discoverSecHolder .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #555555;
  letter-spacing: 1px;
}

.discoverSecHolder .title:before {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 2px;
  left: auto;
}

.discoverSecHolder .title:before {
  width: 30px;
  height: 1px;
}

.discoverSecHolder .headingIV {
  color: #444444;
}

.discoverSecHolder .btn {
  border: 1px solid;
}

.discoverSecHolder .btn:hover {
  color: #fff;
}

.discoverSecHolder .imgHolder {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.discoverSecHolder .imgHolder .bdr {
  right: -40px;
  top: -30px;
  z-index: -1;
}

/* ---------------------------------------------------------
29	 partnerSlider
---------------------------------------------------------*/
.partnerSlider .logoColumn {
  width: 155px;
}

/* ---------------------------------------------------------
30	 widget
---------------------------------------------------------*/
.widget .searchForm {
  width: 100%;
  height: 40px;
}

.widget .searchForm .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  height: 40px;
  background: none;
  border-radius: 0;
  padding: 0 40px 5px 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

.widget .searchForm .form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.widget .searchForm .form-control:-moz-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

.widget .searchForm .form-control.placeholder {
  color: #b3b3b3;
}

.widget .searchForm button {
  font-size: 18px;
  line-height: 20px;
  color: #656565;
  right: 1px;
  top: 10px;
  background: none;
  border: none;
}

.widget .categoryList {
  line-height: 20px;
}

.widget .categoryList a {
  color: #707070;
}

.widget .categoryList .num {
  border-radius: 5px;
  padding: 0 13px;
}

.widget .filter-ranger-form .get-results-wrap {
  padding-top: 24px;
}

.widget .filter-ranger-form #demo {
  font-size: 12px;
  line-height: 1.33333;
}

.widget .filter-ranger-form .btn {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: top;
  min-width: 100px;
}

.widget .filter-ranger-form #amount {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}

.widget .recentListHolder .alignleft {
  width: 27%;
}

.widget .recentListHolder .description-wrap {
  width: 73%;
}

.widget .recentListHolder .headingVII {
  font-weight: 400;
}

.widget .recentListHolder .headingVII a {
  color: #707070;
  display: block;
}

.widget .recentListHolder .price {
  font-size: 15px;
  line-height: 17px;
  color: #27272f;
}

.widget .tagNavList {
  font-size: 14px;
  line-height: 16px;
}

.widget .tagNavList li {
  margin: 0 8px 10px 0;
}

.widget .tagNavList a {
  color: #707070;
  letter-spacing: 1px;
  padding: 7px 14px 9px 17px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.widget .tagNavList a:hover {
  color: #fff;
}

.widget .recentPostList a {
  color: #707070;
  letter-spacing: 1px;
  border-bottom: 1px solid #ebebeb;
}

.widget .archiveList a {
  color: #707070;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
31	 show-head
---------------------------------------------------------*/
.show-head .viewFilterLinks {
  font-size: 15px;
  line-height: 17px;
  color: #707070;
  width: 100%;
}

.show-head .viewFilterLinks li {
  letter-spacing: 1px;
}

.show-head .viewFilterLinks a {
  width: 40px;
  height: 40px;
  color: #707070;
  display: block;
  padding: 8px;
  border: 1px solid #ebebeb;
}

.show-head .viewFilterLinks a:hover {
  color: #fff;
}

.show-head .viewFilterLinks .fas {
  font-size: 20px;
  line-height: 22px;
}

.show-head .groupTitle {
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
}

.show-head .dropdown {
  width: 170px;
  height: 40px;
}

.show-head .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  width: 100%;
  height: 40px;
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 0 0 3px 8px;
  letter-spacing: 1px;
  background: none;
  border-radius: 5px;
}
.show-head .dropdown .dropdown-toggle:focus {
  outline: none;
}

.show-head .dropdown .dropdown-toggle:after {
  margin: 8px 8px 0 0;
  float: right;
}

.show-head .dropdown .dropdown-menu {
  margin: 0 0 0 -10px;
  padding: 0;
  width: 100%;
}

.show-head .dropdown .dropdown-menu a {
  padding: 4px 8px;
  color: #000;
  display: block;
  font-size: 13px;
}

.show-head .dropdown .dropdown-menu a:hover {
  color: #fff;
}

/* ---------------------------------------------------------
32	 pagination
---------------------------------------------------------*/

.pagination-wrapper .pagination {
  justify-content: center;
  margin: 20px 0 10px 0;
}
.pagination-wrapper .pagination .page-item {
  width: 36px;
  height: 36px;
  margin: 0 3px;
}
.pagination-wrapper .pagination .page-item .page-link {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none!important;
  box-shadow: none!important;
  color: #000;
  border: 1px solid #eee;
  border-radius: 4px;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  outline: none!important;
  box-shadow: none!important;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #7C9645;
  border-color: #7C9645;
  color: #fff;
}
.pagination-wrapper .pagination .page-item .page-link:hover {
  background-color: #eee;
}
.pagination-wrapper .pagination .page-item.active .page-link:hover {
  background-color: #7C9645;
}
/*.page-item:first-child .page-link {
  border-radius: 4px 0 0 4px;
}
.page-item:last-child .page-link {
  border-radius: 0 4px 4px 0;
}*/

/* ---------------------------------------------------------
33	 productTextHolder
---------------------------------------------------------*/
.productTextHolder h2 {
  font-size: 30px;
  line-height: 33px;
  color: #111;
  letter-spacing: 2px;
}

.productTextHolder .ratingList {
  font-size: 15px;
  line-height: 17px;
  color: #808086;
  letter-spacing: 1px;
}

.productTextHolder .ratingList a {
  color: #f9861f;
  display: block;
}

.productTextHolder .price {
  font-size: 28px;
  line-height: 30px;
}

.productTextHolder .productInfoDetail {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}

.productTextHolder .productInfoDetail span {
  font-weight: 600;
  color: #1d1d1d;
}

.productTextHolder .productInfoDetail a {
  color: #707070;
  word-spacing: -3px;
}

.productTextHolder .sizeList {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 1px;
}

.productTextHolder .sizeList [type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.productTextHolder .sizeList .fake-label {
  font-size: 14px;
  line-height: 16px;
}

.productTextHolder .sizeList .fake-input,
.productTextHolder .sizeList label {
  display: inline-block;
  vertical-align: middle;
}

.productTextHolder .sizeList label {
  padding-right: 5px;
}

.productTextHolder .sizeList .fake-input {
  width: 20px;
  height: 20px;
  background: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 1px;
  border-radius: 100%;
}

.productTextHolder .sizeList [type="checkbox"] + .fake-input:before {
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.productTextHolder .sizeList [type="checkbox"]:checked + .fake-input:before {
  opacity: 1;
}

.productTextHolder .sizeList input:disabled + .fake-input,
.productTextHolder .sizeList input:disabled ~ .fake-label {
  opacity: .5;
}

.productTextHolder .colorList {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 1px;
}

.productTextHolder .colorList a {
  width: 20px;
  height: 20px;
  display: block;
}

.productTextHolder .colorList .red {
  background: #ec2026;
}

.productTextHolder .colorList .yellow {
  background: #fdc135;
}

.productTextHolder .colorList .purple {
  background: #9a2f81;
}

.productTextHolder .jcf-number {
  overflow: hidden;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
}

.productTextHolder .jcf-number input {
  font-size: 18px;
  line-height: 20px;
  color: #707070;
  text-align: center;
  padding: 0;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #7C9645;
}

.productTextHolder .jcf-number .jcf-btn-inc,
.productTextHolder .jcf-number .jcf-btn-dec {
  width: 50px;
  height: 50px;
  background: none;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  text-indent: -9999px;
}

.productTextHolder .jcf-number .jcf-btn-inc:before,
.productTextHolder .jcf-number .jcf-btn-dec:before {
  top: 18px;
  left: 19px;
  background: none;
  border: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0;
  text-indent: 0;
}

.productTextHolder .jcf-number .jcf-btn-dec {
  left: 0;
  border-right: 1px solid #7C9645;
}

.productTextHolder .jcf-number .jcf-btn-dec:before {
  content: "\f068";
  display: block;
}

.productTextHolder .jcf-number .jcf-btn-inc {
  right: 0;
  border-left: 1px solid #7C9645;
}

.productTextHolder .jcf-number .jcf-btn-inc:before {
  content: "\f067";
  display: block;
}

.productTextHolder .socialNetwork {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  letter-spacing: 1px;
}

.productTextHolder .socialNetwork a {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
}

/* ---------------------------------------------------------
34	 tabSetList
---------------------------------------------------------*/
.tabSetList {
  font-size: 20px;
  line-height: 25px;
  color: #444454;
}

.tabSetList a {
  color: #444454;
  position: relative;
}

.tabSetList a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.tabSetList a:after {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
}

.tabSetList a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tabSetList a.active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------------------------------------------------------
35	 socialNetworkList
---------------------------------------------------------*/
.socialNetworkList {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  letter-spacing: 1px;
}

.socialNetworkList a {
  font-size: 16px;
  line-height: 18px;
  color: #707070;
}

/* ---------------------------------------------------------
36	 commentsBlock
---------------------------------------------------------*/
.commentsBlock .commentArea .img {
  width: 23%;
}

.commentsBlock .commentArea .txtHolder {
  width: 77%;
}

.commentsBlock .commentArea .commentDate {
  color: #b8b8b8;
  word-spacing: 2px;
}

.commentsBlock .commentArea .commentDate a {
  color: #444444;
}

/* ---------------------------------------------------------
37	 commentform
---------------------------------------------------------*/
.commentform .row1 {
  margin: 0 -15px;
}

.commentform .coll {
  width: 100%;
  padding: 0 15px;
}

.commentform .form-control {
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 17px;
  color: #b8b8b8;
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 9px 7px;
}

.commentform textarea {
  resize: none;
}

.commentform textarea.form-control {
  width: 100%;
  height: 200px;
}

/* ---------------------------------------------------------
38	 cartHolder
---------------------------------------------------------*/
.cartHolder .cartTable {
  min-width: 930px;
}

.cartHolder .cartTable th {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
  padding: 10px 0;
  letter-spacing: 1px;
}

.cartHolder .cartTable td {
  vertical-align: middle;
  letter-spacing: 1px;
}

.cartHolder .cartTable .jcf-number {
  overflow: hidden;
  height: 50px;
  margin: 0 20px 0 0;
}

.cartHolder .cartTable .jcf-number input {
  font-size: 20px;
  line-height: 22px;
  color: #707070;
  text-align: center;
  padding: 0;
  width: 150px;
  border: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc,
.cartHolder .cartTable .jcf-number .jcf-btn-dec {
  width: 50px;
  height: 50px;
  background: none;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  text-indent: -9999px;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:before,
.cartHolder .cartTable .jcf-number .jcf-btn-dec:before {
  top: 18px;
  left: 19px;
  background: none;
  border: none;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0;
  text-indent: 0;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec {
  left: 0;
  border-right: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec:before {
  content: "\f068";
  display: block;
}

.cartHolder .cartTable .jcf-number .jcf-btn-dec:hover:before {
  color: #fff;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc {
  right: 0;
  border-left: 1px solid #e1e1e1;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:before {
  content: "\f067";
  display: block;
}

.cartHolder .cartTable .jcf-number .jcf-btn-inc:hover:before {
  color: #fff;
}

.cartHolder .cartTable .imgHolder {
  width: 70px;
}

.cartHolder .cartTable .title a {
  color: #707070;
}

.cartHolder .cartTable .fas {
  color: #666666;
}

.cartHolder .cartForm label {
  color: #444444;
  letter-spacing: 1px;
}

.cartHolder .cartForm .form-control {
  width: 100%;
  height: 200px;
  color: #707070;
  border: 1px solid #ebebeb;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.cartHolder .couponForm .mt-holder {
  width: 100%;
}

.cartHolder .couponForm label {
  color: #444444;
  letter-spacing: 1px;
}

.cartHolder .couponForm .form-control {
  width: 100%;
  height: 50px;
  color: #707070;
  border: 1px solid #ebebeb;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* ---------------------------------------------------------
39	 abtSecHolder
---------------------------------------------------------*/
.abtSecHolder h2 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.abtSecHolder h2:before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.abtSecHolder h2:before {
  width: 70px;
  height: 1px;
  background: #7C9645;
}

/* ---------------------------------------------------------
40	 progressCounter
---------------------------------------------------------*/
.progressCounter li {
  min-width: 100%;
}

.progressCounter .counter {
  font-size: 50px;
  line-height: 52px;
  color: #333333;
}

.progressCounter .txtWrap {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ---------------------------------------------------------
41	 accordionList
---------------------------------------------------------*/
.accordionList .card {
  border: 1px solid #dddddd;
}

.accordionList .card-header {
  border: none;
  background: #fff;
  border-radius: 0;
}

.accordionList .btn-link {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

/* ---------------------------------------------------------
42	 teamBlock
---------------------------------------------------------*/
.teamBlock:hover .imgWrap:before,
.teamBlock:hover .socialNetworks {
  opacity: 1;
  visibility: visible;
}

.teamBlock .imgWrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teamBlock .imgWrap:before {
  opacity: 0;
  visibility: hidden;
  background: rgba(51, 51, 51, 0.8);
  -webkit-transition: opacity 0.35s linear, visibility 0.35s linear;
  -o-transition: opacity 0.35s linear, visibility 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear;
}

.teamBlock .socialNetworks {
  font-size: 14px;
  line-height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s linear, visibility 0.35s linear, -webkit-transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, -webkit-transform 0.35s linear;
  -o-transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear;
  transition: opacity 0.35s linear, visibility 0.35s linear, transform 0.35s linear, -webkit-transform 0.35s linear;
}

.teamBlock .socialNetworks li {
  margin-right: 17px;
  margin-left: 17px;
}

.teamBlock .socialNetworks a {
  color: #fff;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.teamBlock .socialNetworks a:hover {
  color: #7C9645;
}

.teamBlock .name {
  font-size: 15px;
  line-height: 17px;
  color: #333333;
}

.teamBlock .name a {
  color: #333333;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.teamBlock .name a:hover {
  color: #7C9645;
}

.teamBlock .desination {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  font-weight: 400;
}

/* ---------------------------------------------------------
43	 stepCol
---------------------------------------------------------*/
.stepCol {
  width: 100%;
  border-radius: 10px;
  align-items:center;
}

.stepCol .mainTitle {
  line-height: 19px;
  position: absolute;
  left: 20px;
  background: transparent;
  color: #7C9645;
  font-size: 28px;
  font-weight: 500;
  
  /*new*/
  font-size: 23px;
    font-weight: 300;
}
.stepCol .headingV {
  padding: 0 0 0 140px;
}


/* ---------------------------------------------------------
44	 contactListHolder
---------------------------------------------------------*/
.contactListHolder {
  font-size: 14px;
  line-height: 23px;
  color: #707070;
}

.contactListHolder li {
  min-width: 100%;
}

.contactListHolder a {
  color: #707070;
}

.contactListHolder .icon {
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
}

.contactListHolder .title {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

/* ---------------------------------------------------------
45	 mapHolder
---------------------------------------------------------*/
.mapHolder {
  height: 260px;
}

@media (min-width: 576px) {
  .mapHolder {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .mapHolder {
    height: 370px;
  }
 
}

@media (min-width: 992px) {
  .mapHolder {
    height: 420px;
  }
}

@media (min-width: 1170px) {
  .mapHolder {
    height: 500px;
  }
}

.mapHolder iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
46	 contactForm
---------------------------------------------------------*/
.contactForm .row1 {
  margin: 0 -15px;
}

.contactForm .coll {
  width: 100%;
  padding: 0 15px;
}

.contactForm .form-control {
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 15px;
  color: #484848;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 40px;
  padding: 9px 14px;
}

.contactForm textarea {
  resize: none;
}

.contactForm textarea.form-control {
  width: 100%;
  height: 227px;
  padding: 17px 14px;
}

#header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
#header .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
#header .headerHolderCol {
  background: #313538;
}

#header .headerHolderCol .tel {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
}

#header .headerHolderCol .tel .icon-call {
  font-size: 15px;
  line-height: 17px;
}

#header .headerHolderCol .txt {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

#header .headerHolder .logo {
  width: 125px;
}

#header .mainHolder .logo {
  width: 115px;
}

#header .h-logo {
  width: 100px;
}

.static-block {
  position: static;
}

.langList {
  font-size: 13px;
  line-height: 1.14286;
}

.langList > li {
  margin: 0 0 0 13px;
}

.langList > li:first-child {
  margin: 0;
}

.langList > li > a {
  color: #333333;
  border: none;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList > li > a:after {
  font-size: 15px;
  margin: 0 -2px 2px 3px;
  vertical-align: bottom;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList > li > a:hover {
  border: none;
}

.langList .icon-menu {
  font-size: 18px;
  line-height: 1.11111;
}

.langList .dropdown-menu {
  min-width: 120px;
  top: 30px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.langList .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  background: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langList .dropdown-menu .dropdown-item a {
  color: #444444;
}

.langList .dropdown-menu .dropdown-toggle:after {
  display: none;
}

.langListII {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
}

.langListII li {
  margin: 0 16px 0 0;
}

.langListII li.show a {
  background: none;
  border: none;
}

.langListII a {
  color: #fff;
  border: none;
  padding: 0;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langListII a:after {
  font-size: 13px;
  margin: 0 0 2px 5px;
  vertical-align: bottom;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.langListII a:hover {
  border: none;
}

.langListII .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.langListII .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  background: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pageNav1 {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  font-weight: 700;
  float: left;
}
.pageNav1 .navbar-nav li {
  margin: 0 10px;
}
.pageNav1 .navbar-nav li.dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.pageNav1 .navbar-nav .nLogo {
  display: none;
}

.pageNav1 .navbar-nav a {
  color: #333333;
  padding: 10px 15px;
  /*font-family: 'Alegreya SC', serif;*/
  background: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.pageNav1 .navbar-nav a:after {
  display: none;
}

.pageNav1 .navbar-nav .dropdown-menu {
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 234px;
  font-weight: 600;
  border-radius: 0;
  border-top: 2px solid #7C9645;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pageNav1 .navbar-nav .dropdown-menu a {
  color: #444444;
  display: block;
  padding: 10px 15px;
  margin: 0;
}

.pageNav1 .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}

.pageNav1 .navbar-toggle {
  padding: 8px;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 15px 0 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.pageNav1 .navbar-toggle:focus {
  outline: 0;
}

.pageNav1 .navbar-toggle:hover .icon-bar {
  background: #fff;
}

.pageNav1 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333333;
  border-radius: 1px;
}

.pageNav1 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.pageNav1 .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
}

.pageNav2 {
  font-size: 14px;
  line-height: 0.875;
  color: #333333;
  font-weight: 700;
  float: right;
}

.pageNav2 .navbar-nav li.dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.pageNav2 .navbar-nav .dropdown-menu {
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 234px;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
  border-top: 2px solid #7C9645;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.pageNav2 .navbar-nav .dropdown-menu a {
  color: #444444;
  display: block;
  padding: 10px 15px;
  margin: 0;
}

.pageNav2 .navbar-nav .dropdown-menu a:after {
  display: none;
}

.pageNav2 .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}

.pageNav2 .navbar-nav .active > a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pageNav2 .navbar-nav a {
  color: #333333;
  padding: 10px 15px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  cursor: pointer;
}

.pageNav2 .navbar-nav a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.pageNav2 .navbar-nav a:after {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: none;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
}

.pageNav2 .navbar-nav a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pageNav2 .navbar-toggle {
  padding: 8px;
  background: none;
  border: 1px solid #333333;
  border-radius: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.pageNav2 .navbar-toggle:focus {
  outline: 0;
}

.pageNav2 .navbar-toggle:hover .icon-bar {
  background: #fff;
}

.pageNav2 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #333333;
  border-radius: 1px;
}

.pageNav2 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.pageNav2 .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
}

.wishList {
  font-size: 18px;
  line-height: 1.11111;
  padding: 0 15px 0 0;
}

.wishList li {
  margin: 0 0 0 20px;
}

.wishList li:first-child {
  margin: 0;
}

.wishList a {
  color: #333333;
  border: none !important;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.wishList a .num {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 0.75px;
  color: #fff;
  background: #7C9645;
  padding: 7px 0 0 5px;
}

.wishList .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.wishList .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}

.wishListII {
  font-size: 19px;
  line-height: 21px;
}

.wishListII li {
  margin: 0 0 0 21px;
}

.wishListII a {
  color: #333333;
  border: none !important;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.wishListII a .num {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 0.75px;
  color: #fff;
  background: #7C9645;
  padding: 7px 0 0 5px;
}

.wishListII .dropdown-menu {
  min-width: 120px;
  top: 10px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 1px 18px 3px rgba(0, 0, 0, 0.2);
}

.wishListII .dropdown-menu .dropdown-item {
  font-size: 12px;
  line-height: 1.16667;
  color: #444444;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
}

/* ---------------------------------------------------------
39	 footerHolder
---------------------------------------------------------*/
.footerHolder .coll-1 {
  width: 100%;
}

.footerHolder .coll-2 {
  width: 100%;
}

.footerHolder .coll-3 {
  width: 100%;
}

.footerHolder .coll-4 {
  width: 100%;
}

.footerHolder .footerContactList {
  font-size: 15px;
  line-height: 17px;
  color: #444444;
}

.footerHolder .footerContactList .pr30 {
  padding-right: 0;
}

.footerHolder .footerContactList address {
  color: #444444;
}

.footerHolder .footerContactList a {
  color: #444444;
}

.footerHolder .footerContactList .icon {
  color: #444444;
}

.footerHolder .footerContactList .email .icon {
  font-size: 12px;
}

.footerHolder .followSocailNetwork {
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}

.footerHolder .followSocailNetwork a {
  color: #444444;
}

.footerHolder .footerNavList a {
  color: #444444;
}

.footerHolder .tagNavList {
  font-size: 14px;
  line-height: 16px;
}

.footerHolder .tagNavList li.mr2 {
  margin: 0 2px 0 0;
}

.footerHolder .tagNavList a {
  color: #444444;
  min-width: 100px;
  border: 1px solid #e0e0e0;
  transition: all 0.25s linear;
}

.footerHolder .tagNavList a:hover {
  color: #fff;
}

/* ---------------------------------------------------------
40	 copyRightHolder
---------------------------------------------------------*/
.copyRightHolder {
  border-top: 1px solid #d1d1d1;
}

.copyRightHolder.v-II {
  color: #fff;
  border-top: none;
}

.copyRightHolder.v-II p a {
  color: #fff;
}




/*----------------------------------------*/
/*    10 - Pages - Error
/*----------------------------------------*/
.error-area {
  margin-top: 94px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .error-area {
    margin-top: 74px;
    margin-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .error-area {
    margin-top: 44px;
    margin-bottom: 50px;
  }
}

.error_form {
  text-align: center;
}

.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: #7C9645;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 52px;
}

@media (max-width: 991px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}

@media (max-width: 479px) {
  .error_form h1 {
    font-size: 106px;
    line-height: 90px;
    letter-spacing: 4px;
    margin: 0 0 20px;
  }
}

.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 21px;
  }
}

.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}

.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #000000;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}

.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}

.error_form form button:hover {
  color: #7C9645;
}



.error_section {
  padding: 55px 0 70px;
}

@media (max-width: 991px) {
  .error_section {
    padding: 25px 0 70px;
  }
}

@media (max-width: 991px) {
  .error_section {
    padding: 14px 0 60px;
  }
}

/*404 page css end*/
/*----------------------------------------*/



/*--- CUSTOM STYLE ---*/

.text-primary {
  color: #7C9645!important;
}
.text-purple {
  color: #c163ae!important;
}
a.text-purple:hover {
  color: #7C9645!important;
}
a.text-primary:hover {
  color: #7C9645!important;
  opacity: .7;
}
a.text-primary {
  white-space: nowrap;
}
a.text-purple {
  white-space: nowrap;
}


.header-phone {
  /* margin: 10px 0 0 0; */
  font-weight: 500;
  color: #121212;
  white-space: nowrap;
  font-size: 16px;
}
.header-phone i {
  transform: rotate(90deg);
  color: #7C9645;
}
.header-cart-link {
  margin: 10px 0 0 0;
  font-weight: 500;
  color: #121212;
  white-space: nowrap;
  font-size: 14px;
}
.header-cart-link i {
  color: #7C9645;
}

.img-bordered {
  border-radius: 10px;
}

.category-products {
  margin: 0 -5px;
}


.product-card {
  padding: 0 5px;
  margin: 0 0 30px 0;
  width: calc(100% / 6);
  position: relative;
}
.category-products .product-card {
  width: calc(100% / 4);
  margin: 0 0 10px 0;
}
.product-card__inner {
  border: 1px solid #dee2e6;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: .3s ease;
}
.product-card__inner:hover {
/*  border-color: #7C9645;*/
box-shadow: 2px 2px 20px rgba(20,20,20,.1);
}
.product-card__favorite-label {
  line-height: 16px;
  top: 5px;
  left: 4px;
  min-width: 50px;
  padding: 4px 8px;
  border-radius: 7px;
  background: #c163ad;
  position: absolute;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.product-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.product-card__content {
  height: 124px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.product-card__title {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 1.1;
  color: #111;
  font-weight: 500;
  max-height: 30px;
  overflow: hidden;
  transition: .3s ease;
}
.product-card__inner:hover .product-card__title {
  color: #7C9645;
}
.product-card__desc {
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
  color: #444;
  font-weight: 400;
  padding: 0 22px 0 0;
}
.product-card__price {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #111;
  margin: auto 0 0 0;
  padding: 0 32px 0 0;
}
.product-card__price span {
  font-weight: 400;
  padding: 0 0 0 6px;
}
.product-card__form {
  position: absolute;
  right: 5px;
  bottom: 0;
  padding: 0 10px 10px 0;
  z-index: 1;
}
.product-card__form:hover ~ .product-card__inner {
  box-shadow: 2px 2px 20px rgba(20,20,20,.1);
}
.product-card__btn {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7C9645;
  border: 1px solid #7C9645;
  color: #fff;
  transition: .3s ease;
}
.product-card__btn:hover {
  background: #fff;
  color: #7C9645;
}
.product-card__btn-icon {
  font-size: 18px;
}


.product-card__favorite {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
}
.product-card__favorite:hover ~ .product-card__inner {
  box-shadow: 2px 2px 20px rgba(20,20,20,.1);
}
.product-card__favorite_btn {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7C9645;
  border: 1px solid #7C9645;
  color: #fff;
  transition: .3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.product-card__favorite_btn.product-card__favorite_remove {
  display: flex !important;
  background: #fff;
  color: #7C9645;
  z-index: 1;
}
.product-card__favorite_btn:hover {
  background: #96AA6A;
/*  color: #7C9645;*/
}
.product-card__favorite_btn.product-card__favorite_remove:hover {
  background: #E4E9D9;
}
.product-card__favorite-icon-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__favorite-icon {
  font-size: 18px;
}


.product-inner-btn {

}
.product-inner-btn .product-card__favorite {
  position: relative;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 250px;
  overflow: visible;
}
.product-inner-btn .product-card__favorite_btn {
  height: 100%;
  width: 100%;
  border-radius: 40px;
  padding: 0 15px;
  display: flex!important;
  align-items: center;
  justify-content: space-between;
}
.product-inner-btn .product-card__favorite-icon-wrap {
  width: 20px;
  height: auto;
}
.product-inner-btn .voted .product-card__favorite_btn.product-card__favorite_add {
  z-index: 0;
}
.product-inner-btn {

}
.product-inner-btn {

}
.img-bordered {
  border-radius: 10px;
}

.productSliderImage .slick-arrow {
  width: 40px;
  height: 40px;
  outline: none;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #7c9645;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  opacity: .5;
  transition: .3s ease;
}
.productSliderImage:hover .slick-arrow {
  background: #fff;
  opacity: 1;
}
.productSliderImage .slick-arrow:hover {
  opacity: 1;
  background: #E4E9D9;
}
.productSliderImage .slick-arrow img {
  width: 30px;
  height: 30px;
}
.productSliderImage .slick-arrow.slick-prev {
  left: 10px;
}
.productSliderImage .slick-arrow.slick-next {
  right: 10px;
}


.cust-category-grid-wrap {

}
.cust-category-grid-inner {
  display: grid;
  grid-template-areas:
  "a a b b c c" 
  "a a d d d d";
  grid-auto-columns: calc(100% / 6);
  grid-template-rows: 350px 300px;
}
.cust-category-grid-item {
  padding: 15px
}
.cust-category-grid-item-1 {
  grid-area: a;
}
.cust-category-grid-item-2 {
  grid-area: b;
}
.cust-category-grid-item-3 {
  grid-area: c;
}
.cust-category-grid-item-4 {
  grid-area: d;
}
.cust-category-grid-item-link {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 40px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.cust-category-grid-item-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cust-category-grid-item-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cust-category-grid-item-title {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  transition: .3s ease;
}
.cust-category-grid-item-link:hover .cust-category-grid-item-title {
  color: #7C9645;
}

.cta-block-w-back {
  background-attachment: fixed;
  background-position: center bottom;
  position: relative;
  box-shadow: inset 0px 0px 30px 10px rgba(20,20,20,.12);
}
.cta-block-w-back::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
}

.text_page{
  margin-top:60px;
}
.text_page p{
    font-size: 18px;
}
.postavki_block img{
    width:100%;
}
.postavki_block ul li{
    font-size:18px;
}

.sidebar-filters-header {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
}
.sidebar-widget {
  margin-bottom: 0px;
  transition: .3s ease;
}
.sidebar-widget.active {
  margin-bottom: 30px;
}
.sidebar-widget-header {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.sidebar-widget-header::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 13px;
  height: 2px;
  background: #999;
  border-radius: 2px;
  transition: .3s ease;
}
.sidebar-widget-header::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 13px;
  height: 2px;
  background: #999;
  border-radius: 2px;
  transition: .3s ease;
  transform: rotate(90deg);
  opacity: 1;
}
.sidebar-widget.active .sidebar-widget-header::before {
  transform: rotate(180deg);
}
.sidebar-widget.active .sidebar-widget-header::after {
  transform: rotate(180deg);
  opacity: 0;
}


.sidebar-widget-category {

}
.sidebar-widget-category-item {
  padding: 1px 0;
}
.sidebar-widget-category-link {
  font-size: 15px;
  line-height: 1.3;
  color: #111;
  font-weight: 400;
  transition: .3s ease;
}
.sidebar-widget-category-link:hover {
  color: #7C9645;
}
.sidebar-widget-category-link.active {
  color: #7C9645;
  font-weight: 500;
}

.sidebar-widget-checkboxes {
  padding: 0;
  list-style: none;
  margin: 0;
}
.filter-checkbox__item {
  position: relative;
}
.filter-checkbox__item input {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.filter-checkbox__item label {
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 5px 15px 5px 30px;
  font-weight: 400;
  color: #111;
  cursor: pointer;
  line-height: 1.3;
}
.filter-checkbox__item label::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #CCC;
  border-radius: 2px;
  content: '';
  transition: .3s;
}

.filter-checkbox__item label::after {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: '';
  background: url('../icons/check.svg');
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  opacity: 0;
  width: 15px;
  text-align: center;
  transition: .3s;
  background-size: 22px 22px;
  background-position: center center;
  width: 18px;
  height: 18px;
}

.filter-checkbox__item input:checked ~ label::before {
  border-color: #7C9645;
}

.filter-checkbox__item input:checked ~ label::after {
  opacity: 1;
}

.filter-checkbox__item-sort {
  position: relative;
}
.filter-checkbox__item-sort .custom-sort {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 5px 15px 5px 30px;
  font-weight: 400;
  color: #111;
  cursor: pointer;
  line-height: 1.3;
}
.filter-checkbox__item-sort .custom-sort::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #CCC;
  border-radius: 2px;
  content: '';
  transition: .3s;
}
.filter-checkbox__item-sort .custom-sort::after {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: '';
  background: url('../icons/check.svg');
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  opacity: 0;
  width: 15px;
  text-align: center;
  transition: .3s;
  background-size: 22px 22px;
  background-position: center center;
  width: 18px;
  height: 18px;
}
.filter-checkbox__item-sort .custom-sort.active {

}
.filter-checkbox__item-sort .custom-sort.active::before {
  border-color: #7C9645;
}
.filter-checkbox__item-sort .custom-sort.active::after {
  opacity: 1;
}


.sidebar-widget-prices {
  padding: 0 10px;
  list-style: none;
  margin: 0;
}
.mse2_number_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.mse2_number_inputs .form-group {
  width: calc(50% - 5px);
  margin: 0;
}
.mse2_number_inputs .form-group label {
  margin: 0;
}
.mse2_number_inputs .form-group input.form-control {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dee2e6;
  color: #111;
  font-weight: 400;
  line-height: 1.3;
} 
.mse2_number_inputs .form-group input.form-control:focus {
  box-shadow: none;
  border-color: #7C9645;
}

.reser-btn-wrap .btn {
  padding: 0;
  margin: 20px 0 10px;
  font-weight: 400;
  text-decoration: underline;
  color: #111;
  opacity: .4;
  font-size: 15px;
  transition: .3s ease;
}
.reser-btn-wrap .btn:hover {
  opacity: 1;
  color: #7C9645;
}


/*-----coops_block-------*/
.cooperation_title{
  font-size: 26px;
  margin-bottom: 55px;
  text-align: center;
}
.coops__block {
  margin-bottom: 80px;
}

.coops__block_image {
  margin-bottom: 15px;
  margin-left: 70px;
}

.coops__block_infoblock {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.coops__block_desc {
  padding-left: 23px;
  font: 16px;
  color: #333;
  margin: auto 0;
}

.coops__block_counter {
  font-size: 60px;
  color: #333;
}

.coops__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coops__action_trigger {
  height: 58px;
  border: 2px solid #8fb438;
  background-color: #8fb438;
  color: #fff;
  text-transform: none;
  font-size: 18px;
  -webkit-transition: background-color 200ms, color 200ms, border-color 200ms;
  transition: background-color 200ms, color 200ms, border-color 200ms;
}

.coops__action_trigger:hover {
  background-color: rgba(143,180,56,0.8);
  border-color: rgba(143,180,56,0.8);
}

.coops__action_trigger:not(:first-child) {
  margin-left: 9px;
  background-color: #fff;
  color: #333;
}

.coops__action_trigger:not(:first-child):hover {
  background-color: #8fb438;
  color: #fff;
}


/*-----coops_block----*/
/*-------end-------*/
.payment_title{
    font-size: 20px;
    line-height: 25px;
    color:#fff;
}
.payment_block li{
  list-style-type: disc;
  margin: 15px 0;
  font-size: 18px;
}
.payment_block li::marker,
.postavki_block li::marker{
  color:#7C9645;
}
.breadcrumbs_page{
  margin-top:100px;
}
.contact_form{
  font-size:30px;
}
.services_img{
  width: 48px;
  object-fit: contain;
}
.text_page img{
  border-radius:10px;
}
.application_text{
  font-size: 45px;
  font-weight: 600;
  color: #7e984d;
}
.thank_you_text{
  font-size:23px;
}
.question_text{
    font-weight: 600;
}

/*------cookie-----*/
.modal-cookie{
  position:fixed;
  bottom:20px;
  background:#fff;
  width:98%;max-width:1600px;
  left:50%;transform:translateX(-50%);
  box-shadow:0 5px 25px rgba(35,31,32,.22);
  border-radius:8px;padding:10px 25px;
  z-index:9999;
}
.modal-cookie__inner{
  display:flex;
  align-items:center;
}
.modal-cookie__text{
  margin:0;
  font-size:15px;
}
.modal-cookie__text a{
  text-decoration:underline;
}
.btn.modal-cookie__btn{
  margin:0 -15px 0 25px;
  width:130px;
  min-width:130px;
  padding:0;
  height:45px;
  line-height:40px;
  text-align:center;
  border-color: #7e984d;
}
.action-item {

}
.action-item img {
  border-radius: 10px; 
}

.product-inner-price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
  margin: 0;
  padding: 0 42px 0 0;
}
.product-inner-price span {
  font-weight: 400;
  padding: 0 0 0 10px;
}

.cat_plantation{
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: .3s ease;
    padding: 15px;
    margin-bottom: 15px;
}
.cat_plantation:hover {
box-shadow: 2px 2px 20px rgba(20,20,20,.1);
}
.cat_plantation a{
    display:flex;
    color: #444444;
}
.cat_plantation img{
    width: 40px;
    height:fit-content;
    margin-right: 10px;
    top: 10px;
    position: relative;
}
.cat_plantation p{
    margin-bottom:0px;
    font-size: 18px;
}
.cat_plantation span{
    color:#BD3826;
    font-size: 15px;
    text-transform: uppercase;
}
.plantation_title{
    font-size: 23px!important;
}
.plant_card{
    background: #f4f4f4;
}
.plant_card img{
    position: absolute;
    width: 100px;
    height: auto;
    right: 15px;
    bottom: 15px;
}
.nindex{
  display: none;
}


.backcall-fixed-btn {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 999;
}
.backcall-fixed-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#7C9645 40%, #fff0);
  z-index: 1;
  opacity: .85;
  transform: scale(0.9);
  border-radius: 50%;
  box-shadow: 0 0 5px 1px #7C9645;
  animation: 1.6s backcall-pulse infinite;
}
@keyframes backcall-pulse {
    0% {opacity: .85;transform: scale(0.9);}
    100% {opacity: .0;transform: scale(1.75);}
}
.backcall-fixed-btn.active::before {
  opacity: .0!important;
}
.backcall-main-btn {
  background: #7C9645;
  box-shadow: 3px 5px 15px #4b111035;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
  position: relative;
  transition: .3s ease;
}
.backcall-main-btn:hover {
  cursor: pointer;
  background: #7C9645;
}
.backcall-fixed-btn.active .backcall-main-btn {
  background: #7C9645;
}
.backcall-main-btn svg {
  width: 30px;
  height: 30px;
}
.backcall-inner-wrap {
  position: absolute;
  top: -330px;
  width: max-content;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: .4s ease;
}
.backcall-inner-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  transition: .4s ease;
}
.backcall-inner-item-text {
  background: #383A51;
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
  opacity: 1;
  visibility: visible;
  transition: .4s ease;
  white-space: nowrap;
}
.backcall-inner-item-text p {
  margin: 0;
}
.backcall-inner-item-link {
  background: #fff;
  box-shadow: 3px 5px 15px #44444435;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  order: 1;
  margin-left: 20px;
  transition: .3s ease;
}
.backcall-inner-item-link:hover {
  margin-left: 10px;
}
.backcall-inner-item-link svg {
  width: 30px;
  height: 30px;
}
.backcall-inner-item-link.backcall-inner-item-link-whatsapp {
  background: #37C263;
  box-shadow: 3px 5px 15px #154A2635;
}
.backcall-inner-item-link.backcall-inner-item-link-whatsapp:hover {
  color: #fff;
  background: #2EA554;
}
.backcall-inner-item-link.backcall-inner-item-link-telegram {
  background: #fff;
  color: #16ABF2;
  box-shadow: 3px 5px 15px #0E364A35;
}
.backcall-inner-item-link.backcall-inner-item-link-telegram:hover {
  background: #fff;
  color: #1493CF;
}
.backcall-inner-item-link.backcall-inner-item-link-telegram svg {
  width: 50px;
  height: 50px;
}

.backcall-inner-item-link.backcall-inner-item-link-phone {
  background: #7f35dc;
  color: #FFF;
  box-shadow: 3px 5px 15px #0E364A35;
}
.backcall-inner-item-link.backcall-inner-item-link-phone:hover {
  background: #6b2bba;
  color: #FFF;
  cursor: pointer;
}
.backcall-inner-item-link.backcall-inner-item-link-phone svg {
  width: 25px;
  height: 25px;
}

.backcall-inner-item-link.backcall-inner-item-link-email {
  background: #005FF8;
  color: #FFF;
  box-shadow: 3px 5px 15px #0E364A35;
}
.backcall-inner-item-link.backcall-inner-item-link-email:hover {
  background: #024FCD;
  color: #FFF;
  cursor: pointer;
}
.backcall-inner-item-link.backcall-inner-item-link-email svg {
  width: 25px;
  height: 25px;
}

.backcall-inner-wrap.backcall-inner-wrap-hide {
  top: 15px;
  opacity: 0;
  visibility: hidden;
}
.backcall-inner-wrap.backcall-inner-wrap-hide .backcall-inner-item {
  margin-bottom: -50px;
}
.backcall-inner-wrap.backcall-inner-wrap-hide .backcall-inner-item:last-child {
  margin-bottom: 0px;
}
.backcall-inner-item-text.backcall-inner-item-text-hide {
  opacity: 0;
  visibility: hidden;
}
.violet_background{
    background-color: #8d3b7c;
}
.get_price{
    justify-content: center!important;
    background-color: #c163ad;
    border: 1px solid #c163ad;
    cursor: pointer;
}
.get_price:hover{
    background-color: #cb89bd;
}
.modal {
    background-image: url(/assets/images/tulip_bg5.jpg)!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
	max-width: 480px!important;
	border-radius: 15px;
	height:auto;
	color:#000;
	position: relative;
}
.modal::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(126 152 77 / 33%);
}
.modal a {
    color: #fff;
    text-decoration: revert;
}
.modal * {
    position: relative;
    z-index: 1;
}
.tulip_order{
    position:fixed;
  top:10%;
  background:#fff;
  width:30%;
  left:50%;transform:translateX(-50%);
  box-shadow:0 5px 25px rgba(35,31,32,.22);
  border-radius:8px;
  padding: 25px 45px;
  z-index:9999;
}
.tulip_info{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #8D3B7C;
    color: #fff;
    padding: 20px 25px;
    z-index:1000;
    font-size: 18px;
    font-weight: 500;
    
    padding: 20px 20px 20px 100px;
    overflow: hidden;
    background-color: #f2c553;
    border-radius: 10px 10px 10px 0;
    box-shadow: 2px 2px 20px rgba(20,20,20,.1);
}
.tulip_info-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tulip_info-back img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: left top;
    position: relative;
}
.tulip_info .tulip_info-text {
    text-shadow: 1px 1px 2px #8a367ad6;
    font-size: 1.45rem;
    line-height: 110%;
    text-align: left;
}
.tulip_info p a{
    font-size: 14px;
}
.tulip_info p .underline{
    text-decoration:underline;
}
.modal .politic-text {
    line-height: 1.2;
    font-weight: 300;
    opacity: .7;
}
.modal .contactForm .form-control {
    color: #fff;
}
.modal .contactForm .form-control::-webkit-input-placeholder {
    color: #fff;
}
.modal .contactForm .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.modal .contactForm .form-control:-moz-placeholder {
    color: #fff;
}
.modal .contactForm .form-control:-ms-input-placeholder {
    color: #fff;
}
.modal .contactForm .form-control.placeholder {
    color: #fff;
}
#close_tulip{
    position: absolute;
    font-size: 20px;
    top: 15px;
    right: 20px;
    color:#fff!important;
    outline: none !important;
    z-index:10;
}

#modal-ordertulip .fancybox-button{
    display:none;
}
#modal-ordertulip p{
    margin-bottom:7px;
    line-height: 21px;
}
#modal-ordertulip a{
    color:#000;
}
.hide_on_mob{
    display:block;
}
.hide_on_pk {
    display:none;
}
#modal-ordertulip.fancybox-content{
    padding:0;
    background:none;
}
.modal_content{
    padding: 25px;
}
.modal_card{
    border-radius: 10px;
    box-shadow: 3px 3px 15px #c3c3c3;
    padding: 15px 0;
    margin: 0;
}
#modal-ordertulip.modal{
    background-image: none!important;
} 
#modal-ordertulip .payment_title{
    color: #7C9645;
}
#modal-ordertulip.modal::before {
    background: #fff;
}
@media screen and (max-width: 767px) {
    .hide_on_mob{
        display:none;
    }
    .hide_on_pk{
        display:block;
    }
    .modal_card{
        padding-top:0;
    }
    .modal_card img{
        border-radius: 10px 10px 0 0;
        margin-bottom:5px;
    }
    .modal_card .m-auto{
        padding:0;
    }
}
@media screen and (max-width: 600px) {
.modal_content{
    padding: 15px;
}
#modal-ordertulip p {
    margin-bottom: 4px;
}
#modal-ordertulip .payment_title {
    font-size: 19px;
}

}

/*----Gallery----*/

.work-gallery-wrap {
    display: grid;
    grid-auto-columns: 25%;
    grid-template-columns: 25% 25% 25% 25%;
    padding-left: 12px;
    padding-right: 12px;
}

.work-gallery-item {
    margin: 3px;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.work-gallery-item a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.work-gallery-item_catalog {
    height: fit-content;
}
.work-gallery-item_catalog img {
    aspect-ratio: 6/5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-gallery-item a:hover .cust-zoom-btn {
    opacity: 1;
}
.work-gallery-item_vk .cust-zoom-btn {
    background-color: #4169E1!important;
}
.work-gallery-item_vk .cust-zoom-btn img {
    transform: scale(1.3) translateY(-1px);
}
.work-gallery-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 10px 10px 10px;
    background: linear-gradient(0deg, rgba(65,105,225,1) 50%, rgba(255,255,255,0) 100%);
}
.work-gallery-item__title {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.1;
    font-weight: 500;
    color: var(--white);
    padding: 0;
}
.work-gallery-item__btn {
    font-size: 16px;
    padding: 4px 22px;
    font-weight: 600;
    width: 100%;
    background: #4169e1;
    border-color: var(--white);
    color: var(--white);
}
.work-gallery-item_vk:hover .work-gallery-item__btn {
    background: var(--white);
    border-color: var(--white);
    color: #4169e1;
}

@media screen and (max-width: 450px) {
    .work-gallery-item__title {
        margin: 0;
        font-size: 12px;
    }
    .work-gallery-item__btn {
        display: none;
    }
}

.cust-zoom-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #7e984d !important;
    padding: 7px;
    border-radius: 10px;
    transition: .3s ease;
    opacity: 0;
}
.cust-zoom-btn img {
    height: 100%!important;
    width: 100%!important;
    border-radius: 0!important;
    margin: 0!important;
}
.owl-collection-gallery.owl-carousel.owl-drag .owl-item .cust-zoom-btn {
    margin-top: 1vw;
}
.owl-collection-gallery.owl-carousel.owl-drag .owl-item.center .cust-zoom-btn {
    margin-top: 0;
}

/*------Galley end------*/
.cust-video-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    padding: 7px;
    border-radius: 20px;
    transition: .3s ease;
    opacity: 1;
}
.postavki_item .product-card{
    width: calc(100% / 4);
    margin: 0 0 10px 0;
}
.postavki_item .product-card .product-card__title{
    font-size:15px;
    padding-top: 10px;
    margin-bottom: 0;
}
.postavki_item .product-card .product-card__desc{
    font-size:13px;
    padding-top: 5px;
}
.postavki_item .product-card .product-card__content{
    height:155px;
}
.postavki_text ul li::marker {
    color: #7C9645;
}
.postavki_text ul li{
    margin:5px 0;
}
.postavki_text table{
    margin: 15px 0;
}
.postavki_text table td,
.postavki_text table th{
    border: 1px solid #7e984d;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
}


.block-with-back {
  position: relative;
  height: fit-content;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 15px;
  padding: 60px 30px;
}
.block-with-back__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-with-back__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-with-back__text {
  position: relative;
}
.offer_block h3{
    color:#fff;
    text-shadow: 1px 1px 2px #8a367ad6;
}
.offer_block p{
    font-size:18px;
    color:#fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px #8a367ad6;
}
.subtitle_slider{
    font-size: 26px;
}
.form_block, 
.form_block .headingIV{
    color:#fff;
}
.form_block .form-group{
    width:300px!important;
}
.form_block .d-flex{
    justify-content: center;
}
.form_block .btn{
    height: 50px;
    border-radius: 40px;
}
.dealSecHolder .dealSlider .slick-list{
    justify-content: center;
    display: grid;
}
.services_block{
    justify-content:center;
}

.slick-prev{
    position: absolute;
    top: 50%;
    left:-45px;
    color: #7e984d;
    background: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    box-shadow: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next{
    position: absolute;
    top: 50%;
    right:-45px;
    color: #7e984d;
    background: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    box-shadow: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:focus,
.slick-next:focus{
    outline: none;
}
.slick-prev:hover,
.slick-next:hover
    {opacity: .5;}

.slick-prev:before {
    content: url('../icons/arrow-left2.svg');
}

.slick-next:before {
    content: url('../icons/arrow-right.svg');
}
.how_work__block{
    background: #f6f6f6;
    padding: 25px 50px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 8px 0px rgba(34, 60, 80, 0.2);
}
.how_work__block .col-12{
    border-radius: 0;
    border-top: 1px solid #7e984d36;
    padding: 0 10px 0 0;
}
.how_work__block .col-12:first-of-type{
    border-top:none;
}
.cat_top_text{
    font-size:18px;
    text-align:center;
}
.cat_top_text p{
    margin-bottom:5px;
    font-weight: 500;
}
.how_it_works_item p{
    font-size:15px;
} 






.btn_call_bottom {display:none;}


@media (min-width: 992px) {
  .favorites_page .category-products .product-card {
    width: calc(100% / 4);
  }
}
@media (min-width: 1170px) {
  .favorites_page .category-products .product-card {
    width: calc(100% / 5);
  }
}

@media (max-width: 1170px) {
  .category-products .product-card {
    width: calc(100% / 3);
  }
  .postavki_item .product-card{
    width: calc(100% / 3);
  }
}

@media (max-width: 992px) {
  .pageNav1 .navbar-collapse {
    box-shadow: 0px 20px 30px rgba(20,20,20,.06);
    border-bottom: 1px solid #ccc;
  }
  .nindex{
  display: block;
}
.work-gallery-wrap {
    display: grid;
    grid-auto-columns: 50%;
    grid-template-columns: 50% 50%;
}
  .postavki_item .product-card{
    width: calc(100% / 2);
  }
.tulip_info{
    display:none;
}
.btn_call_bottom{
    display:block;
    position: fixed;
    bottom: 60px;
    left: 15px;
    z-index:10;
}
.backcall-fixed-btn{
    right: 55px;
    bottom: 40px;
}
}
@media (max-width: 767px) {
  .modal-cookie{
    bottom:1%;
  }
  .coops__block {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coops__block_infoblock {
    max-width: 320px;
    width: 100%;
  }

  .coops__block_image {
    margin-left: 0;
  }

  .coops__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coops__action_trigger:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
  .breadCrumbs {
    flex-wrap: wrap;
    font-size: 12px;  
  }
  .category-products .product-card {
    width: calc(100% / 2);
  }
  .postavki_item .product-card .product-card__content{
      height:155px;
  }
  .stepCol .headingV {
    padding: 0 0 0 60px;
}
}
@media screen and (max-width:576px){
  .modal{
    padding:30px 20px;
  }
  .modal-cookie__inner{
    flex-direction:column;
  }
  .btn.modal-cookie__btn{
    margin:10px 0 0;
    width:100%;
  }
  .modal-cookie{
    bottom:0;
    left:0;
    transform:none;
    width:100%;
    padding:10px 15px;
  }
  .cust-category-grid-item-back img {
    object-position: center 40%;
  }
  .contact_form {
    font-size: 18px;
  }
  .work-gallery-wrap {
    display: grid;
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
    }
    .postavki_item .product-card .product-card__content {
        height: 185px;
    }
    .tulip_info {
        right:0;
        left:auto;
    }
    .tulip_info p{
        font-size:13px;
        margin-bottom: 5px;
    }
    .slick-initialized .slick-slide{
        padding:5px;
    }
    .slick-prev{
        left:-10px;
    }
    .slick-next{
        right:-10px;
    }
    .how_work__block{
        margin:0 15px;
        padding: 25px 20px;
    }
    .block-with-back {
        padding: 50px 5px;
    }
}
@media (max-width: 450px) {
  .category-products {
    margin: 0 -2px;
  }
  .category-products .product-card {
    padding: 0 2px;
    margin: 0 0 4px 0;
  }
  .product-card__title {
    font-size: 12px;
  }
  .product-card__desc {
    font-size: 10px;
    padding: 0;
  }
  .product-card__price {
    font-size: 12px;
  }
  .product-card__price span {
    padding: 0 0 0 4px;
  }
  .product-card__form {
    right: 6px;
    bottom: 4px;
    padding: 0;
  }
  .product-card__btn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .product-card__btn-icon {
    font-size: 16px;
  }
  .sidebar-filters-header {
    display: none;
  }
  .reser-btn-wrap .btn {
    margin: 0;
    font-size: 13px;
  }
  .breadcrumbs_page {
    margin-top: 70px;
  }
  .introBlock {
    padding-top: 70px;
  }
  .backcall-fixed-btn{
     right: 15px;
  }
  .postavki_item .product-card{
    width: calc(100%);
    margin:0 15px;
  }
  .postavki_item .product-card .product-card__content {
    height: max-content;
}
.text_page .row.postavki_item{
    justify-content: center;
}
.postavki_text table{
    width:100%;
}
.postavki_text table td {
    padding: 5px 8px;
    font-size: 12px;
}
.plantation_title{
    width:85%;
}
}



@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  html, body{
    height: 297mm;
    width: 210mm;
  }
  @page {
    margin: 10mm;
  }
  body {
    font-size: 14px;
  }
  header {
    border-bottom: 2px solid #eee;
  }
  footer {
    border-top: 2px solid #eee!important;
  }
  a:after{
    content: "" !important;
  }
  .footerHolder > div > div:nth-child(2),
  .footerHolder > div > div:nth-child(3),
  .footerHolder > div > div:nth-child(4),
  .breadCrumbs,
  .product-card__favorite,
  #footer,
  #favorites_print {
    display: none!important;
  }
  #header .mainHolder .logo {
    margin: 0!important;
    transform: none!important;
  }
  .favorites_page > div {
    padding-bottom: 0!important;
  }
  .product-card__inner {
    text-decoration: none !important;
    border: 1px solid #555!important;
  }
  .header-phone {
    display: block!important;
  }
  #header > div {
    justify-content: space-between;
  }
  #header > div > div:nth-child(1) {
    width: 200px;
    flex: 0 0 200px;
    display: flex !important;
  }
  #header > div > div:nth-child(3) {
    width: 200px;
    flex: 0 0 200px;
  }
  .favorites_page .category-products .product-card {
    width: 63mm;
  }
  .introBannerHolder {
    min-height: 40px!important;
  }
  .introBannerHolder > div > div > div {
    padding: 0!important;
  }
  .product-card__favorite-label {
    background: #fff!important;
    border: 1px solid #555!important;
  }
  
  
}