.quantity-option {
    display: flex;
    flex-flow: row nowrap;
    margin: 8px 0 0 0;
    position: relative;
    border-bottom: 0 !important;
}

.newPriceView .quantity-option {
    margin-top: 0px;
}

.quantity-option.cardsPriceView {
    flex-flow: column;
}

.PBPip .quantity-option.cardsPriceView .dropdown > button {
    padding: 0.5rem 1.8rem 0.5rem 0.5rem; 
}

.splitQtyAndPriceWrapper {
    align-items: center;
}

.quantity-option.hasDiscount {
    display: none;
}

.quantity-option label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-b);
    padding: 0px 0 5px 0;
    color: #757779;
    margin: 10px 10px 0 0;
    flex: 0 0 auto;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.splitQtyAndPriceWrapper.quantity-option label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-b);
    padding: 0px;
    font-weight: 500;
    color: #585b58;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown button {
    border: 1px solid #585b58;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown button:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown.open button {
    border-color: var(--gray-medium);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    box-shadow: none;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown .caret {
    right: 8px;
}

.quantity-option .dropdown {
    min-width: 204px;
    max-width: 350px;
    max-height: 42px;
    position: relative;
}

.QuickView .inlineModal .quantity-option.cardsPriceView .dropdown {
    max-width: 302px;
}

.quantity-option .quantityDropdown {
    min-width: 56px;
    position: relative;
    margin: 0px 8px 0px 0px;
}

.options.quantity-option.scrollPos {
    position: fixed;
    top: 0px;
    z-index: 1001;
    right: 175px;
}

