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;
    height: 100vh;
    max-height: 100vh;
}

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

.color-in-days {
    color: #FFC41E;
}

.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: 4px;
    left: 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: 12px;
    width: 80%;
}

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

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

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

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

#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: 10px;
}

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

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

.info-icon.in-days {
    background-color: #FFC41E;
}

.info-icon.comming-soon {
    background-color: #d6c110;
}

.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.b2b-discount {
    background-color: #FFC41E;
}

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

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

.info-icon.new-item {
    background-color: #d405bf;
}

#detail .labels {
    margin-top: 20px;
}

#detail .productStatus, #detail .new-item {
    display: inline-block;
    margin: 0 5px 10px 0;
}

#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 #dddddd;
    width: 100%;
    height: auto;
    outline: none;
    padding: 10px 10px;
    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 #search-element {
    float: left;
    width: 50%;
    max-width: 670px;
    padding-right: 3px;
    border: solid 2px #CCCCCC;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 16px;
}
#header #search-element-cover-close{
    float: right;
    font-size: 35px;
    display: none;
}
#header #search-element .fa {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #CCCCCC;
}

#header #search-element input {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    border: none;
    box-shadow: none;
    width: calc(100% - 150px);
    outline: none;
}
#header #search-element #button-search {
    display: inline-block;
    background-color: #ff6600;
    text-align: center;
    width: 107px;
    height: 30px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

#header #search-element-results {
    width: 100%;
    position: absolute;
    top: 55px;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 300;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    border: solid 1px #CCCCCC;
    display: none;
}
#header #search-element-results #preloader{
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 305;
    display: none;
}
#header #search-element-results #preloader .spinner{
    display: block;
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: none;
}
#header #search-element-results #lastSearchItems ul{
    padding-left: 0;
}
#header #search-element-results #lastSearchItems ul li{
    display: inline-block;
    color: #ed1c24;
    font-weight: 700;
    text-decoration: underline;
    padding-right: 10px;
    cursor:pointer;
}
#header #search-element-results #lastSearchItems ul li:hover{
    text-decoration: none;
}
#header #search-element-results #lastViewItems{
    padding-top: 20px;
    padding-bottom: 20px;
}
#header #search-element-results #lastViewItems .item{
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
#header #search-element-results #lastViewItems a span{
    color: #ed1c24;
    text-decoration: underline;
    line-height: 14px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}
#header #search-element-results #lastViewItems a:hover span{
    text-decoration: none;
}
#header #search-element-results:before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -12px;
    margin-left: 50px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ff6600 transparent;
    display: block;
}
#header #search-element-results .button {
    width: 100%;
    padding: 8px 10px;
    background-color: #ed1c24;
    text-align: center;
    color: #FFFFFF;
    display: none;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: underline;
}
#header #search-element-results #whisper-category, #header #search-element-results #whisper-manufacturer{
    display: none;
}
#header #search-element-results .inner {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
}
#header #search-element-results .inner .result-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
#header #search-element-results .inner .result-item {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header #search-element-results .inner .result-item .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    overflow: hidden;
}
#header #search-element-results .inner .result-item .icon .fa-cubes {
    color: #333333;
    padding-top: 5px;
}
#header #search-element-results .inner .result-item .icon .fa-folder {
    color: #f1c72c;
    padding-top: 5px;
}
#header #search-element-results .inner .result-item .icon img {
    height: 100%;
    width: auto;
}
#header #search-element-results .inner #serp .result-item{
    padding-bottom: 10px;
}
#header #search-element-results .inner #serp .result-item .icon {
    width: 60px;
    height: auto;
}
#header #search-element-results .inner #serp .result-item .icon img {
    width: 100%;
    height: auto;
}
#header #search-element-results .inner .result-item .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    max-width: 65%;
}
#header #search-element-results .inner .result-item .name a {
    color: #000000;
    text-decoration: none;
}
#header #search-element-results .inner .result-item .name a:hover {
    text-decoration: underline;
}
#header #search-element-results .inner .result-item .name.product a {
    color: #ed1c24;
    text-decoration: underline;
    padding-bottom: 5px;
}
#header #search-element-results .inner .result-item .name.product a:hover {
    text-decoration: none;
}
#header #search-element-results .inner .result-item .price {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    padding-left: 10px;
}
#header #search-element-results .inner .result-item .prev-price {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    text-decoration: line-through;
    color: #CCCCCC;
    padding-left: 10px;
}

#header #search-element-results .inner #serp .result-item .info-icon {
    padding: 2px 8px;
    display: inline-block;
    vertical-align: middle;
}
#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%;
    height: auto;
}
#top-nav-header{
    background-color: #f0f0f0;
    z-index: 12;
    position: relative;
}
#top-nav-header > .container {
    padding-left: 0;
}
#top-nav {
    float: left;
    padding-top: 5px;
}

#top-nav li {
    display: inline-block;

}
#top-nav li span{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
#top-nav li a {
    color: #222;
    font-size: 13px;
    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;
    display: inline-block;
    padding: 0 3px;
}

#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 span{
    display: none;
}
#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: 350px;
    background-color: #FFF;
    z-index: 100;
    display: none;
    padding: 15px 15px 25px 15px;
    box-sizing: border-box;
    cursor: auto;
    border-bottom: solid 2px #0AD9A3;
    box-shadow: -2px 6px 5px rgba(0, 0, 0, .2);
}

.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 #dddddd;
    margin-top: 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: 70px;
    padding: 10px 5px;
}

.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: 305px;
    overflow-y: scroll;
}

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

#head-context-basket-list::-webkit-scrollbar-track {
    border-radius: 3px;
}

#head-context-basket-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5)!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: 15px;
}

.head-button {
    box-sizing: border-box;
    display: inline-block;
    color: #222;
    padding: 10px 0;
    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 .fa {
    font-size: 28px;
}
.head-button#search-button{
    display: none;
}
.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%;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
}

#head-basket-price span {
    display: inline;
    font-size: 16px;
    font-weight: bold;
}

#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;
    margin-bottom: 15px;
}

#shipping-meter {
    width: 100%;
    height: 10px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #dddddd;
    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;
}

#basket-icon {
    position: relative;
}

.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;
    display: block;
    width: 100%;
    height: 100%;
}

#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 .main-img {
    display: none;
}

#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;
    display: flex;
    flex-wrap: wrap;
}

#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 #dddddd;
    background-color: #FFF;
    height: 200px;
    width: calc(100% / 2);
    padding: 15px 15px 15px 5px;
    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, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 10;
    position: relative;
}

#hp-promo-products .item .labels {
    margin-bottom: 10px;
}

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

#products-banner {
    max-width: 400px;
    width: 100%;
    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%;
    width: auto;
}

#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: #D90000;
}

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

#shoppingProcess .item-image img {
    width: 100%;
    display: block;
    margin-bottom: 0!important;
}

.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;
    margin-bottom: 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;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
}

.item .labels {
    float: left;
    width: 100%;
}

.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: 14px;
    margin-top: 0;
    text-decoration: underline;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    overflow-y: hidden;
    line-height: 1.4;
}

.item-info .perex {
    display: block;
    color: #666666;
    font-size: 13px;
    box-sizing: border-box;
    overflow: hidden;
    flex-grow: 1;
    margin-bottom: 10px;
}

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

.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-container .datum_publikovani {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #888888;
}

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

}

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

#blog-view > .row {
    margin: 0 -8px 0 -8px;
}

.masonry-item {
    display: block;
    padding: 0 8px;
}

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

.blog-item-header {
    background-color: #dddddd;
    text-align: center;
    position: relative;
    padding: 12px;
    font-size: 16px;
    color: #222222;
    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 18px 25px 18px;
    display: block;
    width: 100%;
    background-color: #FFF;
}

.blog-item-body .perex {
    font-size: 13px;
    color: #666666;
    word-break: break-word;
    padding-top: 0;
    text-align: left;
    line-height: 1.6;
}

