#navbar-main{
    z-index: 200;
}

.totals{
    position: absolute;
    top: 135px;
    right: 0px;
    width: 300px;
    bottom: 0;
    background: url("../images/totals-bg.png") repeat;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05), 0 0 3px rgba(0,0,0,0.12);
    padding-bottom: 15px;
/*    border: 1px solid #e1e1e1;*/
    z-index: 100;
    color: #b2d8ff;
}

.totals:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    left: -3px;
    top: 0;
    background: url("../images/curly.png") repeat-y top right;
}

.totals.fixed{
    position: fixed;
    top: 35px;
    right: 0px;
}

.totals h4{
    font-size: 30px;
    color: #b2d8ff;
    font-weight: bold;
    margin-top: 0;
    padding: 15px 0 10px 0;
/*    text-shadow: 0 -1px 0 rgba(24,67,87,0.75);*/
    border-top-left-radius: 4px;
/*    border-bottom: 1px solid #dedede;*/
    border-top-right-radius: 4px;
}

/*.totals h4{
 Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,efefef+100 
background: #f9f9f9;  Old browsers 
background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%);  FF3.6-15 
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );  IE6-9 

}*/

.total-price{
    font-weight: bold;
    color: #000;
    font-size: 22px;
}

.total-price span{
    color: #FF7E00;
}

#checkout-btn{
    font-size: 22px;
    font-weight: bold;
}

.cart-bouquet-image-container{
    position: relative;
}

.cart-bouquet-image{
    position: relative;
}

.cart-bouquet-image img{
    position: absolute;
    width: 100%;
    top: 0px; left: 0px;
}

.cart-bouquet-image img.placeholder{
    position: relative;
    width: 100%;
    top: -15px; left: -15px;
}

/*.cart-bouquet-image img.placeholder{
    position: relative;
    top: 0; left: 0;
}*/

.cart-bouquet{
    margin-bottom: 15px;
}

.color{
    display: block;
    margin-right: 10px;
    padding-left: 16px;
    position: relative;
    font-size: 12px;
}

.color-swatch{
    display: block;
    position: absolute;
    top: 1px; left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 999px;
    border: 1px solid #999;
}

.cart-bouquet-section{
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05), 0 0 3px rgba(0,0,0,0.12);
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.assembly-img
{
    width: 90%;
    margin: auto;
    max-width: 360px;
}

.edit-design-btn{
    margin-top: 10px;
}

.details-table tr td{
    padding-bottom: 4px;
    padding-top: 4px;
}

.table-title{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.last-col{
    background: #ededed;
}

.discount-code-block{
/*    margin-bottom: 20px;*/
}

.price-parts-table tr td{
    width: 50%;
}

#cart-form .field-deliveryform-province, #cart-form .field-postal_code{
    display: none;
}

.totals .input-group{
    width: 100%;
    position: relative;
}

.text-green{
    color: #00b100;
}

.bouquet-price-details{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
}

.bouquet-price-details h4{
    margin: 0;
    margin-top: 12px;
}

.bouquet-price-details p{
    margin-bottom: 4px;
}

.remove-btn{
    font-size: 14px;
}

.bouquet-image{
    position: relative;
    overflow: hidden;
    width: 200px;
}

.bouquet-image img{
    position: absolute;
    top: 0;
    left: 0;
}

.bouquet-image #image-background{
    position: relative;
    width: 100%;
}

.promo-code input{
    font-size: 18px;
    text-align: center;
}

.price-parts-table{
    width: 100%;
}

.price-parts-table tr td{
    width: 50%;
    padding-bottom: 4px;
}
.price-parts-table tr td:first-child{
    padding-right: 3px;
    color: #8daecf;
}
.price-parts-table tr td:last-child{
    padding-left: 3px;
}

.price-parts-table tr.total-row td{
    font-size: 20px;
    font-weight: bold;
}

.price-parts{
    margin-bottom: 20px;
}

.discount-progress .progress{
    margin-bottom: 0;
    border-radius: 99px;
}

.breakpoints{
    height: 18px;
    position: relative;
}

