html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.no-float {
    float: none;
}

.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.logged-in .hide_after_login {
    display: none !important;
}

a {
    color: #D90000;
    text-decoration: underline;
}

a:hover {
    color: #D90000;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    color: #222222;
}

h2 {
    font-size: 25px;
    color: #222222;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

select {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.border {
    border: solid 1px #F00;
}

.callModal, .pointer {
    cursor: pointer;
}

.no-scroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: unset;
}

.paddingTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paddingTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-black {
    background-color: #222;
    position: relative;
    z-index: 11;
}

noscript {
    float: left;
    width: 100%;
    background-color: #D90000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 1100;
    color: #FFF;
    position: relative;
    top: 0;
    font-weight: bold;
    font-size: 18px;
}

noscript a {
    color: #FFF !important;
}

/* ==== SPINNER ==== */

.spinner, .spinner-modal {
    margin: 40px auto;
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    display: none;
    position: fixed;
    z-index: 110;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
}

.spinner > div, .spinner-modal > div {
    background-color: #0AD9A3;
    height: 100%;
    width: 8px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2, .spinner-modal .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3, .spinner-modal .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4, .spinner-modal .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5, .spinner-modal .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@-moz-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #222;
    overflow-x: hidden;
    height: 100%;
}

.condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.container {
    width: 100%;
    max-width: 1400px;
}

.container-inner {
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: auto;
    clear: both;
}

.color-bianci {
    color: #0AD9A3;
}

.color-bianci-light {
    color: #0AD9A3;
}

.bg-bianci-light {
    background-color: #EEFBEF;
}

.color-red {
    color: #D80000;
}

.color-green, .color-green a {
    color: #238C00;
}

.color-orange {
    color: #F58220;
}

.bg-grey {
    background-color: #EEEEEE;
}

.color-rating {
    color: #D8D800;
}

#wrapper {
    width: 100%;
    max-width: 1400px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    margin: auto;
    display: block;
}

.paddingL0 {
    padding-left: 0;
}

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

.paddingR0 {
    padding-right: 0;
}

.paddingLR20 {
    padding-left: 20px;
    padding-right: 20px;
}

.navibutton {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
    display: block;
    margin: auto;
}

.navibutton .line {
    width: 100%;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 5px;
    right: 0;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    border-radius: 2px;
}

.navibutton .line:nth-of-type(2) {
    top: 14px;
}

.navibutton .line:nth-of-type(3) {
    top: 24px;
}

.navibutton.show .line:nth-of-type(1) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 15px;
}

.navibutton.show .line:nth-of-type(2) {
    opacity: 0.0;
    visibility: hidden;
}

.navibutton.show .line:nth-of-type(3) {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#overlay-black {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 8;
    display: none;
}

#overlay-black-mobile-params {
    width: 100%;
    position: fixed;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 7;
    display: none;
}

#overlay-search {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    z-index: 40;
    display: none;
}

#overlay-white {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .45);
    z-index: 40;
    display: none;
}

#overlay-black.active {
    display: block !important;
}

#search-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 50;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    overflow-y: scroll;
}

#search-modal .container {
    width: 100%;
    max-width: 1400px;
    position: relative;
}

#close {
    cursor: pointer;
}

#next-results {
    margin-top: 40px;
}

#serp-div {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: -1px;
    padding-bottom: 40px;
    display: none;
}

#serp-div .perex {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 3px;
    margin-bottom: 3px;
}

#serp-div .price {
    color: #222222;
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

.search-item {
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.serp-image {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 130px;
    background-color: #FFF;
}

#search-modal #close {
    position: absolute;
    right: 10px;
    top: -25px;
    font-size: 80px;
    padding: 0;
}

#whisper-category .btn, #whisper-manufacturer .btn {
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#search-prepend {
    float: left;
    font-size: 80px;
    color: #222;
    width: 100px;
}

#web-search {
    border-bottom: solid 1px #222;
    float: left;
    width: 100%;
    margin-top: 50px;
}

#search-input {
    border: none !important;
    width: calc(100% - 100px);
    margin-top: 30px;
    height: 70px;
    font-size: 50px;
    padding-left: 10px;
    color: #222;
    background-color: transparent;
    outline: none;
}

#search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222;
    font-style: italic;
    font-weight: lighter;
}

#search-input::-moz-placeholder { /* Firefox 19+ */
    color: #222;
    font-style: italic;
    font-weight: lighter;
}

#search-input:-ms-input-placeholder { /* IE 10+ */
    color: #222;
    font-style: italic;
    font-weight: lighter;
}

#search-input:-moz-placeholder { /* Firefox 18- */
    color: #222;
    font-style: italic;
    font-weight: lighter;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed !important;
    width: 100%;
}

#onAddModal .info-icon {
    margin-top: 15px;
}

.info-icon {
    padding: 5px 10px;
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

.info-icon.in-stock {
    background-color: #238C00;
}

.info-icon.not-in-stock {
    background-color: #AAAAAA;
}

.info-icon.not-in-stock.nis {
    color: #FFF;
    background-color: #000 !important;
}

.info-icon.free-shipping {
    background-color: #008C8C;
}

.info-icon.productStatus {
    background-color: #8C6900;
}

.info-icon.pujcovnaColor {
    background-color: #59f2ff;
    color: #333;
}

#detail .productStatus {
    display: inline-block;
    margin: 16px 2px 16px 2px;
}

#detail .akce_note {
    font-size: 15px;
}

.btn {
    padding: 0;
}

.btn-buy {
    background-color: #F58220;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    padding: 6px 12px;
    display: block;
}

.btn-buy:hover {
    color: #FFF;
}

.btn-red {
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    cursor: pointer;
}

.btn-red a {
    color: #FFF;
    text-decoration: none;
    background-color: #D90000;
    padding: 10px 15px;
}

.input {
    border: solid 1px #222222;
    height: 35px;
    width: 100%;
    outline: none;
    padding-left: 5px;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #868695;
    font-style: italic;
    font-weight: lighter;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #868695;
    font-style: italic;
    font-weight: lighter;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #868695;
    font-style: italic;
    font-weight: lighter;
}

:-moz-placeholder { /* Firefox 18- */
    color: #868695;
    font-style: italic;
    font-weight: lighter;
}

/* ==== SECTION HEADER ==== */

#header {
    background-color: #FFFFFF;
    border-bottom: solid 2px #0AD9A3;
    min-height: 77px;
    position: relative;
    z-index: 12;
}

#shoppingProcess #header {
    min-height: 0;
}

#header .container {
    padding-right: 0;
    padding-left: 0;
}

#akce-header {
    background-color: #FFFF00;
    text-align: center;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #222;
}

#akce-header-info {
    background-color: #30A92A;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
}

#akce-header a {
    text-decoration: none;
    color: #222;
    display: inline-block;
}

#akce-header div {
    display: inline-block;
}

#akce-header .show-sell a {
    font-size: 14px;
    color: #222;
}

#akce-header.black {
    background-color: #000 !important;
    color: #FFFF00 !important;
}

#akce-header.black a {
    color: #FFFF00 !important;
}

#logo {
    float: left;
    margin-top: 22px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}

#logo img {
    display: block;
    max-width: 247px;
    width: 100%;
}

#top-nav {
    float: left;
    margin-left: 30px;
    margin-top: 30px

}

#top-nav li {
    display: inline-block;
    padding-right: 20px;
}

#top-nav li a {
    color: #222;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
}

#top-nav li.active a {
    color: #0AD9A3;
}

#top-nav-mobile {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: inset 1px 1px 5px #CCC;
    -moz-box-shadow: inset 1px 1px 5px #CCC;
    box-shadow: inset 1px 1px 5px #CCC;
}

#top-nav-mobile li {
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
}

#top-nav-mobile li a {
    color: #F60;
}

#top-nav li.active a:after {
    width: 100%;
    margin: 0 auto auto auto;
    opacity: 1;
}

#top-nav li a:hover {
    color: #F60;
}

#top-nav li a:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    margin: 5px auto auto auto;
    height: 1px;
    background-color: #F60;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

#top-nav li a:hover:after {
    width: 100%;
    height: 1px;
    opacity: 1;
    margin: 0 auto auto auto;
}

#headButtons {
    float: right;
    position: relative;
    z-index: 100;
}

.head-context {
    position: absolute;
    top: 76px;
    right: 0;
    width: 250px;
    background-color: #FFF;
    z-index: 100;
    display: none;
    padding: 15px 15px 25px 15px;
    box-sizing: border-box;
    cursor: auto;
    border-bottom: solid 2px #0AD9A3;
    -webkit-box-shadow: -2px 6px 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: -2px 6px 5px rgba(0, 0, 0, .6);
    box-shadow: -2px 6px 5px rgba(0, 0, 0, .6);
}

.head-context.no-padding {
    padding: 0;
}

.head-context .text {
    display: block;
    color: #A3A3A3;
    font-size: 13px;
}

#after-login-top {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding: 20px 10px;
}

#after-login-top span {
    font-size: 15px;
    font-weight: bold;
    display: inline;
}

#after-login-menu {
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}

#after-login-menu li {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
    background-color: #FFF;
    padding-left: 10px;
    font-size: 13px;
}

#after-login-menu li a {
    display: inline-block;
}

#after-login-menu li:nth-of-type(odd) {
    background-color: #FBF9FD;
}

#after-login-menu li a {
    color: #D90000;
    text-decoration: none;
}

#after-login-menu li a:hover {
    text-decoration: underline;
}

.head-context .btn-fb-login {
    margin-top: 5px;
    padding: 10px 15px;
    display: block;
}

#toggle-menu {
    display: none;
}

.head-context hr {
    border-top: 1px solid #222222;
    margin-bottom: 5px;
}

.head-context #first-time {
    margin-top: 20px;
    display: block !important;
}

.head-context .product-name {
    font-size: 13px;
    text-decoration: none;

    width: auto;
    padding-left: 10px;
}

.head-context .item-image {
    max-width: 50px;

}

.head-context .item-image img {
    float: left;
}

.head-context .product-name, .head-basket-counter {
    float: left;
    width: 100%;
}

.head-context .product-name a:hover {
    text-decoration: none !important;
}

.head-basket-counter {
    font-weight: bold;
    padding-left: 10px;
}

#head-context-basket-list {
    float: left;
    width: 100%;
    max-height: 280px;
    overflow-y: scroll;
}

#head-context-basket-list::-webkit-scrollbar {
    width: 8px;
}

#head-context-basket-list::-webkit-scrollbar-track {

    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

#head-context-basket-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #D90000 !important;

}

#head-context-basket-list::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
}

.head-basket-counter a {
    color: #222222 !important;
}

.head-basket-item {
    float: left;
    margin-bottom: 20px;
}

.head-button {
    box-sizing: border-box;
    display: inline-block;
    color: #222;
    padding: 10px;
    text-align: center;
    width: 77px;
    cursor: pointer;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -ms-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear;
}

.head-button#user-login img {
    width: 100%;
    height: 30px;
    display: block;
    max-width: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#head-basket-shipping {
    display: block;
}

#head-basket-price {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

#head-basket-price span {
    display: inline;
}

#head-basket-shipping span {
    font-size: 13px;
    margin-top: 0;
}

#free-shipping-info {
    color: #222;
    font-size: 13px;
    line-height: 80%;
    float: left;
    width: 100%;
    margin-top: 20px;
}

#shipping-meter {
    width: 100%;
    height: 10px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #222;
    margin-top: 10px;
}

#shipping-meter-inner {
    width: 0;
    height: 10px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #238C00;

}

