.js-area-loading,
.js-feedback-overlay {
    background-color: rgba(255,255,255,0.9);
    left: 0;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.js-area-loading.fixed,
.js-feedback-overlay {
    position: fixed;
}
    .js-area-loading .table,
    .js-feedback-overlay .table,
    .js-lazy-loader .table {
        display: table;
        width: 100%;
        height: 100%;
    }
    .js-area-loading .table-cell,
    .js-feedback-overlay .table-cell,
    .js-lazy-loader .table-cell {
        display: table-cell;
        vertical-align: middle;
    }
    .js-area-loading .icon,
    .js-feedback-overlay .icon,
    .js-lazy-loader .icon {
        font-size: 36px;
        line-height: 1.3em;
    }
.js-feedback-overlay > div > div > span {
    background-color: #82b338;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
	.js-feedback-overlay > div > div span.icon {
	    font-size: 50px;
	}

.js-switch-price {
    display: none;
}
.js-switch-price.active {
    display: inline;
}
.js-price-table-switch.active {
    color: inherit;
}

.slider-wrap > label {
    margin: 0 10px;
    position: relative;
    top: 5px;
}
#page .ui-slider {
    background: linear-gradient(#aaa, #c8c8c8);
    border: 1px solid #717171;
    border-radius: 10px;
    display: inline-block;
    height: 7px;
    margin-top: 30px;
    width: 620px;
    max-width: 100%;
    vertical-align: middle;
}

#page .ui-slider .ui-slider-handle {
    background-color: transparent;
    background-image: url('/wp-content/themes/FCE_new/images/ui-slide-handle.png');
    background-repeat: no-repeat;
    border: 0;
    height: 40px;
    width: 19px;
    top: -17px;
    animation-name: fading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#page .ui-slider .ui-slider-pip {
    top: -30px;
}
#page .ui-slider-pips .ui-slider-line {
    height: 10px;
    background-color: #bebebe;
}
#page .ui-slider .ui-slider-pip .ui-slider-label {
    display: none;
    top: -18px;
}

.js-delivery-box {
    font-size: 19px;
}

.js-dyn-text {
    position: absolute;
    bottom: 9%;
    left: 35%;
    font-size: 24px;
    line-height: 1em;
    font-family: "Mr Dafoe", cursive;
}

.no-js .b-lazy {
  display: none;
}
img.loading {
	background-image: url('/global/images/assets/ajax-loader.gif');
	max-width: 32px;
	max-height: 32px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 768px) {
	.top-header .js-dyn-text {
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
		bottom: 6%;
		font-size: 20px;
	}
}