
/* === RESET === */
html {
min-height: 100%;
}

body {
font-family: 'Open Sans', sans-serif;
padding: 0;
margin: 0;
}

a {
color: inherit;
text-decoration: none;
opacity: 1;
transition: opacity 0.5s;
}

a:hover, a:focus {
opacity: 0.8;
text-decoration: none;
color: inherit;
}
#eshop-product .fb_iframe_widget{
text-align: right;
}
a.underline {
text-decoration: underline;
}

ul {
list-style: none;
}

header,
main,
nav,
article,
footer,
section {
display: block;
}

iframe {
border: none;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

::selection {
background: #800;
color: #fff;
text-shadow: none;
}

::-moz-selection {
background: #446CB3;
color: #fff;
text-shadow: none;
}

::-webkit-input-placeholder {
color: #aeaeae;
}

:-moz-placeholder {
color: #aeaeae;
}

::-moz-placeholder {
color: #aeaeae;
}

:-ms-input-placeholder {
color: #aeaeae;
}

.clearfix {
display: block;
clear: both;
float: none;
}

input[type="file"].fake {
display: none;
}

.bold {
font-weight: 600;
}

table {
width: 100%;
}
.fb_iframe_widget{
text-align: center;
margin-top: 15px;
display: block!important;
}
/* === CMS === */
#navigation {
width: 100%;
height: 100%;
position: fixed;
left: -100%;
top: 0;
overflow: auto;
background-color: rgba(255, 255, 255, 0.8);
color: #000;
z-index: 100;
transition: left 0.5s;
}

#navigation.opened {
left: 0;
}
.youtube{
    float: left;
    font-size: 4em;
    margin-top: 17px;
}
.youtube + span{
    position: absolute;
    bottom: -37px;
    font-size: 2em;
    left: 25px;
}
#navigation ul {
position: relative;.guidepost .logo
margin-left: 20px;
}

#navigation ul li {
line-height: 30px;
}

#navigation ul li:first-child {
border: none;
}

#navigation ul li a {
padding: 10px;
display: block;
font-size: 16px;
font-weight: 400;
border-bottom: 1px solid #eee;
}

#navigation ul li.sub-container > ul {
height: 0;
overflow: hidden;
background-color: #666;
}

.sub-menu.active {
height: auto !important;
}

#menu-open {
display: block;
width: 32px;
height: 32px;
border-radius: 5px;
float: right;
margin-top: 3px;
}

#menu-open span {
border-bottom: 4px solid #000;
border-radius: 2px;
display: block;
width: 24px;
margin: 5px auto;
}

#menu-close {
display: block;
position: absolute;
width: 51px;
height: 51px;
top: 0;
right: 0;
background-color: #df1f26;
text-align: center;
padding: 0;
font-size: 30px !important;
color: #fff;
}

#menu-close:hover {
color: #fff !important;
}

#author {
text-align: center;
padding-top: 20px;
font-weight: 600;
}

button.href {
background: transparent;
border: none;
outline: none;
}

.form input[type="text"], .form input[type="password"], .form select, .form textarea, .form label {
display: block;
width: 100%;
}

.form label {
padding-top: 10px;
font-weight: 600;
cursor: pointer;
}

.form label.inline {
display: inline-block;
width: auto;
}

.form input[type="text"], .form input[type="password"], .form select, .form textarea {
padding: 5px;
border: 1px solid #ccc;
outline: none;
transition: border-color 0.3s, box-shadow 0.3s;
}

.form textarea {
min-height: 200px;
}

.form input[type="text"].error, .form input[type="password"].error, .form select.error, .form textarea.error {
box-shadow: 0px 0px 2px 1px #f00;
border-color: #f00;
}

.form input[type="text"]:focus, .form input[type="password"]:focus, .form select:focus, .form textarea:focus {
box-shadow: 0px 0px 2px 1px  #800;
border-color: #800;
}

.form .required-label:after {
content: '*';
}

.form label.button-label {
display: inline-block;
width: auto;
vertical-align: 2px;
}

.radio-group label {
transition: color 0.2s;
}

.radio-group .error {
color: #f00;
}

.form .nostyle {
border: none !important;
outline: none !important;
background: transparent !important;
}

.form .nostyle:focus {
box-shadow: none !important;
}

