.loading-16 {
    background: url(images/loading-16.gif) no-repeat center center #fff;
}
.loading-24 {
    background: url(images/loading-24.gif) no-repeat center center #fff;
}
.loading-32 {
    background: url(images/loading-32.gif) no-repeat center center #fff;
}
.loading-64 {
    background: url(images/loading-64.gif) no-repeat center center #fff;
}

#passwordStrength .bar {
    width: 138px;
    height: 7px;
    background: url(images/progress1.png) no-repeat top left;
    float: left;
    margin: 0.4em 0.5em 0.3em 0em;
}
#passwordStrength .pcn {
    float: left;
    font-size: 0.9em;
    color: #666;
}
#passwordStrength .barbar {
    width: 0px;
    height: 7px;
    background: url(images/progress1.png) no-repeat bottom left;
}

/* Pager options (limit, sort) pre produkty */
div.pager-options {
    float: right;
}
table.pager-options {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}
table.pager-options td {
    padding: 0 8px;
    vertical-align: middle;
}

table.pager-options .selectbox {
    margin: 0 0 0 4px;
}

table.pager-options div.selectbox span {
    color: #222;
    font-size: 10px;
    font-weight: normal;
}

/* Kontext menu */
#kontextMenu {
    text-align: left;
    padding: 0 0 10px 0;
    font-size: 0.9em;
    color: #3d3d3e;
}
#kontextMenu a {
    color: #3d3d3e;
}

/* Hviezdickove hodnotenie */
.rating-container {
    width: 100px;
    height: 20px;
    background: url(images/stars-big.gif) no-repeat 0px -20px;
    position: relative;
}
.rating-container-hover .rating {
    display: none;
}
.rating-container .rating {
    height: 20px;
    background: url(images/stars-big.gif) no-repeat 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.rating-container .rating-progress {
    display: none;
    width: 100px;
    height: 20px;
    background: url(../images/loading3.gif) no-repeat 50% 50% #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.rating-container a.rate {
    display: block;
    width: 20%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.rating-container a.rate span {
    display: none;
}
.rating-container a.rate:hover {
    background: url(images/stars-big.gif) no-repeat 0 0px;
    left: 0px;
    z-index: 1;
}
.rating-container a.rate-1 {
    left: 0px;
}
.rating-container a.rate-2 {
    left: 20%;
}
.rating-container a.rate-3 {
    left: 40%;
}
.rating-container a.rate-4 {
    left: 60%;
}
.rating-container a.rate-5 {
    left: 80%;
}
.rating-container a.rate-1:hover {
    left: 0px;
    width: 20%;
}
.rating-container a.rate-2:hover {
    left: 0px;
    width: 40%;
}
.rating-container a.rate-3:hover {
    left: 0px;
    width: 60%;
}
.rating-container a.rate-4:hover {
    left: 0px;
    width: 80%;
}
.rating-container a.rate-5:hover {
    left: 0px;
    width: 100%;
}

/* Slider na cenu vo vyhladavaci */
#searchPriceRange {
    width: 160px;
    margin: 10px auto 5px auto;
}
#searchPriceRange .ui-slider-handle {
    background: #d60039;
}
#searchPriceRangeAmount {
    width: 160px;
    position: relative;
    height: 20px;
    margin: 0px 0 0 10px;
}
#searchPriceRangeAmountMin,
#searchPriceRangeAmountMax {
    width: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    margin-left: -9px;
}

/* Vyhladavaci formular v sidebare */
#catalogSideSearchForm {
    position: relative;
    margin: 0;
    padding: 0;
}
#catalogSideSearchProgress {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100px;
    background: url(images/ajax-loader.gif) no-repeat 50% 50% #ffffff;
    opacity: 0.8;
    z-index: 10;
}

/* Ikonky pri produktoch */
.icostars .icostar {
    display: block;
    width: 55px;
    height: 55px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
}
.icostars .icostar a {
    display: block;
    width: 100%;
    height: 100%;
}
.icostars .icostar span {
    display: none;
}
.icostars .icostar-club {
    background-image: url(images/icostar-club.png);
}
.icostars .icostar-sale {
    background-image: url(images/icostar-sale.png);
}
.icostars .icostar-saleout {
    background-image: url(images/icostar-saleout.png);
}
.icostars .icostar-top {
    background-image: url(images/icostar-top.png);
}
.icostars .icostar-new {
    background-image: url(images/icostar-new.png);
}

/* Lavy sidebar */
div.styled-block {
    margin-bottom: 15px;
    background: #fff;
    font-size: 1.1em;
}

