/**
* 2014-2025 Presta-Mod.pl Rafał Zontek
*
* NOTICE OF LICENSE
*
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
* wszelkie modyfikacje powodują utratę gwarancji
*
* http://presta-mod.pl
*
* DISCLAIMER
*
*
*  @author    Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
*  @copyright 2014-2025 Presta-Mod.pl
*  @license   Licecnja na jedną domenę
*  Presta-Mod.pl Rafał Zontek
*/

.pmrelatedproductsContainer{
	padding:0;
	margin:30px 0 15px;
}

.nw-button-related-see{
	margin-right:5px;
	background:#fff!important;
	color:#333!important;
}

.nw-button-related-see:hover{
	background:#333!important;
	color:#fff!important;
}

.nw-similar-scent{
    border-bottom:1px solid #E2E2E2;margin:30px -5px 0 -5px;padding:10px;
}
.nw-similar-heading{
    margin:0;color:#616161;font-weight:500;font-size:0.7rem
}

.pmrelatedproductsProductList .img-responsive{
	width:100%;
}

.pmrelatedproductsProductList .current-price {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #2e2323;
    font-size: .75rem;
}

.pmrelatedproductsProductList .btn-primary {
	float: right;
}

.pmrelatedproductsProductList .product_info {
	display:block;
	margin-bottom:10px;
	text-align:left!important;
}

.pmrelatedproductsProductList .bottom_info {
	margin-bottom: 5px;
	color: green;
}

.pmrelatedproductsProductList .bottom_other {
	margin-bottom: 5px;
	color: orange;
}

.pmrelatedproductsProductList.product-list .slick-prev, .pmrelatedproductsProductList.product-list .slick-next {
	top: 100% !important;
}
.pmrelatedproductsContainer .cross-title{
    padding-left: 7.5px!important;
}
.pmrelatedproductsContainer .cross-image{
    padding-right: 0px!important;
}
.nw-name{
    display:inline-block;
    margin-bottom:5px;
    overflow: hidden!important;
}
@media (min-width: 768px){
    .pmrelatedproductsProductList .product_info{
        line-height: 1rem;
    }
    .pmrelatedproductsProductList .product_info .nw-name{
        height: 65px;
    }
    .heading_cross_tester{
        margin: 0 -15px 25px;
        padding: 10px 0;
        border-top: solid 1px rgba(232, 232, 232, 0.82);
        border-bottom: solid 1px rgba(232, 232, 232, 0.82);
    }
}
@media (max-width: 767px){
	.pmrelatedproductsProductList .product_info{
		font-size: .9rem!important;
		line-height: 1rem!important;
	}
	.heading_cross_tester{
		font-weight: 500;
		font-size: .8rem;
		line-height: 1rem;
		margin: 0 -10px 25px;
        padding: 10px 0;
        border-top: solid 1px rgba(232, 232, 232, 0.82);
        border-bottom: solid 1px rgba(232, 232, 232, 0.82);
	}
	.pmrelatedproductsProductList .product_info .nw-name{
        height: 50px;
    }
	.pmrelatedproductsContainer{
		margin-bottom: 0;
	}
}