﻿.BoxLastminute {
    width: 800px;
    z-index: 1;
    font-family:'Noto Sans', sans-serif; 
    position:relative; 
    margin-bottom:20px; 
    display:inline-block;
}


.OmbraBoxLastminute {
    ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    box-shadow: 0 10px 16px -6px black;
    height: 20px;
    width: 260px;
    position: absolute;
    z-index: 0;
    bottom: 7px;
    right: 1px;
}


.ImmagineOfferta {
    width:400px;
    -webkit-box-shadow: inset 0px -71px 137px -34px rgba(0,0,0,0.88);
    -moz-box-shadow: inset 0px -71px 137px -34px rgba(0,0,0,0.88);
    box-shadow: inset 0px -71px 137px -34px rgba(0,0,0,0.88); 
}

.BoxDescrizione {
    background-color: #DCDCDC;
    width:380px;
    display:inline-block
}

.BoxPrezzoPromo {
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-bottom-left-radius: 60px;

    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;

    background-color: #F4C412;

    width: 150px;
    text-align: center;
    font-size: 14px;
    font-family: arial;
    position: absolute;
    left: 75px;
}

.TastoOfferta {
    display: inline-block;
    background-color: #CD005D;
    padding: 6px;
    margin: 5px;
    width: 200px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid white;
    text-align:center;
    margin-right:20px
}