.masonry-item h2 {
    font-size: 15px;
    margin-top: 0;
    text-decoration: underline;
    line-height: 1.6;
    margin-bottom: 10px;
}

.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: 20px;
    top: 12px;
    width: 20px;
}

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

.blog-item-image img {
    margin-bottom: 15px;
}

.page-wrapper-hp .blog-item-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.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;
    background-color: #ffffff;
}

#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;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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: 20px;
}

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

.advantage-promo p {
    font-size: 13px;
    display: block;
    width: 100%;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 20px;
}

.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;
    width: 100px;
    text-align: center;
    line-height: 14px;
    margin-top: 0;
    border: none !important;
    height: 35px;
}

.advantage-promo .input {
    width: calc(100% - 100px);
    float: left;
    padding: 5px 10px;
}

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

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

.advantage-promo .input {
    border-color: #dddddd;
}

/* ==== 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: 10px;
}

#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: 24px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

#footer hr {
    border-top: 1px solid #333333;
}

#social-icons {
    float: left;
    clear: both;
}

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

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

#footer #links ul {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #333333;
}

#footer #links li {
    margin-bottom: 5px;
}

#footer #links li a {
    color: #999999;
}

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

#footer #links h4 {
    margin-bottom: 20px;
}

#footer #links h4 .fa {
    display: none;
    font-size: 25px;
}

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

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

#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: #999999;
    font-weight: lighter;
}

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

}

#products-banner > .carousel-cell {
    display: none;
}

#products-banner > .carousel-cell:first-of-type {
    display: 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;
    padding: 5px 10px 5px 5px;
    margin-left: -5px;
}

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

#next-categories {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    margin-top: 10px;
}

#next-categories .select-next {
    clear: both;
    display: block;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
}

.next-category {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    vertical-align: middle;
    border: solid 1px #cccccc;
    border-radius: 2px;
    text-align: left;
    width: calc(100% / 4 - 5px);
    background: rgb(255, 255, 255);
}

.next-category a {
    text-decoration: none;
    padding: 5px 15px;
    color: #222222;
    height: 100%;
    display: flex;
    align-items: center;
}

.next-category .image {
    width: 50px;
    margin-right: 15px;
}

.next-category .image img {
    width: 100%;
    height: auto;
}

.next-category span {
    width: calc(100% - 55px);
}

.next-category .image, .next-category span {
    display: inline-block;
    vertical-align: middle;
}

.next-category .fa {
    position: absolute;
    right: 10px;
    top: 18px;
    bottom: 0;
}

#next-categories.blog-categories {
    margin-bottom: 10px;
    margin-top: 10px;
}

#next-categories.blog-categories .next-category {
    background: #ffffff;
    width: auto;
    margin-right: 10px;
    float: left;
}

#next-categories.blog-categories .next-category a {
    padding: 15px 20px;
}

#next-categories.blog-categories .next-category.active {
    background: #0ad9a3;
    border-color: #0ad9a3;
}

#next-categories.blog-categories .next-category span {
    display: inline;
}

#next-categories.blog-categories .next-category:nth-child(2n) {
    float: left;
}

#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 #dddddd;
}

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

#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%;
    position: relative;
}

.product-thumbnail:hover {
    z-index: 5;
    margin-top: -10px;
    -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;
    margin-top: -10px;
}

.product-thumbnail.simple-view .image-box {
    margin-top: 0;
}

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

.product-perex {
    display: block;
    color: #666666;
    font-size: 13px;
    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: 35px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    z-index: 5;
    font-weight: bold;
    transition: all 200ms;
}

.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,
#products-slide-view,
.my-products-slider {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    height: auto !important;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff;
}

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

.my-products-slider .carousel-cell {
    width: 33%;
}

#last-product-view .flickity-viewport .carousel-cell,
#recommend-products-view .flickity-viewport .carousel-cell,
#products-slide-view .flickity-viewport .carousel-cell,
.my-products-slider .flickity-viewport .carousel-cell {

}

#last-product-view .carousel-cell :after,
#recommend-products-view .carousel-cell :after,
#products-slide-view .carousel-cell :after,
.my-products-slider .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,
#products-slide-view .carousel-cell:last-child :after,
.my-products-slider .carousel-cell:last-child :after {
    display: none;
}

#last-product-view .dot,
#recommend-products-view .dot,
#products-slide-view .dot,
.my-products-slider .flickity-page-dots li.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,
.my-products-slider  .flickity-page-dots li.dot.is-selected {
    background-color: #0AD9A3;
}

#last-product-view .flickity-page-dots,
#recommend-products-view .flickity-page-dots,
#products-slide-view .flickity-page-dots,
.my-products-slider .flickity-page-dots {
    bottom: -40px !important;
    width: auto;
    left: 0;
    right: 0;
}

#last-product-view a,
#recommend-products-view a,
#products-slide-view a,
.my-products-slider a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#last-product-view .thumb,
#recommend-products-view .thumb,
#products-slide-view .thumb,
.my-products-slider .thumb {
    margin-top: 0;
    margin-left: 0;
    height: 100%;
}

#last-product-view .thumb:hover,
#recommend-products-view .thumb:hover,
#products-slide-view .thumb:hover,
.my-products-slider .thumb:hover {
    transform: none;
}

#last-product-view .product-thumbnail:hover,
#recommend-products-view .product-thumbnail:hover,
#products-slide-view .product-thumbnail:hover,
.my-products-slider .product-thumbnail:hover {
    box-shadow: none;
}

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

h3.last-view {
    margin-bottom: 20px;
}

.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;
    top: 0;
    bottom: 0;
    z-index: 50;
    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: 20px;
    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: 5px;
    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 #cccccc;
    display: block;
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 4px;
}

.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: 20px;
}

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

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

#detail #breadcrumbs {
    padding: 20px 20px 0 20px;
}

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

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

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

#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-right: 25px;
    font-size: 15px;
    line-height: 1.6;
}

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

#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%;
    display: none;
}

#detail .carousel-detail .carousel-cell:first-of-type {
    display: block;
}

#detail .carousel-detail .flickity-slider .carousel-cell {
    display: block;
}

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

.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: 30px;
}

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

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

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

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

#detail #detail-price-info #puvodni-cena span {
    position: relative;
}

#detail #detail-price-info #puvodni-cena span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #000000;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#detail #detail-price-info #puvodni-cena .fa {
    margin-right: 6px;
}

#detail #overpayments {
    padding-top: 30px;
    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 {
    font-size: 15px;
    font-weight: normal;
}

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

.detail-btn-buy {
    background-color: #FF7B00;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 19px;
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background-color 200ms;
}

.detail-btn-buy:hover {
    background-color: #e26d00;
}

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

.detail-btn-buy .fa {
    position: relative;
    font-size: 18px;
    padding-right: 8px;
    top: 1px;
}

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

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

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

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

#var-choice ul li a {

}

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

#detail #selection {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

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

#detail .choice .custom-tooltip {
    position: absolute;
    width: 300px;
    padding: 20px;
    background: #FFF;
    border: solid 1px #dddddd;
    bottom: 77px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    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: #dddddd 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: -8px;
    right: -8px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #FF7B00;
    display: none;
    font-size: 14px;
}

#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;
    text-align: center;
    color: #FFF;
}

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

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

#detail .choice .availability.days {
    background-color: #FFC41E;
}

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

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

#detail .choice .variant {
    padding: 10px 25px;
    background-color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 15px;
    transition: all .1s linear;
    border: 1px solid #dddddd;
    border-bottom: none;
}

#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: 25px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
}

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

#showrooms .item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}

#showrooms .item .xmasLabel {
    margin-left: 10px;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 15px;
    display: inline-block;
    color: #ffffff;
    background-color: #238C00;
}

#showrooms .item .xmasLabel .fa {
    padding-left: 5px
}

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

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

#customer-info .fa {
    position: relative;
    top: 9px;
    padding-right: 19px;
    padding-left: 4px;
    font-style: italic;
    display: inline-block;
    font-size: 32px;
    padding-bottom: 10px;
}

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

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

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

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

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

#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: 40px;
    padding-left: 30px;
    padding-top: 8px;
}

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

#detail #float-bar.fixed ul {
    width: 100%;
    max-width: 1370px;
    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;
    padding-top: 20px;
}

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

#detail-description p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

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

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

#detail-parameters {
    padding-right: 25px;
}

#detail-parameters .row-param {
    width: 100%;
    padding: 10px 15px;
}

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

#detail-files {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

#detail-files h3 {
    font-size: 20px;
    display: block;
    margin-top: 0;
}

#detail-files .file-item {
    display: block;
    margin-top: 20px;
}

#detail-files .file-icon, #detail-files .file-name {
    display: inline-block;
    vertical-align: middle;
}

#detail-files .file-icon {
    padding-right: 10px;
}

#detail-files .file-icon .fa {
    font-size: 20px;
}

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

}

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

#detail-contact-form input {
    width: 100%;
    float: left;
    border: 1px solid #bbbbbb;
    height: auto;
    padding: 8px 10px;
}

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

#detail-contact-form .input-ux {
    width: calc(50% - 5px);
    display: inline-block;
    margin-bottom: 15px;
}

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

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

#detail-form textarea {
    border: solid 1px #bbbbbb;
    width: 100%;
    resize: none;
    margin-bottom: 4px;
    padding: 8px 10px;
}

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

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

#detail #questions .responses {
    padding-left: 50px;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%;
}

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

#detail #questions .item .question {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

#detail #questions .item .question .info {
    color: #666666;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}

#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: 11px;
    margin-bottom: 15px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

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

#detail #questions .item .response .icon-prodejce span {
    color: #666666;
    font-size: 13px;
}

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

#detail #questions .item .icon .fa {
    font-size: 22px!important;
}

#detail #questions .item .text {
    float: left;
    width: 100%;
    line-height: 1.6;
}

#detail #questions .item .response .text {
    width: 100%;
    margin-bottom: 10px;
}

#detail #questions .item .response .text a {
    word-break: break-word;
}

#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: 10px;
}

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

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

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

.write-us {
    font-size: 16px;
}

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

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

#rating-complete .left {
    width: 470px;
    float: left;
}

#rating-complete .right {
    width: calc(100% - 470px);
    float: left;
}

#rating-complete h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 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 #rating-stars .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;
}

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

#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;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 15px;
    position: relative;
}

#customers-ux h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 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;
}

#customers-ux .item p {
    font-style: italic;
    line-height: 1.6;
}

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

#detail .carousel-nav .carousel-cell {
    height: 100px;
    width: 140px;
    margin: 0 5px 5px 0;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 15px 5px;
}

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

#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;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    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: 32px;
    color: #999999;
    opacity: 1;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    font-weight: normal;
    transition: color 200ms;
}

#modal .close:hover {
    color: #222222;
}

#modal .container {
    padding: 0 20px;
}

.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;
    margin-bottom: 40px;
}

#order-status-modal h2 {
    margin-top: 30px;
}

#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: 60px;
}

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

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

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

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

#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 a {
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}

#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 #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

#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: 130px;
    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: 20px;
    padding-right: 20px;
    width: 32%;
    max-width: 440px;
    box-sizing: border-box;
}

.basket-items-item .product-name {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.basket-items-item .product-id {
    font-size: 13px;
    color: #888888;
}

.basket-items-counter {
    width: 90px;
    height: 50px;
    float: left;
    border: solid 1px #aaaaaa;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 5%;
}

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

.basket-items-counter input {
    width: 50px;
    height: 48px;
    border: none;
    background: transparent;
    font-size: 15px;
    float: left;
    text-align: center;
}

.basket-items-counter .valueChanger {
    background-color: #aaaaaa;
    width: 38px;
    height: 48px;
    float: right;
    border-left: solid 1px #aaaaaa;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

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

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

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

.valueChanger .fa {
    position: relative;
    line-height: 22px;
    top: -2px;
}

.valueChanger .remove .fa {
    top: 0;
}

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

.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: 18%;
    padding-right: 20px;
}

.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 #dddddd;
    width: 100%;
    max-width: 444px;
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
    float: left;
}

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

#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 {
    font-size: 15px;
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#no-vat {
    color: #999;
}

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

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

.showIt {
    display: block !important;
}

#continue-mobile {
    margin-top: 30px;
    display: none;
    text-align: center;
}

.cart-continue > strong {
    float: right;
}

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

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

.order-button span.button-disabled {
    background-color: #aaaaaa;
    float: right;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
    cursor: not-allowed;
}

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

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

#shipp-free-info {
    height: 55px;
    float: right;
    margin-right: 30px;
    background-color: #EEFBEF;
    position: relative;
    font-weight: lighter;
    padding: 5px 20px;
}

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

#shipp-free-info:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 19px;
    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-top: 15px;
    margin-right: 20px;
}

#shipp-free-info div {
    text-align: left;
    margin-right: 18px;
    line-height: 1.4;
    padding-top: 4px;
    min-width: 210px;
}

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

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

#process-left {
    width: 72%;
    max-width: 1070px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

#process-right {
    width: 28%;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

.line-over {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    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: 70px;
    padding: 10px 15px;
    background-color: #FFF;
    float: left;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

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

.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: 30px;
    float: left;
    width: 100%;
}

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

.methods .image img {
    margin-top: 0!important;
}

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

.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: 9px;
    height: 9px;
    background-color: #D90000;
    top: 3px;
    left: 3px;
    -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;
    flex-grow: 1;
}

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

.methods .choice-price {
    font-weight: bold;
    float: right;
    min-width: 50px;
    text-align: right;
}

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

#shoppingProcess #needHelp img {
    margin-bottom: 8px;
}

.basket-content {
    width: 100%;
    float: right;
    margin-top: 30px;
    padding: 0;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}

.summary .basket-content {
    border: none;
    background-color: #fafafa;
    padding: 20px;
}

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

.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%;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.basket-content .basket-content-item:last-child {
    border-bottom: none;
}

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

.basket-summary .costs {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

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

#log-from-basket {
    margin-left: 15px;
}

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

.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 #dddddd;
    padding: 10px;
}

#create-account {
    display: none;
}

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

#poznamka textarea {
    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 #dddddd;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    font-size: 16px;
    color: #222;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 10px!important;
    height: auto;
    border-color: #dddddd!important;
}

.rail-select select:focus {
    outline: none;
    box-shadow: none;
}

.rail-select .select-side {
    width: 40px;
    position: absolute;
    top: 0;
    background-color: transparent;
    height: 100%;
    right: 0;
    pointer-events: none;
    border-top: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    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 #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    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: 30px;
}

#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: 20px;
}

#finish-text-l {
    font-size: 100px;
    padding-left: 40px;
    float: left;
}

#finish-text-r {
    float: left;
    font-size: 20px;
    padding-left: 50px;
    padding-top: 20px;
    width: 65%;
    line-height: 1.6;
}

/* ==== validace ==== */

