.common__container {
  position: relative;
  padding: 0 0px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

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

.samEtailer .filterbar {
  background: #ffffff;
}

.samEtailer .filterbar__block {
  background: #F7F7F7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  color: #535353;
  font-size: 14px;
  margin-top: 40px;
}

.samEtailer .filterbar__location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.samEtailer .filterbar__location select {
  margin-left: 5px;
  padding: 5px 70px 5px 10px;
  color: #535353;
  border: 1px solid #707070;
  position: relative;
}

.samEtailer .filterbar__location select option {
  display: block;
  padding: 15px 0;
}

.samEtailer .filterbar__location-box {
  border-left: 1px solid #707070;
  height: 27px;
  width: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  pointer-events: none;
}

.samEtailer .filterbar__use {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.samEtailer .filterbar__use-block {
  position: relative;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}

.samEtailer .filterbar__use-box {
  position: absolute;
  top: 80%;
  width: 70px;
  background: #ffffff;
  right: 0;
  text-align: end;
  overflow: hidden;
}

.samEtailer .filterbar__use-item {
  padding: 5px 5px;
  border: 1px solid #707070;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
}

.samEtailer .filterbar__use-item:nth-child(n + 2) {
  border-top: none;
}

.samEtailer .filterbar__use-item:nth-child(n + 1) {
  border-bottom: none;
}

.samEtailer .filterbar__use-item:last-child {
  border-bottom: 1px solid #707070;
}

.samEtailer .filterbar__use-item:hover {
  background: #e7e7e7;
}

.samEtailer .filterbar__use-view {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .samEtailer .filterbar__use-view {
    display: none;
  }
}

.samEtailer .filterbar__use-svg {
  position: relative;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .samEtailer .filterbar__use-svg {
    display: none;
  }
}

.samEtailer .filterbar__use-svg:hover {
  opacity: 0.7;
}

.samEtailer .filterbar__use-svg-1 {
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
}

.samEtailer .filterbar__use-svg-1--active {
  position: relative;
  top: 0;
  opacity: 1;
}

.samEtailer .filterbar__use-svg-2 {
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
}

.samEtailer .filterbar__use-svg-2--active {
  position: relative;
  top: 0;
  opacity: 1;
}

.samEtailer .mainEtailer {
  background: #ffffff;
  color: #535353;
  padding-bottom: 70px;
}

.samEtailer .mainEtailer__title {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 5px;
}

.samEtailer .mainEtailer__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: -10px;
}

.samEtailer .mainEtailer__block-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

@media (max-width: 767px) {
  .samEtailer .mainEtailer__block-img {
    width: 160px;
    height: 160px;
    padding-bottom: 0%;
  }
}

.samEtailer .mainEtailer__block-img img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.samEtailer .mainEtailer__block-item {
  width: -moz-calc( 100% / 6 - 10px);
  width: calc( 100% / 6 - 10px);
  margin: 20px 5px;
  border: 1px solid #7070703d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #535353;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 1440px) {
  .samEtailer .mainEtailer__block-item {
    width: -moz-calc( 100% / 4 - 10px);
    width: calc( 100% / 4 - 10px);
  }
}

@media (max-width: 767px) {
  .samEtailer .mainEtailer__block-item {
    width: 100%;
    margin: 10px 5px;
  }
}

.samEtailer .mainEtailer__block-item:hover {
  opacity: 0.7;
}

.samEtailer .mainEtailer__block-item--row {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 30px;
}

.samEtailer .mainEtailer__block-item--row .mainEtailer__block-img {
  height: 160px;
  padding-bottom: 0px;
  width: auto;
  width: 160px;
}

.samEtailer .mainEtailer__block-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.samEtailer .mainEtailer__block-p {
  width: 35%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1440px) {
  .samEtailer .mainEtailer__block-p {
    width: 50%;
  }
}

.product-mainbox {
  background: #ffffff !important;
}
/*# sourceMappingURL=samPage.css.map */