/*header,footer,body*/

/*functions*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body .rzslider .rz-pointer {
  width: 20px;
  height: 20px;
  top: -7px;
}
body .rzslider .rz-pointer:after {
  top: 6px;
  left: 6px;
}
body .ng-enter,
body .ng-leave {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */

}
body .ng-enter {
  opacity: 0;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
body .ng-enter-active {
  opacity: 1;
}
body .ng-leave {
  opacity: 1;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
body .ng-leave-active {
  opacity: 0;
}
body #categorySearchSection {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  body #categorySearchSection {
    margin-top: 60px;
  }
}
body #categorySearchSection .backGroundCategory {
  height: 285px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body #categorySearchSection .backGroundCategory .containerBack {
  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%);
  max-width: 1170px;
}
body #categorySearchSection .backGroundCategory .containerBack .row .colTitle .taglineSection {
  color: #1e1e1e;
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .backGroundCategory .containerBack .row .colTitle {
    text-align: center;
  }
  body #categorySearchSection .backGroundCategory .containerBack .row .colTitle .titleSection {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .backGroundCategory {
    background-image: url('../../img/mainMulti/imgMobile/category-bg-mobile.jpg');
  }
}
body #categorySearchSection .categorySearch {
  min-height: calc(100vh - 578px );
  min-height: 372px;
}
body #categorySearchSection .categorySearch .filterButton {
  display: none;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .categorySearch {
    position: relative;
    padding-top: 15px;
  }
  body #categorySearchSection .categorySearch .filterButton {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: #e0e0e0;
  }
  body #categorySearchSection .categorySearch .filterButton img,
  body #categorySearchSection .categorySearch .filterButton div {
    display: inline-block;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory {
    position: absolute;
    z-index: 200;
    width: 100%;
    right: -100%;
    transition: all ease-in 0.7s;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory.active {
    right: 0;
  }
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory {
  background: #f6f6f6;
  border-top: 2px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid {
  max-width: 1170px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row {
  display: table;
  width: 100%;
  margin: 0 auto;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  vertical-align: top;
  font-family: 'Assistant', sans-serif;
  width: 21%;
  border-right: 2px solid white;
  border-left: 1px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .ddrCategory {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs input {
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  max-width: 200px;
  font-size: 14px;
  color: #2b2b2b;
  height: 40px;
  padding: 0 15px;
  outline: none;
  margin-top: 5px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories {
  margin-top: 10px;
  max-width: 200px;
  position: relative;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories button {
  font-size: 12px;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #2b2b2b;
  height: 40px;
  padding: 0;
  width: 100%;
  background: white;
  border: 1px solid #d1d1d1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 0 15px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories button span {
  position: absolute;
  left: 10px;
  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%);
  color: #b2b2b2;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories ul {
  min-width: inherit;
  width: 100%;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories.open button span:before {
  content: "\f077";
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colBars {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 15.8%;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colBars .titleOption {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 25px;
  vertical-align: top;
  width: 15.8%;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime .titleOption {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colColors {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 15.8%;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colColors .titleOption {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colColors .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colColors .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPublic {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 15.8%;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPublic .titleOption {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPublic .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPublic .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPlace {
  display: table-cell;
  float: none;
  padding-top: 20px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 15.8%;
  border-right: 1px solid white;
  border-left: 2px solid white;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPlace .titleOption {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPlace .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colPlace .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row {
    display: block;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs {
    display: block;
    float: none;
    width: inherit;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .ddrCategory {
    max-width: none;
    width: 100%;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .ddrCategory .text {
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 30px;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs input {
    width: 100%;
    max-width: none;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colInputs .dropdownCategories {
    margin-top: 10px;
    max-width: 200px;
    position: relative;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colBars {
    display: block;
    float: none;
    width: inherit;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime {
    display: block;
    float: none;
    width: inherit;
  }
  body #categorySearchSection .categorySearch .backGroundOptionsCategory .container-fluid .row .colTime .titleOption {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body #categorySearchSection .resultsCategorySearch {
  margin-bottom: 15px;
}
body #categorySearchSection .resultsCategorySearch .containerResults {
  max-width: 1170px;
  padding-top: 20px;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .titleResults {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #1e1e1e;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .titleResults p {
  font-size: 18px;
  font-weight: 400;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter {
  float: left;
  width: 220px;
  text-align: left;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .titleFilter {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  padding-left: 2px;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter {
  position: relative;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter button {
  font-size: 12px;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #2b2b2b;
  height: 40px;
  padding: 0;
  width: 100%;
  background: white;
  border: 1px solid #d1d1d1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 0 15px;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter button span {
  position: absolute;
  left: 10px;
  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%);
  color: #b2b2b2;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter ul {
  min-width: inherit;
  width: 100%;
}
body #categorySearchSection .resultsCategorySearch .containerResults .row .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter.open button span:before {
  content: "\f077";
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .resultsCategorySearch .containerResults {
    padding-top: 20px;
  }
}
body #categorySearchSection .resultsGallery {
  padding-bottom: 30px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery {
  max-width: 1170px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .border {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .border.up {
  margin-bottom: 25px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .border.down {
  margin-top: 25px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery {
  text-align: left;
  margin-bottom: 20px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .displayPag {
  color: #1e1e1e;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages {
  display: inline-block;
  vertical-align: middle;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul {
  margin: 0;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li {
  cursor: pointer;
  color: #1e1e1e;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li.noActive {
  color: #9d9d9d;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li.currentPage {
  text-decoration: underline;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct {
  margin-bottom: 45px;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .squareImage {
  position: relative;
  min-height: 212px;
  border: 1px solid #eeeeee;
  height: 200px;
}
@media only screen and (min-width: 1200px) {
  body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .squareImage {
    width: 262px;
  }
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .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;
  vertical-align: middle;
  margin: 0 auto;
  object-fit: contain;
  object-position: 0 0;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .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;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .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 #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .squareImage.newProduct .labelNew {
  display: block;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .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 #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .squareImage.priceProduct .labelPrice {
  display: block;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .squareImage.priceProduct .labelPrice: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 #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .detailsProdut {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  color: black;
  text-align: center;
}
body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct .detailsProdut .titleProduct {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row {
    padding: 0 8px;
  }
  body #categorySearchSection .resultsGallery .containerResultsGallery .row .container .row .colProduct {
    padding: 0 8px;
    float: none;
    display: inline-block;
    margin: 0 -2px 35px;
    vertical-align: top;
  }
}
body #sideNavCategory {
  height: 100%;
  width: 80%;
  position: fixed;
  z-index: 1032;
  top: 0;
  right: -100%;
  background-color: white;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  body #sideNavCategory {
    display: none !important;
  }
}
body #sideNavCategory #closePanel {
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
  text-decoration: underline;
  text-align: center;
  margin-top: 15px;
  display: block;
}
body #sideNavCategory .colPanelsMob {
  padding: 40px 20px 0;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-heading {
  cursor: pointer;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-heading .panel-title {
  position: relative;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-heading .panel-title a {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #1e1e1e;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-heading .panel-title .caret {
  position: absolute;
  left: 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%);
  border-top-width: 0;
  border-bottom: 4px solid black;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-heading.collapsed .panel-title .caret {
  border-bottom-width: 0;
  border-top: 4px solid black;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body {
  border: none;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listColors {
  font-size: 0;
  text-align: right;
  margin-left: -15px;
  margin-right: -15px;
  /*.squareColor {
                                            width: 41.34px;
                                            height: 41.34px;
                                            /*width: ~'calc(16.66% - 2px)';
                                            padding-bottom: ~'calc(16.66% - 2px)';
                                            margin: 1px;
                                            display: inline-block;
                                            vertical-align: middle;

                                            &.activeColor {
                                                border: 3px solid #0978e6;
                                            }
                                        }*/

}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare {
  border: 3px solid white;
  float: right;
  position: relative;
  /*&.activeBorder {
                                        border: 3px solid black;
                                    }*/

}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare img {
  position: absolute;
  right: 3px;
  left: 3px;
}
body #sideNavCategory .colPanelsMob .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare .squareColor {
  width: 37.3px;
  height: 37.3px;
}
body #categorySearchSectionPanel {
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  body #categorySearchSectionPanel {
    margin-top: 60px;
  }
}
body #categorySearchSectionPanel .backGroundCategory {
  background-image: url('../../img/mainMulti/categoryslide.jpg');
  height: 285px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSectionPanel .backGroundCategory {
    background-image: url('../../img/mainMulti/imgMobile/category-bg-mobile.jpg');
  }
}
body #categorySearchSectionPanel .backGroundCategory .containerBack {
  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%);
  max-width: 1170px;
}
body #categorySearchSectionPanel .backGroundCategory .containerBack .row .colTitle .titleSection {
  font-size: 20px;
}
body #categorySearchSectionPanel .backGroundCategory .containerBack .row .colTitle .taglineSection {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSectionPanel .backGroundCategory .containerBack .row .colTitle {
    text-align: center;
  }
  body #categorySearchSectionPanel .backGroundCategory .containerBack .row .colTitle .titleSection {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  body #categorySearchSectionPanel .backGroundCategory {
    height: 150px;
  }
}
body #categorySearchSectionPanel .categorySearch {
  min-height: calc(100vh - 578px );
  min-height: 372px;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile {
  padding-top: 15px;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .titleResults {
  font-weight: bold;
  font-size: 24px;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 10px;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .titleResults p {
  text-align: right;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices {
  border-collapse: collapse;
  font-size: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice {
  width: 50%;
  text-align: center;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice:first-child {
  border-left: 1px solid #e5e5e5;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter {
  width: 100%;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox .dropdownCategoriesFilterMobile {
  position: relative;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox .dropdownCategoriesFilterMobile button {
  font-size: 12px;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #2b2b2b;
  min-height: 40px;
  padding: 0;
  width: 100%;
  background: white;
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 0 15px;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox .dropdownCategoriesFilterMobile button span {
  position: absolute;
  left: 10px;
  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%);
  color: #b2b2b2;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox .dropdownCategoriesFilterMobile ul {
  min-width: inherit;
  width: 100%;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .boxFilter .dropFilterBox .dropdownCategoriesFilterMobile.open button span:before {
  content: "\f077";
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .filter {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
body #categorySearchSectionPanel .categorySearch .resultsCategoryMobile .boxTitleResults .boxChoices .divChoice .textFilter {
  color: #0044f0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels {
  max-width: 1170px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels {
  padding-top: 40px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-heading {
  cursor: pointer;
  background-color: #f6f6f6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-heading .panel-title {
  position: relative;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-heading .panel-title a {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #1e1e1e;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-heading .panel-title .caret {
  position: absolute;
  left: 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%);
  border-top-width: 0;
  border-bottom: 4px solid black;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-heading.collapsed .panel-title .caret {
  border-bottom-width: 0;
  border-top: 4px solid black;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body {
  border: none;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listCheckboxes .boxCheckBox input {
  display: inline-block;
  vertical-align: top;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listCheckboxes .boxCheckBox label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 0;
  padding-right: 4px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listColors {
  font-size: 0;
  text-align: right;
  margin-left: -15px;
  margin-right: -15px;
  /*.squareColor {
                                            width: 41.34px;
                                            height: 41.34px;
                                            /*width: ~'calc(16.66% - 2px)';
                                            padding-bottom: ~'calc(16.66% - 2px)';
                                            margin: 1px;
                                            display: inline-block;
                                            vertical-align: middle;

                                            &.activeColor {
                                                border: 3px solid #0978e6;
                                            }
                                        }*/

}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare {
  border: 1px solid #f6f6f6;
  float: right;
  position: relative;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare img {
  position: absolute;
  right: 3px;
  top: 3px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare .squareColor {
  width: 37.7px;
  height: 37.7px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .colPanels .panelGeneral .panel .panel-collapse .panel-body .listColors .divBorderSquare.activeBorder {
  border: 1px solid #f6f6f6;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch {
  margin-bottom: 15px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults {
  max-width: 1170px;
  padding-top: 40px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory {
  padding: 0;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .titleResults {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #1e1e1e;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .titleResults p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter {
  float: left;
  width: 220px;
  text-align: left;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .titleFilter {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  padding-left: 2px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter {
  position: relative;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter button {
  font-size: 12px;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #2b2b2b;
  height: 40px;
  padding: 0;
  width: 100%;
  background: white;
  border: 1px solid #d1d1d1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 0 15px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter button span {
  position: absolute;
  left: 10px;
  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%);
  color: #b2b2b2;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter ul {
  min-width: inherit;
  width: 100%;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults .row .colResultsCategory .boxTitleResults .boxFilter .dropFilterBox .dropdownCategoriesFilter.open button span:before {
  content: "\f077";
}
@media only screen and (max-width: 991px) {
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsCategorySearch .containerResults {
    padding-top: 20px;
  }
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery {
  padding-bottom: 30px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery {
  max-width: 1170px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination {
  padding: 0;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .border {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .border.up {
  margin-bottom: 25px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .border.down {
  margin-top: 25px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery {
  text-align: left;
  margin-bottom: 20px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .displayPag {
  color: #1e1e1e;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages {
  display: inline-block;
  vertical-align: middle;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul {
  margin: 0;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li {
  cursor: pointer;
  color: #1e1e1e;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li.noActive {
  color: #9d9d9d;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .colPagination .paginationGallery .listPages ul li.currentPage {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearSm {
    display: none;
  }
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearXs {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearLgMd {
    display: none;
  }
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearXs {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearLgMd {
    display: none;
  }
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .clearSm {
    display: none;
  }
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid {
  padding: 0;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct {
  margin-bottom: 35px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage {
  position: relative;
  border: 1px solid #eeeeee;
  -webkit-transition: transform 0.15s;
  /* Safari */
  transition: transform 0.15s;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage img {
  max-height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  object-fit: contain;
  height: 187px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .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: 10px;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .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 #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage.newProduct .labelNew {
  display: block;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .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 #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage.priceProduct .labelPrice {
  display: block;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage.priceProduct .labelPrice: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 #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .squareImage:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border: none;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .detailsProdut {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  color: black;
  text-align: center;
}
body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct .detailsProdut .titleProduct {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row {
    padding: 0 8px;
  }
  body #categorySearchSectionPanel .categorySearch .containerSearchPanels .resultsGallery .containerResultsGallery .row .container-fluid .row .colProduct {
    padding: 0 8px;
    float: none;
    display: inline-block;
    margin: 0 -2px 35px;
    vertical-align: top;
  }
}
