#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;
    /* transform: scale(0.5); */
    
}

.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;
}
.input-group button:hover,
.input-group button:focus,
.input-group button:active
{
    color: #c23058;
}

.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{
    font-size: 12px;
    display: inline-block;
}
.clear-cart:hover,
.clear-cart:focus,
.clear-cart:active
{
    color:#c13057;
}
.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: 1px solid #e2e2e2; */
    /* padding-top: 6px;
    margin-top: 12px; */
    font-weight: bold;
}

.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;
}



.col-md-6.ift-in-top- {
    float:  right;
}

.dl-centered dt{ text-align:left;}
.dl-centered dt.centerpiece-price-title {width: 80%;}
.dl-centered dd.centerpiece-price {width: 15%;}
.top-discripation {
    /* padding-bottom: 20px; */
}

.top-discripation dt {
    /* padding: 10px 0; */
    /* width: 100px; */
    width: 50%;
    /* border-bottom: 1px solid #dddd; */
}
.top-discripation dd {
    /* padding: 10px 0; */
    font-size: 12px;
    /* border-bottom: 1px solid #dddd; */
}
.top-discripation dt, .top-discripation dd{
    padding: 5px 0;
}


.row.cart-bouquet {}

.row.cart-bouquet .col-sm-3 {
    padding: 0;
}

.row.cart-bouquet .col-sm-9 {
    padding: 0;
}

.row.cart-bouquet > .col-sm-6 {
    padding: 0;
}

.row.cart-bouquet {
    /* border: 1px solid #eaeaea; */
    width: 100%;
    margin: 0;
}

.hadding {
    background: #f7f7f7;
    padding: 14px 20px;
    border-bottom: 1px solid #eaeaea;
}

.hadding h3 { margin:0;
    font-size:  15px;
    font-weight:  bold;
    text-align: left;
}

.top-discripation {
    /* padding: 15px 20px; */
}


.form-group.field-qtty {
    width: 100%;
    margin-left: 0;
}
    
  .block-form {
    padding: 20px;
}
  
  
  .block-colsf {  width:100%;
    padding: 0 20px;
}
  
  .dl-centered{ margin:0;}
  
  .row.cart-bouquet> .col-sm-9 .col-sm-6 {
    padding: 0;
}
  
  .row.clearfixtop {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 32px;
}
  
  
  .text-center .btn {
    width: 100%;
    border-radius: 3px;
    border: none;
}
  
  .text-center .btn {
    width:  100%;
    border-radius: 3px;
    border: none;
}

.well-header {
    background: #f7f7f7;
    border-color: #f1f1f1;
}
  
  
  .block-form .form-group label {
    min-height: 60px;
}

.block-form .form-group select {
}

#favors-qtty {
    border: 1px solid #eaeaea!important;
}
  
  .block-form .form-group {
    width:  33.333%;
    padding:  5px;
    float:  left;
    font-size: 12px;
}

.block-form .form-group select {
    font-size:  12px!important;
    padding:  8px;
    border:  1px solid #eaeaea;
    box-shadow:  none;
    border-radius:  0;
}
  
  .bouquet-price-details.col-sm-12 span.pull-right {
    color: #b11e4b;
    font-weight: 500;
    font-size: 13px;
}
    .bouquet-price-details.col-sm-12 span.pull-right {
    color: #b11e4b;
    font-weight: 500;
    font-size: 13px;
}

 
.row.clearfixtop select {
    font-size:  12px!important;
    border-radius:  0;
    box-shadow: none;
    border: 1px solid #ddd!important;
}
    
    
    
 .row.clearfixtop  #favors-qtty, #imprinting-switch{  border: 1px solid #ddd!important;}
 
 .container {
    max-width: initial;
}
    
    
    @media screen and (max-width: 991px) {
        
        .col-md-6.ift-in-top- {
    float: none;
    margin-top:0px;
}
        
    }
    
    
.dv-1 {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}
.dv-1 input[type=checkbox], .dv-1 input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    float: left;
}
.dv-1 label {
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: -17px;
}
.dv-1 span {
    float: right;
    border: 1px solid #a9a9a9;
    padding: 8px;
}
.bouquet-details h3{font-weight: bold;}

