@charset "utf-8";

/* Product Listings Common */
.m2-product-listing-container {
}
.m2-product-listing-container .list-form {
}

/* Product Listings: Cell */

.m2-product-listing-container .list-form > .product-listing {
}
.m2-product-listing-container .list-form > .product-listing > .col {
}
.product-item {
    position: relative;
    border: 1px solid #ececec;
    background-color: var(--m2-brand-white-color);
    border-radius: 1rem;
    height: 100%;
}
.product-item:hover {
    box-shadow: 2px 2px 8px rgb(0,0,0,0.25);
}
.product-item > .ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 120px; height: 120px;
  text-align: right;
}
.product-item > .ribbon > span {
  font-size: 13px;
  font-weight: bold;
  color: var(--m2-brand-dark-color);
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 160px;
  display: block;
  background-color: #F0BF4D;
  position: absolute;
  top: 36px; left: -32px;
}
.product-item > .ribbon > span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #DBAF46;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DBAF46;
}
.product-item > .ribbon > span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #DBAF46;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DBAF46;
}
.product-item > .ribbon-toner-oem > span {
}
.product-item > .ribbon-toner-compat > span {
    background-color: #ccc;
}
.product-item > .inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem;
}
.product-item > .inner-wrap > .top-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.product-item > .inner-wrap > .top-panel > .compare > input {
    display: none;
}
.product-item > .inner-wrap > .top-panel > .compare > label {
    display: block;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-color: var(--m2-brand-white-color);
    color: #545454;
    border: 1px solid #ececec;
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    cursor: pointer;
}
.product-item > .inner-wrap > .top-panel > .compare > input:checked + label {
    background-color: #F0BF4D;
}
.product-item > .inner-wrap > .top-panel > .compare > input[disabled] + label {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}
.product-item > .inner-wrap > .product-image {

}
.product-item > .inner-wrap > .product-image {
    position: relative;
}
.product-item > .inner-wrap > .product-image > a > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.product-item > .inner-wrap > .product-image > .product-notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.product-item > .inner-wrap > .product-image > .product-notice span {
    padding: 8px 10px;
    background: #ffffcc;
    border-radius: 15px;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ddd;
}
.product-item > .inner-wrap > .product-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.product-item > .inner-wrap > .product-info > .top-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 28px;
}
.product-item > .inner-wrap > .product-info > .top-toolbar > .inventory > label {
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    color: var(--m2-brand-dark-color);
    cursor: pointer;
}
.product-item > .inner-wrap > .product-info > .top-toolbar > .add-to-list > label {
    font-size: 14px;
    font-family: 'Quicksand-Regular';
    cursor: pointer;
}
.product-item > .inner-wrap > .product-info > .top-toolbar > .add-to-list > label > .ico {
    padding-right: 5px;
    font-size: 17px;
    vertical-align: middle;
}
.product-item > .inner-wrap > .product-info > .product-title {
}
.product-item > .inner-wrap > .product-info > .product-title > a {
    font-size: 0.9em;
    font-family: 'Quicksand-SemiBold';
    line-height: 1.5em;
    text-decoration: none;
    display: inline-block;
}
.m2-product-listing-container .splide .product-item > .inner-wrap > .product-info > .product-title > a {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipses;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-item > .inner-wrap > .product-info > .product-title > a > .oapl {
    color: #0b0;
}
.product-item > .inner-wrap > .product-info > .product-specs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
}
.product-item > .inner-wrap > .product-info > .product-specs > .item-no {
    font-size: 0.8em;
}
.product-item > .inner-wrap > .product-info > .product-specs > .rating,
.m2-product-details .summary-data .m2-reviews > .rating {
    display: flex;
    font-size: 15px;
    gap: 0.5rem;
}
.product-item > .inner-wrap > .product-info > .product-specs > .rating > .rating-stars > .star,
.m2-product-details .summary-data .m2-reviews > .rating > .rating-stars > .star {
    display: inline-block;
    padding-right: 0px;
    margin-right: 0px;
    color: #FBAF00;
    line-height: 13px;
}
.product-item > .inner-wrap > .product-info > .product-specs > .rating > .rating-stars,
.m2-product-details .summary-data .m2-reviews > .rating > .rating-stars {
    display: flex;
    justify-content: start;
    align-items: center;
}
.product-item > .inner-wrap > .product-info > .product-specs > .rating > .rating-count,
.m2-product-details .summary-data .m2-reviews > .rating > .rating-count {
    display: inline-block;
    font-size: 0.9em;
    letter-spacing: 0;
    color: var(--m2-brand-dark-color);
}
.product-item > .inner-wrap > .product-info > .product-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product-item > .inner-wrap > .product-info > .product-details > .product-contract {
    margin: 10px 0;
    text-align: center;
}
.product-item > .inner-wrap > .product-info > .product-details > .product-contract > .clabel {
    display: inline-block;
    margin: 0 auto 10px 0;
    border-radius: 15px;
    padding: 7px 10px;
    background-color: #666;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.product-item > .inner-wrap > .product-info > .product-details > .product-contract > .clabel > .m2-icons-fa-check {
    vertical-align: middle;
}
.product-item > .inner-wrap > .product-info > .product-details > .product-contract > .clabel.on-gsa-contract {
    background-color: var(--m2-gsa-blue-color);
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data {
    display: flex;
    gap: 20px;
    justify-content: start;
    flex: 1;
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors {
    display: flex;
    gap: 8px;
    justify-content: start;
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors > .toner-color-black {
    color: var(--m2-brand-white-color);
    background-color: var(--m2-brand-black-color);
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors > .toner-color-magenta {
    color: var(--m2-brand-white-color);
    background-color: #ed2891;
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors > .toner-color-yellow {
    color: var(--m2-brand-black-color);
    background-color: #fff200;
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors > .toner-color-cyan {
    color: var(--m2-brand-white-color);
    background-color: #00a1e4;
}
.product-item > .inner-wrap > .product-info > .product-details > .toner-data > .toner-colors > .toner-color-gray {
    color: var(--m2-brand-black-color);
    background-color: #c9c9c9;
}
.product-item > .inner-wrap > .product-info > .product-details > .msds-data {
}
.product-item > .inner-wrap > .product-nopurchase {
    margin-top: 0.5rem;
    overflow: hidden;
    min-height: 106px;
}
.product-item.compact > .inner-wrap > .product-nopurchase {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.product-item.compact > .inner-wrap > .product-nopurchase::after {
    content: 'See product for pricing';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--m2-brand-white-color);
    width: 100%;
}
.product-item > .inner-wrap > .product-purchase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing {
    display: flex;
    justify-content: space-between;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option {
    cursor: pointer;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option > .pricing-option-select {
    display: flex;
    align-items: center;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option > .pricing-option-select > span {
    font-size: 13px;
    line-height: 16px;
    padding-left: 5px;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option > .pricing-option-price {
    display: inline-block;
    margin-top: 5px;
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option > .pricing-option-price > span {
    font-family: 'Quicksand-Regular';
}
.product-item > .inner-wrap > .product-purchase > .product-pricing > .pricing-option > .pricing-option-price > span > strong {
    font-family: 'Quicksand-Semibold';
    font-size: 1.2em;
}

/*** BETA Product Delivery Styles
.product-item > .inner-wrap > .product-purchase > .product-delivery {
    margin: 0.5rem 0;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .delivery-info {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .delivery-info > .ico {
    width: 32px;
    height: 32px;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .delivery-info > .label {
    font-size: 15px;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .earliest {
    margin-bottom: 10px;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .earliest > .label {
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .earliest > .label > .date {
    font-family: 'Quicksand-Bold';
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .inventory > .label > .num-near {
    color: #3b96d1;
}
*/

.product-item > .inner-wrap > .product-purchase > .product-delivery {
    font-size: 0.9em;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .product-delivery-option {
    display: none;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .product-delivery-option.show {
    display: block;
}
.product-item > .inner-wrap > .product-purchase > .product-delivery > .product-delivery-option > .delivery-info {
    margin: 0;
}

.product-item > .inner-wrap > .product-purchase > .product-atc {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
.product-item > .inner-wrap > .product-purchase > .product-atc > .qty {
    width: 85px;
}
.product-item > .inner-wrap > .product-purchase > .product-atc > .atc-button {
    display: inline-block;
    width: 100%;
}
.product-item > .inner-wrap > .product-purchase > .product-atc > .atc-button > button {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .product-item > .inner-wrap > .product-info > .product-title > a {
        height: 85px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .product-item > .inner-wrap > .product-purchase > .product-delivery {
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .product-item > .inner-wrap > .product-purchase > .product-atc > .atc-button > button {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .m2-product-listing-container .splide .product-item > .inner-wrap > .product-purchase > .product-atc > .atc-button > button {
        font-size: 13px;
    }
}

/* Product Listings: List Mode */
.m2-product-listing-container .list-form > .product-listing.list-mode {
}

@media only screen and (min-width: 992px) {
    .list-mode .product-item > .inner-wrap > .top-panel {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
    }
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap {
        flex-direction: row;
        gap: 1.5rem;
    }
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap > .product-image {
        flex: 0 0 200px;
    }
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap > .product-info {
        flex-grow: 1;
    }
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap > .product-info > .product-title {
        height: auto;
    }
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap > .product-purchase,
    .m2-product-listing-container .list-form > .product-listing.list-mode > .col > .product-item > .inner-wrap > .product-nopurchase {
        flex: 0 0 260px;
    }
}

/* Product Listings: Grid Mode */
.m2-product-listing-container .list-form > .product-listing.grid-mode {
}

.m2-product-listing-container .splide {
    position: relative;
}
.m2-product-listing-container .splide > .splide__track {
    width: 100%;
    padding-bottom: 0.5rem;
}
.m2-product-listing-container .splide > .splide__arrows > .splide__arrow:disabled {
    display: none;
}
.m2-product-listing-container .splide > .splide__arrows > .splide__arrow {
    box-shadow: 0 2px 8px 0px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 576px) {
    .m2-product-listing-container .splide > .splide__arrows > .splide__arrow {
        width: 2.75rem;
        height: 2.75rem;
    }
    .m2-product-listing-container .splide > .splide__arrows > .splide__arrow svg {
        height: 1.5rem;
        width: 1.5rem;
    }
}

/* List controls */

.product-listing-controls {
}
.product-listing-controls > .near-me-panel {
}
.product-listing-controls > .near-me-panel > .instock-form {
    display: flex;
    gap: 0.75rem;
    justify-content: start;
    align-items: center;
}
.product-listing-controls > .near-me-panel > .instock-form .zip {
    padding-left: 20px;
    color: var(--m2-brand-blue-hc-color);
}
.product-listing-controls > .near-me-panel > .instock-form .user-zip {
    text-decoration: underline;
}
.product-listing-controls > .near-me-panel > .instock-form .new-zip {
    width: 150px;
}

.product-listing-controls > .actions-panel {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-end;
}
.product-listing-controls > .actions-panel > .show-inactive-panel {
}
.product-listing-controls > .actions-panel > .sortby-panel {
}
.product-listing-controls > .actions-panel > .sortby-panel > .sortby-form {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: right;
}
.product-listing-controls > .actions-panel > .sortby-panel > .sortby-form > .filter-label {
    white-space: nowrap;
    font-size: 0.8rem;
}
.product-listing-controls > .actions-panel > .sortby-panel > .sortby-form > .sortby-options {
    max-width: 200px;
    font-size: 0.9rem;
}

@media only screen and (min-width: 992px) {
    .product-listing-controls > .actions-panel > .sortby-panel > .sortby-form {
        gap: 0.75rem;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .product-listing-controls > .actions-panel > .sortby-panel > .sortby-form > .filter-label {
        font-size: 1rem;
    }
    .product-listing-controls > .actions-panel > .sortby-panel > .sortby-form > .sortby-options {
        font-size: 1rem;
    }
}

/* Attribute Filters */

.filter-wrap-placeholder {
    height: 0;
}
.filter-wrap.stay-fixed {
    position: fixed;
    top: 97px;
    left: 0;
    box-shadow: 0 8px 21px -12px rgba(0,0,0,.2);
    z-index: 25;
    width: 100%;
    padding: 0;
    background-color: var(--m2-brand-white-color);
}
.filter-panel {
}
.filter-selected-panel {
    display: none;
}
.filter-panel > .filter-list-wrapper {
    height: 38px;
    overflow: hidden;
    display: none;
}
.filter-panel > .filter-list-wrapper > .filter-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container {
    display: block;
    margin-right: 20px;
    cursor: pointer;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container.atb-type-toggle {
    display: none;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-dropdown {
    background-color: var(--m2-brand-white-color);
    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container.is-active > .filter-dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-dropdown > .l {
    align-items: center;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 180px;
    min-width: 140px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-dropdown > .l > .selected {
    display: none;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices {
    display: none;
    z-index: 5;
    position: absolute;
    top: 51px;
    left: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    width: 250px;
    background-color: var(--m2-brand-white-color);
    box-shadow: 2px 2px 4px rgb(0,0,0,0.15);
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container.is-active > .filter-choices {
    display: block;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.75);
    display: none;
}
.filter-popup .filter-list > .filter-container > .filter-choices > .loading-overlay {
    display: none;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .loading-overlay.show {
    display: block;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .loading-overlay > .inner {
    padding-top: 2rem;
    text-align: center;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper {
    scrollbar-width: auto;
    scrollbar-color: var(--m2-brand-blue-hc-color) var(--m2-brand-white-color);
    max-height: 440px;
    overflow-y: auto;
    padding: 10px 15px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper::-webkit-scrollbar {
    width: 13px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper::-webkit-scrollbar-track {
    background: var(--m2-brand-white-color);
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--m2-brand-blue-hc-color);
    border-radius: 10px;
    border: 3px solid var(--m2-brand-white-color);
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list {

}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option {
    padding: 5px 0;
    font-size: 1rem;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-2 {
    padding-left: 10px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-3 {
    padding-left: 20px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-4 {
    padding-left: 30px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.selected {
    font-family: 'Quicksand-Bold';
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option > label {
    display: flex;
    flex: 0 0 auto;
    cursor: pointer;
    align-items: top;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option input[type="checkbox"] {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-apply {
    border-top: 1px solid #dee2e6;
    padding: 15px;
    display: none;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-apply.open {
    display: block;
}
.filter-panel > .filter-list-wrapper > .filter-list > .filter-container > .filter-choices > .choices-apply > .apply-filter-btn {
    padding: 0px 20px;
    width: 100%;
}
.filter-panel > .filter-more-panel {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.25rem;
}
.filter-panel > .filter-more-panel > .filter-toggle {
    padding: 0.75rem 1rem;
    line-height: 0.9rem;
    height: auto;
    white-space: nowrap;
    max-width: 200px;
    font-size: 0.9rem;
    border-radius: 2rem;
}
.filter-panel > .filter-more-panel > .filter-toggle > svg {
    width: 16px;
    margin-left: 3px;
}
.filter-panel > .filter-more-panel > .filter-toggle > svg > path {
    fill: var(--m2-brand-white-color);
}
.filter-panel > .filter-more-panel > .filter-toggle:hover > svg > path {
    fill: var(--m2-brand-blue-hc-color);
}
.filter-panel > .filter-more-panel > .num-selected-caption {
    display: block;
    font-size: 0.8rem;
    color: var(--m2-brand-blue-hc-color);
    font-family: 'Quicksand-Medium';
}

@media only screen and (min-width: 992px) {
    .filter-panel {
        background-color: #f6f6f6;
        padding: 0.75rem 1.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        border-radius: 2rem;
    }
    .filter-selected-panel {
        display: block;
    }
    .filter-wrap.stay-fixed .filter-panel {
        padding: 0.75rem calc(1.25rem + 30px);
        border-radius: 0;
    }
    .filter-wrap.stay-fixed .filter-selected-panel {
        padding: 0 30px;
    }
    .filter-panel > .filter-list-wrapper {
        display: block;
    }
    .filter-panel > .filter-more-panel > .num-selected-caption {
        display: none;
    }
}

.filter-popup {
}
.filter-popup > .modal-dialog {
    max-width: 400px;
    margin: 0 auto 0 0;
    height: 100%;
    box-shadow: 0 0px 20px 0 rgba(0,0,0,.5);
}
.filter-popup > .modal-dialog > .modal-content {
    min-height: 100%;
    border-radius: 0;
}
.filter-popup > .modal-dialog > .modal-content > .modal-header {
    background-color: var(--m2-brand-blue-hc-color);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.25);
    border-radius: 0;
}
.filter-popup > .modal-dialog > .modal-content > .modal-header > .modal-title {
    font-size: 26px;
    font-family: 'Quicksand-Bold';
    color: var(--m2-brand-white-color);
}
.filter-popup > .modal-dialog > .modal-content > .modal-header > .btn-close {
    position: relative;
}
.filter-popup > .modal-dialog > .modal-content > .modal-body {
    padding: 0;
    scrollbar-width: auto;
    scrollbar-color: var(--m2-brand-blue-hc-color) var(--m2-brand-white-color);
}
.filter-popup > .modal-dialog > .modal-content > .modal-body::-webkit-scrollbar {
    width: 16px;
}
.filter-popup > .modal-dialog > .modal-content > .modal-body::-webkit-scrollbar-track {
    background: var(--m2-brand-white-color);
}
.filter-popup > .modal-dialog > .modal-content > .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--m2-brand-blue-hc-color);
    border-radius: 10px;
    border: 3px solid var(--m2-brand-white-color);
}
.filter-popup .filter-list {
    padding: 18px;
}
.filter-popup .filter-list > .filter-container {
    border-bottom: 1px solid #dee2e6;
}
.filter-popup .filter-list > .filter-container:last-child {
    border-bottom: none;
}
.filter-popup .filter-list > .filter-container > .filter-dropdown {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding: 14px 18px;
    cursor: pointer;
}
.filter-popup .filter-list > .filter-container > .filter-toggle {
    padding: 14px 18px;
    cursor: pointer;
}
.filter-popup .filter-list > .filter-container > .filter-toggle > label {
    display: flex;
    flex: 0 0 auto;
    cursor: pointer;
    align-items: top;
    font-size: 16px;
}
.filter-popup .filter-list > .filter-container > .filter-toggle > label .ico {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.filter-popup .filter-list > .filter-container > .filter-toggle > label > input[type="checkbox"] {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.filter-popup .filter-list > .filter-container > .filter-dropdown > .l,
.filter-popup .filter-list > .filter-container > .filter-toggle {
    font-size: 16px;
    font-family: 'Quicksand-Bold';
}
.filter-popup .filter-list > .filter-container > .filter-dropdown > .l > .selected {
    display: block;
    font-size: 13px;
    color: var(--m2-brand-blue-hc-color);
    font-family: 'Quicksand-Medium';
    margin-top: 0.2rem;
}
.filter-popup .filter-list > .filter-container > .filter-dropdown > .l > .selected:after {
    content: ' selected';
}
.filter-popup .filter-list > .filter-container > .filter-choices {
    padding: 0px 18px 12px 18px;
    display: none;
}
.filter-popup .filter-list > .filter-container > .filter-choices.open {
    display: block;
}
.filter-popup .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option {
    padding: 6px;
}
.filter-popup  .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-2 {
    padding-left: 15px;
}
.filter-popup  .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-3 {
    padding-left: 25px;
}
.filter-popup  .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.h-4 {
    padding-left: 35px;
}
.filter-popup  .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option.selected {
    font-family: 'Quicksand-Bold';
}
.filter-popup .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option > label {
    display: flex;
    flex: 0 0 auto;
    cursor: pointer;
    align-items: top;
    font-size: 16px;
}
.filter-popup .filter-list > .filter-container > .filter-choices > .choices-wrapper > .choices-list > .option input[type="checkbox"] {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.filter-popup .filter-list > .filter-container > .filter-choices > .choices-apply {
    display: none;
}
.filter-popup > .modal-dialog > .modal-content > .modal-footer {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px -4px 7px 0px rgba(0,0,0,0.25);
}
.filter-popup > .modal-dialog > .modal-content > .modal-footer .action {
    line-height: 32px;
    padding: 0 10px;
}

.filter-selected-list {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.75rem 1.25rem;
}
.filter-selected-list .filter-container {
    margin-right: 15px;
    padding: 6px 40px 6px 12px;
    border: 1px solid #dee2e6;
    border-radius: 18px;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.filter-selected-list .filter-container .close {
    color: #666;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 18px;
    border: 1px solid #dee2e6;
    width: 30px;
    height: 30px;
    padding: 4px 0 0 5px;
    background-color: var(--m2-brand-white-color);
}

/* Compare Feature */

#m2-plisting-compare-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--m2-brand-dark-color);
    box-shadow: 0 -8px 21px -12px rgba(0,0,0,.2);
    z-index: 25;
}
#m2-plisting-compare-panel .compare-wrap {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column-reverse;
}
#m2-plisting-compare-panel .compare-wrap .compare-label {
    display: none;
}
#m2-plisting-compare-panel .compare-wrap .compare-label span {
    font-family: 'Quicksand-Bold';
    font-size: 20px;
    color: var(--m2-brand-white-color);
}
#m2-plisting-compare-panel .compare-wrap .compare-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#m2-plisting-compare-panel .compare-wrap .compare-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#m2-plisting-compare-panel .compare-wrap .compare-controls > button {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    height: auto;
    line-height: 24px;
    font-family: 'Quicksand-Medium';
}
#m2-plisting-compare-panel .compare-wrap .compare-items > li {
    position: relative;
    padding: 8px;
    background-color: var(--m2-brand-white-color);
    border-radius: 6px;
}
#m2-plisting-compare-panel .compare-wrap .compare-items > li > .th {
    width: 40px;
    height: 40px;
}
#m2-plisting-compare-panel .compare-wrap .compare-items > li > .btn-close {
    position: absolute;
    top: -6px;
    right: -6px;
    color: var(--m2-brand-black-color);
    font-size: 12px;
    opacity: 1;
    background-color: var(--m2-brand-white-color);
    border-radius: 100%;
    line-height: 1;
    padding: 6px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,.2);
}
@media only screen and (min-width: 768px) {
    #m2-plisting-compare-panel .compare-wrap {
        flex-direction: row;
        margin: 20px 0;
    }
    #m2-plisting-compare-panel .compare-wrap .compare-items > li > .th {
        width: 50px;
        height: 50px;
    }
    #m2-plisting-compare-panel .compare-wrap {
        gap: 30px;
    }
    #m2-plisting-compare-panel .compare-wrap .compare-controls > button {
        font-size: 18px;
        padding: 0.25rem 1rem;
        line-height: 36px;
    }
}
@media only screen and (min-width: 992px) {
    #m2-plisting-compare-panel .compare-wrap {
        gap: 40px;
    }
    #m2-plisting-compare-panel .compare-wrap .compare-label {
        display: block;
    }
}

#m2-items-compare-table > thead > tr > th {
    text-align: center;
}
#m2-items-compare-table > tbody > tr > td {
    text-align: center;
    min-width: 200px;
}
#m2-items-compare-table > tbody > tr > td.f {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
}
#m2-items-compare-table > tbody > tr > td.v {
    font-size: 16px;
    line-height: 24px;
}
#m2-items-compare-table > tbody > tr.nm > td {
    background-color: #ffd;
}


.m2-product-delivery-dates {
}
.m2-product-delivery-dates > .delivery-details-wrap > .delivery-dates {
}
.m2-product-delivery-dates > .delivery-details-wrap.full > .delivery-dates > .range {
    font-family: 'Quicksand-Bold';
}
.m2-product-delivery-dates > .delivery-details-wrap > .delivery-location {
    margin-top: 0.5rem;
}
.m2-product-delivery-dates > .delivery-details-wrap.compact > .delivery-dates {
    display: inline;
}
.product-listing .m2-product-delivery-dates > .delivery-details-wrap > .delivery-dates,
.product-listing .m2-product-delivery-dates > .delivery-details-wrap > .delivery-location {
    display: inline;
}
.m2-product-delivery-dates > .delivery-details-wrap > .delivery-location > .loc {
    text-decoration: underline;
    cursor: pointer;
    color: var(--m2-brand-blue-hc-color);
}
.m2-product-delivery-dates > .delivery-details-wrap > .delivery-location > .loc-icon {
    background-image: url('data:image/svg+xml,<svg fill="%23027db6" height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 297 297" xml:space="preserve"><g><path d="M148.5,0C87.43,0,37.747,49.703,37.747,110.797c0,91.026,99.729,179.905,103.976,183.645 c1.936,1.705,4.356,2.559,6.777,2.559c2.421,0,4.841-0.853,6.778-2.559c4.245-3.739,103.975-92.618,103.975-183.645 C259.253,49.703,209.57,0,148.5,0z M148.5,272.689c-22.049-21.366-90.243-93.029-90.243-161.892 c0-49.784,40.483-90.287,90.243-90.287s90.243,40.503,90.243,90.287C238.743,179.659,170.549,251.322,148.5,272.689z"/><path d="M148.5,59.183c-28.273,0-51.274,23.154-51.274,51.614c0,28.461,23.001,51.614,51.274,51.614 c28.273,0,51.274-23.153,51.274-51.614C199.774,82.337,176.773,59.183,148.5,59.183z M148.5,141.901 c-16.964,0-30.765-13.953-30.765-31.104c0-17.15,13.801-31.104,30.765-31.104c16.964,0,30.765,13.953,30.765,31.104 C179.265,127.948,165.464,141.901,148.5,141.901z"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 24px;
    display: inline-block;
    width: 16px;
    height: 24px;
    vertical-align: top;
    padding-right: 1rem;
}

/* inactive products in search results */
.inactive-products {
}
.inactive-products-list .product {
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 25%;
    display: flex;
    background-color: var(--m2-brand-white-color);
}
.inactive-products-list > .product > .th {
    flex-shrink: 0;
}
.inactive-products-list > .product > .t {
    flex-grow: 1;
    margin-left: 0.75rem;
}