.error-layout {
text-align: center;
padding-top: 50px;

}

.error-layout h2 {
font-size: 24px;
}

.error-layout p {
font-size: 20px;
}

/* === CUSTOM === */
body {
color: black;
background-color: #800;
}

header, main {
background-color: #fff;
}

#menu-close {
background-color: black;
}

#menu-open {
margin-top: 15px;
}

#logo {
margin: 0;
margin-top: 10px;
}

#logo a {
display: inline-block;
text-indent: -999999px;
background-image: url(../img/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
height: 79px;
width: 250px;
}

#sub-logo {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 400;
padding-top: 5px;
display: block;
padding-left: 5px;
}
.wholesale-discount-wrapper {
    display: inline-block;
    margin-right: 26px;
    color: white;
    border: 2px dotted white;
    padding: 1px 7px;
}
.wholesale-discount{
    font-weight: 600;
    margin-left: 5px;
    color: #eee
}
.discount-wrapper{
    border: 1px solid;
    padding: 15px;
    margin-top: 15px;
    width: 78%;
    margin: 47px auto;
}
.discount-value{
    display: inline-block;
    width: 100%;
    height: 50px;
    color: #800;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}
.discount-text{
    display: inline-block;
    font-size: 18px;
    margin-left: 2px;
    width: 100%;
    text-align: center;
}
#top-panel {
background-color: #800;
color: #000;
text-align: right;
}

#top-panel a {
color: white;
font-size: 13px;
}
.nadpis-typu{
    color: black;
    font-weight:  600;
}
.nadpis-typu span{
    color: red;
    font-weight:  600;
}
#top-panel a.cart {
color: #fff;
margin-right: 15px;
font-size: 20px;
top: 1px;
position: relative;
}

#top-panel a.cart.full:after {
display: block;
content: attr(data-items);
font-size: 10px;
background-color: #f00;
width: 15px;
height: 15px;
text-align: center;
line-height: 15px;
color: #fff;
position: absolute;
top: 0px;
right: -5px;
border-radius: 15px;
}

#top-panel .login {
margin-right: 15px;
}

#top-panel .login, #top-panel .register {
line-height: 36px;
}

#top-panel #user {
display: inline-block;
height: 100%;
width: auto;
background-color: #aa2222;
padding: 7px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
vertical-align: middle;
margin-left: 15px;
position: relative;
overflow: visible;
height: 34px;
min-width:110px;
}

#top-panel #user .image {
width: 30px;
height: 30px;
border-radius: 25px;
overflow: hidden;
text-align: center;
border: 2px solid #fff;
background-color: #cc4444;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}

#top-panel #user .image img {
width: 100%;
height: 100%;
}

#top-panel #user .options {
position: absolute;
top: 100%;
right: 0;
z-index: 20;
width: 100%;
background-color: #aa2222;
overflow: hidden;
height: 0;
transition: height 0.3s;
}

#top-panel #user .options.opened {
height: 87px;
}

#top-panel #user .options li a {
color: #fff;
padding: 5px;
display: block;
}

#options-open {
margin-left: 5px;
}
.menu-left{
margin-left: 11px;
font-weight: 400;
}
#contacts {
font-size: 12px;
}

.here-for-you {
margin-top: 5px;
}

#categories-menu {
padding: 0;
}

#categories-menu li a {
display: block;
padding: 7px;
font-size: 16px;
color: black;
padding-left: 15px;
border-radius: 4px;
font-weight: 400;
transition: background-color 0.2s, color 0.2s;
}

#categories-menu li a:hover, #categories-menu li.active > a {
background-color: black;
color: #fff;
}

#categories-menu .children-container {
position: relative;
color: #fff;
}

.children-container > .child {
transition: opacity 0.2s;
white-space: nowrap;
position: absolute;
left: 0;
border: 1px solid #ddd;
border-radius: 5px;
z-index: 20;
top: 100%;
opacity: 0;
display: none;
background-color: #fff;
width: 100%;
min-width: 150px;
}

.children-container:hover > .child {
opacity: 1;
display: block;
}

#banner {
margin-top: 1px;
}

#banner img {
width: 100%;
border-radius: 10px;
}

#content {
padding-top: 0px;
}

