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 */
    background-color: #efefef;
    padding: 30px;
    color: gray;
    border-top: 1px solid #d7d5d5;
    /*  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%;*/
}

.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;
}

.site-index {
    max-width: 1260px;
    margin: 10px auto;
}

.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 > a > i {
    margin-right: 3px;
}

#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: #8a8a90;
    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 {
    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 {
    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 {
    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 {
    color: #fff;
}

#controls .color-btn-group li label span.color-btn-swatch, #step_ribbon .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 {
    background: #0088e4;
    color: #fff !important;
}

#controls input.blocked + label:hover, #step_ribbon 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;
}

.loader-text {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 32px;
}

#lock-room, #unlock-room {
    margin-top: 15px;
}

h1 {
    margin-bottom: 20px;
    font-weight: 700;
    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: 10px 0;
    /* 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 h3 {
    margin-top: 0;
}

.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: 16px;
    line-height: 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;
    margin: 10px 0;
}

.phone-header a {
    color: #000;
}

.icon-door {
    background: transparent url('../images/icon-door.png') no-repeat;
    width: 14px;
}

.btn-accent {
    padding: 12px 25px;
    font-size: 14px;

    background: #07b538;
    background: -moz-linear-gradient(top, #07b538 0%, #00bf09 100%);
    background: -webkit-linear-gradient(top, #07b538 0%, #00bf09 100%);
    background: linear-gradient(to bottom, #07b538 0%, #00bf09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07b538', endColorstr='#00bf09', GradientType=0);

    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.btn-accent i {
    margin-right: 3px;
}

.content-video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

.content-video iframe,
.content-video object,
.content-video embed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-title {
    font-weight: 700;
}

.signin-modal .modal-content {
    border: 4px solid #479ad4;
}

.signin-modal .modal-body {
    /*background-image: url('../images/candy-srpinkles-original-fade.png');*/
    background-color: #eef1f4;
}

.signup-modal .modal-content {
    border: 4px solid #c33159;
}

.signup-modal .modal-body {
    /*background-image: url('../images/candy-srpinkles-original-fade.png');*/
    background-color: #eef1f4;
}

.icon {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.icon-flower {
    width: 24px;
    height: 24px;
    background: transparent url("../images/nymphea.png") no-repeat;
}

.icon-discount {
    width: 24px;
    height: 24px;
    background: transparent url("../images/percentage.png") no-repeat;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

@media (max-width: 767px) {

    #wizard-controls .carousel input[type=radio], #wizard-controls .carousel input[type=checkbox] {
        display: none;
        width: 0.1px;
        height: 0.1px;
    }

    #wizard-controls .carousel input[type=radio] + label, #wizard-controls .carousel 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 .carousel input[type=radio]:checked + label:after, #wizard-controls .carousel 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 .carousel input[type=radio]:checked + label:before, #wizard-controls .carousel input[type=checkbox]:checked + label:before {
        content: attr(data-before);
        display: block;
        position: absolute;
        text-align: center;
        top: 25px;
        left: -8px;
        color: #fff;
        background-color: #000;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        margin-left: 6px;
            max-width: 200px;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 1070;
    display: block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    }

    .owl-carousel .owl-wrapper-outer {
    height: 60px;
}

    #step_ribbon .color-btn-group {
        margin: 9px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -26px;
        top: -5px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -26px;
        top: -5px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        color: #000;
        display: inline-block;
        zoom: 1;
        margin: 5px;
        padding: 3px 3px;
        font-size: 18px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: #fff;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }
}

.discount-coupon-wrapper {
    margin: 10px 0;
}
.discount-coupon-btn {

}
.discount-coupon-btn.red {
    background: linear-gradient(to bottom, #d04c77 0%,#c31d45 100%);
    border-color: #67041c;
}
.discount-coupon-btn.yellow {
    background: linear-gradient(to bottom, #fdcc4d 0%,#c38f03 100%);
    border-color: #9a7504;
}

.designer_title, #favors-qtty label, .field-designer-rush_production label{
    display: inline-block;
    font-size: 1.077em;
    margin: 0 0 5px;
    font-weight: 700;
    font-weight: 600;
    color: #000;
}

#designer-base{width: 250px; display:inline-block;}

#designer-pompom li, #designer-candy_type li, 
#designer-tassel li,
#designer-ribbon li
{float: left; list-style: none; min-width: 35px;}
#designer-pompom .pom_checkbox, #designer-candy_type .candyType_radio, 
#designer-tassel .tassel_checkbox,
#designer-ribbon .ribbon_radio
{display:none;}

.color-btn-swatch{border: 1px solid #000;}

.amount {
    color: #8db830;
}
#base_price{font-size: 22px;}
#total_price, #total_price_all{font-size: 24px; border-bottom: 1px solid #000;}
.color-btn-group{margin: 0px; padding: 0px;}
#favors-qtty, #imprinting-switch{
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: auto !important;
}
#favors-qtty label, #imprinting-switch label{display: block;}

input.qtyplus { 
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-left: 0px;
    padding: 6px 0px;
}
input.qtyminus {     
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-right: 0px;
    padding: 6px 0px;
}
.field-qtty{display: inline-block; width: 50px; margin-left: -4px;
    margin-right: -4px;}
.field-qtty input{
    width: 50px;
    height: 36px;
    padding: 0px;
    margin: 0px;
    font-size: 13px !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 0px !important;
    border-right: 0px !important;
    text-align: center;
}
.epo-label{
    display: block;
    margin: 0;
    position: relative;
    float: none;
    width: 100%;
    font-weight: 700;
    text-align: left;
}
.h3{
    font-size: 19px;
    color: #c36;
}
.h4{
    font-size: 18px;
}
#add_to_cart_btn{
    background: #c36;
    border-radius: 3px;
    border-color: #c36;
}
#frm_design li label{
    position: relative;
}
#frm_design input[type=radio]:checked + label:after, 
#frm_design 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);
}

