/* Styles specific to the Used Main template */

/* Used Main Template Styles */
html:has(.used-listings) {
    overflow-x: hidden;
}

.used-listings {
    display: flex;
    padding: 40px 0;
}

.used-listings .container {
    display: flex;
    gap: 19px;
    max-width: 1325px;
    flex-wrap: wrap;
}

/* Sidebar Styles */
.filter-sidebar {
    width: 100%;
}

.back-to-used {
    color: #9B4C32;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
    display: none;
}

.hide-filter h3 {
    padding: 0;
}

.filter-section {
    background: transparent;
    padding: 0;
}

.filter-section h3 {
    color: #252525;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 500;
}

.filter-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-section__header h3 {
    color: #252525;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.filter-sidebar .filter-actions {
    padding-top: 20px;
}

/* Price Range Filter Styles */
.price-range {
    padding: 20px;
    border: 2px solid #E5E5E5;
}

.price-slider {
    position: relative;
    height: 5px;
    margin: 30px 0;
}

.slider-track {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #B1963C;
    border-radius: 5px;
}

.price-slider input[type="range"],
.hours-slider input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 5px;
    background: no-repeat;
    -webkit-appearance: none;
    pointer-events: none;
}

.price-slider input[type="range"]::-webkit-slider-thumb,
.hours-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 23px;
    background: #252526;
    border-radius: 2px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    pointer-events: auto;
    margin-top: 0;
}

.price-slider input[type="range"]:hover::-webkit-slider-thumb,
.hours-slider input[type="range"]:hover::-webkit-slider-thumb {
    background: #ffb81c;
}

.price-values .values-wp__item {
    background: transparent;
}

.values-wp {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.values-wp__item {
    background: #F5F5F5;
    padding: 5px 0;
    color: #B1963C;
    position: relative;
}

.hours-range {
    padding: 10px 20px 26px 20px;
    background: #F5F5F5;
}

.hours-range h4 span {
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
}

.hours-values .values-wp__item {
    background: #F5F5F5;
    position: relative;
}

.values-wp__item span {
    color: #252526;
}

@media (min-width: 768px) {
    .filter-section__header h3 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .filter-sidebar {
        width: 307px;
        flex-shrink: 0;
    }

    .used-listings .container {
        flex-wrap: nowrap;
        width: 100%;
    }
}

/* Active state for thumbs */
.price-slider input[type="range"]:active::-webkit-slider-thumb {
    background: #e6a519;
}

/* Firefox styles */
.price-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffb81c;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    pointer-events: auto;
}

.certified-filter {
    margin-bottom: 0 !important;
    padding: 10px 0 26px;
}

.certified-filter input[type=checkbox] {
  position: relative;
  width: 149px;
  height: 26px;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 25px;
  border: solid 1px #CCCCCC;
  outline: none;
  transition: all .2s ease;
  cursor: pointer;
}

.certified-filter input[type=checkbox]:checked {
  background: #fff;
  border: solid 1px #B1963C;
}

.certified-filter input[type=checkbox]:checked + .show {
    font-weight: 600;
    color: #252526;
}

.certified-filter input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 16px;
  border-radius: 25px;
  background: #CCCCCC;
  transform: scale(1.2);
  top: 4px;
  left: 79px;
  transition: all .2s ease;
  cursor: pointer;
}

.certified-filter input[type=checkbox]:checked:before {
  left: 10px;
  background: #FBC81F;
}

.certified-filter .checkbox-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px;
}

.certified-filter .checkbox-label > span {
    font-size: 18px;
    color: #252526;
    z-index: 5;
}

.checkbox-wp {
    position: relative;
}

.checkbox-wp__value-label {
    position: absolute;
    text-transform: uppercase;
    color: #A7A6A6;
}

.checkbox-wp__value-label.show {
    left: 0;
    font-size: 12px;
}

.checkbox-wp__value-label.hide {
    right: 0;
    display: block !important;
    font-size: 12px;
}

/* Main Content Area */
.listings-content {
    width: 100%;
}

