.product-card__badge--top {
    background: #F7605F;
    color: #fff;
}
.product-card__badge--hot {
    background: #614ba6;
    color: #fff;
}
.product-card__badge--new {
    background: #3cae47	;
    color: #fff;
}
.product-card__badge--tech {
    background: #554D89;
    color: #fff;
}
.product-card__badge--sale {
    background: #F7A102;
    color: #fff;
}

.product-card__base-price{
    color: #3d464d;
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
    display: block;
}

.product-card__dph-price{
    color: #b3b3b3;
    font-weight: 400;
    font-size: 13px;    
}

.product-card__name a {
    font-weight: 600;
}

.product-card__perex {
    list-style: none;
    margin: 10px 0 6px;
    padding: 0;
    color: #6c757d;
    font-size: 13px;
    line-height: 15px;
}


.products-list[data-layout^="grid-"] .product-card .product-card__perex {
    display: none;
}

.products-list[data-layout^="grid-"][data-with-features="true"] .product-card .product-card__perex {
    display: block;
}

.products-list[data-layout="list"] .product-card .product-card__perex {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}


.product-card__number {
	 padding-top: 5px;
    font-size: 13px;
    color: #b3b3b3;
    line-height: 19px;
	 padding-right: 5px;
}

.product-card__number .number{
    font-size: 13px;
    line-height: 19px;
    color: #3d464d;    
    font-weight: 500;    
}

.product-card__number .nostore{
    color: #F7605F;    
}

.product-card__number .store{
    color: #3cae47;    
}

.product-card__number .onorder{
    color: #614ba6;    
}

.product-card__number .store,
.product-card__number .nostore,
.product-card__number .onorder{
    color: #fff;
    padding: 1px 6px 0px;
    font-size: 12px;
    float: right;
    margin-top: -1px;
}

.product-card__number .store {
    background-color: #3cae47;
}

.product-card__number .nostore{
    background-color: #F7605F;    
}

.product-card__number .onorder{
    background-color: #614ba6;    
}

.p-store {
    color: #28a745!important;
}

.p-nostore{
    color: #F7605F!important;    
}

.p-onorder{
    color: #614ba6!important;    
}

.block-slideshow--layout--full {
    margin-top: 0px;
}

.product__prices_basic{
    margin-bottom: 0px;
}

.product__prices_dph{
    margin-top: 0px;
    color: #b3b3b3;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;    
}

.mobile-header__logo img{
    height: 20px;
}

.mobile-header__menu-button{
    background-color: #dd6ba6;  
}