#user-login:hover .head-context, #basket-icon:hover .head-context {
    display: block;
}

#basket-icon:hover .head-context.basket-hidden {
    display: none !important;
}

.head-button.active {
    background-color: #FFF;
    color: #222;
}

.head-button.active .head-context {
    display: block !important;
}

.head-button:hover {
    -webkit-box-shadow: inset 0px 5px 3px #CCC;
    -moz-box-shadow: inset 0px 5px 3px #CCC;
    box-shadow: inset 0px 5px 3px #CCC;
    color: #222;
}

.head-button:hover .navibutton .line {
    background-color: #222;
}

.head-button .fa {
    position: relative;
    z-index: 2;
}

.head-button span {
    clear: both;
    display: block;
    padding-top: 10px;
    font-size: 13px;
}

.skupina_name a {
    color: #222;
}

#bg-basket {
    width: 20px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    background-color: #FF6600;
    z-index: 1;
    display: none;
}

.head-button #bg-basket.full {
    height: 10px;
}

#badge {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 12px;
    background-color: #FF6600;
    display: block;
}

#switch-lang {
    position: fixed;
    z-index: 20;
    right: -20px;
    top: 50px;
    width: 40px;
    background-color: #A3A3A3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#switch-lang ul {
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#switch-lang li {
    width: 26px;
    height: 27px;
    display: block;
    margin: 5px auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

#switch-lang li:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

#switch-lang a {
    text-decoration: none !important;
}

#switch-lang li.cz {
    background-image: url(../img/flags.png);
    background-position: 0 0;
}

#switch-lang li.sk {
    background-image: url(../img/flags.png);
    background-position: -26px 0;
}

#switch-lang li.en {
    background-image: url(../img/flags.png);
    background-position: -54px 0;
}

#switch-lang li.active {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

/* ==== Main menu ==== */
.submenu .closeMenu {
    position: absolute;
    right: 440px;
    font-size: 40px;
    cursor: pointer;
}

#mainMenu {
    background-color: #222;
    width: 100%;
    max-width: 1400px;
    display: table;
    position: relative;
    vertical-align: top;
    z-index: 11;
    margin: auto;
}

#mainMenu li.main {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

#mainMenu li.main .new {
    position: absolute;
    color: #FFDC00;
    font-size: 8px;
    font-weight: bold;
    top: 15px;
    margin-left: 17px;
    text-transform: uppercase;
}

#mainMenu li.main .menu-item-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 15px;
    color: #FFF;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
}

#mainMenu li.main > a {
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 65px;
    text-align: center;
    font-size: 15px;
}

#mainMenu li.main m {
    font-weight: 700;
}

#mainMenu li.main > a:hover {
    background-color: #FFF;
    color: #222222;
    z-index: 10;
}

#mainMenu li.main:hover .new {
    color: #ff6600;
}

#mainMenu li.main:hover {
    background-color: #FFF;
    z-index: 10;
}

#mainMenu li.main:hover > a {
    color: #222222;
}

#mainMenu .single a {
    padding-top: 22px;
    font-weight: 700;
}

#mainMenu .longer a {

    padding-top: 12px;
}

#mainMenu .dev {
    display: block;
    position: relative;
    top: 22px;
    width: 2px;
    background-color: #8C5221;
    height: 20px !important;
}

/* ==== submenu ==== */

.submenu {
    width: 100%;
    position: absolute;
    z-index: 10;
    /*display: none;*/
    left: 0;
    top: 65px;
    right: 0;
    background-color: #FFF;
    border-bottom: solid 2px #0AD9A3;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .22);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .22);
    visibility: hidden;
    transition: 0s .15s; /*on-off => delay of 1 seconds on hover off */
}

.hover .main:hover .submenu {

    /*display: block;*/
    visibility: visible;
    transition-delay: 0.15s; /* react immediately on hover */
}

.submenu-box {
    width: 800px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

#mainMenu .menu-item {
    width: 260px;
    float: left;
    padding-bottom: 10px;
}

#mainMenu .menu-img {
    float: left;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category-list-name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #D80000;
    text-decoration: underline;
    padding-bottom: 5px;
}

#mainMenu .category-list-items {
    float: left;
    width: 148px;
    color: #222222;
    margin-bottom: 20px;
}

#mainMenu .category-list-items li a {
    font-size: 12px;
    color: #222222;
    padding-top: 0 !important;
    display: block;
    text-decoration: none;
    font-weight: 400 !important;
}

#mainMenu .category-list-items li a:hover {
    text-decoration: underline;
}

.menu-banner {
    float: right;
    width: 430px !important;
}

#mainMenu span.category-list-name a {
    color: #D80000;
    text-decoration: none;
}

.category-list-name:hover {
    text-decoration: none;
}

/* ==== SECTION HOMEPAGE ====*/

#homepage-promo {
    width: 100%;
    display: block;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: 0 -195px;
    position: relative;

}

#homepage-promo h1 {
    font-size: 30px;
    font-weight: normal;
    padding-top: 22px;
    margin-top: 0;
    margin-bottom: 22px;
}

#homepage-promo h1 br {
    display: none;
}

#over-photo {
    width: 100%;
    display: block;
    background-color: rgba(238, 238, 238, .3);
}

#hp-carousel {
    width: 100%;
    max-width: 801px;
    -webkit-box-shadow: 1px 1px 20px #9999;
    -moz-box-shadow: 1px 1px 20px #9999;
    box-shadow: 1px 1px 20px #9999;
    float: left;
}

#hp-carousel-nav {
    float: right;
    width: calc(100% - 801px);
    min-height: 208px;
    margin-top: 18px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 20px #9999;
    -moz-box-shadow: 1px 1px 20px #9999;
    box-shadow: 1px 1px 20px #9999;
}

.carousel-nav-item {
    height: 52px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;

}

.carousel-nav-item:hover {
    background-color: #EEFBEF;
    font-weight: 500;
}

.carousel-nav-item.active {
    background-color: #EEFBEF;
    font-weight: 500;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.carousel-nav-item.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 10px 26px 0;;
    border-color: transparent #EEFBEF transparent transparent;
    left: -10px;
    top: 0
}

/* ==== Homepage promo products ==== */

#hp-promo-products {
    float: left;
    width: 100%;
}

#hp-promo-products-list {
    float: left;
    width: calc(100% - 400px);
}

#hp-promo-products .item {
    float: left;
    border: solid 1px #999;
    background-color: #FFF;
    height: 200px;
    width: calc(100% / 2);
    padding: 15px 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .2s linear;
    -ms-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;

}

#hp-promo-products .item-image .sale {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D90000;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 13px;
    z-index: 5;
}

#hp-promo-products .item-image .percent {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D90000;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    z-index: 5;
    font-weight: bold;
}

#hp-promo-products .item-image .percent.vyprodej {
    line-height: 100%;
    padding-top: 8px;
    width: 60px;
    height: 60px;
    font-size: 19px;
}

#hp-promo-products .item-image .percent.vyprodej span {
    font-size: 12px;
    font-weight: bold;
}

#hp-promo-products .item:nth-child(3), #hp-promo-products .item:nth-child(4) {
    border-top: none;
}

#hp-promo-products .item:nth-child(1), #hp-promo-products .item:nth-child(3) {

    border-right: none;
}

#hp-promo-products .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 20;
    position: relative;
}

.mobile #hp-promo-products .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}

#products-banner {
    width: 400px;
    float: left;
}

.item-image {
    height: 100%;
    float: left;
    width: 40%;
    max-width: 180px;
}

#hp-promo-products .item .item-image {
    position: relative;
}

#hp-promo-products .item .item-image img {
    max-height: 100%;
}

#hp-promo-products .akce-label {
    right: 10px;
}

#shoppingProcess #info-akce-alert {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

#shoppingProcess .availability-alert {
    display: none;
    margin-top: 20px;
    color: #7c2020;
}

#shoppingProcess .item-image {
    display: inline-block;
    width: 100%;
    height: 50px;
}

#shoppingProcess .item-image img {
    width: 100%;
    display: block;
}

.helper {
    display: inline-block;
    vertical-align: middle;
}

#detail #detail-pujcovna {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 15px;
}

#detail #vypujcka_params {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

#detail #detail-pujcovna a {
    color: #333;
    font-weight: bold;

}

#detail .productStatusBox {
    border: solid 2px #F60;
    padding: 20px;
    margin-top: 20px;
}

#detail .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.item-image img {
    display: block;
    vertical-align: middle;
}

.item-info {
    width: 60%;
    float: left;
    padding-left: 5px;
}

.item .labels {
    float: left;
    width: 100%;
    min-height: 28px;
}

.product-name {
    color: #D80000;
    font-size: 15px;
    text-decoration: underline;
    font-weight: normal;
    position: relative;
}

.fader {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 20px;
    display: none;
    background: rgba(255, 255, 255, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#hp-promo-products-list .fader {
    height: 20px;
    background: rgba(255, 255, 255, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 10%, #ffffff 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, #ffffff 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #ffffff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.product-name.lower {
    font-size: 13px !important;
}

.product-name-box {
    position: relative;
}

#homepage-promo h3.product-name {
    color: #D80000;
    font-size: 15px;
    margin-top: 0;
    text-decoration: underline;
    font-weight: normal;
    display: block;
    height: 38px;
    margin-bottom: 5px;
    overflow-y: hidden;
}

.item-info .perex {
    display: block;
    color: #999999;
    font-size: 13px;
    font-weight: lighter;
    margin-top: 8px;
    height: 55px;
    box-sizing: border-box;
    overflow: hidden;
}

.item-info .price-info, .product-thumbnail .price-info {
    margin-top: 5px;
}

.item-info .price-info .price-previous, .product-thumbnail .price-info .price-previous {
    color: #222222;
    text-decoration: line-through;
    font-size: 12px;
    display: block;
}

#compare-box-items .price-previous {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: lighter;
}

#compare-box-items .price-info {
    width: 100%;
    min-height: 50px;
    float: left;
}

.item-info .price-info .price-new, .product-thumbnail .price-info .price-new {
    color: #222222;
    font-size: 15px;
    display: block;
    font-weight: bold;
}

.item-info .price-info .price, .product-thumbnail .price-info .price {
    color: #222222;
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

.item-info .btn-buy, .product-thumbnail .btn-buy {
    margin-top: 5px;
}

#homepage-promo .btn-red {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 35px;
}

#homepage-promo .btn-red a:hover {
    background-color: transparent !important;
    color: #D90000;
    border: solid 2px #D90000;
}

/* ==== BLOG ==== */

#blog-view {
    padding-bottom: 40px;
    width: 100%;
    float: left !important;

}

#blog-view-ajax {
    width: 100%;
    float: left !important;
    clear: both !important;
}

.masonry-item {
    display: block;
}

.blog-item {
    width: 98%;
    display: block;
    margin: 20px auto;
    -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    background-color: #FFF;
}

.blog-item-header {
    background-color: #999999;
    text-align: center;
    position: relative;
    padding: 18px;
    font-size: 15px;
    color: #FFF;
    display: block;
}

.blog-item-header span {
    display: block;
    width: 80%;
    text-align: left !important;
}

.blog-item .blog-item-header:hover, .blog-item .blog-item-header a {
    text-decoration: none !important;
}

.blog-item-body {
    padding: 18px;
    display: block;
    width: 100%;
    background-color: #FFF;
}

.blog-item-body .perex {
    font-size: 13px;
    color: #999999;
    word-break: break-word;
    padding-top: 10px;
    text-align: left;
}

.masonry-item h2 {
    font-size: 15px;
    margin-top: 20px;
    text-decoration: underline;
}

