﻿.ContainerBoxArticoliDettagliata {
    background: #F7F7F7;
    border: 1px solid #d0d0d0;
    position: relative;
    z-index: 0;
}

.articleChoose_selected {
    height: 100%;
    width: 100%;
    background-color: #fffbdf;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.ImgArticolo {
    border: 1px solid #C6C6C6;
    display: block;
    height: 175px;
    padding: 0.4em;
    width: 200px;
    background-color: #ffffff;
    margin: 0.5rem;
    text-align: center
}

.ImgArticolo img {
    max-height: 165px;
    max-width: 100%;
}

.dettagli
{
    color: #796969;
    display: block;
    font-family: Tahoma,Calibri,Arial,"Sans Serif";
    font-size: 11px;
    font-weight: bold;
    padding:10px 12px;
    text-align:center
}

.boxInfoArticolo {
    margin: 0px 0px 10px 5px; 
    text-align: center;
}

.imgInfoArticolo {
    display:inline-block;
    height: 18px;
    width: 18px;
    margin: 3px;
}

.imgLogoPrecodice {
    padding:0.5rem 0;
}

    .imgLogoPrecodice img {
        max-width: 150px;
        max-height: 25px;
    }

.infoDescrizioneArticolo > p {
    width: 250px;
    font-weight: bold;
}

.infoBoxDescrizioneComponente > p {
    color: #636363;
    font-size: 13px;
    height: 65px;
    width: 250px;
}

.infoBoxArticoliAllegatiLinkDefault {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    cursor:pointer;
    color: #2067f6;
}

.infoBoxDettagli {
    display: block;
    width: 250px;
    border-top: 1px solid #dee2e6
}

    .infoBoxDettagli table {
        font-size: 11px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .infoBoxDettagli table td {
        padding: .3rem;
        vertical-align: top;
        border-bottom: 1px solid #dee2e6;
    }

.imgCallCenter 
{  
   width:185px;
   text-align:center;
   margin-top:2rem;
   margin-right:0.3rem;
}

.CallCenter-text {
    display: block;
    padding: 1rem 0.5rem;
}

.CallCenter-val {
    display: block;
    padding: 0.5rem;
    font-size: 18px;
    font-weight: bold;
}

.infoBoxPrezzo
{
    width: 185px;
    text-align: right;
    padding:0.4rem;
}

.descrizionePrezzo 
{
    font-size: 20px;
    font-weight: bold;
}

.descrizionePrezzo p {
   margin-bottom:0
}

.labelPrezzo {
    font-size:12px;
}

.infoBoxPrezzoSenzaSconto 
{
    color: #8c8c8c;
    font-size: 11px;
}

.descrizionePrezzoSenzaSconto p {
    font-weight:bold
}

.descrizioneIvaInclusa 
{
    color: #566A92;
    font-size: 11px;
    font-weight: bold;
}

.infoBoxIvaInclusa {
    font-size:11px
}

.quantity {
    float: right;
}

.condizioniVenditaContainer {
    float: right;
    margin: 0.5rem 0.2rem;
}

.imgBoxCarrello {
    margin: 1rem 0 0.5rem 0;
}

#articleDefaultLink {
    padding-bottom:5px;
    padding-left:15px;
    color:#224A88;
    font-size:11px;
    font-weight:bold;
}
.layoutArticles_riferimento {
    font-size: 11px;
    width: 250px;
}

.promoIco {
    position:absolute;
    top:150px;
    left:13px;
}

.SostituenteDetailcont {
    padding: 10px;
    color: #fff;
    background: #bd1421;
    float: left;
    width: 100%;
}

.SostituenteLabel {
    margin-bottom:5px;
}

.SostituenteDetail span:last-child {
    float:right;
    position:relative;
    top: -15px;
    right: 0;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.infoBoxPrezzo, .imgCallCenter, .ImgPrezzo, .Prezzo, .labelPrezzo, .descrizionePrezzo, .infoBoxIvaInclusa, .infoBoxPrezzoSenzaSconto, .quantityContainer {
    display: none;
}

.qtaMancateVenditeContainer {
    margin-top: 6px;
}

    .qtaMancateVenditeContainer a {
        font-size: 12px;
    }

#avviso_disp_button {
    font-size: 12px;
}

    #avviso_disp_button:hover {
        text-decoration: underline;
    }

.infoBoxConfezionamento {
    font-size: 12px;
    margin-left: 30px;
    line-height: 1.3;
    margin-top: 3px;
}

.offerta-limitata {
    display: block;
    font-size: 12px;
    color: #ff5959;
}

    .offerta-limitata strong {
        text-transform: uppercase;
    }

    .offerta-limitata i {
        margin-right: 5px;
    }