div.styled-block .head {
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #fff;
    margin: 0 0 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #90918f;
}

div.styled-block .head > span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div.styled-block .head-inner {
    position: relative;
    padding: 10px 15px;
}
div.styled-block .head-inner a {
    color: #fff;
}

div.styled-block .head h2 {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

div.styled-block .head-inner.ico-arrows {
    background: url('images/ico-arrows.png') no-repeat left center;
}

div.styled-block .head-inner.ico-splash {
    background: url('images/ico-splash.png') no-repeat left center;
    padding-left: 29px;
}

div.styled-block .body {
    background: #fff;
    padding: 15px;
}

/* Sidebar menu */
#sideSearchForm {
    background: url('images/gradient-orange-big.png') repeat-x;
    padding: 10px 0 0 10px;
    margin-bottom: 1em;
}

#sideSearchForm .title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#sideSearchForm .inputs {
    padding-bottom: 10px;
    padding-top: 6px;
}

#sideSearchForm .topSearchText {
    background: #fff;
    border: 1px solid #e2001a;
    padding: 8px;
    width: 173px;
    border-radius: 4px;
}

#sideSearchForm .topSearchSubmit {
    background: url('images/seach-button.png');
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    border: 0;
    margin-left: 6px;
}

div.contentSidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 218px;
    position: relative;
}

div.contentSidebar ul.menu li.menu {
    border-bottom: 1px solid #dddddd;
}

div.contentSidebar ul.menu li.menu.last {
    border-bottom: none;
}

div.contentSidebar ul.menu li.menu div.menu {
    padding-bottom: 7px;
    min-height: 1px;
    _height: 1px;
}

div.contentSidebar ul.menu li.menuActive div.menu {
    min-height: 1px;
    _height: 1px;
}

div.contentSidebar ul.menu li.menu span.menu {
    display: block;
    padding: 2px 4px 0px 4px;
    min-height: 1px;
    _height: 1px;
}

div.contentSidebar ul.menu li.menuActive span.menu {
    min-height: 1px;
    _height: 1px;
}

div.contentSidebar ul.menu li.menu a.menu {
    display: block;
    color: #e2001a;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 3px 0px;
}

div.contentSidebar ul.menuGrey li.menu a.menu {
    color: #3d3d3e;
}

div.contentSidebar ul.menu li.menuActive a.menu {
    color: #e2001a;
}

/* Sidebar submenu */
div.contentSidebar ul.submenu {
    margin: 0;
    padding: 0 0 10px 15px;
    list-style: none;
}

div.contentSidebar ul.submenu li.submenu {
    padding: 3px 0 3px 5px;
    min-height: 1px;
    _height: 1px;
}

div.contentSidebar ul.submenu li.submenu a.submenu {
    color: #3d3d3e;
}

div.contentSidebar ul.submenu li.submenuActive a.submenu {
    font-weight: bold;
}

/* Hlavna obsahova cast */
div.contentMain {
    float: right;
    width: 720px;
}

/* Paddingy a separatory pre obsahovu cast */
.page-section-content {
}
.page-section-content-vpad {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-section-content-tpad {
    padding-top: 10px;
}
.page-section-content-bpad {
    padding-bottom: 10px;
}

.page-section-content-separator-line {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e4e4e4;
}

.page-section-content-separator-line-1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.page-section-content-separator-shadow {
    padding-bottom: 40px;
    margin-bottom: 10px;
    background: url(images/separator-content-shadow.png) repeat-x center bottom;
}

/* Subcategory menu */
ul.subcategoryMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.subcategoryMenu li {
    float: left;
    width: 106px;
    padding: 5px 4px 5px 4px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

ul.subcategoryMenu li.lastInRow {
    border-right: 0;
}
ul.subcategoryMenu li.firstInRow {
    clear: both;
}

ul.subcategoryMenu li div.content {
    text-align: center;
}

ul.subcategoryMenu li div.content div.image {
    height: 102px;
    background: #fff;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
}

ul.subcategoryMenu li div.content div.image a {
    display: block;
    text-align: center;
}
ul.subcategoryMenu li div.content div.image a img {
    width: 100%;
}

ul.subcategoryMenu li div.content div.title {
    color: #e2001a;
    font-weight: bold;
    padding: 0 5px;
}

ul.subcategoryMenu li div.content div.title a {
    color: #e2001a;
}

/*****************************************************************************************************************
*   BODY TOP
******************************************************************************************************************/

#pageTop {
    min-height: 100px;
    _height: 100px;
    position: relative;
}

#contentTop {
    padding: 70px 0 0 300px;
}

