@font-face {
  font-family: 'BaronKuffnerCE';
  src: url('../fonts/BaronKuffnerCE.eot?#iefix') format('embedded-opentype'),  url('../fonts/BaronKuffnerCE.woff') format('woff'), url('../fonts/BaronKuffnerCE.ttf')  format('truetype'), url('../fonts/BaronKuffnerCE.svg#BaronKuffnerCE') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff url('../img/bg-html.jpg') repeat-y center top;
    background-size: contain;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: center;
    overflow-x: hidden;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
p.item_skuname_vypis {
    height: 50px;
}

.itemFullText {
  font-size:15px;
}

.container {
    clear: both;
    width: 1450px;
    margin: 0 auto;
}

.fixed-contact {
    position: fixed;
    top: 21vh;
    left: 0;
    width: 500px;
    height: 207px;
    padding: 5px 280px 5px 20px;
    background: url('../img/moto-fixed-red.png') no-repeat right top;
    font-size: 12px;
    color: #fff;
    transform: translateX(-372px);
    transition: all 350ms ease;
    text-align: left;
    z-index: 27;
    overflow: hidden;
}

iframe {
    width: 100%;
    min-height: 300px;
}

.fixed-contact.active {
    transform: translateX(0px);
}

/*.fixed-contact:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background: #b60e0e;
    transform-origin: top right;
    -ms-transform: skew(-136deg, -180deg);
    -webkit-transform: skew(-136deg, -180deg);
    transform: skew(-136deg, -180deg);
    z-index: -1;
}

.fixed-contact:after {
    position: absolute;
    bottom: 0;
    right: -26%;
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    content: " ";
    background: #b60e0e;
    z-index: -1;
}*/

.fixed-contact > div > p {
    margin: 8px 0;
}

.fixed-contact > p {
    position: absolute;
    top: -30px;
    right: 95px;
    width: 170px;
    font-size: 20px;
    font-weight: 600;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    text-transform: uppercase;
    text-align: center;
}

.fixed-aaa {
    position: fixed;
    top: 67vh;
    right: 110px;
    width: 450px;
    height: 207px;
    padding: 5px 20px 5px 280px;
    background: url('../img/moto-fixed.png') no-repeat 0 0;
    font-size: 12px;
    color: #282828;
    transform: translateX(432px);
    transition: all 350ms ease;
    text-align: left;
    z-index: 27;
    overflow: hidden;
}

.fixed-aaa.active {
    transform: translateX(110px);
}

/*.fixed-aaa:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background: #ffc000;
    transform-origin: top left;
    -ms-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    z-index: -1;
}

.fixed-aaa:after {
    position: absolute;
    bottom: 0;
    left: -26%;
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    content: " ";
    background: #ffc000;
    z-index: -1;
}*/

.fixed-aaa > div > p {
    margin: 8px 0;
}

.fixed-aaa > p {
    position: absolute;
    top: -25px;
    left: -40px;
    width: 160px;
    font-size: 20px;
    font-weight: 600;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    text-transform: uppercase;
    text-align: center;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    z-index: 23;
}

.logo {
    margin: 0;
    padding: 5px 3vw 5px 0;
}

.logo img {
    max-height: 70px;
}

.header_scroll .logo img {
    max-height: 50px;
}

header > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header > ul li {
    display: inline;
    margin: 0 .8vw;
    font-weight: 600;
    text-transform: uppercase;
}

header > ul li:nth-child(6) {
    display: none;
}

header > ul li a {
    text-decoration: none;
}

header > ul li.active a, header > ul li a:hover {
    text-decoration: underline;
}

.header_scroll > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header_scroll > ul li {
    float: left;
    background: -moz-linear-gradient(left, #000, #404040 100%);
    background: -webkit-linear-gradient(left, #000, #404040 100%);
    background: linear-gradient(to right, #000, #404040 100%);
    font-weight: 600;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    text-transform: uppercase;
}

.header_scroll > ul li:nth-child(6) {
    display: none;
}

.header_scroll > ul li.active,
.header_scroll > ul li:hover {
    background: -moz-linear-gradient(left, #b40000, #901011 100%);
    background: -webkit-linear-gradient(left, #b40000, #901011 100%);
    background: linear-gradient(to right, #b40000, #901011 100%);
}

.header_scroll > ul li a {
    display: block;
    padding: 22px .8vw;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    text-decoration: none;
}

.header_scroll > ul li.active a, .header_scroll > ul li a:hover {
    text-decoration: none;
}

#search_form {
    width: 180px;
    margin-left: 2vw;
}

#search_form > div > span {
    float: left;
}

#search-query {
    float: left;
    width: 115px;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #555;
    border-right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.search_btn_home {
    float: left;
    width: 35px;
    height: 24px;
    border: 1px solid #555;
    border-left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff url('../img/magnifier.png') no-repeat center center;
    cursor: pointer;
}

.header_scroll {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    z-index: 23;
}

.header_scroll_sub {
    display: flex;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    z-index: 22;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 7px;
    right: 7px;
    padding: 10px;
    background-color: #c21029;
    z-index: 9;
}

.menu-responsive span {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 0;
}

.menu-responsive span:before {
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #fff;
}

.site-header nav {
}

.site-header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-header nav ul li {
    position: relative;
    display: inline-block;
    background: -moz-linear-gradient(left, #000, #404040 100%);
    background: -webkit-linear-gradient(left, #000, #404040 100%);
    background: linear-gradient(to right, #000, #404040 100%);
    font-size: 20px;
    font-weight: 600;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    text-transform: uppercase;
}

.site-header nav ul li.active,
.site-header nav ul li:hover {
    background: -moz-linear-gradient(left, #b40000, #901011 100%);
    background: -webkit-linear-gradient(left, #b40000, #901011 100%);
    background: linear-gradient(to right, #b40000, #901011 100%);
}

.site-header nav ul li a {
    display: block;
    padding: 23px 1.5vw;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    text-decoration: none;
}

.site-header nav ul li.active a,
.site-header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3vw;
}

.header-login {
    padding: 0 20px 0 3vw;
}

.header-login img {
    position: relative;
    top: 4px;
    margin: 0 5px;
}

.header-cart {
    position: relative;
    top: 4px;
}

.header-cart-amount {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #b60e0e;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

.site-slider{
    /*min-height: 589px;*/
}

.site-slider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 0 8vw 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: " ";
}

.site-slider .slide-icons img {
    display: inline-block;
}

.slide {
    position: relative;
    width: 100%;
    /*height: 800px;*/
    color: #fff;
    overflow: hidden;
}

.slide p {
    margin: 0;
}

.slide-bg {
    width: 100%;
}

.slide-bg img {
    min-width: 100%;
}

.slide-middle {
    position: absolute;
    top: 30px;
    left: 10vw;
    width: 54vw;
    text-align: left;
    z-index: 2;
}

.slide-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.slide-icons img {
    height: 130px;
    margin: 0 25px 10px 0;
}

.slide-img {
    height: 600px;
}

.slide-img img {
    float: right;
}

.slide-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
}

.slide-info:after {
    position: absolute;
    bottom: 4px;
    right: -40px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #b60e0e;
    content: " ";
    z-index: 2;
}

.slide-right {
    position: absolute;
    top: 40px;
    right: 0;
    display: flex;
    align-items: center;
    width: 33vw;
    height: 550px;
    padding: 0 3vw 0 0;
    color: #fff;
    text-align: right;
    z-index: 2;
}

.slide-right:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75%;
    height: 100%;
    background: url('../img/bg-slide-r.png') no-repeat left bottom;
    content: " ";
    opacity: .8;
    z-index: -1;
}

.slide-title {
    padding-bottom: 25px;
    font-size: 88px;
    font-weight: 900;
    font-style: italic;
    text-shadow: 0 6px 12px #282828;
    line-height: 1.2;
    text-transform: uppercase;
}

.slide-text {
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-features {
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: url('../img/bg-features.jpg') no-repeat top center;*/
}

.site-features > h2 {
    position: relative;
    margin-bottom: 50px;
    color: #b60e0e;
    font-family: BaronKuffnerCE;
    font-size: 46px;
    font-weight: 800;
    overflow: hidden;
}

.site-features > h2:before,
.site-features > h2:after {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    margin-bottom: 2px;
    border-top: 3px solid #b60e0e;
    content: "";
    vertical-align: middle;
}
.site-features > h2:before {
    right: 15px;
    margin-left: -50%;
}
.site-features > h2:after {
    left: 15px;
    margin-right: -50%;
}

.site-features > h2 em {
    font-style: normal;
}

.site-features > div,
.features {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    text-align: center;
}

.site-features > div img {
    animation: 3s shakeit infinite alternate;
}

.site-features > div img:hover {
    animation: .5s spaceboots infinite alternate;
}

@keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
    0% { transform: skewX(-5deg); }
    5% { transform: skewX(5deg); }
    10% { transform: skewX(-5deg); }
    15% { transform: skewX(5deg); }
    20% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }  
}

@keyframes shakeit {
    0%  { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    2% { -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
    4% { -webkit-transform: translate(-3px, 0px) rotate(3deg); }
    6% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    8% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    10% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    12% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    14% { -webkit-transform: translate(2px, 1px) rotate(-2deg); }
    16% { -webkit-transform: translate(-1px, -1px) rotate(4deg); }
    18% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    20% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
    22% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    100% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
 }

.detail-right .features {
    text-align: center;
        clear: both;
}

.detail-right .features h3 {
    font-weight: 600;
}

.feature {
    width: 270px;
    padding: 10px 10px 0;
    font-size: 12px;
}

.detail-right .feature {
    width: auto;
    cursor: pointer;
}

.feature img {
    transition: all 350ms linear;
}

.feature:hover img {
    transform: scale(.9,.9);
}

.feature h3 {
    margin: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.feature h3 + p {
    height: 74px;
    overflow: hidden;
}

.feature h3 + p + a {
    display: block;
    margin-top: -10px;
    color: #b60e0e;
    text-decoration: none;
}

.site-action {
    position: relative;
    padding-top: 1vw;
}

.action-curtain {
    display: none\9; /*IE7-IE9*/
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 850px;
    pointer-events: none;
    z-index: 3;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+IE11 */
     .action-curtain {
         display: none;
     }
}

.action-curtain > div {
    float: left;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(right, #8d0404 0%, #ff3019 100%);
    background: linear-gradient(to left, #8d0404 0%, #ff3019 100%);
    transition: all .5s ease-out;
}

.action-curtain > div + div {
    float: right;
    background: -webkit-linear-gradient(left, #8d0404 0%, #ff3019 100%);
    background: linear-gradient(to right, #8d0404 0%, #ff3019 100%);
}

.site-action.aos-animate .action-curtain > div {
    width: 0;
    transition: all 3s ease-out;
}

.site-action > h2 {
    position: relative;
    margin-bottom: 40px;
    color: #b60e0e;
    font-family: BaronKuffnerCE;
    font-size: 46px;
    font-weight: 800;
    overflow: hidden;
}

.site-action > h2:before,
.site-action > h2:after {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    margin-bottom: 2px;
    border-top: 3px solid #b60e0e;
    content: "";
    vertical-align: middle;
}
.site-action > h2:before {
    right: 15px;
    margin-left: -50%;
}
.site-action > h2:after {
    left: 15px;
    margin-right: -50%;
}

/*.site-action > h2 {
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
    height: 70px;
    margin-bottom: 50px;
    padding: 10px 10px 0 12vw;
    background-color: #ffc000;
    font-size: 46px;
    font-weight: 900;
    z-index: 2;
}

.site-action > h2:after {
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-width: 0 40px 70px 0;
    border-style: solid;
    border-color: transparent transparent #ffc000 transparent;
    content: " ";
}*/

.action-slider {
    clear: both;
   /* padding: 0 12vw;   */
    margin: auto;
    font-size: 12px;
}

.action-slide {
    position: relative;
    height: 650px;
    text-align: left;
}

.action-slide-left {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
    font-size: 16px;
}

.slick-slide .action-slide-left img {
    display: inline-block;
    max-height: 100px;
    margin: 0 25px 15px 0;
}

.action-slide-title {
    position: relative;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.action-slide-title a {
    text-decoration: none;
}

.action-slide-title span {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: none;
}

.action-slide-text {
}

.action-slide-save {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 20px 10px 55px;
    background: #ffc000 url('../img/bg-save.png') no-repeat 15px center;
    font-size: 20px;
    font-weight: 700;
}

.action-slide-price {
    display: inline-block;
    margin: -10px 0 25px;
    padding: 1px 25px;
    background-color: #b60e0e;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}

.action-slide-link {
    margin-top: -1px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.action-slide-link a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #b60e0e;
    text-decoration: none;
}

.action-slide-link a:hover {
    background-color: #111;
    text-decoration: none;
}

.action-slide-img {
    float: right;
    width: 68%;
}

.action-slide-img img {
/*    -webkit-animation: moto 10s ease-out;
    animation: moto 10s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
}

@-webkit-keyframes moto {
    0%, 13%, 15%, 17%, 32%, 34%, 36%, 49%, 51%, 53%, 65%, 67%, 69%, 80%, 82%, 84%, 95%, 97%, 99% {-webkit-transform: translate(0,0);}
    33%, 35%, 66%, 68%, 96%, 98% {-webkit-transform: translate(5px,0);}
    14.5%, 33.5%, 50.5%, 66.5%, 81.5%, 96.5% {-webkit-transform: translate(5px,-3px);}
    14%, 16%, 50%, 52%, 81%, 83% {-webkit-transform: translate(0,5px);}
}
@keyframes moto {
    0%, 13%, 15%, 17%, 32%, 34%, 36%, 49%, 51%, 53%, 65%, 67%, 69%, 80%, 82%, 84%, 95%, 97%, 99% {transform: translate(0,0);}
    33%, 35%, 66%, 68%, 96%, 98% {transform: translate(5px,0);}
    14.5%, 33.5%, 50.5%, 66.5%, 81.5%, 96.5% {transform: translate(10px,-3px);}
    14%, 16%, 50%, 52%, 81%, 83% {transform: translate(0,5px);}
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-dots {
    bottom: 25px;
    z-index: 3;
}

.slick-dots li button:before {
    font-size: 14px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #b60e0e;
    opacity: 1;
}

.slick-slide {
    height: auto;
}

.slick-slide img {
    max-height: 100%;
}

.site-slider .slick-prev {
    left: 15px;
}

.site-slider .slick-next {
    right: 15px;
}

.site-slider .slick-prev, .site-slider .slick-next, 
.site-action .slick-prev, .site-action .slick-next {
    top: 48%;
    width: 25px;
    height: 50px;
    z-index: 3;
}

.site-slider .slick-prev, .site-slider .slick-next {
    top: 45%;
}

.site-action .slick-prev {
    left: 10px;
}
        
.site-action .slick-next {
    right: 10px;
}
                                                     
.site-slider .slick-prev:before, .site-slider .slick-next:before, 
.site-action .slick-prev:before, .site-action .slick-next:before {
    color: #eee;
    font-family: Arial;
    font-size: 80px;
    line-height: 0;
}

.home_slider_responsive .slick-slide img {
    width: 100%;
}

.home_slider_responsive .slick-prev, .home_slider_responsive .slick-next {
    visibility: hidden;
}

.action-images {
    float: right;
    width: 65%;
    padding: 40px 30px 0 0;
}

.action-nail {
    position: absolute;
    top: -40px;
    left: 18vw;
    z-index: 2;
}

.action-images-left {
    position: relative;
    float: left;
    width: 76%;
    padding-right: 3%;
}

.action-images-right {
    float: right;
    width: 24%;
}

.action-images-left p, 
.action-images-right p {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #444;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.action-images-right p:nth-child(even) {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.site-articles {
    padding-top: 60px;
    padding-bottom: 60px;
    /*background: url('../img/bg-articles.jpg') no-repeat top center;*/
    overflow: auto;
}

.site-articles > h2 {
    position: relative;
    margin-bottom: 40px;
    color: #b60e0e;
    font-family: BaronKuffnerCE;
    font-size: 46px;
    font-weight: 800;
    overflow: hidden;
}

.site-articles > h2:before,
.site-articles > h2:after {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    margin-bottom: 2px;
    border-top: 3px solid #b60e0e;
    content: "";
    vertical-align: middle;
}
.site-articles > h2:before {
    right: 15px;
    margin-left: -50%;
}
.site-articles > h2:after {
    left: 15px;
    margin-right: -50%;
}

.site-articles > h2 em {
    font-style: normal;
}

.articles-slider {
    padding: 0 10vw;
    overflow: hidden;
}

.articles-slider .slick-slide {
    float: left;
    width: 16vw;
    margin: 0 2vw;
    padding: 1px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #000;
    transition: all 350ms linear;
}

.articles-slider .slick-slide:hover {
    transform: scale(1.05,1.05);
}

.articles-slider .slick-slide a {
    text-decoration: none;
}

.articles-slider .slick-slide p {
    height: 220px;
    overflow: hidden;
}

.articles-slider .slick-slide p img {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 205px;
    height: auto;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

.articles-slider .slick-slide h3 {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: uppercase;
    overflow: hidden;
}

.articles-slider .slick-list {
    padding: 25px 0;
}

.site-action .slick-prev, .site-action .slick-next {
    width: 70px;
    height: 85px;
    color: #626262;
    font-family: Arial;
    font-size: 170px;
    opacity: .7;
    z-index: 2;
}

.site-action .slick-prev:before, .site-action .slick-next:before {
    display: none;
}

.articles-slider .slick-prev, .articles-slider .slick-next {
    width: 70px;
    height: 85px;
    color: #626262;
    font-family: Arial;
    font-size: 170px;
    font-weight: 800;
    -webkit-animation: flash 6s infinite 1s;
    -ms-animation: flash 6s infinite 1s;
    animation: flash 6s infinite 1s;
    overflow: visible;
    z-index: 2;
}

.articles-slider .slick-prev, .site-action .slick-prev {
    left: 5vw;
}

.articles-slider .slick-next, .site-action .slick-next {
    right: 5vw;
}

.articles-slider .slick-prev:before, .articles-slider .slick-prev:after, 
.articles-slider .slick-next:before, .articles-slider .slick-next:after {
    position: absolute;
    display: block;
    color: #626262;
    font-family: Arial;
    font-size: 170px;
    font-weight: 800;
}

.articles-slider .slick-prev:before, 
.articles-slider .slick-next:before {
    top: -43px;
    left: -40px;
}

.articles-slider .slick-prev:after, 
.articles-slider .slick-next:after {
    top: 43px;
    right: -40px;
}

.articles-slider .slick-prev:before, .articles-slider .slick-prev:after {
    content: "‹";
}

.articles-slider .slick-next:before, .articles-slider .slick-next:after {
    content: "›";
}

.articles-slider .slick-prev:before, .articles-slider .slick-next:after {
    -webkit-animation: flash 6s infinite;
    -ms-animation: flash 6s infinite;
    animation: flash 6s infinite;
}

.articles-slider .slick-prev:after, .articles-slider .slick-next:before {
    -webkit-animation: flash 6s infinite 2s;
    -ms-animation: flash 6s infinite 2s;
    animation: flash 6s infinite 2s;
}

@-webkit-keyframes flash {
    0%, 20%, 40%, 60%, 80%, 100% { opacity: 1; }
    10%, 30%, 50%, 70%, 90% { opacity: 0; }
}

@-ms-keyframes flash {
    0%, 20%, 40%, 60%, 80%, 100% { opacity: 1; }
    10%, 30%, 50%, 70%, 90% { opacity: 0; }
}

@keyframes flash {
    0%, 20%, 40%, 60%, 80%, 100% { opacity: 1; }
    10%, 30%, 50%, 70%, 90% { opacity: 0; }
}

.articles {
    display: flex;
    justify-content: center;
    align-content: space-between;
    height: 420px;
    overflow: hidden;
}

.article {
    width: 15vw;
    height: 100%;
    margin: 0 1vw;
    overflow: hidden;
}

.article:nth-child(3) {
    width: 27vw;
}

.site-articles .grid > span {
    display: block;
    height: 100%;
}

.article a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
}

.article.half a {
    height: 46.5%;
}

.article.half a + a {
    margin-top: 11.7%;
}

.article a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: #000;
    transition: all 350ms linear;
    opacity: .65;
    z-index: 2;
}

.article a:hover:before {
    background-color: #b60e0e;
}

.article-img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.article-img img, 
.grid span .complete img {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

.article a > div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 350ms ease-out;
    text-transform: uppercase;
    z-index: 2;
}

.article a:hover > div {
    right: 0;
}

.article a > div p {
    margin: 0 0 15px;
}

.article-link {
    padding: 10px 30px;
    border: 2px solid #fff;
    font-size: 12px;
    transition: all 350ms linear 350ms;
    opacity: 0;
}

.article a:hover > div .article-link {
    opacity: 1;
}

.article-link:hover {
    background-color: #b60e0e;
}

.category-over {
    background: rgba(182, 14, 14, .65);
    opacity: 1;
}

.grid .category-over h3 {
    left: 0;
    width: 100%;
    margin: 0 0 15px;
    transform: none;
    letter-spacing: 0;
}

.site-map {
    padding-top: 1px;
    padding-bottom: 50px;
    background: url('../img/bg-map.jpg') no-repeat center top;
    background-size: cover;
    font-size: 18px;
    text-align: left;
}

.site-content .site-map {
    background: none;
}

.map-nail {
    position: absolute;
    top: 70px;
    right: 3vw;
    max-height: 16vw;
    z-index: 2;
}

.site-map > h2 {
    position: relative;
    margin-bottom: 150px;
    color: #b60e0e;
    font-family: BaronKuffnerCE;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
}

.site-map > h2:before,
.site-map > h2:after {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    margin-bottom: 2px;
    border-top: 3px solid #b60e0e;
    content: "";
    vertical-align: middle;
}
.site-map > h2:before {
    right: 15px;
    margin-left: -50%;
}
.site-map > h2:after {
    left: 15px;
    margin-right: -50%;
}

.site-map > h2 em {
    font-style: normal;
}

.site-map-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    z-index: 3;
}

.sign-links {
    width: 14vw;
    margin: 0 6vw 0 0;
}

.sign-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 20px 0;
    padding: 0 0 0 20px;
    border: 3px solid #888;
    border-right: 0;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
}
.sign-links a:after, .sign-links a:before {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    transition: all 250ms linear;
}
.sign-links a:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 26px;
    margin-top: -26px;
}
.sign-links a:before {
    border-color: rgba(136, 136, 136, 0);
    border-left-color: #888;
    border-width: 30px;
    margin-top: -30px;
}

.sign-links a:hover, .sign-links a.active {
    background-color: #B60E0E;
    text-decoration: none;
}
.sign-links a:hover:after, .sign-links a.active:after {
    border-color: rgba(182, 14, 14, 0);
    border-left-color: #B60E0E;
}

.contact_pole {
    width: 52vw;
}

.regions {
    float: left;
    position: relative;
    width: 15vw;
    z-index: 3;
}

.regions-list {
    margin: 0;
    padding: 15px 0 0;
    list-style-type: none;
}

.regions-list li {
    text-transform: uppercase;
}

.regions-list li a {
    text-decoration: none;
}

.regions-list li a:hover,
.regions-list li.active a {
    color: #b60e0e;
    text-decoration: underline;
}

.prodejny .regions {
    width: 30vw;
}

.prodejny .regions-list {
    -webkit-columns: 2;
    columns: 2;
}

.region {
    display: none;
    font-size: 14px;
}

.region h3 {
    color: #b60e0e;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-title {
    margin: 15px 0 -16px;
    font-weight: 600;
    text-transform: uppercase;
}

.link-shop {
    margin: -11px 0 0;
}

.link-shop a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #b60e0e;
    font-size: 12px;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
}

.link-shop a:hover {
    background-color: #b60e0e;
    color: #fff;
    text-decoration: none;
}

.region-shop {
    display: none;
    font-size: 15px;
}

.region-shop h3 {
    color: #b60e0e;
    font-weight: 600;
    text-transform: uppercase;
}

.map {
    float: left;
    width: 36vw;
    opacity: .8;
}

.map object {
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .map svg {
        height: 400px; /* IE fix */
    }
    #waves {
        opacity: 0; /* IE fix */
    }
}

.contact-buttons {
    clear: both;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-buttons a, .error-content a {
    display: inline-block;
    width: 300px;
    margin: 0 20px 5px;
    padding: 10px 0;
    border: 2px solid #b60e0e;
    color: #b60e0e;
    text-decoration: none;
}

.contact-buttons a:hover, .error-content a:hover {
    background-color: #b60e0e;
    color: #fff;
    text-decoration: none;
}

.site-content {
    padding: 1vh 10vw 3vh;
    background: -moz-linear-gradient(top, #ccc 0%, #fff9 15%, #ffffff87 100%);
    background: -webkit-linear-gradient(top, #ccc 0%, #fff9 15%, #ffffff87 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0);
    text-align: left;
    overflow-x: hidden;
}

.site-content .container {
    width: auto;
    padding: 0;
}

.breadcrumbs {
    color: #b60e0e;
    text-transform: uppercase;
}

.breadcrumbs a {
    position: relative;
    margin: 0 12px 0 0;
    color: #282828;
    text-decoration: none;
}

.breadcrumbs a:after {
    position: absolute;
    top: -1px;
    right: -9px;
    content: "/";
}

.title {
    clear: both;
    display: flex;
    width: 70%;
    padding: 10px 0 20px;
    font-size: 14px;
}

.breadcrumbs + .title {
    margin: -20px 0;
}

.title p:first-child, h1.h1_kategorie_global {
    padding: 1px 45px 1px 15px;
    background: url('../img/bg-title1.png') no-repeat right bottom;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.title p:first-child + p, h1.h1_kategorie_global + p {
    flex-grow: 1;
    padding: 10px 0 0 15px;
    background: url('../img/bg-title2.png') no-repeat 10px bottom;
}

.title a, 
.title a:hover {
    text-decoration: none;
}

.go-back {
    margin-bottom: -30px;
}

.go-back a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #707070;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.go-back a:hover {
    background-color: #fff;
    color: #707070;
    text-decoration: none;
}

.main-desc {
margin-bottom:20px;
}

.item-double1 {
width:40%;
float:left;
min-width:250px;

}

.item-double1 h3 {
font-size: 17px;
margin-top:5px;

}
.item-double2 h3 {
font-size: 17px;
margin-top:5px;


}

.item-double2 {
width:59%;
float:left;
min-width:320px;
}

.item-double2 li {
    margin-bottom: 10px;
    margin-left:10px;
    list-style-type: none;
    font-size: 15px;
    padding-left: 26px;
    background: url(/assets/public/img/star.png) no-repeat left;
    
}

.item-double2 ul {
    margin-top:5px;
}
.items {
    clear: both;
    margin: 30px 0;
    overflow: auto;
}

.item {
    position: relative;
    float: left;
    width: 32.333333%;
    height: 350px;
    padding: 0 20px 20px;
    background-color: #fff;
    transition: all 350ms linear;
    text-align: center;
    overflow: hidden;
    border: 1px solid #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item:hover {
    background-color: #e5e5e5;
}

.item a, 
.item a:hover {
    text-decoration: none;
}

.item h2 {
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}

.item-shipping {
    position: absolute;
    top: 86px;
    right: 20px;
    z-index: 2;
}

.item-shipping img {
    width: 80px;
}

.item-tags {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2;
}

.item-tags span {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background-color: #b60e0e;
    color: #fff;
    text-align: center;
    font-size: 25px;
    top: 34px;
}

.site-accessories .item-tags span {
    font-size: 18px;
}

.search_page_template .item {
    height: 580px;
}

.magnify {
        border-radius: 50%;
        border: 2px solid black;
        position: absolute;
        z-index: 20;
        background-repeat: no-repeat;
        background-color: white;
        box-shadow: inset 0 0 20px rgba(0,0,0,.5);
        display: none;
        cursor: none;
    }
    
    .detail .lSSlideOuter .lSSlideWrapper .lSAction > a {
        display: block !important;
    }

    .detail .lSAction > a {
        top: auto;
        bottom: 43%;

    }
     /* start responsive gallery style*/

    .responsive_image_grid a {
        display: table;
        padding: 0px 0 0 0;
        width: 680px;
    }
    .responsive_image_grid a {
        list-style-type: none;
        display: table-cell;
                position: relative;
        overflow: hidden;
        float: left;

        width: 23.8%;
        min-width: 145px;
        max-width: 166px;
        margin-right:5px;
        margin-bottom: 5px;
        padding: 0px;
        text-align: center;
        border: 1px solid #000;
        background:#fff
    }
    .responsive_image_grid  a {
        color: #fff;
        text-decoration: none;
    }

    .responsive_image_grid a img {

        max-height: 100px;
        text-align: center;
    }

.item-tags span.brighter-bg {
    background-color: #cc5654;
}

.item-tags span.brightest-bg {
    background-color: #e59da1;
}

.item-img {
    height: 270px;
    margin-bottom: 5px;
    overflow: hidden;
    background: #fff;
}


.item-img img {
    max-height: 100%;
    
}

.classic_layout .item-img img {
     max-height: 100%;
    min-height: 270px;
}
.item-gallery {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.item-gallery li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 1px;
    border: 1px solid #494949;
    transition: all 350ms linear;
    overflow: hidden;
}

.classic_layout .item-gallery li {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 0 1px;
    border: 1px solid #494949;
    transition: all 350ms linear;
    overflow: hidden;
}

.item-gallery li:hover, .item-gallery li.active {
    border: 2px solid #B91306;
}

.item-gallery li a {
    display: block;
    height: 100%  ;
    background: #fff;
}

.item-gallery li img {
    position: relative;
    top: 50%;
    max-height: 100%;
    transform: translateY(-50%);
}

.item-stock {
    margin-bottom: 0;
    color: #3eb94e;
    text-transform: uppercase;
}

.item-stock.unavailable {
    color: #b60e0e;
}

.classic_layout .item-img + .item-stock {
    margin-top: 157px;
}

.item-warning {
    display: inline-block;
    margin: 0;
    padding: 1px 10px;
    background-color: #3eb94e;
    color: #fff;
    text-transform: uppercase;
}

.item-price {
    margin-top: 0;
    color: #111;
    font-size: 30px;
    font-weight: 800;
}

.item-stock + .item-price {
    margin-top: 23px;
}

.nd-info-message {
    font-size: 12px;
    margin-bottom: -70px;
    font-weight:bold;
}

.item-price a {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 20px;
    padding: 5px 40px 5px 15px;
    background: #b60e0e url('../img/icon-cart.png') no-repeat 90% 50%;
    background-size: 20px 19px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.item-price a:hover {
    background-color: #222;
    text-decoration: none;
}

.site-accessories .items {
    padding: 0 3vw;
}

.site-accessories .item {
    width: 23%;
    border: 1px solid #000;
    padding: 0px;
    margin-right: 2%;
    margin-bottom: 2%;
}

.site-accessories .item-img {
    height: 100px;
    background: #fff;
}

.site-accessories .item-img + .item-stock {
    margin-top: 86px;
}

.site-accessories .item-price {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
}

.site-accessories .item-price a {
    top: 0;
    margin: 0;
}

.site-accessories .item-stock + .item-price {
    margin-top: 5px;
}

.classic_layout .item {
    height: 620px;
}

.level2 .item {
    height: 203px;
}

.level3 .item {
    height: 310px;
}

.detail {
    overflow: auto;
}

.detail-left {
    float: left;
    width: 49%;
}

.detail-left h1 {
    margin: -10px 0 0;
    font-size: 38px;
}

.detail-right {
    position: relative;
    float: right;
    width: 50%;
}

.tags {
    padding: 15px 0 0;
    float: left;
    margin-left: 50px;
    margin-top: 3px;
}

.tags span {
    position: relative;
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px 10px;
    background-color: #b60e0e;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.tags span.green-bg {
    background-color: #3eb94e;
}

.detail-category {
    font-size: 22px;
}

.detail-stock {
    color: #3eb94e;
    color: #39b54a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.detail-stock.unavailable {
    color: #b60e0e;
}

.detail-link {
    text-align: right;
}

.detail-link a {
    color: #b60e0e;
}

.detail-left-gallery {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

.detail-left-gallery li {
    display: inline-block;
    margin: 0 4px 8px;
    text-align: center;
}

.detail-left-gallery li a {
    display: block;
    color: #000;
    line-height: 1;
    text-decoration: none;
}

.detail-left-gallery li a span {
    display: block;
    width: 110px;
    height: 110px;
    border: 1px solid #000;
}

.detail-left-gallery li a:hover span,
.detail-left-gallery li.active a span {
    padding:2px;
    border: 2px solid #b91306;
}

.detail-left-gallery li a span img {
    position: relative;
    top: 50%;
    max-height: 100%;
    transform: translateY(-50%);
}

.detail-warning {
    position: relative;
    padding: 7px 20px 7px 0;
    background-color: #3eb94e;
    background: linear-gradient(225deg, transparent 6%, #3eb94e 6%);
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.detail-total-sold {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #c02a00;
    color: #fff;
    font-size: 16px;
    padding: 7px;  }
 
.custommer{
padding:10px;
background: url(/assets/public/img/recommend.png) no-repeat;
float:right;
    color:#fff;
    margin-top: -68px;
    width:250px;
    margin-right: -4px;
}   

.splatky {
    background: rgba(255,255,255,.7);
    padding: 15px;
}  
.custommer-sat {
     position: relative;
    left: 58px;
    top: 4px;
    color: #000;
    font-weight: bold;
    /* font-stretch: unset; */
    font-size: 12px; 
}    

.detail-price-notax {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 1.2em;
}

.detail-price-notax span {
    color: #b60e0e;
    font-weight: 700;
    font-size: 24px;
        margin-top: 3px;
}

.detail-price {
    padding: 5px 0 0;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0;
    clear: both;
        color: #fff;
}

p.detail-discount-basictax {
    float: right;
    background: #fff;
    padding: 11px;
}

.price {
    background: rgba(0,0,0,.7);
    padding: 15px;
    color: #d41919;
        border: 3px solid #FFC000;
}

p.detail-basic-price {
    float: left;
    font-size: 24px;
}

.detail-price span {
        color: #fff;
    font-size: 31px;
    font-weight: 700;
}

.detail-discount {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.detail-discount span {
    color: #b60e0e;
    font-size: 26px;
    font-weight: 600;
}

.detail-submit {
    clear: both;
    padding: 30px 0;
}

.detail-submit a {
    display: block;
    width: 390px;
    padding: 5px 0 5px 40px;
    border: 1px solid #b60e0e;
    background: #b60e0e url('../img/icon-cart.png') no-repeat 90% 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.detail-submit a:hover {
    background: #fff url('../img/icon-cart.png') no-repeat 0% 50%;
    color: #b60e0e;
    text-decoration: none;
}

.detail-logos {
}

.detail-logos a {
    display: inline-block;
    margin: 0 20px 5px 0;
}

.detail-logos img {
    max-height: 35px;
}

.detail-360 {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
}

.detail-360 img {
    transition: all 350ms linear;
    cursor: pointer;
}

.detail-360 img:hover {
    transform: scale(.9,.9);
}

.c360buttons {
    text-align: center;
}

.c360btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 1px;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-size: 0;
    transition: all 350ms linear;
    text-indent: -100em;
    cursor: pointer;
}

.c360btn[data-type='prev'] {
    background: #fff url('../img/c360i1.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='next'] {
    background: #fff url('../img/c360i2.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='toggle'], 
.c360btn[data-type='reverse'] {
    background: #fff url('../img/c360i4.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn[data-type='zoom'] {
    background: #fff url('../img/c360i3.png') no-repeat center center;
    background-size: 33px 33px;
}

.c360btn:hover {
    background-size: 20px 20px;
}

/*.c360btn {
    margin: 10px 5px 15px 0;
    padding: 5px 10px;
    border: 1px solid #b60e0e;
    background-color: #fff;
    color: #b60e0e;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.c360btn:hover {
    border: 1px solid #000;
    color: #000;
}*/

.gallery-prev,
.gallery-next {
    position: absolute;
    left: 10px;
    display: block;
    margin-top: 30px;
    color: #ccc;
    z-index: 2;
}
.gallery-next {
    left: auto;
    right: 40px;
}

.gallery-prev:after,
.gallery-next:after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 50px;
    font-weight: 400;
    content: "\003c";
}
.gallery-next:after {
    content: "\003e";
}

.detail-right-gallery {
    margin: 10px 0;
    list-style-type: none;
}

.detail-delivery {
    /*clear: both;*/
    padding: 30px 0 50px;
    padding: 15px 0 25px;
}

.detail-delivery > div {
    position: relative;
    padding: 1px 0;
    background-color: #b60e0e;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/*.detail-delivery > div:before,
.detail-delivery > div:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b60e0e;
    content: " ";
    z-index: 2;
}
.detail-delivery > div:before {
    left: -100%;
}
.detail-delivery > div:after {
    right: -100%;
}*/

.detail-delivery p {
    margin: 5px 0;
}

.detail-info {
    clear: both;
    padding: 50px 0 0;
    font-size: 14px;
}

.detail-info > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}

.detail-info > ul li {
    position: relative;
    float: left;
    display: inline-block;
    padding: 4px 40px 4px 20px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.detail-info > ul li:hover,
.detail-info > ul li.active {
    background-color: #f0efef;
    background: linear-gradient(225deg, transparent 15%, #f0efef 15%);
}

.detail-info-content {
    clear: both;
    padding: 10px 20px;
    background-color: #f0efef;
    overflow: auto;
}

.detail-info-content > div {
    display: none;
}

.detail-info-content > div.active {
    display: block;
}

.popis_classic_div {
    padding: 0 35px 10px;
}

.params-list p {
    float: left;
    display: flex;
    align-items: center;
    height: 45px;
    margin: 0;
    padding: 5px 15px;
    line-height: 1.2em;
}

.params-list p:nth-child(odd) {
    width: 220px;
}

.params-list p:nth-child(even) {
    width: calc(50% - 220px);
}

.params-list p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    margin-right: 5px;
}

.params-list p span img {
    max-height: 100%;
}

.site-adv {
    padding: 2vw 10vw;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: left;
}

/*.site-adv:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 8vw 100vw 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: " ";
}

.site-adv:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 0 0 8vw 100vw;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: " ";
}*/

.site-adv div {
    display: flex;
    align-items: center;
}

.adv-left {
    width: 48%;
    padding-right: 60px;
}

.adv-left h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-indent: 7px;
}

.adv-left h2:before {
    position: relative;
    top: 5px;
    left: -7px;
    display: inline-block;
    content: "+";
    color: #b60e0e;
    font-size: 50px;
}

.adv-list {
    width: 34%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.adv-list li {
    position: relative;
    padding: 8px 0;
    font-size: 24px;
}

.adv-list li:before {
    position: absolute;
    bottom: 18px;
    left: -28px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #b60e0e;
    content: " ";
    z-index: 2;
}

.adv-img {
    text-align: center;
}

.adv-img img {
    margin: 12px 0;
}

.site-accessories {
    padding-top: 10px;
    padding-bottom: 70px;
}

.boxes-wrapper .site-accessories {
    padding: 70px 0;
}

.site-accessories > h2 {
    position: relative;
    margin-bottom: 50px;
    color: #b60e0e;
    font-family: BaronKuffnerCE;
    font-size: 46px;
    font-weight: 800;
    overflow: hidden;
}

.site-accessories > h2:before,
.site-accessories > h2:after {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    margin-bottom: 2px;
    border-top: 3px solid #b60e0e;
    content: "";
    vertical-align: middle;
}
.site-accessories > h2:before {
    right: 15px;
    margin-left: -50%;
}
.site-accessories > h2:after {
    left: 15px;
    margin-right: -50%;
}

.accessories-subtitle {
    margin-top: -10px;
    font-size: 12px;
}

.accessories-link {
    padding: 20px 0 0;
}

.accessories-link a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #3eb94e;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.accessories-link a:hover {
    background-color: #15ab29;
    text-decoration: none;
}

.accessories-sublink {
    margin-top: -10px;
    font-size: 12px;
}

.site-news {
    padding: 60px 0 90px;
    text-align: left;
    overflow: auto;
}

.site-news > h2 {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-xxl, .news-m {
    float: left;
    width: calc(100% - 300px);
    width: 68%;
    height: 270px;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}
.news-m {
    width: 280px;
    width: 30%;
}

.news-xxl + .news-m,
.news-m + .news-xxl {
    margin-left: 20px;
    margin-left: 2%;
}

.news-xxl > p {
    float: left;
    position: relative;
    width: calc(100% - 320px);
    width: 68%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.news-m + .news-xxl > p {
    float: right;
}

.news-m > p {
    position: relative;
    height: 65%;
    margin: 0;
    overflow: hidden;
}

.news-xxl > p img, .news-m > p img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.news-xxl > div {
    float: right;
    position: relative;
    width: 320px;
    width: 30%;
    height: 100%;
    padding: 15px;
    overflow: hidden;
}
.news-m + .news-xxl > div {
    float: left;
}

.news-m > div {
    height: 35%;
    padding: 10px 15px;
    overflow: hidden;
}

.news-xxl > div h2 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.2em;
}

.news-m > div h2 {
    max-height: 40px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.2em;
    overflow: hidden;
}

.news-xxl > div p.news-content {
    max-height: 57%;
    font-weight: 300;
    overflow: hidden;
}

.news-all {
    clear: both;
    text-align: center;
}

.news-all a {
    display: inline-block;
    margin: 25px auto 0;
    padding: 7px 25px;
    border: 2px dashed #bbb;
    font-size: 16px;
    transition: all 350ms linear;
}

.news-all a:hover {
    border: 2px dashed #000;
}

#imagegrid-thumbs {
    overflow: auto;
}

#imagegrid-thumbs a {
    float: left;
    display: block;
    width: 33.333333%;
    padding-left: 15px;
}

#imagegrid-thumbs a:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
}

#imagegrid-thumbs a > p {
    position: relative;
    height: 350px;
    overflow: hidden;
}

#imagegrid-thumbs a > p img {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    transition: all 350ms linear;
}

#imagegrid-thumbs a:hover > p img {
    transform: translate(-50%,-50%) scale(.95,.95);
}

.boxes-wrapper {
    float: right;
    width: 78%;
    width: calc(98% - 250px);
    text-align: center;
    overflow: hidden;
}

.box-single {
    position: relative;
    float: left;
    width: calc(33.333333% - 15px);
    height: 140px;
    margin: 0 0 15px 15px;
}

.box-single a {
    display: block;
    height: 100%;
}

.box-single-img {
    height: 100%;
    margin: 0;
}

.box-single-img img {
    position: relative;
    top: 50%;
    max-width: 90%;
    max-height: 80%;
    transform: translateY(-50%);
}

.box-single-over {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(182,14,14,.8);
    color: #fff;
    transition: all 350ms linear;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.box-single:hover .box-single-over {
    background: rgba(182,14,14,.6);
}

.shops-list-item {
    clear: both;
    background: #ebebeb url(/assets/public/img/store-bg.png) no-repeat 100% 100%;
    overflow: auto;
    margin-bottom:20px;
}

.shops-list-item > div:first-child {
    float: left;
    width: 38%;
}

.shops-list-item > div:first-child > p {
    max-height: 350px;
    overflow: hidden;
    margin:0px;
}

.shops-list-item > div:first-child img {
    min-width: 100%;
}

.shops-list-item > div + div {
    float: right;
    width: 58%;
}

.shops-list-item > div + div h2 a {
    font-size: 28px;
    text-decoration: none;
}

.link-red a, 
.button-red {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #b60e0e;
    background-color: #b60e0e;
    color: #fff;
    font-size: 18px;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.link-red a:hover, 
.button-red:hover {
    background-color: #fff;
    color: #b60e0e;
    text-decoration: none;
}

.link-red a {
    padding: 10px 25px;
}

.site-shop {
    font-size: 18px;
}

.site-shop > div {
    float: left;
    width: 60%;
}

.site-shop h1 {
    color: #b60e0e;
    font-size: 26px;
    font-weight: 800;
}

.shop-subtitle {
    margin-top: -15px;
    font-size: 13px;
    font-weight: 600;
}

.prodejna-two {
float:left;
width:49%
}

.shop-hours span {
    display: inline-block;
    width: 110px;
}

.site-shop > div + div {
    float: right;
    width: 38%;
}

#map {
    width: 100%;
    height: 500px;
    margin: 40px 0;
}

.lg-backdrop {
    background-color: #000000e3;
    opacity: 0.8;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframesection{
    max-width: 770px;
    height: 650px;
}

.prop-mat {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prop-mat a {
    display: inline-block;
    max-width: 13vw;
    margin: 0 1.5vw;
}

.admin-pagination {
    padding: 10px;
    text-align: center;
}

nav.admin-pagination ul {
    list-style-type: none;
}

nav.admin-pagination ul li {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-size: 22px;
}

nav.admin-pagination ul li:before {
    position: absolute;
    top: 3px;
    left: -5px;
    content: "/";
    font-size: 26px;
}

nav.admin-pagination ul li:first-child:before {
    display: none;
}

nav.admin-pagination ul li a {
    text-decoration: none;
}

nav.admin-pagination ul li a:hover, 
nav.admin-pagination ul li.active a {
    color: #b60e0e;
}

.admin-pagination i {
    font-style: normal;
}

#history_order_table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

history_order_table #td, #history_order_table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

#history_order_table tr:nth-child(even) {
    background-color: #ddd;
}

#history_order_table .order-status button {
    height: 40px;
    padding: 0 20px;
    border: 0;
    background-color: #7f7f7f;
    color: #272727;
    font-size: 11px;
    font-weight: 600;
    transition: all 350ms linear;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
}

#history_order_table .order-status .zasilkovna {
    background-color: #8BC34A !important;
}

#favoritefood {
    min-width: 250px;
    padding: 10px;
}

.register-container {
    padding-bottom: 50px;
}

#reg-validation #order_review {
    padding: 30px 0;
}

#reg-validation #customer_details > div {
    float: none;
    width: 100%;
}

.vin_code_input {
    margin-left: 10px;
}

.pin_modul .beautify-marker.circle {
    opacity: 0;
}

.red-circle-list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    counter-reset: item;
    font-size: 18px;
}
.red-circle-list li {
    position: relative;
    counter-increment: item;
    margin-bottom: 12px;
    padding-left: 50px;
}
.red-circle-list li strong {
    color: #ff0000;
    text-transform: uppercase;
}
.red-circle-list li span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.red-circle-list li::before {
    content: counter(item);
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.accordion-css {
    padding: 15px 0;
    font-size: 18px;
}
.accordion-css details {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-css summary {
    padding: 16px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    background: #f7f7f7;
}
.accordion-css summary::-webkit-details-marker {
    display: none;
}
.accordion-css summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    font-size: 1.25rem;
    transition: transform 0.2s;
}
.accordion-css details[open] summary::after {
    content: "−";
}
.accordion-css div {
    display: grid;
    grid-template-rows: 0fr;
}
.accordion-css div > * {
    overflow: hidden;
    margin: 0;
    padding: 16px;
}
.accordion-css details[open] div {
    grid-template-rows: 1fr;
}

.modal-title {
    font-size: 18px;
    text-transform: uppercase;
}

.modal-body label {
    display: inline-block;
    min-width: 90px;
}

.modal-body input {
    max-width: 100%;
}

.modal-footer input[type="submit"] {
    padding: 5px 10px;
    border: 1px solid #b60e0e;
    background-color: #b60e0e;
    color: #fff;
    font-size: 14px;
    transition: all 350ms linear;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.modal-footer input[type="submit"]:hover {
    background-color: #fff;
    color: #b60e0e;
}

.modal-body table {
    width: 100%;
    border-spacing: 0;
}

.modal-body .dotaz_left tr, .modal-body .dotaz_left td {
    display: block;
    padding-bottom: 3px;
}

.modal-body .dotaz_left input, .modal-body .dotaz_left textarea {
    width: 100%;
    padding: 7px 10px;
}

.modal-body .dotaz_right img {
    max-height: 200px;
    margin: 20px 0 0;
}

.modal-content #closeBtn, .modal-content #submitBtn {
    margin: 15px 5px 15px 0;
    padding: 5px 15px;
    border: 1px solid #b60e0e;
    background-color: #b60e0e;
    color: #fff;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.modal-content #closeBtn:hover, .modal-content #submitBtn:hover {
    background-color: #fff;
    color: #b60e0e;
}

.notie-overlay {
    z-index: 4567;
}

.notie-container {
    z-index: 4568;
}

.ui-slider .ui-slider-handle {
    width: 2.2em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #b60e0e;
    background: #b60e0e none;
}

#slider .ui-state-default, #slider .ui-widget-content .ui-state-default {
    border: 0;
}

.lg-outer {
    text-align: left;
}

.overflow-x {
    width: 100%;
    overflow: auto;
}

footer {
    clear: both;
    padding: 10px 0 50px;
    background-color: #000;
    background: -moz-linear-gradient(top, #000, #333 100%);
    background: -webkit-linear-gradient(top, #000, #333 100%);
    background: linear-gradient(to top, #000, #333 100%);
    color: #ddd;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-col {
    float: left;
    max-width: 20vw;
    padding: 30px 3vw 0 3vw;
}

footer > .footer-col {
    width: 30%;
    max-width: none;
    padding-left: 10vw;
}

.footer-col:first-child {
    white-space: nowrap;
}

footer > .footer-col:first-child img {
    margin: 0 15px;
}

.footer-cols {
    position: relative;
    /*top: -50px;*/
    float: left;
    width: 70%;
/*    background-color: #0b0b0b;
    background: -moz-linear-gradient(right, #3b3b3b, #0b0b0b 100%);
    background: -webkit-linear-gradient(right, #3b3b3b, #0b0b0b 100%);
    background: linear-gradient(to right, #3b3b3b, #0b0b0b 100%);*/
}

/*.footer-cols:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  transform: translate(0%, 0%) rotate(-180deg) skew(-30deg);
  background: linear-gradient(to right, #3b3b3b, #0b0b0b 100%);
  z-index: 2;
  opacity: 0;
}*/

/*.footer-cols:after {
  width:100px;
  height:100%;
  position:absolute;
  top: 0;
  left:-100px;
  background: linear-gradient(-30deg, transparent 40%, #bbb 40%, #bbb 60%, transparent 60%);
  background: linear-gradient(to left top, #823A9C 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
  content: "";
  opacity: 0;
}*/

.footer-cols img {
    width: 40px;
    filter: saturate(0);
    transition: all 350ms linear;
}

.footer-cols img:hover {
    filter: saturate(1);
}

footer h2 {
    color: #fff;
    font-size: 20px;
    text-transform: none;
}

footer h3 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

footer h4 {
    color: #ddd;
    font-weight: 400;
    text-transform: uppercase;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer ul li {
    text-transform: uppercase;
}

.copyright {
    clear: both;
    margin: 0;
    padding: 20px 15px;
    background-color: #363636;
    color: #a9a8a8;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 3;
}

.copyright a {
    color: #b60e0e;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: none;
}

.site-content:after, 
footer:after {
    clear: both;
    display: block;
    content: '';
}

.cleaner {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.link {
    display: block;
    min-width: 150px;
    margin: 35px 0;
    padding: 7px 0;
    border: 2px dashed #999;
    color: #fff000;
    font-size: 18px;
    transition: all 350ms linear;
    text-align: center;
}
.link a {
    color: #fff000;
}
.link:hover {
    border: 2px dashed #fff000;
}

.grey {
    color: #999;
}

.yellow {
    color: #fff000;
}

.red {
    color: #b60e0e;
}

.orange {
    color: #e19510;
}

.uppercase {
    text-transform: uppercase;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.displayNone {
    display: none;
}

  .detail h1 {
  float:left;
  }

h1 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

h2 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

h3 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
    font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-size: 12px;
}

input, textarea, select, button {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0;
    list-style-position: inside;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: 0;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

/* search form start */

.tt-hint {
    width: 100%;
}

.tt-menu {
    width: 830px;
    min-height: 300px;
    margin-top: 15px;
    border-bottom: 6px solid #ebebeb;
    background-color: #fff;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.5);
    line-height: 1.6;
    margin-left: -545px;
}

.tt-menu .tt-dataset-products {
    padding-bottom: 15px;
    background-color: #ebebeb;
}

.tt-menu .tt-dataset-products .mCSB_scrollTools {
    right: 11px;
}

.tt-dataset-products .title_search_produkt {
    margin: 0;
    padding: 10px 20px;
    border-bottom: solid 1px #f3f3e7;
    background-color: #b60e0e;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}

.tt-dataset-products .title_search_produkt span {
    color: #000;
    line-height: 100%;
}

.tt-dataset-products .title_search_produkt + p {
    position: relative;
    margin: -37px 0px 22px 730px;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}

.tt-suggestion {
    display: block;
    height: 50px;
    margin: 5px 10px;
    padding: 0;
    border: solid 1px #dfdfdf;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.tt-suggestion:hover {
    padding: 0;
    border-color: #da000d;
    box-shadow: 0px 0px 5px #aaa;
}

.tt-suggestion .result_container {
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.tt-suggestion .result_container:hover {
    background-color: #fff;
}

.tt-img {
    float: left;
    width: 80px;
    height: 50px;
    text-align: center;
}

.tt-img img {
    float: none;
    position: relative;
    top: 50%;
    max-width: 74px;
    max-height: 42px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.tt-dataset .results_data {
    float: right;
    width: calc(100% - 85px);
    margin: 0;
    padding: 5px 0 0;
}

.tt-result-left {
    float: left;
    width: calc(100% - 112px);
}

.tt-dataset .product_name_search {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tt-dataset .product_name_search .tt-highlight {
    background-color: #e2ff8a;
    line-height: 1.6;
}

.search_sku {
    color: #7b7b7b;
    font-size: 11px;
}

.tt-result-right {
    float: right;
    width: 95px;
    padding-right: 17px;
    text-align: right;
}

.search_cena {
    display: block;
    color: #666;
    font-size: 14px;

}

.tt-result-buy {
    display: block;
    color: #1a944c;
    font-weight: 600;
    font-size: 11px;
}
.other_images{
    display: none;
}

.title_search_produkt_celkem {
    display: none;
}

.tt-menu .tt-dataset-kategorie {
    text-align: left;
    float: left;
    width: 33%;
    margin: 0;
    padding: 10px 10px 15px 20px;
    background-color: #fff;
    border-right: 2px solid #ebebeb;
}

.tt-menu .tt-dataset-faq {
    float: left;
    width: 33%;
    margin: 0;
    padding: 10px 10px 15px 20px;
    border: 0;
    /*border-left: solid 1px #E7E2D2;*/
    background-color: #fff;
}

.tt-menu .tt-dataset-novinky {
    text-align: left;
    float: left;
    width: 33%;
    margin: 0;
    padding: 0 10px 15px 20px;
    border: 0;
    border-left: solid 1px #E7E2D2;
    background-color: #fff;
}

.tt-menu .tt-dataset-novinky .title_search_produkt {
    padding: 10px 0 0;
}

.vyhledavac_nadpis_pr {
    padding: 0 20px;
}

.vyhledavac_nadpis_pr p,
.vyhledavac_nadpis_pr span {
    display: inline-block;
    margin: 0;
    padding-right: 3px;
}

.vyhledavac_nadpis_pr p,
.title_search_produkt {
    margin: 0 0 5px;
    color: #303030;
    font-size: 18px;
    text-transform: uppercase;
}

.vyhledavac_nadpis_pr span,
.title_search_produkt span {
    color: #a0a0a0;
    font-size: 12px;
    letter-spacing: 1px;
}

.tt-dataset-products .title_search_produkt span {
    font-size: 16px;
}

.tt-menu .tt-dataset .tt-suggestion.cat_naseptavac {
    display: block;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    color: #848484;
    font-size: 11px;
    line-height: 1em;
}

.tt-menu .tt-suggestion.cat_naseptavac:hover {
    color: #7a3700;
    box-shadow: none;
}

.tt-dataset .result_container {
    float: none;
    width: auto;
    margin: 0;
}

.tt-menu .tt-dataset-products .custom_scrool {
    max-height: 225px;
    text-align: left;
}

.tt-menu .tt-dataset-kategorie .custom_scrool,
.tt-menu .tt-dataset-faq .custom_scrool,
.tt-menu .tt-dataset-novinky .custom_scrool {
    max-height: 90px;
}

.result_container.none {
    color: #BDB7AA;
    font-size: 12px;
    font-style: italic;
    cursor: auto;
}

#search_form #fountainTextG{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.result_container.none:hover {
    background-color: transparent;
}

.tt-dataset-products .result_container.none {
    margin: 0 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.VmArrowdown + .VmArrowdown {
    display: none;
}

.blocker {
    z-index: 1010;
}

/*  360 start */

.scaleable-wrapper {
    padding: 20px;
    resize: both;
    position: relative;
    background: #666;
    height: 400px;
}

.ui-resizable-se {
    width: 10px;
    height: 10px;
    background: orange;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bigred {
    color: red;
    font-size: 5rem;
}

.tb {
    display: table;
    width: 100%;
}

#basic-setup {
    margin: 0 auto;
    cursor: grab;
}

.button {
    display: table-cell;
    vertical-align: middle;
    font-size: 200%;
    padding: 0.2em 1em 0.34em;
    border-radius: 20px;
    background: none;
    color: #000;
}

.mySpriteSpin {
    width: 100%;
}

.modal360{
    max-width: 850px;
}

.hidden{
    display: none;
}

.prev, .next {
    cursor: pointer;
    height: 17px;
    overflow: hidden;
    position: absolute;
    width: 10px;
    top:4px;
}
.next {
    right:0;
}
.prev:before, .next:before {
    background-color: black;
    content: "";
    height: 17px;
    left: 5px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 17px;
}
.next:before {
    left: auto;
    right: 5px;
}
.prev:after, .next:after {
    background-color: white;
    content: "";
    height: 17px;
    left: 8px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 17px;
}
.next:after {
    left: auto;
    right: 8px;
}

.lSAction > a {
    background-image: none;
}

.detail .lSAction > a {
    top: auto;
    bottom: 25%;
    margin: 0;
    border: 1px solid #000;
    border-radius: 18px;
    background: #fff none;
    /*background-image: url('/assets/frontend/plugins/lightslider/img/controls.png');*/
    color: #000;
    /*filter: invert(1);*/
    opacity: .85;
}

.detail .lSAction > a:before {
    position: absolute;
    top: -11px;
    left: 8px;
    color: #000;
    font-size: 36px;
    content: ">";
    z-index: 2;
}

.detail .lSAction > a.lSPrev:before {
    content: "<";
}

.detail .lSSlideWrapper .lSAction > a {
    display: none !important;
}

.filter-pagination {
    clear: both;
    margin: 25px 0 20px;
    text-align: right;
}
.filter-pagination span {
    margin: 0 10px 0 0;
}
.filter-pagination a:hover, .filter-pagination a.active {
    background-color: #b60e0e;
    text-decoration: none;
    border-radius: 4px;
    border-color: transparent;
    color: white;
}
.filter-pagination a.active{
    pointer-events: none;
}
.filter-pagination a {
    display: inline-block;
    min-width: 28px;
    margin: 0 3px 5px;
    padding: 4px 8px;
    border: 1px solid #9992;
    text-decoration: none;
    text-align: center;
    background: #ffffff00;
}

/*  360 konec */

/* start košík */

.f16 {
    font-size: 16px;
}

.grey {
    color: #999;
}

.cart-progress {
    clear: both;
    margin: 20px 0 50px;
    padding: 0;
    background-color: #f5f5f5;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.cart-progress li:first-child {
    border: 0;
}
.cart-progress li.active {
    border-left: 1px solid #000000;
    background-color: #000000;
}
.cart-progress li {
    float: left;
    width: 25%;
    border-left: 1px dashed #00000045;
    transition: all 350ms linear;
    text-transform: uppercase;
}

.cart-progress li a {
    display: block;
    padding: 12px 0;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.cart-progress li.active a {
    color: #fff;
}

.cart-progress li a span:first-child {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: #b60e0e;
    color: #ffffff;
    padding-top: 2px;
}

.cart-progress li a span {
    display: inline-block;
}

.checkout-shipping {
    margin: 0;
    padding: 10px;
    background-color: #ededed;
    font-weight: 600;
    text-align: left;
}

.cart-row {
    clear: both;
    position: relative;
    display: flex;
    align-items: center;
    height: 130px;
    margin: 8px 0;
    background-color: #f1f1f1;
    transition: all 350ms linear;
}

.cart-img {
    width: 8%;
    height: 100%;
    margin: 0;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    text-align: center;
}

.cart-img img {
    position: relative;
    top: 50%;
    max-width: 86%;
    max-height: 86%;
    margin: auto;
    transform: translateY(-50%);
}

.cart-item {
    width: 50%;
    padding: 0 2%;
    font-size: 12px;
}

.cart-item h2 {
    font-size: 17px;
    font-weight: 400;
}

.cart-item h2 a {
    text-decoration: none;
}

.cart-item h2, .cart-item p {
    margin: 7px 0;
}
.cart-item h2, .cart-item p {
    text-align: left;
}

.cart-item span {
    margin-right: 7px;
}

.cart-amount {
    width: 13%;
}

.cart-amount p {
    position: relative;
    width: 93px;
    height: 35px;
    margin: 0;
    text-align: center;
}

.cart-amount-minus {
    right: -1px;
    background-color: #c6c6c6;
}

.cart-amount input {
    position: absolute;
    top: -1px;
    left: 24px;
    width: 45px;
    height: 35px;
    border: 1px solid #d0d0d0;
    text-align: center;
    z-index: 2;
}

.cart-amount-plus {
    left: -1px;
}

.cart-amount-plus, .cart-amount-minus {
    position: absolute;
    top: -1px;
    display: block;
    width: 25px;
    height: 35px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    transition: all 350ms linear;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}

.cart-price-without-vat {
    width: 12%;
    margin: 0;
    font-size: 18px;
    line-height: 1.1em;
}

.cart-price-without-vat span {
    display: block;
    font-size: 12px;
}

.cart-price-with-vat {
    width: 12%;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}
.cart-price-with-vat span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.cart-remove {
    width: 5%;
}

.cart-remove img {
    filter: grayscale(100%);
    transition: all 550ms linear;
}

.div_choose_bonus {
    padding: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f3f3e7;
    text-align: left !important;
    box-sizing: border-box;
}

.div_choose_bonus p {
    margin: 5px 0 0 0;
    color: #333;
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.div_choose_bonus p+label {
    margin-top: 15px;
    cursor: pointer;
}
.div_choose_bonus label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 13px;
}

.cart-row-sum {
    clear: both;
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding-top: 10px;
    border-top: 1px solid #3e3e3e;
}

.cart-dis {
    width: 71%;
    text-align: left;
    visibility: hidden;
}
.cart-price-without-vat {
    width: 12%;
    margin: 0;
    font-size: 18px;
    line-height: 1.1em;
}

.cart-price-without-vat span {
    display: block;
    font-size: 12px;
}

.cart-price-with-vat {
    width: 12%;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1em;
}

.cart-price-with-vat span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.cart-empty {
    margin: -10px 0 40px;
    text-align: left;
}

.cart-free-shipping {
    clear: both;
    float: left;
    width: 35%;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    color: #999;
}
.cart-free-shipping h3 {
    margin: 0;
    color: #3e3e3e;
    font-size: 16px;
}
.cart-free-shipping h3 span {
    color: #3eb94e;
    white-space: nowrap;
}
.cart-free-shipping > p {
    margin: 0;
}

.cart-free-shipping > p strong {
    white-space: nowrap;
}

.cart-free-shipping > div {
    width: 100%;
    height: 24px;
    margin-top: 3px;
    background-color: #f3f3f3;
    color: #3e3e3e;
}
.cart-free-shipping > div p {
    width: 1%;
    min-width: 70px;
    height: 100%;
    margin: 0;
    padding: 2px 7px;
    background-color: #d6d6d6;
    text-align: right;
}
.cart-cards {
    float: right;
    font-size: 12px;
}

.cart-cards img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.cart-prev {
    clear: both;
    float: left;
    margin: 30px 0;
}

.cart-next {
    float: right;
    margin: 30px 0;
}

.cart-prev a, .cart-next a, .cart-next button {
    display: block;
    height: 40px;
    border: 1px solid #b60e0e;
    background-color: #b60e0e;
    font-size: 18px;
    transition: all 250ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.cart-prev a span:first-child {
    width: 60px;
    padding-top: 8px;
    border-right: 1px solid #494949;
    line-height: normal;
}
.cart-prev a span {
    float: left;
    display: block;
    width: 220px;
    height: 38px;
    padding-top: 6px;
    padding-top: 0;
    line-height: 38px;
    transition: all 350ms linear;
    color: white;
}

.cart-next a span:first-child, .cart-next button span:first-child {
    width: 220px;
    padding-top: 6px;
    padding-top: 0;
    border-right: 1px solid #494949;
    line-height: 38px;
}

.cart-next a span, .cart-next button span {
    float: left;
    display: block;
    width: 60px;
    height: 38px;
    padding-top: 8px;
    transition: all 350ms linear;
    color: white;
}

.cart-next span img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.div_choose_bonus {
    padding: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f3f3e7;
    text-align: left !important;
    box-sizing: border-box;
}
.div_choose_bonus p {
    margin: 5px 0 0 0;
    color: #333;
    position: relative;
    font-weight: 700;
    font-size: 16px;
}
.div_choose_bonus p+label {
    margin-top: 15px;
    cursor: pointer;
}
.div_choose_bonus label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    cursor: pointer;
    font-size: 13px;
}

/*start checked icon */
.vin_sekce label {
    position: relative;
}

.check-icon.active {
    display: block;
}

.check-icon.inactive {
    display: none;
}

.check {
    position: absolute;
    right: -35px;
    top: -5px;
    width: 26px;
    height: 26px;
    background-color: #60b247;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.check.inactive {
    background-color: #b60e0e;
}

.check .check-icon {
    position: absolute;
    top: -13px;
    left: 7px;
    width: 50%;
    fill: #e5e5e5;
}

.check.active .check-icon {
    fill: #fff;
    -moz-animation: bounce 0.2s;
    -webkit-animation: bounce 0.2s;
    animation: bounce 0.2s;
    -moz-animation-delay: 0.08s;
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
}

.check.inactive .check-icon {
    fill: #fff;
    -moz-animation: bounce 0.2s;
    -webkit-animation: bounce 0.2s;
    animation: bounce 0.2s;
    -moz-animation-delay: 0.08s;
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
}

@-moz-keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* krok 2   start */

.checkout-shipping {
    margin: 0;
    padding: 10px;
    background-color: #ededed;
    font-weight: 600;
    text-align: left;
}

#customer_details > div {
    float: left;
    width: 50%;
    padding: 20px 0 35px;
    text-align: center;
}

#customer_details > div > div:first-of-type {
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
}

#customer_details > div > div, .woocommerce-shipping-fields > div > div {
    position: relative;
    padding: 5px 0;
}

#customer_details > div > label {
    clear: both;
    display: block;
    padding: 10px 0 10px 160px;
}

#customer_details > div > div label {
    display: inline-block;
    width: 140px;
    margin: 0 10px 0 0;
    text-align: right;
}

#customer_details input.form-control {
    width: 300px;
    height: 35px;
    margin: 5px 10px;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
}

#customer_details select.form-control {
    width: 300px;
    height: 35px;
    margin: 5px 10px;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
}

#customer_details > div > div #myCheck + label {
    width: auto;
    display: inline-block;
}

#customer_details .dodac_adress_form {
    display: none;
    width: 100%;
}

#customer_details textarea.form-control {
    width: 300px;
    height: 100px;
    margin: 5px 10px 20px;
    padding: 10px 15px;
    border: 1px solid #c7c7c7;
}

#customer_details > div > div.label-reset label {
    padding-top: 16px;
    vertical-align: top;
}

#cart-step-two input.form-control.error, form .form-control.error, #cart-step-two select.form-control.error {
    border: 1px solid #f00 !important;
}

.woocommerce-shipping-fields .label-reset #ship_note_id {
    padding-top: 16px;
    vertical-align: top;
}

/*  kork 2 stop */


/*  košík step 3*/

#third-cart-step {
    background-color: #fff;
}

#third-cart-step #shipping, #third-cart-step #payment {
    float: left;
    width: 50%;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.payment_methods {
    display: inline-block;
    width: 80%;
    text-align: left;
}

.payment_methods li {
    position: relative;
    padding: 20px 0 15px 19px;
    border-top: 1px solid #eee;
}

#payment .payment_methods li {
    padding: 20px 0 15px 90px;
}

.payment_methods li svg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 75px;
}

.active_shipping_custom {
    background-color: #69696996;
    font-weight: 600;
    border: 1px solid #2b2b2b17;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 6px 0px rgb(128, 128, 128);
}

.active_payment_custom {
    background-color: #69696996;
    font-weight: 600;
    border: 1px solid #2b2b2b17;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 6px 0px rgb(128, 128, 128);
}

/* kone ckošík step 3*/


/* košík  step 4*/

#final-form {
    padding: 20px 0 5px;
    background-color: #fff;
}

#final-form #table_shop {
    width: 100%;
}