#benefits li {
display: block;
width: 100%;
vertical-align: top;
min-height: 46px;
border-width: 1px;
border-style: solid;
padding: 3px;
margin-bottom: 10px;
color: #663399;
border-color: #663399;
}

#benefits li:nth-child(even) {
color: black;
border-color: black;
}

#benefits li .fa {
font-size: 40px;
width: 40px;
display: block;
float: left;
margin-right: 10px;
text-align: center;
}

.products-slideshow {
text-align: center;
}

.products-slideshow img {
width: 100%;
}

.product-sort h2, #base-categories h2 {
color: red;
font-weight: 200;
font-size: 24px;
margin-bottom: 20px;
text-align: center;
border-bottom: 3px solid black;
padding-bottom: 10px;
display: block;
}

.slideshow-controls {
position: relative;
margin-top: 5px;
height: 30px;
margin-bottom: 30px;
}

.slideshow-controls button {
font-size: 30px;
position: absolute;
top: 0;
left: 0;
}

.slideshow-controls button.right {
left: auto;
right: 0;
}

footer {
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
}

.nopadding {
padding: 0 !important;
}

.subpage {
padding-bottom: 20px;
min-height: 250px;
}

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

#eshop-product .content {
padding-top: 15px;
}

#eshop-product h2 {
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
color: #000;
font-size: 20px;
font-weight: 600;
}

#eshop-product img {
width: 100%;
border-radius: 5px;
border: 1px solid #888;
}

#eshop-product .image-container {
display: block;
width: 100%;
}

#eshop-product .sub-images li {
width: 19%;
margin-right: 1%;
margin-top: 10px;
display: inline-block;
}

#eshop-product .description {
color: #2d2e2e;
padding-top: 20px;
padding-bottom: 20px;
}

#eshop-product .short-description {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
text-align: justify;
font-weight: 400;
}

#add-to-cart-form {
width: 100%;
margin: 20px auto;
color: #800;
font-size: 20px;
border-radius: 5px;
font-weight: 400;
text-align: right;
}

#add-to-cart-form .availability {
padding: 5px;
border-bottom: 1px solid #fff;
display: block;
text-align: center;
color: #fff;
background-color: #800;
}

#add-to-cart-form .price-container {
display: inline-block;
vertical-align: middle;
text-align: right;
font-size: 24px;
font-weight: 600;
border-right: 1px solid #fff;
color : black;
}

#add-to-cart-form .price-container .price {
display: block;
}

#add-to-cart-form #quantity {
vertical-align: middle;
display: inline-block;
text-align: right;
padding-right: 50px;
color: black}

#add-to-cart-form #quantity label {
font-size: 14px;
font-weight: 400;
display: inline-block;
font-weight: 600;
padding-right: 10px;
}

#add-to-cart-form #quantity .input-group {
display: inline-block;
}

#add-to-cart-form #quantity .input-group-btn {
display: inline-block;
}

#add-to-cart-form #quantity button {
display: inline-block;
background: transparent;
border: none;
outline: none;
}

#add-to-cart-form #quantity input {
width: 30px;
text-align: center;
display: inline-block;
vertical-align: middle;
background: transparent;
border: none;
outline: none;
border: 1px solid black;
padding: 0px 3px;
font-weight: 500;
font-size: 17px;
margin: 0 9px;
}

#add-to-cart-form button[disabled] {
background-color: #5c5f6f !important;
cursor: default;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

header.disabled, footer.disabled {
display: none;
}

.spinner {
display: inline-block !important;
}

#add-to-cart-form .option {
border-bottom: 1px solid #fff;
padding-top: 5px;
padding-bottom: 5px;
}

#add-to-cart-form select {
display: block;
border: none;
outline: none;
background-color: #fff;
color: #3a3f4e;
border: 1px solid #ddd;
width: 100%;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#add-to-cart-form select.error {
background-color: #C0392B;
color: #fff;
border-color: #C0392B;
}

#add-to-cart-form .discount {
font-size: 14px;
}

#product-social {
padding-top: 20px;
}

.discount:after {
content: '%';
}

.discount:before {
content: '-';
}

.price.discounted {
text-decoration: line-through;
color: #f00 !important;
}

.price.eur:after {
content: '€';
}

