@charset "UTF-8";

html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.tr{
      display: block;
      zoom:1;
}
.tr:after{
      content:"";
      display:table;
      clear:both
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}
/* 
a {
    background-color: white;
} */

a:active {
    outline: 0;
}
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #83b817;
    color: white;
    cursor: pointer;
}

input:hover{
    text-decoration: underline;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
    min-width: 15px;
    width: 15px;
    margin: 0 5px 0 0;
}

.checkbox-green {
    display:none;
}
.checkbox-green + label {
    position: relative;
    padding-left: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.checkbox-green + label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #74B73D;
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox-green:checked + label::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #74B73D;
    top: 4px;
    left: 4px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

html {
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.margin-top{
    margin-top: 15px;
}

.margin-top-small{
    margin-top: 4px;
}

.padding-home-top{
    padding-top: 40px;
}

@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@-webkit-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
html,
body {
    height: 100%;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h1,
h2,
h4,
h5,
h6 {
    color: #060606;
    font-weight: 300;
}


h1 {
    font-size: 28px;
    text-transform: uppercase;
}

h2 {
    font-size: 2.75em;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: #83B817;
}

h3 {
    font-size: 1.1em;
    font-weight: 500;
    color: #83B817;
    text-transform: uppercase;
}

p {
    margin: 0 0 .75em;
    color: #6B6B6B;
}

strong {
    font-weight: 700;
}


a {
    color: #83B817;
    text-decoration: none;
}

#productTabs ul{
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0 0 0 !important;
    padding: 0;
}

#productTabs ul li{
    width: 20%;
    text-align: center;
    padding: 14px 0px !important;
    float: left;
    text-transform: unset;
    font-size: 0.8em;
    background-color: white !important;
    color: #c4c4c4;
    margin-left: 1%;
    border-bottom: 2px solid #c4c4c4;
}


#productTabs ul li{
    cursor: pointer;
}
@media screen and (max-width: 1400px) {
    #productTabs ul li{
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1300px) {
    #productTabs ul li{
        font-size: 0.85em;
        padding: 25px 4px 25px 4px!important;
    }
}
@media screen and (max-width: 1180px) {
    #productTabs ul li{
        font-size: 0.75em;
        padding: 25px 2px 25px 2px!important;
    }
}
@media screen and (max-width: 700px) {
    #productTabs ul li{
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        padding: 8px!important;
    }
}

#productTabs ul li a {
    color: #979696;
    font-size: 1.7em;
    font-weight: 550;
    letter-spacing: 1px;
}
#productTabs ul li.active{
    border-bottom: 2px solid black !important;
}
#productTabs ul li.active a {
    color: black;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.container,
.page-section{
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
.container{
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .container{
        width: 100%;
    }
}

.container-full{
    width: 100%;
}
.page-section{
    width: 100%;
}


.container:after,
.page-section:after{
    content: "";
    display: table;
    clear: both;
}

.container-bs {
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.container-bs:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 480px) {
    .container-bs {
        width: 450px;
    }
}
@media screen and (min-width: 768px) {
    .container-bs {
        width: 720px;
    }
}
@media screen and (min-width: 1024px) {
    .container-bs {
        width: 960px;
    }
}
@media screen and (min-width: 1084px) {
    .container-bs {
        width: 1054px;
    }
}

.container-fluid {
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.container-fluid:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    *zoom: 1;
    margin-right: 0px;
    margin-left: 0px;
}

.container-full .row {
    *zoom: 1;
    margin-right: 0px;
    margin-left: 0px;
}
.row:after {
    content: "";
    display: none;
    clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-xs-1 {
    width: 4.166666667%;
}

.col-xs-2 {
    width: 8.333333333%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-4 {
    width: 16.666666667%;
}

.col-xs-5 {
    width: 20.833333333%;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-7 {
    width: 29.166666667%;
}

.col-xs-8 {
    width: 33.333333333%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-10 {
    width: 41.666666667%;
}

.col-xs-11 {
    width: 45.833333333%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-13 {
    width: 54.166666667%;
}

.col-xs-14 {
    width: 58.333333333%;
}

.col-xs-15 {
    width: 62.5%;
}

.col-xs-16 {
    width: 66.666666667%;
}

.col-xs-17 {
    width: 70.833333333%;
}

.col-xs-18 {
    width: 75%;
}

.col-xs-19 {
    width: 79.166666667%;
}

.col-xs-20 {
    width: 83.333333333%;
}

.col-xs-21 {
    width: 87.5%;
}

.col-xs-22 {
    width: 91.666666667%;
}

.col-xs-23 {
    width: 95.833333333%;
}

.col-xs-24 {
    width: 100%;
}

@media screen and (min-width: 480px) {

    .col-sm-1 {
        width: 4.166666667%;
    }

    .col-sm-2 {
        width: 8.333333333%;
    }

    .col-sm-3 {
        width: 12.5%;
    }

    .col-sm-4 {
        width: 16.666666667%;
    }

    .col-sm-5 {
        width: 20.833333333%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-7 {
        width: 29.166666667%;
    }

    .col-sm-8 {
        width: 33.333333333%;
    }

    .col-sm-9 {
        width: 37.5%;
    }

    .col-sm-10 {
        width: 41.666666667%;
    }

    .col-sm-11 {
        width: 45.833333333%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-13 {
        width: 54.166666667%;
    }

    .col-sm-14 {
        width: 58.333333333%;
    }

    .col-sm-15 {
        width: 62.5%;
    }

    .col-sm-16 {
        width: 66.666666667%;
    }

    .col-sm-17 {
        width: 70.833333333%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-19 {
        width: 79.166666667%;
    }

    .col-sm-20 {
        width: 83.333333333%;
    }

    .col-sm-21 {
        width: 87.5%;
    }

    .col-sm-22 {
        width: 91.666666667%;
    }

    .col-sm-23 {
        width: 95.833333333%;
    }

    .col-sm-24 {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .col-md-1 {
        width: 4.166666667%;
    }

    .col-md-2 {
        width: 8.333333333%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-4 {
        width: 16.666666667%;
    }

    .col-md-5 {
        width: 20.833333333%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-7 {
        width: 29.166666667%;
    }

    .col-md-8 {
        width: 33.333333333%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-10 {
        width: 41.666666667%;
    }

    .col-md-11 {
        width: 45.833333333%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-13 {
        width: 54.166666667%;
    }

    .col-md-14 {
        width: 58.333333333%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-16 {
        width: 66.666666667%;
    }

    .col-md-17 {
        width: 70.833333333%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-19 {
        width: 79.166666667%;
    }

    .col-md-20 {
        width: 83.333333333%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-22 {
        width: 91.666666667%;
    }

    .col-md-23 {
        width: 95.833333333%;
    }

    .col-md-24 {
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .col-lg-1 {
        width: 4.166666667%;
    }

    .col-lg-2 {
        width: 8.333333333%;
    }

    .col-lg-3 {
        width: 12.5%;
    }

    .col-lg-4 {
        width: 16.666666667%;
    }

    .col-lg-5 {
        width: 20.833333333%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-7 {
        width: 29.166666667%;
    }

    .col-lg-8 {
        width: 33.333333333%;
    }

    .col-lg-9 {
        width: 37.5%;
    }

    .col-lg-10 {
        width: 41.666666667%;
    }

    .col-lg-11 {
        width: 45.833333333%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-13 {
        width: 54.166666667%;
    }

    .col-lg-14 {
        width: 58.333333333%;
    }

    .col-lg-15 {
        width: 62.5%;
    }

    .col-lg-16 {
        width: 66.666666667%;
    }

    .col-lg-17 {
        width: 70.833333333%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-19 {
        width: 79.166666667%;
    }

    .col-lg-20 {
        width: 83.333333333%;
    }

    .col-lg-21 {
        width: 87.5%;
    }

    .col-lg-22 {
        width: 91.666666667%;
    }

    .col-lg-23 {
        width: 95.833333333%;
    }

    .col-lg-24 {
        width: 100%;
    }
}
@media screen and (min-width: 1084px) {
    .col-xl-1 {
        width: 4.166666667%;
    }

    .col-xl-2 {
        width: 8.333333333%;
    }

    .col-xl-3 {
        width: 12.5%;
    }

    .col-xl-4 {
        width: 16.666666667%;
    }

    .col-xl-5 {
        width: 20.833333333%;
    }

    .col-xl-6 {
        width: 25%;
    }

    .col-xl-7 {
        width: 29.166666667%;
    }

    .col-xl-8 {
        width: 33.333333333%;
    }

    .col-xl-9 {
        width: 37.5%;
    }

    .col-xl-10 {
        width: 41.666666667%;
    }

    .col-xl-11 {
        width: 45.833333333%;
    }

    .col-xl-12 {
        width: 50%;
    }

    .col-xl-13 {
        width: 54.166666667%;
    }

    .col-xl-14 {
        width: 58.333333333%;
    }

    .col-xl-15 {
        width: 62.5%;
    }

    .col-xl-16 {
        width: 66.666666667%;
    }

    .col-xl-17 {
        width: 70.833333333%;
    }

    .col-xl-18 {
        width: 75%;
    }

    .col-xl-19 {
        width: 79.166666667%;
    }

    .col-xl-20 {
        width: 83.333333333%;
    }

    .col-xl-21 {
        width: 87.5%;
    }

    .col-xl-22 {
        width: 91.666666667%;
    }

    .col-xl-23 {
        width: 95.833333333%;
    }

    .col-xl-24 {
        width: 100%;
    }
}

input {
    background-image: none;
    border: 1px solid #d6dde0;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #363636;
    padding: 11px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input[type="image"]{
    width: auto;
}

ul.input-list-help{
    list-style-type: none;
}

ul.input-list-help li{
    display: block;
    width: 100%;
    height: 46.2px;
    padding: 13px 13px 13px 0px;
    margin: 4px 0px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    background-color: #83B817;
    border: 1px solid #e6e7e7;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    outline: none;
    text-align: right;
}
ul.input-list-help li a{
    color: #fff!important;
    text-transform: uppercase!important;
    font-weight: 700;
}
.input{
    display: inline-block;
    width: 100%;
    height: 46.2px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #232323;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #e6e7e7;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    outline: none;
}

.buy,
button[type="submit"]{
    display: block;
    width: 270px;
    padding: 0 10px;
    font-size: 1.1em;
    line-height: 1.4;
    color: #fff;
    background-color: #83B817;
    background-image: none;
    border: 1px solid #e6e7e7;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 480px){
    .eshop-order-btns-commit button[type="submit"]{
        width: 98%;
        max-width: 98%;
        margin: 0 1%;
        box-sizing: border-box;
    }

    .eshop-order-btns-commit .cap {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        line-height: 2.5em;
    }
}

.buy{
    line-height: 2.5em!important;
}

.addToCart input[type="text"]{
    display: block;
    width: 100%;
    height: 46.2px;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.3;
    color: #363636;
    background-color: #fff;
    border: 1px solid #e6e7e7;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.input-search{
    width: 100%;
    height: auto;
    line-height: 38px;
}


.input[disabled], .input[readonly], fieldset[disabled] .input {
    opacity: 1;
}

.input[disabled], fieldset[disabled] .input {
    cursor: disabled;
}
.input:-moz-placeholder {
    color: #888888;
    font-weight: 100;
}
.input::-moz-placeholder {
    color: #888888;
    font-weight: 100;
}
.input:-ms-input-placeholder {
    color: #888888;
    font-weight: 100;
}
.input::-webkit-input-placeholder {
    color: #888888;
    font-weight: 100;
}
.input:focus {
    border-color: #FFFFFF;
}

.form-icon {
    position: relative;
}

.pager{
    text-align:center;
}

.button,
.cap{
    display: inline-block;
    height: 35px;
    padding: 10px 61px;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    background-color: #83B817;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
}

.cap {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 2.5em;
}

.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.button:active, .button.active {
    outline: 0;
    background-image: none;
}

.button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: disabled;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
}

.cart-button{
    display: inline-block;
    height: 35px;
    padding: 10px 61px;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    background-color: #83B817;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
}

.button-search {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    height: auto;
    position: absolute;
    top: 11px;
    right: 40px;
}

.button-search:hover {
    color: #976025;
}

.button-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    text-align: center;
    font-size: 25px;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix {
    overflow: hidden;
    *zoom: 1;
}

.pie-clearfix {
    *zoom: 1;
}
.pie-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
/* line 93, ../../../src/sass/framework/plugins/_animate.scss */
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    from, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
/* line 120, ../../../src/sass/framework/plugins/_animate.scss */
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 161, ../../../src/sass/framework/plugins/_animate.scss */
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 240, ../../../src/sass/framework/plugins/_animate.scss */
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
/* line 279, ../../../src/sass/framework/plugins/_animate.scss */
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
/* line 338, ../../../src/sass/framework/plugins/_animate.scss */
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 399, ../../../src/sass/framework/plugins/_animate.scss */
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/* line 480, ../../../src/sass/framework/plugins/_animate.scss */
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
/* line 569, ../../../src/sass/framework/plugins/_animate.scss */
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 656, ../../../src/sass/framework/plugins/_animate.scss */
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/* line 729, ../../../src/sass/framework/plugins/_animate.scss */
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/* line 802, ../../../src/sass/framework/plugins/_animate.scss */
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/* line 875, ../../../src/sass/framework/plugins/_animate.scss */
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* line 948, ../../../src/sass/framework/plugins/_animate.scss */
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
/* line 991, ../../../src/sass/framework/plugins/_animate.scss */
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
/* line 1034, ../../../src/sass/framework/plugins/_animate.scss */
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* line 1067, ../../../src/sass/framework/plugins/_animate.scss */
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/* line 1100, ../../../src/sass/framework/plugins/_animate.scss */
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
/* line 1143, ../../../src/sass/framework/plugins/_animate.scss */
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* line 1168, ../../../src/sass/framework/plugins/_animate.scss */
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* line 1201, ../../../src/sass/framework/plugins/_animate.scss */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/* line 1914, ../../../src/sass/framework/plugins/_animate.scss */
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}


.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

body {
    position: relative;
    font-weight: 300;
}


header {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.col-nav-toggle {
    margin-top: 20px;
    position: absolute;
    left: 0;
}

.col-language {
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-align: right;
}

.form-header {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-header-button {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
}

.button-header {
    border-color: #5ccffc;
    background-color: transparent;
    color: #5ccffc;
    margin-top: 5px;
}

.button-header:hover {
    color: #5ccffc;
}

@media screen and (max-width: 480px){
    .mobile-navigation{
        display:block;
    }

    .left-responsive-menu{
        margin-bottom: 16px;
    }

    .col-name{
        max-height: 70px!important;
    }

}

#banner-fade img {
    max-width: 100%;
    height: auto;
}
#productPictureImage img{
    max-width: 100%;
}

.banner-container {
    position: relative;
}

.banner{
    overflow: hidden;
    max-height: 615px;
    transition-duration: 0.4s;
}

.slide {
    position: relative;
    max-height: 615px;
    width: 100%;
    overflow: hidden;
    transition-duration: 0.4s;
}

.banner-text {
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #5D5E5E;
    font-size: 1.1em;
    color: #FFFFFF;
    padding: 10px 30px;
    margin: 0;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    width: 520px;
    transition-duration: 0.4s;
}

.banner-text-green {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: black;
    padding: 20px 30px;
    height: 100%;
    margin: 0;
    opacity: 1;
    z-index: 990;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    width: 23%;
    background-color: rgba(255, 255, 255, 0.7);;
    transition-duration: 0.4s;
}

@media screen and (max-width: 1400px) {
    .banner-text{
        width: 50%;
        font-size: 0.99em;
    }
}

@media screen and (max-width: 1200px) {
    .banner-text{
        width: 65%;
        font-size: 0.83em;
    }
}

@media screen and (max-width: 800px) {
    .banner-text{
        width: 86%;
        font-size: 0.85em;
    }
    .banner-text{
        top: 20%;
    }
}


@media screen and (max-width: 768px) {
    .banner-text{
        width: 100%;
        font-size: 0.85em;
    }
    .banner-text{
        top: 35px;
    }
    span.title{
        font-size: 0.9em!important;
    }
}

@media screen and (max-width: 468px) {
    .banner-text-green{
        display:none;
    }
}

.banner-text span.title,
.banner-text-green span.title{
    font-size: 1.6em;
    font-weight: 600;
}
.banner-text-green span.title {
    margin-bottom: 2px;
    display: block;
}
.banner-text-green span.title{
    color: #363636;
}

.slider-title {
    font-size: 18px;
    color: #4b4b4b;
}

.slider-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #9b9b9b;
}

.bart {
    clear: both;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .float-right{
        float: right;
    }

    .bart {
        clear: none;
        text-align: center;
    }
}


.cleaner {
    clear: both;
}

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


#body-bg {
    background-color: white;
}

#body-shadow {
}

/* RESPONZÍVNE CSS */

.bg-green{
    background-color: #83B817;
}

.bg-white{
    background-color: #fff;
}

.bg-light-white{
    background-color: white;
    padding-bottom: 15px!important;
    overflow: hidden;
}

.bg-gray{
    background-color: #363636;
}

.bg-silver{
    background-color: #EEEDEE;
}

.bg-light-silver{
    background-color: white;
    padding-bottom: 15px!important;
}

.padding-top-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-top-bottom-small{
    padding-top: 20px;
    padding-bottom: 5px;
}

#h1 {
    width:215px;
    height:38px;
    background: url('../images/logo-byvatmoderne.png') no-repeat;
    background-position: center;
    background-size: contain;
    padding:0;
    margin: 0 0 0 0;
}

#h1 a { display:block;width:100%;height:100%; }
#h1 a span { display:none; }

.banners-carousel{
    text-align: center;
    background-color:#222222;
    width:100%;
    min-height:620px;
}

#searchBox{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 70px;
}

#content{
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.user-zone a{
    color: black;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
}

.user-zone .button-white{
    margin-right: 0!important;
}

.user-zone a:hover,
.user-zone a.active{
    color: #363636;
}

.user-zone input{
    color: #4E661F;
    background: #FFFFFF;
}

.user-zone {
    font-size: 1em;
    font-weight: 700;
}

#eshop-cart-info {
    position: relative;
    /* font-size: 17px; */
    font-weight: 500;
}

#eshop-cart-info a.cart-button{
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}
#eshop-cart-info a.cart-button:hover {
    color: #fff;
    text-decoration: underline;
}

#eshop-cart-info .tprice {
    font-size: 1em;
    padding:0 10px 0 0;
}

#eshop-cart-info .inCart {
    font-size: 1em;
    color: #363636;
}

#eshop-cart-info .button {
    background-color: #83B817!important;
    color: #fff;
    font-weight: 700 !important;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    margin-left: 25px;
}

.spec-cat {
    background: none;
}

.spec-cat .sselect span span {
    color: #999999;
}

.button-white{
    color: black !important;
    font-weight: 500 !important;
    background-color: white;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    padding: 7px 30px;
    text-transform: uppercase;
    text-align: center;
}

button .button-green,
a .button-green{
    background-color: #83B817!important;
    color: #fff;
}

#searchCategories{
    color: black;
    width: 100%;
    display:inline-block;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1250px) {
    #searchCategories{
        width: 190px;
    }
    #searchCategories span{
        max-width: 190px;
        overflow: hidden;
    }
}

#searchCategories span{
    font-size: 17px;
    font-weight: 500;
}

.mailinglist-content {
    width: auto;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: normal;
}

.mailinglist-content .row {
    margin: 10px 0;
}

.mailinglist-title {
    color: #D20E72;
    font-size: 1.6em;
}

.mailinglist-input {
    margin-bottom: 5px;
    font-size: 1.2em
}

.newsletter-content{
    margin-top: 35px;
    color: #fff;
    font-size: 2.1em;
}

.newsletter-text {
    font-size: 1em;
    margin: 30px 0 0 0;
    width: 75%;
    text-align: justify;
}

.newsletter-text p {
    color: #fff;
}

.newsletter-text a {
    color: #fff;
}

.newsletter-text a:hover {
    text-decoration: underline;
}

.newsletter-checkbox {
    color: #fff;
    font-size: 1em;
    width: 40%;
    text-align: left;
    display: inline-block;
    margin-left: 2%;
}

.newsletter-checkbox__label {
    display: inline;
    padding-left: 20px;
    position: relative;
}

.newsletter-checkbox__checkbox {
    position: absolute;
    top: 3px;
    left: 0;
}

.form-search {
    box-sizing: border-box;
    display: inline-block;
    position: relative!important;
    width: 65%;
}

.form-search input {
    padding: 0px 40px;
}

.form-search button {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 30px;
    background: url('./redesign/icons/search1.png') no-repeat;
    border: none;
}

@media screen and (max-width: 1220px) {
    .newsletter-content{
        font-size: 1.9em;
    }
}
@media screen and (max-width: 1150px) {
    .newsletter-content{
        font-size: 1.7em;
    }
    .newsletter-text{
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1080px) {
    .newsletter-content{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 990px) {
    .newsletter-content{
        font-size: 1.3em;
    }
    .newsletter-checkbox {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 900px) {
    .newsletter-content{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 850px) {
    .newsletter-content{
        font-size: 1em;
    }
    .newsletter-text{
        font-size: 0.8em;
    }
}

.form-newsletter {
    box-sizing: border-box;
    padding-top: 20px;
    width: 33%;
    position: relative!important;
}

.form-newsletter input {
    padding: 0px 50px 0 15px;
}

.form-newsletter button {
    position: absolute;
    top: 31px;
    right: 15px;
    outline: none;
    width: 30px;
    height: 38px;
    background: url('./redesign/icons/sent.png') no-repeat;
    border: none;
}

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

    .newsletter-content {
        font-size: 1.6em;
        text-align: center;
    }

    .newsletter-text{
        padding: 10px 4px;
        font-size: 0.9em;
    }

    .form-newsletter{
        padding: 0px!important;
        height: auto;
    }

    .form-newsletter button{
        top: 12px!important;
        right: 20px!important;
    }

    .newsletter-checkbox {
        padding-top: 10px;
    }
}

@media screen and (max-width: 680px) {
    .newsletter-content {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 550px) {
    .newsletter-content {
        font-size: 1em;
    }
    .newsletter-text {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 445px) {
    .newsletter-content {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 0;
    }
}

.spec-cat .sselect span span{
    color: black;
}


#kontextMenu {
    text-align: left;
    position: absolute;
    color:#666666;
    font-size:0.8em;
    padding: 15px 20px 0px 20px;
    margin:0;
    text-transform:uppercase;
}

#kontextMenu a {
    color:#666666;
}

.eshop-cart-info{
    color: #2A2A2A;
}


#header-bg{
    padding: 0;
    margin: 0;
    height: 135px;
    width: 100%;
    line-height: 135px;
}

.footer h3,
.footer-content h3{
    margin-top: 25px;
}

.footer-content p{
    font-size: 0.9em;
}

.footer ul.menu {
    margin: 0;
    padding: 0;
    list-style-type:none;
    line-height: 24px;
}

.footer ul.menu li {
    list-style:none;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
}

.footer ul.menu li a,
.footer-radius ul.inline li a{
    color:#EAEAEA;
}

.footer ul.menu li a:hover,
.footer-radius ul.inline li a:hover{
    color:#fff;
}

.footer-content,
.footer-content p{
    color: #eaeaea;
}

.footer-radius{
    margin: 15px 0;
    background-color: #83B817;
    color: #fff;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    height: 50px;
    line-height: 50px;
}

.footer-radius ul.inline{
    text-transform: uppercase;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

.footer-radius ul.inline li{
    float: left;
    padding: 0;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 10px 0 0px;
}

@media screen and (max-width: 700px) {
    .footer-radius{
        font-size: 1em;
    }
}

@media screen and (max-width: 615px) {
    .footer-radius{
        font-size: 0.8em;
    }
}

@media screen and (max-width: 550px) {
    .footer-radius{
        font-size: 0.7em;
    }
    .mobile-hidden{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .footer-radius ul.inline li{
        font-size: 0.8em;
    }
}

.footer-right{
    font-size: 0.8em;
}


ul.desktop-menu{
    line-height: 45px;
    table-layout: fixed;
    list-style: none;
    display: table;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}


ul.desktop-menu > li{
    text-align: center;
    max-height: 80px;
    padding: 0 31px;
    display: inline-block;
}

ul.desktop-menu > li:first-child{
    padding: 0 31px 0 0;
}
ul.desktop-menu > li:last-child{
    padding: 0 0 0 31px;
}

ul.desktop-menu li a {
    font-size: 16px;
    font-weight: 500;
}

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

    ul.desktop-menu > li{
        padding: 0 25px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 25px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 25px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 23px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 23px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 23px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 22px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 22px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 22px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 22px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 22px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 22px;
    }
    ul.desktop-menu li a {
        font-size: 15px;
        font-weight: 500;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 21px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 21px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 21px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 16px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 16px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 16px;
    }

    .headMainLogo {
        width: 21%;
    }

    .cartAndButtonsBlock {
        margin-left: 48%;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 20px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 20px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 20px;
    }

    ul.desktop-menu li a {
        font-size: 13px;
        font-weight: 500;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 20px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 20px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 20px;
    }

}


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

    ul.desktop-menu > li{
        padding: 0 24.5px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 24.5px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 24.5px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 22px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 22px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 22px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 20.5px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 20.5px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 20.5px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 18.5px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 18.5px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 18.5px;
    }

}

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

    ul.desktop-menu > li{
        padding: 0 16.5px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 16.5px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 16.5px;
    }

}


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

    ul.desktop-menu{
        width: 100%!important;
        max-width: 100%!important;
    }

    ul.desktop-menu > li{
        padding: 0 15px;
    }
}

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

    ul.desktop-menu > li{
        padding: 0 10px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 10px 0 0;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 0 0 10px;
    }
}

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

    ul.desktop-menu > li{
        width: auto;
        padding: 0 12px;
    }

    ul.desktop-menu{
        line-height: 55px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 12px 0px 0px;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 12px 0px 0px;
    }

    ul.desktop-menu li a {
        font-size: 12px;
        font-weight: 500;
    }


}

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

    ul.desktop-menu > li{
        width: auto;
        padding: 0 13px;
    }

    ul.desktop-menu{
        line-height: 55px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 13px 0px 0px;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 13px 0px 0px;
    }

    ul.desktop-menu li a {
        font-size: 12px;
        font-weight: 500;
    }
}

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

    ul.desktop-menu > li{
        padding: 0 11px;
    }

    ul.desktop-menu > li:first-child{
        padding: 0 11px 0px 0px;
    }
    ul.desktop-menu > li:last-child{
        padding: 0 11px 0px 0px;
    }

    ul.desktop-menu li a {
        font-size: 12px;
        font-weight: 500;
    }
}

ul.desktop-menu li a {
    color: black;
    max-height: 80px;
}

ul.desktop-menu li a:hover {
    color: black;
    text-decoration: underline;
}

ul.responsive-menu{
    background: red;
}

.col-bottom{
    padding-bottom: 40px;
}

.footer-margin-top{
    margin-top: 30px;
}
@media screen and (max-width: 550px) {
    .footer-margin-top{
        margin-top: 5px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}

#tiraz {
    text-align: center;
    padding: 0px 15px;
    font-size: 1em;
    color: black ;
}

#tiraz p {
    margin:0;
    padding: 15px 0px 30px 0px;
    color: black !important;
    font-weight: 600;
}

