.shop2-folders .column {
  display: flex;
  flex-wrap: wrap; }
  .shop2-folders .column .firstlevel {
    position: relative;
    max-width: 300px;
    display: inline-block;
    width: 100%; }
    .shop2-folders .column .firstlevel:after {
      position: absolute;
      content: '';
      width: 3px;
      height: 3px;
      background: #000;
      border-radius: 50%;
      left: -10px;
      top: 16px; }

.sorting-panel .filter-popup-btn, .sorting-panel .sorting {
  display: none !important; }

form.search-block-new {
  margin-left: 0 !important; }

form.search-block-new .search-block__btn-new {
  background-size: 150% !important; }

.checkbox_text {
  font-size: 15px;
  color: #fff !important; }

.field-required-mark.asd {
  max-width: 100% !important;
  color: #fff !important; }
  .field-required-mark.asd:before {
    display: none; }

label.asd .checkbox-button {
  color: #fff !important; }
