.account-selector .btn-account-selector {
    align-items: center;
    display: grid;
    font-size: .75rem;
    gap: 12px;
    grid-template-columns: auto min-content;
    height: 70px;
    margin: 0 .75rem;
    max-width: 16rem;
    width: 300px
}

@media screen and (min-width: 375px)and (max-width: 577px) {
    .account-selector .btn-account-selector {
        width:225px
    }
}

.account-selector .btn-account-selector:focus {
    box-shadow: none !important
}

.account-selector .btn-account-selector.account-selected {
    grid-template-columns: min-content minmax(0, 1fr) min-content
}

.account-selector .btn-account-selector .current-info-container {
    text-align: left
}

.account-selector .btn-account-selector .account-name,.account-selector .btn-account-selector .no-account-selected-placeholder {
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize
}

.account-selector .btn-account-selector .no-account-selected-placeholder {
    margin: 0;
    text-align: left
}

.account-selector .label {
    transform: translateY(-1px)
}

.account-selector-dropdown-menu {
    height: 100%;
    max-height: 28.65rem !important;
    max-width: 25rem !important;
    min-height: 28.65rem !important;
    min-width: 25rem !important;
    position: fixed
}

.account-selector-dropdown-menu.dropdown-menu {
    max-width: 300px;
    min-width: 300px
}

.account-selector-dropdown-menu .item-list-head {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    position: relative;
    text-transform: capitalize
}

.account-selector-dropdown-menu .accounts-list-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.account-selector-dropdown-menu .accounts-list-container .accounts-list {
    flex-grow: 1
}

.account-selector-dropdown-menu .accounts-list-container .btn-primary {
    margin-top: .5rem;
    width: 100%
}

.account-selector-dropdown-menu .accounts-list-container .dropdown-item {
    font-size: .825rem;
    font-weight: 500;
    text-transform: capitalize
}

.account-selector-dropdown-menu .accounts-list-container .inline-scroller {
    height: 100%
}

.account-selector-dropdown-menu .accounts-list-container .item-list-head .btn {
    position: absolute;
    right: .5rem
}

.account-selector-dropdown-menu .orders-list-container .inline-scroller {
    max-height: 15.25rem;
    min-height: 15.25rem
}

.account-selector-dropdown-menu .orders-list-container .orders-table a {
    text-decoration: none
}

.account-selector-dropdown-menu .orders-list-container .orders-table tr {
    font-size: .8rem;
    height: auto !important
}

.account-selector-dropdown-menu .orders-list-container .item-list-head .btn {
    left: .5rem;
    position: absolute
}

.add-to-wish-list .btn-sm {
    margin-right: -0.5rem;
    padding: .5rem
}

.add-to-wish-list .text-truncate-inline {
    padding-right: .5rem;
    position: relative
}

.add-to-wish-list .text-truncate-inline::after {
    background-color: var(--btn-secondary-border-color);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px
}

.add-to-wish-list .wish-list-icon {
    margin-left: .5rem
}

.rtl .add-to-wish-list .wish-list-icon,[dir=rtl] .add-to-wish-list .wish-list-icon {
    margin-left: auto;
    margin-right: .5rem
}

.status.workflow-status-data-renderer {
    background-color: #fff;
    border-color: #89a7e0;
    color: #2e5aac
}

.status.workflow-status-data-renderer.awaiting-pickup,.status.workflow-status-data-renderer.draft,.status.workflow-status-data-renderer.expired,.status.workflow-status-data-renderer.in-progress,.status.workflow-status-data-renderer.partially-refunded,.status.workflow-status-data-renderer.partially-shipped,.status.workflow-status-data-renderer.pending,.status.workflow-status-data-renderer.processing,.status.workflow-status-data-renderer.on-hold,.status.workflow-status-data-renderer.shipped {
    border-color: #ff8f39;
    color: #863a00
}

.status.workflow-status-data-renderer.denied,.status.workflow-status-data-renderer.disputed,.status.workflow-status-data-renderer.cancelled,.status.workflow-status-data-renderer.declined {
    border-color: #f48989;
    color: #da1414
}

.status.workflow-status-data-renderer.approved,.status.workflow-status-data-renderer.completed,.status.workflow-status-data-renderer.refunded,.status.workflow-status-data-renderer.subscription,.status.workflow-status-data-renderer.completed {
    border-color: #5aca76;
    color: #287d3d
}