.input-ux {
    display: block;
    width: 100%;
    position: relative;
}

.input-ux .fa {
    font-size: 17px;
    position: absolute;
    top: 11px;
    right: 15px;
    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, #balikovna-modal, #parcelshop-modal {
    float: left;
    width: 100%;
    padding: 15px;
}

#osobni-odber-modal .methods, #posta-odber-modal .methods, #balikovna-modal .methods, #parcelshop-results .methods {
    padding-left: 15px;
}

#balikovna-modal h2, #parcelshop-modal h2 {
    margin-bottom: 10px;
}

#balikovna-modal #balikovna-loga, #parcelshop-modal #parcelshop-loga {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

#balikovna-modal .perex, #parcelshop-modal .perex {
    display: block;
    margin-bottom: 20px;

}

#balikovna-modal .time, #parcelshop-modal .time {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
}

#balikovna-modal #balikovna-results .time .openTime, #parcelshop-modal #parcelshop-results .time .openTime {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#balikovna-modal #balikovna-results .time span, #parcelshop-modal #parcelshop-results .time span {
    display: inline-block;
    vertical-align: middle;
}

#balikovna-modal #balikovna-results .time .openTime .open-tooltop, #parcelshop-modal #parcelshop-results .time .openTime .open-tooltop {
    position: absolute;
    right: 0;
    top: 15px;
    width: 300px;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    z-index: 10;
}