#final-form #table_shop th, #final-form #table_shop td {
    padding: 5px 0 5px 10px;
}

#final-form #table_shop tr th:first-child, #final-form #table_shop tr td:first-child {
    text-align: left;
}
#final-form #table_shop thead th, #final-form #table_shop .order-total th {
    background-color: #241201;
    color: #fff;
}
#final-form #table_shop th {
    background-color: #e3e3e3;
}

#final-form #table_shop thead th, #final-form #table_shop .order-total th {
    background-color: #241201;
    color: #fff;
}
#final-form #table_shop th {
    background-color: #e3e3e3;
}

.checkout-conditions {
    text-align: right;
}

.registrace .checkout-conditions {
    text-align: center;
}

.text-mobile {
    display: none;
}

#final-form #table_shop tbody tr:nth-child(2n+1) td {
    background-color: #f3f3f3;
}

/* konec košík step 4  */

/*  konec košík */


/* profile box */

/*My profile section*/

.profile {
    clear: both;
    text-align: left;
}
.profile > h2 {
    margin-top: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    text-transform: uppercase;
}

.password-strength {
    position: relative;
}
.profile-left {
    float: left;
    width: 250px;
}
.profile-left ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}

.profile-left ul li {
    margin: 0 0 1px;
}

.profile-left ul li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #b60e0e;
    background-color: #b60e0e;
    color: #fff;
    font-size: 14px;
    transition: all 350ms linear;
    text-decoration: none;
}