.listings-content .sort-select {
    padding: 13px 61px 13px 26px;
    width: 100%;
    border: solid 2px #E5E5E5;
    font-size: 20px;
    position: relative;
    display: block;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), radial-gradient(#252526 70%, transparent 72%);
    background-position: calc(100% - 24px) calc(1em + 2px), calc(100% - 19px) calc(1em + 2px), calc(100% - 10px) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.equipment-section {
    margin-bottom: 20px;
}

.section-title {
    color: #B1963C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    font-size: 20px;
    border-bottom: solid 4px #B1963C;
    text-transform: uppercase;
}

.section-title a {
    font-weight: 600;
    color: #B1963C;
    text-transform: uppercase;
}

.section-title a:not(.back-to-top):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #B1963C;
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    transition: ease-out 0.25s;
}

.section-title a:hover:after {
    border-color: transparent transparent transparent #000;
}

.section-title a:hover {
    color: #000;
}

.section-title .back-to-top {
    font-size: 0;
    padding-right: 0!important;
}

.section-title .back-to-top svg path {
    fill: #B1963C;
    transition: ease-out 0.25s;
}

.section-title .back-to-top:hover svg path {
    fill: #000;
}

.section-title .back-to-top {
    color: #B1963C;
}

.section-title .back-to-top:hover {
    color: #B1963C;
}

.section-title .back-to-top:hover svg path {
    fill: #B1963C;
}

/* Equipment Grid */
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 40px;
    /* width: 100%; */
}

.equipment-card {
    border: 2px solid #F5F5F5;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.location, .hours, .serial {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
    padding: 0 25px;
}

.price {
    margin: 15px 0;
}

.price-reduced {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.price-original {
    text-decoration: line-through;
    color: #666;
}

.btn-view-product {
    display: block;
    background: #ffcc00;
    color: #000;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 500px) {
    .equipment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .section-title .back-to-top {
        font-size: 18px;
    }

    .listings-content .sort-select {
        width: 274px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .section-title a:not(.back-to-top):after {
        margin-left: 15px;
    }
}

@media (min-width: 1024px) {
    .equipment-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-title {
        font-size: 30px;
    }

    .section-title a:not(.back-to-top):after {
        margin-bottom: 2px;
    }
}

@media (min-width: 1200px) {
    .equipment-grid {
        display: grid;
        gap: 30px;
    }

    .section-title .back-to-top {
        color: #000;
    }

    .section-title .back-to-top svg path {
        fill: #000;
    }
}

/* Sort Dropdown */
.sort-dropdown {
    margin-bottom: 20px;
}

.sort-dropdown select {
    padding: 8px;
    min-width: 200px;
}

/* Load More Section */
.load-more {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.btn-load-more {
    background: #fff;
    color: #252526;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    border: solid 2px #FBC81F;
    font-size: 16px;
    font-weight: bold;
    width: max-content;
    display: block;
    margin: 20px auto 0;
    transition: all 0.2s ease;
}

.btn-load-more:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: #252526 transparent  transparent transparent;
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 7px;
    margin-bottom: 3px;
}

.btn-load-more:hover {
    background: #FBC81F;
}

.equipment-image {
    position: relative;
    width: 100%;
    height: auto;
}

.equipment-image img {
    width: 100%;
}

.equipment-details {
    color: #252525;
    font-size: 20px;
    padding: 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.equipment-details div {
   color: #252525;
   font-size: 18px;
   padding-top: unset;
   position: relative;
}

.equipment-details h3 {
    font-size: 24px;
    color: #252525;
    padding: 20px 20px 0;
}

.location-container {
    position: relative;
    padding: 0 20px;
}

.location-container .icon-location {
    position: absolute;
    left: 20px;
}

.price-sale-wp {
    position: relative;
    display: flex;
    background: #F5F5F5;
    margin-top: 30px;
    justify-content: center;
}

.price-sale-wp .price-reduced-indicator {
    position: absolute;
    left: 50%;
    transform: translate(-50% , 0);
    width: max-content;
    top: -13px;
    background: #B0190F;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.price-sale-wp .price {}

.price-sale-wp .original {
    text-decoration: line-through;
    color: #A7A6A6;
    display: none;
}

.price-sale-wp .reduced {
    color: #9B4C32;
    background: none;
}

.price-sale-wp .reduced strong {
    font-weight: 400;
}

.with-price-reduced .reduced {
    color: #B0190F;
}

.with-price-reduced .reduced strong {
    font-weight: bold;
}

.certified-img {
    max-width: 80px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.location-zip-filter {
    padding: 10px 0 40px 0;
}

.location-search {
    position: relative;
    display: flex;
    align-items: center;
}

.location-search input {
    width: 100%;
    padding: 14px 30px 14px 45px;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    font-size: 20px;
    color: #252525;
}

.location-search input:focus {
    outline: none;
    border-color: #F7B500;
}

.location-search .icon-location {
    position: absolute;
    left: 20px;
    color: #252526;
    font-size: 20px;
}

.location-search .clear-zip {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-search .clear-zip:hover {
    color: #333;
}

.location-filter,
.family-filter,
.attachment-filter,
.manufacturer-filter,
.model-filter,
.year-filter,
.hours-filter {
    background: #F5F5F5;
    padding: 10px 30px 26px 25px;
    margin: 0;
}

.filter-section h4 {
    color: #252525;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.location-filter {padding-top: 20px;}

.location-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.location-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 2px 0;
}

.location-name {
    flex-grow: 1;
}

.location-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 10px;
}

.location-dot.has-inventory {
    background-color: #ffb81c; /* CAT yellow */
}

.family-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    z-index: 5;
}

.family-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 2px 0;
}

.family-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.family-name {
    flex-grow: 1;
}

.family-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 10px;
}

.family-dot.has-inventory {
    background-color: #ffb81c;
}

.family-controls {
    display: flex;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.manufacturer-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
}

.manufacturer-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 2px 0;
}

.manufacturer-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.manufacturer-name {
    flex-grow: 1;
}

.manufacturer-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 10px;
    display: none;
}