#balikovna-modal #balikovna-results .time .openTime:hover .open-tooltop, #parcelshop-modal #parcelshop-results .time .openTime:hover .open-tooltop {
    display: inline;
}

#balikovna-modal #balikovna-results .time .openTime .open-tooltop .day, #parcelshop-modal #parcelshop-results .time .openTime .open-tooltop .day {
    float: left;
    width: 100%;
}

#balikovna-modal #balikovna-results .time .openTime .open-tooltop .day .day-item, #parcelshop-modal #parcelshop-results .time .openTime .open-tooltop .day .day-item {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

#balikovna-modal #balikovna-results .time .openTime .open-tooltop .day .day-item.dayName, #parcelshop-modal #parcelshop-results .time .openTime .open-tooltop .day .day-item.dayName {
    width: 50px;
    font-weight: bold;
}

#balikovna-modal #balikovna-results .time img, #modal-balikovna #balikovna-results .time span, #parcelshop-modal #balikovna-results .time img, #modal-balikovna #parcelshop-results .time span {
    display: inline-block;
    vertical-align: middle;
}

#balikovna-modal .methods .radio-custom + .radio-custom-label:before, #parcelshop-modal .methods .radio-custom + .radio-custom-label:before {
    vertical-align: top;
    float: none !important;
}

#balikovna-modal .methods .radio-custom-label, #parcelshop-modal .methods .radio-custom-label {
    vertical-align: top;
    float: none !important;
}

#balikovna-modal .methods .radio-custom-label span span, #parcelshop-modal .methods .radio-custom-label span span {
    font-size: 12px;
    margin-left: 26px;
    padding-top: 6px;
    display: block;
}

#onAddModal {
    padding-top: 20px;
}

#onAddModal h2 {
    font-size: 18px;
    color: #222222;
    background-color: #EEFBEF;
    padding: 15px 20px;
    margin: -20px -20px 30px -20px;
}

#onAddModal h2 .fa {
    font-weight: normal;
    margin-right: 5px;
    color: #30A92A;
}

#onAddModal .image {
    padding: 10px;
    border: 1px solid #dddddd;
}

#onAddModal .product-name {
    font-size: 16px;
    color: #222222;
    text-decoration: none;
}

#onAddModal .product-id {
    margin-top: 5px;
    font-size: 13px;
    color: #888888;
}

#onAddModal .color-red {
    font-size: 13px;
}

#onAddModal .cena {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#onAddModal #statusBar {
    background-color: #EEFBEF;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

#goToLeft, #goToRight {
    float: left;
    width: 180px;
}

#goToRight {
    float: right;
}

#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;
    cursor: pointer;
}

#goToRight a {
    float: right;
    cursor: pointer;
}

#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 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
}

/* ==== 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 {
    display: inline-block;
    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;
    padding-top: 20px;
    padding-bottom: -20px;
    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;
    display: flex;
    flex-wrap: wrap;
}

.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;
    padding-left: 1px;
}

#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;
    padding-bottom: 50px;
}

.na-dotaz {
    color: #666666;
    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;
}

.centered {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    float: none!important;
}

#obsah.full {
    width: 100%;
}

#obsah.full.elektrokolo {
    padding: 0;
}

#obsah.full.elektrokolo #breadcrumbs {
    padding: 20px;
}

#obsah h1 {
    margin-bottom: 30px;
    line-height: 1.4;
}

#obsah h2 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 24px!important;
}

#obsah img {
    max-width: 100%;
    height: auto;
    margin: 0!important;
}

#obsah p {
    line-height: 1.6;
    margin-bottom: 30px;
}

#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: 15px;
    display: block;
    text-align: center;
    padding: 8px 10px;
    background: #f0f0f0;
}

.people > div {
    padding-left: 25%;
    margin-bottom: 10px;
}

.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;
    margin-bottom: 30px;
}

.red-contact {
    color: #D80000;
}

#page h2, #page h3 {
    font-size: 30px;
    font-weight: 400;
}

#page h3.product-name {
    font-size: 14px;
}

.people-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -5px;
    margin-right: -5px;
}

.people-container .people {
    flex-basis: 25%;
    padding: 0 5px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .people-container .people {
        flex-basis: 33.3%;
    }
}

@media (max-width: 575px) {
    .people-container .people {
        flex-basis: 50%;
    }
}

.store-contact h3 {
    margin-bottom: 20px;
    font-size: 24px!important;
    line-height: 1.4;
}

#contact-map {
    display: block;
    margin-top: 40px;
    padding-bottom: 30%;
}

.prodejna.teplice-skiservis .image {
    background-image: url('../img/servis_thumb.jpg');
}

#prodejny {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.prodejna {
    flex-basis: calc(50% - 30px);
    margin: 10px 15px 10px 15px;
    transition: all 200ms;
    border: 1px solid #dddddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.servis .prodejna {
    flex-basis: calc(33.3% - 30px);
}

@media (max-width: 1200px) {
    .servis .prodejna {
        flex-basis: calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    #prodejny {
        justify-content: center;
        margin: 0;
    }

    .prodejna {
        flex-basis: 100%;
    }

    .servis .prodejna {
        flex-basis: 100%;
    }
}

.prodejna h2 {
    color: #222222;
    width: 100%;
    text-align: center;
    font-size: 24px!important;
    margin-top: 20px;
}

.prodejna .image {
    margin-bottom: 20px;
}

.prodejna .image img {
    width: 100%;
    height: auto;
}

.prodejna-text {
    padding: 0 10px 20px 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.prodejna-text p:first-child {
    flex-grow: 1;
}

.prodejna ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    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 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

/* ==== LANDING PAGES ==== */
#lpBoxes {
    display: block;
    margin-bottom: 40px;
}

.lp {
    width: 100%;
    max-width: 354px;
    height: 165px;
    display: block;
    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%;
    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;
}

.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-bottom: 20px;
    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: 13px;
    line-height: 120%;
    margin-top: 30px;
    text-align: center;
}

.servis-col .bottom-info .cena {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #222;
    display: block;
    line-height: 1.2;
}

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

.modal-padding {
    padding: 30px 20px!important;
}

#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, #balikovna-results, #parcelshop-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, #balikovna-results .item, #parcelshop-results .item {
    width: 100%;
    float: left;
    cursor: pointer;
}

#psc-results .methods, #balikovna-results .methods, #parcelshop-results .methods {
    margin-top: 0;
    margin-bottom: 10px;
}

#psc-results .item:hover, #balikovna-results .item:hover, #parcelshop-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;
}

#cookies-information {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: white;
    background-color: #343434;
    z-index: 1000;
    padding: 8px;
    font-size: 90%;
    text-align: center
}

#cookies-information #allow-cookies-button {
    background: #0AD9A3;
    color: white;
    padding: 5px 10px;
    float: right;
    margin-right: 50px;
    cursor: pointer;
}

.shoproku-sticky-widget {
    position: fixed;
    top: 350px;
    left: -41px;
    z-index: 99999
}

.shoproku-sticky-widget:hover {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left: 0;
}

#detail #alert-dodavatel {
    width: 100%;
    float: right;
    background-color: rgba(253, 254, 209);
    padding: 20px;
    margin-top: 30px;
    color: #000000;
}

#detail #alert-dodavatel a {
    color: #000000;
}

/* ==== ELEKTROKOLA LP ==== */
#el-content {
    background-color: #FFFFFF;
    position: relative;
    width: 90%;
    max-width: 1250px;
    display: block;
    margin: auto;
    padding: 0 20px 50px 20px;

}

