/**
*  Copyright (C) Prestalia - All Rights Reserved
*
*  Unauthorized copying of this file, via any medium is strictly prohibited
*  Proprietary and confidential
*
*  @author    Prestalia
*  @copyright Prestalia 2015
*  @license   This is proprietary software therefore it cannot be distributed or reselled
*/

#shcd-banner-box {
    display: table;
	border: solid 1px #05ff3b;
	padding: 10px;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.03);
	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(33, 96%, 41%, 0.25);
	box-shadow: inset 0 0 8px 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
}
