/* START Featured Product Caroucel */
#themeFeaturedSection .featured-products-module h2 {
	text-align: center;
    margin-bottom: 2.5rem;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product {
	border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link {
	padding: 0px;
    border: 0;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    max-height: 300px;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .image-display .image-wrapper {
	height: auto;
    max-height: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .image-display .image-wrapper img {
	height: 150px;
    object-fit: contain;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .details-display {
	margin-top: 0;
    min-height: auto;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .details-display .details-partnum {
    display: none;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .pricing-actions-display .product-sale-price {
    font-size: 16px;
	margin-top: 0;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link .product-details-link {
    position: static;
    height: auto;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background-color: #0069B5;
    border: 1px solid #0069B5;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 20px;
    margin-block-start: auto;
}
#themeFeaturedSection .featured-products-module .featured-products .featured-product a.product-wrapper-link:hover .product-details-link {
	background-color: #7A8899;
    border-color: #7A8899;
}
#themeFeaturedSection .featured-products-module .featured-products .owl-nav button {
	margin: 0 4px;
}
#themeFeaturedSection .featured-products-module .featured-products .owl-nav .owl-prev > span {
	line-height: 20px;
    font-size: 40px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    background-color: #0069b5;
    color: #fff;
    border-radius: 50%;
}
#themeFeaturedSection .featured-products-module .featured-products .owl-nav .owl-next > span {
	line-height: 20px;
    font-size: 40px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    background-color: #0069b5;
    color: #fff;
    border-radius: 50%;
}
/* END of Featured Product Caroucel */