body {
  overflow-X: hidden;
}

h2,
h3 {
  font-family: "mtn-regular", sans-serif;
}

.search-hr {
  color: rgb(242.25, 242.25, 242.25);
}

.layout-sidebar {
  width: 100%;
  background-color: #F8F8F8;
}
.layout-sidebar .wrapper {
  margin: 30px auto;
}
.layout-sidebar .wrapper.container {
  width: 90%;
}
@media (max-width: 767px) {
  .layout-sidebar .wrapper.container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.layout-sidebar .wrapper .site-sidebar {
  border-radius: 10px;
}
.layout-sidebar .wrapper .site-sidebar.product-side-bar {
  background-color: #FFFFFF;
  padding: 15px 28px 52px 34px;
}
@media (max-width: 767px) {
  .layout-sidebar .wrapper .site-sidebar.product-side-bar {
    display: block;
    max-width: 100%;
    max-width: 100%;
    padding: 4px 14px 22px 17px;
    height: 50px;
    flex: revert;
    height: 60px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .layout-sidebar .wrapper .site-sidebar.product-side-bar.collapse {
    flex: 1;
    height: 100%;
    transition: all 0.5s ease-in-out;
    overflow: revert;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .layout-sidebar .wrapper .site-sidebar {
    display: none;
  }
}
.layout-sidebar .custom-select-block {
  position: relative;
}
.layout-sidebar .custom-select-block .select-icon {
  position: absolute;
  right: 3px;
  top: 5px;
  height: 30px;
  pointer-events: none;
}
.layout-sidebar .custom-select-block select {
  border: 2px solid #000000;
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.layout-sidebar .custom-select-block::after {
  content: "";
  height: 38px;
  width: 2px;
  background-color: #000000;
  position: absolute;
  top: 2px;
  right: 42px;
}
.layout-sidebar .country-check-box-filters .filter-label {
  margin-top: -1px;
  display: flex;
}
.layout-sidebar .country-check-box-filters img {
  width: 24px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 6px;
}

#banner {
  height: 140px;
  width: 100%;
  background: url("/images/banners/products-bg.png") no-repeat center center/cover;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  #banner {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #banner {
    display: none;
  }
}
#banner .banner-content {
  width: 90%;
  margin: 25px auto;
}
#banner p {
  font-size: 16px;
}

#main {
  margin-bottom: 40px;
  padding: 0px !important;
}
#main .header-block {
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
  height: 244px;
  padding: 40px;
  margin: -90px 0 0 40px;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  #main .header-block {
    height: auto;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    color: #090808;
    box-shadow: none;
    border: transparent;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .header-block {
    height: auto;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    color: #090808;
    box-shadow: none;
    border: transparent;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 811px) and (max-width: 1099px) {
  #main .header-block {
    margin: -90px 0 0 -80px;
    width: auto;
  }
}
#main .header-block h1 {
  color: #FFF;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  #main .header-block h1 {
    color: #090808;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .header-block h1 {
    color: #090808;
  }
}
#main .header-block h1 .available-products-count {
  font-size: 24px;
  font-family: "mtn-regular", sans-serif;
}
@media (max-width: 767px) {
  #main .header-block h1 .available-products-count {
    display: block;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .header-block h1 .available-products-count {
    display: block;
    margin-top: 15px;
  }
}
#main .header-block p {
  font-size: 18px;
  color: #FFF;
  padding-right: 250px;
}
@media (max-width: 767px) {
  #main .header-block p {
    padding-right: 0;
    color: #090808;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .header-block p {
    padding-right: 0;
    color: #090808;
  }
}
#main .header-block svg {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media (max-width: 767px) {
  #main .header-block svg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .header-block svg {
    display: none;
  }
}
#main .content {
  padding-left: 40px;
  margin-top: 0px;
  height: 100%;
}
#main .content .filter-text {
  width: 96%;
  height: 40px;
  display: block;
  border: solid 1px #000000;
  margin-bottom: 30px;
}
#main .content .products-count {
  color: #969696;
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
  height: 0px;
}
#main .content .products-count.hide {
  display: none;
}
@media (max-width: 767px) {
  #main .content {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .content {
    padding: 0;
    margin: 0;
  }
}
#main .content .category-title:first-of-type {
  margin-top: 0;
  display: flex;
}
#main .content .category-title:first-of-type span {
  font-size: 13px;
  color: #000000;
  font-family: "mtn-regular", sans-serif;
}
#main .content .category-title:first-of-type .filters-count {
  display: none;
}
#main .content .category-title:first-of-type .filters-count.show {
  display: block;
  margin-right: 10px;
}
#main .content .category-title:first-of-type .count-contenaire {
  display: flex;
  align-items: center;
  background-color: #E6E6E6;
  padding: 3px 10px;
  border-radius: 5px;
  border-radius: 8px;
  color: #000000;
  margin-left: 10px;
  margin-top: -4px;
}
#main .content .products {
  display: flex;
  flex-flow: row wrap;
}
#main .content .products .category {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #main .content .products .category {
    justify-content: space-between;
  }
}
#main .content .products .category h3 {
  width: 100%;
  margin-bottom: 25px;
}
#main .content .products .category .card {
  flex: 0 1 31%;
  margin-bottom: 30px;
  margin-right: 15px;
}
#main .content .products .category .card .card__header {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #main .content .products .category .card {
    padding: 32;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #main .content .products .category .card {
    width: calc(50% - 10px);
    margin-right: 0;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .content .products .category .card {
    flex: 1 auto;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #footer {
    margin-top: 5rem;
  }
}