#bart {
    padding: 0;
    color: black;
    text-align: center;
}

#bart a {
    color: black;
    font-weight: 600;
}

@media screen and (max-width: 550px) {
    #tiraz {
        background: none;
    }

    #bart,#tiraz{
        text-align:center;
        padding-bottom: 15px;
    }

    #tiraz p{
        padding: 5px 0px;
    }
}

.no-padding{
    padding: 0!important;
}

.priceinfo {
    background-color: white;
    color: black !important;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 1.7em;
    font-weight: 650;
    text-align: left;
}


.product-detail-right-crossel-panel .priceinfo{
    background-color: #fff!important;
}

.priceinfo .product-list-info{
    text-transform: uppercase;
    color: #ffffff!important;
    display: block;
    text-align: left;
    float: left;
    font-size: 0.75em;
    font-weight: 600;
}

.priceinfo .product-list.price,
.product-list-price{
    color: #ffffff!important;
    float: right;
    display: block;
    text-align: right;
    width: 80px;
    font-weight: 600;
}

/****** HOMEPAGE ********/

div.banners-c { clear:both; padding:10px 0 20px 0; }
div.banners-c div { width:18.8%; margin-left: 1%; float:left; box-sizing: border-box; text-align: center }
div.banners-c div img { display:block; margin: auto;}
div.banners-c div .button { margin:0 3px; display:block; font-size:1.3em; }
div.banners-c div span.button { padding:5px 10px; }
div.banners-c div a.button { padding:0; text-decoration:none; color:#FFF; }
div.banners-c div a.button:hover { color:#000; text-decoration:none; text-shadow:none; }
div.banners-c div a.button span { display:block; padding:5px 10px; }

div.banners-list {
    width: 100%;
}

div.banners-list div img {
    display:block;
    margin: auto;
}

div.list-item-product,
div.product-carousel-item{
    margin-top: 0;
    cursor: pointer;
}

div.product-carousel-item {
    box-shadow: 0 0 17px 1px #d7d7d7;
    transition-duration: 0.4s;
}

div.product-carousel-item:hover {
    box-shadow: 0 0 17px 1px #b3b3b3;
    cursor: pointer;
}

div.banners-list div.product-item .title,
div.banners-list div.category-item .title,
div.list-item-product .title,
div.product-carousel-item .title{
    padding: 25px 0px;
    height: 35px;
    line-height: 15px;
    text-align: center;
}

div.product-detail-right-crossel-panel div.top-products-carousel .title{
    height: 65px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    line-height: normal !important;
    text-align: left;
    padding: 5px 5px 0 10px;
    background-color: white !important;
    position: relative;
}

div.product-detail-right-crossel-panel  div.top-products-carousel span.text-info{
    display: none;
}

div.banners-list div.product-item .title a,
div.banners-list div.category-item .title a,
div.list-item-product .title a,
div.product-carousel-item .title a{
    font-weight: 600;
    text-transform: uppercase;
    color: #585858;
}

div.banners-list div.product-item .title a:hover,
div.banners-list div.category-item .title a:hover,
div.list-item-product .title a:hover,
div.product-carousel-item .title a {
    color: #2A2A2A;
}

div.banners-list div.product-item .description,
div.banners-list div.category-item .description,
div.list-item-product .description,
div.product-carousel-item .description{
    margin: 15px 0px;
    padding: 0px 30px;
    box-sizing: border-box;
    height: 62px;
    max-height: 62px;
    overflow: hidden;
}

@media screen and (min-width: 1240px) {

    div.banners-list div.product-item,
    div.list-item-product{
        width: 19.2%;
        min-height: 450px;
        max-height: 550px;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }

    div.banners-list div.product-item:nth-child(5n),
    div.list-item-product:nth-child(5n){
        margin-right: 0%;
    }
}

@media screen and (min-width: 1240px) {

    div.banners-list div.category-item{
        width: 19.2%;
        margin-right: 1%;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }

    div.banners-list div.category-item:nth-child(5n){
        margin-right: 0%;
    }
}

@media screen and (max-width: 1240px) {
    div.banners-list div.product-item,
    div.banners-list div.category-item,
    div.list-item-product{
        width: 23%;
        margin-left: 1%;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }
    div.banners-list div.product-item:nth-child(4n),
    div.banners-list div.category-item:nth-child(4n),
    div.list-item-product:nth-child(4n){
        margin-right: 0%;
    }
}

@media screen and (max-width: 1120px) {
    div.banners-list div.product-item,
    div.banners-list div.category-item,
    div.list-item-product{
        width: 31.5%;
        margin-left: 1%;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }
    div.banners-list div.product-item:nth-child(3n),
    div.banners-list div.category-item:nth-child(3n),
    div.list-item-product:nth-child(3n){
        margin-right: 0%;
    }
}

@media screen and (max-width: 880px) {
    div.banners-list div.product-item,
    div.banners-list div.category-item,
    div.list-item-product{
        width: 48%;
        margin-left: 1%;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }
    div.banners-list div.product-item:nth-child(2n),
    div.banners-list div.category-item:nth-child(2n),
    div.list-item-product:nth-child(2n){
        margin-right: 0%;
    }
}

@media screen and (max-width: 500px) {
    div.banners-list div.product-item,
    div.banners-list div.category-item,
    div.list-item-product{
        width: 96%;
        margin-left: 1%;
        border-bottom: 1px solid #E4E4E4;
        float: left;
        box-sizing: border-box;
        text-align: center
    }
    div.banners-list div.product-item,
    div.banners-list div.category-item,
    div.list-item-product{
        margin-right: 0%;
    }
}

div.banners-list div.product-item{
    min-height: 400px;
    max-height: 400px;
}
@media screen and (max-width: 723px) {
    div.banners-list div.product-item{
        min-height: 365px;
        max-height: 365px;
    }
}
div.banners-list div.category-item{
    min-height: 240px;
    max-height: 240px;
}

@media screen and (max-width: 767px) {
    .big-footer-card-logos:first-child {
        margin-top: 15px;
    }
    .big-footer-card-logos{
        text-align:center;
        margin-bottom:10px;
        line-height: 30px;
    }
}
.list-item-product-row > div.list-item-product{
    height: auto;
    box-shadow: 0 0 40px -5px #ececec;
}
/***** CKEDITOR TABLE IMG ošetrenie ******/

/*@media screen and (max-width: 723px) {
    div table tr td img{
        width: 90%!important;
        max-width: 90%!important;
        height: auto;
    }
    .body-content object {
        display: none;
    }
    .body-content p strong img {
        max-width: 90%!important;
        width: 90%!important;
    }
}*/

/***** ZOZNAM PRODUKTOV ***********/

.discount-content{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    min-height: 30px;
    max-height: 30px;
}

div.list-item-product .discount {
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    position: relative;
    width: 65px;
    height: 30px;
    float: right;
    line-height: 30px;
    background:#ED2E2A;
}

.list-item-product-row > div.list-item-product{
    border: none;
    background-color: #fff;
    padding-top: 0;
    margin-bottom: 1%;
}

div.list-item-product .icostars,
div.product-carousel-item .icostars{
    position: absolute;
    top: 25px;
    left: 5px;
    width: 50px;
    height: auto;
    margin-left: 25px;
}

div.list-item-product{
    opacity: 0.95;
    filter: alpha(opacity=95);
}

div.product-carousel-item {
    width: 15.5%;
    margin: 1% 1% 0 1%;
    display: inline-block;
}

div.list-item-product:hover,
div.product-carousel-item:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

div.list-item-product {
    width: 21%;
    min-height: 385px;
    _height: 385px;
    float: left;
    position: relative;
    margin-left: 3%;
}
@media only screen and (max-width: 1650px) {
    div.list-item-product {
        width:26%;
        margin-left: 6%;
    }
}

@media only screen and (max-width: 1500px) {
    .withNaw {
        width: 97.5% !important;
    }

    div.list-item-product {
        width: 20%;
        margin-left: 4.5%;
    }
}

@media only screen and (max-width: 1400px) {
    div.list-item-product {
        width:25%;
        margin-left: 7%;
    }
}

@media only screen and (max-width: 1200px) {
    div.list-item-product {
        width: 27%;
        margin-left: 5%;
    }
}

@media only screen and (max-width: 1050px) {
    div.list-item-product {
        width:30.5%;
        margin-left: 2%;
    }

    .myStyleOverviewTitleProduct {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }

    .myDescriptionSectionOverview {
        float: none !important;
        margin: 1.5% auto 0 auto !important;
    }
}

@media only screen and (max-width: 850px) {
    div.list-item-product {
        margin-left: 4%;
    }
    div.list-item-product {
        width: 44.5%;
    }
}

@media only screen and (max-width: 650px) {
    div.list-item-product {
        margin-left: 19%;
    }
    div.list-item-product {
        width: 64%;
    }
}

@media only screen and (max-width: 450px) {
    div.list-item-product {
        margin-left: 12%;
    }
    div.list-item-product {
        width: 76%;
    }
}

div.homepage {
    width: 18%;
}

#productOverview h1{
    font-size: 1.3em;
    color: black !important;
    text-transform: none!important;
    font-weight: 550;
    margin-top: 0;
    padding: 0px 0px 10px 20px;
}

.productDetail {
    margin: 20px 10px 0px 0;
    width: calc(92.5% - 350px);
    box-sizing: border-box;
    border-right:none;
    height: auto;
    float: left;
}

#productOverview{
    float:left;
    padding: 15px 0px;
    width: 100%;
    background-color: #fff;
}

#productOverview.full {
    width: calc(100% - 320px);
    box-sizing: border-box;
    border-right:none;
    margin-left: 320px;
}

#contentItemCommentsBlock{
    width: 100%;
    box-sizing: border-box;
    border-right:none;
    /* margin-left: 335px;*/
    padding: 0 15px;
    text-align: left;
}

#contentItemCommentsBlock .title{
    background-color: #363636;
    color: #fff;
    float: left;
    padding: 20px;
    width:100%;
    margin-bottom: 5px;
}

#contentItemCommentsBlock a {
    margin: 10px;
}

.withNaw{
    float: left;
    width: calc(92.5% - 350px);
    height: auto;
    padding: 0;
    margin: 20px 0;
}
nav.subcategories {
    width: 350px;
    max-width: 350px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    position: relative;
    height: auto;
    margin: 20px 2.5%;
    padding: 15px 30px;
    border-radius: 5px;
}

nav.subcategories > ul.col > li > ul > li ul {
    padding-left: 3px;
    margin-left: 3px;
}

nav.subcategories ul { list-style: none outside none; padding: 0;  margin:0; }
nav.subcategories > ul.col  { padding: 0; width: 100%; margin-top: 5px; }
nav.subcategories > ul.col > li {
    float: none;
    padding: 2px 0;
    border: none;
}
nav.subcategories > ul.col > li > a {
    border-bottom: 1px solid black;
    display: block;
    color: black;
    line-height: 20px;
    padding: 5px 5px 10px 0px;
}

nav.subcategories > ul.col > li ul > ul {
    float:right;
    text-align: left;
}

nav.subcategories > ul.col > li ul > li > a {
    background-color: #e8e8e8;
    color: black;
    margin-left: 2px;
    border: none;
    display: block;
    border-bottom: none;
    padding: 5px 10px;
}

nav.subcategories > ul.col > li ul > li > a.last {
    border-bottom: none;
}
nav.subcategories > ul.col > li ul > li.subactive > a {
    border-bottom: none;
}

nav.subcategories > ul.col > li ul > li > a span {
    color: black;
}

nav.subcategories > ul.col > li > ul > li ul {
    padding-left: 9px;
    margin-left: 9px;
    /*border-left: 1px dotted #f0eeef;*/
}

li.active > a > span {
    color: black;
    font-weight: 600!important;
    border-bottom: none!important;
}

.button-for-filter-type-products{
    margin: 0;
    display: inline-block;
    height: 40px;
    padding: 12px 0;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    background-color: #83B817;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
    width:100%;
}

.button-for-filter-type-products:hover{
    text-decoration: underline;
}
li.active ul {
    background-color: white !important;
}

li.active ul li  {
    width: 100%;
}
li.active > ul{
    width: 302px;
}

li.active ul li ul li,
li.active ul li ul{
    margin: 0;
}

li.active ul li.subactive{
    font-weight: 700;
    color: #467724;
    border: none;
}

li.active ul li.subactive > a,
li.active ul li.subactive > a span{
    font-weight: 700;
}
li.active ul li.subactive > ul,
li.active ul li.subactive > ul li,
li.active ul li.subactive > ul li a,
li.active ul li.subactive > ul li a span{
    font-weight: 300;
}

li.active ul li ul li.active a {
    background-color: #e8e8e8;
    color: black;
    display: block;
    padding: 10px;
    border: none;
}

li.active ul li ul li.active a span {
    color: black;
}

div.pager-options {
    /* height: 120px;*/
    background-color: #e8e8e8;
    padding: none;
    width: 95%;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 5px;
}

table.pager-options {
    width:100%;
    margin-bottom:0em;
    color: black;
    font-size: 0.96em;
}

