.select-wrapper {
  padding: 10px 15px 0 15px; }

.chosen-container-multi .chosen-choices li.search-field {
  width: auto;
  background: none; }

.chosen-container {
  font-size: 15px; }
  .chosen-container .chosen-results {
    color: #7D7D7D;
    font-weight: bold; }
    .chosen-container .chosen-results li.group-result {
      color: #BEBEBE;
      padding: 5px 6px 5px 10px; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 35px; }

.chosen-container .chosen-results li.highlighted {
  color: #222222;
  background: none; }

.chosen-container-multi .chosen-choices {
  border-radius: 5px;
  border-color: #DEDEDE;
  padding: 8px 5px 8px 50px; }
  .chosen-container-multi .chosen-choices .movement-icon {
    width: 35px;
    height: 35px;
    background: #E2E4EA;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 6px; }
    .chosen-container-multi .chosen-choices .movement-icon::before {
      content: '';
      position: absolute;
      top: 15px;
      left: 10px;
      width: 15px;
      height: 1px;
      border-radius: 1px;
      border: 1px solid #8A94AC;
      background: #8A94AC; }
    .chosen-container-multi .chosen-choices .movement-icon::after {
      content: '';
      position: absolute;
      top: 15px;
      left: 10px;
      width: 15px;
      height: 1px;
      border-radius: 1px;
      border: 1px solid #8A94AC;
      background: #8A94AC;
      transform: rotate(90deg); }
  .chosen-container-multi .chosen-choices li.search-choice {
    background: #E0E7F6;
    border-radius: 23px;
    border: none;
    color: #2F5DC4;
    padding: 0 25px 0 10px;
    margin: 0; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      padding: 7px 0;
      display: block; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 5px;
      right: 6px;
      position: absolute;
      width: 16px;
      height: 16px;
      background: #B9C8EB;
      border-radius: 50%; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background: #6c93ee; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
        position: absolute;
        left: 7px;
        top: 4px;
        content: ' ';
        height: 8px;
        width: 2px;
        background-color: #305AC4; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
        transform: rotate(45deg); }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
        transform: rotate(-45deg); }

.chosen-with-drop {
  border-color: #DEDEDE; }
  .chosen-with-drop .chosen-choices {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.filters__panel__controls {
  z-index: 99999; }

.select2-container--default .select2-selection--multiple {
  position: relative;
  padding: 7px 7px 0 50px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  min-height: 49px; }
  .select2-container--default .select2-selection--multiple .movement-icon {
    width: 35px;
    height: calc(100% - 9px);
    background: #E2E4EA;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 6px; }
    .select2-container--default .select2-selection--multiple .movement-icon::before, .select2-container--default .select2-selection--multiple .movement-icon::after {
      content: '';
      position: absolute;
      top: 48%;
      left: 10px;
      width: 15px;
      height: 1px;
      border-radius: 1px;
      border: 1px solid #8A94AC;
      background: #8A94AC; }
    .select2-container--default .select2-selection--multiple .movement-icon::after {
      content: '';
      transform: rotate(90deg); }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #DEDEDE; }

.select2-container--default.select2-container--focus {
  box-shadow: 0px 0px 8px 3px #d4d4d4; }

.select2-dropdown {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 2px 8px 3px #d4d4d4;
  font-weight: bold;
  color: #222222; }
  .select2-dropdown .item-label {
    position: relative; }
    .select2-dropdown .item-label .btn-flash {
      left: -12px; }

.select2-search input {
  height: auto;
  font-family: 'Open Sans'; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #2F5DC4;
  margin: 0 5px 5px 0;
  border-radius: 23px;
  background: #E0E7F6;
  border: none;
  padding: 4px 30px 4px 10px;
  position: relative;
  max-width: 100%;
  font-weight: normal; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: transparent;
    top: 5px;
    right: 3px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #B9C8EB;
    border-radius: 50%; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
      background: #6c93ee; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before, .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:after {
      position: absolute;
      left: 10px;
      top: 5px;
      content: ' ';
      height: 9px;
      width: 1px;
      background-color: #305AC4; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
      transform: rotate(45deg); }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:after {
      transform: rotate(-45deg); }
  .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    width: initial;
    display: flex; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice span .result-text {
      display: block;
      width: initial;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 5px; }

.select2-selection__rendered .select2-selection__choice .btn-flash {
  display: none; }

.expand-collapse {
  display: none; }

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected], .s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {
  background-color: #ddd;
  color: #222222; }

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {
  background-color: #ddd;
  color: #222222; }

.s2-to-tree .item-label {
  margin-left: 16px;
  width: calc(100% - 16px);
  padding: 3px 3px 7px 3px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 10px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E4EA;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -10px;
  bottom: -5px;
  background-color: #8A94AC;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #E0E7F6; }

input:focus + .slider {
  box-shadow: 0 0 1px #E0E7F6; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #2E60C4; }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: transparent;
  box-shadow: none;
  background-color: white;
  color: #7D7D7D; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple .movement-icon {
    background: transparent;
    border-color: transparent;
    opacity: 0.5; }

.select-exclude .movement-icon {
  width: 35px;
  height: calc(100% - 9px);
  background: #E2E4EA;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 6px; }
  .select-exclude .movement-icon::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 10px;
    width: 15px;
    height: 1px;
    border-radius: 1px;
    border: 1px solid #8A94AC;
    background: #8A94AC; }
  .select-exclude .movement-icon::after {
    content: '';
    display: none; }

.switch-holder .tooltip-checkbox {
  position: absolute;
  background: #222222;
  left: -185px;
  top: -12px;
  color: white;
  border-radius: 6px;
  padding: 5px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  font-weight: normal; }
  .switch-holder .tooltip-checkbox:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0px 7px 7px;
    border-color: transparent transparent transparent #022222;
    position: absolute;
    right: -7px;
    top: 8px; }

.select-wrapper option[title] {
  display: none; }

.select2-container--default.select2-container--focus {
  border-radius: 6px; }

.s2-to-tree .select2-results__option.l1 {
  margin-left: 0;
  padding-left: 0.6em; }

.s2-to-tree .select2-results__option.l2 {
  margin-left: 0;
  padding-left: 1.4em; }

.s2-to-tree .select2-results__option.l3 {
  margin-left: 0;
  padding-left: 2.2em; }

.filters-counter {
  display: none;
  position: relative;
  color: #3157C4;
  border-radius: 50%;
  background: #B9C8EB;
  font-size: 10px;
  padding: 3px 7px; }

.select2-results__group .item-label {
  color: #BEBEBE;
  font-weight: 800; }

.select2-container--default .select2-results__group {
  padding: 0; }

.select2-results__group .item-label {
  margin: 0 0 0 5px;
  font-weight: lighter;
  font-family: "helvetica-neue-black-cond"; }

.select2-results__group .item-label {
  text-transform: uppercase; }

.s2-to-tree li.select2-results__option {
  overflow-y: initial; }

button[data-tooltip_movements]::after {
  content: '';
  position: absolute;
  display: none;
  background-color: transparent;
  left: -55%;
  transform: translateX(0);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #262626;
  border-top: 0;
  top: 100%;
  transition: .3s all ease-in-out; }

button[data-tooltip_movements] {
  position: relative; }

button[data-tooltip_movements]:hover::after {
  display: block;
  transition: .3s all ease-in-out; }

button[data-tooltip_movements].btn-flash {
  position: absolute; }

[data-tooltip_movements]::after {
  content: '';
  position: absolute;
  display: none;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #262626;
  border-top: 0;
  top: 105%;
  transition: .3s all ease-in-out; }

[data-tooltip_movements] {
  position: relative; }

[data-tooltip_movements]:hover::after {
  display: block;
  transition: .3s all ease-in-out; }

[data-tooltip_movements].btn-flash {
  position: absolute; }

#tooltips-container-movement {
  z-index: 999999; }

#tooltips-container-movement .tooltip {
  left: auto;
  z-index: 999999;
  display: none; }

#tooltips-container-movement .tooltip:first-child {
  left: auto;
  z-index: 999999;
  display: block; }

.select2-rendered__match {
  font-weight: 400; }

.clearSelectInput {
  color: transparent;
  top: 12px;
  right: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #E2E4EA;
  border-radius: 50%;
  z-index: 99999;
  display: none; }
  .clearSelectInput:hover {
    cursor: pointer;
    background: #B9C8EB; }
  .clearSelectInput:after, .clearSelectInput:before {
    position: absolute;
    left: 10px;
    top: 5px;
    content: ' ';
    height: 9px;
    width: 1px;
    background-color: #8A94AC; }
  .clearSelectInput:before {
    transform: rotate(45deg); }
  .clearSelectInput:after {
    transform: rotate(-45deg); }

.s2-to-tree.searching-result .select2-results__message {
  padding: 3px 0 7px 50px; }

.s2-to-tree .select2-results__options--nested .item-label:hover {
  cursor: pointer; }

.filters-list__item--check {
  margin: 22px 0 0 75px;
  display: flex; }

.custom-check__checkmark {
  border-radius: 6px;
  height: 25px;
  width: 25px; }

.custom-check input:checked ~ .custom-check__checkmark {
  background-color: #E0E7F6;
  border: 1px solid #E0E7F6; }

.custom-check .custom-check__checkmark:after {
  border: solid #3350C4;
  border-width: 0 2px 2px 0; }

.custom-check .custom-check__checkmark:after {
  top: 5px;
  left: 9px; }

.filters-list__item--disabled {
  color: #7D7D7D; }
  .filters-list__item--disabled .custom-check__label {
    margin: 0 10px 0 15px;
    font-size: 15px;
    color: #7D7D7D;
    font-weight: normal; }
  .filters-list__item--disabled .custom-check__checkmark {
    background: #DEDEDE;
    border-color: #DEDEDE; }
  .filters-list__item--disabled .custom-check__label__text {
    color: #7D7D7D; }
  .filters-list__item--disabled .btn-flash {
    left: 6px;
    top: 2px; }

.filters-list__item__category {
  position: relative; }

.verified-benchmark {
  position: absolute;
  left: 50px; }

@media (max-width: 792px) {
  .verified-benchmark {
    left: 30px; } }

.select-include {
  position: relative; }

.select-exclude {
  position: relative; }

@media (max-width: 792px) {
  .filters__panel {
    margin: 75px 10px 75px 10px; } }

.custom-radio__label {
  font-weight: normal; }

.custom-check__label {
  margin: 0 10px 0 15px;
  font-size: 15px;
  color: #7D7D7D;
  font-weight: normal; }

.single-collection .sc-text-default {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px; }

.single-collection .sc-count {
  font-size: 12px; }

.single-collection .filter-collection-header {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.single-collection .filter-collection-header-sorting:after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/wodwell/images/icndown.svg");
  position: absolute;
  right: 0;
  top: 5px;
  background-size: cover; }

.single-collection .filter-collection-header-sorting {
  position: relative;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .single-collection .filter-collection-header-sorting {
      margin-bottom: 3px; } }

.single-collection .wod-collection-sorting-dropdown {
  outline: none;
  appearance: none;
  border: none;
  padding: 0 26px 0 0;
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #757575;
  font-size: 12px;
  width: auto;
  height: auto;
  font-weight: 600; }

.single-collection #content .featured-wods {
  width: 100%; }
  @media screen and (max-width: 640px) {
    .single-collection #content .featured-wods .wod {
      padding: 0; } }