.price.usd:after {
content: '$';
}

.price.gbp:after {
content: '£';
}

.price.jpy:after {
content: '¥';
}

.price:after {
/*padding-left: 5px;*/
}

#add-to-cart-button {
background-color: transparent;
outline: none;
border: none;
padding-top: 0;
padding-right: 10px;
text-align: center;
display: inline-block;
background-color: #800;
color: #fff;
margin-top: 10px;
height: 40px;
line-height: 40px;
border-radius: 2px;
transition: opacity 0.3s;
}

#add-to-cart-button:hover {
opacity: 0.8;
}

#add-to-cart-button .fa {
display: inline-block;
height: 40px;
width: 40px;
line-height: 35px;
background-color: #fff;
color: #800;
vertical-align: top;
border-radius: 2px;
border: 3px solid #800;
text-align: left;
padding-left: 7px;
}

#cart {
padding-top: 15px;
}

#cart .row {
border: 1px solid #ccc;
padding-top: 5px;
padding-bottom: 5px;
}

#cart .row#cart-button-container {
border: none;
padding: 0;
padding-bottom: 100px;
background-color: transparent !important;
}

#cart .row#cart-button-container div {
padding: 0;
}

#cart .row:nth-child(even) {
background-color: #eee;
}

#cart .head {
border: 1px solid #ccc;
font-weight: 600;
padding-bottom: 5px;
padding-top: 5px;
font-size: 16px;
display: none;
}

#cart .name {
font-weight: 600;
}

#cart .number {
display: none;
}

#cart .label {
font-size: 16px;
font-weight: 600;
}

#cart-button-container {
margin-top: 15px;
margin-right: -15px;
}

.button {
display: inline-block;
border: none;
outline: none;
background-color: #800;
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 5px;
opacity: 1;
color: #fff;
transition: opacity 0.3s, color 0.3s;
}

.button:hover {
opacity: 0.8 !important;
color: #fff !important;
}

.button.block {
display: block;
width: 100%;
}

.top-offset {
margin-top: 20px;
}

.top-offset-big {
margin-top: 60px;
}

.right-align {
text-align: right;
}

.remove-from-cart {
display: inline-block;
font-size: 18px;
}

.inpage-message {
font-size: 18px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-weight: 600;
width: 100%;
display: block;
}

main {
min-height: 200px;
}

#cart .quantity {
max-width: 30px;
padding: 5px;
font-size: 16px;
text-align: center;
outline: none;
border: none;
background: transparent;
font-weight: 600;

border: 1px solid black;
padding: 0px 3px;
font-weight: 500;
font-size: 17px;
margin: 0 9px;
}

#cart .input-group-btn button {
background-color: transparent;
border: none;
outline: none;
}

.form h3 {

border-bottom: 1px solid;
margin-top: 20px;
margin-bottom: 15px;

}
.text-container h3{
border-bottom: none;
}
.details {
display: block;
font-size: 12px;
}

#final-price {
font-size: 24px;
font-weight: 600;
}

#finish-order {
display: block;
margin-top: 15px;
}

.product-container {
padding: 5px;
}

.subpage .product-container {
padding: 0;
padding-bottom: 15px;
}

.product-show {
max-width: 300px;
display: inline-block;
position: relative;
text-align: center;
border: 1px solid #eee;
width: 100%;
}

.product-show.new:after {
content: 'Novinka';
position: absolute;
right: -40px;
top: 10px;
display: block;
transform: rotate(45deg);
border-bottom: 50px solid #eee;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 150px;
text-align: center;
line-height: 50px;
font-size: 15px;
font-weight: 300;
color: #fff;
}

.product-show .label {
position: absolute;
left: -41px;
top: 13px;
display: block;
transform: rotate(-45deg);
border-bottom: 50px solid red;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 160px;
text-align: center;
line-height: 50px;
font-size: 30px;
font-weight: 300;
color: #fff;
z-index: 10;
}

.product-show h3 {
text-align: center;
display: block;
padding-top: 12px;
font-weight: 600;
font-size: 15px;
min-height: 51px;
}

.product-show .image-container {
min-height: 230px;
width: 100%;
position: relative;
overflow: hidden;
line-height: 230px;
}

.subpage .product-show .image-container {
min-height: 260px;
line-height: 260px;
}

