/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
    height: 60px;
    padding: 0;
}
/* end fix the thumbnail arrows */

/* begin bproauto dseo banner css */

.d-none-cat {
  display:none;
}

.moparContentWrapper {
	display: flex;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .moparContentWrapper {
    	flex-direction: column;
    }
}

.moparContentImg {
	flex: 0 0 30%;
    max-width: 30%;
}

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

.moparContentImg img {
	width: 100%;
    height: 200px;
    object-fit: contain;
}

.moparContentDesc ul {
	padding-left: 40px;
}
/* end bproauto dseo banner css */

#ac-slider span {
  font-family: 'lato', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555;
}
#ac-slider .cta-title {
  margin-bottom: 0;
}
#featured-custom .product-wrapper-link {
   height: 360px;
}
.featured-products-module .featured-product .image-display .product-image.lazy-load {
     position: inherit; 
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: Red;
}
/* google review move left */
#___ratingbadge_0{
	left: 0;
}