#el-content h1 span {
    font-weight: 700;
}

#el-content p {
    font-size: 16px;
}

#el-content h2 {
    font-size: 25px;
}

#el-content #thumbs {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#el-content .el-thumb {
    margin-bottom: 20px;
}
#el-content .el-thumb .item-l{
    display: inline-block;
    width: 200px;
}
#el-content .el-thumb .item-r{
    display: inline-block;
    padding-left: 20px;
    padding-top: 50px;
    vertical-align: top;
    width: calc(100% - 230px);
}

#el-content .el-thumb:last-of-type {
    margin-right: 0;
}
#el-content .nabizime{
    margin-top: 25px;
}
#el-content .nabizime .item-l, #el-content .nabizime .item-r{
    display: inline-block;
    vertical-align: top;
}
#el-content .nabizime .item-l{
    width: 200px;
}
#el-content .nabizime .item-r{
    width: calc(100% - 210px);
    padding-left: 20px;
}
#el-content .nabizime .item-r h4{
    font-weight: 700;
}
#el-content .el-thumb a {
    text-decoration: none;
    color: #333333;
}

#el-content .el-thumb a h3 {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

#el-content .el-thumb a:hover h3 {
    text-decoration: none;
    color: #e00000;
}

#el-content #button-pruvodce {
    background-color: #e00000;
    padding: 10px 15px;
    color: #FFFFFF;
    display: block;
    max-width: 300px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#el-content #button-pujcovna {
    background-color: #e00000;
    padding: 10px 15px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
}

#el-content nav ul {
    padding-left: 0;
}

#el-content nav li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
}

#el-content nav li img {
    opacity: .5;
    height: 80px;
    width: auto;
}

#el-content nav li.active img, #el-content nav li:hover img {
    opacity: 1;
}

#el-content nav .nav-tabs li a:hover {
    background-color: transparent;
}

#el-content .el-motory-text {
    padding: 20px 30px;
    font-size: 15px;
}

#el-content .nav-tabs, #el-content .nav-tabs a {
    border: none;
}

#el-content #vyhody {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

#el-content #vyhody #plus {
    margin-right: 15px;
}

#el-content #vyhody #plus, #el-content #vyhody #minus {
    display: inline-block;
    vertical-align: top;
}

#el-content #vyhody img, #el-content #vyhody ul {
    display: inline-block;
    vertical-align: top;
}

#el-content #vyhody ul {
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
}
#el-content #prislusenstvi p{
    display: block;
    margin-bottom: 30px;
    max-width: 60%;
}
#el-content #prislusenstvi p#info{
    margin-top: 30px;
    max-width: 100%;
}
#el-content #prislusenstvi p#info span{
    font-weight: bold;
    font-size: 13px;
}
#el-content #prislusenstvi .el-thumb .item-r{
    padding-top: 0;
}

#el-content #prislusenstvi .el-thumb h3 {
    font-size: 15px;
    margin-top: 0;
    font-weight: 700;
}
#el-content #prislusenstvi .el-thumb h3 a{
    text-decoration: underline;
}
#el-content #prislusenstvi .el-thumb h3 a:hover{
    text-decoration: none;
    color:#e00000;
}
#el-content #prislusenstvi .el-thumb .item-l{
    display: inline-block;
    width: 150px;
    height: 150px;
}
#el-content #prislusenstvi .el-thumb .item-l img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#el-content #prislusenstvi .el-thumb .item-r{
    display: inline-block;
    padding-left: 20px;
    padding-top: 50px;
    vertical-align: top;
    width: calc(100% - 180px);
}
#elektrokolo-form h4{
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 15px;
}
#elektrokolo-form p{
    padding-left: 15px;
    display: block;
    margin-bottom: 20px;
    font-style: italic;
}
#elektrokolo-form .checkInput .checkbox-custom-label{
    color: #333333;
    text-decoration: none;
}

#elektrokolo-form #typ, #elektrokolo-form #baterie, #elektrokolo-form #investice{
    padding-left: 20px;
    padding-bottom: 20px;
}
#elektrokolo-form #typ p, #elektrokolo-form #baterie p, #elektrokolo-form #vyska p, #elektrokolo-form #investice p{
    margin-bottom: 15px;
    font-weight: 700;
}
#elektrokolo-form .custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    margin-right: 40px;
}
#elektrokolo-form #typ .custom-radio {
    vertical-align: top;
}
#elektrokolo-form .custom-radio img{
    height: 40px;
}
#elektrokolo-form .custom-radio div{
    line-height: 100%;
    padding-top: 10px;
    position: relative;
}

/* Hide the browser's default radio button */
#elektrokolo-form .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
#elektrokolo-form .custom-radio .checkmark {
    position: absolute;
    top: -15px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border-radius: 100%;
    border: solid 1px #333333;
}



/* When the radio button is checked, add a blue background */
#elektrokolo-form .custom-radio input:checked ~ .checkmark {
    background-color: #FFFFFF;
    border-radius: 100%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#elektrokolo-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#elektrokolo-form .custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#elektrokolo-form .custom-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #0AD9A3;
}

#elektrokolo-form .slidecontainer {
    width: 60%; /* Width of the outside container */
}

/* The slider itself */
#elektrokolo-form .slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 10px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
#elektrokolo-form .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
#elektrokolo-form .slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #0AD9A3; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 100%;
    border:none;
}

#elektrokolo-form .slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #0AD9A3; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 100%;
    border:none;
}
#elektrokolo-form #vyska-select{
    margin-top: 20px;
    display: block;
}

#el-content .custom-ul{
    padding-left: 0;
}



.products-container {
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    flex-basis: 25%;
    height: auto;
    display: flex;
    transition: all 200ms;
}

@media (max-width: 991px) {
    .thumb {
        flex-basis: 33.3%;
    }
}

@media (max-width: 767px) {
    .next-category {
        border-radius: 0!important;
    }

    .thumb {
        flex-basis: 50%;
        padding: 0!important;
        margin-top: -1px;
        margin-left: -1px;
        margin-bottom: 0!important;
    }

    .reset-button {
        border-radius: 0!important;
    }
}

.thumb.thumb-dopo {
    z-index: 1;
}

.thumb a {
    flex-grow: 1;
}

.thumb:hover {
    z-index: 2;
}

@media (min-width: 992px) {
    .thumb:hover {
        transform: scale(1.02);
    }
}

.product-thumbnail {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-thumbnail.custom-dopo {
    border-color: #0AD9A3;
    box-shadow: inset 0 0 10px rgba(10, 217, 163, 0.2);
}

.product-thumbnail:hover {
    margin-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-item {
    padding: 15px 15px 20px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.product-item .product-name {
    margin: 15px 0 10px;
    line-height: 1.4;
    height: auto;
}

.product-thumbnail.simple-view .product-item .product-name {
    margin-bottom: 5px;
}

.product-item .product-perex {
    flex-grow: 1;
    margin-bottom: 10px;
    height: auto;
}

.product-item .product-bottom {
    justify-self: end;
}

@media (max-width: 767px) {
    .product-thumbnail {
        border: 1px solid #dddddd;
    }
}

@media screen and (max-width: 414px) {
    .product-thumbnail .image-box {
        margin-top: 10px;
        height: auto!important;
    }

    .recommend-label-content .fa {
        font-size: 18px;
        margin-top: 17px;
        margin-left: 10px;
    }
}

#next-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 0;
    margin-right: -5px;
    margin-left: -5px;
    width: calc(100% + 10px);
}

#products-list #next-categories p {
    width: 100%;
    font-weight: bold;
    margin: 0 5px 10px 5px!important;
    font-size: 14px!important;
}

.next-category {
    flex-basis: calc(25% - 10px);
    margin: 0 5px 10px 5px!important;
    border-radius: 2px;
    transition: border-color 200ms;
    font-size: 14px!important;
}

@media (max-width: 991px) {
    .next-category {
        flex-basis: calc(33.3% - 10px);
    }
}

@media (max-width: 768px) {
    .next-category {
        flex-basis: calc(50% - 10px);
    }

    .next-category .image {
        width: 30px!important;
    }
}

@media (max-width: 575px) {
    .next-category {
        font-size: 12px!important;
    }

    .next-category a {
        padding: 5px 10px;
    }
}

.next-category:hover {
    border-color: #888888;
}

.parameter.parameter-small .param-items {
    font-size: 12px;
}

hr.bigger {
    margin: 30px 0;
}

#lpBoxes {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

#lpBoxes .lp-karta {
    padding: 0 5px!important;
}

