html {
    position: relative;
    min-height: 100%;
}
body {
    /*  padding-top: 60px;*/
    /* Margin bottom by footer height */
    margin-bottom: 420px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 360px;
    background-color: #efefef;
    color: #fff;
    padding-top: 40px;
    /*  box-shadow: inset 0 8px 10px rgba(0,0,0,0.32);*/
}

.badge{
    background: rgba(0,0,0,0.08);
    color: #000;
    font-weight: normal;
}

a:not(.btn){
    color: #0097cf;
    border-bottom: 1px dashed #0097cf;
    text-decoration: none;
}

a:not(.btn):hover{
    text-decoration: none;
    color: #004599;
    border-bottom: 1px dashed #004599;
}

.navbar a, .navbar a:hover{
    border: none;
}

.top-header{
    background-color: #479ad4;
    /*    background-size: auto 100%;*/
    height: 50px;
}

.top-header img{
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

#navbar-main{
    background: #c36;
    border-radius: 0;
    border: none;
}

#navbar-main{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc3366+0,bc2f50+100 */
    background: #cc3366; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc3366 0%, #bc2f50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cc3366 0%,#bc2f50 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cc3366 0%,#bc2f50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3366', endColorstr='#bc2f50',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 2px 3px rgba(0,0,0,0.32);
}

#navbar-main a{
    font-weight: bold;
}

.navbar-inverse {
    background-color: #c31861;
    border-color: #a91b0c;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #444444;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #cc3366;
    background-image: -webkit-linear-gradient(top, #801d3e 0%, #cc3366 100%);
    background-image:      -o-linear-gradient(top, #801d3e 0%, #cc3366 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#801d3e), to(#cc3366));
    background-image:         linear-gradient(to bottom, #801d3e 0%, #cc3366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff801d3e', endColorstr='#ffcc3366', GradientType=0);
    background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #801d3e;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #801d3e 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #801d3e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#801d3e));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #801d3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff801d3e', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle .active {
    background-color: #cc3366;
    border-color: white;
}

.color-main{
    color: #c36;
}

.container{
    max-width: 960px;
}

.footer > .container {
    padding: 15px;
}

.table tbody>tr>td{
    vertical-align: middle;
}



#toolbar .navbar-nav {
    margin: 0 -15px 0 -15px;
    display: block;
    float: none;
}

#toolbar .nav > li{
    display: inline-block;
    float: none;
}

#toolbar .navbar-nav > li.open > ul.dropdown-menu {
    position: absolute;
    background: #fff;
    border: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 9999;
    top: 41px;
}

@media (max-width: 767px){

    #toolbar .navbar-nav > li.open > ul.dropdown-menu {
        position: absolute !important;
    }
}

@media (max-width: 680px){

    .pomocodediv {
        padding:5px !important;

        margin:0px !important;
    }

    .promo_value_msg {

        font-size: 19px !important;

    }
    .pompom_count_msg
    {
        font-size: 19px !important;
    }
    .Creative {
        font-size: 21px !important;
    }
    #pompomsmodal .modal-title {
        font-size: 21px !important;
    }
    .min_bouquets_design  {
        margin:3px !important;
        padding-top:3px !important;
    }
    .Coupon_Code {
        font-size: 15px !important;
    }
    .coupon_value {
        font-size: 16px !important;
    }
    #pompomsmodal > .modal-sm {
        width:80% !important;
    }
}
#toolbar{
    margin-bottom: 0;
    border-radius: 0 !important;
    background: #232323;
    border: none;
    border-bottom: 1px solid #666;
}

#canvas{
    position: relative;
    overflow: hidden;
}

.canvas-image{
    position: absolute;
    top: 0; left: 0;
}

.canvas-image, .canvas-placeholder{
    width: 100%;
    margin-top: -30px;
}

#watermark{
    position: absolute;
    bottom: 0;
    left: 0px;
}

#designer{
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#designer .modal, #designer .modal-backdrop {
    position: absolute !important;
}

#designer .modal {
    top: 60px;
}

.modal .modal-content{
    border-radius: 0;
}

#designer .design-name{
    position: absolute;
    top: 5px; left: 5px;
    z-index: 999;
}

#designer .badge{
    background: rgba(0,0,0,0.36);
}