table.pager-options tr td {
    height: 20px;
    font-weight: 600;
}

table.pager-options td a{
    color: black;
}

table.pager-options td a img {
    filter: invert(1);
}

table.pager-options td a strong {
    color: #83B817;
}

table.pager-options td {
    padding:0px 0px 0 0px;
    vertical-align:middle;
}

.col {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#clubUser input,
.responsive-class input,
#clubUser button,
.responsive-class button{
    background-image: none;
    border: 1px solid #d6dde0;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    padding: 11px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#clubUserLogin .col { width: 50%; box-sizing: border-box }
#clubUserLogin .col input[type="text"],
#clubUserLogin .col input[type="password"],
#clubUserLogin .col input[type="submit"],
#clubUserLogin .col button{
    width: 50%;
    box-sizing: border-box
}
#clubUserForgottenPassword .col { width: 100%; box-sizing: border-box }
#clubUserForgottenPassword .col input{ width: 80%; box-sizing: border-box; margin: 5px auto }

#clubUserForgottenPassword .col,
#clubUser .col,
.responsive-class .col{
    width: 33.33%; box-sizing: border-box
}
#clubUserForgottenPassword .col.fullsize,
#clubUser .col.fullsize,
.responsive-class .col.fullsize {
    width: 100%;
}
#clubUserForgottenPassword .col > span,
#clubUser .col > span,
.responsive-class .col > span {
    display: inline-block;
    padding:5px 0;
}
#clubUserForgottenPassword .col > span.indent,
#clubUser .col > span.indent,
.responsive-class .col > span.indent {
    padding:15px 30px 15px 0;
}
#clubUserForgottenPassword .col .selectbox,
#clubUser .col .selectbox,
.responsive-class .col .selectbox {
    margin:0 2px;
}
#clubUserForgottenPassword .col .ui-select select,
#clubUser .col .ui-select select,
.responsive-class .col .ui-select select {
    padding-right: 30px;
}

@media only screen and (max-width: 820px) {
    .flr{
        width: 100%;
    }
    .fll{
        width: 100%;
    }
    #clubUserForgottenPassword .col,
    #clubUser .col,
    .responsive-class .col{
        width: 50%;
    }
    #clubUser .indent .indent,
    .responsive-class .indent .indent{
        padding-left: 10px;
        padding-right: 10px;
    }
    #clubUser .submit,
    .responsive-class .submit{
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
    #clubUserLogin .col{
        width: 100%;
    }
    #clubUserLogin .col input{
        width: 100%;
        box-sizing: border-box
    }
}
.separator {padding: 10px 15px; color: #FFF; background-color: #83B817; margin: 15px -15px 15px -15px; font-weight: 400;}

@media only screen and (max-width: 640px){
    #clubMenu { float:none; }
    #clubMenu .btn { width:50%; margin-bottom: 1px; float:left; }
    #clubMenu .btn:nth-child(2n+1) { border-right: 1px solid #FFF; }
}

@media only screen and (max-width: 540px) {
    #clubUserForgottenPassword .col,
    #clubUser .col,
    .responsive-class .col,
    #clubUserForgottenPassword .col
    { width: 100%; }
}

@media only screen and (max-width: 940px) {
    .header-left,
    .header-right{
    }
    .input-search{
        width: 200px;
    }
    .user-zone{
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 910px) {
    .header-left,
    .header-right,
    .user-zone {
        width: 100%;
        clear: both;
        text-align: center;
    }

    .header-left form {
        width: 420px;
        margin: auto;
    }
    .user-zone a:last-child{
        margin-right: 0;
    }
}

@media only screen and (max-width: 470px) {
    .header-left form {
        width: 100%;
        margin: auto;
    }
    .header-left div,
    .header-left input{
        clear:both;
        width: 100%;
        margin: auto;
    }
    #searchCategories{
        margin: auto;
        float: none;
        width: 100%;
    }
}
.text-center{
    text-align: center;
}

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

.logo-and-cart{
    height: 130px;
}

@media only screen and (max-width: 670px) {
    .logo-h1{
        display:none;
    }
}

@media only screen and (max-width: 415px) {
    .user-zone{
        line-height: unset;
    }

    .user-zone a{
        font-size: 1em;
    }
    /* .user-zone a:last-child{
        clear: both;
        display: block;
        height: 40px;
        line-height: 25px;
        margin-bottom: 15px;
    } */
}

.report { min-height:18px; _height:18px; text-align:left; margin:0 auto 5px auto; color:#000000; font-size:1.2em; padding:5px 5px 5px 40px;
    position:relative; background:none; z-index:1;  }
.report ul { padding:0px 0px 0px 35px; margin:0px;  }
.report span.ico { display:block; width:29px; height:27px; margin:1px 3px 1px 1px; background:url(images/reports.gif) no-repeat top left; position:absolute; top:0px; left:0px; z-index:2; }
.report span.ico-OK { background-position:0px 0px; }
.report span.ico-ERROR { background-position:-36px 0px; }
.report span.ico-INFO { background-position:-72px 0px; }
.report span.ico-ALERT { background-position:-108px 0px; }
.report span.ico-HELP { background-position:-144px 0px; }

.reportPopup { display:none; }
.reportPopup .report { color:#333; }
.reportPopupClose {
    text-align:center;
    border-top:1px dotted #CCC;
    padding:5px 0 0 0;
}

@media only screen and (max-width: 768px) {
    #reports{
        max-width: 98%!important;
        margin: 0 1%!important;
        box-sizing: border-box!important;
    }
}
@media only screen and (max-width: 468px) {
    #reports{
        left: 0!important;
    }
}
.pages{
    padding-top: 10px;
}
.pager { clear:both; padding:0em 0em 0em 0; margin:1em 0 0 0; font-size: 1em; }
.pager a { color: #fff; text-decoration: none;}
.pager .page { padding:0.1em 0.3em; }
.pager .page-active { font-weight:bold; }
.pager .page-active a { color:#83B817; }
.pager-products {
    clear: both;
    background-color: #e8e8e8;
    color: black;
    padding: 10px 20px 12px 20px;
    margin: 0;
    box-sizing: border-box;
}

.pager-products a { color: black; font-size: 1.3em; }
.pager-products a:hover,
.pager-products a.active { color: #83B817; font-size: 1.3em; }

.pager-products { text-align:center; }
.pager-products .next { float:right; }
.pager-products .prev { float:left; }


.mobile-menu {
    display: none;
}

.desktop-tablet-menu{
}

@media only screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
    .desktop-tablet-menu{
        display: none;
    }
}

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

    .subcategories {
        display: none;
    }

    .productDetail {
        margin: 20px auto 0 auto;
        width: 95%;
        float: none;
    }

}

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

    .table-full,
    .withNaw,
    .page-section-content,
    .list-item-product-row,
    #productOverview.full,
    #contentItemCommentsBlock{
        margin-left: 1%;
        width: 98%;
        box-sizing: border-box;
    }

    .table-full{
        margin: 0 15px;
        box-sizing: border-box;
        width: calc(100% - 30px);
    }
    div.list-item-product{
        box-sizing: border-box;
    }
}

.product-detail-right-crossel-panel{
    position: inherit;
    background-color: #fff;
    min-height: auto;
    text-align:center;
    width: 100%;
}

.product-detail-right-crossel-panel span.right-panel-title{
    display:block;
    padding: 20px;
    margin: 0px 0px 20px 0px;
box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1.3em;
}
.product-detail-right-crossel-panel .icostar{
    display: none;
}

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

    .table-full,
    .withNaw,
    .page-section-content,
    .list-item-product-row,
    #productOverview.full,
    #contentItemCommentsBlock{
        margin-left: 0px;
        width: 100%;
        box-sizing: border-box;
    }

    .productDetail{
        width: 100%;
    }

    .product-detail-right-crossel-panel{
        position: relative;
        width: 100%;
        float:left;
        clear:both;
        top: 0;
    }
}

@media only screen and (max-width: 1010px){
    ul.input-list-help li{
        max-width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 550px){
    ul.input-list-help li{
        max-width: 100%;
        float: left;
    }
}
.cleaner-mobile{
    display: none;
}

@media only screen and (max-width: 720px){
    .cart-buttons button{
        font-size: 0.85em!important;
    }
}
@media only screen and (max-width: 580px) {
    #productTabs ul li{
        font-size: 0.9em;
    }
    .cart-buttons,
    .cart-buttons div,
    .cart-buttons button{
        float: left;
        text-align: center;
        margin: 0;
        padding: 0%!important;
        width: 100%!important;
        clear:both;
        display: block;
    }
    .cart-buttons input{
        max-width: 100px;
        width: 100px;
        margin: 0 auto
    }
    .cart-buttons button{
    }
    .cleaner-mobile{
        display: block;
        clear:both;
        height: 60px;
    }
}
@media only screen and (max-width: 600px) {
    table{
        float: none;
    }
    table tr, table tr td {
        /* display: block; */
        float: left;
        width: 100%;
        box-sizing: border-box;
        clear:both;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .desktop-tablet-menu{
        display: none;
    }
    #priceCalc{
        text-align: center!important;
    }
    input[name="giftcard_nr"]{
        width: 200px!important;
    }
    button.button{
        margin-left: 0!important;
    }

}

#productTabs {
    margin-top: -15px; margin-bottom:10px; min-height:1px; _height:1px; }
#productTabs ul { margin:0; padding:0; list-style:none; font-size:1em; float:left; }

.productInfo .list-item-product {
    width: 100%!important;
    box-sizing: border-box!important;
    margin: 0% 2%!important;
    padding: 0!important;
    float: left;
    min-height: 360px!important;
    max-height: 360px!important;
    height: 360px!important;
}
.popup-accessories .accessories-list .list-item-product,
.popup-crossell .list-item-product{
    width: 100%!important;
    box-sizing: border-box!important;
    margin: 0%!important;
    padding: 5px!important;
    float: left;
    min-height: auto!important;
    max-height: auto!important;
    height: auto!important;
}

    .popup-ordered-product {
        width: 60% !important; 
        box-sizing:border-box; 
        float:left; 
        box-shadow: 0 0 23px 3px #d2d2d2 !important;
        margin: 0 2% !important;
    }

.popup-buttons { width: 36%; float:left;box-sizing:border-box;display:table; }
.popup-accessories { margin-left:2%; border-left: 2px solid #363636; padding:0% 3%; width:64%; float:left; box-sizing:border-box; }


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

    .popup-ordered-product { width: 34%; box-sizing:border-box; float:left; }
    .popup-accessories {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: calc(100% - 37% - 200px);
        float: left;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1100px) {
    .popup-ordered-product { width: 32%; box-sizing:border-box; float:left; }
    .popup-accessories {
        width: calc(100% - 34% - 200px);
    }
}

@media screen and (min-width: 1220px) {
    .popup-ordered-product { width: 60%; box-sizing:border-box; float:left; }
    .popup-accessories {
        width: calc(100% - 32% - 200px);
    }
}

@media screen and (min-width: 1420px) {
    .popup-ordered-product { width: 60%; box-sizing:border-box; float:left; }
    .popup-accessories {
        width: calc(100% - 28% - 200px);
    }
}

@media screen and (min-width: 1620px) {
    .popup-ordered-product {
        width: 60% !important; 
        box-sizing:border-box; 
        float:left; 
        box-shadow: 0 0 23px 3px #d2d2d2 !important;
        margin: 0 2% !important;
    }
    .popup-accessories {
        width: calc(100% - 26% - 200px);
    }
}

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

    .popup-ordered-product { width:60%; box-sizing:border-box; float:left; }
    .popup-accessories {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-left: 0px;
        padding: 0%;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 735px) {
    .popup-ordered-product { width:55%; }
}

@media screen and (max-width: 650px) {
    .popup-ordered-product { width:52%; }
}

@media screen and (max-width: 580px) {
    .popup-ordered-product { width: 51%; }

}

@media screen and (max-width: 568px) {
    .popup-ordered-product { width:96%; margin-left:0!important; }
    .popup-buttons { width: 98%; }
}

.popup-ordered-product .list-item-product{
    border-bottom: 0px;
    margin: 0 !important;
    max-width: none;
    min-width: unset;
    max-height: none !important;
    min-height: unset !important;
    overflow: hidden;
    height: auto !important;
    padding: 15px !important;
}

.popup-accessories .accessories-list .list-item-product div.title{ font-size: 0.9em; width: 100%; height: 20px; }
.popup-accessories .accessories-list .list-item-product div.descr{ font-size: 0.85em; width: 100%; }
#productTabsContent div.tabContent { display:none; padding: 0 15px;}
#productTabsContent #productDescr { padding: 0 15px 15px 15px; }
#productTabsContent #productDescr { display:block; }
#productTabsContent table { margin: 0 30px!important;}

.product-detail-element{
    height: 48px;
    line-height: 48px;
}

#productPicture {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0;
}

#productPicture div{
    margin: auto;
}


#orderdepend-selectboxes { clear:both; margin:5px 0; }
.orderdepend-selectboxes { padding:5px 0; }
.orderdepend-selectbox {
    background-color: #363636;
    height: 50px;
    color: #fff
}

.orderdepend-selectbox ol{
}

.orderdepend-selectbox ol li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-detail{
    font-size: 1.7em;
    font-weight: 700;
    color: #F31116;
}

@media screen and (max-width: 750px){
    .mobile-center{
        text-align:left!important;
    }
    .mobile-center-real{
        text-align:center!important;
    }
}

.listItem-container{ width: 100%;}



dl.list-item dd, dl.list-item dt {
    margin:0em;
    padding:0em;
}
dl.list-item dt {
    font-size: 1.2em;
    padding-bottom:0.3em;
}
dl.list-item dd.image { width:120px; height:90px; margin: 0px 10px 10px 0; padding: 3px; float: left; }
dl.list-item dd.anotation p { margin: 0; padding:0em 10px 0.5em 0em; }
dl.list-item dd.more { margin: 0; padding:0em 10px 0.5em 0em; }
dl.list-item a.more { font-weight:bold; }


@media screen and (max-width: 2500px) {
    .list-item {
        padding: 0px;
        margin: 0px;
        width: 33.33%;
        float: left;
    }
}

@media screen and (max-width: 1200px) {
    .list-item {
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
}

@media screen and (max-width: 700px) {
    .list-item {
        width: 100%;
        padding: 0px;
        margin: 0px;
        float: left;
    }
}

.category-item{
    height: 250px!important;
    max-height: 250px!important;
}


/************ RESPONSIVE MOBILE - TABLE MENU ***************/
#nav
{
    width: 60em;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -30em;
    font-size: 1em;
    font-weight: 500;
    z-index: 99999;

}

#nav > a
{
    display: none;
    text-decoration: none;
}

#nav li
{
    position: relative;
    border: 1px solid #F7F7F7;
    margin-bottom: 0;
}

#nav > ul > li
{
    padding: 10px 0px;
}


#nav li a
{
    color: #000;
    display: block;
}

#nav li a:active
{
    background-color: #fff !important;
}

#nav span:after
{
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}

/* first level */

#nav > ul
{
    height: 3.75em; /* 60 */
    background-color: #fff;
    padding: 0;
    margin: 0 -8px;
}
#nav > ul > li
{
    width: 25%;
    height: 100%;
    float: left;
}
#nav > ul > li > a
{
    height: 100%;
    line-height: 2.5em; /* 60 (24) */
    text-align: left;
}
#nav > ul > li:not( :last-child ) > a
{
    border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
}


/* second level */

#nav ul
{
    list-style-type:none!important;
}
#nav li ul
{
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    list-style-type:none!important;
    text-align: left;
    padding: 5px 0px;
}
#nav li:hover ul
{
    display: block;
    left: 0;
    right: 0;
}
#nav li:not( :first-child ):hover ul
{
    left: -1px;
}
#nav li ul li
{
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
    color: #000;
}

#nav > ul > li{
    font-weight: 500;
}

#nav ul > li > ul > li{
    padding: 10px 0px 0px 0px;
    border: none;
    font-weight: 400;
    font-size: 0.95em;
}

#nav ul > li > ul > li > ul > li{
    font-weight: 300;
    font-size: 0.89em;
}
@media only screen and ( max-width: 650px ) /* 1000 */{

    .logo-and-cart{
        height: 100px;
        margin: 0;
    }

}
@media only screen and ( min-width: 768px ) /* 1000 */{
    #nav{
        display:none;
    }

    .containerLoginForTabletMedium {
        display: none;
    }

    #fbComments{
        display:none;
    }
}

@media only screen and ( max-width: 62.5em ) /* 1000 */
{
    #nav
    {
        width: 100%;
        position: static;
        margin: 0;
    }
}

@media only screen and ( max-width: 768px ) /* 1000 */
{
    .tablet-no-padding{
        padding: 0 25px;
    }
}

@media only screen and ( max-width: 768px ) /* 768 */
{
    html
    {
        font-size: 75%; /* 12 */
    }

    #nav {
        position: relative;
        top: auto;
        left: auto;
        padding-top: 20px;
    }

    #nav > a {
        width: 3.125em; /* 50 */
        height: 3.125em; /* 50 */
        text-align: left;
        text-indent: -9999px;
        position: relative;
    }

    #nav > a:before {
        border: 2px solid #83b817;
        content: "";
        left: 15px;
        position: absolute;
        right: 25%;
        top: 0;
        width: 40px;
        box-shadow: 0 10px 0 #83b817, 0 20px 0 #83b817;
    }

    #nav > a:after{
        top: 60%;
    }

    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }


    /* first level */

    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }

    #nav:target > ul {
        display: block;
    }

    #nav > ul > li {
        width: 100%;
        float: none;
    }

    #nav > ul > li > a {
        height: auto;
        text-align: left;
        padding: 0 0.833em; /* 20 (24) */
    }

    #nav > ul > li:not( :last-child ) > a{
        border-right: none;
    }

    /* second level */
    #nav li ul
    {
        position: static;
        padding: 10px 0px 10px 25px; /* 20 */
        margin: 0;
    }
}

.mobile-menu-arrow-down{
    background: rgba(0, 0, 0, 0) url("./redesign/icons/arrow.png") repeat scroll 0 0;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 0;
    width: 60px;
}

a.button{
    width: 240px;
    padding: 5px 0px;
    text-align: center;
    line-height: 28px;
    height: 40px;
}

.cap_panelContent {
    overflow: hidden;
    width: 93%;
    margin: 0 auto;
    padding: 2% 0;
}   

div.cap_panelContent a.button{
    width: 96%!important;
    margin: 0 2%;
}

div.list-item-product .title{
    clear: both;
    width: 220px;
    padding: 0 2px;
    margin: 16px auto;
}

div.list-item-product div.title a{
    text-transform: none!important;
    color: #363636;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

div.list-item-product .price{
    font-weight: 600;
}

#productCrossselPanel {
    float:right;
    width: 100%;
    padding:10px;
    box-sizing:border-box;
}

#articleslider div.image,
#topProductsSlider div.image{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#articleslider div,
#topProductsSlider div{
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 4px;
    padding-right: 10px;
    display: block;
}

.popup-ordered-product div.discount-content,
#articleslider  div.discount-content,
#topProductsSlider div.discount-content{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    float: left;
    min-height: 30px;
    max-height: 30px;
}

.popup-ordered-product div.discount,
#articleslider div.discount,
#topProductsSlider div.discount {
    padding-right: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    position: relative;
    width: 65px;
    height: 30px;
    float: right;
    line-height: 30px;
    background:#ED2E2A;
}

.popup-ordered-product .discount-content{
    display:none;
}

#articleslider div.descr,
#topProductsSlider div.descr{
    height: 78px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
}

div.list-item-product .descr {
    height: 78px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
}