.profile-left ul li.active a, 
.profile-left ul li a:hover {
    background-color: #fff;
    color: #b60e0e;
    text-decoration: none;
}

.profile-right {
    float: right;
    width: calc(100% - 280px);
}
.profile-right ul{
    list-style-type: none;
}

.profile-box {
    padding: 15px 25px 25px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.form-delivery label {
    display: inline-block;
    min-width: 150px;
}
.form-delivery label.error{
    color: #ff0000;
    padding: 0 10px;
}
.form-delivery input[type="text"], .form-delivery input[type="password"], .form-delivery input[type="email"], .form-delivery select {
    min-width: 300px;
    padding: 8px 12px;
}
.site-top.fixed, .rozcestnik.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.rozcestnik.fixed{
    top:50px;
    left: 0;
}

/* start left menu */

.main-left {
    display: block;
    float: left;
    width: 250px;
}
.main-left ul {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    background-color: #000000;
    color: #fff;
    list-style-type: none;
}
.main-left ul li:first-child {
    border: 0;
}
.main-left ul li {
    position: relative;
    padding: 0 30px 0 10px;
    border-top: 1px solid #8f8f8f;
    font-size: 15px;
}

.main-left ul li:after {
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #3e3e3e;
    content: " ";
    z-index: 2;
}
.main-left ul li:first-child:after,
.main-left ul li li:after {
    display: none;
}

.main-left ul li .hitarea {
    display: none;
    position: absolute;
    top: 20px;
    left: 2px;
    width: 9px;
    height: 9px;
    /*background-color: red;*/
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.main-left ul li .hitarea:before {
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    content: "\002b";
    z-index: 2;
}
.main-left ul li .hitarea.collapsable-hitarea:before {
    left: 2px;
    content: "\002d";
}
.main-left ul li.active li .hitarea:before,
.main-left ul li:hover li .hitarea:before {
    color: #fff;
}
.main-left ul li:hover .hitarea:before,
.main-left ul li.active .hitarea:before,
.main-left ul li.active li.active .hitarea:before,
.main-left ul li:hover li.active .hitarea:before,
.main-left ul li:hover li:hover .hitarea:before {
    color: #fff000;
}
.main-left ul li li .hitarea {
    top: 9px;
    left: -4px;
}

.main-left ul ul li .hitarea {
    display: block;
}

.main-left ul li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 15px 10px;
    padding: 15px 0;
    color: #fff;
    line-height: 1.3em;
    text-decoration: none;
}

.main-left ul li:hover a, .main-left ul li.active a {
    color: #b60e0e;
}

.main-left ul li a:before {
    position: absolute;
    top: 0;
    left: -25px;
    width: 7px;
    height: 100%;
    content: " ";
    background-color: #b60e0e;
    transition: all 250ms linear;
    z-index: 2;
    opacity: 0;
}
.main-left ul li.active a:before,
.main-left ul li:hover a:before {
    opacity: 1;
}

.main-left ul li a:after {
    position: absolute;
    right: -27px;
    display: block;
    height: 100%;
    color: #fff;
    font-size: 26px;
    content: "\0025BA";
    transform: translate(0, -42%) scale(0.5,1);
    transition: all 250ms linear;
    z-index: 2;
    /*opacity: 0;*/
}
.main-left ul li.active a:after, .main-left ul li:hover a:after {
    color: #b60e0e;
    opacity: 1;
}

.main-left ul ul {
    margin: 0;
    padding: 0 0 15px 10px;
}

.main-left li li {
    padding: 5px 0;
    border: 0;
    font-size: 13px;
}

.main-left li li a {
    height: auto;
    padding: 0 0 0 15px;
}

.main-left li:hover li a,
.main-left li.active li a,
.main-left li:hover li:hover li a,
.main-left li.active li.active li a,
.main-left li:hover li:hover li:hover li a,
.main-left li.active li.active li.active li a,
.main-left li:hover li:hover li:hover li:hover li a,
.main-left li.active li.active li.active li.active li a,
.main-left li:hover li:hover li:hover li:hover li:hover li a,
.main-left li.active li.active li.active li.active li.active li a {
    color: #fff;
}

.main-left li:hover li.active a,
.main-left li.active li.active a,
.main-left li:hover li:hover a,
.main-left li.active li.active li.active a,
.main-left li:hover li:hover li:hover a,
.main-left li.active li.active li.active li.active a,
.main-left li:hover li:hover li:hover li:hover a,
.main-left li.active li.active li.active li.active li.active a,
.main-left li:hover li:hover li:hover li:hover li:hover a,
.main-left li.active li.active li.active li.active li.active li.active a,
.main-left li:hover li:hover li:hover li:hover li:hover li:hover a {
    color: #fff000;
}

.main-left ul ul li a:before,
.main-left ul ul li a:after {
    display: none;
}

.main-left ul ul ul {
    padding: 10px 0 0 10px;
}

.main-left ul li .preview_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    border: 1px solid #3e3e3e;
    border-top: 5px solid #3e3e3e;
    background-color: #fff;
    z-index: 8;
}
.main-left ul li:hover .preview_menu {
    display: block;
}