.progress-breakpoint{
    position: absolute;
    display: none;
    border-right: 1px solid #c2c2c2;
    padding-right: 2px;
    font-size: 12px;
}

.breakpoints-top .progress-breakpoint{
    bottom: 0;
}

.breakpoints-bottom .progress-breakpoint{
    top: 0;
}

.discount-progress .progress-bar{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

}

.time-discount-block{
    margin-top: 80px;
    margin-bottom: 40px;
}

.qtty-discount-block{
    margin-bottom: 40px;
}

.clear-cart{
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
}

.meter{
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.meter-shadow{
    width: 100%;
    height: 40px;
    background: url("../images/shadow.png") no-repeat top center;
    background-size: 100% 100%;
    margin-top: -1px;
}

.meter-strip{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 50px;
    width: 1600px;
    left: 50%;
}

.meter-strip li{
    display: none;
    position: absolute;
    bottom: 0px;
    width: 20px;
    text-align: center;
    margin-left: -10px;
    font-size: 12px;
}

.meter-strip li span{
    font-size: 14px;
    font-weight: bold;
}

.meter-strip .area{
    display: none;
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    text-align: center;
}

.meter-strip .stroke{
    display: block;
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 6px;
    background: #ddd;
}

.meter-strip .stroke.high{
    height: 12px;
}

.meter-pointer{
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ff0040 transparent transparent transparent;
    z-index: 199;
}

.meter-line{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ff0040;
    opacity: 0.3;
    z-index: 198;
}


.meter-shader{
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+100&1+0,0+15,0+50,0+85,1+100 */
    background: -moz-linear-gradient(left,  rgba(252,252,252,1) 0%, rgba(252,252,252,0) 15%, rgba(252,252,252,0) 50%, rgba(252,252,252,0) 85%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(252,252,252,1) 0%,rgba(252,252,252,0) 15%,rgba(252,252,252,0) 50%,rgba(252,252,252,0) 85%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(252,252,252,1) 0%,rgba(252,252,252,0) 15%,rgba(252,252,252,0) 50%,rgba(252,252,252,0) 85%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
}

h4.total{
    border-top: 2px solid #ccc;
    padding-top: 6px;
    margin-top: 12px;
}

.summary-row{
    background: #eff6f9;
}

.summary{
    background: #eff6f9;
    padding: 17px 20px 20px 20px;
    margin-bottom: 20px;
}

.summary h2, .payment h2{
    margin-top: 0;
}

.payment{
    background: #eff6f9;
    padding: 17px 20px 20px 20px;
}

.security-message{
    padding-left: 38px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.security-message img{
    position: absolute;
    top: 0;
    left: 0;
}

#shipping-date, #days-to-shipping, #time-discount{
    font-weight: bold;
}

.time-discount{
    text-align: center;
    background: #fffcd3;
    border: 1px dashed #ebd3a9;
    padding: 10px;
    font-size: 18px;
}

.time-discount .info-text{
    font-size: 12px;
}

#time-warning{
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
}

#time-warning img{
    position: absolute;
    left: 0;
    top: 0;
}


#reviewModal h4:not(.modal-title){
    margin-bottom: 6px;
}

#reviewModal p{
    margin-bottom: 2px;
}

#r-amount{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#r-order-number{
    font-weight: bold;
}

.datepicker-days .day, .datepicker-days .new .day {
    background-color: #66FF33 !important;
    color: black !important;
}

.datepicker-days .day:hover, .datepicker-days .new .day:hover {
    background-color: #329c34 !important;
    color: white !important;
}



.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: orange !important;
    color: white !important;
    cursor: default !important;
}


.coupon-discount{
	display:none;
    text-align: center;
    background: #0C3;
    border: 1px dashed #ebd3a9;
    padding: 5px;
    font-size: 13px;
	color:#fff;
}

.coupon-discount-error{
	display:none;
    text-align: center;
    background: #C5315C;
    border: 1px dashed #ebd3a9;
    padding: 5px;
    font-size: 13px;
	color:#fff;
}
.coupon-discount .coupon-discount-error .info-text{
    font-size: 12px;
}