/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
    height: calc(100% - 88px) !important;
}

.pieBase {
    display: block;
    width: 100%;
    text-align: center;
}

.CPieBase {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    margin: 8px auto 0;
    padding: 5px 10px;
    text-decoration: none;
    z-index: 0;
}

.notaCentrar {
    display: block;
    padding:0;
    position: relative;
}

.notaWeb {
    background-color: #414B52;
    border-radius: 0 0 0 5px;
    box-shadow: 0 3px 2px #000;
    color: #fff;
    display: none;
    padding: 10px 20px 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.notatitulo {
    font-weight: bold;
    display: block;
    color: #FFE100;
    width: 100%;
}

.notaWeb p {
    color:#FFF;
    width: 90%;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}

.notaCerrar {
    background-color: #414B52;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 2px #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 0;
}

.notaCerrarX {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}

.notaWeb input {
    display: inline-block;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #3d4850 3%, #313d45 4%, #232b30 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(center top , #3d4850 3%, #313d45 4%, #232b30 100%) repeat scroll 0 0;
    border: 1px solid #1c252b;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #9fa8b0;
    font-size: 11px;
    font-weight: bold;
    outline: 0 none;
    padding: 5px 12px;
    text-shadow: 1px 1px #1f272b;
    -webkit-appearance: button;
    cursor: pointer;
}
.cabTop {
    text-align: center;
}

.cabAjuste {
    display: block;
    margin: 0 auto;
    max-width: 1120px;
    padding:20px 0 0;
    text-align: left;
}