.main-left ul li:hover .preview_menu:empty {
    display: none;
}

.main-left ul li .preview_menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent none;
    color: #3e3e3e;
    overflow: auto;
}

.main-left ul li .preview_menu ul li {
    float: left;
    width: 25%;
    padding: 15px 10px;
    /*border: 1px solid black;*/
    font-size: 14px;
    text-align: center;
}

.main-left ul li .preview_menu ul a {
    display: block;
    padding: 0;
    color: #3e3e3e;
    text-decoration: underline;
}

.main-left ul li .preview_menu ul li:hover a {
    color: #777;
}

.main-left ul li .preview_menu ul a p:first-child {
    position: relative;
    height: 50px;
    margin: 0;
    color: #3e3e3e;
    overflow: hidden;
}

.main-left ul li .preview_menu ul a p:first-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95%;
    margin: auto;
}

.main-left ul li .preview_menu ul a p:first-child + p {
    height: 38px;
    margin: 0;
    overflow: hidden;
}

.main-left .box {
    padding: 10px;
    background-color: #3e3e3e;
}

.main-left .box p {
    margin: 0;
    padding: 40px 0;
    border: 1px dashed #888;
    color: #fff000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.main-left .box p span {
    display: block;
    font-size: 18px;
}

.main-right {
    float: right;
    width: calc(100% - 270px);
}