#products-list .lp-small {
    max-width: none;
    margin-bottom: 10px;
}

#products-list .lp-small:hover {
    transform: scale(1.02);
    box-shadow: none;
}

.last-view-products {
    background-color: #ffffff;
    padding: 20px 0 0 0;
}

.last-view-products-white {
    background-color: #ffffff;
}

.last-view-products-white .carousel {
    background-color: #ffffff!important;
}

#paginator-ajax {
    margin-bottom: 60px;
}

#paginator-ajax .btn-red a {
    padding: 15px 25px;
    font-size: 16px;
}

#category #breadcrumbs .fa,
#products-list #breadcrumbs .fa,
#detail #breadcrumbs .fa,
#brands #breadcrumbs .fa,
#obsah #breadcrumbs .fa {
    font-size: 18px;
}

#category #breadcrumbs a,
#products-list #breadcrumbs a,
#detail #breadcrumbs a,
#brands #breadcrumbs a,
#obsah #breadcrumbs a {
    margin: 0 2px;
    line-height: 24px;
    float: left;
}

#category #breadcrumbs a:first-of-type,
#products-list #breadcrumbs a:first-of-type,
#detail #breadcrumbs a:first-of-type,
#brands #breadcrumbs a:first-of-type,
#obsah #breadcrumbs a:first-of-type {
    margin-left: 0;
    margin-top: 1px;
}

#category #breadcrumbs span,
#products-list #breadcrumbs span,
#detail #breadcrumbs span,
#brands #breadcrumbs span,
#obsah #breadcrumbs span {
    margin: 0 2px;
    line-height: 24px;
    float: left;
}

#category #breadcrumbs span:last-of-type,
#products-list #breadcrumbs span:last-of-type,
#detail #breadcrumbs span:last-of-type,
#brands #breadcrumbs span:last-of-type,
#obsah #breadcrumbs span:last-of-type {
    color: #222222;
}

@media (max-width: 575px) {
    #category #breadcrumbs {
        display: none;
    }

    #products-list #breadcrumbs a,
    #detail #breadcrumbs a,
    #brands #breadcrumbs a,
    #obsah #breadcrumbs a {
        display: none;
    }

    #products-list #breadcrumbs span,
    #detail #breadcrumbs span,
    #brands #breadcrumbs span,
    #obsah #breadcrumbs span {
        display: none;
    }

    #products-list #breadcrumbs a:last-of-type,
    #detail #breadcrumbs a:last-of-type,
    #brands #breadcrumbs a:last-of-type,
    #obsah #breadcrumbs a:last-of-type {
        display: inline-block;
        margin-left: 0;
    }

    #products-list #breadcrumbs a:first-of-type,
    #detail #breadcrumbs a:first-of-type,
    #brands #breadcrumbs a:first-of-type,
    #obsah #breadcrumbs a:first-of-type {
        display: none;
    }

    #products-list #breadcrumbs a:last-of-type::before,
    #detail #breadcrumbs a:last-of-type::before,
    #brands #breadcrumbs a:last-of-type::before,
    #obsah #breadcrumbs a:last-of-type::before {
        content: '<';
        margin-right: 5px;
    }
}

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

#sorting ul li:hover a {
    color: #222222;
}

@media (max-width: 768px) {
    #sorting {
        padding-top: 0;
        border-top: none;
    }

    #sorting ul li {
        padding: 10px 10px!important;
        font-size: 12px;
        border: 1px solid #dddddd;
        margin-bottom: 5px;
        margin-right: 5px;
        float: left;
    }

    #sorting ul li:first-of-type {
        display: none;
    }

    #sorting ul li.active {
        background-color: #0AD9A3;
        border-color: #0AD9A3;
    }

    #sorting ul li a {
        color: #666666;
        text-decoration: none;
    }

    #last-product-view,
    #recommend-products-view,
    #products-slide-view,
    .my-products-slider {
        margin-bottom: 40px;
    }
}

.reset-button .times {
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    top: 0;
    right: 6px;
}

#products-list h1, #category h1 {
    font-size: 32px;
    line-height: 1.4;
}

@media (max-width: 575px) {
    #products-list h1, #category h1 {
        font-size: 24px;
        margin-top: 15px;
    }

    .product-item .product-perex {
        margin-bottom: 10px;
    }

    .product-thumbnail .price-info {
        margin-top: 0;
    }

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

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

    .item-info .btn-buy i, .product-thumbnail .btn-buy i {
        display: none;
    }
}

#products-list p {
    margin-bottom: 20px;
    font-size: 15px!important;
}

#products-list p * {
    font-size: 15px!important;
}

#reset-all {
    padding: 6px 23px 6px 10px;
    color: #D90000;
}

#reset-all .times {
    font-size: 21px;
    font-weight: normal;
    top: 1px;
    right: 6px;
}

.persoo-ac-search-bar {
    margin-bottom: 8px!important;
}

.persoo-ac-search-bar__submit {
    margin: 2px 0!important;
    height: 32px!important;
}

#logo {
    margin-right: 20px;
}

#headButtons {
    padding-right: 5px;
}

@media (max-width: 575px) {
    .persoo-ac-search-bar {
        border-width: 1px!important;
    }
}

@media (min-width: 1201px) {
    #mainMenu .all {
        display: none;
    }
}

#category #needHelp {
    margin-top: -20px;
}

#category-text img {
    max-width: 100%;
    height: auto!important;
}

#category .category-item {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 20px 50px;
}

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

#category .category-item h2 {
    font-size: 24px!important;
    text-decoration: none;
    margin-bottom: 20px;
}

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

#category .category-item .description * {
    font-size: 14px!important;
}

#category .category-item .description p,
#category .category-item .description ul {
    margin: 0 0 20px 0;
}

#category .category-item .description li {
    padding-left: 26px;
    margin-bottom: 0;
}

#category .category-item .description li:before {
    margin-left: -26px;
}

#category .btn-red {
    margin-top: 20px;
    padding: 0;
}

@media (max-width: 575px) {
    #category #needHelp {
        display: none;
    }

    #products-list #needHelp {
        display: none;
    }

    #category-text {
        margin-bottom: 0;
    }

    #category .category-item {
        padding-bottom: 30px;
    }

    #category .category-item h2 {
        font-size: 20px!important;
    }
}


@media (max-width: 575px) {
    #hp-promo-products-list {
        display: flex;
        flex-wrap: wrap;
    }

    #hp-promo-products-list .item {
        flex-basis: 50%;
    }

    #hp-promo-products-list .item a {
        height: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }

    #hp-promo-products-list .item-image {
        height: auto;
    }

    #hp-promo-products-list .item-info {
        height: auto;
        flex-grow: 1;
    }
}


@media (min-width: 1201px) {
    #products-full .thumb {
        flex-basis: 20%;
    }
}

@media (max-width: 1200px) {
    #parameters .param-input {
        position: relative;
    }

    .param-tooltip-box {
        position: static;
    }

    .param-tooltip {
        left: 0;
        right: 0;
        bottom: 25px;
    }
}

#last-product-view.unloaded,
#recommend-products-view.unloaded,
#products-slide-view.unloaded,
.my-products-slider.unloaded {
    display: block;
    overflow: hidden;
}

#last-product-view.unloaded .carousel-cell,
#recommend-products-view.unloaded .carousel-cell,
#products-slide-view.unloaded .carousel-cell,
.my-products-slider.unloaded .carousel-cell {
    float: left;
}