.main-window{
    padding-right: 300px;
    position: relative;
    background: #363636;
}

.main-window a, .main-window button, .main-window label{
    color: #acacac !important;
}

.main-window a:hover, .main-window button:hover, .main-window label:hover, .main-window .tabs a.active{
    color: #fff !important;
}

#toolbar a{
    color: #ccc;
}

#toolbar a:hover{
    color: #fff;
}

#toolbar .dropdown-menu a{
    color: #565656 !important;
}

#toolbar .dropdown-menu a:hover{
    background: #dff0f6;
}

#controls{
    position: absolute;
    width: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 10px 15px 5px;
}

#controls .scroll-bar-block{
    position: absolute;
    top: 80px;
    bottom: 50px;
    overflow: auto;
    background: url("../images/bottom-shadow.png") no-repeat center bottom, url("../images/top-shadow.png") no-repeat center top;
    background-size: 100% auto;
}

#controls .tab-content{

}

#controls .tab-pane{
    width: 270px;

}

#controls .tabs{
    margin: -15px -15px 0px -5px;
    overflow: hidden;
}

#controls .tabs a{
    display: inline-block;
    width: 33.3333%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    padding: 8px 0 8px 0;
    color: #ccc;
    text-decoration: none !important;
}

#controls .tabs a:hover{
    background: #232323;
    color: #fff;
}

#controls .tabs a.active{
    background: #FF7E00;
    color: #fff;
}



@media(max-width: 768px){
    .main-window{
        padding-right: 0px;
        padding-top: 30px;
    }

    .canvas-placeholder, .canvas-image{
        margin-top: -20px;
    }

    #controls{
        width: 100%;
        top: 0;
        left: 0;
    }

    #controls .tab-content{
        display: none;
    }

    #controls .tabs a{
        width: 16.6666%;
        font-size: 10px;
    }

    #controls .tabs a.active{
        background-color: transparent;
    }
}

#controls .color-btn-group, #step_ribbon .color-btn-group{
    list-style: none;
    margin: 0;
    padding: 0;
}

#controls .color-btn-group li{
    list-style: none;
    display: block;
    float: left;
    width: 50%;
    overflow: hidden;
    padding-right: 10px;
}

#step_ribbon .color-btn-group li,
#step_pompom .color-btn-group li{
    list-style: none;
    display: block;
    float: left;
    overflow: hidden;
    padding: 5px 5px 0px 5px;
    background-color: #464545;
}

#controls .color-btn-group li input, 
#step_ribbon .color-btn-group li input,
#step_pompom .color-btn-group li input{
    position: absolute;
    left: auto;
    visibility: hidden;
}

#controls .color-btn-group li label{
    width: 100%;
    padding-left: 22px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 11px;
    border-radius: 99px;
    overflow: hidden;
}

#step_ribbon .color-btn-group li label,
#step_pompom .color-btn-group li label{
    width: 100%;
    padding-left: 22px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 11px;
    border-radius: 99px;
    overflow: hidden;
    color: #e2e2e2;
}

#controls .color-btn-group li label:hover, 
#step_ribbon .color-btn-group li label:hover,
#step_pompom .color-btn-group li label:hover{
    color: #fff;
}

#controls .color-btn-group li label span.color-btn-swatch, 
#step_ribbon .color-btn-group li label span.color-btn-swatch,
#step_pompom .color-btn-group li label span.color-btn-swatch{
    position: absolute;
    display: block;
    background: #000;
    width: 20px; height: 20px;
    top: 0px; left: -2px;
    border-right: 1px solid #363636;
}

#controls .color-btn-group li input:checked + label, 
#step_ribbon .color-btn-group li input:checked + label,
#step_pompom .color-btn-group li input:checked + label{
    background: #0088e4;
    color: #fff !important;
}

#controls input.blocked + label:hover, 
#step_ribbon input.blocked + label:hover,
#step_pompom input.blocked + label:hover{
    color: #acacac !important;
    cursor: default;
    pointer-events: none;
}

.reset-controls-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.reset-controls-btn #reset-control{
    background: transparent;
    box-shadow: none;
    border: 1px solid #bebebe;
    border-radius: 99px;
    padding: 4px 20px 4px 20px;
}