.slider_home {
    height: 418px;
    visibility: visible;
    overflow: hidden;
}

.slider_home .bx-wrapper {
    margin: 0;
}

.main-right .box {
    margin: 0 0 70px;
    background: #ffff00 url('/assets/frontend/img/image.jpg') no-repeat right top;
    background-size: auto 100%;
}

.main-right .box > div {
    width: 400px;
    padding: 15px 40px 30px;
    background-color: #3e3e3e;
    color: #fff;
}

.main-right .box > div > h1 {
    margin: -10px 0 -15px;
    color: #fff000;
    font-size: 36px;
    text-align: left;
}

.main-right .box > div > p {
    margin: 20px 0;
    line-height: 1.2em;
}

.main-right .box > div > p:first-child {
    margin-bottom: 10px;
    font-size: 11px;
}

.main-right .box .action {
    margin-top: 40px;
    padding: 5px 20px;
    border: 2px dashed #999;
    overflow: auto;
}

.main-right .box .action p {
    float: right;
    margin: 0;
    color: #fff000;
    font-size: 28px;
    font-weight: 700;
}

.main-right .box .action p:first-child {
    float: left;
    padding-top: 6px;
    font-size: 20px;
    font-weight: 400;
}

/*  kone cleve menu */

/* kone cprofile box  */

    .tooltip_hover {
        display: none;
        position: absolute;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #161616;
        color: #fff;
        z-index: 999999;
    }

    .active_item_size{
        color: #ffffff;
        background-color: #795548;
    }

    .modal_sizes_element span:hover {
        -webkit-box-shadow: 0 0 10px #eae5e4;
        box-shadow: 0 0 10px #eae5e4;
        background-color: #795548;
        color: white;
    }
    
    .modal_sizes_element span.active_item_size  {
        -webkit-box-shadow: 0 0 10px #eae5e4;
        box-shadow: 0 0 10px #eae5e4;
        background-color: #795548;
        color: white;
    }

    .map-box-phone{
        visibility: hidden;
    }

    #myOverlay {
        background: black;
        opacity: 0.7;
        z-index: 999999999;
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #loadingGIF {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999999999;
        display: none;
        width: 150px;
        transform: translate(-50%, -50%);
    }

    .tooltip {
        display: none;
        position: absolute;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #161616;
        color: #fff;
        z-index: 63;
    }

    .heyo:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .enabled {
        cursor: pointer;
    }

    .description_tooltip_svg {
        pointer-events: none;
        position: absolute;
        font-size: 18px;
        text-align: center;
        background: white;
        padding: 10px 15px;
        z-index: 5;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        color: #21669e;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #eee;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
    }
    .description_tooltip_svg.active {
        display: block;
    }
    .description_tooltip_svg:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
    }

    .main-left ul li:hover .hitarea:before, .main-left ul li.active .hitarea:before, .main-left ul li.active li.active .hitarea:before, .main-left ul li:hover li.active .hitarea:before, .main-left ul li:hover li:hover .hitarea:before {
        color: #c53e3e;
    }

    .main-left ul li .hitarea {
        display: block;
        position: absolute;
        top: 21px;
        left: -6px;
        width: 9px;
        height: 9px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
    
    .open_tree_menu {
        color: #b91306!important;
    }
    
    .komb_pr_list {
        float: left;
        display: inline-block;
        padding: 10px;
        border: 1px solid #0e0d091c;
        margin: 10px 10px;
        width: 250px;
        background-color: #b60e0e;
        color: white;
        font-weight: 600;
        text-decoration: none;
        word-break: break-all;
    }
    .komb_pr_list:hover{
        text-decoration: underline;
        background-color: #d40b0b;
    }
    .item.pin_active {
        background: #dadada;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
        box-shadow: 0 0 10px rgba(0,0,0,0.75);
    }
    
    .name_master_cat{
        text-align: left;
    }
    .name_current_cat{
        text-align: left;
        font-weight: 800;
        margin: 0;
        padding: 0;
    }
    
    .main-left ul li .preview_menu {
        z-index: 9991;
    }
    
    .nd-info-message {
        margin-bottom: 0;
        font-size: 12px;
        padding: 0px;
    }
    
    .tags span.tip-doprava{
        background-color: #2196F3;
    }
    
    .detail-submit a.specialhref {
        display: block;
        width: 532px;
        padding: 5px 0 5px 40px;
        border: 1px solid #b60e0e;
        background: #b60e0e;
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .product_non_avaiable{
        padding: 10px 0px;
        background-color: #b60e0e;
        color: white;
        text-align: center;
        font-size: 21px;
    }
    
    ul.lSPager.lSGallery li{
        max-height: 115px;
    }
    
    canvas{
        cursor: grabbing;
    }
    
    .ui-slider-handle{
        cursor: grabbing;
    }
    
    .go-back a.go_back_classic{
        background: none;
        border: none;
        color: black;
        font-size: 14px;
        color: black;
        width: 250px;
        position: relative;
        top: -31px;
        font-weight: 500;
    }
    
    .js-fullscreen {
        float: right;
    }

@media (max-width: 1870px) {
    .slide-info {
        bottom: -30px;
    }
    .item h2 {
        height: 56px;
        font-size: 16px;
    }
     .action-curtain {
   
    height: 750px;
   
    }
}

@media (max-width: 1670px) {
    .site-header nav ul li a {
        padding: 15px 1.4vw;
    }
    .header {
        padding-left: 0;
    }
    
/*    .site-action > h2 {
        height: 58px;
        padding: 10px 10px 0 7vw;
        font-size: 32px;
    }
    .site-action > h2:after {
        border-width: 0 40px 58px 0;
    }*/
    .action-slider {
       /* padding: 0 5vw; */
    }
    .action-slide-title {
        font-size: 26px;
    }
    .action-slide-img {
        padding: 0 40px 0 0;
    }
    .slide-icons img {
        height: 80px;
    }
    .slide-img {
        height: 450px;
    }
    .slide-right {
        height: 450px;
    }
    .slide-title {
        font-size: 58px;
    }
    .adv-left h2 {
        font-size: 30px;
    }
    .adv-list li {
        font-size: 20px;
    }
    
    .action-curtain {
   
    height: 650px;
   
    }
}

@media (max-width: 1490px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
      .action-curtain {
   
    height: 600px;
   
    }
    .site-content {
        padding: 1vh 15px 3vh;
    }
    .fixed-contact {
        display: none;
    }
    .fixed-aaa {
        display: none;
    }
    header {
        padding: 15px;
    }
    .logo {
        padding: 0 2vw 0 0;
    }
    .logo img {
        max-height: 50px;
    }
    header > ul {
        width: 60vw;
    }
    header > ul li {
        margin: 0 0.4vw;
        font-size: 12px;
    }
    .site-header {
        /*justify-content: space-between;*/
    }
    .site-header nav ul li {
        font-size: 17px;
    }
    .action-slide {
        height: 530px;
    }
    .action-nail {
        top: -15px;
        left: 20vw;
        max-width: 40px;
    }
    .slide-img {
        height: 330px;
    }
    .slide-right {
        height: 350px;
    }
    .slide-title {
        font-size: 40px;
    }
    .site-slider .slick-prev {
        left: 5px;
    }
    .site-slider .slick-next {
        right: 5px;
    }
    .title {
        width: auto;
    }
    .article {
        line-height: 1.2;
    }
    .article.half a, 
    .category-top {
        height: 50%;
    }
    .article-link {
        padding: 5px 10px;
    }
    .site-map-content {
        padding: 0 15px;
    }
    .detail-warning {
        font-size: 17px;
    }
    .detail .lSAction > a {
        bottom: 27%;
    }
    .articles-slider .slick-prev, .site-action .slick-prev {
        left: -1vw;
    }
    .articles-slider .slick-next, .site-action .slick-next {
        right: -1vw;
    }
    #imagegrid-thumbs a > p {
        height: 23vw;
    }
    #imagegrid-thumbs a > p img {
        max-height: 100%;
    }
    #customer_details input.form-control, #customer_details select.form-control, #customer_details textarea.form-control {
        width: 230px;
    }
    .sign-links a {
        font-size: 15px;
    }
    .contact_pole {
        width: 74vw;
    }
    .regions {
        width: 27%;
    }
    .map {
        width: 73%;
    }
    .articles-slider .slick-prev, .articles-slider .slick-next {
        width: 35px;
        height: 43px;
        font-size: 90px;
        font-weight: 600;
    }
    .articles-slider .slick-prev, .site-action .slick-prev {
        left: 0;
    }
    .articles-slider .slick-next, .site-action .slick-next {
        right: 0;
    }
    .articles-slider .slick-prev:before, .articles-slider .slick-next:after, 
    .articles-slider .slick-prev:after, .articles-slider .slick-next:before {
        display: none;
    }
    .footer-col:first-child p + p img {
        max-height: 4.5vw;
    }
    footer h2 {
        font-size: 16px;
    }
}

