/* hatalmas levendula kép a főoldalon*/
#ud_shop_start #slideshow{
    display:none!important;
}

/*Termék képek bárhol*/
.page_artlist_pic img{
    border-radius:150px;
}

/*Fuvar.hu / Packli kép az Elérhetőség/Szállítás oldalon*/
.page_contact_shipping_spec_pic{
    margin-top: 10px;
    width:30%;
}

/* Termékek középre igazítás gépen*/
@media (min-width: 992px) {
  .page_cat_list{
      display:flex;
      justify-content:space-evenly;
  }
}

/* Fenti fejléc Logó kisebb mint gépen*/
@media (max-width: 1022px) {
    .header_logo_1_img-wrapper img{
        width:90%!important;
    }
    #header_logo_img, .header_logo_img-wrap-1{
        width:100%!important;
        height:100%!important;
    }
    #logo{
        width:90%!important;
        height:80%!important;
    }
}

/* Nincs raktáron felirat*/
.page_artdet_cart_nostock{
    font-weight:bold;
    color:#E00;
}

/* Raktárkészlet hover doboz terméklistán */
.page_artlist_stock_tooltip{
    background: #fc7a6c;
    font-weight:bold;
    color:#000;
}
