.listing {
	height: initial;
}
.retailer-col-nav .btn-primary > a {
    color:  #fff;
}

.wishlist-icon > a, .shopping-cart-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 .5em !important;
}
.wishlist-icon > a i {
    margin: 0;
}
.shopping-top-filters > div {
	display: flex;
	align-items: center;
}
.auto-query-nav-panel-btn {
    font-size: 14px;
    padding: .333em !important;
}
.aq-filter .btn,
sort-options .btn-primary {
	font-size: 14px;
    padding: .5em !important;
}
.multi-view-right {
	width: 100%;
}
shopping-multi-view > .row {
	display: flex;
}

@media (max-width: 560px) {
	.shopping-top-filters div[left] {
		display: none;
	}
}
.product-info {
    position: absolute;
    right: 100px;
    top: -80px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    min-width: 200px;
    padding: 5px;
    text-align: right;
    font-weight: 800;
    text-align: left;
    border: 1px solid #ddd;
    max-width: 300px;
}

product-list-shop-viewer {
    display: block;
    overflow: hidden;
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer {
        width:200%;
        transition: .25s ease-in-out .25s;
    }
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer.wishlist-mobile {
        transform:translateX(-50%);
    }
}

product-list-shop-viewer div#product-list-shop-viewer ul {
    margin: 0;
    list-style: none;
}

product-list-shop-viewer div#product-list-shop-viewer .row {
    margin: 0 auto;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs {
    background: #e4e4e4;
    border-bottom: initial;
    display: flex;
    padding: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs .other-lists {
    list-style: none;
    margin: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li {
    float: none;
    margin: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
    border-top: .25em solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: none;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    display: inline-block;
    margin: 0;
    padding: .5em 1em;
    font-size: 1.25em;
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover,product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
        font-size:1em;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a {
    border-color: #000 !important;
    background-color: #fff;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
    outline: none;
    outline-offset: initial;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
    display: none;
    flex-flow: row nowrap;
    gap: 4em;
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
        gap:0;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane.active {
    display: flex;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
    min-width: 18em;
    padding: 1em 0;
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
        min-width:initial;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .shared-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .active {
    background-color: #e4e4e4;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab a {
    display: block;
    padding: .5em 1em;
    text-transform: capitalize;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .btn-new-list {
    background: #a0a0a0;
    color: #fff;
    font-size: 1.25em;
    margin-top: 1em;
    padding: 0.5em 1em;
    text-align: center;
    width: 100%;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .rep-info {
    display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results {
    flex-grow: 1;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 1em;
    padding: 1em;
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
        gap:.5em;
        flex-flow: row wrap;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
    margin-right: auto;
    text-transform: capitalize;
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
        flex:initial;
        order: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn {
        font-size:.75em;
        order: 2;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-link {
    background: #a0a0a0;
    color: #fff;
}

@media (min-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-show-lists {
        display:none;
    }
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-show-lists {
        font-size:1em;
        order: 1;
        margin-right: auto;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    display: flex;
    gap: 2em;
    margin: 0;
    padding: 1em 0;
}

@media (max-width: 700px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
        flex-direction:column;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:before,product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:after {
    display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-image {
    flex: 1 1 0px;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    display: flex;
    flex: 3 1 0px;
    gap: 2em;
}

@media (min-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
        align-items:center;
    }
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
        flex:2 1 0px;
        flex-direction: column;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
    flex: 2 1 0px;
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
        flex:1 1 0px;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info h3 {
    margin-top: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
    flex: 1 1 0px;
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
        width:100%;
        max-width: 24em;
    }
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .long-description {
    max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .add-to-list-row {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .product-price {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: .25em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .msrp {
    font-size: 1em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div {
    display: flex;
    max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type {
    display: flex;
    flex-grow: 1;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type .available-on {
    margin-left: auto;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results product-one-up-color-options {
    display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .btn-add-to-cart-shop {
    background-color: #000;
    color: #fff;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .btn-descriptive-text {
    font-size: .75em;
    margin-left: .25em;
    vertical-align: middle;
}

@media (max-width: 1221px) {
    product-list-shop-viewer div#product-list-shop-viewer .tab-pane > div {
        flex:1 1 0px;
        width: initial;
    }
}


@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid #ddd;
	}
	.navbar-nav .open .dropdown-menu * {
        float: none !important; 
    }
	header .dropdown .row:not(.top .row) {
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 4rem;
	}
	header .dropdown .column {
		padding: 0 1em;
	}
	header .dropdown .column:has(.img-responsive) {
		display: none;
	}
}
header .top a:not(.top .dropdown-menu a) {
	color: inherit;
}


.update-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 998;
}

.update-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
	width: 100%;
	max-width: 675px;
}
.update-modal img {
	width: 100%;
}
.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 42px;
    width: 42px;
    font-size: 2rem;
    line-height: 1;
    border-radius: 50%;
}

body:has(.headerParagraph) auto-query-headlines {
    display: none !important;
}