.btn-red{
    background: #d00060;
    color: #fff;
    border-radius: 0 !important;
}
#quantity{text-align: center;padding: 6px 0px;}
#update_cart{padding: 8px 5px;font-size: 11px;}
#order-form .input-group-addon dt{font-size: 11px;}
.responsive-title{
    font-size: inherit;
}
.btn-edit-order{
    /* position: absolute; */
    right: 30px;
    font-size: 10px;
    top: 208px;
    z-index: 99;
}
.input-group-addon{
    padding: 0px 5px;
}
.btn-theme{
    background-color: #c23059;
    color: #fff;
}
.btn-coupon{
    /* border-radius: 5px !important; */
    background-color: #c23059;
    color: #fff;
    /* margin: 1px 0px; */
    padding: 8px 4px;
    font-size: 11px;
}
.p-theme{
    color: #c23059;
}
.btn-checkout{
    width: 100%;
    height: 37px;
    /* background-color: #d782d9;
    background: -moz-linear-gradient(top, #d782d9 0%,#d552d8 47%,#6a396b 100%);
    background: -webkit-linear-gradient(top, #d782d9 0%,#d552d8 47%,#6a396b 100%);
    background: linear-gradient(to bottom, #d782d9 0%,#d552d8 47%,#6a396b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); */
    background-color: #c3305a;
    background: -moz-linear-gradient(to bottom, #f77197 0%,#d42b5b 47%,#420919 100%);
    background: -webkit-linear-gradient(to bottom, #f77197 0%,#d42b5b 47%,#420919 100%);
    background: linear-gradient(to bottom, #f77197 0%,#d42b5b 47%,#420919 100%);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.btn-checkout:hover,
.btn-checkout:active
{
    color:#fff;
    background-color: #c3305a;
}
.delivery label.myCheck{
    font-weight: bold;
}
.page-heading{
    border: 1px solid #efecec;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
}
.page-heading h1{
    color: #c5315d;
    font-size: 18px;
    margin: 10px;
}

/* START: Modal  */
#iframeModal .modal-body {
    height: 600px;
    overflow: auto;
    padding: 0;
}
  
#iframeModal .modal-backdrop {
    background-color: #424530;
}

#iframeModal .modal-backdrop.fade.in {
    opacity: 0.8; 
}
.taptap-menu-button-wrapper,
.mobile_sticky_menu,
#main header,
#site-header{
    display: none;
}

.iframe-loading { 
    background:url(/dzc/images/page-loader.gif) center center no-repeat; 
}
/* END: Modal  */
.back-btn-div{float: left;}
.back-btn-div a .icon{display: none}
.back-btn-div a{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

@media screen and (max-width: 767px) {
    .responsive-title{
        font-size: 16px;
    }
    .mobile-top-descripation{
        /* border: 1px dotted #c6315e; */
        border-radius: 10px;
        /* box-shadow: 0 8px 6px -6px black; */
    } 
    .description-title{
        position: absolute;
        top: -27px;
        left: 30px;
        background-color: #fff;
        height: 0px;
    }  
    .description-title h3{
        font-size: 15px;
        background-color: white;
        /* border-bottom: 3px double; */
        color: #c3305a;
    }
    .mobile-top-descripation dl dt,
    .mobile-top-descripation dd{
        font-size: 11px !important;
    }

    .mobile-top-descripation dl dt.long-dt{
        width: 90%;
    }
    .mobile-top-descripation dl dt.long-dt small{
        font-weight: normal;
    }
    .mobile-top-descripation dd.small-dd{
        width: 5%;
    }
    .mobile-top-descripation dd{
        border-bottom: 1px solid #ccc8c8;
    }

    .maincontainer {
        width:100%;
        height: 30px;
        padding: 5px;
        /* border: 1px dotted #c6315e; */
        border-radius: 10px;
        /* box-shadow: 0 8px 6px -6px black; */
        font-size: 12px;
    }
    
    .leftcolumn {
        float:left;
        width: 185px;
        height: 100%;
    }
    .leftcolumn h3{
        font-size: 14px;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .contentwrapper {
        float:left;
        width: -moz-calc(100% - 185px);
        width: -webkit-calc(100% - 185px);
        width: calc(100% - 185px);
        height: 100%;
    }
    .contentwrapper input{
        font-size: 12px !important;
        border-radius: 5px;
        border-bottom: 2px solid;
        border-right: 2px solid;
    }
    .contentwrapper button{
        font-size: 11px !important;
        border-radius: 5px;
    }
    .contentwrapper.qty{
        margin-top: -5px;
    }

    .breadcrumb{
        margin-bottom: 0;
    }

    .row.cart-bouquet .col-sm-9{
        padding: 25px 0px !important;
    }

    hr{
        margin-top: 10px;
        margin-bottom: 10px;
        border : 0;
        height: 1px; 
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(195, 48, 90), rgba(0, 0, 0, 0)); 
    }

    .coupon{
        margin-top: 25px;
        padding: 15px 10px;
        text-align: center;
        border: 1px dotted #c6315e;
        height: auto;
        border-radius: 5px;
    }

    .coupon input{
        font-size: 11px;
    }

    .input-group{
        border: 1px solid #c6315e;
        border-radius: 5px;
    }

    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        border: 2px solid #c6315e;
    }

    #yii-debug-toolbar{
        display: none !important;
    }

    .page-heading h1{
        margin: 10px;
        color: #c5315d;
    }

    .shipping-info{
        margin: 10px 0 9px;
        text-align: justify;
    }

    .size-description img{
        transform: scale(0.85);
    }

    input[type=text], input[type=email], input[type=tel], select option, select option:checked, select{
        font-size: 12px;
    }

    .input-group-addon button#qty_plus,
    .input-group-addon button#qty_minus{
        font-size: 10px;
        padding: 2px;
        border-radius: 5px;
    }
    .input-group-addon button#qty_plus i,
    .input-group-addon button#qty_minus i{
        padding: 6px;
    }
    .panel-description-body,
    .panel-price-body{
        height: auto !important;
    }
    .panel-price-body .dl-centered,
    .panel-price-body div.input-group
    {
        margin-bottom: 10px;
    }
    .mb-30{
        margin-bottom: 30px;
        display: none;
    }
    .back-btn-div a{
        font-size: 11px;
        width: 25px;
        padding: 11px 3px;
    }
    .back-btn-div a .icon{display: block}
    .back-btn-div a .text{display: none}
}
@media screen and (max-width: 425px) {
    #size-comparison img{
        transform: scale(0.6);
    }
}

