/* remove unsupported links */
.search-listing-module .catalog-products .catalog-product-more-in-category .component-url,
.search-listing-module .catalog-products .catalog-product-more-in-category a {
	display: none;
}
/* end remove unsupported links */

/* PDP Dropship Tooltip  */
.themeTooltipWrapper {
    position: relative;
    margin-top: 15px;
}

.themeTooltipWrapper h4 {
	font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
}

.themeTooltipWrapper p {
	margin-bottom: 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    color: #595959;
}

.themeTooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    display: none;
    z-index: 1000;
    width: 420px;
}

@media screen and (max-width: 767px) {
    .themeTooltip {
    	width: 100%;
    }
}

.themeTooltip a {
	color: #fff;
    text-decoration: underline;
}

.themeTooltip a:hover,
.themeTooltip a:focus {
	color: #fff !important;
}

.themeTooltipIcon svg {
	width: 15px;
    height: 15px;
    fill: #bfbfbf;
}

.themeTooltipIcon {
	width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
}

.themeTooltipContainer {
	display: flex;
    align-items: center;
    gap: 10px;
}

#layout_product .product-badges-module .product-badges {
	margin-top: 10px;
}
/* end of PDP Dropship Tooltip */

/* Homepage */
#headingTags {
	padding-bottom: 30px;
}
#headingTags h1 {
    text-align: center;
    font-size: 28px;
    color: #fff;
}
#headingTags h2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.popular-img {
	height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.popular-list-item:nth-child(2) .popular-img img {
	
}

.search-listing-module .catalog-product .product-partnum-category .catalog-product-more-in-category {
    Display: none;

}

/*hides powered by rp in the footer */ 
a.powered-by {
  display: none !important;
}