/**
*  Copyright (C) Prestalia - All Rights Reserved
*
*  Unauthorized copying of this file, via any medium is strictly prohibited
*  Proprietary and confidential
*
*  @author    Prestalia
*  @copyright 2015-2016 Prestalia
*  @license   Closed source, proprietary software
*/

#shcd-banner-box {
    display: table;
    border: solid 1px #ff0000;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 100%;
}

#shcd-banner-box .column {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: none !important;
    border-right: solid 10px transparent;
}

#shcd-banner-box .column.left {
    width: 20%;
}

#shcd-banner-box .column.right {
    width: 80%;
}

#shcd-banner-box .shcd-banner-icon {

}

#shcd-countdown {
    font-size: 2em;
    line-height: 1em;
}

#shcd-text-1 {
    font-weight: bold;
    font-size: 1.06em;
}

#shcd-text-2 {
}

#shcd-shipping-date {
    font-weight: bold;
    font-size: 1.08em;
}

.shcd-cart-warning {
    width: 100%;
    height: auto;
    display: table;
    border-radius: 4px;
    margin: 20px 0 30px 0;
}

.shcd-cart-warning .column {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.shcd-cart-warning .column.left {
    text-align: center;
    width: 10%;
    background: rgb(64,64,64);
}

.shcd-cart-warning .column.right {
    background: hsla(42, 100%, 50%, 0.3);
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    float: none;
}

.shcd-cart-warning .icon{
}
.shcd-banner-icon img{
    max-width: 80px;
}
.shcd-cart-warning ul {
    list-style: initial;
    margin: 0 0 0 30px;
}