.manufacturer-dot.has-inventory {
    background-color: #ffb81c;
}

.manufacturer-controls {
    display: flex;
    gap: 10px;
}

.model-list,
.year-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
}

.model-checkbox,
.year-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 2px 0;
}

.model-checkbox input[type="checkbox"],
.year-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.model-name,
.year-name {
    flex-grow: 1;
}

.model-dot,
.year-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 10px;
    display: none;
}

.model-dot.has-inventory,
.year-dot.has-inventory {
    background-color: #ffb81c;
}

.hours-slider {
    position: relative;
    height: 5px;
    margin: 30px 0;
}

.hours-values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

@media (min-width: 1200px) {
    .price-sale-wp {
        justify-content: unset;
    }

    .price-sale-wp .original {
        display: block;
    }

    .price-sale-wp .price-reduced-indicator {
        left: 20px;
        transform: unset;
    }
}

/* Firefox styles */
.hours-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffb81c;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    pointer-events: auto;
}

.reset-all-btn {
    width: max-content;
    padding: 6px 5px;
    background: #9B4C32;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}

.reset-all-btn:hover {
    background: #ffb81c !important;
    color: #000;
}

.reset-all-btn.active {
    background: #ffb81c;
    border-color: #ffb81c;
    color: #000;
}

.reset-all-btn.active svg path {
    fill: #000;
}

.reset-all-btn svg {
    width: 14px;
    height: 14px;
}

.reset-all-btn svg path {
    fill: #fff;
    transition: fill 0.2s ease;
}

.reset-all-btn:hover svg path {
    fill: #000;
}


/* Styling the scrollbar for webkit browsers */
.location-list::-webkit-scrollbar,
.family-list::-webkit-scrollbar,
.manufacturer-list::-webkit-scrollbar,
.model-list::-webkit-scrollbar,
.year-list::-webkit-scrollbar {
    width: 10px;
    background-color: #FFF;
}

.location-list::-webkit-scrollbar-track,
.family-list::-webkit-scrollbar-track,
.manufacturer-list::-webkit-scrollbar-track,
.model-list::-webkit-scrollbar-track,
.year-list::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 100px;
}

.location-list::-webkit-scrollbar-thumb,
.family-list::-webkit-scrollbar-thumb,
.manufacturer-list::-webkit-scrollbar-thumb,
.model-list::-webkit-scrollbar-thumb,
.year-list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #FBC81F;
}

.location-list::-webkit-scrollbar-thumb:hover,
.family-list::-webkit-scrollbar-thumb:hover,
.manufacturer-list::-webkit-scrollbar-thumb:hover,
.model-list::-webkit-scrollbar-thumb:hover,
.year-list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* Firefox scrollbar styling */
.location-list,
.family-list,
.manufacturer-list,
.model-list,
.year-list,
.attachment-list {
    /* scrollbar-width: thin; */
    /* scrollbar-color: #ccc #f1f1f1; */
    background: #fff;
    padding: 10px;
    padding: 0 10px 10px 10px;
}