.mb-30{
    margin-bottom: 30px;
}
.panel-description-body,
.panel-price-body{
    height: auto;
}
.panel-title a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
}
.panel-default{border-color: #ddc8fb;}
.panel-default>.panel-heading{
    color: #ffffff;
    background-color: #5a4080;
    border-color: #370088;
    font-weight: bold;
    text-align: center;
}

.mtb-10{
    margin-top: 10px;
    margin-bottom: 10px;
}

.mb-20{
    margin-top: 10px;
}
.btn-save-order{
    border-radius: 5px;
}

/* Bounquet image overlay text */
.bouquet-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #c6315e;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
  }
  
  .cart-bouquet-image-container:hover .bouquet-overlay {
    bottom: 0;
    height: 100%;
  }
  
  .bouquet-overlay .social-share {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.85;
  }

  .social-media-list{
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
  }

  .social-media-list li{
      display: inline;
  }

  .social-share h4{
    color: #fff;
    font-weight: bold;
  }

  .btn-seprator{
      margin: 6px 2px;
      text-align: center;
      color: #676767;
  }

  form #save-order-emailform button{
    background-color: #c5315c;
    color: #fff;
  }
  #btn-emailform{
      border-radius: 5px;
  }
  .popover{
    border: 1px solid rgb(90, 64, 128);
  }
  .popover h3{
    background-color: #5a4080;
    color: #fff;
    font-weight: bold;
  }
  .popover.bottom>.arrow{
    border-bottom-color: rgb(90, 64, 128);
  }
  .mobile-top-descripation dl dt.long-dt small{
        font-weight: normal;
  }
  .bouquet-price-details div.alert.alert-info{
    font-size: 11px;
    margin-top: 6px;
    padding: 6px;
  }
  .label-custom{
    background-color: #c3305a;
    font-size: 100%;
  }
  .p-saved-amt, .p-saved-amt span.pull-right, .p-saved-amt span#saved_amount{
    color: #3e3c3c !important;
}
.p-cenp-amt{
    font-size: 11px;
}

/* Fancy radio button for rush production delivery */
.rush-prod-radio div {
    clear: both;
    overflow: hidden;
  }
  
  .rush-prod-radio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-left: 40px;
  }
  
  .rush-prod-radio input[type="radio"]:empty{
    display: none;
  }
  
  .rush-prod-radio input[type="radio"]:empty ~ label{
    position: relative;
    /* line-height: 2.5em; */
    text-indent: 0;
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .rush-prod-radio input[type="radio"]:empty ~ label:before{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    height: 100%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
  }
  
  .rush-prod-radio input[type="radio"]:hover:not(:checked) ~ label{
    color: #888;
  }
  
  .rush-prod-radio input[type="radio"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .rush-prod-radio input[type="radio"]:checked ~ label{
    color: #777;
  }
  
  .rush-prod-radio input[type="radio"]:checked ~ label:before{
    content: '\2714';
    text-indent: 0;
    color: #333;
    background-color: #ccc;
  }
  
  .rush-prod-radio input[type="radio"]:focus ~ label:before{
    box-shadow: 0 0 0 3px #999;
  }
  
  
  .rush-prod-radio-success input[type="radio"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
  }
  
  .rush-prod-radio-danger input[type="radio"]:checked ~ label:before{
    color: #fff;
    background-color: #d9534f;
  }
  
  #frm_design .rush-prod-radio input[type=radio]:checked + label:after{
    content: ''
  }