.product-detail-label-input{
    background-color: white;
    box-sizing: border-box;
    float: left;
    font-size: 0.9em;
    margin: 4px 0;
    padding: 0;
    border-bottom: 2px solid #bbb;
    width: 100%;
}
.product-detail-label-input .product-detail-label{
    width: 30%;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 50px;
    text-align: center;
}
.product-detail-label-input .product-detail-input{
    width: 70%;
    margin: 0;
    padding: 0;
    float: left;
}
.product-detail-label-input .product-detail-input input{
    width: 80%;
}
.product-detail-label-input .product-detail-input span{
    width: 20%;
}
.on-click-show-info{
    display: none;
    position: absolute;
    top: 45px;
    right: -46px;
    font-size: 0.7em;
    line-height: 15px;
    width: 480px;
    height: auto;
    background: #fff;
    color: #959ba4;
    z-index: 9999;
    padding: 10px;
    opacity: 0.95;
}
.on-hover-show-image, .on-hover-big-img{
    display: none;
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 0.7em;
    line-height: 15px;
    width: 300px;
    min-height: 300px;
    background: none;
    color: #959ba4;
    z-index: 99999;
    padding: 0;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .on-hover-show-image{
        top: 45px;
        right: -40px;
        width: 150px;
        min-height: 150px; }
}
.on-hover-show-image img{
    width: 300px;
}
@media screen and (max-width: 768px) {
    .on-hover-show-image img{
        width: 150px;
    }
}

.attribute-body{
    display: none;
}

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

    .product-detail-label-input .product-detail-label{
        width: 40%;
    }
    .product-detail-label-input .product-detail-input{
        width: 60%;
    }

    .product-detail-label-input .product-detail-input input{
        width: 30%;
    }

}
.product-detail-stepper{
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.product-detail-stepper .product-detail-stepper-attribute {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.product-detail-special-stepper{
    background-color: white;
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0px 0px 0px;
    box-sizing: border-box;
}

.product-detail-stepper-attribute .attribute-title,
.product-detail-special-stepper .product-detail-special-stepper-title {
    height: 50px;
    width: 100%;
    background-color: white;
    line-height: 50px;
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0 0 18px 5px #797979;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 4px;
}

.product-detail-stepper-attribute .attribute-title:hover,
.product-detail-special-stepper .product-detail-special-stepper-title:hover {
    box-shadow: 0 0 20px 7px black;
}

.product-detail-special-stepper .next{
    float: right;
    margin: 2px 10px 2px 0px;
}

.product-detail-stepper-attribute .attribute-body-list-full{
    width: 100%;
    padding: 0;
    margin: 0;
}

.attribute-body-list .tabs-list{
    width: 90%;
    padding: 0;
    margin: 0px auto 10px auto;
    background-color: white;
    border-radius: 4px;
}

.attribute-body-list .tabs-list .tab-item{
    width: 50%;
    padding: 0 2%;
    margin: 10px 0px 10px 0px;
    box-sizing: border-box;
    float: left;
    height: 35px;
    line-height: 35px;
}

@media only screen and (max-width: 1200px) {
    .attribute-body-list .tabs-list .tab-item{
        width: 33.33%;
    }
}

@media only screen and (max-width: 900px) {
    .attribute-body-list .tabs-list .tab-item{
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .attribute-body-list .tabs-list .tab-item{
        width: 100%;
    }
}

.tabs-list .tab-item .tab-item-content{
    width: 100%;
    background-color: #393939;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    font-weight: 600;
    font-size: 0.85em;
    cursor: pointer;
}

.tabs-list .active .tab-item-content{
    background-color: #6CA73A;
}

.tab-item-list{
    display: none;
}
.open{
    display: block;
}

.attribute-body-list-item{
    width: 16%;
    padding: 0;
    margin: 0% 0.5% 4px 0%;
    float: left;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0.75;
    font-size: 0.9em;
    height: 100px;
    max-height: auto;
}
.attribute-body-list-item:hover{
    opacity: 1;
}
.attribute-body-list-full .active,
.tab-item-list .active{
    opacity: 1;
    border: 1px solid #74B73D;
}

.active-attribute{
    border: 1px solid #EDEDED;
}

.attribute-body-list-item img{
    margin: auto;
}

.greentick{
    display: none;
}

.attribute-body-list-full .active .greentick,
.tab-item-list .active .greentick {
    background: rgba(0, 0, 0, 0) url("./images/GreenTick.png") repeat scroll 0 0;
    display: block;
    height: 35px;
    position: absolute;
    right: 30%;
    top: 15px;
    width: 35px;
}

.attribute-body-list-item .value{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
}

.attribute-body-list-item .custom-value{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
}

.button-not-change{
    height: 32px;
    position: absolute;
    right: 12px;
    top: 9px !important;
    width: 32px;
    background: url('../images/product-detail-red.png');
    background-size: contain;
}

.button-change{
    height: 32px;
    position: absolute;
    right: 12px;
    top: 9px !important;
    width: 32px;
    background: url('../images/product-detail-green.png');
    background-size: contain;
}

.button-info{
    height: 32px;
    position: absolute;
    right: 50px;
    top: 9px;
    width: 32px;
    background: url('../images/product-detail-info.png');
    background-size: contain;
}

input.no-radius{
    border: 2px solid #ccc !important;
    border-radius: 40px !important;
    color: #000!important;
    padding: 10px 10px!important;
    text-transform: none!important;
    font-weight: 300!important;
    width: 30%;
}

.info-buying{
    width: 100%;
    min-height: 110px;
    line-height: 40px;
    text-align: left;
    margin-top: 0px;
    background: #DD2C00;
    color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .info-buying{
        line-height: 22px;
    }

}


.info-buying-green{
    width: 100%;
    min-height: 110px;
    line-height: 40px;
    text-align: left;
    margin-top: 10px;
    background: #83B817;
    color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
    position: relative;
}

.info-buying .disclaimer{
    background: url('../images/disclaimer.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 76px;
}

.info-buying .approval{
    background: url('../images/approval.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 76px;
    display: none;
}

li.active{
    border: none!important;
}

li.active > a{
    border: none!important;
}


ul.col > li.active ul li ul li.active ul,
ul.col > li.active ul li ul li.active ul li,
ul.col > li.active ul li ul li.active ul li a{
    width: 80%!important;
    color: black !important;
}

ul.col > li.active ul li ul li.active ul li a {
    background-color: #e8e8e8 !important;
    color: black !important;
    padding: 10px;
    display: block;
    margin-left: 2px;
    width: 90% !important;
}
ul.col > li.active ul li ul li.active ul li a span {
    color: black !important;
}
ul.col > li.active ul li ul li.active ul li{
    width: 93%!important;
    color: black !important;
}

.baseContent{
    background-color: #fff;
}

button.button-inverse{
    width: 20%!important;
}

.product-search-category-list{
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    float: none;
    text-align: center;
    margin: 0 0 5px 17.5px;
    min-height: 120px;
    padding: 18px;
    width: calc(100% - 35px);
}

.product-list-category{
    display: inline-block;
    width: 16.66%;
    margin: 5px 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    float: none;
    min-height: 220px;
    overflow: hidden;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    transition-duration: 0.4s;
}

.product-list-category:hover {
    cursor: pointer;
    box-shadow: 0 0 57px -5px #d5d5d5;
}

@media screen and (max-width: 1780px) {
    .product-list-category{
        width: 25.00%;
        border-right: 1px solid #EAEAEA;

    }
}

@media screen and (max-width: 1480px) {
    .product-list-category{
        width: 33.33%;
        border-right: 1px solid #EAEAEA;
    }
}

@media screen and (max-width: 768px) {
    .product-list-category{
        width: 50%;
    }

}

@media screen and (max-width: 468px) {
    .product-list-category{
        width: 100%;
    }
}

.product-list-category-img{
    float: left;
    width: 100%;
    margin: 6px auto 0px auto;
    padding: 0;
    box-sizing: border-box;
    opacity: 0.9;
    text-align: center;
}

.product-list-category-img:hover{
    opacity: 1;
}

.product-list-category-img:hover{
    text-decoration: underline;
}

.product-list-category-body{
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.product-list-category-body a{
    color: #636363;
    font-weight: 600;
}

.product-list-category-body a:hover{
    color: #000;
}

.product-list-category-body p.description{
    color: #636363;
    font-size: 0.80em;
    width: 100%;
    text-align: center;
}

p object {
    margin: 0 auto;
    max-width: 468px;
}

.product-detail-element input[type="submit"]{
    max-width: 180px!important;
}

#contentItemCommentsBlock a.button{
    max-width: 280px!important;
}

#categories {
    padding: 0;
}

/* Popup kategorie */
div.popupCategories {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 999;
    margin: 0;
    background-color: #fff;
    padding: 25px;
    border-bottom: 6px solid #000;
    height: auto;
    width: 100%;
    float: left;
}

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

    div.popupCategories{
        top: 50px!important;
    }

    /* ul.desktop-menu > li:nth-child(9):hover div.popupCategories{
        top: 110px!important;
    } */

    div.popupCategories div.categories ul li{
        width: 50%!important;
        min-height: 290px;
    }

    div.popupCategories div.categories ul li ul li{
        display: none;
        width: 100%!important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

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

    /* ul.desktop-menu > li:nth-child(8):hover div.popupCategories{
        top: 110px!important;
    } */

}

@media screen and (max-width: 962px) {
    
    ul.desktop-menu > li:nth-child(9):hover div.popupCategories{
        top: 90px!important;
    }

}

@media screen and (max-width: 872px) {
    
    ul.desktop-menu > li:nth-child(8):hover div.popupCategories{
        top: 90px!important;
    }

}

/* @media screen and (max-width: 965px) {

    ul.desktop-menu > li:nth-child(7):hover div.popupCategories{
        top: 110px!important;
    }

}

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

    ul.desktop-menu > li:nth-child(6):hover div.popupCategories{
        top: 110px!important;
    }

} */


div.popupCategories div.popupCategoriesCase {
    height: auto;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div.popupCategories div.categories {
    min-height: 300px;
    height: 300px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div.popupCategories div.categories ul{
    min-height: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: center;
}

div.popupCategories div.categories ul li{
    float: none;
    width: 19%;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    margin: 0;
    height: 240px;
    white-space: normal!important;
    line-height: 25px;
    border: 1px solid #D0D0D0;
    float: none;
    display: inline-block;
    overflow: hidden;
}
div.popupCategories div.categories ul li ul{
    width: 110px;
    margin: 15px auto 0 autp;
}

div.popupCategories div.categories ul li ul li{
    text-align: left;
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin: 0px 0px;
    height: auto;
    white-space: normal!important;
    line-height: 15px;
    border-right: 0px;
    background: rgba(0, 0, 0, 0) url("images/arrow2.png") no-repeat scroll 0 5px;
    padding: 0 0 0 10px;
}

div.popupCategories div.categories ul li:nth-child(4n+0){
    border-right: 0px;
}

div.popupCategories div.categories ul li a.title {
    margin-top: 6px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

div.popupCategories .categories ul li > span.description{
    display: block;
    margin: 25px auto 10px auto !important;
    min-width: 60% !important;
    width: 60% !important;
    max-width: 60% !important;
    box-sizing: border-box;
    line-height: 17px;
    text-align: center;
    font-size: 15px;
    height: 60px;
    padding-bottom: 15px;
}

div.popupCategories div.categories ul.subcategories {
    display: none;
}

div.popupCategories div.categories ul li a {
    color: #363636;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}


div.popupCategories div.categories ul li ul li a {
    color: #797979;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
}

div.popupCategories div.categories ul li a:hover {
    text-decoration: underline;
}

.tablet-logo-show{
    display: none;
}

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

    .logo-h1{
        display:none;
    }

    .specialcol{
        width: 100%!important;
        margin: 0 auto!important;
    }

    #eshop-cart-info a.cart-button{
        display: block;
        margin-left: 2px;
        margin-top: 10px;
    }

    .logo-and-cart{
        height: 100px;
    }

    #eshop-cart-info{
        float: none;
        margin: 0 auto;
        position: relative;
        width: 200px;
        top: 12px;
        text-align: center;
    }

    .tablet-logo-show{
        display: block!important;
        float:left;
        height: 80px;
        width: 100%;
    }

    .tablet-logo-show #h1{
        display:block!important;
        margin: 14px auto 0 !important;
        background: url('../images/logo-byvatmoderne-small.png') no-repeat 100% 50%;
    }

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

    .tablet-no-padding .price-detail {
        text-align: center!important;
    }

    .tablet-no-padding h1 {
        text-align: center;
    }

}

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

    .tablet-no-padding h1 {
        font-size: 1.3em!important;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .tablet-no-padding .price-detail {
        font-size: 1.2em!important;
    }
}

#productPicture .photogallery a { width: 10%; }


@media only screen and (min-width: 1000px) {
    #productPicture .photogallery a{
        width: 19%;
    }
}

@media only screen and (min-width: 1200px) {
    #productPicture .photogallery a{
        width: 16%;
    }
}

@media only screen and (min-width: 950px) {
    #productPicture .photogallery a{
        width: 31%;
    }
}

@media only screen and (max-width: 1023px) {
    #productPicture .photogallery a{
        width: 10%;
    }
    #productOverview .tablet-no-padding h1{
        text-align: center;
        font-size: 2em!important;
        margin-top: 15px!important;
        padding-top: 15px!important;
    }
    #productOverview .price-detail{
        font-size: 1.7em!important;
        text-align: center!important;
    }
    #productOverview .mobile-center{
        width: 100%!important;
    }
    .topPartProduct{
        width: 95%;
        margin: 10px auto 4px auto;
        text-align: center;
    }
}

@media only screen and (max-width: 890px) {
    .attribute-body-list-item{
        width: 16%;
    }
}

@media only screen and (max-width: 500px) {
    #productOverview .tablet-no-padding h1{
        font-size: 1.3em;
    }
    .attribute-body-list-item{
        width: 19%;
    }

}

@media only screen and (max-width: 430px) {
    .attribute-body-list-item{
        width: 24%;
    }
}

@media only screen and (max-width: 390px) {
    .attribute-body-list-item{
        width: 32%;
    }
}

@media only screen and (max-width: 360px) {
    .attribute-body-list-item{
        width: 49%;
    }
}

@media only screen and (max-width: 850px) {
    #productPicture .photogallery a{
        width: 10%;
    }
}

@media only screen and (max-width: 720px) {
    #productPicture .photogallery a{
        width: 19%;
    }
}

@media only screen and (max-width: 468px) {
    #productPicture .photogallery a{
        width: 31%;
    }
}

#productPicture .photogallery img { width: 100%; background:#FFF; float:left; }

#productImages {
    margin: 0 0 10px 0;
    padding: 0 0 1px 0;
    min-height: 1px;
    _height: 1px;
}

div.cartAddPopup {
    background:#FFF;
}


div.cartAddPopup div.cap_contentBlock div.cap_panelProduct div.cap_baseTitle {
    background: #83B817;
}

a:hover { text-decoration:underline; }
a img { border: none; }



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

    /* ORDER PROCESS */
    table#eshopDeliveryAndPayment,
    table#eshopDeliveryAndPayment thead,
    table#eshopDeliveryAndPayment tbody,
    table#eshopDeliveryAndPayment th,
    table#eshopDeliveryAndPayment td,
    table#eshopDeliveryAndPayment tr,
    table#eshopCart,
    table#eshopCart thead,
    table#eshopCart tbody,
    table#eshopCart th,
    table#eshopCart td,
    table#eshopCart tr {
        display: block;
    }
    table#eshopDeliveryAndPayment thead tr,
    table#eshopCart thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table#eshopDeliveryAndPayment tr th,
    table#eshopCart tr th { display:none;}
    tr#responsive-table-head th { display:block!important; }
    table.eshop-payment-type-table tr#responsive-table-head { display:block!important; }

    table#eshopCart td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 25%;
    }

    table#eshopDeliveryAndPayment td{
        /* Behave  like a "row" */
        border: none;
        padding-left: 1%;
    }

    table#eshopDeliveryAndPayment td:before,
    table#eshopCart td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
    }
    table#eshopDeliveryAndPayment td:before{
        width: 45%;
    }

    table#eshopCart tr td input.text{
        width: 35%!important;
    }
    table.eshop th.price, table.eshop td.price{
        text-align: left!important;
    }

    table#eshopDeliveryAndPayment td:nth-of-type(1):before { content: ""; }
    table#eshopDeliveryAndPayment td:nth-of-type(2):before { content: ""; }
    table#eshopDeliveryAndPayment td:nth-of-type(3):before { content: ""; }
    table#eshopDeliveryAndPayment td:nth-of-type(4):before { content: ""; }
    table#eshopDeliveryAndPayment td:nth-of-type(5):before { content: ""; }
    table#eshopDeliveryAndPayment td:nth-of-type(6):before { content: ""; }
    table#eshopCart td:nth-of-type(1):before { content: "Fotografia"; }
    table#eshopCart td:nth-of-type(2):before { content: "Produkt"; }
    table#eshopCart td:nth-of-type(3):before { content: "Cena"; }
    table#eshopCart td:nth-of-type(4):before { content: "Množstvo"; }
    table#eshopCart td:nth-of-type(5):before { content: " "; }
    table#eshopCart td:nth-of-type(6):before { content: "Cena celkom"; }

    .totalPriceTable{ min-width: 100%!important; }
    .totalPriceTable tr td.price{ text-align: right!important; }

    #adds-panel .bottom-3{
        font-size: 1em!important;
    }

    table.eshop-payment-type-table tr td:first-child,
    table.eshop-delivery-type-table tr td:first-child{
        max-width: 5%!important;
        width: 5%!important;
        min-width: 5%!important;
        float: left!important;
    }
    table.eshop-payment-type-table tr td:last-child
    table.eshop-delivery-type-table tr td:last-child{
        max-width: 95%!important;
        width: 95%!important;
        min-width: 95%!important;
        float: left!important;
    }
}

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

    table.order-step-multiform {
        display: block;
        margin: 0;
        width: 100% !important;
    }
    table.order-step-multiform tbody{display: block;width: 100%;}
    table.order-step-multiform tr{
        /*    border-bottom: 1px solid #EDD5AA; */
        display: block;
        width: 100%;
    }

    table.form td{
        width: 100%;
    }
    table.form td.label{
        width: 50%;
    }

}

.buttons{
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    float: left;
    padding: 0;
    margin: 15px 0px 15px 0px;
}

.buttons .float-left{
    width: 50%;
    float: left;
}
.buttons .float-left a.button{
    width: 250px;
    margin: 0 auto;
}
.buttons .float-right{
    width: 50%;
    float: right;
    text-align: right;
}
.buttons .float-right button{
    width: 250px;
    font-size: 0.9em;
    float: right;
}

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

    .buttons .float-right,
    .buttons .float-left{
        width: 100%!important;
        text-align: center!important;
    }
    .buttons .float-right div,
    .buttons .float-right button,
    .buttons .float-right a,
    .buttons .float-left div,
    .buttons .float-left button,
    .buttons .float-left a{
        float: none!important;
        margin: 2px auto!important;
    }
}

@media screen and (max-width: 690px){
    /* ORDER SUMMARY */
    tr.total > td.price > span#totalOrderPrice{ font-size: 0.8em!important; }
}


.invoiceAddressSection{
    margin: 10px 0px;
}

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

    /* ORDER PROCESS */
    #content div.eshop-order-stepper {
        padding: 0% 0% 2% 0%!important;
        max-width: 98%!important;
        width: 98%!important;
        margin: 1% 1% 12px 1%!important;
    }

    /* ORDER PROCESS */

    /* KOREKCIA */
    table#giftItem{
        width: 200px;
        margin: 0 auto;
    }
    table#giftItem,
    table#giftItem thead,
    table#giftItem tbody,
    table#giftItem th,
    table#giftItem td,
    table#giftItem tr
    {
        display: block;
        text-align: center;
        margin-bottom: 1%;
    }
    table#giftItem thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table#giftItem tr th
    { display:none;}

    table#giftItem td{
        /* Behave  like a "row" */
        border: none;
        padding-left: 1%;
    }

    table#giftItem td:before{
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    table#giftItem td:nth-of-type(1):before { content: ""; }
    table#giftItem td:nth-of-type(2):before { content: ""; }
    table#giftItem td:nth-of-type(3):before { content: ""; }
    table#giftItem td:nth-of-type(4):before { content: ""; }
    table#giftItem td:nth-of-type(5):before { content: ""; }
    table#giftItem td:nth-of-type(6):before { content: ""; }


    /* ORDER STEP 2 */
    table.invoiceAddressSection,table#deliveryAddressSection,
    table.order-step-multiform{
        width: 98% !important;
    }
}

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

    /* DETAIL SUMMARY PRODUCT */
    table#responsive-order-detail tr td table{
        max-width:96%!important;
        margin: 0 2%!important;
    }
    table#responsive-order-detail tr td table tr td,
    table#responsive-order-detail tr td table tr th{
        display:block;
        max-width:96%!important;
        min-width:96%!important;
        margin: 0 2%!important;
        text-align: center;
    }

}

