/* product recommendations */
.wc-prl-recommendations {
    padding-left: 48px;
    padding-right: 48px;
}

.wc-prl-recommendations.wc-prl-location-gruum_after_product_sidebar {
    margin-top: 40px;
}

.wc-prl-recommendations.wc-prl-location-gruum_before_tabs {
    margin: 40px 0;
}

.wc-prl-recommendations .wc-prl-title {
    margin-bottom: 0 !important;
    font-size: 17px;
    font-weight: bold;
    font-family: inherit;
    color: #484a48;
    padding-bottom: 14px;
    padding-top: 14px;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .wc-prl-product-image {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 0 10px 0;
    position: relative;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .wc-prl-product-image .product-badge {
	position: absolute;
    top: 10px;
    left: 10px;
	color: #E65928;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #E65928;
	padding: 8px 12px;
	transition: all 300ms ease;
	font-weight: bold;
	z-index: 30;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product:hover .wc-prl-product-image .product-badge {
	color: #fff;
	background: #E65928;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .wc-prl-product-title {
    margin-bottom: 0;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .wc-prl-product-title a {
    color: #636363;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600 !important;
    font-family: inherit;
    color: #636363;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .price,
.wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product .price * {
    font-size: 15px;
    font-weight: 800;
    color: #e65928;
}

.wc-prl-recommendations .wc-prl-product-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    z-index: 20;
    background: #fff;
}

.wc-prl-recommendations .wc-prl-product-carousel .slick-arrow:before {
    font-size: 24px;
    opacity: 1;
    color: #e65928;
    height: 48px;
    display: block;
    width: 48px;
    line-height: 40px;
}

.wc-prl-recommendations .wc-prl-product-carousel .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.wc-prl-recommendations .wc-prl-product-carousel .slick-arrow.slick-prev {
    left: -48px;
}

.wc-prl-recommendations .wc-prl-product-carousel .slick-arrow.slick-next {
    right: -48px;
}

@media only screen and (max-width: 768px) {
    .wc-prl-recommendations.wc-prl-location-gruum_before_tabs {
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    .wc-prl-recommendations {
        padding: 0;
    }

    .wc-prl-recommendations .wc-prl-product-carousel .slick-arrow.slick-prev {
        left: 0;
    }

    .wc-prl-recommendations .wc-prl-product-carousel .slick-arrow.slick-next {
        right: 0;
    }

    .wc-prl-recommendations .wc-prl-product-carousel .wc-prl-product {
        margin: 10px;
    }
}