.logo-img{
    margin-top: 14px;
    margin-bottom: 14px;
}

#toolbar .navbar-nav > li > a.btn-rooms{
    background: #0f9234;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    font-size: 16px;
    margin: 7px;
    border-radius: 999px;
}

#toolbar .navbar-nav > li > a.btn-rooms:hover{
    background: #0ac33e;
}

#toolbar .navbar-left{
    margin-left: -15px;
}

.loader{
    margin: 5px auto 20px auto;
    overflow: hidden;
}

.loader-sm{
    width: 24px;
    height: 24px;
    background: url("loader-24.gif") no-repeat center center;
}

.loader-md{
    width: 32px;
    height: 32px;
    background: url("loader-32.gif") no-repeat center center;
}

.loader-lg{
    width: 48px;
    height: 48px;
    background: url("loader-48.gif") no-repeat center center;
}

h1{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
}

h1 img{
    height: 120px;
}

.size-btn{
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    width: 50%; float: left;
}

.size-btn img{
    float: left;
    width: 40%;
}

.size-btn-description{
    float: left;
    width: 60%;
    padding: 6px;
}

@media(max-width: 991px){
    .size-btn img{
        width: 20%;
    }

    .size-btn-description{
        width: 80%;
    }
}

.size-btn:hover{
    background: #dff0f6;
}

.size-btn.active{
    background: #acd8ed;
}

.size-btn.active:before{
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    left: 6px;
    top: 4px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}

.size-btn p{
    margin: 0;
}

.size-btn-title{
    font-weight: bold;
    font-size: 18px;
    color: #c36;
}

.size-btn.active p{
    color: #fff;
}

h3.title{
    margin-top: 0;
}

#add-to-cart{
    margin-top: 10px;
}

.price{
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #FF7E00;
}

.success-sign{
    font-size: 62px;
    color: #0ac33e;
}

h4{
    margin-bottom: 20px;
}

#cart-link{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#801d3e+0,5b152c+100 */
    background: #801d3e; /* Old browsers */
    background: -moz-linear-gradient(top,  #801d3e 0%, #5b152c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #801d3e 0%,#5b152c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #801d3e 0%,#5b152c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801d3e', endColorstr='#5b152c',GradientType=0 ); /* IE6-9 */

}

.slogan {
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1;
    /* margin-top: 0px; */
    /* margin-right: 126px; */
    /* text-align: right; */
    /* vertical-align: middle; */
}

.next-step-btn:after{
    content: ' \f061';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
}

.back-step-btn:before{
    content: ' \f060';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
}

.next-step-btn.disabled, .back-step-btn.disabled{
    opacity: 0.7;
    pointer-events: none;
}

.next-step-btn.disabled:after{
    content: ' \f021';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}

.back-step-btn.disabled:before{
    content: ' \f021';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}

.next-step-btn-container{
    margin-top: 20px;
}

#wizard-controls .chex.tab-pane input[type=radio],
#wizard-controls .chex.tab-pane input[type=checkbox]{
    display: none;
    /*    visibility: hidden;
        position: absolute;
        left: -999999999px;*/
    width: 0.1px;
    height: 0.1px;
}

#wizard-controls .chex.tab-pane{
    text-align: center;
}

#wizard-controls .chex.tab-pane input[type=radio] + label,
#wizard-controls .chex.tab-pane input[type=checkbox] + label{
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background: #000;
    margin: 0 0 0 0;
    border: 2px solid #000;
    position: relative;
}

#wizard-controls .chex.tab-pane input[type=radio]:checked + label:after,
#wizard-controls .chex.tab-pane input[type=checkbox]:checked + label:after{
    content: ' \f00c';
    display: block;
    position: absolute;
    text-align: center;
    top: 2px; left: -3px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    margin-left: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

#wizard-controls .chex.tab-pane input[type=radio] + label.w-text,
#wizard-controls .chex.tab-pane input[type=checkbox] + label.w-text{
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    position: relative;
    padding-left: 34px;
    background: transparent;
    border: none;
    margin-bottom: 2px;
}

#wizard-controls .chex.tab-pane input[type=radio] + label.w-text .swatch,
#wizard-controls .chex.tab-pane input[type=checkbox] + label.w-text .swatch{
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    left: 0;
    border: 2px solid #000;
}