.blog-item a:hover h2, .blog-item a:hover {
    text-decoration: none;
}

.blog-item a {
    text-decoration: none;
}

.blog-item-header .fa {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 12px;
}

.blog-item-header img {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 12px;
    width: 30px;
}

.blog-item-image {
    display: block;
    position: relative;
}

.blog-item-image .fa {
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-size: 70px;
}

#blog-container {
    padding-bottom: 40px;
}

#blog-archiv {
    margin-bottom: 80px;
}

#blog-container #obsah p {
    font-size: 17px !important;
}

#blog-autor {
    width: 100%;
}

#blog-autor #autor-foto, #blog-autor #autor-name {
    float: left;
    padding-right: 20px;
}

#autor-name {
    font-size: 16px;
    padding-top: 5px;
}

#autor-name span {
    font-size: 14px;
}

/* ==== ADVANTAGES PROMOTION ==== */

.advantage-promo {
    background-color: #FFF;
    display: block;
}

.advantage-promo .image {
    position: relative;
    width: 100%;
    display: block;
}

.advantage-promo:last-child {
    margin-bottom: 30px;
}

.advantage-promo h3 {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    color: #FFF;
    width: 100%;
    text-align: center;

}

.advantage-promo h3 a {
    color: #FFF;
    text-decoration: underline;
}

.advantage-promo-text {
    padding: 15px;
}

.advantage-promo .form-group {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.advantage-promo p {
    font-size: 13px;
    display: block;
    width: 100%;
}

.advantage-promo .btn {
    margin-top: 5px;
    line-height: 20px;
}

.advantage-promo .btn a {
    color: #222;
    text-decoration: none;
}

.advantage-promo .btn-green#newsletter-log {
    display: inline-block;
    max-width: 100px;
    text-align: center;
    line-height: 14px;
    margin-top: 0;
    border: none !important;
}

.advantage-promo .input {
    max-width: 220px;
    float: left;
    margin-right: 10px;
}

.advantage-promo .help {
    color: #999;
    font-weight: lighter;
    display: block;
    margin-top: 8px;
}

.advantage-promo .help a {
    color: #999;
    text-decoration: underline;
}

.advantage-promo .help a:hover {
    text-decoration: none;
}

.advantage-promo .form-group .btn-red {
    margin-top: 0;
    float: left;
}

/* ==== SHOPS ==== */

#shops {
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
    background: url(../img/prodejny-min.jpg) no-repeat top;
}

#grey-shop {
    background: url(../img/shop-grey-min.jpg) no-repeat top;
    width: 100%;
    height: 141px;
    position: absolute;
    top: 58%;
    padding-top: 10px;
}

#shops .btn-shop {
    min-width: 166px;
    line-height: 40px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    font-size: 15px;
}

#shops .btn-shop a {
    color: #222222;
    border: solid 1px #FFF;
    line-height: 40px;
    min-width: 166px;
    display: inline-block;
    background-color: #F68D23;
    text-decoration: none;
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -ms-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

#shops .btn-shop a:hover {
    border: solid 1px #F68D23;
    background-color: #FFF;
}

#shops .btn-shop .fa {
    font-size: 18px;
}

#shops #headline {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, .52);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 45px;
    text-align: center;
    color: #FFF;
}

#shops #headline h3 {
    font-size: 40px;
    margin-top: 0;
}

#shops #headline h4 {
    font-size: 30px;
    margin-top: 0;
}

/* ==== FOOTER ==== */

#toCompare {
    position: fixed;
    bottom: 0;
    right: 50px;
    background-color: #EBFCEE;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 5px #CCC;
    opacity: 0.65;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    cursor: pointer;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#toCompare #showCompare {
    display: inline-block;
    background-color: #0AD9A3;
    color: #FFF;
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

#toCompare:hover {
    opacity: 1;
}

#footer {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #222222;
    color: #FFF;
}

#footer #contact-info {
    font-size: 20px;
    line-height: 55px;
    float: left;
    margin-bottom: 30px;
}

#footer #contact-info a {
    color: #FFF;
    text-decoration: none;
}

#footer #contact-info a:hover {
    color: #FFF;
    text-decoration: underline;
}

#footer #contact-info .fa {
    font-size: 40px;
    position: relative;
    top: 5px;
}

#social-icons {
    float: left;
}

#social-icons li {
    font-size: 20px;
    display: inline-block;
    margin: 20px;
}

#footer #social-icons li a, #footer #links li a {
    color: #FFF;
    text-decoration: none;
}

#footer #links li a:hover {
    text-decoration: underline;
}

#footer #links hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

#partners {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer #suppliers {
    display: table;
    width: 100%;
    text-align: center;
}

#footer #suppliers li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    padding: 10px;
}

#footer #copyright {
    text-align: right;
    font-size: 13px;
    color: #FFF;
    font-weight: lighter;
}

#products-banner img {
    width: 100%;
    max-width: 400px;
    display: inline-block;

}

.flickity-page-dots {
    bottom: 10px !important;
}

.flickity-page-dots li.dot {
    background-color: #FFF;
}

.carousel-cell {
    width: 100%;
    max-width: 400px;
    display: inline-block;
}

#products-slide-view .carousel-cell {
    max-width: 280px;
}

#products {
    width: 100%;
    display: block;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

/* ==== PARAMETERS ====*/
.param-input .fa {
    color: #999999;
    padding-left: 1px;
    cursor: pointer;
}

.param-tooltip {
    visibility: hidden;
    color: #222;
    position: absolute;
    width: 200px;
    padding: 10px;
    background: #FFF;
    border: solid 1px #999;
    left: 15px;
    bottom: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    font-size: 13px;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.param-tooltip-box {
    display: inline-block;
    position: relative;
}

.param-tooltip-box:hover .param-tooltip {
    visibility: visible;
}

#params-banner {
    width: 100%;
    height: 300px;
    background-color: #FFF;
    position: absolute;
    left: 0;
}

#params-banner .banner {
    width: 220px;
    line-height: 400px;
    display: block;
    margin: 20px auto;
}

#closeParams {
    font-size: 40px;
    position: fixed;
    left: 230px;
    bottom: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #FF6600;
    color: #FFF;
    text-align: center;
    z-index: 10;
    display: none;
}

.checkmark {
    display: block;
    margin: 20px auto;
    width: 10px;
    height: 20px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#parameters {
    position: relative;
    background-color: #EEFBEF;
    width: 100%;
    min-height: 400px;
    max-width: 264px;
    float: left;
    padding: 20px 15px;
    box-sizing: border-box;
}

#parameters::-webkit-scrollbar {
    display: none;
}

/* ==== PRODUCTS ==== */

#products-list {
    width: 100%;
    max-width: calc(100% - 264px);
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

#breadcrumbs .fa {
    font-size: 20px;
    color: #222 !important;
}

#products-list h1, #category h1 {
    font-size: 30px;
    color: #222222;
}

.lowerH1 {
    font-size: 22px;
}

#products-list h1 .fa {
    font-size: 20px;
    position: relative;
    top: -3px;
    padding-left: 10px;
    cursor: pointer;
}

#onTop {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 80%;
    left: 50%;
    color: #333;
    display: none;
    cursor: pointer;
    text-align: center;
}

#onTop .fa {
    color: #0AD9A3;
}
#onTop span{
    font-size: 16px;
}

#category-description {
    display: none;
    width: 100%;
}

#products-list hr {
    border-top: solid 1px #999999;
}

#sorting {
    display: block;
    margin-bottom: 40px;
}

#sorting ul, #sorting ul li {
    display: inline-block;
}

#sorting ul li {
    padding-left: 5px;
    cursor: pointer;
}

#sorting ul li.active a {
    color: #222;
    text-decoration: none;
}

#recommendation {
    width: 100%;
    float: left;
    border: solid 2px #0AD9A3;
    margin-bottom: 40px;
    height: 408px;
}

#recommendation .thumb {
    margin-bottom: 20px;
}

.thumb {
    display: block;
    height: 400px;
    position: relative;
    margin-bottom: 40px;
    padding: 7px;
}

.thumb-border {
    border: solid 1px transparent;
}

.product-thumbnail a {
    text-decoration: none;
}

.product-thumbnail a .recommend-label {
    color: #222 !important;
}

.product-thumbnail {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    background-color: #FFF;
    float: left;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
}

.product-thumbnail:hover {
    position: relative;
    z-index: 5;
    margin-top: -10px;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#products-slide-view .product-thumbnail:hover {
    margin-top: 0;
}

.mobile .product-thumbnail:hover {
    z-index: 1;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-item {
    padding: 10px;
    position: relative;
}

.product-thumbnail .product-id {
    float: right;
    font-size: 13px;
    color: #CCCCCC;
    margin-bottom: 8px;
    height: 20px;
    position: relative;
    z-index: 500 !important;
}

.product-thumbnail .product-id a {
    color: #CCCCCC;
}

.product-id span {
    display: none;
}

.product-thumbnail .rating {
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
}

.product-thumbnail .product-name {
    display: block;
    height: 40px;
    margin-top: 10px;
}

.product-thumbnail .image-box {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
}

.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
}

.akce-label {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.rating .fa {
    color: #D8D800;
}

.rating li {
    display: inline-block;
}

.product-thumbnail .labels {
    float: left;
    width: 100%;
    min-height: 30px;
}

.product-perex {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: lighter;
    margin-top: 8px;
    height: 55px;
    box-sizing: border-box;
    overflow: hidden;
}

.product-thumbnail .price-info {
    padding-left: 6px;
}

.product-thumbnail .append-info {
    font-size: 13px;
    display: none;
    color: #222222;
    margin-top: 10px;
}

.recommend-label {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 120px 0 0;
    border-color: #0AD9A3 transparent transparent transparent;
    z-index: 5;
}

.recommend-label-content {
    position: absolute;
    top: -95px;
    left: 5px;
    color: #222 !important;
    font-size: 12px;
}

.recommend-label-content .fa {
    font-size: 25px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

.product-thumbnail .sale {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D90000;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 13px;
    z-index: 5;
}

.product-thumbnail .percent {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D90000;
    position: absolute;
    right: 10px;
    top: 30px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    z-index: 5;
    font-weight: bold;
}

.product-thumbnail .percent.vyprodej {
    line-height: 100%;
    padding-top: 8px;
    width: 60px;
    height: 60px;
    font-size: 19px;
}

.product-thumbnail .percent.vyprodej span {
    font-size: 12px;
    font-weight: bold;
}

#detail .sale {
    width: auto;
    background-color: #D90000;
    float: left;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 16px 0 16px 0;
}

.product-thumbnail:hover .append-info, .product-thumbnail:hover .product-id span {
    display: block;
}

#paginator {
    margin-top: 40px;
}

#paginator li {
    display: inline-block;
    font-size: 20px;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;

}

#paginator li.active a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #D90000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFF;
}

#paginator li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #222222;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;

}

#paginator li a:hover {
    color: #FFF;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #D90000;
}

#paginator #list-all a {
    width: 120px;
    font-size: 15px;
    display: inline-block;
}

#paginator #list-all.active a {
    width: 120px;
    font-size: 15px;
    display: inline-block;
    background-color: transparent;
    color: #222;
}

#paginator #list-all a:hover {
    background-color: transparent;
    color: #222222;
    text-decoration: underline;
}

#load-next {
    margin-top: 40px;
    cursor: pointer;
}

@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

.spin {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

#last-product-view, #recommend-products-view {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-top: solid 1px #999;
    padding-top: 20px;
    height: auto !important;
}