.quantity-option.scrollPos label {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.quantity-option.scrollPos .dropdown .dropdown-menu {
    min-width: 212px;
}

.quantity-option.scrollPos .quantityDropdown .dropdown-menu {
    min-width: 60px;
}

.quantity-option.scrollPos .dropdown {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.quantity-option.scrollPos .dropdown button .caret {
    right: 8px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button {
    width: 100%;
    padding: 0.5rem 1.8rem 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid var(--gray-dark);
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    font-size: var(--font-size-default);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button span {
    font-family: var(--sf-font-default);
    color: #58595b;
    font-weight: 400;
    line-height: 21px;
    font-size: var(--font-size-default);
}
.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.total-price {
    font-family: var(--sf-font-default);
    color: #58595b;
    font-size: var(--font-size-default);
    font-weight: 700;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button .caret {
    border-width: 6px;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) button .caret {
    border-width: 10px;
}


:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .caret {
    position: absolute;
    top: 43%;
    right: 12px;
    border-top: 4px dashed #2d3137;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .caret {
    position: absolute;
    top: 43%;
    right: 12px;
    border-top: 4px dashed #8E949F;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:hover {
    box-shadow: 0 0 0 2px var(--gray-medium);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:focus {
    box-shadow: 0 0 0 2px var(--deep-carrot);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:active:after {
    display: none;
}

.quantity-option .dropdown button:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    padding: 0.438rem 1.738rem 0.438rem 0.938rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown).open button .caret {
    transform: rotate(180deg);
}

.quantity-option .dropdown.open button {
    border-color: var(--gray-medium);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.438rem 1.738rem 0.438rem 0.938rem;
    box-shadow: none;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown).open button span {
    font-family: var(--sf-font-sohne-sb);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .btn-default:visited {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

:is(.quantity-option .dropdown button, .quantity-option.cardsPriceView .priceInfo) .product-quantity {
    display: inline-block;
    min-width: auto;
}


:is(.quantity-option .dropdown button, .quantity-option.cardsPriceView .priceInfo) span.unit-price {
    display: inline-block;
    min-width: auto;
}

:is(.quantity-option .dropdown button, .quantity-option .priceInfo) .product-quantity {
    text-align: left;
    display: inline-block;
    min-width: 25%;
    float: none;
}

:is(.quantity-option .dropdown button, .quantity-option .priceInfo) span.unit-price {
    display: inline-block;
    min-width: 75%;
    text-align: right;
    float: none;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) .product-quantity {
    float: left;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price {
    float: right;
}

.quantity-option .dropdown span.unit-price span.current-price {
    margin: 0px 12px 0 0px;
}

.quantity-option.cardsPriceView .dropdown span.unit-price span.current-price {
    margin: auto;
}


:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) span.unit-price.discounted span.current-price {
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper span.unit-price.discounted span.current-price{
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.current-price
{
    font-family: var(--sf-font-default);
    font-size: 14px;
    font-weight: 400; 
    color: #595855;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.total-price.discounted
{
    font-family: var(--sf-font-default);
    font-size: 14px;
    font-weight: 500; 
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.total-price.discounted {
    color: #D74012;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted span.current-price:before {
    content: 'Discounted Price: ';
    position: absolute;
    clip: rect(0 0 0 0);
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted del {
    color: #58595b;
    margin-right: 6px;
}

.quantity-option .priceInfo span.unit-price.discounted del,
.quantity-option .priceInfo span.unit-price span.current-price {
    margin-right: 8px;
    font-family: var(--sf-font-sohne-sb);
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted del:before {
    content: 'Original Price: ';
    position: absolute;
    clip: rect(0 0 0 0);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    min-width: 210px;
    overflow-x: clip;
    padding: 5px 0;
    margin: -2px 0 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid var(--gray-medium);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-default);
    width: 99%;
}

.quantity-option .quantityDropdown .dropdown-menu {
    max-height: 372px;
    min-width: 86px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item {
    font-weight: 500;
    line-height: 17px;
    padding: 8px 10px 8px 25px;
    cursor: pointer;
    width: calc(100% - 30px);
    position: relative;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.selected,
.qty-price-dropdown-item.selected {
    font-family: var(--sf-font-sohne-b);
    color: #58595b;
}


:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .dropdown-item.selected,
.qty-price-dropdown-item.selected {
    font-family: var(--sf-font-sohne);
}

li[id^='quantity-'].dropdown-item.selected>span.currentQuantity {
    font-family: var(--sf-font-sohne-b);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item:hover {
    background-color: #ebedf0;
}

.quantity-option.cardsPriceView .dropdown .dropdown-item {
    padding: 8px 10px 8px 15px;
}

.quantity-option.cardsPriceView .dropdown .mobile-options .dropdown-item {
    padding: 30px 10px 8px 15px;
}

.quantity-option.cardsPriceView .dropdown .dropdown-item.selected {
    background: #DBDDE1;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item:hover {
    background-color: #F5F5F5;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .dropdown-item:hover {
    background-color: #ebedf0;
    box-shadow: inset 0 0 0 1px var(--deep-carrot);
    outline: none;
    border-radius: 4px;
}

.quantity-option .quantityDropdown .mWebDropdown-menu .dropdown-item:focus {
    box-shadow: none;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.focus {
    background-color: #ebedf0;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front {
    position: absolute;
    margin-left: 10px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front svg.uig-svg-icon {
    width: 10px;
    height: 10px;
    margin-top: 9px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front svg.uig-svg-icon path {
    fill: #f05323;
    background-color: #f5f5f5;
}

:root {
    --checkBorderWidth: 2px;
    --checkHeight: 8px;
    --checkWidth: 4px;
    --checkBorderColor: var(--deep-carrot);
}

.check {
    display: inline-block;
    transform: rotate(35deg);
    height: 8px;
    height: var(--checkHeight);
    width: 4px;
    width: var(--checkWidth);
    border-bottom: 2px solid var(--deep-carrot);
    border-bottom: var(--checkBorderWidth) solid var(--checkBorderColor);
    border-right: 2px solid var(--deep-carrot);
    border-right: var(--checkBorderWidth) solid var(--checkBorderColor);
    position: absolute;
    left: 10px;
    top: -3px;
    bottom: 0;
    margin: auto;
}

.splitQtyAndPriceWrapper .quantityDropdown .check {
    left: 12px;
}

.splitQtyAndPriceWrapper .quantityDropdown .currentQuantity {
    padding: 5px;
    font-family: var(--sf-font-sohne-sb);
}

:is(.splitQtyAndPriceWrapper, .qty-price-dropdown-menu) .item-label {
    margin-right: 4px;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) .quantity-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    :is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) .quantity-wrapper {
        display: flex;
        justify-content: flex-start;
        grid-gap: 5px;
        gap: 5px;
    }
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) .quantity-wrapper {
    display: flex;
    justify-content: flex-start;
}

.quantity-option.cardsPriceView .dropdown .mobile-options .quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    transform:  translateY(-50%);
}


:is(.quantity-option .dropdown button, .quantity-option .priceInfo) .quantity-wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .product-quantity {
        width: 100%;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) .dropdown-item .unit-price {
        width: 100%;
        float: left;
    }

    .options.quantity-option.scrollPos {
        right: 75px;
    }
}

.mWebDropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 8px 0;
}

.mWebDropdown-menu::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #888;
}

.mobile-options {
    z-index: 2001;
}

.quantity-option .fade-bg {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    left: 0;
    top: 0;
}

.quantity-option .splitQtyAndPriceWrapper .fade-bg {
    z-index: 10000;
}

.quantity-option .splitQtyAndPriceWrapper .mobile-options {
    z-index: 10001;
}

@media (max-width: 844px) {
    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-menu {
        z-index: 2010;
    }
}

@media screen and (max-width: 991px) {
    .PBPip section .qty-cta-wrapper {
        width: 100%;
    }

    .quantity-option {
        width: 100%;
    }

    .PBPip .quantity-option .mobile-options .close {
        position: absolute;
        top: 0;
        left: unset;
        right: 0;
        --width: 25px;
    }

    .quantity-option .mobile-options {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 15px;
        z-index: 2001;
        width: calc(100% - 30px);
        background-color: var(--color-white);
        padding: 20px;
        box-sizing: border-box;
        left: 15px;
        border-radius: 8px;
        padding-top: 42px;
        max-height: 95%;
        overflow-y: scroll;
    }

    .quantity-option .mobile-options .close {
        display: block !important;
    }

    .quantity-option .mobile-options .mobile-options-label {
        color: #58595b;
        font-family: var(--sf-font-sohne-md);
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: uppercase;
    }

    .quantity-option .mobile-options.active {
        display: flex;
    }

    .quantity-option .dropdown {
        width: 100%;
        margin-right: 5px;
        max-width: none;
    }

    .quantity-option .quantityDropdown {
        max-width: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item {
        border: solid 1px #c6c7c9;
        border-radius: 4px;
        padding: 10px;
        align-items: center;
        justify-content: flex-start;
        background: #fff;
        position: relative;
        z-index: 3;
        margin-bottom: 8px;
        width: calc(100% - 22px);
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .product-quantity {
        margin-right: 5px;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) button span.unit-price {
        display: inline-block;
        min-width: unset;
        text-align: right;
        float: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button .product-quantity {
        min-width: unset;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .check,
    .qty-price-dropdown-menu .qty-price-dropdown-item .check {
        display: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) .dropdown-item .unit-price {
        float: left;
    }
}


:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.selected {
    font-family: var(--sf-font-sohne-b);
    background-color: #ebedf0;
}

.qty-price-dropdown-menu {
    overflow-y: scroll;
    z-index: 50;
    overflow-x: clip;
    padding: 5px 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    min-width: 330px;
    font-size: var(--font-size-default);
}

ul.qty-price-dropdown-menu:not(:has(del)) {
    min-width: 248px;
}

.qty-price-dropdown-item .dropdown-item-wrapper .qty-range-label {
    margin-right: 5px;
}

.mWebqty-price-dropdown-menu {
    overflow-y: scroll;
    z-index: 50;
    overflow-x: clip;
    padding: 5px 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    font-size: var(--sf-font-sohne-sb);
}

.qty-price-dropdown-item {
    font-weight: 500;
    line-height: 17px;
    padding: 8px 10px 8px 40px;
    position: relative;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne-sb);
}

.qty-price-dropdown-item .dropdown-item-wrapper {
    display: flex;
    justify-content: space-between;
}

.qty-price-dropdown-item .dropdown-item-wrapper span.unit-price.discounted del {
    color: #58595b;
    margin-right: 20px;
}

.qty-price-dropdown-item .dropdown-item-wrapper span.unit-price.discounted span.current-price {
    color: red;
    margin: 0 12px 0 0;
}

.splitQtyAndPriceWrapper .priceListLink>button {
    background: none;
    outline: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    color: #585b58;
    font-family: var(--sf-font-sohne);
    font-weight: 500;
    cursor: pointer;
    font-size: var(--font-size-default);
}

.qty-price-dropdown-item .check {
    left: 21px;
}

.quantityDropdown ul.mWebDropdown-menu li .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.quantityDropdown ul.mWebDropdown-menu li.selected {
    border: 2px solid var(--gray-medium);
}

@media screen and (max-width: 480px) {

    .quantity-option .priceInfo span.unit-price.discounted del,
    .quantity-option .priceInfo span.unit-price span.current-price {
        margin-right: 8px;
        font-family: var(--sf-font-sohne);
    }
}

/*# sourceMappingURL=storefe_8.15ca37758ccf9c.css.map*/