/*! CSS Used from: https://imgmodels.io/wp-content/themes/artteam/assets/css/main.css?ver=359955098 ; media=all */
:root {
  --color-main: #bf9b47;
  --color-secondary: #444444;
  --color-thrid: #faf7f3;
  --color-black: #302f32;
  --color-gray: #d9d9d9;
  --color-gray2: #e5e7eb;
  --color-white: #fffdfa;
}

@media all {
  .filter-block__line {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* align-items: center; */
  }
  .link {
    color: var(--color-black);
    transition: color 0.3s;
  }
  .link:hover {
    color: #bf9b47;
  }
  .text-center {
    text-align: center;
  }

  .input,
  .combo-input {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    height: 50px;
    padding: 15px 20px;
    width: 100%;
  }
  .combo-input {
    max-width: 100px;
  }
  .filter-block .input,
  .filter-block .combo-input {
    height: 40px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }
  .filter-checkbox input + label {
    background: #ffffff;
    border: 1px solid var(--color-gray);
    border-radius: 30px;
    padding: 10px 19px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
  .filter-checkbox.filter-checkbox--small input + label {
    width: 30px;
    height: 30px;
    padding: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .filter-checkbox input:checked + label {
    border-color: #bf9b47;
  }
  .filter-checkbox input:disabled + label {
    border-color: var(--color-gray);
    color: #b6b6b6;
  }
  .filter-checboxes {
    display: flex;
    flex-wrap: wrap;
  }
  .filter-checboxes .filter-checkbox {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
  }
  .filter-checboxes--30 .filter-checkbox {
    flex: 0 0 30px;
    height: 30px;
    display: flex;
  }
  .filter-checboxes .filter-checkbox.filter-checkbox--small {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .filter-checboxes .filter-checkbox:last-child {
    margin-right: 0;
  }
  .filter-block__filter {
    flex-grow: 1
  }
  .filter-block__head {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .filter-block__row {
    margin-bottom: 17px;
  }
  .filter-inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .combo-select {
    border: none;
    box-shadow: none !important;
  }
  .option-item:hover {
    background: var(--color-secondary);
  }
  .combo-dropdown li {
    font-size: 15px;
  }
  .combo-dropdown {
    border-color: #bf9b47;
    border-top: none;
    border-radius: 0 0 20px 20px;
  }
  .combo-arrow {
    display: none;
  }
  .select2-container--custom .select2-selection {
    border-radius: 30px;
    border: 1px solid var(--color-gray);
    background: #fff;
    padding: 8px 10px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
  }
  .select2-container--custom .select2-selection__rendered {
    flex-wrap: wrap;
    display: inline-flex !important;
    list-style: none;
  }
  #filter-form .select2-container {
    /* z-index: 99992; */
  }
  .select2-container--custom .select2-selection--multiple {
    min-height: 40px;
  }
  .reset-filter {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-black);
    display: inline-block;
  }
  .reset-filter:hover {
    text-decoration: underline;
  }
  .filter-block__row.additional {
    display: none;
  }
  .additional-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  .additional-filter span {
    margin-right: 2px;
  }
  .filter-checkbox input[type="checkbox"] {
    position: absolute;
  }
  .button:disabled {
    opacity: 0.6;
    cursor: default;
  }
  .select2 * {
    outline: none !important;
  }
  .select2-container {
    width: 100% !important;
  }
}
/*! CSS Used from: https://imgmodels.io/wp-content/themes/artteam/assets/css/media.css?ver=359955098 ; media=all */
@media all {
  @media only screen and (max-width: 992px) {
    .filter-block {
      display: block !important;
    }
    .filter-block__row.additional {
      display: none;
    }
    .filter-block__buttons {
      display: flex;
      flex-direction: column;
    }
    .additional-filter {
      display: flex;
    }
    .select2-container {
      width: 100% !important;
    }
  }
}

.--w-150,
.--w-150  .combo-input{
    width: 150px;
    max-width: 150px !important ;
}
.combo-select.--w-150 + input{

}
.filter-checboxes.--breast{
    transform: translateY(6px);
}


.select2-container--custom .select2-selection {
    border-radius: 30px;
    border: 1px solid var(--color-gray);
    background: #fff;
    padding: 8px 10px;
    padding-bottom: 3px;
  
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
  }
  .select2-container--custom.select2-container--above.select2-container--open .select2-selection {
    border-radius: 0 0 20px 20px !important;
  }
  .select2-container--custom.select2-container--open .select2-selection {
    border-color: var(--color-main);
    border-radius: 20px 20px 0 0;
  }
  
  .select2-container--custom .select2-results__option {
    font-weight: 500;
    font-size: 13px;
  }
  .select2-container--custom .select2-results__option--highlighted {
    background-color: var(--color-black);
    color: #fff;
  }
  .select2-container--custom .select2-dropdown {
    overflow: hidden;
  }
  .select2-container--custom .select2-dropdown--below {
    border-radius: 0 0 20px 20px;
    padding-bottom: 5px;
  }
  .select2-container--custom .select2-dropdown--above {
    border-radius: 20px 20px 0 0;
    padding-top: 5px;
  }
  
  .select2-container--custom .select2-dropdown {
    border-color: var(--color-main);
  }
  .select2-container--custom .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    background: var(--color-gray2);
    padding: 2px 5px;
    border-radius: 10px;
    margin: 0 5px 5px 0;
  }
  .select2-container--custom .select2-selection__rendered {
    flex-wrap: wrap;
    display: inline-flex !important;
    list-style: none;
  }
  
  .select2-container--custom .select2-selection__choice__remove {
    margin-right: 4px;
  }