#wizard-controls .chex.tab-pane input[type=radio] + label.w-text .text,
#wizard-controls .chex.tab-pane input[type=checkbox] + label.w-text .text{
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    text-align: left;
    line-height: 12px;
}

#wizard-controls .chex.tab-pane input[type=radio]:checked + label.w-text:after,
#wizard-controls .chex.tab-pane input[type=checkbox]:checked + label.w-text:after{
    content: ' \f00c';
    display: block;
    position: absolute;
    text-align: center;
    top: 4px; left: 0px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    margin-left: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

.add-to-cart{
    background: #06a345;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.add-to-cart a{
    color: #fff !important;
    font-weight: bold;
}

.primary_pompom{
    pointer-events: none;
}

.primary_pompom.swatch{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #000;
    position: relative;
}

.primary_pompom.swatch:after{
    content: ' \f00c';
    display: block;
    position: absolute;
    text-align: center;
    top: 3px; left: -3px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    margin-left: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

.wizard-bouquet-image{
    padding: 0;
}

.wizard-bouquet-image img{
    position: absolute;
    top: 0; left: 0;
}

.wizard-bouquet-image img.placeholder{
    position: relative;
    top: 0; left: 0;
}

.wizard-bouquet{
    margin-bottom: 15px;
    padding-right: 15px;
}

.add-to-cart-block{
    background: #eee;

    padding-bottom: 15px;
}

.add-to-cart-header{
    color: #ddd;
    font-size: 26px;
    background: #232323;
    margin: 0;
    padding: 10px;
}

.add-to-cart-block .size-title{
    color: #666;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    padding-top: 15px;
}

.add-to-cart-block .size-price{
    font-size: 24px;
    font-weight: bold;
}

.size-img{
    width: 160px;
    display: block;
    margin: 10px auto 10px auto;
    border: 1px solid #ccc;
}

.size-qtty-input{
    margin-bottom: 15px;
    padding-right: 26px;
    padding-left: 26px;
}

.text-aqua{
    color: #599ed4;
}

.text-green{
    color: #00b94e;
}

.text-orange{
    color: #FF7E00;
}

.text-red{
    color: #e51f3b;
}

.size-img{
    cursor: pointer;
}

.size-img:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.14);
}

.text-add-to-cart{
    font-size: 32px;
    color: #cc3366;
    font-weight: bold;
}

.wizard-bouquet .img-responsive, .wizard-intro .img-responsive{
    width: 100%;
}

@media(max-width: 767px){
    .wizard-bouquet{
        max-width: 640px;
        margin: 0 auto 0 auto;
    }

    .wizard-intro{
        width: 320px;
        margin: 0 auto 0 auto;
    }

    .wizard-bouquet-image{
        margin-left: 15px;
    }
}

@media(max-width: 991px){
    .wizard-bouquet{
        width: 100%;
        margin: 0 auto 0 auto;
    }

    .wizard-intro{
        width: 320px;
        margin: 0 auto 0 auto;
    }

    .wizard-bouquet-image{
        margin-left: 15px;
    }
}

#add-to-cart-btn{
    position: absolute;
    top: 10px; right: 10px;
    padding-left: 56px;
    padding-right: 20px;
    color: #fff !important;
    z-index: 1000;
    line-height: 16px;
    font-size: 18px;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.32);
}

#add-to-cart-btn span{
    display: block;
    font-weight: normal;
    font-size: 12px;
}

#add-to-cart-btn i{
    position: absolute;
    font-size: 32px;
    left: 12px; top: 7px;
}

#cartModal .select-size-container{
    padding-left: 15px;
    padding-right: 15px;
}

#cartModal .select-size{
    font-weight: bold;
    font-size: 14px;
}

#cartModal .size-title{
    font-weight: bold;
    font-size: 18px;
}

#modal-total-price{
    width: 160px;
    font-size: 22px;
    display: inline-table;
    vertical-align: middle;
    font-weight: bold;
    color: #FF7E00;
}

#modal-cart-qtty{
    font-size: 18px;
    max-width: 100px;
    text-align: center;
}

.size-select-block{
    border: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 15px;
}

.size-select-block.selected{
    border-color: #599ed4;
}