.eshop-summary th,
.order-cart-table th{
    box-sizing: border-box;
    padding: 15px!important;
}

#eshopCart th,
.eshop-summary th{
    background-color: #eaeaea;
    color: black;
}

.price-summary-td{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    font-weight: bold;
    text-align: right;
}

table.eshop-summary-vertical{
    margin: 15px 0px;
    border-bottom: 2px solid #ddd;
}

.eshop-summary-vertical td{
    text-align: right;
}

td.price{
    color: black;
    padding: 5px 20px 5px 0px!important;
    text-align: right;
    box-sizing: border-box;
}

td.totalPrice{
    color: black;
    padding: 10px 20px 10px 0px!important;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
}

.size-18{
    font-size: 18px;
}



.eshop-cartItemCount{
    margin-top: 15px;
}

.order-cart-table td{
    box-sizing: border-box;
    padding: 15px;
}

.totalPriceTable,
.eshopDeliveryAndPayment{
    margin: 30px 0px 10px 0px;
}


.totalPriceTable td {
    text-align: right;
    vertical-align: middle;
    padding:3px 10px 5px 10px;
    font-weight: 600;
    font-size: 1.2em;
}
.totalPriceTable td.price {
    font-weight:bold;
    font-size: 1.6em;
    color: black !important;
}
.totalPriceTable tr.total td {
    border-top: 2px solid #ddd;
}
.totalPriceTable tr.total td.price {
    font-size: 3.0em;
    color: #83B817 !important;
}

#content .input
#content table button.button,
#content table .cap
{
    padding: 0 5px!important;
    text-align: center;
}


.button:hover{
    text-decoration: underline;
}

#eshopCart strong{
    font-weight: 500;
}

.choice-container em{
    display: block;
    width: 100%;
    clear:both;
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #575757;
    margin-top: 10px;
}

.eshop-cart-remove a{
    color: red;
}

.eshop-order-stepper a.active{
    color: #000000!important;
}

input.eshop-cartItemCount{
    min-width: 160px;
}
@media screen and (max-width: 648px) {

    .choice-container{
        text-align:left!important;
    }

    .totalPriceTable,
    .totalPriceTable tr,
    .totalPriceTable tr td,
    .totalPriceTable tr td.price{
        text-align: center!important;
    }

    .order-step-multiform input{
        width: 100%;
    }
}


div.contentItemCommentList div.contentItemComment {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}

div.contentItemCommentList div.contentItemCommentNoShadow {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

div.contentItemCommentPrototype {
    display:none;
}

div.contentItemCommentList div.contentItemComment div.contentItemComment {
    border:none;
    margin-bottom:0;
    padding-left:32px;
    opacity: 0.8;
}

div.contentItemCommentList div.contentItemComment div.contentItemCommentContent {
    padding: 5px 20px;
    box-sizing: border-box;
    width: 100%;
}

div.contentItemCommentList div.contentItemCommentSmall div.contentItemCommentContent {
    padding:10px 15px;
}

div.contentItemCommentList div.contentItemComment div.title {
    color:#3D3C3C;
    font-size:1.3em;
    font-weight:bold;
    padding:0 250px 10px 0;
}

div.contentItemCommentList div.contentItemComment div.title a {
    color:#3D3C3C;
}

div.contentItemCommentList div.contentItemCommentSmall div.comment {
    font-style:italic;
}

div.contentItemCommentList div.contentItemComment div.date {
    position:absolute;
    right:20px;
    top:20px;
    color:#a19f9f;
    font-size:0.9em;
}

div.contentItemCommentList div.contentItemComment {
    padding: 4px;
}

div.contentItemCommentList div.contentItemCommentSmall div.date {
    right:15px;
    top:14px;
}

div.contentItemCommentList div.contentItemComment div.date .button {
    margin-left:10px;
}

div.contentItemCommentList div.contentItemComment div.date .removeContentItemCommentTrigger {
    margin-left:10px;
}
div.contentItemCommentList div.contentItemComment div.contentItemCommentContent{
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px!important;
}
div.contentItemCommentList div.contentItemComment div.contentItemCommentContent div.title{
    background: none!important;
    font-weight: 600!important;
    padding: 0 0 0 15px!important;
    margin: 0!important;
    font-size: 1.1em!important;
    color: #363636!important;
}
div.contentItemCommentList div.contentItemComment div.contentItemCommentContent div.comment{
    padding-left: 15px!important;
    padding-top: 28px!important;
    font-weight: 300;
    font-size: 0.98em!important;
    max-width: 80%;
    box-sizing: border-box;
    color:#A5AAB2;
}
div.contentItemCommentList div.contentItemComment div.contentItemCommentContent div.date {
    position: absolute;
    right: 0;
    top: -10px;
}
@media screen and (max-width: 700px){
    div.contentItemCommentList div.contentItemComment div.contentItemCommentContent div.date {
        position: relative;
        right: none;
        top: none;
        display: block;
        width: 100%;
        min-height: 15px;
        text-align:right;
    }
}
div.contentItemCommentList div.contentItemComment div.contentItemCommentContent div.date a.addContentItemCommentTrigger {
    width: 100px;
    font-size: 1em;
    padding: 4px 0px 0px 0px;
    margin: 0;
    background: none;
    color: #83B817;
    font-weight: 700;
}

div.contentItemComment div.contentItemCommentContent div.contentItemComment div.contentItemCommentContent{
    opacity: 0.8;
}

.cap_baseTitle{
    width: 93%;
    padding: 15px 0;
    font-weight: 550;
    color: black;
    background-color: white;
    clear:both;
    margin: 0 auto 10px auto;
    font-size: 1.6em;
    border-bottom: 3px solid black;
}

.cap_contentBlock a.button{
    margin: 10px!important;
}

#catalogSideSearchForm .button-attrib .button-for-filter-type-products{
    background-color: #494949;
    border: 3px solid #494949;
    color: white;
    text-decoration: none!important;
}

#catalogSideSearchForm .search-type-attrib{
    display: none;
}

#catalogSideSearchForm .button-for-filter-type-products{
    text-transform: uppercase;
}

#catalogSideSearchForm .inactive .button-for-filter-type-products{
    background-color: #494949;
    border: 3px solid #494949;
    color: white;
    text-decoration: none!important;
}

#catalogSideSearchForm .inactive .button-for-filter-type-products:hover,
#catalogSideSearchForm .active .button-for-filter-type-products:hover,
#catalogSideSearchForm .active-checked .button-for-filter-type-products:hover{
    background-color: #393939;
    border: 3px solid #6F6F6F;
    text-decoration: none!important;
}

#catalogSideSearchForm .active .button-for-filter-type-products{
    background-color: #FFFFFF!important;
    border: 3px solid #FFFFFF!important;
    color: #74B73D!important;
    text-decoration: none!important;
}

#catalogSideSearchForm .active-checked .button-for-filter-type-products{
    background-color: #74B73D;
    border: 3px solid #74B73D;
    color: #FFFFFF;
    text-decoration: none!important;
}

.search-type-attrib .div{
    cursor: pointer;
}

.search-type-attrib .checkbox-green { width: 20px; position: relative; float: left; }
.search-type-attrib .checkbox-green input[type=checkbox] { visibility: hidden; }
.search-type-attrib .checkbox-green label { cursor: pointer; position: absolute; width: 20px; height: 20px; top: 0; border-top: 1px solid #e2e2e3; border-left: none; border-right: none; border-bottom: none; background: #f8f8f9; border-radius: 3px; }
.search-type-attrib .checkbox-green label:after { opacity: 0; content: ''; position: absolute; width: 11px; height: 7px; background: transparent; top: 4px; left: 5px; border: 3px solid #3aadf4; border-top: none; border-right: none; transform: rotate(-45deg); }
.search-type-attrib .checkbox-green label:hover::after { opacity: 0.3; }
.search-type-attrib .checkbox-green input[type=checkbox]:checked + label:after { opacity: 1; }
.search-type-attrib .checkbox-label { float: left; padding: 2px 0 0 15px; }

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

    #special-cart-button{
        clear:both;
        float:left;
        display:block;
        width: 100%;
        margin: 15px 0px 0px -25px;
        padding: 0;
        text-align: center;
    }
    #special-cart-button button{
        margin: 0 auto;
    }
    #special-cart-input{
        clear:both;
        float:left;
        display:block;
        width: 100%;
        margin: 0;
        padding: 0;
    }}

.addToCart input[type="text"]{
    text-align: center;
}

.long-text-price{
    position:absolute;left:10px;top:0px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width:60%;
}

@media screen and (max-width: 1500px) {
    .cartAddPopup .long-text-price {
        width:45%;
    }
}

@media screen and (max-width: 768px){
    /* #productPhotogallery a{
         display:none;
     }*/
}

#productPhotogallery{
    padding: 10px 0px 5px 0px!important;
    margin: 0!important;
    width: 100%!important;
    box-sizing: border-box!important;
}

#productPhotogallery .owl-item a{
    width: 91%!important;
}

#productPhotogallery .owl-prev,
#productPhotogallery .owl-next {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    color: #9b9b9b;
    font-size: 30px;
    width: 30px;
    pointer-events: auto;
}

#productPhotogallery .owl-prev{
    left: -10px;
    background-color: rgba(255,255,255,.6);
    background-image: url('images/arrow-left-24.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#productPhotogallery .owl-next{
    right: -10px;
    background-color: rgba(255,255,255,.6);
    background-image: url('images/arrow-right-24.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#productPhotogallery .owl-next:hover,
#productPhotogallery .owl-prev:hover
{
    background-color: rgba(255,255,255,.8);
}

#topProductsSlider .owl-prev,
#topProductsSlider .owl-next,
#cartAddPopupAccessoriesList .owl-prev,
#cartAddPopupAccessoriesList .owl-next,
#cartAddPopupCrosselList .owl-prev,
#cartAddPopupCrosselList .owl-next{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    color: #9b9b9b;
    font-size: 30px;
    width: 30px;
    pointer-events: auto;
}

#topProductsSlider .owl-prev,
#cartAddPopupAccessoriesList .owl-prev,
#cartAddPopupCrosselList .owl-prev{
    left: -0px;
    background-color: rgba(255,255,255,.0.2);
    background-image: url('images/arrow-left-48.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.7;
}


#cartAddPopupAccessoriesList .owl-prev{
    left: -15px;
}

#topProductsSlider .owl-next,
#cartAddPopupAccessoriesList .owl-next,
#cartAddPopupCrosselList .owl-next{
    right: -0px;
    background-color: rgba(255,255,255,.0.2);
    background-image: url('images/arrow-right-48.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.7;
}


#cartAddPopupAccessoriesList .owl-next{
    right: -15px;
}

#topProductsSlider .owl-next:hover,
#topProductsSlider .owl-prev:hover,
#cartAddPopupAccessoriesList .owl-prev:hover,
#cartAddPopupAccessoriesList .owl-next:hover,
#cartAddPopupCrosselList .owl-prev:hover,
#cartAddPopupCrosselList .owl-next:hover
{
    opacity: 1;
    background-color: rgba(255,255,255,.3);
}

.cartAddPopupCase{
    padding: 5px!important;
    box-sizing:border-box!important;
}

#cartAddPopupAccessoriesList .owl-item{
    min-height: 430px;
}

#cartAddPopupAccessoriesList div.list-item-product{
    border-bottom: 0px;
}

/* line 2, ../../../assets/sass/layout/scss/_global.scss */
body.fixed {
    position: fixed;
}
/* line 4, ../../../assets/sass/layout/scss/_global.scss */
body.fixed #sidebar-wrapper {
    position: fixed;
}

/* line 82, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea,
#darkarea2 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(8, 25, 42, 0.8);
}
/* line 89, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea button,
#darkarea2 button {
    border: none;
    color: #ffffff;
    background-color: transparent;
    padding: 15px;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
}
/* line 90, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea button::-moz-focus-inner,
#darkarea2 button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* line 104, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea {
    z-index: 1000;
}
/* line 106, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea button {
    left: 243px;
    top: 30px;
}

/* line 111, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea2 {
    z-index: 1002;
}
/* line 113, ../../../assets/sass/layout/scss/_aside.scss */
#darkarea2 button {
    left: 10px;
    top: 30px;
}

/* line 118, ../../../assets/sass/layout/scss/_aside.scss */
nav#main-nav {
    width: 238px;
}

/* line 121, ../../../assets/sass/layout/scss/_aside.scss */
.togglenav {
    display: inline-block;
}

.togglenav{
    border: none;
    background-color: #83B817;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

/* line 6, ../../../assets/sass/layout/scss/_aside.scss */
#wrap {
    *zoom: 1;
    padding-left: 0;
}
/* line 38, ../../../../../../../Users/lukas/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#wrap:after {
    content: "";
    display: table;
    clear: both;
}
/* line 10, ../../../assets/sass/layout/scss/_aside.scss */
#wrap.toggled #sidebar {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
/* line 15, ../../../assets/sass/layout/scss/_aside.scss */
#wrap.toggled.half #sidebar {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* line 21, ../../../assets/sass/layout/scss/_aside.scss */
#sidebar {
    position: fixed;
    left: 238px;
    z-index: 1001;
    width: 0;
    margin-left: -238px;
    margin-top: 0px;
    overflow: hidden;
    background: #83B817;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
}
/* line 32, ../../../assets/sass/layout/scss/_aside.scss */
#sidebar .scroll-wrapper {
    height: 100%;
}

/* line 36, ../../../assets/sass/layout/scss/_aside.scss */
#sidebar-content {
    min-height: 100%;
    padding-bottom: 95px;
}

@media only screen and (min-width: 468px) {
    /* line 242, ../../../assets/sass/layout/scss/_aside.scss */
    #wrap.toggled #sidebar {
        width: 100%;
    }
    /* line 245, ../../../assets/sass/layout/scss/_aside.scss */
    #wrap.toggled #sidebar .nav-logo a {
        margin-left: 0;
    }
    /* line 249, ../../../assets/sass/layout/scss/_aside.scss */
    #wrap.toggled #sidebar .customer-care,
    #wrap.toggled #sidebar .fb,
    #wrap.toggled #sidebar .copyright,
    #wrap.toggled #sidebar .design {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    /* line 259, ../../../assets/sass/layout/scss/_aside.scss */
    #wrap.toggled.half #sidebar {
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    /* line 265, ../../../assets/sass/layout/scss/_aside.scss */
    #page {
        padding-left: 74px;
    }

    /* line 268, ../../../assets/sass/layout/scss/_aside.scss */
    #sidebar {
        width: 74px;
    }

    /* line 271, ../../../assets/sass/layout/scss/_aside.scss */
    nav#main-nav {
        width: 296px;
    }

    /* line 274, ../../../assets/sass/layout/scss/_aside.scss */
    .sub-nav {
        width: 296px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
    }
    /* line 279, ../../../assets/sass/layout/scss/_aside.scss */
    .sub-nav.open {
        -moz-transform: translateX(296px);
        -ms-transform: translateX(296px);
        -webkit-transform: translateX(296px);
        transform: translateX(296px);
    }

    /* line 284, ../../../assets/sass/layout/scss/_aside.scss */
    #darkarea .togglenav_ {
        display: none;
    }

    /* line 288, ../../../assets/sass/layout/scss/_aside.scss */
    #darkarea2 {
        z-index: 999;
    }

    /* line 291, ../../../assets/sass/layout/scss/_aside.scss */
    .sub-nav {
        z-index: 1000;
    }

    /* line 295, ../../../assets/sass/layout/scss/_aside.scss */
    .nav-logo a {
        margin-left: 8px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    /* line 300, ../../../assets/sass/layout/scss/_aside.scss */
    .mobilescrolled,
    .mobileheader {
        display: none;
    }

    /* line 304, ../../../assets/sass/layout/scss/_aside.scss */
    .customer-care,
    .fb,
    .copyright,
    .design,
    .bart {
        width: 280px;
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    /* line 316, ../../../assets/sass/layout/scss/_aside.scss */
    .togglenav {
        display: none;
    }
}

fieldset legend{
    font-size: 18px;
    font-weight: bold;
    color: #83b817;
    padding: 10px 0px;
}

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

    .not-in-sidebar{
        width: 100%!important;
        box-sizing: border-box!important;
        padding: 15px!important;
    }

    .not-in-sidebar #searchCategories,
    .not-in-sidebar #quickSearchQContainer{
        width: 48%!important;
        float: left!important;
        box-sizing: border-box!important;
    }

    .not-in-sidebar #quickSearchQContainer .input-search{
        width: 100%!important;
        box-sizing: border-box!important;
    }
}

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

    .not-in-sidebar #searchCategories,
    .not-in-sidebar #quickSearchQContainer{
        width: 46%!important;
    }

}

@media screen and (max-width: 768px) {
    .banner-container{
        display: none;
    }
}

@media screen and (max-width: 465px) {
    .fish-scatch{
        display: none;
    }

    a.button-white{
        width: auto !important;
        margin: 5px auto!important;
    }
}

@media only screen and (min-width: 465px) {

    #sidebar {
        display: none;
    }

    .togglenav{
        display: none;
    }
}

@media only screen and (max-width: 465px){
    #nav{
        background-color: #83B817;
    }
}

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

    /* FIX */
    .eshop-cart-btns-order{
        margin-top: 15px;
        text-transform: uppercase;
    }

    #eshopGoOrder{
        text-transform: uppercase!important;
    }

    .cartAddPopup .productInfo .list-item-product form.product-list-good-order{
        display:none;
    }

    .product-detail-stepper-attribute .attribute-title,
    .product-detail-special-stepper .product-detail-special-stepper-title{
        text-align: left;
        font-size: 13px;
        padding-left: 10px;
    }

    .on-hover-show-image{
        max-width: 100%;
    }

    .on-hover-show-image img{
        max-width: 100%;
    }

    .on-click-show-info{
        font-size: 12px;
        width: 320px;
        margin: 0 auto;
        padding: 0;
    }

    .on-click-show-info img,
    .on-click-show-info div {
        max-width: 100%;
        width: 100%;
    }

    .on-click-show-info p,
    .on-click-show-info strong{
        font-size: 12px!important;
    }
}

@media screen and (min-width: 768px) {
    .mobile-h1{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .logo-href{
        display: none;
    }

    .mobile-h1{
        top:0!important;
        right: 4px!important;
        margin: 8px 0px!important;
        position: absolute!important;
        z-index: 9999999999!important;
        width:277px!important;
        height:50px!important;
    }

    .togglenav{
        top: 12px!important;
        right: 0px!important;
        position: absolute!important;
        background: url('./images/right-arrow.svg') no-repeat 50% 50%!important;
        border: medium none;
        cursor: pointer;
        height: 40px;
        width: 50px;
        z-index: 2147483647;
    }

    .mobile-search-button{
        top: 12px!important;
        left: 58px!important;
        position: absolute!important;
        background: url('./images/search.svg') no-repeat 50% 50%!important;
        border: medium none;
        cursor: pointer;
        height: 40px;
        width: 50px;
        z-index: 2147483647;
        display: none;
    }
}

.verticalline{
    display: none;
}

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

    .verticalline{
        background: rgba(0, 0, 0, 0) url("./images/vertical-line.svg") no-repeat scroll 50% 50% !important;
        display: block;
        height: 25px;
        position: absolute !important;
        right: 40px !important;
        top: 20px !important;
        width: 2px;
        z-index: 2147483647;
    }

    #nav > a:before {
        border: 2px solid #fff;
        content: "";
        left: 15px;
        position: absolute;
        right: 25%;
        top: 0;
        width: 40px;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }
}

@media screen and (max-width: 768px) {
    .mobile-display-none{
        display: none
    }
}

.on-click-show-info-mobile table{
    display: table!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
}

.on-click-show-info-mobile table tr{
    display: table-row!important;
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    clear: none!important;
    float: none!important;
}
.on-click-show-info-mobile table tr td{
    display: table-cell!important;
    clear: none!important;
    float: none!important;
}