@media (max-width: 1355px) {
    .slick-slide .action-slide-left img {
        max-height: 80px;
    }
    .site-accessories .item-price {
        font-size: 18px;
    }
    .site-accessories .item-price a {
        padding: 5px 35px 5px 10px;
        font-size: 16px;
    }
    footer > .footer-col {
        width: 20%;
        padding-left: 0;
    }
    .footer-cols {
        width: 80%;
    }
    .footer-col {
        max-width: none;
    }
      .action-curtain {
   
    height: 600px;
   
    }
    .detail-price{
    font-size: 18px;
     }
     
    .detail-price span {
     font-size:26px
     }
}

@media (max-width: 1086px) {
    #search_form {
        margin-top: 40px;
    }
    .site-header {
        display: block;
        padding: 15px 15px 10px;
        z-index: 24;
    }
    .menu-responsive {
        display: block;
    }
    nav {
        position: fixed;
        top: 0px;
        left: 0px;
        float: none;
        display: block;
        width: 82%;
        background: rgba(20,20,20,.95);
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
    }
    nav.active {
        transform: translateX(0);
    }
    .header_scroll {
        display: none;
    }
    .header_scroll > ul {
    }
    .header_scroll > ul li {
        font-weight: 400;
    }
    .header_scroll > ul li a {
        padding: 22px 0.4vw;
    }
    .header_scroll .logo img {
        max-height: 40px;
    }
    .site-header nav ul li {
        display: block;
        -webkit-transform: none;
        transform: none;
        text-align: center;
    }
    .site-header nav ul li a {
        padding: 5px 0;
        -webkit-transform: none;
        transform: none;
    }
    .action-slide-left {
        width: 40%;
        padding-right: 0;
    }
    .action-slide-save {
        font-size: 15px;
    }
    .slick-slide .action-slide-left img {
        max-height: 65px;
    }
    .action-images {
        width: 55%;
    }
    .action-images-left {
        float: none;
        width: 100%;
    }
    .action-images-right {
        display: none;
    }
    .action-nail {
        top: -25px;
        left: 22vw;
        max-width: 30px;
    }
    .slide-icons img {
        height: 40px;
        margin: 0 15px 10px 0;
    }
    .slide-img {
        height: 200px;
    }
    .slide-right {
        height: 240px;
        padding: 0 4vw 0 0;
    }
    .slide-title {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .slide-text {
        font-size: 18px;
    }
    .title p:first-child, h1.h1_kategorie_global {
        font-size: 20px;
        font-weight: 600;
    }
    .contact_pole {
        width: 100%;
    }
    .regions {
        font-size: 14px;
    }
    .prodejny .regions-list {
        -webkit-columns: 1;
        columns: 1;
    }
    .item {
        width: 50%;
    }
    .search_page_template .item {
        width: calc(50% - 10px);
    }
    .detail-price-notax {
        font-size: 15px;
    }
    .detail-price-notax span {
        font-size: 22px;
    }
    .detail-price {
        font-size: 20px;
        letter-spacing: 0;
    }
    .detail-price span {
        font-size: 30px;
    }
    .detail-submit a {
        width: auto;
        padding: 5px 0;
        background: #b60e0e none;
        text-align: center;
    }
    .detail-submit a:hover {
        background: #fff none;
    }
    .detail-360 img, .feature img {
        max-height: 50px;
    }
    .detail-warning {
        padding: 7px 60px 7px 10px;
        background: linear-gradient(225deg, transparent 13%, #3eb94e 13%);
        text-align: left;
    }
    .detail .lSAction > a {
        bottom: 30%;
    }
    .params-list p:nth-child(2n+1) {
        width: 150px;
    }
    .params-list p:nth-child(2n) {
        width: calc(50% - 150px);
    }
    #customer_details > div > label {
        padding: 10px 0 10px 6px;
    }
    .site-features > h2, .site-articles > h2, .site-map > h2, .site-accessories > h2, .site-action > h2 {
        font-size: 36px;
    }
    .main-left {
        display: none;
    }
    .boxes-wrapper {
        float: none;
        width: 100%;
    }
    .box-single {
        margin: 0 7px 15px;
    }
    .boxes-wrapper .site-accessories {
        padding: 0;
    }
    .site-accessories .items {
        padding: 0 15px;
    }
    .site-accessories .item {
        width: 31.3%;
    }
    .site-adv {
        padding: 7vw 15px 8vw;
    }
    .adv-left h2 {
        font-size: 20px;
    }
    .adv-list li {
        font-size: 16px;
    }
    .prop-mat a {
        max-width: 25%;
    }
    .footer-col {
        padding: 30px 2vw 0 2vw;
    }
      .detail-price{
    font-size: 15px;
     }
    .detail-price span {
     font-size:22px
     }
    p.detail-basic-price {
    font-size: 16px
    } 
    .custommer {
    float:none;
    margin-top:0px
    }
    
}

