﻿body {
}

/*.link-box .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 74%;
}

.link-box .image img {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.non-disponibile {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

a.disabled {
    text-decoration: none;
    color: #ddd;
}

div.loading, div.loading-items {
    width: 100%;
    display: block;
    background-image: url('/img/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
}

#myCarousel .item img {
    width: 100%;
}

#myCarousel.carousel {
    height: auto !important;
}

.item-descr .instock, .item-descr .outofstock, .item-descr .preorder {
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.item-descr .instock {
    background-color: #249c03;
}

.item-descr .preorder {
    background-color: #ffc300;
}