.product-show .image-container img {
margin: 0;
padding: 0;
width: 100%;
height: auto;
}

.product-show .image-container.vertical {
height: 190px;
width: 190px;
}

.product-show .image-container.vertical img {
height: auto;
width: 100%;
}

.product-show .text-container {
padding: 5px;
background-color: #eee;
min-height: 50px;
}
#base-categories .top-offset {
text-align: center!important;
}
.product-show .price {
color: red;
font-weight: 600;
font-size: 18px;
display: inline-block;
}

.product-show span {
display: inline-block;
margin-right: 5px;
}

#eshop-category .content {
text-align: center;
}

#eshop-category img {
width: 100%;
}

#eshop-category .pagination {
padding: 10px;
}

#eshop-category .pagination a {
display: inline-block;
width: 25px;
height: 25px;
line-height: 23px;
text-align: center;
background-color: blue;
color: #fff;
border-width: 1px;
border-style: solid;
border-color:blue;
}

#eshop-category .pagination a.active {
border-color: blue;
color: blue;
background-color: transparent;
}

#layout {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
}

#layout #over {
width: 80%;
max-width: 500px;
margin: 20px auto;
background-color: #eee;
text-align: center;
padding-top: 20px;
color:#800;
}

#layout #over #text {
padding: 0 30px;
display: block;
font-size: 20px;
margin-bottom: 20px;
font-weight: 400;
}

#layout #over #okay {
background-color: #800;
display: block;
width: 100%;
padding: 10px;
color: #fff;
border: none;
outline: none;
}

h2.light {
text-transform: uppercase;
font-weight: 400;
text-align: center;
font-size: 30px;
}

#profile {
display: block;
width: 100%;
}

#profile.empty {
display: none;
}

#search-container {
display: block;
margin-top: 15px;
}

#search {
border: 1px solid #c7cddb;
border-right: none;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
height: 25px;
padding: 0px;
padding-left: 10px;
display: inline-block;
width: 80%;
outline: none;
color: #8c97b2;
font-size: 13px;
}
.fa.fa-search{
line-height: 21px;
}
#search-button {
height: 25px;
width: 20%;
display: inline-block;
border: 1px solid #c7cddb;
border-left: none;
background-color: #fff;
color: #8c97b2;
font-size: 13px;
padding-right: 10px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
outline: none;
min-width: 20px;
}

.table-responsive {
overflow: auto;
width: 100%;
}

.table td, .table th {
padding: 5px 15px;
border-collapse: collapse;
border: 1px solid #ddd;
}

.table tr:nth-child(even) {
background-color: #eee;
}

.table tr:nth-child(odd) {
background-color: #fdfdfd;
}

.table tr:nth-child(even) td:nth-child(odd) {
background-color: #e5e5e5;
}

.table td:nth-child(odd) {
background-color: #eee;
}

.table th {
white-space: nowrap;
text-align: left;
}

#subpage-image {
width: 50%;
display: block;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

#subpage img {
max-width: 100%;
}

#subpage ul {
list-style: circle;
}

#subpage ul li {
margin-left: 20px;
}

#heading {
padding-top: 15px;
}

#heading a:hover {
background: transparent !important;
opacity: 1;
}

.product-video {
width: 100%;
height: 350px;
}

#heading h3 {
display: block;
background-color: #800;
padding: 5px;
padding-left: 20px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
line-height: 37px;
}

.category-path {
font-size: 13px;
color: black;
text-decoration: underline !important;
}

footer {
text-align: center;
}

footer .col-sm-3 {
margin-bottom: 20px;
}

#print-button, #add-to-favorites-button {
font-size: 20px;
padding-left: 20px;
color: black;
}

.table-thumb {
width: 36px;
text-align: center;
}

.table-thumb img {
width: 30px;
}

#similar-products .product-show figure {
min-height: 150px;
}

#similar-products .product-show img {
border-radius: 0;
border: none;
}

#similar-products h3 {
padding-left: 15px;
}

#similar-products h3.offset {
    font-weight:  400;
}

#similar-products {
text-align: center;
}

#filter-form {
padding-bottom: 10px;
text-align: right;
}

#filter-form label {
display: inline-block;
width: 110px;
font-weight: 300;
margin-bottom: 10px;
}