@media (max-width: 767px) {
    header {
        justify-content: space-between;
    }
    header > ul {
        display: none;
    }
    #search_form {
        width: 165px;
        margin: 0 30px 0 0;
    }
    .slide-middle {
        top: 10px;
        left: 30px;
        width: 52vw;
    }
    .slide-img {
        padding-top: 80px;
    }
    .slide-info {
        bottom: auto;
        top: 50px;
        font-size: 13px;
        text-shadow: 0 0 2px #fff;
    }
    .slide-right {
        width: 40vw;
        height: 160px;
    }
    .slide-title {
        font-size: 20px;
    }
    .slide-text {
        font-size: 16px;
    }
    .title {
        display: block;
    }
    .title p:first-child + p, h1.h1_kategorie_global + p {
        margin-top: -10px;
        padding: 0 0 5px;
        background: url('../img/bg-title2.png') no-repeat 0 bottom;
    }
    .site-features {
        display: none;
        padding: 30px 15px;
    }
    .site-features > h2:before, .site-articles > h2:before, .site-map > h2:before, .site-accessories > h2:before, .site-action > h2:before, 
    .site-features > h2:after, .site-articles > h2:after, .site-map > h2:after, .site-accessories > h2:after, .site-action > h2:after {
        display: none;
    }
    .site-features > div, .features {
        display: block;
    }
    .site-features > div p, .features p {
        margin: 1px 0;
    }
    .site-features > div img {
        max-height: 100px;
    }
    .feature {
        width: auto;
    }
    .feature img {
        max-height: 50px;
    }
    .feature h3 {
        margin: -5px 0;
    }
    .feature h3 + p {
        height: auto;
    }
    .articles {
        display: block;
    }
    .site-articles {
        display: none;
    }
    .articles-slider {
    }
    .articles-slider .slick-slide {
        margin: 0;
    }
    .gallery_page .grid {
        display: block;
    }
    .article, .article:nth-child(3), 
    .site-articles .grid > span {
        float: left;
        width: 30.2vw;
    }
    .site-map {
        background: none;
        font-size: 14px;
        text-align: center;
    }
    .site-map-content {
        display: block;
    }
    .map-nail {
        display: none;
    }
    .site-map > h2 {
        margin-bottom: 50px;
    }
    .sign-links {
        width: 80%;
        margin: 0;
    }
    .sign-links a {
        font-size: 14px;
    }
    .regions {
        float: none;
        width: 100%;
    }
    .prodejny .regions {
        width: auto;
    }
    .map {
        float: none;
        width: 100%;
    }
    .profile-left, 
    .profile-right {
        float: none;
        width: 100%;
    }
    .profile-left ul li a {
        padding: 2px 10px;
    }
    .item, 
    .site-accessories .item, 
    .classic_layout .item, 
    .level3 .item,
    .search_page_template .item {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 0 10px;
    }
    .item-img {
        height: auto;
    }
    .item-img a img {
        max-height: 270px;
    }
    .item h2 {
        height: auto;
    }
    .site-accessories .item-img a img {
        max-height: 100%;
    }
    .site-accessories .item-img + .item-stock {
        margin-top: 0;
    }
    .detail {
        overflow: visible;
    }
    .detail-left, .detail-right {
        float: none;
        width: auto;
        margin: 40px 0 0;
    }
    .detail-left h1 {
        font-size: 28px;
    }
    .detail-info-content {
        padding: 10px 0;
    }
    .detail .lSAction > a {
        display: none !important;
    }
    .detail-warning {
        background: #3eb94e;
    }
    .detail-info > ul li {
        padding: 4px 20px;
        border: 1px solid #f0efef;
    }
    .detail-info > ul li:hover, .detail-info > ul li.active {
        background: #f0efef;
    }
    #respolightgallery {
        display: none;
    }
    .params-list p:nth-child(2n+1) {
        width: 150px;
    }
    .params-list p:nth-child(2n) {
        width: calc(100% - 150px);
    }
    .action-curtain {
        display: none;
    }