#last-product-view .carousel-cell, #recommend-products-view .carousel-cell {
    width: 20%;
    background: #fff;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

#last-product-view .carousel-cell :after, #recommend-products-view .carousel-cell :after {
    width: 1px;
    height: 150px;
    background-color: #999;
    content: ' ';
    position: absolute;
    right: -1px;
    top: 20px;
    z-index: 2;
    display: none;
}

#last-product-view .carousel-cell:last-child :after, #recommend-products-view .carousel-cell:last-child :after {
    display: none;
}

#last-product-view .dot, #recommend-products-view .dot, #products-slide-view .dot {
    background-color: #999;
    width: 15px;
    height: 15px;
}

#last-product-view .dot.is-selected, #recommend-products-view .dot.is-selected, #products-slide-view .dot.is-selected {
    background-color: #0AD9A3;
}

#last-product-view .flickity-page-dots, #recommend-products-view .flickity-page-dots {
    bottom: -20px !important;
}

#products-slide-view .flickity-page-dots {
    bottom: 20px !important;
}

h4.last-view {
    font-size: 20px;
    margin-bottom: 15px;
}

.flickity-prev-next-button {
    background: rgba(0, 0, 0, 0.55) !important;
}

.flickity-prev-next-button .arrow {
    fill: #FFF !important;;
}

/* ==== PARAMETERS ==== */
#toggle-params {
    display: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    background-color: #0AD9A3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

#toggle-params.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#parameters.opened {
    left: 0;
    position: fixed;
    -webkit-transition: left .25s linear;
    -moz-transition: left .25s linear;
    -ms-transition: left .25s linear;
    -o-transition: left .25s linear;
    transition: left .25s linear;
}

#filtr_reset {
    float: left;
    width: auto;
    border: solid 1px transparent;
}

#reset-all {
    display: none;
    float: left;
    width: auto;
    background-color: transparent;
    color: #222;
    margin-bottom: 30px;
    padding: 5px 30px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.reset-button {
    background-color: #0AD9A3;
    padding: 5px 10px;
    display: inline-block;
    color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 30px;
}

.reset-button .times {
    color: #FFF;
    font-weight: bold;
    display: inline;
    font-size: 25px;
    margin-left: 10px;
    position: absolute;
    top: -2px;
    right: 8px;
}

#reset-all .times {
    color: #D90000;
    font-weight: bold;
    display: inline;
    font-size: 25px;
    margin-left: 10px;
    position: absolute;
    top: -2px;
    right: 8px;
}

.color-reset {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.parameter {
    width: 100%;
    border: solid 1px #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
}

.parameter#next-categories {
    border: solid 1px #FF7B00;
}

.parameter#next-categories img {
    padding-right: 10px;
}

.parameter#next-categories .param-items {
    margin-bottom: 4px;
    font-size: 12px;
}

#parameters .param-name {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.param-items#stock-select {
    margin-bottom: 20px;
}

#parameters .param-input {
    width: 100%;
    display: block;
    padding-left: 5px;
    height: 24px;
    padding-bottom: 0 !important;
    margin-bottom: 5px;
}

#parameters .moreParams {
    cursor: pointer;
    text-decoration: underline;
    float: left;
    font-size: 13px;
    width: 100%;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

#parameters .moreParams:hover {
    text-decoration: none;
}

#parameters .checkbox-custom {
    display: none;
}

#parameters .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #D90000;
    text-decoration: underline;
    font-weight: normal;
    white-space: nowrap;
}

#parameters .checkbox-custom-label:hover {
    text-decoration: none;
}

#parameters .checkbox-custom:checked + .checkbox-custom-label {
    font-weight: bold;
}

#parameters .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    margin-left: -10px;

}

#parameters .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 3px;
    height: 12px;
    border: solid #0AD9A3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 3px;
    left: -3px;
}

.checkbox-custom-label span {
    color: #222;
    text-decoration: none !important;
    display: inline-block;
}

#parameters .btn-params {
    line-height: 30px;
    background-color: #FF6600;
    color: #000;
    display: block;
    margin: 15px auto 0 auto;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

#parameters .param-input .amount {
    padding-left: 3px;
}

#parameters .param-input.colors {
    width: 25px;
    float: none;
    display: inline-block;
    margin: 2px 0;
    padding-left: 0;
}

#parameters .param-input.white .barva {
    border: solid 1px #CCC;
}

#parametry .param-input .barva.hide {
    display: none;
}

#parameters .barva {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    border: solid 1px transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#parameters .barva > .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
}

#parameters .barva > .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 3px;
    height: 11px;
    border: solid #0AD9A3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: -3px;
    left: 1px;

}

#parameters .barva:hover .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 3px;
    height: 11px;
    border: solid #0AD9A3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: -3px;
    left: 1px;
    display: block;
    opacity: .7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.param-input.disabled span, .param-input.disabled span a, .param-input.disabled .checkbox-custom-label, .param-input.disabled .checkbox-custom-label a {
    color: #999 !important;
    text-decoration: line-through !important;
    cursor: not-allowed !important;
}

.param-input.colors.disabled {
    opacity: .25;
}

.param-input.disabled .amount {
    display: inline;
}

.lowRange {
    float: left;
    margin-top: 10px;
    text-align: left;
    font-size: 11px;
    margin-bottom: 20px;
}

.topRange {
    float: right;
    margin-top: 10px;
    text-align: right;
    font-size: 11px;
    margin-bottom: 20px;
}

.slider-range {
    width: 100%;
    max-width: 188px;
    display: block;
    margin: auto
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    background-color: #999;
}

.ui-widget-header {
    background: #0AD9A3 !important;
}

#parameters .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: solid 3px #0AD9A3 !important;
    background: #FFF !important;
}

#parameters .ui-state-default:hover, .ui-state-default:active {
    background: #0AD9A3 !important;
}

#parameters .ui-slider .ui-slider-handle {
    width: 12px !important;
    height: 12px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none !important;
    cursor: pointer !important;

}

#parameters .ui-state-default, .ui-widget-content .ui-state-default {
    background: #FFF
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-slider-horizontal {
    height: 4px !important;
}

/* ==== PRODUCT DETAIL ==== */
#comming-soon-form {
    display: block;
    margin-bottom: 50px;
}

#detail {
    overflow-x: hidden !important;
}

#detail.scroll {
    margin-top: 120px;
}

#detail #breadcrumbs {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#detail h1 {
    font-size: 30px;
    margin-bottom: 5px;
}

#detail .rating {
    display: inline-block;
    padding-right: 10px;
}

#detail .product-top-info {
    display: inline-block;
    font-size: 13px;
    padding-right: 30px;
}

#detail #gift {
    width: 80%;
    max-width: 330px;
    float: left;
    background-color: #FF7B00;
    color: #FFF;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#detail #gift .fa, #detail #gift #gift-inner {
    float: left;
}

#detail #gift .fa {
    padding-right: 5px;
    font-size: 45px;
    float: left;
    width: 20%;
}

#detail #gift #gift-inner {
    font-size: 15px;
    float: left;
    width: 80%;
}

#gift-inner span a {
    color: #222222;
}

#detail .perex {
    display: block;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 120%;
}

#detail .perex span {
    text-decoration: underline;
    cursor: pointer;
}

#detail .perex span:hover {
    text-decoration: none;
}

#detail .carousel-main {
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

#detail .carousel-detail .carousel-cell {
    min-width: 100%;
}

#detail .carousel-detail .cell img {
    width: auto;
    max-width: 100%;
    max-height: 100%;

}

.cell {
    height: 500px;
}

#detail #image-thumbnails {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

#detail .flickity-page-dots {
    display: none !important;
}

#discount {
    background-image: url(../img/bg-sleva.png);
    transform: rotate(45deg);
    width: 99px;
    height: 72px;
    float: left;
    text-align: center;
    color: #FFF;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

#discount span {
    font-size: 15px;
    font-weight: bold;
    display: block;
}

#discount div {
    transform: rotate(-45deg);

}

#detail .sell-price {
    font-size: 30px;
    padding-top: 50px;
}

#detail .sell-price-b2b {
    font-size: 20px;
    color: #999;
    padding-bottom: 10px;
    padding-left: 3px;
}

#detail .sell-price.no-discount {
    padding-top: 90px
}

#detail .sell-price span {
    font-size: 13px;
}

#detail .sell-price-b2b span {
    font-size: 13px;
}

#detail #detail-price-info {
    font-size: 15px;
}

#detail #overpayments {
    padding-top: 75px;
    text-align: center;
}

#detail #overpayments span {
    text-decoration: underline;
}

#detail #overpayments span:hover {
    text-decoration: none;
}

#detail #var-choice {
    background-color: #EEFBEF;
    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;
}

#var-choice .headline, #showrooms .headline {
    font-size: 15px;
    font-weight: normal;
}

.detail-btn-buy {
    background-color: #FF7B00;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    font-size: 15px;
    float: left;
    margin-top: 0;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.detail-btn-buy.in-basket {
    background-color: #30A92A;
}

.detail-btn-buy .fa {
    position: relative;
    font-size: 25px;
    padding-right: 5px;
    top: 2px;
}

#var-choice ul {
    float: left;
    margin-top: 15px;
}

#var-choice ul li {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}

#var-choice ul li:hover {
    text-decoration: underline;
}

#var-choice ul li img {
    position: relative;
    top: -2px;
}

#var-choice ul li:last-child {
    padding-right: 0;
}

#detail #selection {
    display: block;
    margin-top: 15px;
}

#detail .choice {
    display: inline-block;
    border: solid 1px #999;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
}

#detail .choice .custom-tooltip {
    position: absolute;
    height: 170px;
    width: 300px;
    padding: 10px;
    background: #FFF;
    border: solid 1px #999;
    bottom: 77px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    visibility: hidden;
    font-size: 15px;
    z-index: 100;
}

#detail .choice:hover .custom-tooltip {
    visibility: visible;
}

#detail .choice .custom-tooltip .item {
    margin-bottom: 10px;
}

.custom-tooltip .arrow {
    position: absolute;
    bottom: -20px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #999999 transparent transparent transparent;
}

.custom-tooltip .arrow .inner {
    position: absolute;
    bottom: 1px;
    left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #ffffff transparent transparent transparent;
}

#detail .choice .badge {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #FF7B00;
    display: none;
    font-size: 20px;
}

#detail .choice input {
    display: none;
}

#detail .choice:hover .variant {
    background-color: #FFF;
}

.variant.akce_x {
    background-color: #FFFF00 !important;
}

.akce-l {
    padding-right: 2px;
}

.akce-r {
    padding-left: 2px;
}

#detail .choice .availability {
    padding: 2px;
    width: 100%;
    background-color: #30A92A;
    display: block;
    font-size: 13px;
    border-top: solid 1px #999;
    text-align: center;
    color: #FFF;
}

#detail .choice .availability img {
    width: 25px;
    position: relative;
    padding-right: 5px;
}

#detail .choice .availability.grey {
    background-color: #999;
}

.availability.grey.nis {
    background-color: #222222 !important;
}

#detail .choice.active {
    border: solid 1px #222222;
}

#detail .choice .variant {
    padding: 10px 25px;
    background-color: transparent;
    display: block;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

#detail .choice.active .badge {
    display: inline;
}

#detail .choice.active .variant {
    color: #FF7200;
    background-color: #FFF;
}

#detail .choice .variant .badge {
    display: block;
}

.no-red a {
    color: #222;
    text-decoration: none;
}

#showrooms {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 15px;
}