.filter-sidebar .filter-title-heading {
  display: flex;
}
.filter-sidebar .filter-title-heading img {
  margin-right: 5px;
  display: none;
}
@media (max-width: 768px) {
  .filter-sidebar .filter-title-heading img {
    display: block;
  }
}
@media (max-width: 768px) {
  .filter-sidebar .filter-title-heading {
    cursor: pointer;
    font-size: 18px;
  }
}
.filter-sidebar .filter-head {
  display: flex;
  align-items: center;
  margin-top: -14px;
  justify-content: space-between;
}
.filter-sidebar .filter-head h3 {
  font-size: 15px;
  font-weight: 500;
}
.filter-sidebar .filter-head .custom-clear {
  background-color: transparent;
  color: #00678F;
  border: none;
  font-size: 15px;
  font-weight: bolder;
}
.filter-sidebar .filter-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-sidebar .filter-checkbox .filter-label {
  margin-left: 5px;
  color: #000000;
  font-size: 14px;
}
.filter-sidebar .country-filter {
  margin-top: 15px;
  width: 100%;
}
.filter-sidebar .country-filter .multiselect-select {
  width: 180px;
}
.filter-sidebar #filter-clear {
  margin-top: 30px;
  width: 100%;
}

.view-country-body-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  z-index: 0;
  display: none;
  pointer-events: none;
}
.view-country-body-container.show {
  display: block;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
}

.no-products-available {
  font-size: 16px;
  color: #787878;
  opacity: 0;
  z-index: 0;
  text-align: center;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
}
.no-products-available.show {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .layout-sidebar #main {
    margin-top: 20px !important;
  }
}
.your-location-check-block {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.your-location-check-block .available-info-block {
  position: absolute;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #969696;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: -1;
  opacity: 0;
  right: -325px;
  top: -29px;
  pointer-events: none;
  width: 0px;
  transition: all 0.3s ease-in-out;
  width: 320px;
  height: auto;
}
.your-location-check-block .available-info-img {
  margin-right: 10px;
  right: -15px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}
.your-location-check-block .available-info-img img {
  margin-right: 10px;
  right: -15px;
  position: absolute;
  top: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .your-location-check-block .available-info-img img {
    display: none;
  }
}
.your-location-check-block .available-info-img:hover .available-info-block {
  opacity: 1;
  z-index: 2;
  height: auto;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.your-location-check-block .filter-label {
  cursor: pointer;
}
.your-location-check-block .filter-label span {
  font-size: 13px;
}