.on-click-show-info-mobile{
    display: none
}

.on-click-show-info-mobile{
    background-color: #fff;
    display: none;
    max-width: 100%!important;
    box-sizing: border-box!important;
    padding: 27px 10px!important;
    margin-bottom: 20px!important;
}

.price-detail br{
    display: block;
    margin: 1px 0;
    line-height:1px;
}

.change-price-when-change-value-small{
    color: #6C6C6C;
    font-size: 0.6em;
    font-weight: 600;
}

/* Zvacseni obrazok pri presunuti mysou vo filtry */

.on-hover-big-img{
    top: 60px;
    right: inherit;
    width: 200px;
    min-height: 100px;
}

.on-hover-big-img img {
    width: 250px;
}

/* My own styling, only for repair some design */

.myContainerNew {
    margin: 0 auto;
    box-sizing: inherit;
    display: block;
    height: 65px;
    width: 100%;
}

.myRowOfHead {
    height: 65px;
    display: flex;
}

.headMainLogo {
    display: block;
    width: 15%;
    text-align: center;
    height: 38px;
    overflow: hidden;
    align-self: center;
}

.headMainLogo h1 {
    display: inline-block;
}


.myEditForm {
    margin: 0 0 0 13%;
    padding: 0;
    float: none;
    display: none;
    align-self: center;
    position: static;
    overflow: hidden;
    width: 40%;
}

.partForSearchingContainerMy {
    display: inline-block;
}

.mySpecCat {
    display: inline-block;
    width: 34%;
}

.InfoAboutShoppingCart {
    display: block;
    align-self: center;
    width: auto;
    overflow: hidden;
}

.myLoginButton {
    display: block;
    align-self: center;
    width: auto;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
}

.myInputEdit {
    width: 100%;
    background-color: #ecebeb;
    text-align: left;
}

.cartAndButtonsBlock {
    width: 30%;
    display: flex;
    align-self: center;
    justify-content: center;
    margin-left: 58%;
    font-size: 0.95em;
}

.qty {
    color: black;
}

.myTitleInCategoryMenu {
    width: 75%;
    margin: 20px auto;
    font-size: 19px;
    transition-duration: 0.4s;
}

.title {
    color: black !important;
    font-size: 19px;
    font-weight: 400;
}

.title li {
    transition-duration: 0.4s;
}

.title li:hover {
    box-shadow: 0 0 11px 2px #272727;
    z-index: 999;
    position: relative;
}

.title li:hover .myTitleInCategoryMenu {
    cursor: pointer;
    font-size: 19px;
    color: #83B817;
}

.title li .defaultImg {
    transition-duration: 0.4s;
}

.title li:hover .defaultImg {
    transform: scale(1.2);
}

.bg-myOwn-gray {
    background-color: white;
}

.myRowOfHeadContainer {
    position: relative;
    box-shadow: 0 0 15px -3px black;
}


@media screen and (max-width: 1540px) {
    .headMainLogo {
        width: 21%;
    }

    .cartAndButtonsBlock {
        margin-left: 48%;
    }

    .myTitleInCategoryMenu {
        font-size: 17px;
    }

    .title li:hover .myTitleInCategoryMenu {
        font-size: 17px;
    }
}

@media screen and (max-width: 1300px) {
    .headMainLogo {
        width: 24%;
    }

    .cartAndButtonsBlock {
        margin-left: 48%;
    }

    .myTitleInCategoryMenu {
        font-size: 16px;
    }

    .title li:hover .myTitleInCategoryMenu {
        font-size: 16px;
    }
}

@media screen and (max-width: 1170px) {
    .headMainLogo {
        width: 26%;
    }

    .cartAndButtonsBlock {
        margin-left: 41%;
    }

    .myTitleInCategoryMenu {
        font-size: 15px;
    }

    .title li:hover .myTitleInCategoryMenu {
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    .headMainLogo {
        width: 32%;
    }

    .cartAndButtonsBlock {
        margin-left: 33%;
    }

    .myTitleInCategoryMenu {
        font-size: 14.5px;
    }

    .title li:hover .myTitleInCategoryMenu {
        font-size: 14.5px;
    }
}

@media screen and (max-width: 870px) {
    .headMainLogo {
        width: 30%;
    }

    .cartAndButtonsBlock {
        margin-left: 26%;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .myRowOfHeadContainer {
        display: none;
    }
}

.imageOfBannerMy {
    width: 100%;
}

.myTitleMainPage {
    color: black !important;
    font-size: 3.5em !important;
}

.firstMyBannerKitContainer {
    float: left;
    width: 45%;
    margin: 1% 0 0 0;
    z-index: 990;
    position: relative;
    height: auto;
    background-image: url('/public/images/bigger2.jpg');
    background-size: cover;
    background-position: top center;
    box-shadow: 0 0 5px -2px black;
    transition-duration: 0.8s;
    border-radius: 5px;
}

.leftBannerFirstContainer {
    height: auto;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255,0.5) 30%, rgba(0,0,0,0) 75%);
}

.leftBannerFirstContent {
    width: 100%;
    height: 270px;
}

.leftBannerFirstContent h1 {
    color: black;
    font-weight: 700;
    width: 50%;
    margin: 0;
    letter-spacing: 1px;
    font-size: 2.2em;
    padding-top: 40px;
    padding-left: 35px;
    text-transform: none;
    overflow: hidden;
}

.myBannerKitButtonFirst, .myBannerKitButtonSecond, .myBannerKitButtonThird {
    text-align: center;
    border: 3px solid black;
    width: 200px;
    padding: 8px 0;
    font-size: 1.2em;
    font-weight: 600;
    color: black;
    position: absolute;
    bottom: 35px;
    left: 35px;
    background-color: rgba(255,255,255,0.4);
    transition-duration: 0.8s;
}

.myBannerKitButtonFirst:hover, .myBannerKitButtonSecond:hover, .myBannerKitButtonThird:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

.secondMyBannerKitContainer {
    float: left;
    width: 26%;
    margin: 1% 0 0 1%;
    z-index: 990;
    position: relative;
    height: auto;
    background-image: url('/public/images/smaller2.jpg');
    background-size: cover;
    background-position: top center;
    box-shadow: 0 0 5px -2px black;
    transition-duration: 0.8s;
    border-radius: 5px;
}

.leftBannerSecondContent h1 {
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0;
    letter-spacing: 1px;
    font-size: 2.2em;
    padding-top: 40px;
    padding-left: 35px;
    text-transform: none;
    overflow: hidden;
}

.leftBannerSecondContainer {
    height: auto;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255,0.5) 30%, rgba(0,0,0,0) 75%);
}

.leftBannerSecondContent {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.thirdMyBannerKitContainer {
    float: left;
    width: 27%;
    margin: 1% 0 0 1%;
    z-index: 990;
    position: relative;
    height: auto;
    background-image: url('/public/images/smaller3.jpg');
    background-size: cover;
    background-position: top center;
    box-shadow: 0 0 5px -2px black;
    transition-duration: 0.8s;
    border-radius: 5px;
}

.leftBannerThirdContent h1 {
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0;
    letter-spacing: 1px;
    font-size: 2.2em;
    padding-top: 40px;
    padding-left: 35px;
    text-transform: none;
    overflow: hidden;
}

.leftBannerThirdContainer {
    height: auto;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255,0.5) 30%, rgba(0,0,0,0) 75%);
}

.leftBannerThirdContent {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.discountItemsContainer {
    width: 85%;
    margin: 10px auto;
    padding: 70px 0 25px 0;
}

.discountItemsContainer h3 {
    margin: 0;
    text-align: center;
    font-size: 29px;
    color: black;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: none;
}

.myTitleMainPageBody {
    display: block;
    margin-top: 40px;
    line-height: 26px;
    font-weight: 600;
}

.myTitleMainPageBodySecond {
    display: block;
    margin-top: 30px;
    line-height: 26px;
    color: rgb(49, 49, 49) !important;
    font-weight: 600;
    font-size: 0.75em;
}

.newSletterContentFormContainer {
    width: 100%;
    margin-top: 2%;
}

.myNewsletterBlock {
    width: 95%;
    margin: 40px auto 0 auto;
    z-index: 997;
    background-image: url('/public/images/newsletter.jpeg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    /* border-radius: 25px; */
    padding: 0px;
}

.newsLetterContent {
    background: linear-gradient(to right, rgba(0, 0, 0,0.95) 75%, rgba(0,0,0,0) 90%);
    /* border-radius: 25px; */
    padding: 30px 25px;
}

.newSletterContentText {
    color: white;
    font-size: 3em;
    width: 65%;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
}

.myNewsletterInput {
    width: 25%;
    height: auto;
    padding: 8px 5px;
    font-size: 15px;
}

.myNewsletterChangeInputSubmit {
    width: auto;
    display: inline-block;
    margin-left: 2%;
    font-size: 17px;
    padding: 8px 36px;
    border-radius: 24px;
    color: black !important;
    border: none;
    background-color: #9ae823 !important;
}

.myMainInfoFooterContainer {
    overflow: hidden;
    margin: -60px 0 0 0;
    padding: 60px 0 15px 0;
    background-color: white;
    color: black !important;
    /* box-shadow: 0 0 30px -5px black; */
}

.myMainInfoFooterContent {
    overflow: hidden;
}

.myOwnFooterRegisterContainer {
    width: 46%;
    padding: 0;
    height: auto;
    display: block;
    float: left;
}

.myOwnFooterRegisterTitle {
    text-transform: unset;
    font-weight: 600;
    font-size: 26px;
    margin: 25px 0 0 20%;
}
   
.myOwnFooterRegisterParagraph {
    margin: 2% 0 0 20%;
    font-size: 1em;
    font-weight: 300;
    color: black !important;
    width: 50%;
}   

.myOwnFooterRegisterButton {
    width: 160px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 8px 0;
    border-radius: 25px;
    margin: 3% 0 0 20%;
    font-size: 18px;
    font-weight: 500;
    transition-duration: 0.4s;
}   

.myOwnFooterRegisterButton:hover {
    cursor: pointer;
    box-shadow: 0 0 6px 5px white;
    color: #9ae823;
    transform: scale(1.05);
}

.myBlockInFooterDataContainer {
    width: 13%;
    margin: 0 0 0 3%;
    height: auto;
    display: block;
    padding: 0;
    float: left;
}

.myBlockInFooterDataContainer h3 {
    color: black !important;
    text-transform: unset;
    font-weight: 600;
    font-size: 19px !important;
    margin: 25px 0 0 0;
}

.myUnsignedListInFooter {
    list-style: none;
    line-height: 25px;
    color: black !important;
    padding: 0;
}

.myUnsignedListInFooter li, .myUnsignedListInFooter li a {
    color: black !important;
}

.myMainSocialMediaPaymentInfoContainer {
    overflow: hidden;
    background-color: white;
}

.myMainSocialMediaPaymentInfoContent {
    overflow: hidden;
    padding: 0 0 60px 0;
}

.mySocialMediasBannerPictures {
    width: 52%;
    display: block;
    float: left;
}

.mySocialMediasBannerPictures p {
    margin: 25px 0 0 20%;
}

.mySocialMediasBannerPicturesCardPayment {
    width: auto;
    display: block;
    float: left;
    margin: 25px 0 0 3%;
}
   
.mySocialMediasBannerPicturesCardVerification {
    overflow: hidden;
    width: auto;
    float: left;
    display: block;
    margin: 8px 0 0 3%;
}

.myMainFinalFooterContainer {
    overflow: hidden;
    background-color: white;
}

.myMainFinalFooterContent {
    overflow: hidden;
}

.myMainFinalFooterContentInner {
    overflow: hidden;
}   

.myMainFinalFooterContentText {
    width: 80%;
    margin: 0 auto;
    border-top: 3px solid black;
}

.allCardsMainPageContainer {
    margin: 5px auto 50px auto;
    padding: 15px 0;
    width: 85%;
    overflow: hidden;
    transition-duration: 0.5s;
}

.mainPageCardBlock3Container {
    width: 32%;
    margin: 0 0 0 1%;
    text-align: center;
    height: 270px;
    padding: 35px;
    float: left;
    background-color: #f2f2f2;
    transition-duration: 0.4s;
}

.mainPageCardBlock3Container .mainPageCardBlockImageContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainPageCardBlock3Container h1 {
    font-weight: 600;
    font-size: 25px;
    margin: 2px 0 6px 0;
}

.mainPageCardBlock3Container p {
    width: 75%;
    margin: 0 auto;
    color: black !important;
}

.mainPageCardBlockImageContainer {
    height: 80px;
}

.mainPageCardBlock2Container {
    width: 48.5%;
    margin: 1% 0 0 1%;
    text-align: center;
    padding: 35px;
    float: left;
    background-color: #f2f2f2;
    height: 320px;
    transition-duration: 0.4s;
}

.mainPageCardBlock2Container h1 {
    font-weight: 600;
    margin: 2px 0 0 0;
    text-align: left;
    width: 75%;
    font-size: 25px;
}

.mainPageCardBlock2Container p {
    width: 100%;
    margin: 0 auto;
    color: black !important;
    text-align: justify;
    margin: 15px 0 0 0;
}

.discountItemContainer {
    margin: 20px 0 55px 0;
}

.imageItemContainerHomePage {
    width: 20%;
    margin: 0 0 0 4%;
    float: left;
    overflow: hidden;
    padding: 0 0 0 0;
    transition-duration: 0.5s;
}

.imageItemContainerHomePage:hover {
    cursor: pointer;
    transform: scale(1.06);
    box-shadow: 0 0 40px 2px #e6e3e3;
}

.imageItemContainerHomePage img {
    object-fit: contain;
    height: 276px;
    display: block;
    width: 100%;
    padding: 10px 0;
}   

.imageItemContainerHomePage h1 {
    text-transform: unset;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 0 0 5px;
}

.imageItemContainerHomePage h2 {
    font-size: 18px;
    color: black;
    font-weight: 400;
    text-align: center;
    margin: -4px 0 0 0;
    text-transform: unset;
    padding: 0 0 0 5px;
}

.imageItemContainerHomePage hr {
    margin: 0 auto 0 auto;
    width: 65%;
}

.imageItemContainerHomePage h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    margin: 7px 0 0 0;
}

.imageItemContainerHomePage h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 24px;
    padding: 0 0 7px 0;
}