#showrooms hr {
    border-top: solid 1px #999;
    margin-top: 8px;
    margin-bottom: 8px;
}

#showrooms .headline {
    margin-bottom: 10px;
}

#showrooms .item {
    padding-left: 15px;
}

#customer-info {
    padding-top: 20px;
    padding-left: 10px;
    float: left;
    margin-top: 20px;
}

#customer-info div {
    padding-top: 10px;
    height: 50px;
}

#customer-info .fa {
    position: relative;
    top: 10px;
    padding-right: 20px;
    font-style: italic;
    display: inline-block;
    font-size: 35px;
    padding-bottom: 10px;
}

#customer-info #home-delivery img {
    position: relative;
    padding-right: 10px;
}

#customer-info #warranty img {
    position: relative;
    margin-top: -6px;
    padding-right: 10px;
}

#customer-info #pay-methods {
    padding-top: 20px;
}

#customer-info #change-product {
    padding-top: 10px;
}

#customer-info #warranty span {
    display: inline-block;
    position: relative;
    top: -4px;
}

#detail #float-bar {
    width: 100%;
    min-height: 40px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    float: left;
    background-color: #EBFCEE;
    margin-top: 90px;
    padding-left: 30px;
    padding-top: 8px;
    position: relative;
}

#detail #float-bar.fixed {
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 5;
}

#detail #float-bar.fixed ul {
    width: 100%;
    max-width: 1400px;
    text-align: left;
    padding-left: 0;
    display: block;
    margin: auto;

}

#detail #float-bar li {
    display: inline-block;
    font-size: 15px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -ms-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
    padding-bottom: 8px;
}

#detail #float-bar li:hover {
    color: #F42735;
}

#detail #float-bar li:last-child {
    padding-right: 0;
}

#detail #float-bar li .fa {
    color: #F42735;
    padding-right: 5px;
}

#detail-description {
    padding-left: 0;
    padding-right: 20px;
}

#detail-description #desc {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
}

#detail-description p {
    padding-top: 5px;
}

#detail-parameters {
    padding-right: 0;
    margin-bottom: 30px;
}

#detail-description h2, #detail-parameters h2 {
    margin-bottom: 10px;
}

#detail-parameters .row-param {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#detail-parameters .row-param:nth-child(even) {
    background-color: #EEEEEE
}

#detail-contact-form {
    float: left;
    width: 100%;
    background-color: #EBFCEE;
    padding: 20px 20px 40px 20px

}

#detail-contact-form .headline {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

#detail-contact-form input {
    width: 100%;
    max-width: 205px;
    float: left;

}

#detail-contact-form .input-ux:nth-child(2) {
    float: right;
}

#detail-contact-form .input-ux {
    width: 48%;
    max-width: 205px;
    display: inline-block;
    margin-bottom: 20px;
}

.input-ux.textarea {
    width: 100% !important;
    max-width: 100% !important;
}

#detail-form {
    margin-top: 20px;
}

#detail-form textarea {
    border: solid 1px #222222;
    width: 100%;
    resize: none;
    margin-bottom: 20px;
}

#detail-contact-form .btn-red {
    margin-bottom: 25px;
}

#detail-contact-form hr {
    border-top: solid 1px #999;
}

#detail #questions {
    float: left;
    width: 100%;
    font-size: 15px;
}

#detail #questions .responses {
    padding-left: 30px;
    margin-top: 10px;
    clear: both;
    float: left;
}

#detail #questions .item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#detail #questions .item .question {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#detail #questions .item .response:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 15px;
}

#detail #questions .item .response {
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #FFF;
    border-radius: 8px;
    float: left;
    max-width: 82%;
    min-width: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: relative;
}

#detail #questions .item .response .icon-prodejce img {
    margin-right: 20px;
}

#detail #questions .item .icon {
    width: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 0;
}

#detail #questions .item .text {
    float: left;
    width: calc(100% - 50px);
}

#detail #questions .item .response .text {
    padding: 10px 15px;
    display: inline-block;
}

#detail #questions .answer {
    font-size: 13px;
    padding-top: 10px;
}

#detail #call-us {
    padding-left: 20px;
    padding-right: 0;
    float: left;
    width: 100%;
}

#detail #call-us img {
    position: relative;
    display: inline-block;
    padding-top: 40px;
}

#detail #call-us-contact {
    display: inline-block;
    padding-top: 40px;
    float: left;
}

#detail-contact-form .form-label {
    font-size: 20px;
    text-decoration: underline;
}

#detail-contact-form .form-label.empty {
    font-size: 15px;
}

#hidden-detail-form {
    display: none;
}

#rating-complete {
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#rating-complete h3 {
    font-size: 20px;
}

#rating-stars {;
    width: 437px;
    float: left;
}

#rating-stars-l, #rating-stars-r {
    width: 48%;
}

#rating-stars-l {
    float: left;
    text-align: center;
    padding-top: 30px;
}

#rating-stars-l .headline {
    font-size: 15px;
}

#rating-stars-l ul {
    display: inline-block;
    margin-bottom: 20px;
}

#rating-stars-l .rate {
    font-size: 20px;
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
    margin-right: 10px;
}

#rating-stars-l .fa {
    font-size: 25px;
    padding-top: 4px;
}

#rating-stars-r {
    float: right;
}

#rating-stars-r .item {
    width: 100%;
    float: left;
    height: 32px;
}

#rating-complete .item div {
    display: inline-block;
    float: left;
}

#rating-complete .item .rate-number {
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 8px;
}

#rating-complete .item .rating-star {
    font-size: 25px;
    position: relative;
    padding: 0;
    margin-right: 10px;
}

#rating-complete .item .rate-bar {
    width: 0;
    max-width: 100px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    background-color: #238C00;
    margin-top: 12px;
}

#rating-complete .item .counter {
    font-size: 15px;
    margin-top: 8px;
}

#buy-stats {
    width: auto;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
}

#buy-stats:before, #customers-ux:before {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #999;
    position: absolute;
    top: 50px;
    left: 0;
}

#buy-stats:before {
    left: 0;
}

#buy-stats:after {
    right: 0;
}

#buy-stats .counter {
    font-size: 20px !important;
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
}

#buy-stats .item {
    margin-bottom: 10px;
}

#buy-stats span {
    display: inline-block;
    font-size: 15px;
}

#customers-ux {
    float: left;
    width: 30%;
    max-width: 440px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 15px;
    position: relative;
}

#customers-ux h4 {
    font-size: 20px;
}

#customers-ux .item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#customers-ux .user {
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
}

#customers-ux .rating {
    display: inline-block;
    clear: both !important;
}

#detail .carousel-nav {
    width: 100%;
    margin-left: 10px;
}

#detail .carousel-nav .carousel-cell {
    height: 126px;
    width: 164px;
    margin: 0 10px 20px 0;
    cursor: pointer;
    display: inline-block;
}

#detail .carousel-nav .carousel-cell img {
    display: inline-block;
    vertical-align: middle;
    max-height: 126px;
    padding: 5px;

}

#detail .carousel-nav .carousel-cell.is-nav-selected {
    border: solid 1px #222222;
}

/* ==== CATEGORY SEO PAGE ==== */

#category {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

#category-text {
    font-size: 15px;
    display: block;
    max-width: 80%;
    margin-bottom: 40px;
}

#category .category-item h2 {
    font-size: 25px;
    margin-top: 0;
    text-decoration: underline;
    font-weight: normal;
}

#category .category-item {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 15px;
    padding: 20px 20px;
    position: relative;
}

#category .category-item .description {
    padding-top: 20px
}

#category .category-item ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    clear: both;
    width: 100%;
}

#category .category-item li {
    padding-left: .8em;
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
}

#category .category-item li:before {
    content: "\f055"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -.8em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #D90000;
    font-size: 20px;
    top: 2px;
    position: relative;
}

#category .category-item > a {
    display: inline-block;
    padding-right: 5px;
}

#category .btn-red {
    margin-top: 30px;
    position: relative;
    padding: 15px 20px;
}

#category .btn-red a {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    background-color: #D90000;
    padding: 15px 20px;
}

#category .btn-red .fa {
    position: relative;
    top: 4px;
    font-size: 22px;
    padding-left: 10px;
}

.after-before-border:before {
    position: absolute;
    width: 1px;
    left: 0;
    height: 250px;
    margin-top: 100px;
    background-color: #999999;
    content: '';
    top: 0;
}

.after-before-border:after {
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    margin-top: 100px;
    height: 250px;
    background-color: #999999;
    content: '';
}

#category .category-item:hover {
    position: relative;
    z-index: 5;
    height: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-transition: all .25s linear;
    -moz-transition: all .20s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .20s linear;
}

#category .category-item a:hover h2 {
    text-decoration: none;
}

#category .category-item .btn-red .mobil {
    display: none;
}

#category .category-item .btn-red .desktop {
    display: inline-block;
}

/* ==== MODAL WINDOW ==== */
#overlay-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    left: 0;
    top: 0;
    display: none;
    bottom: 0;
}

.modal-dialog {
    width: 95%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    padding: 5px;
    border-bottom: none;
}

.modal-body {
    padding: 0 !important;
    background-color: #FFF;
    float: left;
    width: 100%;
}

#modal {
    width: 100%;
}

#modal .close {
    font-size: 40px;
    color: #222;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}

#modal .close:hover {
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.modal-content.smaller {
    max-width: 600px;
    margin: auto;
}

.modal-footer {
    padding: 0;
    border-bottom: 2px solid #0AD9A3
}

/* ==== LOGIN FORM ==== */

#modal h2 {
    font-size: 20px;
    margin-top: 0;
}

#loginForm {
    width: 45%;
    max-width: 370px;
    padding: 20px;
    float: left;
}

#rightGreenInfo {
    width: 55%;
    max-width: 480px;
    background-color: #EEFBEF;
    float: right;
    padding: 20px;
    min-height: 370px;
}

form#login {
    width: 80%;
    margin: auto;
    display: block;
}

#pass-forgot {
    padding-top: 0;
    font-size: 13px;
    color: #A3A3A3;
    text-align: right;
    float: right;
    margin-top: 16px;
}

#pass-forgot a {
    color: #A3A3A3;
}

#send-registration {
    padding-top: 6px !important;
}

#loginForm .btn-red#log-in, #regForm .btn-red#log-in {
    float: left !important;
    display: block !important;
    background-color: #D90000;
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 15px;
}

#regForm .btn-red#log-in {
    margin-bottom: 20px;
}

.btn-red:hover {
    color: #FFF;
}

#order-status-modal form {
    width: 50%;
    display: block;
}

#orLine {
    width: 100%;
    height: 1px;
    background-color: #222;
    float: left;
    position: relative;
    margin-top: 30px;
}

#or {
    width: 60px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-fb-login {
    width: auto;
    background-color: #3B5998;
    color: #FFF;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
    padding: 6px 12px;
}

.btn-fb-login:hover {
    color: #FFF;
}

.btn-fb-login .fa {
    padding-right: 5px;
}

.whytoReg {
    font-size: 15px;
    font-weight: 500;
}

.checkList {
    list-style: none;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    clear: both;
    width: 100%;
}

.checkList li {
    padding-left: 1.5em;
    margin-bottom: 12px;
    display: block;
    float: left;
    clear: both;
}

.checkList li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em; /* same as padding-left set on li */
    width: 1.5em; /* same as padding-left set on li */
    color: #30A92A;
    font-size: 20px;
    top: 2px;
    position: relative;
    padding-right: 10px;
}

#regForm {
    padding: 20px 0 0 20px;
}

#regForm #orLine {
    margin-top: 10px;
}