/* Ensure the checkbox labels don't get cut off */
.location-checkbox,
.family-checkbox,
.manufacturer-checkbox,
.model-checkbox,
.year-checkbox {
    padding: 2px 0;
}

.deal-image {
    position: relative;
    height: 100%;
    z-index: 20;
    width: 100%;
    max-width: 400px;
}

.deal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certified-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px !important;
    height: auto !important;
}

.deal-details h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #252525;
    font-weight: bold;
}

.location {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #252525;
    margin-bottom: 10px;
    font-weight: bold;
}

.specs {
    color: #252525;
    margin-bottom: 0;
}

.specs div {
    margin-bottom: 15px;
    font-size: 18px;
}

.specs div > span {
    font-weight: bold;
}

.price {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    margin-top: 25px;
}

.view-product {
    position: relative;
    font-size: 16px;
    display: block;
    padding: 15px 16px;
    background: #ffb81c;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
}

.view-product:before {
    position: absolute;
    left: calc(50% + 69px);
    top: calc(50% - 1px);
    transform: translate(-50% , -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #252526;
    content: "";
    display: inline-block;
}

.view-product:hover {
    background: #ffa200;
    color: #fff;
}

.view-product:hover:before {
    border-color: transparent transparent transparent #fff;
}


/* Ensure cards have equal height */
.deal-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
}

.deal-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 2233;
    padding: 27px 28px;
    background: #fff;
    width: 100%;
    max-width: 400px;
}

.deal-details .icon-location {
    left: 0;
    position: absolute;
}

.deal-details .location {
    margin-bottom: 14px;
    font-size: 18px;
}

.deal-details .specs {
    padding-left: 25px;
}

.deal-details .price {
    margin-top: 10px;
    margin-bottom: 0;
}

.deal-details .price p {
    font-size: 20px;
    color: #9B4C32;
}

.deal-details .price-reduced-number {
    display: none;
}

.deal-details .view-product {
    margin-top: auto;
    background: no-repeat;
    color: #9B4C32;
    padding: 0;
    text-align: left;
    width: max-content;
}

.deal-details .view-product:hover:after {
    content: "";
    height: 2px;
    width: calc(100% + 14px);
    background: #9B4C32;
    position: absolute;
    bottom: -5px;
    left: 0;

}

.deal-details .view-product:before {
    right: 0;
    border-color: transparent transparent transparent #B0190F;
}

/* Attachment Filter Styles - matching other filters */

.attachment-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 15px;
    position: relative;
}

.attachment-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    cursor: pointer;
}

.attachment-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.attachment-name {
    flex-grow: 1;
    font-size: 14px;
}

.attachment-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    margin-left: 10px;
    display: none;
}

.attachment-dot.has-inventory {
    background: #ffb81c;
}

.attachment-controls {
    display: flex;
    gap: 10px;
}

.attachment-controls .control-btn.active {
    border-color: #ffb81c;
}

.price-input {
    width: 99px;
    padding: 4px 8px 4px 39px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 4px;
}

.price-input:focus {
    outline: none;
    border-color: #F7B500;
}

.values-wp__item strong {
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 20;
    font-weight: normal;
}

.values-wp__item {
    color: #252525;
}

.hours-input {
    width: 105px;
    padding: 4px 4px 4px 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 4px;
}

.hours-input:focus {
    outline: none;
    border-color: #F7B500;
}

/* Reuse existing slider styles for hours */
.hours-slider {
    position: relative;
    margin-bottom: 20px;
}

.no-results-message {
    text-align: center;
    padding: 40px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}

.filter-hint {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 375px) {
    .values-wp__item {
        padding: 5px 0 5px 9px;
    }

    .hours-input {
        padding: 4px 8px 4px 48px;
        width: 120px;
    }

    .values-wp__item strong {
        left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .deal-card {
        height: 293px;
        flex-direction: row;
        background: #fff;
    }

    .deal-details {
        background: transparent;
    }

    .deal-details,
    .deal-image {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .deal-card {
        max-width: 678px;
    }
}

.filter-group .family-list .family-name{
    max-width:175px;
}