/*    .site-action > h2 {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding: 10px;
        font-size: 24px;
        font-weight: 700;
    }
    .site-action > h2:after {
        display: none;
    }*/
    .action-slide {
        height: auto;
        padding: 0 0 0 30px;
    }
    .action-images {
        float: none;
        width: 100%;
    }
    .action-nail {
        left: 50%;
    }
    .action-slide-left {
        float: none;
        width: 100%;
        padding: 15px 0 0;
    }
    .action-slide-img {
        float: none;
        width: 100%;
    }
    .slick-slide .action-slide-img img {
        max-height: 300px;
    }
    .action-slide-save {
        min-width: 70%;
    }
    .action-slide-price {
        min-width: 70%;
    }
    .accessories-link a {
        font-size: 20px;
    }
    .site-news {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .news-xxl, .news-m {
        width: 100%;
        height: auto;
    }
    .news-xxl + .news-m,
    .news-m + .news-xxl {
        margin-left: 0;
    }
    .news-xxl > p,
    .news-m + .news-xxl > p,
    .news-xxl > div {
        float: none;
        width: auto;
    }
    .news-xxl > p img, .news-m > p img {
        position: relative;
        min-width: 0;
        max-width: 230px;
        min-height: 0;
        max-height: 150px;
        margin: 15px 15px -5px;
    }
    .news-xxl > div p.news-content {
        max-height: 150px;
    }
    #imagegrid-thumbs a {
        width: 50%;
    }
    #imagegrid-thumbs a:nth-child(3n+1) {
        clear: none;
        padding-left: 15px;
    }
    #imagegrid-thumbs a:nth-child(2n+1) {
        clear: both;
        padding-left: 0;
    }
    #imagegrid-thumbs a > p {
        height: 34vw;
    }
    .cart-progress li, .cart-progress li:first-child {
        float: none;
        width: auto;
        border-bottom: 1px solid #fff;
        text-align: left;
    }
    .cart-progress li a {
        padding: 12px 0 12px 10px;
    }
    .cart-progress li a span:first-child {
        text-align: center;
    }
    .cart-row {
        display: block;
        height: auto;
    }
    .cart-img {
        float: left;
        width: 50px;
    }
    .cart-item {
        float: left;
        display: block;
        width: calc(100% - 50px);
        height: auto;
    }
    .cart-amount {
        clear: both;
        width: auto;
        padding: 5px;
    }
    .cart-price-without-vat {
        width: auto;
        padding: 5px;
    }
    .cart-price-with-vat {
        width: auto;
        padding: 5px;
    }
    .cart-remove {
        position: absolute;
        top: -10px;
        right: 5px;
        width: 20px;
        z-index: 2;
    }
    .cart-row-sum {
        display: block;
    }
    #cart-step-two #customer_details > div {
        float: none;
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    #third-cart-step #shipping, #third-cart-step #payment {
        float: none;
        width: 100%;
    }
    .payment_methods {
        width: 100%;
    }
    #order_review {
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: auto; 
    }
    #table_shop th, #table_shop td {
        min-width: 100px;
    }
    .cart-free-shipping {
        margin-bottom: 30px;
    }
    .cart-prev, .cart-next {
        float: none;
        margin: 15px 0;
    }
    .cart-prev {
        margin-top: 40px;
    }
    .cart-next button {
        width: 100%;
    }
    .cart-prev a span, .cart-next a span:first-child, .cart-next button span:first-child {
        width: calc(100% - 60px);
    }
    .box-single {
        width: calc(50% - 15px);
        height: 110px;
    }
    .box-single-over {
        font-size: 13px;
    }
    .site-adv {
        text-align: center;
    }
    .site-adv div {
        display: block;
    }
    .adv-left, .adv-list {
        width: 100%;
        padding: 0;
    }
    .adv-list li:before {
        position: relative;
        bottom: auto;
        top: 1px;
        left: -10px;
        display: inline-block;
    }
    footer {
        display: block;
        text-align: center;
    }
    .footer-cols {
        float: none;
        width: 100%;
    }
    footer > .footer-col {
        float: none;
        width: 100%;
    }
    .footer-col {
        float: none;
        max-width: none;
        padding: 0 15px;
    }
    .footer-col:first-child img {
        max-height: 50px;
    }
    .footer-col:last-child img {
        max-height: 70px;
    }
    .footer-col:first-child p + p img {
        max-height: 50px;
    }
}

@media (max-width: 555px) {
    header {
        padding-left: 5px;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        max-height: 25px;
    }
    .slide-middle {
        width: 100%;
    }
    .slide-img {
        padding-top: 100px;
        text-align: center;
    }
    .slide-img img {
        float: none;
        margin: 0 auto;
    }
    .slick-slide .slide-bg img {
        max-width: none;
        max-height: 300px;
    }
    .slide-right {
        display: none;
    }
    .articles, 
    .gallery_page .grid {
        height: auto;
        padding: 0 15px;
    }
    .article, .article:nth-child(3), 
    .site-articles .grid > span {
        float: none;
        width: 100%;
        height: 150px;
        margin: 0 0 10px;
    }
    .article.half a, 
    .category-top {
        height: 100%;
    }
    .site-articles .complete {
        display: block;
        height: 100%;
    }
    .category2 .category-top + .category-top {
        display: none;
    }
    .contact-buttons a {
        width: 90%;
        margin: 0 0 5px;
    }
    .form-delivery input[type="text"], .form-delivery input[type="password"], .form-delivery input[type="email"], .form-delivery select {
        width: 100%;
        min-width: 0;
    }
    .shops-list-item > div:first-child, .shops-list-item > div + div {
        float: none;
        width: auto;
    }
    .shops-list-item > div:first-child > p {
        max-height: 300px;
    }
    .shops-list-item > div + div h2 a {
        font-size: 22px;
        line-height: 1;
    }
    .site-shop {
        font-size: 15px;
    }
    .site-shop > div, .site-shop > div + div {
        float: none;
        width: auto;
    }
    .detail-submit a {
        font-size: 22px;
    }
    .params-list p:nth-child(2n+1), .params-list p:nth-child(2n) {
        float: none;
        width: auto;
        height: auto;
    }
    .params-list p:nth-child(2n) {
        background-color: #ddd;
    }
    .action-slide-title {
        font-size: 22px;
    }
    .action-slide-price {
        font-size: 30px;
    }
    .action-slide img {
        margin: auto;
    }
    .action-slide-title:before {
        display: none;
    }
    #imagegrid-thumbs a {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    #imagegrid-thumbs a:nth-child(3n+1) {
        padding-left: 0;
    }
    #imagegrid-thumbs a:nth-child(2n+1) {
        padding-left: 0;
    }
    #imagegrid-thumbs a > p {
        height: auto;
        max-height: 300px;
        text-align: center;
    }
    #imagegrid-thumbs a > p img {
        top: 0;
        left: 0;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        transform: none;
    }
    .cart-free-shipping {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .cart-cards {
        float: none;
    }
    .prop-mat {
        display: block;
    }
    .prop-mat a {
        display: block;
        max-width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 464px) {
    .vin_code_input {
        max-width: 110px;
    }
    #customer_details > div > div label {
        display: block;
        width: 100%;
        text-align: center;
    }
    .payment_methods li, #payment .payment_methods li {
        padding: 15px 0 5px;
    }
    .payment_methods li svg {
        display: none;
    }
}

iframe.moto {
    min-height: 810px;
}