.product-gallery .arrow {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent 50%);
    background-position: 99%;
    background-size: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all ease 100ms;
    width: 20%
}

.product-gallery .arrow:hover {
    background-position: 0%
}

.product-gallery .arrow.next {
    cursor: e-resize;
    right: 0;
    transform: rotate(180deg)
}

.product-gallery .arrow.prev {
    cursor: w-resize;
    left: 0
}

.product-gallery .card {
    position: relative
}

.product-gallery .gallery-overlay {
    background: #fff;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10000
}

.product-gallery .gallery-overlay img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-gallery .gallery-thumbnails {
    display: flex;
    height: 80px;
    overflow-x: auto
}

.product-gallery .gallery-thumbnails>img,.product-gallery .gallery-thumbnails>div {
    flex: 0 0 75px;
    margin-right: 1rem
}

.product-gallery .gallery-thumbnails>img:last-child,.product-gallery .gallery-thumbnails>div:last-child {
    margin-right: 0
}

.product-gallery .gallery-thumbnails .product-img {
    object-fit: cover;
    object-position: center
}

.product-gallery .loading-animation {
    background-color: rgba(255,255,255,.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-gallery .loading-animation::after {
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    top: 50%
}

.product-gallery .main-image {
    cursor: zoom-in;
    height: 500px;
    position: relative
}

.product-gallery .main-image .product-img {
    object-fit: contain
}

.product-gallery .product-img {
    height: 100%;
    width: 100%
}

.info-box {
    font-size: 14px
}

.info-box .action {
    line-height: 1;
    margin-right: -4px;
    margin-top: -4px;
    padding: 4px
}

.info-box .header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

.info-box .item {
    padding-bottom: 14px
}

.info-box .item:last-child {
    padding-bottom: 0
}

.info-box .item .title {
    padding-right: 10px
}

.add-or-create .list-group {
    margin-bottom: 0
}

.add-or-create .list-group-header,.add-or-create .list-group-item {
    background-color: transparent;
    border: 0
}

.add-or-create .table-responsive tr:first-child td {
    border-top: none
}

.add-or-create.has-focus .list-group-item.is-selected::before {
    background-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: calc(50% - 3px);
    width: 6px
}

.expose {
    --transition-time: 200ms
}

.expose__content {
    --transition-delay: var(--transition-time);
    position: relative;
    transition: box-shadow var(--transition-time) ease,z-index 0s ease var(--transition-delay);
    z-index: 0
}

.expose.is-open .expose__content {
    --transition-delay: 0s;
    box-shadow: 0 40px 40px -40px rgba(0,0,0,.3);
    width: 100%;
    z-index: 801
}

.expose__backdrop {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all ease var(--transition-time);
    z-index: 800
}

.expose.is-open .expose__backdrop {
    opacity: .7;
    pointer-events: all
}

.mini-cart {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 200ms ease-out;
    transition-delay: unset;
    width: 100vw;
    z-index: 999
}

.mini-cart:not(.is-open) {
    height: 64px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: height 0ms ease-out,width 0ms ease-out;
    transition-delay: 200ms;
    width: 64px;
    z-index: 0
}

.mini-cart-overlay {
    background-color: rgba(0,0,0,.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 200ms ease-out;
    width: 100%
}

.mini-cart:not(.is-open) .mini-cart-overlay {
    background-color: transparent
}

.mini-cart-opener {
    align-items: center;
    color: var(--mini-cart-icon-color, #6b6c7e);
    display: flex;
    height: 64px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px
}

.mini-cart-opener::before {
    align-items: center;
    background-color: #0b5fff;
    border-radius: 50%;
    color: #fff;
    content: '\FEFF' attr(data-badge-count);
    display: flex;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    left: 50%;
    line-height: 1;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transform: translate(17px, -7px);
    transition: all ease 200ms;
    width: 18px
}

.mini-cart-opener:not(.has-badge)::before {
    opacity: 0;
    transform: scale(0.1) translate(17px, -7px)
}

.mini-cart-close,.mini-cart-opener {
    background: transparent;
    border: 0
}

.mini-cart-submit {
    background-color: #fff;
    flex-basis: auto;
    flex-grow: initial;
    flex-shrink: 0;
    padding: 1em;
    width: 100%;
    z-index: 2
}

.mini-cart-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 600px;
    z-index: 999
}

.mini-cart-wrapper-items {
    background-color: #fff;
    flex: 1;
    overflow: hidden
}

.mini-cart:not(.is-open) .mini-cart-wrapper {
    transform: translate3d(920px, 0, 0);
    z-index: 0
}

.rtl .mini-cart:not(.is-open) .mini-cart-wrapper {
    transform: translate3d(-920px, 0, 0)
}

.mini-cart .empty-cart {
    align-items: center;
    color: #f1f2f5;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.mini-cart .empty-cart-icon {
    color: #f1f2f5;
    font-size: 6rem
}

.mini-cart .empty-cart-label {
    color: #cdced9;
    font-size: 1.2rem;
    max-width: 220px;
    text-align: center
}

.mini-cart .loading-cart {
    align-items: center;
    color: #f1f2f5;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.mini-cart .mini-cart-header {
    background-color: #f7f8f9;
    box-sizing: border-box;
    flex-basis: auto;
    flex-grow: inherit;
    flex-shrink: 0
}

.mini-cart .mini-cart-header-block {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 14px 21px
}

.mini-cart .mini-cart-header-actions {
    align-items: center;
    display: flex;
    height: 33px
}

.mini-cart .mini-cart-header-actions .actions {
    animation: showActions 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
    display: inline;
    opacity: 0
}

.mini-cart .mini-cart-header-actions .actions.hide {
    display: none
}

.mini-cart .mini-cart-header-actions .actions .action {
    font-size: .75rem;
    font-weight: 500;
    padding: 2px
}

.mini-cart .mini-cart-header-actions .actions .action:last-child {
    border-left: 2px solid #f1f2f5;
    border-radius: 0;
    height: auto;
    margin-left: .25rem;
    padding-left: .5rem
}

@keyframes showActions {
    to {
        opacity: 1
    }
}

.mini-cart .mini-cart-header .confirmation-prompt {
    animation: askConfirmation 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
    display: inline-block;
    opacity: 0;
    transform: translate3d(920px, 0, 0)
}

.mini-cart .mini-cart-header .confirmation-prompt.hide {
    display: none
}

.rtl .mini-cart .mini-cart-header .confirmation-prompt {
    transform: translate3d(-920px, 0, 0)
}

.mini-cart .mini-cart-header .confirmation-prompt .btn {
    border-color: #cdced9;
    height: 30px;
    margin-left: 10px;
    padding: 0;
    width: 45px
}

.mini-cart .mini-cart-header .confirmation-prompt .btn:not(:hover) {
    background-color: #fff
}

.mini-cart .mini-cart-header .confirmation-prompt .btn:hover {
    border-color: transparent
}

@keyframes askConfirmation {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.mini-cart .mini-cart-header .items {
    font-weight: 600
}

.mini-cart .mini-cart-header h3 {
    margin: 10px 0
}

.mini-cart .mini-cart-item {
    align-items: center;
    border-bottom: 1px solid rgba(180,187,201,.2);
    display: grid;
    font-size: 12px;
    max-height: 200px;
    grid-template-areas: "info quantity price delete" "errors errors errors errors";
    grid-template-columns: auto 90px minmax(min-content, 100px) min-content;
    overflow: visible;
    position: relative;
    transition: height .2s ease-in,padding .1s ease-in;
    width: 100%
}

.mini-cart .mini-cart-item .mini-cart-item-anchor {
    align-items: center;
    color: inherit;
    display: flex;
    grid-area: info;
    padding: 1rem;
    text-decoration: inherit
}

.mini-cart .mini-cart-item .mini-cart-item-thumbnail {
    align-self: flex-start;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    overflow: hidden;
    position: relative;
    width: 70px
}

.mini-cart .mini-cart-item .mini-cart-item-info {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mini-cart .mini-cart-item .mini-cart-item-info *:not(.mini-cart .mini-cart-item .mini-cart-item-info .child-items-quantity) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mini-cart .mini-cart-item .mini-cart-item-info.has-options {
    align-items: initial;
    display: grid;
    height: 100%
}

.mini-cart .mini-cart-item .mini-cart-item-info.has-options .item-info-base {
    align-self: flex-start
}

.mini-cart .mini-cart-item .mini-cart-item-info.has-options .item-info-extra {
    align-self: flex-end
}

.mini-cart .mini-cart-item .mini-cart-item-info .child-items {
    font-weight: 600
}

.mini-cart .mini-cart-item .mini-cart-item-info .child-items .child-item {
    display: flex
}

.mini-cart .mini-cart-item .mini-cart-item-info .child-items .child-item-quantity {
    padding-right: .5em;
    text-align: right;
    width: 20%
}

.mini-cart .mini-cart-item .mini-cart-item-info .child-items .child-item-info p:nth-child(2) {
    font-weight: 400
}

.mini-cart .mini-cart-item .mini-cart-item-info .item-info-replacement {
    align-items: center;
    display: flex;
    gap: .4em
}

.mini-cart .mini-cart-item .mini-cart-item-info p,.mini-cart .mini-cart-item .mini-cart-item-info h5,.mini-cart .mini-cart-item .mini-cart-item-info h6 {
    margin: 0
}

.mini-cart .mini-cart-item .mini-cart-item-price {
    grid-area: price;
    padding: 1rem;
    text-align: right
}

.mini-cart .mini-cart-item .mini-cart-item-price .price {
    grid-template-areas: unset
}

.mini-cart .mini-cart-item .mini-cart-item-price .price-value {
    display: block;
    font-size: .9rem !important;
    margin: 0 !important
}

.mini-cart .mini-cart-item .mini-cart-item-delete {
    font-size: 1rem;
    grid-area: delete;
    padding-right: 1rem
}

.mini-cart .mini-cart-item.is-removed {
    border: 0;
    max-height: 0;
    overflow-y: hidden;
    padding: 0;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper .mini-cart-item-is-removing {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 100%;
    position: relative;
    width: 100%
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper.active {
    pointer-events: auto
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper.active .mini-cart-item-is-removing {
    animation: isRemoving 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper.canceled .mini-cart-item-is-removing {
    animation: isCanceled 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards
}

.rtl .mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper.active .mini-cart-item-is-removing {
    animation: isRemovingRTL 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards
}

.rtl .mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper.canceled .mini-cart-item-is-removing {
    animation: isCanceledRTL 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards
}

.mini-cart .mini-cart-item .mini-cart-item-is-removing-wrapper .btn-link {
    font-size: 12px;
    padding: 0
}

@keyframes isRemoving {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes isCanceled {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes isRemovingRTL {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes isCanceledRTL {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

.mini-cart .mini-cart-item .mini-cart-item-errors {
    background-color: #f1f2f5;
    color: #da1414;
    font-weight: 600;
    grid-area: errors;
    max-width: 100%;
    overflow: hidden;
    padding: 1rem
}

.mini-cart .mini-cart-item .mini-cart-item-errors span {
    margin-left: 10px
}

.mini-cart .mini-cart-items-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.mini-cart .mini-cart-items-list .info-wrapper .alert {
    margin: 0 1rem
}

.mini-cart .mini-cart-items-list .summary-table {
    border-top: 1px solid #f1f2f5;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 12px 0;
    position: relative
}

.mini-cart .mini-cart-items-list .summary-table div:nth-child(2n+1) .summary-table-item {
    font-size: 12px
}

.mini-cart .mini-cart-items-list .summary-table-loader {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mini-cart .mini-cart-cart-items {
    flex: 1;
    overflow-y: auto
}

.mini-cart .mini-cart-cart-items::-webkit-scrollbar {
    width: 5px
}

.mini-cart .mini-cart-cart-items::-webkit-scrollbar-track {
    background: transparent
}

.mini-cart .mini-cart-cart-items::-webkit-scrollbar-thumb {
    background: #cdced9
}

.mini-cart .request-quote-wrapper {
    background-color: #fff;
    font-size: 1rem;
    padding: 0 1em 1em
}

.mini-compare {
    background: #fff;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    box-shadow: 0 17px 84px 0 rgba(52,55,62,.2);
    display: inline-flex;
    left: 50%;
    opacity: .3;
    padding: 1rem;
    position: fixed;
    transform: translateX(-50%) translateY(100%);
    transition: transform .2s ease-in,opacity .2s ease-in
}

.mini-compare.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    z-index: 5
}

body.open .mini-compare {
    transform: translateX(calc(-50% + 160px)) translateY(100%)
}

body.open .mini-compare.active {
    opacity: 1;
    transform: translateX(calc(-50% + 160px)) translateY(0)
}

.mini-compare-item {
    margin-right: 1rem;
    position: relative
}

@media screen and (hover: none) {
    .mini-compare-item {
        margin-right:1rem
    }
}

.mini-compare-item::after {
    border: 2px dashed #e7e7ed;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in
}

.mini-compare-item.active::after {
    opacity: 0
}

.mini-compare-item.active .mini-compare-delete {
    opacity: 1;
    transform: scale(1) translate(50%, -50%)
}

.mini-compare-item.active .mini-compare-thumbnail-container {
    opacity: 1;
    transform: scale(1)
}

.mini-compare-thumbnail {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mini-compare-thumbnail-container {
    opacity: 0;
    position: relative;
    transform: scale(0.6);
    transition: all .2s ease-in
}

.mini-compare-delete {
    align-items: center;
    background-color: #da1414;
    border: none;
    border-radius: 4px;
    color: #f7f8f9;
    display: inline-flex;
    font-size: 12px;
    height: 1.2rem;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    transition: all .2s ease-in;
    width: 1.2rem;
    z-index: 10
}

.mini-compare-delete .lexicon-icon {
    margin-top: -1px
}

.modal-iframe-wrapper {
    background: #fff;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0
}

.modal-iframe-wrapper .modal-iframe-content {
    padding: 1.5rem
}

.modal-iframe-wrapper .modal-iframe-footer {
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #e7e7ed;
    bottom: 0;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    right: 0
}

.modal-iframe-wrapper .modal-iframe-header {
    background-color: #fff;
    padding: 1rem 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100
}

.price-label,.price-value {
    font-weight: 500
}

.price-label {
    font-size: .8rem
}

.price-value {
    font-weight: 500
}

.price-value-discount,.price-value-final {
    color: #da1414
}

.price-value-inactive {
    color: #6b6c7e !important;
    text-decoration: line-through
}

.price-value-percentages {
    font-size: 10px;
    white-space: nowrap
}

.price-value-percentages::after {
    color: #6b6c7e;
    content: " | "
}

.price-value-percentages:last-child::after {
    content: ""
}

.price-value.price-on-application {
    color: #2e5aac
}

.price-value-promo {
    color: #da1414
}

.price.compact .price-label {
    display: none
}

.price.compact .price-value-inactive {
    margin-right: 1rem
}

.price:not(.compact) {
    align-items: center;
    display: grid;
    grid-template-areas: "label value"
}

.price:not(.compact) .price-value {
    font-size: 1rem !important;
    text-align: right
}

.price:not(.compact) .price-value-final,.price:not(.compact) .price-value-promo {
    font-size: 1.5rem
}

.product-card a {
    text-decoration: none
}

.product-card-tiles {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    margin-bottom: 1rem
}

@media(max-width: 1024px) {
    .product-card-tiles {
        grid-template-columns:repeat(auto-fill, minmax(13.125rem, 1fr))
    }
}

@media all and (-ms-high-contrast: none) {
    .product-card-tiles {
        display: flex;
        flex-wrap: wrap
    }

    .product-card-tiles::before,.product-card-tiles::after {
        content: "";
        order: 100
    }

    .product-card-tiles::before,.product-card-tiles::after,.product-card-tiles .product-card {
        flex: 1 1 15rem;
        margin: 0 1rem 1rem 0
    }
}

.product-card .product-card-picture {
    height: 190px;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.product-card .two-lined-description {
    display: -webkit-box;
    height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.products-comparison-table thead td {
    padding: 0
}

.products-comparison-table .card-item-first {
    padding: .25rem
}

.products-comparison-table .product-card {
    border: none;
    box-shadow: none;
    margin: 0
}

.form-control-lg.quantity-selector {
    min-width: 8rem
}

.quantity-selector-popover {
    bottom: auto;
    top: auto
}

.quantity-selector-popover .popover-body {
    padding: .25rem .5rem
}

.quantity-selector-popover .popover-body li:last-child {
    border-bottom: none
}

.step-tracker {
    display: flex;
    overflow: hidden;
    width: 100%
}

.step-tracker .step {
    align-items: center;
    clip-path: polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, -8px 100%, 11px 50%, -8px 0);
    display: flex;
    flex-basis: 100%;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 8px 12px;
    position: relative;
    text-align: center
}

.step-tracker .step:first-child {
    clip-path: polygon(calc(100% - 10px) 0%, calc(100% + 8px) 50%, calc(100% - 10px) 100%, 0 100%, 0 0)
}

.step-tracker .step:last-child {
    clip-path: polygon(100% 0%, 100% 100%, -8px 100%, 11px 50%, -8px 0)
}

.step-tracker .step:not(:first-child)::before {
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 11px
}

.step-tracker .step:not(:last-child)::after {
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 11px
}

.step-tracker .step.active {
    background-color: #a1e7cc;
    color: #26966b
}

.step-tracker .step.active:not(:first-child)::before,.step-tracker .step.active:not(:last-child)::after {
    background-color: #a1e7cc
}

.step-tracker .step.active .step-label {
    color: currentColor
}

.step-tracker .step.completed {
    background-color: #3ccd95;
    color: #fff
}

.step-tracker .step.completed:not(:first-child)::before,.step-tracker .step.completed:not(:last-child)::after {
    background-color: #3ccd95
}

.step-tracker .step.completed .step-label {
    color: currentColor
}

.step-tracker .step.inactive {
    background-color: #fff;
    color: #a7a9bc
}

.step-tracker .step.inactive:not(:first-child)::before,.step-tracker .step.inactive:not(:last-child)::after {
    background-color: #fff
}

.step-tracker .step.inactive .step-label {
    color: currentColor
}

.step-tracker .step .step-label {
    color: #a7a9bc
}

@media screen and (max-width: 1024px) {
    .step-tracker {
        flex-wrap:wrap
    }

    .step-tracker .step {
        clip-path: none !important
    }

    .step-tracker .step::before {
        display: none
    }

    .step-tracker .step::after {
        background: none !important;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid currentColor;
        height: 0 !important;
        left: calc(50% - 6px) !important;
        top: 100% !important;
        z-index: 1
    }
}

.summary-table-item {
    font-size: .875rem
}

.summary-table-item-big {
    font-size: 1rem
}

.cell-comment {
    cursor: pointer
}

.cell-comment svg {
    pointer-events: none
}

.commerce-admin-header {
    position: sticky;
    z-index: 989
}

.has-control-menu .commerce-admin-header {
    top: 56px
}

.ie11 .commerce-admin-header {
    position: static
}

.commerce-header {
    position: sticky;
    top: 0;
    z-index: 900
}

.has-control-menu .commerce-header {
    top: 48px
}

@media screen and (min-width: 576px) {
    .has-control-menu .commerce-header {
        top:56px
    }
}

.commerce-header .header-details {
    max-width: 300px
}

@media screen and (max-width: 576px) {
    .commerce-header .header-details {
        flex-grow:1;
        width: 0
    }
}

@media screen and (min-width: 576px) {
    .commerce-header .header-details {
        min-width:100px
    }
}

.commerce-header .header-assign-label {
    font-size: .625rem;
    left: 13px;
    top: -7px
}

.commerce-header .header-assign-button {
    min-width: 100px
}

.filter-panel-head.active .panel-header-link {
    background-color: #eef2fa
}

.list-group-no-bordered .list-group-item {
    border-width: 0 0 1px;
    margin-bottom: 0
}

.list-group-no-bordered .list-group-item:last-child {
    border-width: 0
}

.modal-lg,.modal-xl {
    max-width: 800px
}

.row.vertically-divided {
    overflow: hidden
}

.row.vertically-divided>[class*=col]::after {
    border-right: 1px solid #e6e7ed;
    bottom: 0;
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 0
}

.row.vertically-divided>[class*=col]:last-child::after {
    border-color: transparent
}

.skeleton {
    border-color: transparent !important;
    overflow: hidden;
    position: relative
}

.skeleton::after {
    animation: skeleton-glow 1s ease-in-out alternate-reverse infinite;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes skeleton-glow {
    from {
        background-color: #ebebeb
    }

    to {
        background-color: #fff
    }
}

.sorting-icons-wrapper .sorting-icon:nth-child(2) {
    left: -6px;
    position: relative
}

.sorting-icons-wrapper .sorting-icon:not(.active) {
    opacity: .5
}

.sticky-header-menu {
    border-bottom: 1px solid #e7e7ed;
    position: sticky;
    z-index: 899
}

.sticky-header-menu .navbar {
    border-bottom: none
}

/*# sourceMappingURL=main.css.map */