/* Logo */
#h1 {
    width: 287px;
    height: 96px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 30px;
    background: url(images/logo.png) no-repeat left top;
}

#h1 a {
    display: block;
    width: 287px;
    height: 96px;
}

#h1 a span {
    display: none;
}

/* Top buttons */
#topButtons {
    position: absolute;
    right: 0;
    top: 0;
}

#topButtons a.topButton {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
}

#topButtons a.topButtonGreen {
    border: 1px solid #b6b7b7;
    background: #b6b7b7;
}

#topButtons a.topButtonBlue {
    border: 1px solid #b6b7b7;
    background: #b6b7b7;
}

#topButtons a.topButtonRed {
    border: 1px solid #e31e2d;
    background: #e31e2d;
}

/* Slogan */
#slogan {
    position: absolute;
    left: 194px;
    top: 60px;
    width: 200px;
    font-size: 1.4em;
    line-height: 1.4em;
    font-family: 'Oswald', Tahoma, Arial, Sans-Serif;
}

#slogan .red {
    font-size: 1.4em;
    font-weight: bold;
    color: #e31e2d;
}

#slogan .blue {
    font-size: 1.4em;
    font-weight: bold;
    color: #3fd7f3;
}

/* Top menu */
#pageTopMenu {
    padding: 15px 0;
}

#topMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    min-height: 1px;
    _height: 1px;
}

#topMenu li {
    float: left;
    width: 16.66%;
}

#topMenu li span {
    display: block;
    padding-right: 5px;
}

#topMenu li span a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid #b6b7b7;
    background: #b6b7b7;
}

#topMenu li:nth-child(2n) span a {
    border: 1px solid #dcddde;
    background: #dcddde;
}

#hotline {
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    bottom: 10px;
    right: 20px;
    color: #009966;
}
#hotline a {
    color: #009966;
}
#hotline a.kontakt {
    padding-left: 2em;
}
#hotline span {
    font-size: 0.8em;
}
#hotline strong {
    font-size: 1.1em;
}

/* User info */
#user-info {
    float: right;
    position: relative;
    right: -20px;
    top: 14px;
    width: 400px;
}

#topUserInfo {
    float: left;
    width: 170px;
    padding: 15px 20px 5px 48px;
    min-height: 45px;
    _height: 45px;
    color: #2e3092;
    background: url(images/user.svg) no-repeat left center;
    background-size: 32px 32px;
}

#topUserInfo .links {
    color: #676d6f;
}

#topUserInfo .links a {
    color: #676d6f;
}

#topUserInfo a {
    font-size: 0.9em;
    text-transform: uppercase;
}

#topUserInfo .strong {
    font-weight: bold;
    color: #e2001a;
    font-size: 1.1em;
    text-transform: uppercase;
}

/* Cart info */
#topCart .strong {
    font-weight: bold;
    color: #e2001a;
    font-size: 1.1em;
    text-transform: uppercase;
}

#topCart .link {
    position: absolute;
    right: 0;
    bottom: 0;
}

#topCart .link img {
    display: block;
}

#topCart .priceinfo a {
}

#topSearch {
    float: right;
    width: 235px;
    margin-left: 20px;
}

#topSearch div.title {
    color: #e2001a;
    text-transform: uppercase;
    padding: 0 0 5px 10px;
}

/* #topSearchForm {
    width:235px;
    height:38px;
    position:relative;
    background:url(images/search.svg) no-repeat center right 10px;
    background-size: 24px 24px;
    margin-top: 10px;
}

#topSearchForm input.topSearchText {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    border:1px solid #ddd;
    border-radius: 5px;
    background:none;
    margin:0;
    padding:10px 48px 10px 16px;
    box-sizing: border-box;
    color:#676d6f;
}

#topSearchForm .topSearchSubmit {
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:38px;
    border:none;
    background:none;
    margin:0;
    padding:0;
    cursor:pointer;
} */

#pageSearch .buttonCatalogDownload {
    position: absolute;
    right: 190px;
    top: -13px;
    display: block;
    width: 241px;
    height: 80px;
    background: url(images/button-catalog-download.png) no-repeat left top;
}

#pageSearch .buttonCatalogDownload span {
    display: none;
}

#pageSearch .buttonFastOrder {
    position: absolute;
    right: 0;
    top: 4px;
}

/*****************************************************************************************************************
*   BODY MAIN
******************************************************************************************************************/

/* Text z cms v spodnej casti stranky */
#bottomText {
    padding: 0 0 10px 0;
}