.size-select-block .size-description img{
    display: block;
    width: 160px;
    margin: 0 auto;
}

#modal-add-to-cart-btn{
    font-size: 18px;
}

#modal-add-to-cart-btn.disabled{
    pointer-events: none;
    opacity: 0.6;
}

.disabled-controls{
    display: none;
    position: absolute;
    top: 180px;
    left: 20px;
    right: 30px;
    background: rgba(255,0,0,0.72);
    padding: 10px 10px 10px 50px;
    z-index: 9999;
    text-align: center;
    color: #fff;
    border: 1px solid #ff0000;
    box-shadow: 0 3px 12px rgba(0,0,0,0.44);
}

.disabled-controls i{
    display: block;
    font-size: 38px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.well{
    border-radius: 0;
    background: #fff;
}

.well-header{
    margin: -19px -19px 0px -19px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    background: #eff6f9;
    /*    text-shadow: 0 -1px 0 rgba(0,0,0,0.23);*/
}

label{
    /*    color: #000;*/
    /*    font-weight: bold;*/
}

#designer-form label{
    font-weight: normal;
}

select option[disabled]{
    color: #ddd;
}

.dl-centered{
    display: table;
    width: 100%;
}

.dl-centered dt, .dl-centered dd{
    display: inline-table;
    width: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dl-centered dt{
    text-align: right;
    padding-right: 4px;
}

.dl-centered dd{
    text-align: left;
    padding-left: 4px;
}

.input-group-addon{
    background: #fff;
}

h2 img{
    margin-top: -6px;
}

hr.thick{
    border-top-width: 3px;
}

h4{
    line-height: 24px;
}

.info-title{
    font-size: 16px;
}

.no-margin{
    margin: 0;
    margin-bottom: 10px;
}

.curvy-separator{
    width: 100%;
    height: 5px;
    background: url("../images/curvy-line.png") repeat-x center center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#rooms{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

#rooms button{
    padding: 4px 10px 4px 10px;
    margin: 2px;
    font-size: 12px;

    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    color: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e5e5e5+100 */
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#rooms button.active{
    text-shadow: 0 -1px 0 rgba(0,0,0,0.26);
    color: #fff;
    border: 1px solid #3D91E5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#rooms button span{
    display: block;
    font-size: 26px;
    padding: 0;
    font-weight: bold;
}

#roomsModal h5{
    font-size: 16px;
    line-height: 24px;
}

.current-room{
    background: #008749;
}

.current-room a{
    font-weight: bold;
    color: #fff !important;
}

#current-room-number{
    display: inline-block;
    background: #fff;
    color: #008749;
    min-width: 18px;
    text-align: center;
    border-radius: 99px;
}

.size-select-block{
    cursor: pointer;
}

.size-select-block:not(.selected):hover{
    border: 1px solid #ddd;
}

.w-bouquet-image-container{
    position: relative;
    padding-left: 15px;
}

.w-bouquet-image{
    position: relative;
}

.w-bouquet-image img{
    position: absolute;
    width: 100%;
    top: 0px; left: 0px;
}

.w-bouquet-image img.placeholder{
    position: relative;
    width: 100%;
    top: -15px; left: -15px;
}

.shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#loading{
    position: absolute;
    top: 120px;
    width: 80%;
    left: 10%;
}

#loading h4{
    color: #fff;
}

.size-price-text{
    font-size: 24px;
    font-weight: bold;
}

.breadcrumb{
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb > li + li:before {
    color: #ccc;
    font-family: FontAwesome;
    content: "\f105 ";
    padding: 0 5px;
}

.wizard-block.blocked {
    opacity: 0.5;
    pointer-events: none;
}

.enter-room.locked{
    opacity: 0.5;
    position: relative;
    /*    pointer-events: none;*/
}

.enter-room.locked:before{
    content: '\f023';
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 4px;
}

.enter-room.locked:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 4px;
    bottom: 66px;
    color: #fff;
    content: attr(title);
    left: 50%;
    margin-left: -110px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

input[type=text], input[type=email], input[type=tel], select option, select option:checked, select{
    color: #343434 !important;
    font-size: 16px !important;
    font-weight: bold;
}

select{
    padding-top: 6px !important;
}

#btn-start-wizard{
    margin: 50px;
    border: 1px solid #ff8b0f;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbb0f+0,ff670f+100 */
    background: #ffbb0f; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffbb0f 0%, #ff670f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffbb0f 0%,#ff670f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffbb0f 0%,#ff670f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb0f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */

}