.myLoginBlockContainer {
    background-image: url('/public/images/logingirl.jpg');
    background-position: top center right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.myLoginBlockContent {
    height: auto;
    background: linear-gradient(to right, rgba(255, 255, 255,1) 40%, rgba(0,0,0,0) 75%);
    overflow: hidden;
}

.myLoginFormularContainer {
    overflow: hidden;
}   

.myLoginFormularContainer h1 {
    margin: 4% 0 0 7%;
    font-size: 3.7em;
    font-weight: 550;
    text-transform: unset;
    color: black;
}

.myLoginFormularContainer h2 {
    margin: 0 0 0 7%;
    font-size: 1.4em;
    color: black;
    text-transform: unset;
    text-align: left;
}

.myFormularElementsBlockContainer {
    width: 25%;
    margin: 4% 0 0 7%;
}   

.myFormularElementsBlockContainer input[type="text"], .myFormularElementsBlockContainer input[type="password"] {
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 4px solid #ddd;
    border-radius: 0;
}

.myFormularElementsBlockContainer label {
    margin: 15px 0 0 0;
    display: block;
    color: #686868;
    font-weight: 700;
}

.myFormularElementsBlockContainer input[type="checkbox"] {
    display: inline-block;
    float: none;
    margin: 25px 0 0 0;
}

.myFormularElementsBlockContainer input[type="submit"] {
    width: auto;
    background-color: black;
    border: none;
    margin: 25px 0 0 0;
    padding: 8px 75px;
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: 600;
    color: white;
    display: block;
    text-decoration: none;
    list-style-type: none;
    transition-duration: 0.4s;
}

.myFormularElementsBlockContainer input[type="submit"]:hover {
    color: #9ae823;
    cursor: pointer;
}

.myFormularElementsBlockContainer p {
    margin: 15px 0 0 0;
    color: black;
    font-size: 16.5px;
}

.myFormularElementsBlockContainer p a {
    color: gray !important;
}

.myFormularElementsBlockContainer p a:nth-child(1) {
    margin: 0 10px 0 0;
}

.myFormularElementsBlockContainer p a:nth-child(2) {
    margin: 0 0 0 10px;
}

.externalLoginFacebookContainer {
    margin: 2% 0 1% 7%;
    display: table;
    width: 75%;
}

.externalLoginFacebookContent {
    display: table-cell;
    vertical-align: middle;
}   

.externalLoginFacebookContainer img {
    height: 60px;
    filter: invert(1);
    display: inline-block;
    margin-top: -6px;
    background-color: #e7880d;
    border-radius: 10px;
}

.externalLoginFacebookContainer a {
    margin: 0 0 0 2%;
    display: inline-block;
    color: white;
    background-color: #1877f2;
    font-size: 18px;
    padding: 10px 45px;
    font-weight: 600;
    border-radius: 10px;
}

.myForgotPasswordTitle {
    margin: 5% 0 0 7%;
    color: black;
    text-align: left;
}

.myFormLostPassword {
    padding: 2% 0 0 7%;
    width: 35%;
    margin-bottom: 8%;
}

.myFormLostPassword label {
    margin: 15px 0 0 0;
    display: block;
    color: #686868;
    font-weight: 700;
}

.myFormLostPassword input[type="text"] {
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.myFormLostPassword input[type="submit"] {
    width: auto;
    background-color: black;
    border: none;
    margin: 25px 0 0 0;
    padding: 8px 75px;
    border-radius: 10px;
    font-size: 1.4em;
    font-weight: 600;
    color: white;
    display: block;
    text-decoration: none;
    list-style-type: none;
    transition-duration: 0.4s;
}

.myFormLostPassword input[type="submit"]:hover {
    color: #9ae823;
    cursor: pointer;
}

.myRegistrationTitle {
    color: black;
    margin: 4% auto 0 auto;
    width: 80%;
    font-size: 3.3em;
    font-weight: 550;
    text-align: left;
}

.registrationParagraphContainer p {
    width: 80%;
    margin: 1% auto 0 auto;
    text-align: justify;
}

.myRegistrationBlockContainer {
    width: 80%;
    margin: 1% auto 0 auto;
}

.myTitleFormularInterBlock {
    border-bottom: 3px solid #83B817;
    display: block;
    font-size: 28px;
    font-weight: 550;
    margin: 35px 0 28px 0;
}

.userInfoContainer {
    overflow: hidden;
}

.permissionInfoContainer {
    overflow: hidden;
    margin: 1% auto 0 auto;
}

.myRegistrationBlockContainer input {
    font-size: 17px !important; 
    border: none !important;
    border-bottom: 3px solid #d6dde0 !important;
    border-radius: 0 !important;
}

.myRegistrationBlockContainer .fs-medium {
    color: gray;
    font-weight: 650;
}

.myButtonRegisterOwn {
    color: white !important;
    border: none !important;
    background-color: black;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-weight: 450 !important;
}

.myButtonRegisterOwn:hover {
    box-shadow: 0 0 9px -1px black;
    color: #9ae823 !important;
}

.myStyleOverviewTitleProduct {
    width: 30%;
    margin: 4.5% 0 0 0;
    float: left;
    text-align: left;
    padding: 0 0 0 2.5%;
}

.myDescriptionSectionOverview {
    width: 62%;
    float: left;
    margin: 4.5% 4% 0 4%;
    padding: 7px 0;
}
   
.pageOverviewProductHR {
    width: 95%;
    margin: 15px auto;
}

.mySubCategoryInProductsOverview {
    float: none;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.sortBySecondParameter {
    margin-left: 13px;
}

.subcategories .col li {
    font-size: 1em !important;
    color: gray;
}

.subcategories .col li.active ul {
    background-color: #e8e8e8 !important;
    border-left: 3px solid #7d7d7d;
}

.subcategories .col li.active ul li a span {
    font-size: 0.85em !important;
}

.subcategories .col li.active > a > span {
    font-weight: 700 !important;
}

.list-item-product-row .image a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 0;
}

.filterTitleSpan {
    text-align: left;
    color: black;
    margin: 0 0 0 2.5%;
    font-size: 30px;
    font-weight: 600;
}

.searchFilterMyEdit {
    background-color: #e8e8e8;
    border-radius: 5px;
}

.titleInProductContainer {
    height: auto;
    display: table;
    width: 100%;
}

.popup-ordered-product .titleInProductContainer {
    width: auto !important;
}

.popup-ordered-product .descriptionProductContainer {
    width: auto !important;
}

.titleInProductContent {
    height: 70px;
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    padding: 0px 0 0 15px;
}

.titleInProductContent a {
    margin: 0;
    font-size: 1.5em;
    color: black;
    font-weight: 600;
    text-transform: unset;
}

.descriptionProductContainer {
    height: auto;
    display: table;
    width: 100%;
}

.descriptionProductContent {
    height: 50px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 15px;
    font-size: 1.2em;
    color: black;
    font-weight: 400;
    text-transform: unset;
}

.priceContainerMainProduct h3 {
    margin: 0;
    color: black;
    font-weight: 200;
    text-align: center;
    text-transform: unset;
    font-size: 15px;
}

.priceContainerMainProduct h4 {
    font-size: 24px;
    font-weight: 700 !important; 
    text-align: center;
    margin: 0 0 0 0;
    line-height: 24px;
    padding: 0 0 7px 0;
}

.list-item-product {
    transition-duration: 0.4s !important;
}

.list-item-product:hover {
    box-shadow: 0 0 23px 3px #d2d2d2 !important;
}

.myBlockWithMenuSelectionSubcategoriesContainer {
    height: 15px;
}

.productBlockHrSlide {
    width: 98%;
    margin: 25px auto 0 auto;
}

.myProductOverviewGalleryContainer {
    width: 53%;
}

.myProductOverviewDescriptionContainer {
    width: 47%;
}

.popup-ordered-product .titleInProductContent {
    padding: 0 0 0 35px;
}

.popup-ordered-product .titleInProductContent a {
    font-size: 2.5em;
}

.popup-ordered-product .descriptionProductContent {
    padding: 0 0 0 35px;
    height: 110px;
    font-size: 1.7em;
}

.popup-ordered-product .priceinfoContainer {
    width: auto !important;
}

.popup-ordered-product .priceContainerMainProduct {
    display: table-cell;
    vertical-align: bottom;
    height: 120px;
    padding: 0 0 0 35px;
}

.popup-ordered-product .priceContainerMainProduct h3 {
    text-align: left;
    font-size: 1.7em;
}

.popup-ordered-product .priceContainerMainProduct h4 {
    text-align: left;
    font-size: 2.3em;
}

.popup_buttons_content {
    display: table-cell;
    height: 330px;
    vertical-align: middle;
}

.continueShoppingButton {
    background-color: white !important;
    color: black !important;
    border: 5px solid #83B817;
    height: auto !important;
    padding: 3% 0 !important;
    font-size: 1.5em !important;
}

.toCartButton {
    background-color: #83B817 !important;
    color: white !important;
    border: none;
    height: auto !important;
    padding: 3% 0 !important;
    font-size: 1.5em !important;
}

/* Styling of own containers in products */

.myBlockMontazZameranieContainer {
    width: 47%;
    margin: 0 0 0 2%;
    float: left;
    padding: 20px 15px;
    background: white;
    box-shadow: 0 0 17px 1px #d7d7d7;
    border-radius: 8px;
}

.myBlockMontazZameranieContainer h1 {
    padding: 0 !important;
    margin: 0 !important;
    color: black !important;
    font-size: 2em !important;
    font-weight: 550 !important;
}

.myBlockMontazZameranieContainer h2 {
    color: gray;
    font-size: 1.4em;
    text-align: left;
    margin: 0;
    padding: 0;
}

.myButtonMontazZameranie {
    margin: 17px auto 0 0;
    border-radius: 15px;
    padding: 6px 20px;
    width: 175px;
    text-align: center;
    background-color: black;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
    transition-duration: 0.5s;
}

.myButtonMontazZameranie:hover {
    color: #9ae823;
    transform: scale(1.06);
    cursor: pointer;
    box-shadow: 0 0 25px -6px black;
}

.productItemPopularityContainerHalf {
    width: 47%;
    float: left;
    margin: 3% 0 0 2%;
    height: 230px;
    box-shadow: 0 0 17px 1px #d7d7d7;
    border-radius: 8px;
}

.productItemPopularityContainerHalf img {
    margin: 20px auto 10px auto;
    display: block;
    height: 70px;
    object-fit: contain;
    width: 100%;
}

.productItemPopularityContainerHalf h1 {
    text-align: center;
    padding: 0 !important;
    font-size: 1.4em !important;
    margin: 0 !important;
}

.productItemPopularityContainerHalf p {
    padding: 10px 25px;
    text-align: justify;
}

.discountInfoContainer {
    display: inline-block;
    padding: 10px 15px;
    background-color: red;
    color: white;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 9px;
    margin: 5px 0 0 0;
}   

.myProductOverviewDescriptionContainer h1 {
    font-size: 2.3em !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.actualPrizeInfoProductDescriptionContent {
    margin: 15px 0 0 0;
    font-size: 1.6em;
    font-weight: 500;
}
   
.actualPrizeInfoProductValueContent {
    margin: -10px 0 0 0;
    font-size: 2.4em;
    font-weight: 750;
    letter-spacing: 2px;
    color: #83B817;
}

.oldPrizeInfoProductContainer {
    text-align: right;
    font-size: 1.5em;
}

.myButtonNextInProductParameter {
    margin: 10px 0 !important;
    color: white !important;
    border-radius: 12px !important;
    font-size: 1.2em;
    height: auto !important;
    padding: 8px 70px;
    letter-spacing: 2.5px;
}

div.change-price-when-change-value {
    color: black !important;
}   

.myOwnPrizeFinalTextContent {
    font-size: 1em !important;
    font-weight: 400;
}

.myOwnPrizeFinalValueContent {
    font-size: 1.5em;
    margin: -10px 0 0 0;
    letter-spacing: 3px;
    font-weight: 750;
    color: #83B817;
    display: block;
}   

.blockAvailabilityTitleDescriptionContent {
    text-align: right;
    color: gray;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px;
}

.toCartButtonContainer {
    display: table;
    width: 100%;
    padding: 10px;
}

.toCartButtonContent {
    display: table-cell;
    text-align: center;
}

.toCartTextBlock {
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.toCartButtonContent > input {
    display: inline-block !important;
    width: auto !important;
    padding: 14px 5px !important;
    margin: 0 2% 0 2% !important;
    height: auto !important;
}

.goSpecifyorder {
    width:auto !important;
    display: inline-block !important;
    height: auto !important;
    padding: 14px 25px !important;
    font-size: 1.2em !important;
    margin: 0 !important;
}   

.myDiskusiaBlockTitle {
    background-color: white !important;
    color: black !important;
    border-bottom: 3px solid black !important;
    padding: 10px 25px !important;
}

.myOdporucaneProduktyTitleBlock {
    font-size: 2.4em !important;
    border-bottom: 2px solid #c1c1c1 !important;
    width: 80% !important;
    margin: 10px auto 30px auto !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-align: left;
    text-transform: unset !important;
    padding: 10px 0px !important;
}

.carousel-item .image {
    position: relative;
    width: 100%;
}

.carousel-item .image a {
    width: 100%;
    display: block;
    height: auto;
    background-color: white;
}

.carousel-item .image a img {
    width: 100%;
    height: 310px;
    object-fit: contain;
}

.carousel-item .title a {
    color: black !important;
    letter-spacing: -1px;
    text-transform: unset !important;
    background-color: white;
    font-size: 1.15em;
}

.zlavaBlockInOdporucaneProdukty {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 10px;
    text-align: right;
    width: auto;
    color: white;
    background-color: red;
    padding: 7px 19px;
    font-size: 1.1em;
    font-weight: 100 !important;
    border-radius: 20px;
}

.priceinfoContainer {
    display: table;
    width: 100%;
    height: auto;
}

.popup-crossell .image {
    height: 190px !important;
    width: 100% !important;
}

.popup-crossell .titleInProductContent {
    font-size: 1.5em;
}

.popup-crossell .descriptionProductContent {
    font-size: 1.2em;
    height: 80px;
}

.myHeaderBlockContainer {
    margin: 4.5% 0 0 0;
}

.eshopCartTitleH2 {
    width: 30%;
    float: left;
    text-align: left;
    padding: 0 0 0 2.5%;
}   

.eshopCartTitleH2Wide {
    width: 60%;
    float: left;
    text-align: left;
    padding: 0 0 0 2.5%;
}   

.descriptionOfCartSlideContainer {
    display: block;
    float: left;
    width: 62%;
    margin: 0 4% 0 4%;
    padding: 7px 0;
}   

.descriptionOfCartSlideContainer p {
    color: black !important;
}

.messageContainerInPageCart {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}   

.myBlockOfCartData {
    width: 95%;
    margin: 0 auto;
}   

.vitajContainerBlock {
    margin: 0 15px 0 10px;
    font-weight: 650;
}

.myTitleInUserAccount {
    margin: 2.5% 0 0 0;
    text-align: left;
    padding: 0 0 0 2.5%;
    color: black !important;
    text-transform: unset;
    font-size: 3.5em;
    font-weight: 600;
}

.userOverviewDataContainer {
    width: 95%;
    margin: 0 auto;
}

.userOverviewDataContainer h3 {
    margin: 0px 0 0 0;
    color: #515050;
    text-transform: unset;
    font-size: 1.3em;
    font-weight: 700;
}

.myButtonInUserOverview {
    background-color: white;
    border: 2px solid black;
    margin: 2% 2% 0 0;
    color: black !important;
    height: auto;
    font-size: 1.3em;
    padding: 15px 40px !important;
}

.myButtonInUserOverviewSecond {
    background-color: black;
    border: 2px solid black;
    margin: 2% 2% 0 0;
    color: white !important;
    height: auto;
    font-size: 1.3em;
    padding: 15px 40px !important;
}

.discountInOverviewUserContainer {
    margin: 2% 0 0 0;
}

.discountInOverviewUserContainer .list tr {
    font-size: 1.3em;
} 

.myH2TitleInProfileSetting {
    margin: 2.5% 0 0 0;
    text-align: left;
    color: black;
    text-transform: unset;
    font-size: 3.5em;
    padding: 0 0 0 2.5%;
    font-weight: 600;
}

.overviewOfSettingProfileContainer {
    overflow: hidden;
    width: 95%;
    margin: 2% auto 0 auto;
}

.overviewOfSettingProfileContainer .row {
    overflow: hidden;
}

#clubUserProfile {
    overflow: hidden;
    padding: 0 !important;
}   

.overviewOfSettingProfileContainer .col {
    padding: 0 0 15px 0 !important;
}

.overviewOfSettingProfileContainer .col .fs-medium {
    padding: 0 !important;
    color: #717171;
    font-size: 1.1em;
    font-weight: 700;
}

.overviewOfSettingProfileContainer .col input {
    width: 95% !important;
    border: none;
    border-bottom: 2px solid #ddd !important;
    border-radius: 0px !important;
    font-size: 1.1em;
    padding: 7px 5px;
    line-height: unset;
}

.overviewOfSettingProfileContainer .col .inputtext {
    width: 95% !important;
    border: none;
    border-bottom: 2px solid #ddd !important;
    border-radius: 0px !important;
    font-size: 1.1em;
    padding: 7px 5px;
    line-height: unset;
}

.overviewOfSettingProfileContainer .col .inputtext a {
    color: black;
}

.overviewOfSettingProfileContainer .buttons {
    float: none;
    display: block;
    margin: 2% 0 0 0;
    text-align: right;
}

.overviewOfSettingProfileContainer .buttons input[type="reset"] {
    float: none;
    display: inline-block;
    width: auto;
    border: 2px solid black;
    border-radius: 10px;
    line-height: unset;
    font-size: 1.6em;
    padding: 10px 3% !important;
    height: auto;
    margin: 0 3% 0 0;
    color: black;
    background-color: white;
}

.overviewOfSettingProfileContainer .buttons input[type="submit"] {
    float: none;
    display: inline-block;
    width: auto;
    border: 2px solid #83b817;
    border-radius: 10px;
    line-height: unset;
    background-color: #83b817 !important;
    color: white !important;
    font-size: 1.6em;
    padding: 10px 3% !important;
    height: auto;
}

.myBlockOfUserPassRecorveryContainer {
    overflow: hidden;
    width: 95%;
    margin: 2.5% auto 0 auto;
}

.myBlockOfUserPassRecorveryContainer .inputline {
    padding: 0 0 10px 0;
}

.myBlockOfUserPassRecorveryContainer label {
    padding: 0 !important;
    color: #717171;
    font-size: 1.1em;
    font-weight: 700;
}

.myBlockOfUserPassRecorveryContainer input {
    width: 400px;
    border: none;
    border-bottom: 2px solid #ddd !important;
    border-radius: 0px !important;
    font-size: 1.1em;
    padding: 7px 5px;
    line-height: unset;
}

.myButtonsPassRecoveryContainer {
    padding: 0 !important;
    margin: 2% 0 !important;
    float: none !important;
    min-height: auto;
    height: auto;
}

.myButtonsPassRecoveryContainer input[type="reset"] {
    width: auto !important;
    margin: 0 1.5% 0 0 !important;
    height: auto !important;
    border: 2px solid black !important;
    background-color: white !important;
    color: black !important;
    padding: 12px 30px !important;
    border-radius: 10px !important;
    font-size: 1.5em;
    font-weight: 600;
}

.myButtonsPassRecoveryContainer input[type="submit"] {
    width: auto !important;
    height: auto !important;
    border: none !important;
    border: 2px solid black !important;
    background-color: black !important;
    color: white !important;
    padding: 12px 30px !important;
    border-radius: 10px !important;
    font-size: 1.5em;
    font-weight: 600;
}

.blockOfOrdersOverviewContainer {
    width: 95%;
    margin: 1.5% auto 0 auto;
}

.blockOfOrdersOverviewContainer table.list th {
    background: #e8e8e8 !important;
    color: black !important;
    padding: 20px 15px;
}

.blockOfOrdersOverviewContainer table.list td {
    border: none;
    padding: 18px 15px;
    border-bottom: 2px solid #ddd;
}

.blockOfOrdersOverviewContainer table.list a {
    color: black;
}

.blockOfOrdersOverviewContainer table.list td img {
    width: 40px;
}


.blockOfOrdersOverviewContainer table.list td.c, .blockOfOrdersOverviewContainer table.list th.c {
    text-align: center;
}

.blockOfPrintButtonContainer {
    margin: 0.5% 0 0.5% 2.5%;
    width: auto;
    display: inline-block;
    padding: 0;
}

.blockOfPrintButtonContainer input {
    border-radius: 10px !important;
    margin: 0;
    padding: 15px 60px;
    height: auto;
    width: auto;
    background-color: white !important;
    color: black !important;
    border: 3px solid black;
    font-weight: 750;
    font-size: 1.3em;
}

.orderDetailTableContainer {
    width: 95%;
    margin: 1% auto 0 auto;
}

.orderDetailTableContainer table.info th {
    background: #e8e8e8 !important;
    color: black !important;
    padding: 15px 10px;
    font-size: 1.2em;
}

.orderDetailTableContainer table.info td {
    border-top: none;
    border-bottom: 2px solid #ddd !important;
    padding: 8px 10px !important;
}

.orderDetailTableContainer table.info td img {
    width: 35px !important;
}

.orderDetailTableContainer table.info td.prizeText {
    font-size: 1.3em;
    font-weight: 700;
}

.InfoAboutShoppingCartTabletMedium  {
    display: inline-block;
}

#sidebar-scroll p.text-center {
    padding: 0 0 15px 0;
}

#sidebar-scroll p {
    margin: 0 !important;
}

.sidebar-content .user-zone a {
    display: inline-block;
    line-height: unset !important;
}

.myMobileZoneRegPassAccountButtons {
    float: none !important;
}

.sidebar-content p.text-center a {
    display: inline-block;
    width: auto !important;
    padding: 5px 15px !important;
    margin: 0 !important;
    background-color: black;
    box-shadow: 0 0 10px 0px white;
    color: white !important;
    font-weight: 600 !important;
}

.cartCointainerForMobileSmall {
    display: none;
}

@media screen and (max-width: 1805px) {
    .toCartTextBlock {
        font-size: 1.4em;
    }
    .addToCart input[type="text"] {
        font-size: 1em;
    }
    .goSpecifyorder {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 1670px) {
    .toCartTextBlock {
        display: block;
    }

    .toCartButtonContent input[type="text"] {
        display: block !important;
        margin: -10px auto !important;
        width: 95% !important;
    }

    .goSpecifyorder {
        display: block !important;
        margin: 0 auto !important;
        width: 95% !important;
    }
}

@media screen and (max-width: 1600px) {
    .productItemPopularityContainerHalf {
        height: 255px;
    }

    .carousel-item .image a img {
        height: 225px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1450px) {
    .discountItemsContainer  {
        width: 95%;
    }

    .cartAndButtonsBlock {
        width: 40%;
        margin-left: 38%;
    }

    div.popupCategories div.categories ul li {
        width: 23.5%;
    }

    .allCardsMainPageContainer {
        width: 90%;
    }
}

@media screen and (max-width: 1400px) {
    .carousel-item .title a {
        font-size: 1em;
    }
}

@media screen and (max-width: 1350px) {
    .banner-text-green {
        top: 0;
        width: 30%;
    }
    
    .myTitleMainPage {
        font-size: 3.2em !important;
    }

    .firstMyBannerKitContainer {
        width: calc(98%/3);
    }

    .secondMyBannerKitContainer {
        width: calc(98%/3);
    }
    
    .thirdMyBannerKitContainer {
        width: calc(98%/3);
    }

    .allCardsMainPageContainer {
        width: 95%;
    }
}

@media screen and (max-width: 1300px) {
    .imageItemContainerHomePage img {
        height: 255px;
    }
    
    .imageItemContainerHomePage h1 {
        font-size: 1.5em;
    }

    .imageItemContainerHomePage h2 {
        font-size: 1.3em;
    }

    .imageItemContainerHomePage h3 {
        font-size: 1.2em;
    }

    .imageItemContainerHomePage h4 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 1250px) {
    .banner-text-green {
        top: 0;
        width: 40%;
    }
    
    .myTitleMainPageBody {
        margin-top: 10px;
    }

    .firstMyBannerKitContainer {
        width: 100%;
    }

    .leftBannerFirstContent {
        height: 240px;
    }

    .secondMyBannerKitContainer {
        width: 49.5%;
        margin: 1% 0 0 0;
    }

    .leftBannerSecondContent {
        height: 240px;
    }

    .thirdMyBannerKitContainer {
        width: 49.5%;
    }

    .leftBannerThirdContent {
        height: 240px;
    }

    .newsLetterContent {
        background: linear-gradient(to right, rgba(0, 0, 0,0.95) 50%, rgba(0,0,0,0) 120%);
    }

    .popup-ordered-product {
        float: none !important;
        overflow: hidden !important;
        width: 95% !important;
        margin: 0 auto !important;
    }

    .popup-buttons {
        width: auto;
        float: none;
        margin: 3% auto 0 auto;
    }

    .popup_buttons_content {
        height: auto;
    }
}

@media screen and (max-width: 1200px) {
    .cartAndButtonsBlock {
        width: 50%;
        margin-left: 23%;
    }

    div.popupCategories div.categories ul li {
        width: 27%;
    }

    .imageItemContainerHomePage {
        width: 22.5% !important;
        margin: 0 0 0 2% !important;
    }

    .mainPageCardBlock2Container {
        width: 98%;
        height: auto;
    }

    .mainPageCardBlock3Container {
        padding: 35px 5px;
    }

    .mainPageCardBlock3Container h1 {
        font-size: 1.5em;
    }

    .myOwnFooterRegisterContainer {
        width: 100%;
        float: none;
    }

    .myOwnFooterRegisterTitle {
        font-size: 2em;
        margin: 25px 0 0 0;
        text-align: center;
    }

    .myOwnFooterRegisterButton {
        margin: 1% auto 0 auto;
        font-size: 1.4em;
    }

    .myOwnFooterRegisterParagraph {
        margin: 1% auto 0 auto;
        text-align: center;
        width: 80%;
    }

    .myBlockInFooterDataContainer {
        width: 23%;
        margin: 2% 0 0 7.75%;
    }
}

@media screen and (max-width: 1150px) {
    .banner-text-green {
        top: 0;
        width: 50%;
    }

    .newSletterContentText {
        font-size: 2.5em;
    }

    .myBlockInFooterDataContainer {
        width: 27%;
        margin: 2% 0 0 4.75%;
    }

    .myProductOverviewGalleryContainer {
        width: 100%;
    }
    .myProductOverviewDescriptionContainer {
        width: 100%;
        margin: 3% 0 0 0;
    }

    div.product-carousel-item {
        width: 19.5%;
    }

    .cartAddPopupCase {
        width: 92%;
        left: 5% !important;
    }
}

@media screen and (max-width: 1100px) {
    .imageItemContainerHomePage {
        width: 30% !important;
        margin: 3% 0 0 13.33% !important;
    }

    .myNewsletterBlock {
        background-size: cover;
    }
}

@media screen and (max-width: 1050px) {
    .myTitleMainPage {
        font-size: 2.5em !important;
    }

    .eshopCartTitleH2 {
        font-size: 2.3em !important;
    }

    .descriptionOfCartSlideContainer {
        margin: 0 4% 0 2%;
    }

    .myTitleInUserAccount {
        margin: 2.5% 0 0 0;
        font-size: 3.5em;
        margin: 4.5% 0 0 0;
        font-size: 3em;
    }

    .myButtonInUserOverview {
        font-size: 1.3em;
        padding: 15px 40px !important;
        font-size: 1.2em;
        padding: 13px 35px !important;
    }

    .myButtonInUserOverviewSecond {
        font-size: 1.2em;
        padding: 13px 35px !important;
    }
}

@media screen and (max-width: 1000px) {
    .newsLetterContent {
        background: linear-gradient(to right, rgba(0, 0, 0,0.95) 30%, rgba(0,0,0,0) 150%);
        padding: 25px 20px;
    }

    .newSletterContentText {
        font-size: 2.2em;
        width: 95%;
    }

    .newsletter-text {
        margin: 15px 0 0 0;
        width: 80%;
    }
    
    .myBlockInFooterDataContainer {
        width: 30%;
        margin: 2% 0 0 2.5%;
    }

    .myRegistrationTitle {
        margin: 5% auto 0 auto;
        width: 90%;
        font-size: 2.6em;
    }

    .registrationParagraphContainer p {
        width: 90%;
    }

    .myRegistrationBlockContainer {
        width: 90%;
    }

    .myFormularElementsBlockContainer {
        width: 50%;
    }
}

@media screen and (max-width: 950px) {
    .myTitleMainPage {
        font-size: 2em !important;
    }

    .myTitleMainPageBodySecond {
        margin-top: 15px;
        font-size: 0.7em;
    }

    div.product-carousel-item {
        width: 25.5%;
    }
}

@media screen and (max-width: 900px) {
    .myBlockInFooterDataContainer:nth-child(2) {
        width: 66% !important;
        margin: 2% 0 0 17% !important;
        text-align: center;
    }

    .myBlockInFooterDataContainer:not(:nth-child(2)) {
        width: 40% !important;
        margin: 2% 0 0 6.66% !important;
        text-align: center;
    }

    .mySocialMediasBannerPictures {
        width: 40%;
    }

    .descriptionOfCartSlideContainer {
        width: 50%;
    }

    .eshopCartTitleH2 {
        width: 36%;
    }

    .giftCardFormContainer {
        border-right: unset !important;
        width: 100% !important;
        float: none !important;
        border-bottom: 2px solid #ddd;
    }

    .myDeliveryAndPaymentContainer {
        width: 100% !important;
    }

    .myH2TitleInProfileSetting {
        margin: 5.5% 0 0 0;
        font-size: 3em;
    }
}

@media screen and (max-width: 850px) {
    .banner-text-green {
        top: 0;
        width: 70%;
    }

    .cartAndButtonsBlock {
        width: 65%;
        margin-left: 4%;
    }

    .mainPageCardBlock3Container:first-child {
        width: 98%;
        margin: 1% 0 0 1%;
        height: auto;
    }

    .mainPageCardBlock3Container:not(:first-child) {
        width: 48.5%;
        margin: 1% 0 0 1%;
    }

    .myNewsletterInput {
        width: 95%;
        margin: 4% auto 2% auto;
        display: block;
    }

    .newsletter-checkbox {
        width: auto;
    }

    .popup-ordered-product .titleInProductContent a {
        font-size: 2.2em;
    }

    .popup-ordered-product .descriptionProductContent {
        font-size: 1.4em;
    }
    
    .popup-ordered-product .priceContainerMainProduct {
        height: 115px;
    }
    
    .popup-ordered-product .priceContainerMainProduct h3 {
        font-size: 1.6em;
    }
    
    .popup-ordered-product .priceContainerMainProduct h4 {
        font-size: 2.2em;
    }

    .descriptionOfCartSlideContainer {
        width: 54%;
    }
}

@media screen and (max-width: 800px) {
    .firstMyBannerKitContainer {
        margin: 0;
        box-shadow: unset;
    }

    .secondMyBannerKitContainer {
        width: 100%;
        margin: 0;
        box-shadow: unset;
    }

    .thirdMyBannerKitContainer {
        width: 100%;
        margin: 0;
        box-shadow: unset;
    }

    .leftBannerFirstContent, .leftBannerSecondContent, .leftBannerThirdContent {
        height: 175px;
    }

    .leftBannerFirstContent h1, .leftBannerSecondContent h1, .leftBannerThirdContent h1 {
        padding-top: 10px;
        padding-left: 10px;
        width: 100%;
        font-size: 1.7em;
    }

    .mainPageCardBlock2Container h1 {
        width: 85%;
    }

    .myStyleOverviewTitleProduct {
        margin: 6.5% 0 0 0;
    }

    .mySubCategoryInProductsOverview {
        width: 100%;
    }

    #productOverview .tablet-no-padding h1 {
        margin-top: 0px !important;
        padding-top: 5px !important;
    }

    .myBlockMontazZameranieContainer {
        padding: 15px 15px;
        width: 48%;
        margin: 0 0 0 1.33%;
    }

    .topPartProduct {
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
    }

    .tablet-no-padding {
        padding: 0 5px;
    }

    .cartAddPopupCase {
        width: 100%;
        left: 0% !important;
    }

    .popup-ordered-product .titleInProductContent a {
        font-size: 2.1em;
    }

    .popup-ordered-product .descriptionProductContent {
        height: 70px;
    }
    
    .popup-ordered-product .priceContainerMainProduct {
        height: 100px;
    }

    .myTitleInUserAccount {
        margin: 6.5% 0 0 0;
        font-size: 2.2em;
    }

    table.list {
        font-size: 0.85em;
    }
}

@media screen and ( max-width: 768px ) {
    .containerLoginForTabletMedium {
        display: block;
        box-shadow: 0 0 5px 2px #ddd;
        text-align: center;
    }

    .mobile-h1 {
        margin: 12px 0px !important;
        width: 208px !important;
        height: 35px !important;
    }

    #eshop-cart-info {
        width: auto;
        top: 0;
        text-align: left;
        font-size: 1em;
        font-weight: 600 !important;
        padding: 10px 15px;
    }
    
    .myLoginButtonTabletMedium {
        text-align: left !important;
        display: inline-block;
        width: auto !important;
    }

    .myLoginButtonTabletMedium a {
        padding: 10px 15px;
        margin: 0;
        font-weight: 600 !important;
    }
    
    #nav li ul {
        padding: 10px 0px 10px 15px;
    }

    #nav .title { 
        font-size: 1em;
    }

    .discountItemsContainer {
        width: 100%;
        padding: 25px 0 25px 0;
    }

    .imageItemContainerHomePage {
        width: 40% !important;
        margin: 3% 0 0 6.66% !important;
    }

}