#regForm .checkList {
    margin-top: 10px;
    counter-reset: my-badass-counter;
}

#regForm .checkList li {
    margin-bottom: 5px;
    font-size: 13px;
}

#regForm .checkList li:before {
    color: #222;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    content: counter(my-badass-counter) '.';
    counter-increment: my-badass-counter;
}

#reg-form-img {
    margin-top: 10px;
}

/* ==== SHOPPING PROCESS ==== */

.image-kosik-empty {
    display: inline-block;
    margin-right: 20px;
}

.text-empty {
    display: inline-block;
    position: relative;
    top: 30px;
}

.text-empty h1 {
    margin-top: 30px;
}

#call-us-head {
    font-size: 20px;
    color: #222;
    float: left;
    margin-left: 100px;
    margin-top: 18px;
}

#call-us-head .fa {
    position: relative;
    top: 5px;
    font-size: 30px;
}

#shoppingProcess #wrapper {
    min-height: calc(100vh - 220px);
    margin-top: 0;
    padding-bottom: 30px;
}

#shoppingProcess #header {
    border-bottom: 0;
}

.basket-step {
    width: 25%;
    height: 60px;
    background-color: #FF7B00;
    float: left;
    text-align: center;
    padding-top: 13px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    position: relative;
}

.basket-step.active {
    background-color: #222;
}

.basket-step.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #222;
    position: absolute;
    margin: auto;
    bottom: -20px;
    left: 0;
    right: 0;
}

.basket-step .number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #222;
    color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#shoppingProcess #steps {
    margin-bottom: 40px;
}

#shoppingProcess h1 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}

#logo-footer {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 10px;
}

#logo-footer img {
    width: 100%;
    max-width: 247px;
}

#call-us-footer {
    font-size: 20px;
    color: #FFF;
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%;
}

#call-us-footer .fa {
    position: relative;
    top: 5px;
    font-size: 30px;
}

#shoppingProcess #social-icons {
    display: inline-block;
    float: none;
    padding-left: 4%;
    padding-right: 4%;
}

#basket-items-list {
    width: 100%;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.basket-items-row {
    float: left;
    border-bottom: solid 1px #999;
    width: 100%;
    position: relative;
    min-height: 130px;
    background-color: #EEFBEF;
}

#voucher-info {
    color: #666;
    float: left;
}

#voucher-row .fa {
    padding-top: 20px;
}

.basket-items-data {
    width: calc(100% - 200px);
    max-width: 1160px;
    float: left;
    min-height: 134px;
    padding-bottom: 10px;
    background-color: #FFF;
}

.basket-items-data.gift-row {
    min-height: 100px;
}

.basket-items-image {
    padding: 15px;
    width: 200px;
    float: left;
}

.basket-items-item {
    float: left;
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 20px;
    width: 32%;
    max-width: 440px;
    box-sizing: border-box;
}

.basket-items-item .product-name {
    font-size: 20px;
}

.basket-items-item .product-id {
    font-size: 11px;
}

.basket-items-counter {
    width: 67px;
    height: 33px;
    float: left;
    border: solid 1px #222;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 10%;
}

.basket-items-counter.no-border {
    border: none;
}

.basket-items-counter input {
    width: 45px;
    height: 32px;
    border: none;
    background: transparent;
    padding-left: 10px;
    font-size: 15px;
    float: left;
}

.basket-items-counter .valueChanger {
    background-color: #999;
    width: 20px;
    height: 31px;
    float: right;
    border-left: solid 1px #222;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.valueChanger .add {
    width: 100%;
    height: 16px;
    display: block;
    border-bottom: solid 1px #222;
}

.valueChanger .remove {
    width: 100%;
    display: block;
    height: 15px;
}

.amountChange:hover {
    background-color: #FF7B00;
}

.valueChanger .fa {
    position: relative;
    top: -5px;
}

.basket-items-availability {
    float: left;
    font-size: 15px;
    margin-top: 55px;
    width: auto;
    text-align: left;
    cursor: pointer;
}

.basket-items-availability .fa {
    color: #999;
}

.basket-items-availability .custom-tooltip {
    position: absolute;
    width: 300px;
    padding: 10px;
    background: #FFF;
    border: solid 1px #999;
    bottom: 100px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    visibility: hidden;
    font-size: 15px;
    z-index: 100;
}

.basket-items-availability:hover .custom-tooltip {
    visibility: visible;
}

.basket-items-price-item {
    float: left;
    font-size: 15px;
    margin-top: 55px;
    width: 15%;
    text-align: right;
}

.basket-items-price-item-all {
    float: left;
    font-size: 15px;
    text-align: right;
    margin-top: 55px;
    font-weight: bold;
    width: 20%;
}

.basket-remove-item {
    font-size: 20px;
    position: absolute;
    right: 0;
    color: #CCC;
    margin-top: 50px;
    margin-right: 10px;
    cursor: pointer;
    float: right;
}

.basket-remove-item:hover {
    color: #D90000;
}

.checkInput .checkbox-custom {
    display: none;
}

.checkInput .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-size: 15px;
    color: #D90000;
    text-decoration: underline;
    font-weight: normal;
}

.checkInput .checkbox-custom-label:hover {
    text-decoration: none;
}

.checkInput .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    margin-left: 0;

}

.checkInput .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 3px;
    height: 12px;
    border: solid #0AD9A3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 3px;
    left: 7px;
}

.checkbox-custom-label span {
    color: #222;
    text-decoration: none !important;
    display: inline-block;
}

#sell-code {
    border: solid 1px #999;
    width: 100%;
    max-width: 444px;
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    float: left;
}

#sell-code input {
    max-width: 274px;
}

#sell-code .button {
    width: 95px;
    height: 35px;
    display: inline-block;
    background-color: #FF7B00;
    border: none;
    float: right;
    color: #FFF;
    font-size: 15px;
}

#basket-price-box {
    float: right;
    font-size: 15px;
    text-align: right;
}

#basket-price-box-mobile {
    float: right;
    font-size: 15px;
    text-align: right;
    display: none;
    margin-top: 30px;
    margin-right: 20px;
}

#no-vat {
    color: #999;
}

#basket-price {
    font-size: 20px;
    padding-top: 10px;
}

#continue {
    float: right;
    margin-top: 40px;
}

.showIt {
    display: block !important;
}

#continue-mobile {
    float: right;
    margin-top: 40px;
    display: none;
    margin-right: 20px;
}

.order-button {
    background-color: #30A92A;
    float: right;
    color: #FFF;
    font-size: 15px;
}

.order-button a {
    background-color: #30A92A;
    float: right;
    color: #FFF;
    font-size: 15px;
    padding: 10px 15px;
}

.order-button .fa {
    font-size: 20px;
}

.order-button a {
    color: #FFF;
    text-decoration: none;
}

#shipp-free-info {
    width: 234px;
    height: 42px;
    float: right;
    margin-right: 40px;
    background-color: #EEFBEF;
    position: relative;
    font-weight: lighter;
}

#shipp-free-info {
    text-align: center;
}

#shipp-free-info:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #EEFBEF;
}

#shipp-free-info img {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

#shipp-free-info div {
    float: right;
    text-align: left;
    font-size: 13px;
    margin-right: 18px;
    line-height: 120%;
    padding-top: 5px;
}

.stepBack {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}

.stepBack .fa {
    padding-right: 6px;
}

#process-left {
    width: 75%;
    max-width: 1070px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#process-right {
    width: 25%;
    max-width: 330px;
    float: right;
}

.line-over {
    width: 100%;
    height: 1px;
    background-color: #222;
    float: left;
    position: relative;
    margin-top: 30px;
}

.line-over-content {
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
}

.line-over-content img {
    padding-right: 10px;
}

#shipping-method .line-over-content {
    width: 230px;
}

#payment-method .line-over-content {
    width: 230px;
}

#process-right .line-over-content {
    width: 140px;
}

#shipping-method, #payment-method {
    width: 48%;
}

#shipping-method {
    float: left;
}

#payment-method {
    float: right;
}

#needHelp img, #needHelp div {
    float: left;
}

#needHelp img {
    padding-right: 10px;
}

#needHelp div {
    font-size: 13px;
}

.choice-row {
    width: 100%;
    min-height: 55px;
    padding: 5px 15px;
    background-color: #FFF;
    float: left;
    cursor: pointer;
    position: relative
}

.choice-row:nth-of-type(odd) {
    background-color: #FBF9FD;
}

.choice-tooltip {
    width: 300px;
    padding: 10px;
    font-size: 13px;
    background-color: #FFF;
    border: solid 1px #CCC;
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    display: none;
    color: #222;
}

.price-change-info {
    cursor: pointer;
}

.basket-items-price-item-all .choice-tooltip {
    text-align: center;
    top: 30px;
    right: 0;
    width: 100%;
    max-width: 300px;
    padding: 10px;
}

.methods {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.methods .image {
    display: inline-block;
}

.methods span {
    display: inline-block;
}

.methods .radio-custom {
    display: none;
}

.methods .radio-custom-label {
    float: left;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    font-weight: normal;
    line-height: 100%;
    margin-top: 15px;
}

.methods .radio-custom-label:hover {
    text-decoration: none;
}

.methods .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    margin-left: 0;

}

.methods .radio-custom:checked + .radio-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #D90000;
    top: 5px;
    left: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.methods .disabled .radio-custom-label:before {
    background-color: #CCC;

}

.methods .disabled .popis {
    color: #CCC;
}

.methods .disabled .image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .6;
}

.methods .image img {
    vertical-align: middle;
    display: block;
    margin: auto;
}

.methods .image {
    float: left;
    height: 100%;
    width: 60px;

}

.methods .popis {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.methods .popis span, .methods .popis div {
    font-size: 13px;
}

.methods .choice-price {
    margin-top: 15px;
    font-weight: bold;
    float: right;
}

.choice-row .fa {
    color: #999;
    padding-left: 5px;
}

.basket-content {
    background-color: #EEFBEF;
    width: 100%;
    float: right;
    margin-top: 20px;
    padding: 30px;
}

.basket-content .product-name {
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding-left: 10px;
}

.basket-content .item-image {
    display: inline-block;
    width: auto;
}

.basket-content .product-name a:hover {
    text-decoration: none !important;
}

.basket-content .head-basket-counter {
    font-weight: bold;
    padding-left: 10px;
}

.basket-content .basket-content-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#basket-content-total {
    font-size: 20px;
}

.basket-content .costs {
    font-size: 15px;
}

.line-over-content-from-left {
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 45px;
    top: -10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
}

.line-over-content-from-left .fa {
    font-size: 20px;
    padding-right: 10px;
}

.formArea {
    background-color: #FBF9FD;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 0 30px 20px;
}

.btn-green {
    padding: 10px 20px;
    background-color: #00DE9F;
    display: inline-block;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.custom-label {
    font-size: 15px;
    font-weight: 500;
}

.line-over .checkbox-custom-label {
    top: -6px;
    color: #222;
    text-decoration: none;
}

#firma-data, #another-address {
    display: none;
}

.line-margin {
    margin-bottom: 20px;
}

#shoppingProcess textarea {
    width: 100%;
    min-height: 100px;
    border: solid 1px #222;
}

#create-account {
    display: none;
}

#poznamka {
    margin-top: 30px;
    float: left;
}

#poznamka textarea {
    padding: 5px;
    resize: vertical;
}

.line-over-content#truck {
    width: 180px;
}

.line-over-content .fa {
    font-size: 20px;
}

.rail-select {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.rail-select select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: solid 1px #222;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    font-size: 16px;
    color: #222;
    height: 33px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.rail-select select:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px grey;
}