#filter-form .button {
background-color: black;
font-size: 12px;
}

#comments li {
padding-top: 15px;
}

#comments li .name {
font-weight: bold;
text-transform: uppercase;
}

#comments li .time {
font-style: italic;
display: block;
font-size: 13px;
}

#comments li .description {
padding: 0;
padding-top: 5px;
}

#comment-form {
display: block;
}

#comment-form label {
display: block;
font-weight: 600;
font-size: 14px;
}

#comment-form textarea {
font-size: 13px;
font-family: 'Open Sans', sans-serif;
display: block;
width: 100%;
height: 70px;
min-height: 0;
padding: 5px;
}

#rating label {
display: block;
}

#rating button {
font-size: 24px;
cursor: pointer;
}

.button.red {
background-color: #CF000F;
}

.button.blue {
background-color: #800;
}

.form label.inline-label {
display: inline-block;
width: auto;
margin-left: 10px
}

#quick-register {
height: 186px;
overflow: visible;
transition: height 0.5s;
}

#quick-register.noregister {
height: 0;
overflow: hidden;
}

.acceptance {
text-align: right;
}

#order h2 {
margin-top: 20px;
}

#base-categories .category-show {
width: 100%;
text-align: center;
border: 1px solid #ddd;
display: block;
}
#base-categories .top-offset{
margin-top: 4px;
}
#base-categories .category-show h3 {
background-color: #eee;
border-top: 1px solid #ddd;
display: block;
padding-top: 10px;
padding-bottom: 10px;
}

#base-categories .category-show img {
width: 100%;
}

.blue-area {
background-color: #F5F5F5;
padding: 15px;
}

#category-heading {
text-align: left;
font-weight : 600!important;
}

#eshop-category .description {
padding: 15px;
font-style: italic;
border: 1px solid #070707;
font-weight: 600;
}

.imgcon {
height: 250px;
line-height: 250px;
overflow: hidden;
}

.imgcon img {
width: 100%;
height: auto;
}

.imgcon.vertical {
width: 250px;
}

.imgcon.vertical img {
width: auto !important;
height: 108%;
}

#base-categories h3 {
vertical-align: middle;
}

#search-form {
width: auto;
max-width: 250px;
}

#cross #logo {

text-align: center;
margin: 0 auto;
display: inline-block;
line-height: 3em;
font-size: 0.75em;
}

#cross h1 {
float: none;
}

#cross h2 {
font-size: 0.9em;
margin-top: 4px;
font-weight: 500;
margin-bottom: 20px;
}

.cross-color {
background-color: #eee;
}

#cross .header {
text-align: center;
}

.offset.cross-color {
padding-top: 10px;
}

#cross .menu-select img {
width: 100%;
margin: 0 auto;
display: block;
height: 100px;
margin-bottom: 16px;
}
#cross .menu-select{
float: right;
}
#cross #logo a {
height: 77px;
width: 180px;
}
#cross #banner{
display: block;
width: 61%;
}
#banner img {
width: 108%;
overflow: hidden;
}
.effect8
{
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
content:"";
position:absolute;
z-index:-1;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:10px;
bottom:10px;
left:0;
right:0;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.effect8:after
{
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}

@media screen and (min-width: 600px) {
#cross .menu-select{
width: 36%;
display: inline-block;
}
#cross .menu-select img{
height: 190px;
}
.left img {
float: right;
margin-right: 15px!important;
}
.right img {
float: left;
margin-left: 15px!important;
}
#banner {
float: left;
}
#cross h2 {
font-size: 3em;
margin-top: 4px;
font-weight: 500;
margin-bottom: 20px;
display: inline-block;
/* float: left; */
position: absolute;
bottom: 0px;
left: 0px;
margin-left: 29%;
}
#cross #logo a {
height: 105px;
width: 225px;
}
#cross #logo {
text-align: center;
margin: 0 auto;
display: inline-block;
line-height: 3em;
font-size: 0.75em;
float: left;
}
#cross .header {
margin-bottom: 20px;
position: relative;
}
}

@media screen and (max-width: 768px) {


.children-container.children-active > .child {
position: static;
display: block;
opacity: 1;
}

#bottom-tel {
margin-top: -45px;
display: block;
}

