.dop_menu_mob {
  width: 100%;
  display: flex;
  justify-content: center;
}

.dop_menu_mob.fixed {
  position: fixed;
  left: 0;
  top: 48px;
  z-index: 9;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.dop_menu_mob_wrapper {
  width: 100%;
  display: grid;
  min-height: 40px;
  background: #ffffff;
  border: 2px solid #de002b;
  grid-template-columns: auto 165px;
}

@media (min-width: 992px) {
  .dop_menu_mob {
    display: none
  }
}

@media (min-width: 577px) {
  .dop_menu_mob.fixed .dop_menu_mob_wrapper {
    max-width: 490px;
  }
}

@media (min-width: 768px) {
  .dop_menu_mob.fixed .dop_menu_mob_wrapper {
    max-width: 670px;
  }
}

.dop_menu_mob__button {
  color: #de002b;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  line-height: normal;
  padding: 0 15px;
  align-items: center
}

.dop_menu_mob__button img {
  margin-right: 6px
}

.dop_menu_mob__sort .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right
}

.dop_menu_mob__sort .select2_sample_nude .select2-container--default .select2-selection--single {
  padding-right: 19px;
  border: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dop_menu_mob__sort .select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__placeholder,
.dop_menu_mob__sort .select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #de002b;
  font-size: 14px;
  font-weight: 500
}

.dop_menu__bg {
  cursor: pointer;
  z-index: 99998;
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}

@media (max-width: 992px) {
  .dop_menu.dop_menu {
    max-width: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
    max-height: 100vh;
    overflow: auto;
    width: 300px;
    -webkit-transform: translateX(-320px);
    transform: translate(-320px);
    display: none;
    transition: all .4s;
    border: none;
    border-radius: 0;
    min-height: 100vh
  }

  .dop_menu.dop_menu.activ {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
}

/*  */

.dop_menu_mob__sort .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right;
}

.dop_menu_mob__sort .select2_sample_nude .select2-container--default .select2-selection--single {
  padding-right: 19px;
}


.select2_sample_nude {
  position: relative;
  height: 100%;
}

.select2_sample_nude .select2-container {
  height: 100%;
}

.select2_sample_nude .select2-container--default .select2-selection--single {
  padding-right: 30px;
}

.select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/resources/js/custom/select2/imgs/sort.svg") center center no-repeat;
  width: 12px;
  height: 10px;
  transition: all 0.4s;
  top: calc(50% - 1px);
  right: 4px;
}

.select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #16161f;
}

.select2_sample_nude .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2_sample_nude .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2_sample_nude .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: 6px;
}

.select2_sample_nude .select2-container--open .select2-dropdown {
  min-width: 200px;
  right: 0;
  left: auto;
}

@media (max-width: 800px) {
  .select2_sample_nude .select2-container--open .select2-dropdown {
    right: auto;
    left: 0;
  }

  .moduletablemod_vic_categories {
    margin: 0;
  }
}

.select2_sample_nude.select2_sample_nude_white .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/templates/mkelektro/fil_vic/images/sort_w.svg") center center no-repeat;
}

.select2_sample_nude.select2_sample_nude_white .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2_sample_nude.select2_sample_nude_white .select2_sample_nude .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}