#bottomText p {
    margin: 0;
}

/*****************************************************************************************************************
*   BODY FOOTER
******************************************************************************************************************/
#pageFooter {
    padding-bottom: 30px;
}

#footer {
    font-size: 0.9em;
    clear: both;
    box-sizing: border-box;
    color: #3d3d3e;
    width: auto;
    margin: 0 0 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #e0e2e4;
    padding: 5px 15px;
    border-radius: 5px;
}

#footerCase {
    padding: 30px 20px;
}

#footer div.leftPanel {
    float: left;
    width: 48%;
}

#footer div.rightPanel {
    float: right;
    width: 48%;
    text-align: right;
}

#footer div.rightPanel a {
    text-transform: uppercase;
}

#footer a {
    color: #3d3d3e;
}

#footer p {
    margin: 0;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #3d3d3e;
}

#footer ul li.last {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#footer ul li a {
    text-transform: uppercase;
}

/* Prihlasenie uzivatela */
#userLogin div.leftBlock {
    float: left;
    width: 48%;
}

#userLogin div.rightBlock {
    float: right;
    width: 48%;
}

#userLogin div.separator {
    text-align: center;
    background: url(images/dot-grey-white.png) repeat-x center center;
}

#userLogin div.separator .text {
    display: inline-block;
    padding: 4px 15px;
    background: #ededed;
    color: #acacac;
}

#userLogin div.rightBlock .buttons {
    color: #acacac;
}

#userLogin div.rightBlock div.label {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

table.login {
    margin: 0 auto;
}

table.login td {
    padding: 4px;
}

table.login td.label {
    width: 60px;
}

table.login-external {
    width: 100%;
}

table.login-external td {
    text-align: center;
    vertical-align: middle;
    width: 40%;
}

table.login-external td.separator {
    width: 20%;
    background: url(images/dot-grey.png) repeat-y center center;
}

div.blockHeader {
    background: url(images/bg-body-top.png) repeat-x bottom left;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-weight: bold;
    font-family: 'Oswald', Tahoma, Arial, Sans-Serif;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.tooltip-data {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #c0c6ca;
    padding: 10px;
    width: 300px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

/* Rychla objednavka */
/* Rychla objednavka */
/* #fastOrderForm {
    border-top: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7;
    padding: 10px 0;
    margin: 0 0 10px 0;
} */
#fastOrderForm div.addToCartBlock {
    display: none;
}

#productInfo {
    padding: 5px 5px;
    width: 350px;
}

/* Autocomplete results */
.ac_results {
    padding: 0px;
    border: 1px solid #d7d7d7;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 5px 5px;
    cursor: default;
    display: block;
    overflow: hidden;
    text-align: left;
    clear: both;
    position: relative;
}

.ac_results li img {
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    border: 1px solid #d7d7d7;
}
.ac_results li span.info {
    display: block;
    float: left;
    width: 180px;
}

.ac_results li span.price {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

.ac_loading {
    background-image: url(images/ajax-loader1-transparent.gif) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #e2001a;
    color: #fff;
}

/* Overlay */
.blockOverlay {
    background: url(images/ajax-loader.gif) no-repeat center center #fff;
    position: absolute;
    z-index: 9999;
}

/* Cart add popup */
div.cartAddPopupLoading {
    background: url(images/ajax-loader.gif) no-repeat center center #fff;
    min-height: 100px;
    _height: 100px;
    border: 2px solid #e2001a;
}
/* div.cartAddPopupCase {
    position: absolute;
    width: 250px;
    z-index: 10004;
} */
/* div.cartAddPopup {
    background: #fff;
    padding: 15px;
    border: 2px solid #e2001a;
} */
/* div.cartAddPopup p {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    background: url(images/dot-grey.png) repeat-x bottom left;
} */
div.cartAddPopup table {
    width: 100%;
}
div.cartAddPopup table td {
    width: 50%;
    color: #e31e2d;
}
div.cartAddPopup table td.addCel1 {
    text-align: left;
}
div.cartAddPopup table td.addCel2 {
    text-align: right;
}
div.cartAddPopup table td a {
    color: #fff;
    text-decoration: none;
}
div.cartAddPopup table td a:hover {
    color: #fff;
    text-decoration: none;
}
div.cartAddPopup table td span {
    cursor: pointer;
}
div.cartAddPopup #reports {
    position: relative;
    background-color: transparent;
    z-index: 1;
}
div.cartAddPopup #reports .report {
    padding-right: 0px;
}
div.cartAddPopup img.close {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1002;
    cursor: pointer;
}