.rail-select .select-side {
    width: 40px;
    position: absolute;
    top: 0;
    background-color: transparent;
    height: 100%;
    right: 0;
    pointer-events: none;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    text-align: center;
    padding-top: 5px;
}

.rail-select .select-side:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
}

.rail-select .select-side .fa {
    color: #D90000;
    font-size: 20px;
    display: block;
}

#businessConditions {
    padding-top: 10px;
}

#businessConditions a {
    color: #222;
}

#basket-items-list-summary {
    width: 100%;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

#basket-items-list-summary .basket-items-counter {
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    margin-top: 55px;
}

#basket-items-list-summary .basket-items-price-item-all {
    width: auto;
    float: right;
}

#shoppingProcess #basket-items-list-summary .gift {
    width: 50%;
    max-width: 330px;
    float: left;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;

}

#shoppingProcess .gift {
    width: 50%;
    max-width: 330px;
    float: left;
    background-color: #FF7B00;
    color: #FFF;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gratis {
    float: right;
    font-weight: bold;
    margin-top: 35px;
    text-align: right;
    margin-right: 110px;
}

#shoppingProcess .gift .fa, #shoppingProcess .gift .gift-inner {
    display: inline-block;
    float: left;

}

#shoppingProcess .gift .fa {
    padding-right: 10px;
    font-size: 45px;
}

#shoppingProcess .gift .gift-inner {
    font-size: 15px;
    width: 100%;
    max-width: 250px;
}

#shoppingProcess .gift-inner span {
    color: #222222;
}

.rotate90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    color: #999;
    font-size: 35px;
    margin-top: 10px;
}

#basket-items-list-summary .basket-items-item {
    width: 65%;
}

#basket-items-list-summary .basket-items-price-item-all {
    margin-right: 50px;
}

#basket-items-list-summary .gratis {
    float: right;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 50px;
}

.gift-row .basket-items-image {
    min-height: 110px;
}

#shoppingProcess #xmas-box-info, #shoppingProcess #xmas-box-info-nologin {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#shoppingProcess #xmas-box-info #voucher_img, #shoppingProcess #xmas-box-info-nologin #voucher_img {
    width: 105px;
    float: left;
}

#shoppingProcess #xmas-box-info #xmas-text, #shoppingProcess #xmas-box-info-nologin #xmas-text {
    float: left;
    width: calc(100% - 120px);
    border: solid 1px #C8291C;
    min-height: 70px;
    padding: 9px 20px;
    font-size: 18px;
}

#order-finish #wrapper {
    margin-top: 0 !important;
}

#finish-text {
    width: 100%;
    padding: 30px 40px;
    float: left;
    background-color: #EEFBEF;
    margin-top: 40px;
}

#finish-text-l {
    font-size: 100px;
    padding-left: 40px;
    float: left;
}

#finish-text-r {
    float: left;
    font-size: 20px;
    padding-left: 40px;
    padding-top: 10px;
    width: 65%;
}

/* ==== validace ==== */

.input-ux {
    display: block;
    width: 100%;
    position: relative;
}

.input-ux .fa {
    font-size: 17px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: none;
}

.input-ux .fa-check {
    color: #30A92A;
}

.input-ux .fa-times {
    color: #D90000;
}

.input-wrong {
    background-color: rgba(217, 0, 0, .15);
}

.input-ux input[type=number]::-webkit-inner-spin-button,
.input-ux input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.input-ux .help {
    position: absolute;
    right: 0;
    bottom: -17px;
    font-size: 12px;
    color: #D90000;
    display: none;
}

#osobni-odber-modal, #posta-odber-modal {
    float: left;
    width: 100%;
    padding: 15px;
}

#osobni-odber-modal .methods, #posta-odber-modal .methods {
    padding-left: 15px;
}

#onAddModal {
    padding-top: 20px;
}

#onAddModal h2 {
    font-size: 20px;
    color: #30A92A;
    font-weight: bold;
    margin-bottom: 40px;
}

#onAddModal .product-name {
    font-size: 20px;
}

#onAddModal .product-id {
    margin-top: 10px;
    font-size: 11px;
}

#onAddModal .cena {
    display: block;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

#onAddModal #statusBar {
    background-color: #EEFBEF;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

#goToLeft a, #goToRight a {
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #30A92A;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}

#goToLeft a {
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

#goToRight a {
    float: right;
    margin-right: 20px;
}

#goToLeft a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 6px 22.5px 0;
    border-color: transparent #30A92A transparent transparent;
    content: '';
    position: absolute;
    left: -6px;
}

#goToRight a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 6px;
    border-color: transparent transparent transparent #30A92A;
    content: '';
    position: absolute;
    right: -6px;
}

#shipp-free-info-modal {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
}

/* ==== BRANDS ==== */

#brands {
    padding: 20px;
}

.brand-letter {
    font-size: 50px;
    display: block;
    margin-top: 15px;
}

#brands ul {
    padding-left: 0;
}

#brands ul .brand {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

#vyrobce-kategorie {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.vyrobce-kategorie a {
    float: left;
    width: 211px;
    height: 58px;
    border: solid 1px #999999;
    padding-left: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;

}

.vyrobce-kategorie a:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.vyrobce-kategorie .cat-img {
    padding-right: 10px;
    padding-top: 10px;
    float: left;
    width: 50px;
    height: 58px;
}

.vyrobce-kategorie .cat-name {
    float: left;
    width: 140px;
    padding-top: 8px;
    text-decoration: underline;
}

.vyrobce-kategorie .cat-name.shorter {
    padding-top: 20px;
}

.vyrobce-kategorie:hover .cat-name {
    text-decoration: none !important;
}

#products-full .thumb {
    width: 19%;
    display: inline-block;
    height: 400px;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    float: none;
}

#products-full #products-list {
    width: 100%;
    max-width: 100%;
}

/* ==== POROVNÁNÍ PRODUKTŮ ==== */

#compare-box {
    width: 100%;
    float: left;
}

#compare-box #params-col {
    width: 300px;
    min-height: 200px;
    background-color: #F4F4F4;
    float: left;
}

#compare-box-items {
    float: left;
    position: relative;
    overflow-y: visible !important;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 30px;
}

#compare-box .item {
    display: inline-block;
    width: 400px;
    margin-right: 50px;
}

#compare-box .item img {
    max-width: 80%;
    margin-bottom: 10px;
}

/* width */
#compare-box-items::-webkit-scrollbar {
    width: 5px;
    height: 12px;
    cursor: pointer !important;
}

/* Track */
#compare-box-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    cursor: pointer !important;
}

#compare-box-items::-webkit-scrollbar-track:disabled {
    background: transparent;
}

/* Handle */
#compare-box-items::-webkit-scrollbar-thumb {
    background: #0AD9A3;
    cursor: pointer !important;

}

/* Handle on hover */
#compare-box-items::-webkit-scrollbar-thumb:hover {
    background: #0AD9A3;

}

.remove-compare {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    color: #FFF;
    width: 30px;
    height: 30px;
    background-color: #D90000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

#compare-box-items .row-param-compare {
    width: 100%;
    float: left;
    padding: 5px;
    background-color: #F4F4F4;
}

#compare-box-items .row-param-compare:nth-of-type(odd) {
    background-color: #FFFFFF;
}

#compare-box .param-name-compare {
    width: 40%;
    float: left;
    font-weight: bold;

}

#compare-box .param-value-compare {
    width: 60%;
    float: left;
    white-space: pre-wrap !important;
}

#compare-box-items .product-name {
    padding-top: 20px;
    padding-bottom: 10px;
}

#compare-box-items .price-info {
    margin-top: 0;
    margin-bottom: 20px;
}

#info-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0AD9A3;
    -webkit-box-shadow: 0 2px 3px #222222;
    -moz-box-shadow: 0 2px 3px #222222;
    box-shadow: 0 2px 3px #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: none;
    text-align: center;
    z-index: 1100;
}

#info-alert-red {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #D90000;
    -webkit-box-shadow: 0 2px 3px #222222;
    -moz-box-shadow: 0 2px 3px #222222;
    box-shadow: 0 2px 3px #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: none;
    text-align: center;
    z-index: 1100;
}

.submenu-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ===== USER BACKEND ===== */
#vouchery .table > tbody > tr > td {
    padding: 20px;
}

#user-account #emailing.checkbox-custom-label {
    color: #222 !important;
}

#user-account .copyToClipboard {
    cursor: pointer;
    padding-left: 20px;
}

#user-account .copyToClipboard:hover {
    color: #F60;
}

#user-account #user-head {
    width: 100%;
    border: solid 1px #FF7B00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    float: left;
}

#user-account #parameters {
    overflow-x: hidden;
}

#user-account #parameters #banner {
    width: 265px;
    position: relative;
    left: -15px;
    background-color: #FFF;
    text-align: center;
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: -20px;
}

#parameters #banner {
    width: 265px;
    position: relative;
    left: -15px;
    background-color: #FFF;
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: -20px;
}

#user-head-l {
    float: left;
    width: 160px;
    font-size: 14px;
    font-weight: 300;
}

#user-head-l span {
    font-size: 17px;
    font-weight: 400;
}

#user-head-r {
    float: right;
    width: 50px;
    position: relative;
}

#user-head-r #edit-avatar {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    color: #FFF;
    background-color: #F60;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: none;
}

#user-head-r img {
    width: 50px;
}

.avatar-upload {
    height: 50px;
    width: 50px;
    overflow: hidden;
}

#user-head-upload-nav .avatar-upload {
    height: 30px;
    width: 30px;
    float: none;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.avatar-foto {
    float: left;
}

.account-section-name {
    font-size: 13px;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

.account-section-item a {
    width: 100%;
    min-height: 45px;
    border-left: 3px #D90000 solid;
    background-color: #FFF;
    font-size: 15px;
    padding: 12px 5px 12px 20px;
    margin-bottom: 8px;
    margin-top: 5px;
    float: left;
}

.account-section-item a {
    color: #222;
    text-decoration: none;
}

.account-section-item a:hover {
    text-decoration: underline;
}

.account-section-item .badge {
    float: right;
    min-width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    background-color: #CCCCCC;
    padding: 0 5px;
}

.account-section-item .badge.active {
    background-color: #D90000;
}

#logout {
    float: left;
    margin-top: 20px;
    font-size: 15px;
    cursor: pointer;
}

#account-top-nav {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

#account-top-nav .account-item {
    background-color: #FBF9FD;
    height: 60px;
    float: left;
    width: 100%;
    padding-top: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#account-top-nav .account-item .fa {
    font-size: 40px;
    margin-top: 10px;
    padding-right: 10px;
    float: left;
    color: #222;
}

#account-top-nav .account-item img {
    display: inline-block;
    margin-top: 10px;
    padding-right: 10px;
    float: left;
}

.account-counter {
    position: relative;
    top: -5px;
    color: #F58221;
    font-size: 50px;
    float: left;
    padding-top: 0;
    margin-top: 0;
}

.account-item .popis {
    font-size: 20px;
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    color: #F58221;
    text-decoration: underline;
}

.account-item .popis.short {
    padding-top: 24px;
}

#account-top-nav .account-item:hover .popis {
    text-decoration: none !important;
}

.order-item {
    width: 100%;
    border: solid 1px #999999;
    float: left;
    margin-bottom: 30px;
}

.order-item.storno .order-header {
    background-color: #EEEEEE;
}

.order-data-item {
    float: left;
    width: 100%;
}

.order-header {
    background-color: #EEFBEF;
    padding: 10px 20px;
    font-size: 18px;
    float: left;
    width: 100%;
}