#add-to-cart-3{
    color: #60f583 !important;
    font-weight: bold;
}

#add-to-cart-3:hover{
    color: #fff !important;
}

.modal-body{
    position: relative;
}

.modal-body .loading-modal{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.76);
}

.modal-body.loading .loading-modal, .modal-body.loading .loading-modal .loader{
    display: block;
}

.blocked {
    pointer-events: none;
}

.text-center.message {
    font-weight: 700 !important;
}
.coupon-modal-message-dis{
    background-color: #43bd13;
    color: #fff !important;
    margin-bottom: 2px;
    padding-bottom: 2px;
    padding-top: 5px;
    margin-top: 14px;
    padding-left:14px;
}
.pompoms-modal-message-dis {
    background: #fff none repeat scroll 0 0;
    border-left: 2px solid #43bd13;
    border-right: 2px solid #43bd13;
    margin-top: -3px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left:10px;
    width: 100%;
    font-size:18px;
}
#pompomsmodal > .modal-sm > .modal-content > .modal-body {
    padding: 0;
    background: #06a345 none repeat scroll 0 0;
}

#pompomsmodal > .modal-sm > .modal-content > .modal-header {
    background: #fff none repeat scroll 0 0;
    border-color: red #43bd13 #eee;
    border-style: solid;
    border-width: 2px 2px 1px;
    margin-bottom: 3px;
    margin-top: 0;
}
.Creative {
    border-bottom: 0.5px solid #3fab14;
    color: #fff;
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 9px;
    text-align: left;
    width: 94%;
}
.pompom_count_msg {
    color: #fff;
    font-weight: bold;
    padding: 18px;
    text-align: left;
    font-size:24px;
    padding:15px 10px 15px 0px;
}
#pompomsmodal  > .modal-sm  { width:50%;}
.promo_value_msg {
    color: #ffffff;
    font-size: 18px;
    font-size: 25px;
    font-weight: bold;
}
.coupon_value {
    color: #fff;
    font-size: 22px;
    padding-left: 15px;
    padding-top: 5px;
}
.modal-backdrop.in {
    opacity: 0 !important;
}

.modal-open {
    overflow: scroll !important;
}
.modal-backdrop {

    position:relative!important;}

.min_bouquets_design {
    font-size: 15px;
    margin: 9px 16px;

    text-align: right;
}
#save-message {
    font-size: 25px;
}
#pompomsmodal > .modal-sm > .modal-content > .modal-header > .modal-title { font-size:28px;}
.Coupon_Code {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
}
.pomocodediv {
    margin:5px 5px 5px 134px;
}
.close {
    font-size:48px;
}
.coupon-discount-error p {
    margin: 2px !important;
}
.coupon-discount   p {
    margin: 2px !important;
}

.no-controls {
    padding: 0 !important;
}

.list-group-item {
    padding: 2px 2px;
    margin-bottom: -4px;
    border: none;
}

@media (min-width: 992px)
    .col-md-4 {
        max-width: 490px !important;
    }


    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 1.1;
        color: #444444;
        text-align: center;
    }

    /* Tooltip */
    .tutorial + .tooltip > .tooltip-inner {
        background-color: #73AD21;
        color: #FFFFFF;
        border: 1px solid green;
        padding: 15px;
        font-size: 20px;
    }

    /* Tooltip on left */
    .tutorial + .tooltip.left > .tooltip-arrow {
        border-left: 5px solid red;
    }

    #designer-pjax{
        margin-top: 50px;
    }

    h3.text-center {
        font-weight: 600;
    }

    .list-group-item:first-child,
    .list-group-item:last-child {
        border-radius: 0;
    }

@media(min-width: 769px){
    .shift-left {
        float: left !important;
    }
    .shift-right {
        float: right !important;
    }
}

@media(max-width: 768px){
    .shift-left {
        float: left !important;
    }
    .shift-right {
        float: none !important;
    }
}

.phone-header {
color: #000;
font-size: 1.5em;
}