.sidebar-left {
  width: 282px;
  font-weight: 600;
}

.block-search-sp {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  
}

.block-search-sp input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  outline: none;
  padding: 0 25px;
  padding-right: 55px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block-search-sp input::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
}

.block-search-sp input:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
}

.block-search-sp input::-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
}

.block-search-sp input::placeholder {
  color: #000000;
  font-size: 16px;
}

.block-search-sp input:focus {
  border-color: #469318;
}

.block-search-sp .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 55px;
  text-align: center;
  margin: auto 0;
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.block-list-category-sp, .block-mass-sp, .block-price-sp {
  /* border: 1px solid #c4c4c4;
  border-radius: 6px; */
  /* padding: 18px 29px; */
  margin-bottom: 25px;
}

.item-category-sp {
  margin-bottom: 23px;
}

.item-category-sp:last-child {
  margin-bottom: 0;
}

.item-category-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-category-sp a .icon {
  width: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -2px;
}

.item-category-sp a .icon svg {
  width: 100%;
  height: 100%;
}

.item-category-sp a .icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-category-sp a .txt {
  display: inline-block;
  color:#828282;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.item-category-sp a:hover .icon {
  width: 18px;
}

.item-category-sp a:hover .txt {
  color: #469318;
}

.item-category-sp.active .icon {
  width: 18px;
}

.item-category-sp.active .icon svg path {
  fill: #469318;
}

.item-category-sp.active .txt {
  color: #469318;
  font-size: 20px;
  font-weight: bold;
}

.item-sub-sp.active .sub__txt {
  color: #469318;
  font-size: 14px;
  font-weight: bold;
}
.item-sub-sp a:hover .sub__txt {
  color: #469318;
}

.title-sidebar h2 {
  color: #4e4e4e;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 38px;
  letter-spacing: -0.5px;
}

.title-sidebar h2:before {
  content: '';
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}

.title-sidebar h2:after {
  content: '';
  position: absolute;
  bottom: -9px;
  width: 100px;
  left: 0;
  height: 1px;
  background: #469318;
}

.content-list-mass-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icon-checkbox-selected {
  display: inline-block;
  background-color: #2196f3;
  position: absolute;
  left: 0;
  width: 28px;
  height: 26px;
  top: 0;
}

.icon-checkbox-selected:after {
  content: '';
  position: absolute;
  content: '';
  left: 10px;
  top: 4px;
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-mass-sp {
  width: 48%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.item-mass-sp:nth-child(2n + 2) {
  margin-left: auto;
}

.item-mass-sp:last-child {
  margin-bottom: 0;
}

.item-mass-sp label {
  margin-bottom: 0;
  margin-left: 0;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox .txt-checkbox {
  color: #828282;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 28px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}

.container-checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  border: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
  border: none;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.content-list-price-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-price-sp {
  margin-bottom: 0;
}

.item-price-sp {
  width: 100%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.item-price-sp label {
  color: #000000;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.item-price-sp:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar-left {
    display: block;
    width: 100%;
  }
  .content-list-category-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title-sidebar h2:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item-category-sp {
    width: 31%;
    margin-right: 20px;
  }
  .item-category-sp:nth-child(3n + 3) {
    margin-right: 0;
  }
  .block-list-category-sp, .block-mass-sp, .block-price-sp {
    padding: 18px 25px;
    padding-bottom: 0;
  }
  .item-mass-sp {
    width: 22%;
    margin-right: 25px;
    margin-bottom: 24px;
  }
  .item-mass-sp:nth-child(4n + 4) {
    margin-right: 0;
  }
  .item-mass-sp:nth-child(2n + 2) {
    margin-left: 0;
  }
  .item-mass-sp:last-child {
    margin-bottom: 24px;
  }
  .item-price-sp {
    width: 33%;
    margin-right: 3px;
    margin-bottom: 24px;
  }
  .item-price-sp:nth-child(3n + 3) {
    margin-right: 0;
  }
  .item-price-sp:last-child {
    margin-bottom: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .item-category-sp {
    width: 48%;
    margin-right: 0;
  }
  .item-category-sp:nth-child(2n + 2) {
    margin-left: auto;
  }
  .block-list-category-sp, .block-mass-sp, .block-price-sp {
    padding: 18px 25px;
    padding-bottom: 0;
  }
  .item-mass-sp {
    width: 32%;
    margin-right: 9px;
    margin-bottom: 24px;
  }
  .item-mass-sp:nth-child(3n + 3) {
    margin-right: 0;
  }
  .item-mass-sp:nth-child(2n + 2) {
    margin-left: 0;
  }
  .item-mass-sp:last-child {
    margin-bottom: 24px;
  }
  .item-price-sp {
    width: 48%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .item-price-sp:nth-child(2n + 2) {
    margin-left: auto;
  }
  .item-price-sp:last-child {
    margin-bottom: 24px;
  }
  .item-category-sp.active .txt {
    font-size: 18px;
  }
  .container-checkbox .checkmark {
    height: 24px;
    width: 24px;
  }
  .container-checkbox .checkmark:after {
    left: 9px;
    top: 4px;
  }
  .list-prodcuts-page__title .title {
    font-size: 23px;
    line-height: 31px;
  }
}

@media (max-width: 575px) {
  .block-list-category-sp, .block-mass-sp, .block-price-sp {
    padding: 15px 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .title-sidebar h2 {
    font-size: 19px;
    line-height: 25px;
  }
}
/*# sourceMappingURL=sidebar.css.map */