#last-product-view.unloaded .carousel-cell:nth-child(n+6),
#recommend-products-view.unloaded .carousel-cell:nth-child(n+6),
#products-slide-view.unloaded .carousel-cell:nth-child(n+6),
.my-products-slider.unloaded .carousel-cell:nth-child(n+4) {
    display: none;
}

.detail-banners {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.detail-banners > div {
    padding: 0 5px!important;
}

#detail .lp {
    margin-bottom: 10px;
    height: 110px;
}

.detail-rating {
    float: left;
}

@media (max-width: 575px) {
    #detail .product-top-info {
        display: none;
    }

    #detail .product-top-info:last-of-type {
        display: inline-block;
    }

    #detail .detail-left {
        padding: 0 15px;
    }

    #detail .detail-right {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    #detail .carousel-main {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #detail .perex {
        padding: 0;
    }

    #detail-price {
        padding-left: 0;
    }

    #detail .sell-price {
        padding-top: 20px;
    }

    #overpayments {
        padding: 20px 0 0 0!important;
    }

    #detail #var-choice {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 15px;
    }

    #function-links {

    }

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

    #customer-info {
        width: 100%;
        padding: 0!important;
    }

    #customer-info #warranty img {
        margin-left: 7px!important;
        margin-right: 7px;
        padding-right: 8px!important;
    }

    #customer-info .fa {
        font-size: 30px!important;
        padding-right: 19px;
        padding-left: 5px;
    }

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

    #detail-description h2, #detail-parameters h2 {
        font-size: 20px;
        margin-top: 0;
    }

    #detail-description {
        padding: 0 15px!important;
    }

    #detail-description #desc {
        padding: 0!important;
    }

    #detail .lp h3 {
        font-size: 15px;
        line-height: 1.4;
    }

    .lp-small h3 {
        font-size: 15px!important;
        line-height: 1.4;
    }

    #detail-contact-form {
        padding: 20px!important;
        padding-bottom: 30px!important;
        width: calc(100%);
    }

    #detail-contact-form .headline {
        font-size: 20px;
    }

    #detail-contact-form .input-ux {
        margin-bottom: 10px!important;
    }

    #detail-contact-form .col-md-7 {
        margin-bottom: 40px;
        padding: 0!important;
    }

    #rating-complete {
        padding: 20px 15px!important;
        margin-bottom: 0;
    }

    #rating-complete .left, #rating-complete .right {
        width: 100%;
    }

    #customers-ux {
        padding: 0;
    }

    #rating-stars-l {
        padding-top: 0;
    }

    .last-view-products-white {
        padding-top: 0;
    }

    .detail-banners {
        margin-top: 0;
    }

    #detail .embed-responsive-16by9 {
        margin-bottom: 20px;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }
}

.carousel-persoo-wrapper-pre-basket {
    max-height: none!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 30px;
}

.carousel-persoo-wrapper-pre-basket .persoo-last-view {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    font-size: 18px!important;
}

.glide__track {
    margin: 0 50px;
}

.glide__arrow--left {
    left: 0!important;
}

.glide__arrow--right {
    right: 0!important;;
}

.glide__slide {
    height: auto!important;
}

.glide__slide .thumb {
    height: 100%!important;
    margin-left: 0!important;
    margin-right: -30px;
}

.glide__slide .thumb:hover {
    transform: none!important;
    z-index: 0;
}

.glide__slide .product-thumbnail:hover {
    box-shadow: none;
}

.glide__slide .product-thumbnail .rating {
    position: absolute;
    top: 13px;
}

.glide__slide .product-thumbnail .product-id {
    text-align: right;
}

.glide__slide .product-thumbnail .product-name {
    height: auto!important;
}

.glide__slide .product-thumbnail .price-info {
    padding-left: 0;
}

.glide__slide .product-thumbnail .image-box {
    min-height: 0!important;
    margin-top: 20px;
}

.glide__slide .product-thumbnail  .labels {
    min-height: 0;
}

#infotext {
    color: #888888;
}

.basket-summary {
    text-align: right;
    width: 100%;
}

.stepBack {
    display: none;
}

#continue .stepBack {
    display: block;
}

@media (max-width: 575px) {
    #onAddModal .image {
        margin-bottom: 20px;
    }

    #goToLeft, #goToRight {
        width: 150px;
    }

    #shipp-free-info-modal {
        margin-top: 60px;
    }

    .text-empty .text-left {
        text-align: center!important;
    }

    .image-kosik-empty img {
        max-width: 80px;
    }

    #shoppingProcess h1 {
        font-size: 24px;
        text-align: center;
    }

    #infotext {
        text-align: center;
        width: 100%;
        display: block;
    }

    #continue {
        width: 100%;
        text-align: center;
    }

    #continue .stepBack {
        margin-right: 0;
        margin-top: 30px;
        float: none;
    }

    #continue-mobile .stepBack {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    h4.last-view {
        font-size: 18px;
    }

    .basket-items-item {
        padding-top: 0;
    }

    .order-button {
        width: 100%;
    }

    .order-button a {
        width: 100%;
    }

    #shipp-free-info {
        width: 100%;
        margin-top: 20px!important;
        margin-bottom: 30px!important;
    }

    #footer {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }

    #logo-footer img {
        max-width: 150px!important;
        margin-bottom: 20px!important;
    }

    #call-us-footer {
        margin-bottom: 20px!important;
        font-size: 18px;
    }

    #call-us-footer .fa {
        font-size: 24px;
        top: 3px;
    }

    #basket-price-box {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    #voucher-check {
        text-align: center;
    }

    .methods {
        margin-top: 20px;
    }

    .methods .image {
        display: none;
    }

    #process-left .order-button {
        margin-bottom: 30px;
    }

    #process-right {
        margin-top: 30px!important;
        margin-bottom: 50px;
    }

    .summary #process-right {
        margin-top: 0!important;
    }

    #process-left {
        margin-bottom: 0;
    }

    .basket-summary {
        text-align: center;
    }

    #shoppingProcess #needHelp {
        margin-bottom: 10px;
    }

    .formArea {
        margin-top: 10px;
    }

    #process-left .line-over-content-from-left {
        text-align: center!important;
        height: auto!important;
        position: static;
    }

    #process-left .line-over-content {
        position: static;
    }

    .line-over {
        height: auto;
        margin-bottom: 0 !important;
    }

    #poznamka {
        padding-left: 0;
        padding-right: 0;
    }

    .poznamka-popis {
        padding-top: 0!important;
    }

    .ico-popis {
        padding-bottom: 20px!important;
    }

    #basket-items-list-summary {
        margin-top: 15px;
    }

    #basket-items-list-summary .basket-items-data {
        padding-bottom: 10px;
        min-height: 0;
    }

    #basket-items-list-summary .basket-items-price-item-all {
        margin-top: 15px;
        margin-right: 0!important;
    }
}

#business-condition {
    margin-top: 20px;
}

#business-condition-mobile {
    display: none;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

#shoppingProcess #needHelp {
    margin-top: 10px;
}

#servis-tarify {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#servis-tarify > div {
    flex-basis: 33.3%;
    float: none;
    margin-bottom: 20px;
}

#servis-tarify .servis-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 30px;
}

#servis-tarify .servis-col .custom-ul {
    flex-grow: 1;
    margin-bottom: 0;
}

#servis-tarify .servis-col .custom-ul li {
    font-size: 15px;
}

#servis-tarify .servis-col p {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    #servis-tarify > div {
        flex-basis: 50%;
    }
}

@media (max-width: 575px) {
    #servis-tarify > div {
        flex-basis: 100%;
    }
}

#obsah .lp {
    max-width: none;
    height: 150px;
}

#obsah .lp h3 {
    font-size: 24px;
    text-decoration: none;
}

#obsah h2.bb {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#obsah .panel-group h2 {
    margin: 30px 0 20px;
}

.panel-group .panel {
    border-radius: 0;
}