a.removeAccount {
    color: #000;
    font-weight: normal;
}
a.removeAccount:hover {
    color: #000;
}

#absoluteMail {
    overflow: hidden;
    height: 128px;
    width: 128px;
    position: absolute;
    left: -64px;
    top: 300px;
    z-index: 1000;
    padding: 0;
    transition: 1s;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
#absoluteMail:hover {
    left: 16px;
}
#absoluteMail a img.preview {
    display: inline-block;
}

#absoluteMailForm {
    display: none;
    position: absolute;
    z-index: 10002;
    width: 500px;
    background: #ffffff;
    padding: 30px 30px 25px 30px;
    text-align: left;
}
#absoluteMailForm div.block {
    padding: 10px 0;
    border-top: 1px solid #efefef;
}
#absoluteMailForm div.block:first-child {
    border-top: none;
}
#absoluteMailForm div.block div.title {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}
#absoluteMailForm div.block label {
    display: block;
    padding: 2px 0;
}
#absoluteMailForm div.block label input[type='checkbox'] {
    margin-right: 10px;
}
#absoluteMailForm div.block label.line {
    display: inline-block;
}
#absoluteMailForm div.block textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
}
#absoluteMailForm div.block input.text {
    margin-left: 15px;
}
#absoluteMailForm div.block table tr td {
    padding: 2px 0;
}
#absoluteMailForm div.block textarea.missing,
#absoluteMailForm div.block input.missing {
    border: 1px solid #e31e2d;
}
#absoluteMailForm img.close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1002;
    cursor: pointer;
}

.sumaryDelivery {
    font-size: 1.3em;
    color: #e2001a;
}

/*****************************************************************************************************************
*   BODY SEARCH
******************************************************************************************************************/
div.range-slider {
    margin: 5px 10px;
    background: #e2001a;
    border: none;
    height: 4px;
    right: 2px;
}
div.range-slider .ui-slider-range {
    background: #ffffff;
}
div.range-slider .ui-slider-handle {
    background: url('images/plus.svg') no-repeat center center #e2001a;
    background-size: 10px 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    top: -9px;
}
div.range-slider .ui-slider-handle:nth-child(2) {
    background: url('images/minus.svg') no-repeat center center #e2001a;
    background-size: 10px 10px;
}
div.range-values {
    position: relative;
    height: 10px;
    margin: 0;
    white-space: nowrap;
}
div.range-values span.range-min-value {
    left: 1% !important;
    margin-left: 0 !important;
}
div.range-values span.range-max-value {
    display: block;
    left: auto !important;
    right: 1% !important;
    margin-left: 0 !important;
}

#search-panel div.range-values span {
    font-size: 11px;
    color: #3d3d3e;
}

#search-panel {
}

#search-panel .title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
#search-panel .special .title {
    width: auto;
    display: block;
}

#searchPrice {
    position: relative;
}
#searchPrice div.range-slider {
    width: 60%;
    left: 0;
}
#searchPrice div.range-values {
    width: 68%;
    left: 0;
}
#searchPrice div.range-values-custom {
    display: block;
    position: absolute;
    top: -16px;
    width: 30%;
    left: 70%;
    white-space: nowrap;
}
#searchPrice div.range-values-custom input {
    width: 50%;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 11px;
    border: 1px solid #aaaaaa;
}

#searchAge {
    position: relative;
}
#searchAge div.range-slider {
    width: 60%;
    left: 0;
}
#searchAge div.range-values {
    width: 68%;
    left: 0;
}
#searchAge div.range-values-custom {
    display: block;
    position: absolute;
    top: -16px;
    width: 30%;
    left: 70%;
    white-space: nowrap;
}
#searchAge div.range-values-custom input {
    width: 50%;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 11px;
    border: 1px solid #aaaaaa;
}

#search-panel .specify {
    font-size: 11px;
    font-weight: 600;
    padding-top: 5px;
}
#search-panel .specify span {
    display: inline-block;
    padding: 2px;
}
#search-panel .specify input[type='checkbox'] {
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
}
#search-panel .specify .smallSeparator {
    padding: 0 10px 0 0;
    margin-right: 10px;
}

#search-panel.homeContainer {
    margin: 0 0 15px 0;
}

.ui-draggable .ui-dialog-titlebar {
    background: #fff;
    border: none;
    font-size: 1.3em;
    padding: 15px 15px 5px 15px;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 100;
}
.popup .popup-content {
    background: #fff;
    padding: 15px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
    max-width: 768px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.popup .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #ddd;
    padding: 12px;
    border-radius: 0 10px;
}