@media screen and ( max-width: 750px ) {
    #productOverview .tablet-no-padding h1 {
        font-size: 1.7em !important;
    }

    .myBlockMontazZameranieContainer h2 {
        font-size: 1.1em;
    }

    .myButtonMontazZameranie {
        width: auto;
        font-size: 1.3em;
    }

    div.product-carousel-item {
        width: 35.5%;
    }

    .eshopCartTitleH2 {
        float: none;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .descriptionOfCartSlideContainer {
        float: none;
        padding: 7px 15px;
        width: 100%;
        margin: 0 0 0 0;
    }

    table#eshopCart td {
        font-weight: 700;
    }

    .eshopCartTitleH2Wide {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        font-size: 1.8em;
    }

    table.order-step-multiform tr {
        display: table;
    }

    #invoiceAddressSection {
        border-right: unset !important;
        padding-right: 0 !important;
    }

    .eshopCartTitleH2 {
        width: 95%;
        margin: 0 auto;
    }

    .myLoginFormularContainer h1 {
        margin: 6% 0 0 7%;
        font-size: 2.5em;
        font-weight: 650;
    }

    .myLoginFormularContainer h2 {
        font-size: 1.3em;
    }
    
    .myFormularElementsBlockContainer {
        width: 86%;
    }
}

@media screen and ( max-width: 700px ) {
    .mySocialMediasBannerPictures {
        width: 33%;
    }

    .page-section-content td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .page-section-content td:nth-child(2) {
        margin-top: 2%;
    }
    
    .popup-ordered-product .titleInProductContent a {
        font-size: 2em;
    }

    .popup-ordered-product .descriptionProductContent {
        font-size: 1.4em;
    }

    .myHeaderBlockContainer {
        margin: 8.5% 0 0 0;
    }

    .myRegistrationTitle {
        margin: 8% auto 0 auto;
        font-size: 2.4em;
    }

    .myTitleFormularInterBlock {
        margin: 20px 0 28px 0;
    }

    .blockOfOrdersOverviewContainer table.list td img {
        width: 25px;
    }
}

@media screen and ( max-width: 650px ) {
    .imageItemContainerHomePage {
        width: 70% !important;
        margin: 3% 0 0 15% !important;
    }

    .imageItemContainerHomePage h1 {
        text-align: center;
        padding: 0;
    }
    
    .imageItemContainerHomePage h2 {
        text-align: center;
        padding: 0;
    }

    .mySocialMediasBannerPictures {
        width: 30%;
    }

    div.cartAddPopup div.cap_contentBlock div.list-item-product .image {
        width: 210px;
    }

    .popup-ordered-product .descriptionProductContent {
        font-size: 1.3em;
    }

    .overviewOfSettingProfileContainer .buttons input[type="reset"] {
        font-size: 1.4em;
        padding: 6px 3% !important;
    }

    .overviewOfSettingProfileContainer .buttons input[type="submit"] {
        font-size: 1.4em;
        padding: 6px 3% !important;
    }

    .myH2TitleInProfileSetting {
        margin: 6.5% 0 0 0;
        font-size: 2.4em;
    }

    .myTitleInUserAccount {
        font-size: 2em;
    }

    table.list {
        font-size: 0.7em;
    }
}

@media screen and ( max-width: 600px ) {
    #eshop-cart-info {
        padding: 10px 7px;
    }

    .myLoginButtonTabletMedium a {
        padding: 10px 7px;
    }

    .mainPageCardBlock3Container:not(:first-child) {
        width: 98%;
        margin: 1% 0 0 1%;
        height: auto;
    }

    .mainPageCardBlock2Container {
        padding: 5%;
    }

    .mainPageCardBlock2Container h1 {
        width: 100%;
        text-align: center;
        font-size: 1.6em;
    }

    .imageItemContainerHomePage {
        width: 90% !important;
        margin: 3% 0 0 5% !important;
    }

    .myNewsletterChangeInputSubmit {
        width: 95%;
        display: block;
        margin: 2% auto 2% auto;
    }

    .newSletterContentText {
        width: 100%;
    }
    
    .newsletter-text {
        width: 100%;
        text-align: justify;
    }

    .mySocialMediasBannerPictures {
        width: 27%;
    }

    .myStyleOverviewTitleProduct {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 0 0 0;
    }
    .myDescriptionSectionOverview {
        width: 95%;
        float: none;
        margin: 4.5% auto 0 auto;
        padding: 13px 0;
    }
    .myBlockMontazZameranieContainer {
        width: 100%;
        margin: 1.5% 0 0 0;
        border-radius: 0;
    }

    .productItemPopularityContainerHalf {
        width: 100%;
        float: none;
        margin: 2% 0 0 0;
        height: auto;
        padding: 10px 0;
    }
    
    div.product-carousel-item {
        width: 70%;
    }

    .myOdporucaneProduktyTitleBlock {
        width: 95% !important;
    }

    .popup-ordered-product .priceContainerMainProduct h3 {
        font-size: 1.5em;
    }

    .popup-ordered-product .descriptionProductContent {
        height: auto;
    }

    .popup-ordered-product .priceContainerMainProduct {
        height: auto;
        padding: 30px 0 0 35px;
    }

    .myHeaderBlockContainer {
        margin: 15.5% 0 0 0;
    }

    table tr, table tr td {
        /* display: ; */
        float: none;
    }

    .mySummaryTableThirdStep .product img {
        width: 80px;
    }

    .mySummaryTableThirdStep tr .product .productAttribs {
        font-size: 0.6em;
    }

    .myFormBlockContainer {
        width: 100%;
        margin: 0;
    }

    .myForgotPasswordTitle {
        margin: 8% 0 0 0;
        text-align: center;
    }

    .myFormLostPassword {
        padding: 2% 0 0 2%;
        width: 96%;
    }

    .myTitleInUserAccount {
        margin: 7.5% 0 0 0;
        font-size: 2.6em;
    }

    .myButtonInUserOverview {
        padding: 12px 35px !important;
        display: block;
        width: 100%;
    }

    .myButtonInUserOverviewSecond {
        padding: 12px 35px !important;
        display: block;
        width: 100%;
    }

    .userOverviewDataContainer h3 {
        font-size: 1.2em;
    }
}

@media screen and ( max-width: 550px ) {
    .mySocialMediasBannerPictures {
        width: 100%;
        float: none;
    }

    .mySocialMediasBannerPictures p {
        margin: 2% 0 0 0;
        width: auto;
        text-align: center;
    }

    .mySocialMediasBannerPicturesCardPayment {
        width: 100%;
        float: none;
        margin: 3% 0 0 0;
        text-align: center;
        overflow: hidden;
    }

    .mySocialMediasBannerPicturesCardVerification {
        float: none;
        margin: 3% 0 0 0;
        text-align: center;
    }

    .myMainFinalFooterContentText {
        width: 95%;
    }

    .myTotalPriceContainerInSummary .price {
        font-size: 1.8em;
    }

    table.eshop-summary-vertical {
        font-size: 0.9em;
    }

    table.mySummaryTableThirdStep th {
        font-size: 0.7em;
    }

    .mySummaryTableThirdStep .product img {
        display: none;
    }

    table.eshop-summary-vertical td {
        padding-right: 5px;
    }

    .mySummaryTableThirdStep tr .product .productName a {
        font-size: 1em;
    }

    .mySummaryTableThirdStep tr .product .productAttribs {
        font-size: 0.6em;
    }

    .myForgotPasswordTitle {
        margin: 10% 0 0 0;
        font-size: 2.3em !important;
    }

    .permissionInfoContainer table tr, .permissionInfoContainer table tr td {
        width: auto;
    }

    .myH2TitleInProfileSetting {
        margin: 9.5% 0 0 0;
        font-size: 2.2em;
    }
    
    .overviewOfSettingProfileContainer .buttons input[type="reset"] {
        display: block;
        width: 100%;
    }
    
    .overviewOfSettingProfileContainer .buttons input[type="submit"] {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .myBlockOfUserPassRecorveryContainer input {
        width: 100%;
    }

    .myButtonsPassRecoveryContainer input[type="reset"] {
        width: 100% !important;
        margin: 3% 1.5% 0 0 !important;
        padding: 6px 30px !important;
        font-size: 1.2em;
    }

    .myButtonsPassRecoveryContainer input[type="submit"] {
        width: 100% !important;
        padding: 6px 30px !important;
        font-size: 1.2em;
        margin: 3% 0 0 0 !important;
    }

    .blockOfPrintButtonContainer input {
        margin: 0 auto;
        padding: 12px 0;
        width: 95%;
        display: block;
    }

    .blockOfPrintButtonContainer {
        margin: 0.5% 0 0.5% 0;
        width: 100%;
    }
}

@media screen and ( max-width: 500px ) {
    .myBlockInFooterDataContainer:not(:nth-child(2)) {
        width: 66% !important;
        margin: 2% 0 0 17% !important;
    }

    .myStyleOverviewTitleProduct {
        margin: 9.5% 0 0 0;
    }

    div.product-carousel-item {
        width: 95%;
        margin: 3% 1% 0 1%;
    }
    
    .eshop-order-btns-commit button[type="submit"] {
        max-width: 100%;
    }
    
    .myFormularElementsBlockContainer input[type="submit"] {
        width: 100%;
        padding: 8px 0;
        font-size: 1em;
    }
    
    .myFormularElementsBlockContainer p {
        font-size: 1.1em;
        text-align: center;
    }
    
    .externalLoginFacebookContainer a {
        font-size: 1.1em;
        padding: 10px 0;
        width: calc(98% - 60px);
        text-align: center;
    }

    .myTitleInUserAccount {
        margin: 9.5% 0 0 0;
        font-size: 2em;
    }

    table.list {
        font-size: 0.55em;
    }

    table.pager-options {
        font-size: 0.8em;
    }
}

@media screen and ( max-width: 465px ) {
    .containerLoginForTabletMedium {
        display: none;
    }

    .mobile-h1 {
        margin: 8px 0px !important;
        width: 277px !important;
        height: 50px !important;
    }

    .cartCointainerForMobileSmall {
        display: block; 
        text-align: center;
        box-shadow: 0 0 12px -4px black;
        z-index: 996;
        position: relative;
    }

    .myLoginFormularContainer h1 {
        margin: 10% 0 0 7%;
        font-size: 2.2em;
    }

    .myTitleInUserAccount {
        margin: 11.5% 0 0 0;
    }
}

.myHomePageBanner {
    height: 530px;
    background-image: url('/public/images/Banner_hero-color.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.myHomePageBannerContent {
    background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(0,0,0,0) 50%);
    height: 100%;
}

.myHomePageBanner img {
    height: 180px;
    margin: 65px 0 0 45px;
}

.myHomePageBannerContent p {
    margin: 15px 0 0 85px;
    font-size: 1.4em;
    color: black;
    width: 333px;
    text-align: justify;
}

@media screen and ( max-width: 900px ) {
    .myHomePageBanner {
        height: 530px;
        height: 450px;
    }
    .myHomePageBanner img {
        margin: 65px 0 0 45px;
        margin: 25px 0 0 45px;
    }
}

@media screen and (max-width: 700px) {
    .myHomePageBanner {
        height: 100%;
    }

    .myHomePageBanner img {
       margin: 10px 0 0 10px;
    }

    .myHomePageBanner img {
        height: 140px;
    }

    .myHomePageBannerContent p {
        margin: 0;
        width: 100%;
        padding: 65px 15px 5px 15px;
        background: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(0,0,0,0) 100%);
    }
}

@media screen and (max-width: 500px) {
    .myHomePageBanner img {
        height: auto;
        width: 100%;
    }

    .myHomePageBannerContent p {
        padding: 0px 15px 5px 15px;
        background: linear-gradient(to top, rgb(255, 255, 255) 75%, rgba(0,0,0,0) 100%);
    }
    
    .myHomePageBannerContent p {
        font-size: 1.1em;   
    }
}

.sessionBannerOnLayout {
    width: 90%;
    margin: 0 auto;
}

#webSessionBanner {
    width: 100%;
    display: none;
}

#phoneSessionBanner {
    display: none;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    #webSessionBanner {
        display: none;
    }
    
    #phoneSessionBanner {
        display: none;
    }

    .sessionBannerOnLayout {
        width: 100%;
    }
}