.last-view-products .product-thumbnail,
.glide__slide .product-thumbnail,
.charity .product-thumbnail {
    border: none;
}

.detail-content-menu {
    display: none;
}

@media (max-width: 768px) {
    .detail-content-menu {
        display: block;
        padding: 10px;
        margin-top: 10px;
    }

    .detail-content-menu li {
        display: block;
        margin-bottom: -1px;
    }

    .detail-content-menu li a {
        display: block;
        text-decoration: none;
        color: #222222;
        padding: 10px;
        background: #fafafa;
        border: 1px solid #dddddd;
    }

    .detail-content-menu li a.active {
        background: #EBFCEE;
        font-weight: bold;
    }

    .detail-content {
        display: none;
        margin-bottom: 50px;
    }

    .detail-content-active {
        display: block;
    }

    #detail-parameters {
        margin-bottom: 0!important;
        height: auto!important;
    }

    #rating-complete {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    #rating-complete h3 {
        margin-top: 0!important;
    }
}

.order-button-mobile {
    display: none;
}

@media (max-width: 575px) {
    .sticky-bottom {
        position: sticky;
        bottom: 0;
        background: #ffffff;
        padding: 10px 20px!important;;
        margin-left: -20px!important;
        margin-right: -20px!important;;
        width: calc(100% + 40px)!important;;
        font-size: 13px;
    }

    #basket-price {
        padding-top: 5px;
        font-size: 16px;
    }

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

    .order-button-mobile {
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

    .basket-summary .costs {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .order-button-desktop {
        display: none;
    }

    #continue {
        margin-top: 0;
    }

    .order-button {
        text-align: center;
    }

    .stepBack {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    #process-right {
        margin-bottom: 20px;
    }

    .basket-mobile-buttons {
        margin-left: 0!important;
        margin-right: 0!important;;
        width: 100%!important;;
    }
}

#comming-soon-form .input-ux {
    margin-bottom: 10px;
}

#comming-soon-send a {
    padding: 11px 30px;
    display: inline-block;
}

.questions-more {
    display: none;
}

.charity {
    padding: 20px 0;
}

.charity h4 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.charity .unloaded {
    visibility: hidden;
}

.poznamka-popis-warning {
    color: #D90000;
    margin-top: 10px;
    display: none;
}

.salesman-profile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F58220;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

.salesman-profile-bar a {
    margin-left: 10px;
    color: #ffffff;
}

.product-text-container {
    display: flex;
    align-items: center;
}

.product-text-content {
    flex-basis: calc(100% - 320px);
}

.product-text-image {
    margin-left: 20px;
    flex-basis: 300px;
}

.product-text-image img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .product-text-content {
        flex-basis: calc(100% - 220px);
    }

    .product-text-image {
        flex-basis: 200px;
    }
}

@media (max-width: 575px) {
    .product-text-container {
        flex-wrap: wrap;
    }

    .product-text-content {
        flex-basis: 100%;
    }

    .product-text-image {
        flex-basis: 100%;
        margin-left: 0;
    }
}

#products-list p.perex {
    font-size: 18px!important;
    margin-bottom: 40px;
}

#products-list p.perex strong {
    font-size: 18px!important;
}

.koloshop-card {
    margin: 0 auto 40px;
    background-color: #909090;
    width: 500px;
    max-width: 100%;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 3px 3px 10px 5px rgba(0,0,0,0.3);
}

.koloshop-card-6 {
    background-color: #717171;
}

.koloshop-card-2 {
    background-color: #BA9B00;
}

.koloshop-card-1 {
    background-color: #CE0038;
}

.koloshop-card-3 {
    background-color: #268200;
}

.koloshop-card-top img {
    width: 70%;
    float: left;
}

.koloshop-card-top span {
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    float: left;
}

.koloshop-card-top span.delimeter {
    font-size: 60px;
    margin: -4px 5px -15px 5px;
    font-weight: 100;
}

.koloshop-card-code {
    margin: 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.koloshop-card-code img {
    width: 100%;
    max-width: 300px;
    background-color: #ffffff;
    padding: 5px;
}

#products-list .koloshop-card-code p {
    color: #ffffff;
    font-size: 20px!important;
    margin: 5px 0 0 0;
}

#products-list .koloshop-card-code p span {
    font-size: 20px!important;
    font-style: italic;
}

.koloshop-card-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#products-list .koloshop-card-bottom p {
    margin-bottom: 0!important;
    color: #ffffff;
    font-size: 22px!important;
}

#products-list .koloshop-card-bottom p.group {
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .koloshop-card {
        width: 400px;
    }

    .koloshop-card-top span {
        font-size: 24px;
        line-height: 48px;
    }

    .koloshop-card-top span.delimeter {
        font-size: 48px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .koloshop-card-code {
        margin: 8px 0;
    }

    .koloshop-card-code img {
        max-width: 240px;
    }

    #products-list .koloshop-card-code p {
        font-size: 16px!important;
    }

    #products-list .koloshop-card-code p span {
        font-size: 16px!important;
    }

    #products-list .koloshop-card-bottom p {
        font-size: 18px!important;
    }
}

@media (max-width: 420px) {
    .koloshop-card {
        width: 300px;
    }

    .koloshop-card-top span {
        font-size: 18px;
        line-height: 36px;
    }

    .koloshop-card-top span.delimeter {
        font-size: 36px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .koloshop-card-code {
        margin: 6px 0;
    }

    .koloshop-card-code img {
        max-width: 180px;
    }

    #products-list .koloshop-card-code p {
        font-size: 12px!important;
    }

    #products-list .koloshop-card-code p span {
        font-size: 12px!important;
    }

    #products-list .koloshop-card-bottom p {
        font-size: 13px!important;
    }
}

.detail-landing-pages {
    margin-bottom: 20px;
}

.detail-landing-page {
    margin-bottom: 15px;
    background: #fafafa;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222222;
    transition: background-color 200ms;
    float: left;
}

.detail-landing-page:hover {
    color: #222222;
    background: #f3f3f3;
}

.detail-landing-page-image {
    float: left;
    width: 35%;
}

.detail-landing-page-text {
    padding: 20px 15px;
    float: right;
    width: 65%;
}

.detail-landing-page img {
    margin: 0;
    width: 100%;
}

.detail-landing-page h3 {
    margin: 0 0 8px;
    font-size: 18px;
    text-decoration: underline;
    color: #000000;
}

.detail-landing-page:hover h3 {
    text-decoration: none;
}

.detail-landing-page p {
    margin-bottom: 0!important;
    font-size: 15px!important;
    color: #666666;
}

#psc-results .item, #balikovna-results .item, #parcelshop-results .item {
    padding: 10px 0 8px 0;
}

#psc-results .item:nth-of-type(2n-1), #balikovna-results .item:nth-of-type(2n-1), #parcelshop-results .item:nth-of-type(2n-1) {
    background-color: #fafafa;
}

#psc-results .methods, #balikovna-results .methods, #parcelshop-results .methods {
    margin-bottom: 0;
    margin-top: 0;
    float: none;
}

#balikovna-modal .time, #parcelshop-modal .time {
    margin-top: 8px;
}

*, *:focus {
    outline: none;
}

video {
    max-width: 100%;
    height: auto;
    background-color: #eeeeee;
}

.left-col {
    margin: 0;
    width: 75%;
    float: left;
    padding-right: 40px;
}

.right-col {
    margin: 0;
    width: 25%;
    float: right;
}

#obsah .right-col h2 {
    margin-bottom: 20px;
}

#obsah .blog-item-image img {
    margin-bottom: 15px!important;
    width: 100%;
}

@media (max-width: 1024px) {
    #obsah .left-col {
        width: 100%;
        padding-right: 0;
    }

    #obsah .right-col {
        display: none;
    }
}

#products-list .alert {
    border-radius: 2px;
    margin-bottom: 0;
}

#products-list .alert p:last-of-type {
    margin-bottom: 0!important;
}