#designer, #design_text{width: 512px; float: right;}
#design_text h3{
    color: #c36;
    margin: 10px 0 15px 0;
    font-size: 14px;
    text-align: left;
}
.field-imprinting-text .control-label:after{
    display: block;
    content: 'You may use 32 characters max, up to 8 capital letters and up to 6 special characters: ! - & . , \'';
    color: #c36;
}

.price_linethrough{
	text-decoration: line-through;
    font-size: 14px;
}


/*Latest Changes*/

#frm_design{
    margin: 0px;
	position: relative;
}
#design_maker{margin-top: 5px; position: relative; float: left;}
#design_maker li{float: left; list-style: none; min-width: 30px;}
#design_maker .pom_checkbox, 
#design_maker .candyType_radio, 
#design_maker .tassel_checkbox,
#design_maker .ribbon_radio
{display:none;}
.des_checkbox{display: none;}
.field-hid_pompom,
.field-hid_tassel,
.field-hid_ribbon
{
    text-align: center;
}
#design_maker li label{
    position: relative;
}
#design_maker input[type=radio]:checked + label:after, 
#design_maker input[type=checkbox]:checked + label:after {
    content: ' \f00c';
    display: block;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    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);
}
.designer_title{cursor: pointer;}
.item-content{overflow:hidden; border: 1px solid #ccc; width: 100px;}
.item-image{width: 100%;}
.item-price{font-weight: bold; text-align: center; width: 100%;}
.item-name{text-align: center;}

.save_circle{
	border-radius: 50%;
	background: #c36;
	height: 120px;
	width: 120px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #fff;
	float: right;
	
	position: absolute;
	left: 295px;
	top: -40px;
}
.save_da{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	width: 100%;
}
.save_text{
	color: #fff;
    text-align: center;
    font-size: 26px;
    padding-top: 10px;
    text-transform: uppercase;
}
.save_dollar{
	text-align: center;
    color: #fff;
    font-size: 18px;
    align-self: flex-start;
}
.save_amount{
	text-align: center;
    font-size: 60px;
    color: #fff;
	align-self: center;
    font-weight: bold;
}
.form-group{margin-bottom: 5px;}
#candyType_div, #addon_imprinting, #addon_candy{display:none;}
.addon_option{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.addon_label{
	color: #000;
}
.addon_price{
	font-weight:bold;
}
.addon_remove{
    color: red;
    cursor: pointer;
}

.active-label{
	background: #444142 !important; 
	padding: 5px;
	color: #fff !important;
	border: 3px double #fff !important;
}

.sel_designer{
	background: transparent;
	padding: 5px;
	color: #444142;
	font-weight: bold;
	border: none;
}

.color-btn-swatch{
	height: 16px;
	width: 27px;
}
.addon_label_sel{
	color: #c36;
	font-weight: bold;
}
.deli-text{
	font-size: 14px;
	color: #c36;
}
.mb10{
	margin-bottom: 10px !important;
}
.org_price{float:left; margin-top: 7px;}
.owl-prev{
	position: absolute;
    top: 0px;
    left: -20px;
    font-size: 60px !important;
}
.owl-next{
	position: absolute;
    top: 0px;
    right: -20px;
    font-size: 60px !important;
}

#addon_candy_name{clear:both; float:left;}
#designer .help-block{color: #222;}

.field-imprinting-text{display: none;}
.nav-tabs{border-bottom: none;}
#tool_tabs li {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 23%;
    text-align: center;
}

#tool_tabs li a,
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus
{
    border-bottom: 1px solid transparent;
    border-bottom-color: #D54A93;
    background: #D54A93 !important;
}

#tool_tabs li a{color: #fff;}

#tool_tabs h2{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #c36;
    margin: 10px 0 15px 0;
}
.customer-design-list .bouquet-image img {
    left: 0;
}
#preset-slide.owl-carousel .owl-nav.disabled{display:block;}
#preset-slide .item-content {
    overflow: hidden;
    border: none;
    width: 95%;
    margin: 0 5px;
}

#preset-slide .owl-prev {
    position: absolute;
    top: 30%;
    left: -20px;
    font-size: 60px !important;
}
#preset-slide .owl-next {
    position: absolute;
    top: 30%;
    right: -20px;
    font-size: 60px !important;
}
.bouquet-title{
	padding: 5px;
	text-align: center;
	background: #ccc;
	color: #222;
    font-weight: bold;
    text-transform: uppercase;
}
.bouquet-designbuy{
	text-transform: uppercase;
	color: #c36;
	text-align: center;
    font-weight: bold;
    cursor: pointer;
	padding: 5px;
}
.mtb20{margin-top:40px; margin-bottom: 40px;}
.page_header{
	padding: 15px 10px;
    margin: 0 0 20px!important;
    border-bottom: 1px solid #bbb;
	background: #f6f6f6;
}
.page-header-title {
    display: block;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: 400;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.extra-help{
	display: none;
	float: left;
    font-size: 11px;
    margin-left: 15px;
	margin-bottom: 25px;
}
.delivery_cls{margin-bottom: 25px;}