#search-container {
margin-top: 20px;
}

}
@media screen and (min-width: 768px) {
/* === CMS === */
#menu-close {
display: none !important;
}
#categories-menu ul{
margin-bottom: 25px;
}
#menu-open {
display: none;
}

#navigation {
position: static;
background-color: transparent;
height: auto;
}

#navigation ul li {
display: inline-block;
border: none;
margin-right: 10px;
}

#navigation ul li a {
padding: 5px;
font-size: 16px;
border: none;
font-weight: 400;
}

.error-layout h2 {
font-size: 50px;
}

/* === CUSTOM === */
main {
min-height: 400px;
}

#navigation {
height: 45px;
line-height: 40px;
overflow: hidden;
display: inline-block;
width: auto;
margin-bottom: 20px;
margin-left: 21px;
}

#navigation ul li {
margin-right: 0px;
}

#navigation ul li a {
height: auto;
width: auto;
padding: 0;
font-size: 12px;
font-weight: 400;
padding-left: 15px;
padding-right: 15px;
border-radius: 4px;
color: black;
transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}

#navigation ul li a:hover, #navigation ul li a.active {
color: #fff;
background-color: black;
}

.navigation-container {
height: 100%;
padding: 0;
color: #444c63;
}

#logo a {
height: 75px;
width: 100%;
position: relative;
top: 14px;
}

#sub-logo {
padding-left: 0;
font-size: 12px;
}

.height100 {
height: 100px;
}

#contacts {
text-align: right;
font-size: 14px;
}

#contacts p, #contacts .p {
text-align: right;
display: block;
}

#contacts .tel {
font-size: 16px;
}

#contacts p:last-child, #contacts .p:last-child {
display: block;
}

#benefits li {
display: inline-block;
width: 24%;
margin-right: 1%;
margin-bottom: 10px;
margin-top: 7px;
}

#benefits li:last-child {
margin: 0;
margin-top: 7px;
width: 25%;
}

#cart .head, #cart .number {
display: block;
}

#cart .row {
border-top: none;
}

#cart .head {
border-top: 1px solid #ccc;
}

#cart .label {
display: none;
}

.inpage-message {
font-size: 40px;
}

#final-price {
font-size: 40px;
}

#eshop-category .product-show {
margin-top: 0;
}

#layout #over {
margin-top: 10%;
}

#layout #over #text {
font-size: 24px;
}

.desktop-nopadding {
padding: 0 !important;
}

.desktop-right-align {
text-align: right !important;
}

.children-container > .child {
width: auto;
left: 100%;
top: -1px;
}

#search-container {
display: inline-block;
margin: 0;
margin-top: 25px;
}

footer {
text-align: left;
}
footer h3{
font-weight:  600;
}
footer li a{
font-weight:  400;
}
#filter-form label {
width: auto;
}

#filter-form .filter {
display: inline-block;
margin-right: 10px;
}

#order .row.big {
height: 980px;
margin-top: 15px;
}

#order .row.small {
height: 250px;
padding-top: 10px;
}

#order .row .col-sm-4 {
height: 100%;
}

#order .row .col-sm-4:nth-child(even) {
background-color: #f1f1f1;
}

#order .row .col-sm-4:nth-child(odd) {
background-color: #e1e1e1;
}
}

@media screen and (min-width: 992px) {
.product-video {
width: 75%;
height: 390px;
}

#navigation ul li a {
font-size: 16px;
}

#navigation ul li {
margin-right: 5px;
padding-top: 5px;
}

#sub-logo {
padding-left: 0;
font-size: 17px;
}
}

/* === PRINT === */
@media print {
img {
max-width: 150px;
height: auto;
}

body, footer, header {
background-color: #fff;
color: #000 !important;
}

body * {
background-color: #fff !important;
color: #000 !important;
border: none !important;
}

#logo a {
text-indent: 0;
}

.onlyscreen {
display: none !important;
}

.onlyprint {
display: block !important;
}

#top-panel {
background-color: #fff;
}

#top-panel a {
color: #000 !important;
}

#heading h3 {
background-color: #fff;
color: #000;
}

#add-to-cart-form * {
display: block;
width: 100% !important;
text-align: center;
font-weight: 400;
}
}

