/*header,footer,body*/

/*functions*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body .panelMenuCategoryMob {
  margin-top: 100px;
  margin-bottom: -100px;
  font-family: 'Open Sans Hebrew', sans-serif;
}
body .panelMenuCategoryMob .panel {
  border: none;
  margin: 0;
}
body .panelMenuCategoryMob .panel .panel-heading {
  background: #1e1e1e;
  color: white;
  padding: 15px;
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title {
  position: relative;
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat {
  width: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  top: 2px;
  left: 5px;
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  -o-transform: rotate(540deg);
  transform: rotate(540deg);
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  transform: rotate(450deg);
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat.xClose span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
body .panelMenuCategoryMob .panel .panel-heading .panel-title #plusCat.xClose span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body .panelMenuCategoryMob .panel #menuMobCat {
  background: #1e1e1e;
}
body .panelMenuCategoryMob .panel #menuMobCat .panel-body {
  padding: 5px 15px;
}
body .panelMenuCategoryMob .panel #menuMobCat .panel-body .listOptions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .panelMenuCategoryMob .panel #menuMobCat .panel-body .listOptions li {
  padding: 5px 0;
}
body .panelMenuCategoryMob .panel #menuMobCat .panel-body .listOptions li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
body .carouselImages {
  margin-top: 110px;
}
body .carouselImages .slickImagesCrazyCarousel {
  direction: ltr;
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel {
  direction: rtl;
  height: 460px;
  outline: none;
  background-size: cover;
  background-position: center;
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid {
  max-width: 1200px;
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText {
  position: relative;
  height: 460px;
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro {
  color: black;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: right;
  margin: 0 auto;
  padding: 10px;
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro .titleItem {
  font-size: 60px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Open Sans Hebrew Condensed', sans-serif;
}
@media only screen and (max-width: 991px) {
  body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro .titleItem {
    padding: 0 30px;
    font-size: 32px;
  }
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro .paragraphItem {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro .paragraphItem {
    padding: 0 25px;
    font-size: 20px;
  }
}
body .carouselImages .slickImagesCrazyCarousel .itemCarousel .container-fluid .row .blockText .blockIntro .buttonItem {
  font-size: 18px;
  font-weight: bold;
  color: #3270b9;
  background: #0044f0;
  padding: 10px 65px;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Assistant', sans-serif;
  border: 2px solid #146ed6;
}
body .carouselImages .slickImagesCrazyCarousel .slick-dots {
  height: auto;
  width: auto;
  position: absolute;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 50% !important;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px !important;
  bottom: inherit;
}
body .carouselImages .slickImagesCrazyCarousel .slick-dots li {
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
  display: block;
}
body .carouselImages .slickImagesCrazyCarousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: transparent;
  outline: none;
  background: transparent;
}
body .carouselImages .slickImagesCrazyCarousel .slick-dots li button:before {
  font-size: 8px;
  color: white;
  opacity: 0.5;
  width: 22px;
  height: 22px;
  padding: 0px;
  border-radius: 100%;
  border-color: transparent;
}
body .carouselImages .slickImagesCrazyCarousel .slick-dots li.slick-active button:before {
  color: white !important;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 1 !important;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: border-top-color 1s linear, border-right-color 1s linear 0.1s, border-bottom-color 1s linear 0.2s, border-left-color 1s linear 0.3s;
  -ms-transition: border-top-color 1s linear, border-right-color 1s linear 0.1s, border-bottom-color 1s linear 0.2s, border-left-color 1s linear 0.3s;
  -moz-transition: border-top-color 1s linear, border-right-color 1s linear 0.1s, border-bottom-color 1s linear 0.2s, border-left-color 1s linear 0.3s;
  -o-transition: border-top-color 1s linear, border-right-color 1s linear 0.1s, border-bottom-color 1s linear 0.2s, border-left-color 1s linear 0.3s;
  transition: border-top-color 1s linear, border-right-color 1s linear 0.1s, border-bottom-color 1s linear 0.2s, border-left-color 1s linear 0.3s;
}
body .carouselImages .slickImagesCrazyCarousel.slick-dotted.slick-slider {
  margin-top: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  body .carouselImages .slickImagesCrazyCarousel {
    display: none;
  }
}
body .carouselImages .slickImagesCrazyCarouselMob {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .carouselImages .slickImagesCrazyCarouselMob {
    display: block;
    direction: ltr;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel {
    border-bottom: 2px solid #f1f0f0;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .imageCarousel img {
    width: 100%;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel {
    direction: rtl;
    outline: none;
    background-size: cover;
    background-position: top center;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro {
    color: black;
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0 15px;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro .titleItem {
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro .paragraphItem {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro .buttonItem {
    font-size: 18px;
    font-weight: bold;
    color: #3270b9;
    background: #0044f0;
    padding: 11px 46px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Assistant', sans-serif;
    border: 2px solid #146ed6;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 991px) {
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro .titleItem {
    padding: 0 30px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 991px) {
  body .carouselImages .slickImagesCrazyCarouselMob .superItemCarousel .itemCarousel .blockText .blockIntro .paragraphItem {
    padding: 0 25px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body .carouselImages {
    margin-top: 60px;
  }
}
body .recommendedCategories {
  padding: 40px 0 15px;
}
body .recommendedCategories .titleSection {
  font-size: 32px;
  font-weight: 900;
  color: #2f2f2f;
  text-align: center;
  padding: 0 15px 30px;
}
body .recommendedCategories .container .row .boxCategory {
  height: 240px;
  overflow: hidden;
  margin-bottom: 30px;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddImage {
  padding: 0;
  width: 53.7%;
  background-size: cover;
  background-position: top center;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple {
  background: rgba(138, 31, 105, 0.8);
  width: 116px;
  height: 116px;
  position: absolute;
  left: 100px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple .number {
  color: white;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  padding-top: 20%;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple .products {
  color: white;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText {
  padding: 0;
  width: 46.3%;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .triangle {
  position: absolute;
  right: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 100px 0 0;
  border-color: #f1f0f0 transparent transparent transparent;
  line-height: 0px;
  /*width: 100px;
                                height: 100%;
                                background: linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: -moz-linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: -webkit-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: -webkit-linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: -o-linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: -ms-linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);
                                background: linear-gradient(to right bottom, #f1f0f0 49.5%, transparent 50%);*/

}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox {
  height: 240px;
  background: #f1f0f0;
  position: relative;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 50px;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .nameCategory {
  color: #2f2f2f;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .taglineCategory {
  text-align: center;
  color: #2f2f2f;
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  padding-top: 5px;
  padding-bottom: 10px;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .button {
  text-align: center;
  margin: 12px 0 0;
}
body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .button .buttonItem {
  font-size: 16px;
  font-weight: bold;
  color: #3270b9;
  background: white;
  padding: 10px 65px;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #146ed6;
  text-align: center;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  body .recommendedCategories .container .row .boxCategory {
    height: 180px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage {
    width: 53.03%;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox {
    height: 180px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .triangle {
    border-width: 180px 70px 0 0;
    right: -70px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  body .recommendedCategories {
    padding: 20px 0 10px;
  }
  body .recommendedCategories .titleSection {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans Hebrew', sans-serif;
  }
  body .recommendedCategories .container .row .boxCategory {
    height: 180px;
    margin-bottom: 25px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage {
    width: 51%;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox {
    height: 180px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple {
    z-index: 3;
    left: -30px;
    width: 100px;
    height: 100px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple .number {
    font-size: 32px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddImage .imageBox .circlePurple .products {
    font-size: 18px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText {
    width: 49%;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .triangle {
    border-width: 180px 70px 0 0;
    right: -70px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox {
    height: 180px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position {
    padding-left: 10px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .nameCategory {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .taglineCategory {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  body .recommendedCategories .container .row .boxCategory .row .colPaddText .textBox .position .button .buttonItem {
    padding: 7px 34px;
  }
}
body .aboutCB {
  padding-top: 15px;
  padding-bottom: 35px;
}
body .aboutCB .containerAbout .rowAbout {
  display: table;
  width: 100%;
  margin: 0 auto;
}
body .aboutCB .containerAbout .rowAbout .colAboutText {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .title {
  font-size: 34px;
  color: #2f2f2f;
  font-weight: 900;
  max-width: 465px;
  margin-bottom: 10px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .text {
  font-size: 18px;
  color: #373a3c;
  line-height: 28px;
  font-family: 'Assistant', sans-serif;
  max-width: 465px;
  margin-bottom: 20px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .labelText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare {
  display: inline-block;
  vertical-align: middle;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare .pinterestShare {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare .googleShare {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare .twitterShare {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare .facebookShare {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare .boxSocialIconsShare .whatsappShare {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
body .aboutCB .containerAbout .rowAbout .colAboutImage {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
body .aboutCB .containerAbout .rowAbout .colAboutImage img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body .aboutCB .containerAbout .rowAbout {
    display: block;
  }
  body .aboutCB .containerAbout .rowAbout .colAboutText {
    float: inherit;
    display: block;
    vertical-align: inherit;
    padding: 0;
  }
  body .aboutCB .containerAbout .rowAbout .colAboutText .text {
    margin-bottom: 25px;
    max-width: 100%;
  }
  body .aboutCB .containerAbout .rowAbout .colAboutText .socialShare {
    padding-bottom: 25px;
    text-align: center;
  }
  body .aboutCB .containerAbout .rowAbout .colAboutImage {
    float: inherit;
    display: block;
    vertical-align: inherit;
    padding: 0;
  }
}
body .bannerImage {
  position: relative;
}
body .bannerImage img {
  width: 100%;
}
body .bannerImage .buttonProduct {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .bannerImage .buttonProduct a {
  background: #146ed6;
  color: white;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(20, 110, 214, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(20, 110, 214, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(20, 110, 214, 0.4);
  font-size: 18px;
  font-weight: 900;
  font-family: 'Assistant', sans-serif;
  text-decoration: none;
  padding: 20px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  body .bannerImage {
    padding: 15px 0;
  }
}
body .reviewsClients {
  padding: 30px 0;
}
body .reviewsClients .containerCarousel .row .contentCarousel {
  position: relative;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews {
  border-bottom: 2px solid #e5e5e5;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide {
  float: right;
  outline: none;
  border-left: 2px solid #e5e5e5;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide .container-fluid .row {
  padding-bottom: 50px;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide .container-fluid .row .imgPerson {
  margin-top: 50px;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide .container-fluid .row .imgQuotations {
  margin-bottom: 15px;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide .container-fluid .row .nameReviewClient {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 24px;
}
body .reviewsClients .containerCarousel .row .contentCarousel .carouselReviews .slick-slide .container-fluid .row .textReviewClient {
  color: #2f2f2f;
  line-height: 26px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
body .reviewsClients .containerCarousel .row .contentCarousel .lineVertical {
  position: absolute;
  width: 2px;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
}
body .reviewsClients .containerCarousel .row .buttons {
  margin-top: 10px;
}
body .reviewsClients .containerCarousel .row .buttons #prevCarClient {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  background: #979797;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .reviewsClients .containerCarousel .row .buttons #prevCarClient i {
  color: white;
  font-size: 24px;
  line-height: 30px;
}
body .reviewsClients .containerCarousel .row .buttons #prevCarClient i:before {
  content: "\f105";
}
body .reviewsClients .containerCarousel .row .buttons #nextCarClient {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  background: #979797;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .reviewsClients .containerCarousel .row .buttons #nextCarClient i {
  color: white;
  font-size: 24px;
  line-height: 30px;
}
body .reviewsClients .containerCarousel .row .buttons #nextCarClient i:before {
  content: "\f104";
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 40px;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .iPrev {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 65px;
  z-index: 100;
  color: rgba(138, 31, 105, 0.5);
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .iPrev:hover {
  color: #8a1f69;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .iNext {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 65px;
  left: 0;
  z-index: 100;
  color: rgba(138, 31, 105, 0.5);
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .iNext:hover {
  color: #8a1f69;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .slick-list .slick-track .slick-slide {
  outline: none;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .row .imgPerson {
  margin: 0 auto;
  padding: 10px 0;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .row .imgQuotations {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 40px;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .row .nameReviewClient {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}
body .reviewsClients .containerCarousel .row .contentCarouselMobile .carouselReviewsMobile .row .textReviewClient {
  font-size: 14px;
  text-align: center;
  font-family: 'Open Sans Hebrew', sans-serif;
  line-height: 1.5;
  padding: 10px 0;
}
body .reviewsClients .containerLogos .ourClientsTitle {
  color: #2f2f2f;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  margin-top: 20px;
}
body .reviewsClients .containerLogos .listLogos {
  font-size: 0;
  margin: 0;
}
body .reviewsClients .containerLogos .listLogos li {
  width: 16.66%;
  font-size: 20px;
  vertical-align: middle;
  padding: 10px;
}
body .reviewsClients .containerLogos .listLogos li img {
  width: 100%;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body .reviewsClients .containerLogos .listLogos li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  body .reviewsClients {
    padding: 15px 0 0;
  }
  body .reviewsClients .containerLogos .listLogos {
    border-bottom: none;
  }
  body .reviewsClients .containerLogos .listLogos li {
    width: 50%;
  }
}
body .topProducts {
  text-align: center;
  margin: 20px auto;
}
body .topProducts .buttons {
  margin-top: 10px;
}
body .topProducts .buttons #prevProd {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  background: #979797;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .topProducts .buttons #prevProd i {
  color: white;
  font-size: 24px;
  line-height: 30px;
}
body .topProducts .buttons #prevProd i:before {
  content: "\f105";
}
body .topProducts .buttons #nextProd {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  background: #979797;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .topProducts .buttons #nextProd i {
  color: white;
  font-size: 24px;
  line-height: 30px;
}
body .topProducts .buttons #nextProd i:before {
  content: "\f104";
}
body .topProducts .titleGallery {
  color: #2f2f2f;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  padding-bottom: 20px;
}
body .topProducts .slickLastSection .warp-image {
  position: relative;
  border: 1px solid #eeeeee;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  padding: 5px;
  margin: 5px;
}
body .topProducts .slickLastSection img {
  max-height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  object-fit: contain;
  height: 187px;
}
body #galleryProductsSection {
  padding: 45px 0;
}
body #galleryProductsSection .titleGallery {
  color: #373a3c;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  body #galleryProductsSection .titleGallery {
    font-size: 32px;
  }
}
body #galleryProductsSection #dotsGallery {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
body #galleryProductsSection #dotsGallery .slick-dots {
  bottom: inherit;
  top: 0px;
  padding: 0 15px;
  position: relative;
}
body #galleryProductsSection #dotsGallery .slick-dots li {
  width: initial;
}
body #galleryProductsSection #dotsGallery .slick-dots li span {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
}
body #galleryProductsSection #dotsGallery .slick-dots li.slick-active span {
  color: #f1163a;
}
body #galleryProductsSection #dotsGallery .slick-dots li.slick-active span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: red;
}
body #galleryProductsSection .carouselProducts.slick-dotted.slick-slider {
  margin-bottom: 0;
  margin-top: 50px;
}
body #galleryProductsSection .carouselProducts .itemCategory {
  outline: none;
  padding-top: 5px;
}
body #galleryProductsSection .carouselProducts .itemCategory.slick-slide {
  float: right;
}
@media only screen and (max-width: 991px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row {
    padding: 0 8px;
  }
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct {
    padding: 0 8px;
  }
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .linkBox {
  outline: none;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage {
  border: 1px solid #eeeeee;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage {
  position: relative;
  height: 262px;
}
@media only screen and (min-width: 1200px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage {
    width: 262px;
  }
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage > img {
  position: absolute;
  /*width: 100%;
                                        height: 100%;*/
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .labelNew {
  display: none;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  background: #cfcbcb;
  width: 54px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 15px;
  color: black;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .labelPrice {
  display: none;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  background: #cfcbcb;
  width: 54px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 15px;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage.newProduct .labelNew {
  display: block;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage.newProduct .labelNew:before {
  left: -6px;
  border-right: 5px solid #a5a5a5;
  border-top: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage.priceProduct .labelPrice {
  display: block;
  color: white;
  background: #f1163a;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage.priceProduct .labelPrice:before {
  left: -6px;
  border-right: 5px solid #c81431;
  border-top: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .orderNow {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .orderNow .buttonStore {
  background: #0044f0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 68, 240, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 68, 240, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 68, 240, 0.2);
  z-index: 5;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .orderNow .buttonStore span img {
  display: inline;
}
@media only screen and (max-width: 767px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage .orderNow .buttonStore {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage {
    width: 100%;
  }
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage:hover .orderNow,
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .borderImage .squareImage:focus .orderNow {
  display: block;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  color: black;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .titleProduct {
  font-weight: bold;
  margin-top: 5px;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .priceProductBox .strikePrice {
  font-weight: bold;
  /*set line weight here*/
  color: #767676;
  text-decoration: line-through;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .priceProductBox .strikePrice span {
  font-weight: normal;
  color: #767676;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .priceProductBox .priceOffert {
  color: #f1163a;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .starsProduct {
  margin-top: 5px;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .starsProduct ul {
  font-size: 0;
  direction: ltr;
  text-align: right;
  margin: 0;
}
body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut .starsProduct ul li {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  body #galleryProductsSection .carouselProducts .itemCategory .container .row .colProduct .detailsProdut {
    font-size: 14px;
    line-height: 16px;
  }
}
body #galleryProductsSection .bannerProductsSection img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body #galleryProductsSection {
    padding: 20px 0 0;
  }
}
body #customersSection {
  background: #fafafa;
  padding: 75px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body #customersSection {
    padding: 50px 0 10px;
  }
}
body #customersSection .titleCustomers {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  body #customersSection .titleCustomers {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
body #customersSection .tableCustomers {
  width: 1170px;
  margin: 0 auto;
}
body #customersSection .tableCustomers tr td {
  width: 25%;
  border-left: 1px solid #ededed;
  text-align: center;
  font-family: 'Open Sans Hebrew', sans-serif;
  vertical-align: top;
}
body #customersSection .tableCustomers tr td .quotation img {
  margin: 0 auto;
  padding-bottom: 30px;
}
body #customersSection .tableCustomers tr td .taglineCustomer {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
body #customersSection .tableCustomers tr td .customerTextContainer {
  height: 150px;
}
body #customersSection .tableCustomers tr td .commentCustomer {
  font-size: 14px;
  line-height: 26px;
  max-width: 220px;
  margin: 0 auto;
}
body #customersSection .tableCustomers tr td .lineStars {
  padding: 25px 0;
}
body #customersSection .tableCustomers tr td .lineStars ul {
  margin: 0;
}
body #customersSection .tableCustomers tr td .lineStars ul li {
  padding: 0;
}
body #customersSection .tableCustomers tr td .photoTestimonial .borderPhoto {
  border: 5px solid #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  margin-top: 10px;
}
body #customersSection .tableCustomers tr td .photoTestimonial .borderPhoto img {
  width: 100%;
  height: 100%;
}
body #customersSection .tableCustomers tr td .photoTestimonial .nameTestimonial {
  margin-top: 5px;
  font-size: 14px;
}
body #customersSection .tableCustomers tr td:last-child {
  border-left: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #customersSection .tableCustomers tr td {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body #customersSection .tableCustomers {
    /*width: 768px;*/
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body #customersSection .tableCustomers {
    width: 100%;
  }
}
body #customersSection .slickMobile {
  font-family: 'Open Sans Hebrew', sans-serif;
}
body #customersSection .slickMobile .slick-slide {
  outline: none;
}
body #customersSection .slickMobile .slick-prev {
  left: 0;
}
body #customersSection .slickMobile .slick-next {
  right: 0;
}
body #customersSection .slickMobile .slick-dots li {
  margin: 0;
}
body #customersSection .slickMobile .slick-dots li button:before {
  opacity: 1;
  color: #c8c8c8;
  font-size: 10px;
}
body #customersSection .slickMobile .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0978e6;
}
body #customersSection .slickMobile .quotation img {
  margin: 0 auto;
  padding-bottom: 20px;
}
body #customersSection .slickMobile .taglineCustomer {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
body #customersSection .slickMobile .commentCustomer {
  font-size: 14px;
  line-height: 26px;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}
body #customersSection .slickMobile .lineStars {
  padding: 20px 0;
  text-align: center;
}
body #customersSection .slickMobile .lineStars ul {
  margin: 0;
}
body #customersSection .slickMobile .lineStars ul li {
  padding: 0;
}
body #customersSection .slickMobile .photoTestimonial {
  margin-bottom: 45px;
}
body #customersSection .slickMobile .photoTestimonial .borderPhoto {
  border: 5px solid #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  margin-top: 10px;
}
body #customersSection .slickMobile .photoTestimonial .borderPhoto img {
  width: 100%;
  height: 100%;
}
body #customersSection .slickMobile .photoTestimonial .nameTestimonial {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
body #customersSection .slickMobile:last-child {
  border-left: none;
}
body #aboveCrowd {
  padding: 30px 0 165px;
}
@media only screen and (min-width: 1200px) {
  body #aboveCrowd > .container .row .colImageBallon {
    width: 48%;
  }
}
body #aboveCrowd > .container .row .colImageBallon img {
  float: left;
}
@media only screen and (max-width: 991px) {
  body #aboveCrowd > .container .row .colImageBallon img {
    float: none;
    margin: 0 auto;
  }
}
body #aboveCrowd > .container .row .colTextBallon {
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
  body #aboveCrowd > .container .row .colTextBallon {
    width: 52%;
    padding: 0 30px;
    max-width: 515px;
  }
}
body #aboveCrowd > .container .row .colTextBallon .title {
  color: #373a3c;
  font-size: 48px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 30px;
}
body #aboveCrowd > .container .row .colTextBallon .title .remax {
  color: #f11a3d;
}
body #aboveCrowd > .container .row .colTextBallon .title .remax .slash {
  color: #0054a4;
}
@media only screen and (max-width: 991px) {
  body #aboveCrowd > .container .row .colTextBallon .title {
    font-size: 32px;
  }
}
body #aboveCrowd > .container .row .colTextBallon .divParagraph {
  color: #373a3c;
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  body #aboveCrowd > .container .row .colTextBallon {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  body #aboveCrowd {
    padding: 30px 0 0;
  }
}