.order-header div {
    display: inline-block;
}

.order-number, .order-date {
    width: 20%;
}

.cena_obj {
    float: left;
    border-top: solid 1px #222;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    font-size: 20px;
}

.order-note {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.order-stav {
    width: 58%;
}

.order-file {
    float: right;
}

.order-file a {
    color: #222;
}

.order-data {
    padding: 0;
    float: left;
    width: calc(100% - 300px);
    min-height: 100px;
}

.order-data-item .order-image {
    width: 100px;
    float: left;
    padding: 20px 10px;
}

#modal .order-item {
    border: 0;
    margin-bottom: 0;
}

#modal .order-date {
    width: 30%;
}

#modal .order-number {
    width: 100%;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 20px;
    float: left;
}

#modal .order {
    float: left;
    width: calc(100% - 300px);
}

#modal .order-data {
    width: 100%;
    float: left;
}

#modal .order-data-item .order-image {
    width: 150px;
}

#modal .order-data-item {
    float: left;
    width: 100%;
}

#modal .order-data-item .order-item-name {
    width: calc(100% - 180px);
}

#modal .order-data-item-status {
    float: right;
}

.order-data-item .order-item-name {
    width: calc(100% - 100px);
    float: left;
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.order-data-item .order-item-price {
    font-size: 15px;
    font-weight: bold;
}

.order-data-item .order-item-reclamation {
    float: left;
    padding-top: 20px;
}

.order-data-item .product-name:hover {
    text-decoration: none;
}

.order-data-item-status {
    background-color: #FBF9FD;
    float: right;
    width: 300px;
    padding: 20px;
    min-height: 100px;
}

.order-link {
    float: left;
    clear: both;
    margin-bottom: 10px;
    cursor: pointer;
}

.order-link img {
    padding-right: 10px;
}

.order-link.preprava {
    margin-bottom: 20px;
}

.delivery-address {
    float: left;
    clear: both;
    font-size: 15px;
}

#favourite-action {
    position: fixed;
    top: 30vh;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 200px;
    color: #D90000;
    opacity: 0;
    display: none;
}

#favourite.hearted .fa {
    color: #D90000;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.remove-favourite, .remove-dog {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    color: #FFF;
    width: 20px;
    height: 20px;
    background-color: #D90000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

#hlidaci-pes .checkInput .checkbox-custom-label {
    color: #222;
    text-decoration: none;
}

#user-account h1 {
    margin-bottom: 40px;
}

#top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    color: #FFF;
    background: rgba(217, 9, 0, .5);
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    display: none;
    z-index: 10;
}

#top:hover {
    background: rgba(217, 9, 0, 1);
}

#obsah {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.na-dotaz {
    text-decoration: underline;
}

.na-dotaz:hover {
    text-decoration: none;
}

h2.gallery-headline {
    font-size: 16px !important;
}

#obsah .gallery-perex {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#obsah .galerie {
    padding-left: 0;
}

#obsah #inside {
    margin-top: 30px !important;
}

#obsah.full {
    width: 100%;
}

#feedback {
    width: 140px;
    height: 80px;
    color: #FFF;
    font-size: 14px;
    position: fixed;
    right: 0;
    text-align: center;
    padding: 10px;
    background-color: #0AD9A3;
    bottom: 80px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
    cursor: pointer;
    z-index: 10;
}

#feedback span {
    text-decoration: underline;
}

/* ==== PRODEJNY ====*/
#page {
    width: 100%;
    display: block;
    height: 100%;
    float: left;
}

#page .main-foto {
    margin-top: 40px;
}

#page #inside {
    width: 100%;
    max-width: 950px;
    display: block;
    margin: auto;

}

.people span {
    font-size: 18px;
    font-weight: 400;
}

.people span.mail {
    font-size: 15px;
    font-weight: 400;
}

.page-gallery {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-gallery-foto {
    padding: 15px;
}

#page p {
    font-size: 20px;
    font-weight: 400;
}

#page #obsah p {
    font-size: 15px;
}

.store-contact {
    font-size: 20px;
    font-weight: 400;
}

.red-contact {
    color: #D80000;
}

#page h2, #page h3 {
    font-size: 30px;
    font-weight: 400;
}

.store-contact h3 {
    margin-bottom: 20px;
}

#contact-map {
    display: block;
    margin-top: 40px;
    padding-bottom: 30%;
}

.prodejna .image {
    background-image: url('../img/prodejna_thumb_pha.jpg');
    width: 100%;
    max-width: 380px;
    height: 129px;
    position: relative;
}

.prodejna.teplice .image {
    background-image: url('../img/prodejna_thumb_tce.jpg');
}

.prodejna.teplice-skiservis .image {
    background-image: url('../img/servis_thumb.jpg');
}

.prodejna {
    width: 100%;
    max-width: 380px;
    display: inline-block;
    margin: 30px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.prodejna h2 {
    position: absolute;
    color: #FFF;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 25px;
    font-weight: 400;
}

.prodejna-text {
    padding: 15px;
}

.prodejna ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    float: left;
    clear: both;
    width: 100%;
}

.prodejna li {
    padding-left: .8em;
    margin-bottom: 12px;
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 48%;

}

.prodejna li:before {
    content: "\f055"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -.8em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #D90000;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.faq ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    float: left;
    clear: both;
    width: 100%;
}

.faq li {
    padding-left: 5px;
    margin-bottom: 12px;
    font-weight: bold;
    display: inline-block;
    float: left;
    width: 100%;
}

.prodejna .btn-green {
    margin-top: 20px;
}

.prodejna .btn-green a {
    color: #222;
    text-decoration: none;
}

.btn-green a {
    color: #222;
    text-decoration: none;
}

.prodejna:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

/* ==== LANDING PAGES ==== */
#lpBoxes {
    display: block;
    margin-bottom: 40px;
}

.lp {
    width: 100%;
    max-width: 354px;
    height: 165px;
    display: block;
    margin-left: 5px;
    margin-bottom: 20px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    color: #FFF;
    padding: 55px 10px 20px 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

#detail .lp, .lp-small {
    width: 100%;
    max-width: 212px;
    height: 100px;
    padding: 35px 10px 20px 10px;
}

#products-list .lp-small {
    max-width: 260px;
}

#detail .lp h3, .lp-small h3 {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.lp-small {
    max-width: 280px;
    height: 120px;
    width: 100%;
    padding: 50px 10px 20px 10px;
}

.lp-small h3 {
    font-size: 18px !important;
}

.lp:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.lp a {
    color: #FFF;
    text-decoration: none !important;
}

.lp-karta a {
    text-decoration: none;
}

.lp h3 {
    font-size: 25px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 5px;
}

.lp span {
    font-size: 13px;
    text-decoration: none !important;
}

.lp a span {
    font-size: 13px;
    text-decoration: none !important;
}

#lpBoxes.lp-sluzby {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 100%;
    max-width: 1190px;
}

.lp-sluzby .lp {
    display: inline-block;
}

/* ==== GOOGLE LOGIN BUTTON ==== */

.g-signin2 {
    margin-top: 20px;
    float: left;
    margin-left: 40px;
}

/* ===== FAQ ===== */
.plus {
    position: relative;
    margin-top: -17px;
}

#accordion .panel-heading {
    background-color: #EEFBEF;
}

.custom-dopo {
    border: solid 2px #0AD9A3;
}

.paddingDopo {
    padding: 7px;
}

ul.custom-ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    float: left;
    clear: both;
    width: 100%;
}

ul.custom-ul li {
    font-size: 18px;
    padding-left: 1.3em;
    margin-bottom: 12px;
    display: inline-block;
    float: left;
    width: 100%;

}

ul.custom-ul li:before {
    content: "\f055"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #D90000;
    font-size: 16px;
    top: 2px;
    position: relative;
}

/* ==== SERVIS ==== */

.servis-col {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    color: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.servis-col ul.custom-ul li:before {
    color: #FFF;
}

.servis-col h2 {
    color: #FFF;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px !important;
}

#servis1 {
    background-color: #FEBF0E;
}

#servis2 {
    background-color: #F26822;
}

#servis3 {
    background-color: #B11F24;
}

.servis-col .bottom-info {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    margin-top: 30px;
}

.servis-col .bottom-info .cena {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
    color: #222;
}

#servis2 .cena, #servis3 .cena {
    color: #F0F24F;
}

/* ==== hodnocení produktů ==== */

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 80%
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    color: #FFBF00;
    font-size: 35px;
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .0s ease;
    -o-transition: width .0s ease;
    -moz-transition: width .0s ease;
    -webkit-transition: width .0s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.rating-container {
    line-height: 80%;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

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

.save-rating {
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

.ratingInput, .rating-area {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: vertical;
}

#reklamace-check {
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    border: solid 1px #222;
    margin-bottom: 30px;
}

.reklamace-check-label {

    padding: 10px 10px;
    border-right: 1px solid #222;
    float: left;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -ms-transition: background-color .15s linear;
    -o-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.reklamace-check-label:hover, .reklamace-check-label.active {
    background-color: #EEFBEF;
}

.reklamace-check-label:last-child {
    border-right: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.reklamace-check-label:first-child {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
}

#reklamace-modal {
    padding-left: 20px;
}

#send-to {
    background-color: #EEFBEF;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

#psc-results {
    width: 100%;
    border: solid 1px #E4E4E4;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px #E4E4E4;
    -moz-box-shadow: 2px 2px 5px #E4E4E4;
    box-shadow: 2px 2px 5px #E4E4E4;
    min-height: 100px;
    margin-top: 5px;
    display: none;
}

#psc-results .item {
    width: 100%;
    float: left;
    cursor: pointer;
}

#psc-results .methods {
    margin-top: 0;
    margin-bottom: 10px;
}

#psc-results .item:hover {
    background-color: #F4F4F4 !important;
}

#order-rating-modal h1 {
    margin-bottom: 30px;
}

#order-rating-modal h2 {
    margin-top: 60px;
    margin-bottom: 5px;
}

#order-rating-modal p {
    font-size: 13px;
    display: block;
    margin-top: 40px;
}

#order-rating-modal textarea {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
}

#order-rating-modal .rating-container .star {
    font-size: 50px;
}

#order-products-rating-modal h1 {
    font-size: 25px;
    margin-top: 0;
}

#order-products-rating-modal .rating-container {
    margin-bottom: 5px;
}

#order-products-rating-modal .rating-container .star {
    font-size: 28px;
}

#order-products-rating-modal .rating-row {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#order-products-rating-modal .checkInput {
    margin-top: 20px;
}

#order-products-rating-modal .checkInput .checkbox-custom-label {
    color: #222;
    text-decoration: none;
}

#order-products-rating-modal .btn-red {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default, .ui-widget-content .ui-state-default {
    border: 0 !important;
    background-color: #EEFBEF;
}

#ui-datepicker-div.ui-widget-content {
    background-color: #FFF;
    border: solid 1px #F2F2F2;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
}

#ui-datepicker-div .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #333;
    background-color: #0AD9A3 !important;
}

.ui-datepicker .ui-icon {
    text-indent: 0 !important;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-prev a {
    color: #333333 !important;
}

#ui-datepicker-div .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    background: transparent !important;
    border: none !important;
    font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker-today {
    font-weight: bold !important;
}

#pujcovna-alert {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #e00000;
}

.size-tbl table {
    width: 100% !important;
    border: none;
}

.size-tbl td {
    padding: 10px;
}

.size-tbl tr th {
    padding: 10px;
    background-color: #EBFCEE;
}