/* KUBO */

body {
overflow-x: hidden !important;
}
main {
min-height: 0px;
}
.offset.cross-color {
padding: 0px;
}
.cross-color {
background-color: transparent;
}
.guidepost h1, .guidepost h2, .guidepost h3 {
line-height: 1em;
}
.guidepost a {
color: #fff;
}
.guidepost a:hover, .guidepost a:active, .guidepost a:visited, .guidepost a:focus {
color: #fff;
text-decoration: none;
}
.guidepost .cross-header, .guidepost .shop-block {
background-color: #800;
color: #fff;;
width: 100%;
height: auto;
font-family: "Roboto", sans-serif;
position: relative;
display: inline-block;
opacity: 0.8;
}
.guidepost .shop-block {
width: 240px;
border-top: 3px solid #fff;
background-image: url("../img/diagonal-lines.png");
background-position: top left;
display: inline-block;
text-align: left;
margin-top: 50px;
cursor:pointer;
}
.guidepost .shop-block h2, .guidepost .shop-block h3 {
display: inline-block;
position: absolute;
top: 20px;
font-weight: 100;
}
.guidepost .shop-block-2 {
margin-top: 5px;
margin-bottom: 20px;
}
.guidepost .shop-block h2 {
font-size: 1.5em;
}
.guidepost .shop-block:hover h2 {
font-weight: 300;
}
.guidepost .shop-block h3 {
top: 45px;
font-size: 1.1em;
}
.guidepost .shop-block .firsth2 {
top: 30px;
}
.guidepost .center-btns {
text-align: center;
padding: 0px;
}
.guidepost .cross-header h1, .cross-header h2, .shop-block h2 {
margin: 0px;
text-transform: uppercase;
font-weight: 100;
}
.guidepost .cross-header h1 {
font-size: 1.8em;
}
.guidepost .cross-header h2 {
padding-top: 5px;
font-size: 1.1em;
}
.guidepost .title-logo {
display: inline-block;
padding-top: 15px;
padding-left: 20px;
}
.guidepost .logo {
background: url(../img/logo.png);
width: 115px;
height: 110px;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
background-size: 70%;
background-repeat: no-repeat;
display: block;
margin: 0 auto;
margin-top: 9px;
margin-bottom: 8px;
}
.guidepost .handtruck, .guidepost .basket {
width: 80px;
height: 80px;
display: inline-block;
}
.guidepost .handtruck {
background: url("../img/lkm-handtruck02.png");
}
.guidepost .basket {
background: url("../img/lkm-basket02.png");
}
.guidepost video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
background-size: cover;
}
.guidepost .video-overlay {
position: fixed;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -90;
background-color: #000;
opacity: 0.7;
}

@media screen and (min-width: 400px) {
.guidepost .cross-header {
height: 105px;
}
.guidepost .logo {
position: absolute;
top: 4px;
left: 304px;
width: 115px;
height: 88px;
background-size: 50%;
}
}
@media screen and (min-width: 768px) {
.guidepost .center-btns {
text-align: left;
}
.guidepost .cross-header, .guidepost .shop-block {
height: 120px;
}
.guidepost .cross-header h1 {
font-size: 2.8em;
}
.guidepost .cross-header h2 {
font-size: 2em;
}
.guidepost .title-logo {
padding-top: 20px;
padding-left: 30px;
}
.guidepost .logo {
top: 9px;
left: 497px;
background-size: 60%;
}
.guidepost .shop-block {
width: 400px;
position: absolute;
border-left: 3px solid #fff;
border-top: none;
top: 125px;
right: -45px;
transition: right 1s;
margin: 0px;
}
.guidepost .shop-block:hover {
right: 0px;
}
.guidepost .shop-block-2 {
top: 250px;
margin: 0px;
}
.guidepost .handtruck, .guidepost .basket {
margin-left: 20px;
margin-top: 20px;
margin-right: 27px;
}
.guidepost .shop-block h2 {
font-weight: 300;
}
.guidepost .shop-block h2, .guidepost .shop-block h3 {
font-size: 2em;
top: 30px;
}
.guidepost .shop-block h3 {
top: 60px;
font-size: 1.5em;
}
.guidepost .shop-block .firsth2 {
top: 45px;
}
}