/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.25em;
  margin: 1em 0;
}
h4 {
  font-size: 1.17em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/source_sans_pro.woff) format('woff');
}
@font-face {
  font-family: 'Ink Free';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inkfree.ttf) format('truetype');
}
@font-face {
  font-family: 'Pecita';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Pecita.otf) format("opentype");
}
@font-face {
  font-family: 'timesNewRoman';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/timesNewRoman.ttf) format("truetype");
}
@font-face {
  font-family: 'OldeEnglish';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OldeEnglish.ttf) format("truetype");
}
@font-face {
  font-family: 'SimpleSignature';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SimpleSignature.ttf) format("truetype");
}
@font-face {
  font-family: 'RetroSignature';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/RetroSignature.otf) format("opentype");
}
@font-face {
  font-family: 'Franklin';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/artrbdo.ttf) format("truetype");
}
/*
@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
*/
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
*:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
body {
  color: #323232;
  font-family: 'Raleway', 'Source Sans Pro', sans-serif;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}
a {
  color: #323232;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
select,
textarea {
  font-family: 'Raleway', 'Source Sans Pro', sans-serif;
}
input::-webkit-input-placeholder {
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
}
input:-moz-placeholder {
  /* Firefox 18- */
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
}
input:-ms-input-placeholder {
  line-height: 42px;
  font-size: 14px;
  text-transform: uppercase;
  color: #818181;
}
/* Styles from content.css - ckeditor styles */
.tyrkysova {
  color: #2294e8 !important;
}
.ruzova {
  color: #fe449c;
}
.cervena {
  color: #EA1B23 !important;
}
.siva {
  color: #999999 !important;
}
.biela {
  color: #ffffff !important;
}
.capitalize {
  text-transform: capitalize;
}
.font-lobster {
  font-family: "Lobster";
  font-size: 22px;
  text-shadow: 0 0 6px #000000;
  color: #ffffff;
}
.pismo-20px {
  font-size: 20px;
}
.pismo-13px {
  font-size: 13px;
}
.ruzove-pismo-20px {
  color: #fe449c;
  font-size: 20px;
}
.sive-pismo-13px {
  color: #999999 !important;
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.home .main-content > .container {
  max-width: 100%;
  margin: 0;
}
.white-glass-articles {
  padding: 20px;
}
.white-glass-articles h1 {
  margin: 20px 0;
  text-align: center;
}
.white-glass-articles h2 {
  margin: 18px 0;
  text-align: center;
}
.white-glass-articles h3 {
  margin: 16px 0;
  text-align: center;
}
.white-glass-articles h4 {
  margin: 14px 0;
  text-align: center;
}
.white-glass-articles p {
  margin: 20px 0;
}
.white-glass-articles a {
  color: #2294e8;
}
.arrow:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 0 no-repeat;
  width: 20px;
  height: 7px;
  margin-left: 5px;
  top: -2px;
}
.arrow:hover:after,
.arrow:focus:after,
.arrow:active:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  margin-left: 5px;
  top: -2px;
}
.arrow-abs:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 0 no-repeat;
  width: 20px;
  height: 7px;
  margin-left: 5px;
  top: -2px;
}
.arrow-abs:hover:after,
.arrow-abs:focus:after,
.arrow-abs:active:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  margin-left: 5px;
  top: -2px;
}
.arrow-abs:after {
  position: absolute;
  right: 5px;
  top: 15px;
}
.arrow-abs:hover:after,
.arrow-abs:focus:after,
.arrow-abs:active:after {
  position: absolute;
  right: 5px;
  top: 15px;
}
.font {
  font: 700 14px "Montserrat", sans-serif;
}
.num-font {
  font: 500 14px "Montserrat", sans-serif;
}
.subtitle-arrow {
  display: block;
  color: black;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.subtitle-arrow:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  margin-left: 3px;
  top: -1px;
}
.subtitle-arrow:hover:after,
.subtitle-arrow:focus:after,
.subtitle-arrow:active:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  margin-left: 3px;
  top: -1px;
}
.align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sticker {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
}
.sticker-offer {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  background-color: #EA1B23;
}
.button {
  color: #fff;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  height: 100%;
  line-height: 100%;
  padding: 0 15px;
  border: none;
  background-color: #2294e8;
  display: inline-block;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
.btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
}
.green-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #2294e8;
}
.green-right-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #2294e8;
}
.green-right-btn:after {
  display: inline-block;
  content: '';
  background: url("../img/arrow-right-small-white.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 12px;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
}
.display-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
}
.display-less-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
}
.display-less-btn:after {
  content: url("../img/arrow-up-small-light-grey.png");
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.display-more-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
}
.display-more-btn:after {
  position: relative;
  margin-left: 2px;
  display: inline-block;
  content: '';
  background: url("../img/arrow-down-small-light-grey.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 1px;
}
.display-previous-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
  font-size: 18px;
  margin-right: 50px;
  color: #818181;
}
.display-previous-btn:before {
  position: relative;
  margin-right: 7px;
  display: inline-block;
  content: '';
  background: url("../img/arrow-left-small-grey.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 1px;
}
.display-previous-btn:hover {
  color: #2294e8;
}
.display-previous-btn:hover:before {
  background: url("../img/arrow-left-small-green.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.display-next-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
  font-size: 18px;
  color: #818181;
}
.display-next-btn:after {
  position: relative;
  margin-left: 15px;
  display: inline-block;
  content: '';
  background: url("../img/arrow-right-small-grey.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 1px;
}
.display-next-btn:hover {
  color: #2294e8;
}
.display-next-btn:hover:after {
  background: url("../img/arrow-right-small-green.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.square-heading {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-indent: -16px;
  line-height: 1.4;
  margin: 0 20px 25px 36px;
}
.center-horizontally {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-both {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.red {
  color: #EA1B23;
}
.green {
  color: #2294e8;
}
.gray {
  color: #717171;
}
.light-gray {
  color: #a2a2a2;
}
.main-header {
  position: fixed;
  top: 40px;
  z-index: 10;
  width: 100%;
  height: 140px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 51px;
  transition: all 0.2s;
}
.main-header.narrow {
  top: 40px;
  height: 78px;
  padding-top: 8px;
}
.main-header-bar {
  position: relative;
}
.main-logo {
  float: left;
}
.main-logo .main-logo-text {
  display: block;
  width: 224px;
  height: 68px;
  position: relative;
}
.main-logo .main-logo-text img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.valentine {
  position: absolute;
  left: 171px;
  top: 14px;
}
.valentine img {
  width: 82px;
}
.search-form-outer-wrapper {
  float: right;
  margin-top: 10px;
}
.search-form-inner-wrapper.visible {
  visibility: visible;
}
.search-form-display-btn {
  display: none;
  width: 36px;
  height: 36px;
  background: url("/img/icons/lupa.png") center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
.search-form {
  width: 407px;
  border: 1px solid #C7C7C7;
}
.search-form .styled-select {
  float: left;
  width: 185px;
  height: 36px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  background: url("../img/arrow-down-small-dark-grey.png") no-repeat 160px 15px #E5E5E5;
}
.search-form .styled-select select {
  font: 700 14px/1 "Open Sans", sans-serif;
  line-height: 36px;
  background: transparent;
  width: 110%;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.search-form .styled-select select::-ms-expand {
  display: none;
}
.search-form input[type="text"] {
  width: 353px;
  margin: 3px 0;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
  background-color: white;
}
.search-form .search-btn {
  width: 18px;
  height: 18px;
  background: url("/img/icons/lupa.png") center center no-repeat;
  padding: 0;
  margin: 14px 15px;
  cursor: pointer;
  background-size: 18px 18px;
}
.search-form .search-btn:hover {
  background: url("/img/icons/lupa_hover.png") center center no-repeat;
  background-size: 18px 18px;
}
/* AJAX SEARCHBOX */
div#srchajaxbox {
  position: fixed;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  text-align: left;
  width: 326px;
  padding: 4px;
  display: none;
  top: 55px !important;
  z-index: 1000;
}
div#srchajaxbox ul li {
  background: transparent;
}
div#srchajaxbox ul li a {
  color: #ae0002;
  display: block;
  font-size: 100%;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
div#srchajaxbox ul li a.category {
  color: #555;
}
div#srchajaxbox ul li a:hover {
  background: #ddd;
}
.contacts {
  font-size: 14px;
  float: right;
  line-height: 31px;
  text-align: right;
  border-right: 1px solid #C7C7C7;
  padding-right: 30px;
  padding-top: -10px;
  padding-bottom: -10px;
  margin-left: 160px;
}
.contacts a {
  color: #2294e8;
}
.contacts a:hover {
  opacity: 0.8;
}
.login,
.email {
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 9px;
  margin-left: 21px;
  color: #000;
  text-align: center;
}
.login:hover,
.email:hover {
  opacity: 0.8;
}
.login span,
.email span {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
.login img,
.email img {
  width: 24px;
  height: 24px;
}
.on_the_top {
  background-color: #000;
  display: block;
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 20;
  top: 0;
  transition: all 0.2s;
}
.on_the_top.narrow {
  height: 40px;
}
.on_the_top.narrow .lang-list li {
  margin: 9px 0 8px 0;
}
.on_the_top.narrow .lang-list a {
  line-height: 23px;
}
.on_the_top.narrow #iconbanners li {
  margin: 9px 1% 0 0;
}
.lang-list {
  display: inline-block;
  width: 70px;
}
.lang-list li {
  display: inline-block;
  margin: 11px 0;
}
.lang-list a {
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 25px;
  color: #fff;
}
.lang-list a:hover {
  color: #C7C7C7;
}
.lang-list a:before {
  content: ' | ';
}
.lang-list .lang_actual {
  text-transform: uppercase;
  color: #2294e8;
  font-size: 14px;
}
#iconbanners {
  display: inline-block;
  width: 90%;
}
@media screen and (max-width: 950px) {
  #iconbanners {
    width: 80%;
  }
}
#iconbanners .owl-item {
  text-align: center;
}
#iconbanners > li {
  width: 25% !important;
  margin: 12px 0 !important;
}
#iconbanners li {
  display: inline-block;
  width: auto;
  margin: 12px 1% 0 0;
  padding: 0 4px;
}
#iconbanners li:last-child {
  margin-right: 0;
}
#iconbanners li img {
  display: none;
  max-width: 25px;
  margin: -2px auto 0 auto;
  /*@media screen and (max-width: 950px) {
        display: block;
      }*/
}
#iconbanners li span.item {
  cursor: default;
}
#iconbanners li .item {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
}
#iconbanners li .item:hover {
  color: #C7C7C7;
}
#iconbanners li .item p {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.minicart {
  position: relative;
  float: right;
  height: 20px;
  line-height: 20px;
  margin-top: 12px;
  margin-left: 10px;
  color: #000;
  text-align: center;
}
.minicart:hover .minicart-content {
  visibility: visible;
}
.minicart:hover .kosik_new .bcg {
  visibility: visible;
}
.minicart .kosik_new {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 23px 10px 12px;
  top: -22px;
}
.minicart .kosik_new span:not('num') {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
.minicart .kosik_new img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
.minicart .kosik_new .num {
  position: absolute;
  top: 6px;
  background: #2294e8;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.minicart .kosik_new span {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
.minicart .kosik_new .kosik_center {
  text-align: center;
  margin-top: -2px;
  margin-bottom: 3px;
}
.minicart .kosik_new .bcg {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #dadada;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.minicart .kosik_new .popis {
  color: black;
}
.brands {
  position: relative;
  height: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
}
.brands ul {
  text-align: center;
}
.brands ul li {
  height: 100%;
  margin: 0 20px;
  display: inline-block;
}
.brands ul li a img {
  vertical-align: middle;
}
.minicart-content {
  visibility: hidden;
  color: #323232;
  position: absolute;
  top: 54px;
  right: 0px;
  width: 420px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  cursor: auto;
  overflow: hidden;
}
.minicart-content .title {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px;
  font-weight: 400;
}
.minicart-list li {
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 15px;
  border: 1px solid transparent;
}
.minicart-list li:hover {
  border-color: #2294e8;
}
.minicart-list li:hover .minicart-remove {
  background: url("../img/close-black.png") center center no-repeat;
  width: 10px;
  height: 10px;
  overflow: hidden;
  opacity: 1;
}
.minicart-left {
  float: left;
  width: 85px;
  border: 1px solid #eeeeee;
}
.minicart-left .minicart-image-wrapper {
  position: relative;
  width: 85px;
  height: 70px;
}
.minicart-left .minicart-image-wrapper .minicart-image {
  max-width: 85px;
  max-height: 70px;
  -webkit-background-size: cover;
  background-size: cover;
}
.minicart-center {
  text-align: left;
  float: left;
  width: 311px;
  height: 100%;
  padding: 10px;
  vertical-align: top;
}
.minicart-center .minicart-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.minicart-center .minicart-attrname {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.minicart-center .minicart-count {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  width: 40%;
  margin-top: 11px;
}
.minicart-center .minicart-price {
  font: 500 14px "Montserrat", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  width: 47%;
  text-align: right;
  margin-top: 8px;
  color: #000;
}
.minicart-right {
  display: inline-block;
  position: relative;
  float: right;
  width: 20px;
  bottom: -20px;
}
.minicart-right .minicart-remove {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("../img/close-black.png") center center no-repeat;
  opacity: 0.8;
}
.minicart-show-btn {
  display: block;
  float: none;
  height: 60px;
  line-height: 60px;
  margin: 0 15px 15px;
  text-transform: uppercase;
  border-radius: 0;
}
.minicart-total {
  font: 500 14px "Montserrat", sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px;
  color: #2294e8;
  text-transform: uppercase;
}
.minicart-total .minicart-total-wrapper {
  display: block;
  border-top: 1px solid #dadada;
  padding-top: 20px;
  padding-bottom: 5px;
}
.minicart-total .minicart-total-wrapper .minicart-total-text {
  font-weight: 400;
  font-size: 14px;
  float: right;
}
.minicart-total .minicart-total-wrapper .minicart-total-price {
  float: right;
  margin-left: 15px;
  margin-right: 38px;
}
.minicart-total .minicart-total-wrapper .minicart-free-shipping {
  display: none;
  float: left;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
}
.minicart-total .minicart-total-wrapper .minicart-free-shipping.show {
  display: block;
}
.minicart-total .minicart-total-tax {
  text-align: right;
  display: block;
  color: #C7C7C7;
  font-size: 12px;
  font-weight: 400;
}
.profile-menu {
  position: relative;
  float: right;
  top: 1px;
}
.profile-menu:hover {
  height: 150px;
}
.profile-menu:hover .profile-menu-items {
  visibility: visible;
}
.profile-menu-items {
  visibility: hidden;
}
.profile-menu-items .profile-menu-dropdown {
  position: absolute;
  z-index: 1;
  width: auto;
  left: 5px;
  top: 60px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
}
.profile-menu-items .profile-menu-dropdown .login {
  margin: 0;
  padding: 5px 10px;
  height: initial;
}
.profile-menu-items .profile-menu-dropdown li {
  display: inline-block;
}
.profile-menu-items .profile-menu-dropdown li a {
  padding: 5px;
}
.hamburger {
  display: none;
  float: right;
  width: 36px;
  height: 36px;
  padding: 5px 7px;
  margin-left: 10px;
}
.hamburger .hamburger-inner {
  position: relative;
  width: 100%;
  height: 19px;
  cursor: pointer;
}
.hamburger .hamburger-inner span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #646464;
}
.hamburger .hamburger-inner span:nth-child(2) {
  top: 6px;
}
.hamburger .hamburger-inner span:nth-child(3) {
  top: 12px;
}
.hamburger .hamburger-inner span.desc {
  background-color: transparent;
  font-size: 7.3px;
  text-align: center;
  bottom: 0;
  text-transform: uppercase;
}
.main-content {
  padding-top: 75px;
  background-color: #ffffff;
}
.main-content > .container {
  min-height: 200px;
}
.main-content .text-content {
  font-weight: 400;
  line-height: 24px;
  padding: 20px 20px;
}
.main-content .text-content h2 {
  color: #717171;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-indent: -16px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 20px 25px 36px;
}
.main-content .text-content h2:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #ED1C24;
}
.main-content .text-content h3 {
  font-size: 16px;
  text-indent: -16px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 20px 25px 17px;
}
.main-content .text-content h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #ED1C24;
}
.main-content .text-content h4 {
  font-size: 15px;
  text-indent: -16px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 15px 20px 17px;
}
.main-content .text-content h4:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #ED1C24;
}
.main-content .text-content p {
  margin: 20px 0;
}
.main-navigation {
  margin-top: 120px;
  border-bottom: 1px solid #E5E5E5;
  background-color: #F7F7F7;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.2s;
}
.main-navigation.narrow {
  margin-top: 48px;
}
@media screen and (max-width: 1050px) {
  .main-navigation {
    margin-top: 0;
  }
}
.main-navigation .mainnav-list {
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .main-navigation .mainnav-list {
    text-align: left;
  }
}
.main-navigation .mainnav-list > li {
  text-align: left;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .main-navigation .mainnav-list > li {
    float: left;
    display: block;
    width: 100%;
  }
}
.main-navigation > ul > li {
  float: left;
}
.main-navigation > ul > li.mainnav-more {
  text-align: center;
  display: none;
  cursor: pointer;
}
.main-navigation > ul > li.mainnav-more:hover ul.mainnav-overflow {
  opacity: 1;
  visibility: visible;
}
.main-navigation > ul > li:hover > a {
  background: #dadada;
}
@media screen and (max-width: 1030px) {
  .main-navigation > ul > li:hover > a {
    color: #2294e8;
    border-bottom: 2px solid #2294e8;
  }
}
.main-navigation > ul > li:hover .subnav-wrapper {
  visibility: visible;
  transition-delay: 0.3s;
}
.main-navigation > ul > li.mainnav-more > span,
.main-navigation > ul > li > a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}
.main-navigation > ul > li.mainnav-more > span.red,
.main-navigation > ul > li > a.red {
  color: #EA1B23;
}
.main-navigation > ul > li > .mainnav-expand-btn {
  display: none;
}
.main-navigation .mainnav-overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 40;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 0 0 20px #E5E5E5;
}
.main-navigation .mainnav-overflow li {
  float: none;
}
.main-navigation .mainnav-overflow li > a {
  display: block;
  padding: 15px;
  border-left: 2px solid #fff;
}
.main-navigation .mainnav-overflow li > a.selected,
.main-navigation .mainnav-overflow li > a:active,
.main-navigation .mainnav-overflow li > a:hover {
  color: #2294e8;
  border-left: 2px solid #2294e8;
}
.subnav-wrapper {
  border-top: 1px solid #dadada;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px;
  z-index: 3;
  background-color: #fff;
}
.subnav-wrapper .container {
  position: relative;
}
.subnav-navigation {
  float: left;
  width: 25%;
  padding-right: 30px;
  border-right: 1px solid #dadada;
}
.subnav-navigation.full {
  width: 100%;
}
.subnav-navigation.full li {
  width: 9%;
}
.subnav-navigation.full li:nth-child(-n+4) {
  margin-top: 25px;
}
.subnav-navigation.full li .subnav-image-wrapper {
  width: 100px;
}
.subnav-navigation.full li .subnav-image-wrapper img {
  max-width: 100px;
  max-height: 50px;
}
.subnav-navigation.full.brands li {
  display: inline-block;
  margin: 0 18px 18px;
}
.subnav-navigation li {
  margin-right: 5%;
  overflow: hidden;
}
.subnav-navigation li .subnav-image-wrapper {
  float: left;
  width: 75px;
  min-height: 35px;
}
.subnav-navigation li .subnav-image-wrapper img {
  max-height: 70px;
  max-width: 62px;
  position: relative;
}
.subnav-navigation li .subnav-name {
  margin-bottom: 7px;
}
.subnav-navigation li .subnav-name a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.subnav-navigation li .subnav-name a:hover {
  color: #2294e8;
}
.subnav-navigation li .subnav-overview {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 75px;
}
.subnav-text {
  padding: 0px 30px;
  display: inline-block;
  width: 75%;
  font-weight: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
.subnav-text p {
  padding: 5px 0;
}
.subnav-text img {
  height: auto;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.subnav-text img + img {
  right: 235px;
}
.subnav-text ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 0;
}
.subnav-text ul li a {
  color: #000;
  text-decoration: none;
}
.subnav-text ul li a:hover {
  color: #2294e8;
}
.subnav-bestsellers {
  float: right;
  width: 45.3125%;
}
.subnav-bestsellers li {
  position: relative;
  float: left;
  text-align: center;
  width: 48%;
  height: 210px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  overflow: hidden;
}
.subnav-bestsellers li:nth-child(odd) {
  margin-right: 4%;
}
.subnav-bestsellers li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.subnav-bestsellers li a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 1px solid #2294e8;
}
.subnav-bestsellers li a .bestsellers-name {
  position: absolute;
  bottom: 43px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.subnav-bestsellers li a .product-price {
  bottom: 14px;
}
.subnav-bestsellers li a .product-stickers-bar {
  z-index: 100;
}
.subnav-bestsellers li a .icon-bestseller {
  bottom: 15px;
  left: auto;
  right: 10px;
  top: auto;
  transform: translate(0px, 0px);
}
.subnav-bestsellers li img {
  max-height: 58%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 30%;
}
.under-nav {
  width: 100%;
  padding: 0 14%;
  height: 45px;
  line-height: 45px;
  background: #2294e8;
  overflow: hidden;
}
.under-nav li {
  float: left;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.under-nav li img {
  margin-right: 5px;
  margin-left: 5px;
  max-height: 45px;
  position: relative;
  float: none;
}
.under-nav li span {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: white;
  line-height: 45px;
  float: left;
  display: flex;
  white-space: nowrap;
}
.promo {
  margin-bottom: 45px;
  overflow: hidden;
  background-color: #fff;
}
.promo.before-engraving-banners {
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .promo.before-engraving-banners {
    margin-bottom: 7px;
  }
}
.promo-left {
  float: left;
  position: relative;
  width: 100%;
  height: 100% !important;
  min-height: initial !important;
}
.promo #owl-promo {
  display: inline-block;
}
.promo .owl-carousel,
.promo .owl-wrapper-outer,
.promo .owl-wrapper,
.promo .owl-item {
  height: 100%;
  width: 100%;
}
.promo .owl-theme .owl-controls {
  position: relative;
  top: -50px;
}
.promo .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  opacity: 1;
  background: none;
}
.promo .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.promo-slide-item {
  width: 100%;
  height: 100%;
}
.promo-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.promo-slide-title {
  color: #fff;
  font: 700 36px/43px "Open Sans", sans-serif;
  margin-bottom: 35px;
}
.promo-slide-button {
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 4px;
  padding: 0 10px;
  background-color: #EA1B23;
}
.promo-slide-button:after {
  content: url("../img/arrow-right-small-white.png");
  vertical-align: middle;
  margin-left: 8px;
}
.promo-previous,
.promo-next {
  position: absolute;
  top: 0;
  width: 8.16326531%;
  height: 100%;
  cursor: pointer;
}
.promo-previous {
  background: url("../img/arrow-left-big-white.png") center center no-repeat;
}
.promo-next {
  right: 0;
  background: url("../img/arrow-right-big-white.png") center center no-repeat;
}
.promo-right {
  float: right;
  width: 39.11290323%;
  height: 100%;
}
.promo-right > div:first-child {
  margin-bottom: 20px;
}
.installment,
.discount {
  height: 140px;
}
.installment {
  margin-bottom: 20px;
  background-color: #F1F1F1;
}
.installment-content {
  display: block;
  text-align: center;
  height: 100%;
  padding: 30px;
}
.installment-logo {
  text-indent: -9999px;
  display: block;
  width: 150px;
  height: 47px;
  margin: 0 auto 10px auto;
  background-image: url("../img/logo-quatro-color.png");
}
.installment-text {
  color: #717171;
  font-weight: 400;
  line-height: 18px;
}
.installment-text:after {
  content: url("../img/arrow-right-small-grey.png");
  vertical-align: middle;
  margin-left: 8px;
}
.discount {
  position: relative;
  background: url("../img/discount.jpg") left top no-repeat;
  background-size: cover;
}
.discount .sticker-offer {
  position: absolute;
  top: 5px;
  left: 5px;
}
.discount .green-right-btn {
  position: absolute;
  bottom: 0;
  border-radius: 0 4px 0 0;
}
.discount-button {
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  height: 36px;
  bottom: 0;
  line-height: 36px;
  border: none;
  border-radius: 0 4px 0 0;
  padding: 0 10px;
  background-color: #2294e8;
}
.discount-button:after {
  content: url("../img/arrow-right-small-white.png");
  vertical-align: middle;
  margin-left: 8px;
}
#imagebanners {
  font-size: 0;
}
#imagebanners img {
  max-width: 100%;
}
#imagebanners .banner {
  vertical-align: top;
  display: inline-block;
}
#imagebanners.count-1 .banner {
  width: 100%;
}
#imagebanners.count-2 .banner {
  width: 49%;
}
#imagebanners.count-2 .banner:first-child {
  margin-right: 2%;
}
#imagebanners.count-3 .banner {
  width: 32%;
}
#imagebanners.count-3 .banner:first-child,
#imagebanners.count-3 .banner:first-child + .banner {
  margin-right: 2%;
}
#imagebanners.count-4 .banner {
  width: 49%;
  margin-bottom: 2%;
}
#imagebanners.count-4 .banner:first-child,
#imagebanners.count-4 .banner:first-child + .banner + .banner {
  margin-right: 2%;
}
#imagebanners.count-4 .banner:first-child + .banner + .banner + .banner,
#imagebanners.count-4 .banner:first-child + .banner + .banner + .banner + .banner {
  margin-bottom: 0%;
}
#imagebanners.count-5 .banner {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}
#imagebanners.count-5 .banner:first-child {
  width: 49%;
  margin-right: 2%;
}
#imagebanners.count-5 .banner:first-child + .banner {
  width: 49%;
  margin-right: 0;
  margin-bottom: 2%;
}
#imagebanners.count-5 .banner:first-child + .banner + .banner + .banner {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0%;
}
#imagebanners.count-5 .banner:first-child + .banner + .banner + .banner + .banner {
  width: 32%;
  margin-bottom: 0%;
  margin-right: 0;
}
#imagebanners.count-6 .banner {
  width: 49%;
  margin-bottom: 2%;
}
#imagebanners.count-6 .banner:first-child,
#imagebanners.count-6 .banner:first-child + .banner + .banner,
#imagebanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner {
  margin-right: 2%;
}
#imagebanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner,
#imagebanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner + .banner {
  margin-bottom: 0%;
}
#imagebanners.count-7 .banner {
  width: 49%;
  margin-bottom: 2%;
}
#imagebanners.count-7 .banner:first-child,
#imagebanners.count-7 .banner:first-child + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner + .banner {
  margin-right: 2%;
}
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner + .banner + .banner {
  width: 32%;
}
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
#imagebanners.count-7 .banner:first-child + .banner + .banner + .banner + .banner + .banner + .banner {
  margin-bottom: 0%;
}
.square-heading.before-engravingbanners {
  margin-top: 20px;
}
#engravingbanners {
  font-size: 0;
  margin-bottom: 50px;
}
#engravingbanners img {
  max-width: 100%;
}
#engravingbanners .banner {
  vertical-align: top;
  display: inline-block;
  border: 1px solid #E5E5E5;
}
#engravingbanners.count-1 .banner {
  width: 100%;
}
#engravingbanners.count-2 .banner {
  width: 49%;
}
#engravingbanners.count-2 .banner:first-child {
  margin-right: 2%;
}
#engravingbanners.count-3 .banner {
  width: 32%;
}
#engravingbanners.count-3 .banner:first-child,
#engravingbanners.count-3 .banner:first-child + .banner {
  margin-right: 2%;
}
#engravingbanners.count-4 .banner {
  width: 23.5%;
}
#engravingbanners.count-4 .banner:first-child,
#engravingbanners.count-4 .banner:first-child + .banner,
#engravingbanners.count-4 .banner:first-child + .banner + .banner {
  margin-right: 2%;
}
#engravingbanners.count-5 .banner {
  width: 18.4%;
}
#engravingbanners.count-5 .banner:first-child,
#engravingbanners.count-5 .banner:first-child + .banner,
#engravingbanners.count-5 .banner:first-child + .banner + .banner,
#engravingbanners.count-5 .banner:first-child + .banner + .banner + .banner {
  margin-right: 2%;
}
#engravingbanners.count-6 .banner {
  width: 15%;
}
#engravingbanners.count-6 .banner:first-child,
#engravingbanners.count-6 .banner:first-child + .banner,
#engravingbanners.count-6 .banner:first-child + .banner + .banner,
#engravingbanners.count-6 .banner:first-child + .banner + .banner + .banner,
#engravingbanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner {
  margin-right: 2%;
}
.home-engraving-gallery-wr {
  position: relative;
  margin-bottom: 20px;
}
.home-engraving-gallery-wr .display-previous-btn,
.home-engraving-gallery-wr .display-next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 46px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: 50%;
}
.home-engraving-gallery-wr .display-previous-btn:after,
.home-engraving-gallery-wr .display-next-btn:after,
.home-engraving-gallery-wr .display-previous-btn:before,
.home-engraving-gallery-wr .display-next-btn:before {
  margin-left: 0;
  margin-right: 0;
}
.home-engraving-gallery-wr .display-previous-btn {
  left: -5px;
}
.home-engraving-gallery-wr .display-next-btn {
  right: -5px;
}
.breadcrumbs {
  margin-top: 0px;
  margin-bottom: 15px;
}
.breadcrumbs .breadcrumb {
  text-align: left;
}
.breadcrumb {
  font-size: 0;
  display: block;
  margin-top: 10px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
.breadcrumb li {
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  color: #818181;
}
.breadcrumb li:not(:last-child):after {
  content: ' > ';
  white-space: pre;
  font-size: 12px;
  display: inline-block;
}
.breadcrumb li:last-child {
  font-weight: 500;
}
.submenu-list {
  border-left: 1px solid #E5E5E5;
  margin-bottom: 40px;
}
.submenu-list-item {
  float: left;
  position: relative;
  width: 20%;
  height: 120px;
  border: 1px solid #E5E5E5;
  border-left: none;
  margin-top: -1px;
  background-color: #fff;
}
.submenu-link {
  color: #717171;
  line-height: 17px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.submenu-link:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #2294e8;
}
.submenu-left {
  text-align: center;
  white-space: nowrap;
  display: block;
  float: left;
  width: 40%;
  height: 100%;
  vertical-align: middle;
  padding: 2%;
}
.submenu-left:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.submenu-image {
  max-height: 90%;
  vertical-align: middle;
}
.submenu-right {
  display: block;
  position: relative;
  float: right;
  width: 60%;
  height: 100%;
}
.submenu-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 5%;
}
.category-filter-bar {
  position: relative;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.category-filter-bar .display-btn-filter {
  position: relative;
  text-align: left;
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 14px;
  height: 36px;
  line-height: 34px;
  color: #818181;
  font-weight: 500;
  cursor: pointer;
}
.category-filter-bar .display-btn-filter:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 7px;
  margin-left: 5px;
  top: -2px;
}
@media screen and (max-width: 490px) {
  .category-filter-bar .display-btn-filter {
    display: block;
    float: none;
    text-align: center;
  }
}
.price-slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 36px;
}
.min-price,
.max-price {
  color: #818181;
  text-align: center;
  float: left;
  width: 70px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 14px;
}
.max-price {
  right: 0;
}
.slider-axis {
  float: left;
  height: 36px;
  margin: 0 10px;
  margin-top: -4px;
}
.ui-slider {
  position: relative;
  top: 18px;
  width: 100px;
  height: 2px;
  border: 0;
  background-color: #C7C7C7;
}
.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  border: 0;
  background-color: #2294e8;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 0;
  background-color: #E5E5E5;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
body .ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.filter-select {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #818181;
}
.filter-select select {
  display: inline-block;
  color: #818181;
  width: 100%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filter-select select::-ms-expand {
  display: none;
}
.price-sort-select {
  position: relative;
  display: inline-block;
  float: right;
  height: 36px;
  line-height: 36px;
  color: #818181;
  text-align: right;
  font-size: 14px;
}
.price-sort-select:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 7px;
  top: 14px;
  right: 5px;
  pointer-events: none;
}
.price-sort-select select {
  padding-right: 30px;
  text-align: right;
  display: inline-block;
  color: #818181;
  border: 0;
  border-radius: 0;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
}
.price-sort-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #818181;
}
.price-sort-select select::-ms-expand {
  display: none;
}
@media screen and (max-width: 490px) {
  .price-sort-select {
    display: block;
    width: 250px;
    float: none;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    outline: 1px solid #eee;
  }
  .price-sort-select select {
    text-align: center;
  }
}
.extended-filter {
  margin-bottom: 40px;
  min-height: 77px;
  padding: 20px;
  background-color: #e6e6e6;
  overflow: visible !important;
}
@media screen and (max-width: 1300px) {
  .extended-filter {
    text-align: center;
  }
}
.checkbox {
  display: inline-block;
  padding-left: 4px;
  padding-top: 6px;
}
.multiselect,
.multiselect1,
.multiselect2 {
  width: 160px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  text-align: left;
  padding-top: 0;
}
.multiselect:last-child,
.multiselect1:last-child,
.multiselect2:last-child {
  margin-right: 0;
}
.multiselect .multiselect-title,
.multiselect1 .multiselect-title,
.multiselect2 .multiselect-title {
  color: #2294e8;
  margin-bottom: 5px;
}
.multiselect .multiselect-dropdown,
.multiselect1 .multiselect-dropdown,
.multiselect2 .multiselect-dropdown {
  text-align: left;
  position: absolute;
  height: 45px;
}
.multiselect .multiselect-dropdown:hover,
.multiselect1 .multiselect-dropdown:hover,
.multiselect2 .multiselect-dropdown:hover {
  height: 300px;
}
.multiselect .multiselect-dropdown:hover .multiselect-list,
.multiselect1 .multiselect-dropdown:hover .multiselect-list,
.multiselect2 .multiselect-dropdown:hover .multiselect-list {
  visibility: visible;
}
.multiselect .label-text-right,
.multiselect1 .label-text-right,
.multiselect2 .label-text-right {
  color: #2294e8;
}
.multiselect .multiselect-button,
.multiselect1 .multiselect-button,
.multiselect2 .multiselect-button {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 2px;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: left;
  padding-left: 10px;
  height: 37px;
  line-height: 35px;
  font-size: 14px;
  color: #2294e8;
  width: 160px;
  margin-bottom: 0;
}
.multiselect .multiselect-button:after,
.multiselect1 .multiselect-button:after,
.multiselect2 .multiselect-button:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 0 no-repeat;
  width: 20px;
  height: 7px;
  margin-left: 5px;
  top: -2px;
}
.multiselect .multiselect-button:hover:after,
.multiselect1 .multiselect-button:hover:after,
.multiselect2 .multiselect-button:hover:after,
.multiselect .multiselect-button:focus:after,
.multiselect1 .multiselect-button:focus:after,
.multiselect2 .multiselect-button:focus:after,
.multiselect .multiselect-button:active:after,
.multiselect1 .multiselect-button:active:after,
.multiselect2 .multiselect-button:active:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  margin-left: 5px;
  top: -2px;
}
.multiselect .multiselect-button:after,
.multiselect1 .multiselect-button:after,
.multiselect2 .multiselect-button:after {
  position: absolute;
  right: 5px;
  top: 15px;
}
.multiselect .multiselect-button:hover:after,
.multiselect1 .multiselect-button:hover:after,
.multiselect2 .multiselect-button:hover:after,
.multiselect .multiselect-button:focus:after,
.multiselect1 .multiselect-button:focus:after,
.multiselect2 .multiselect-button:focus:after,
.multiselect .multiselect-button:active:after,
.multiselect1 .multiselect-button:active:after,
.multiselect2 .multiselect-button:active:after {
  position: absolute;
  right: 5px;
  top: 15px;
}
.multiselect .multiselect-list,
.multiselect1 .multiselect-list,
.multiselect2 .multiselect-list {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  min-width: 100%;
  max-height: 300px;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  background-color: #eee;
  overflow: auto;
  box-shadow: 0 0 20px #e6e6e6;
  transition-delay: 0.1s;
}
.multiselect .selected-items,
.multiselect1 .selected-items,
.multiselect2 .selected-items {
  font-size: 14px;
  padding: 11px 8px 12px;
  margin-top: 36px;
  width: 100%;
  font-weight: 500;
}
.multiselect .selected-items .sel-item span,
.multiselect1 .selected-items .sel-item span,
.multiselect2 .selected-items .sel-item span {
  display: inline-block;
  width: 90%;
}
.multiselect .selected-items .sel-item a,
.multiselect1 .selected-items .sel-item a,
.multiselect2 .selected-items .sel-item a {
  background: url("/img/close-light-grey.png") no-repeat scroll -1px -1px;
  cursor: pointer;
  display: block;
  height: 12px;
  width: 12px;
  float: right;
  outline: 0 none;
  margin-top: 2px;
}
.multiselect .selected-items .sel-item a:hover,
.multiselect1 .selected-items .sel-item a:hover,
.multiselect2 .selected-items .sel-item a:hover {
  background: url("/img/close-dark-grey.png") no-repeat scroll -1px -1px;
}
.multiselect li,
.multiselect1 li,
.multiselect2 li {
  padding: 10px;
}
.multiselect li:hover,
.multiselect1 li:hover,
.multiselect2 li:hover {
  background-color: #E5E5E5;
}
.multiselect label,
.multiselect1 label,
.multiselect2 label {
  display: block;
  height: 20px;
  white-space: nowrap;
}
.multiselect input[type="checkbox"],
.multiselect1 input[type="checkbox"],
.multiselect2 input[type="checkbox"] {
  display: none;
}
.multiselect input[type="checkbox"] + .label-image,
.multiselect1 input[type="checkbox"] + .label-image,
.multiselect2 input[type="checkbox"] + .label-image {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: text-bottom;
  top: -3px;
  background: url("../img/checkbox-unselected.png") no-repeat -1px -1px;
}
.multiselect input[type="checkbox"]:checked + .label-image,
.multiselect1 input[type="checkbox"]:checked + .label-image,
.multiselect2 input[type="checkbox"]:checked + .label-image {
  background: url("../img/checkbox-selected.png") -1px -1px no-repeat;
}
.multiselect .label-text-right,
.multiselect1 .label-text-right,
.multiselect2 .label-text-right {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.other-checkbox {
  display: inline-block;
  width: 30%;
}
.other-checkbox .shifted {
  margin-left: 5px;
}
@media screen and (max-width: 780px) {
  .other-checkbox {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .other-checkbox .multiselect1 {
    width: 71px;
  }
}
.multiselect1 {
  min-height: 0;
  width: 71px;
}
.multiselect2 {
  min-height: 0;
  display: block;
}
.products {
  text-align: center;
}
.products-list {
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
}
.products-list.highlight-top-prods {
  margin: 0 -0.5%;
}
.bestsellers-products {
  margin-top: 65px;
}
.product {
  font-size: 12px;
  float: left;
  position: relative;
  width: 19%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
  height: 367px;
  background-color: #fff;
}
.product:hover .product-add-to-cart {
  visibility: visible;
}
.product:hover .product-wrapper:after {
  visibility: visible;
}
.product:hover .product-stock {
  visibility: hidden;
}
.product-add-to-cart {
  width: 90%;
  visibility: hidden;
  display: block;
  padding: 10px;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  color: white;
  background: #2294e8;
}
.product-add-to-cart:hover {
  background: url("/img/icons/kosik_white.png") 48px center no-repeat;
  background-size: 16px 16px;
  background-color: #2294e8;
  color: #fff;
}
.product-add-to-cart:hover + .product-wrapper:after {
  visibility: visible;
}
.more-products {
  display: block;
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  color: white;
  background: #2294e8;
}
.more-products:hover {
  cursor: pointer;
}
/* sprava pre vlozenie do kosika */
#cartinm {
  position: absolute;
  border: 1px solid #2294e8;
  border-radius: 4px;
  /*background-color:#e6bce1;*/
  background: #ffffff repeat;
  color: #2294e8;
  padding: 5px;
  /* font-weight:bold; */
  display: none;
  font-size: 16px;
}
#cartinm .error {
  border: 1px solid #CD2129;
  color: #CD2129;
}
.product-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px;
}
.product-wrapper:after {
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2294e8;
}
.product-stickers-bar {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px;
}
.product-stickers-bar li {
  display: inline-block;
  margin-right: 5px;
}
.product-stickers-bar .sticker-save {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  color: #EA1B23;
}
.product-stickers-bar .sticker-new {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  color: #2294e8;
}
.product-stickers-bar .sticker-top-3 {
  font: 500 14px "Montserrat", sans-serif;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  color: #ED9200;
}
.product-stickers-bar .sticker-top-3 span {
  font-weight: normal;
}
.product-stickers-bar .sticker-top {
  background-color: #fff;
  color: #2294e8;
  float: right;
  font-size: 18px;
  line-height: 13px;
  text-align: center;
  width: 33px;
}
.product-stickers-bar .sticker-engraving {
  display: inline-block;
  width: 65px;
  background-color: #2294e8;
  color: white;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  position: absolute;
  padding: 5px;
  top: 5px;
  right: 5px;
  margin-right: 0;
}
.product-stickers-bar .sticker-engraving .highlighted {
  color: yellow;
  font-weight: bold;
}
.product-stickers-bar .sticker-engraving.engraving-not-free {
  width: 74px;
  color: #2294e8;
  border: 1px solid #2294e8;
  background-color: white;
}
.icon-bestseller {
  display: inline-block;
  position: relative;
  right: 2px;
  top: 3px;
  width: 80px;
}
.product-image-wrapper {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: 190px;
  line-height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-image {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-name,
.product-manufacturer {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  margin-bottom: 4px;
}
.product-name .product-code,
.product-manufacturer .product-code {
  font-weight: bold;
}
.product-code {
  font-size: 14px;
  font-weight: bold;
}
.code-img-wr {
  text-align: center;
}
.product-manufacturer {
  height: auto;
  min-height: 20px;
  text-transform: uppercase;
}
.product-overview {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  height: 50px;
  overflow: hidden;
}
.product-price {
  display: block;
  width: 90%;
  font: 500 14px "Montserrat", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9px;
}
.product-price .new-price {
  color: #EA1B23;
}
.product-price .old-price {
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-stock,
.product-stock-permanent {
  color: #333333;
  font-weight: 400;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}
.product-stock.on-stock,
.product-stock-permanent.on-stock {
  color: #39b54a;
}
.product-stock.soldout,
.product-stock-permanent.soldout {
  color: #EA1B23;
}
.product-stock.unavailable,
.product-stock-permanent.unavailable {
  color: #EA1B23;
}
.product-stock .product-stock-comment,
.product-stock-permanent .product-stock-comment {
  font-size: 10px;
  position: absolute;
  right: 0;
}
.product-stock img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.products .display-btn {
  margin-bottom: 50px;
}
.pages-nav-bar {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.pages-nav {
  font-size: 0;
  margin-bottom: 39px;
}
.pages-nav li {
  font-size: 14px;
  background-color: #2294e8;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 38px;
  font: 700 14px "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 36px;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .pages-nav li {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.pages-nav li:not(:last-child) {
  margin-right: 6px;
}
.pages-nav li a {
  border: 1px solid #E5E5E5;
  color: #2294e8;
  display: block;
  background-color: #fff;
}
.pages-nav li a.next-page {
  text-indent: -9999px;
  background: url("../img/arrow-right-small-green.png") center center no-repeat #fff;
}
/* PAGER */
div.pager {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
div.pager a {
  font-size: 15px;
  padding: 0 3px;
  color: #444444;
  text-decoration: none !important;
}
div.pager a:hover,
div.pager a.active {
  text-decoration: none !important;
  color: #2294e8;
}
li.combo-pages {
  background: #fff url("/img/arrow-down-small-light-grey.png") no-repeat scroll 38px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 38px;
  overflow: hidden;
  width: 62px;
}
li.combo-pages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #2294e8;
  font: 700 14px/1 "Open Sans", sans-serif;
  height: 100%;
  padding-left: 10px;
  width: 100%;
}
li.combo-pages select option {
  padding: 4px 5px;
}
.category-heading-wrapper {
  text-align: center;
}
.category-heading {
  box-sizing: border-box;
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 30px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.category-amount {
  display: inline-block;
  line-height: 74px;
  height: 74px;
  color: #818181;
  font-size: 14px;
  padding-left: 13px;
}
.category-bar {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
.category-bar .display-more-btn,
.category-bar .display-less-btn {
  margin: 0;
}
.category-bar .category-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.category-bar .category-text.expanded {
  height: auto;
}
.category-bar-bottom {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #fff;
}
.category-bar-bottom img {
  width: 25%;
}
.category-bar-bottom a {
  color: #2294e8;
}
.category-submenu {
  text-align: center;
  font-size: 0;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 50px;
  overflow: hidden;
}
.category-submenu li {
  display: inline-block;
  margin: 15px;
  width: 17.6%;
  min-width: 220px;
  height: 50px;
  outline: 1px solid black;
  padding: 0 10px;
}
.category-submenu li:hover {
  outline: 1px solid #2294e8;
}
.category-submenu li:hover a {
  color: #2294e8;
}
@media screen and (max-width: 505px) {
  .category-submenu li {
    margin: 5px;
  }
}
.category-submenu li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.category-submenu li a {
  display: inline-block;
  font-size: 14px;
  color: black;
  vertical-align: middle;
  line-height: 1;
  font-weight: 500;
}
.blog-heading,
.article-heading {
  box-sizing: border-box;
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 30px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
.blogArticle {
  height: 260px;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #818181;
}
.blogArticle .image {
  float: left;
  display: inline-block;
  height: 100%;
  width: 380px;
  text-align: left;
  overflow: hidden;
}
.blogArticle .image img {
  display: block;
  width: 100%;
}
.blogArticle .textContainer {
  float: left;
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
  height: 100%;
  text-align: left;
  max-width: calc(100% - 400px);
  overflow: hidden;
}
.blogArticle .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.blogArticle .anotation {
  font-size: 14px;
}
.half-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.reviews {
  margin-top: 40px;
  text-align: center;
}
.reviews .square-heading {
  color: black;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.reviews .square-heading ::before {
  display: none !important;
}
.reviews .display-btn-r {
  font-size: 18px;
  padding: 15px 20px;
  background: #fff;
  color: #9a9a9a;
}
.reviews .display-btn-r:hover {
  color: #2294e8;
}
.review-bar {
  color: #717171;
  margin-bottom: 20px;
}
.review-bar a {
  color: #717171;
}
.review-entry {
  float: left;
  width: 50%;
  padding: 20px;
  padding-top: 0;
  text-align: left;
  min-height: 159px;
}
.review-entry-left {
  float: left;
  width: 40%;
  height: 100%;
  margin-right: 10px;
}
.review-entry-right {
  height: 100%;
  margin-left: 45%;
}
.review-author-image {
  width: 100%;
  max-width: 228px;
  height: auto;
  border-radius: 0;
}
.review-author {
  font-weight: 500;
  margin-bottom: 16px;
  color: #2294e8;
  text-transform: uppercase;
}
.review-text {
  font-weight: 400;
  margin-bottom: 10px;
  color: black;
  font-size: 15px;
}
.review-date {
  font-weight: 300;
  font-size: 12px;
  color: #595959;
  margin-bottom: 15px;
}
.review-recomendation {
  color: #EA1B23;
}
.review-recomendation:before {
  content: url("../img/thumb-up-red.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.newsletter-bar {
  padding: 50px 70px 20px 70px;
  background: #dadada;
  margin-top: 30px;
}
.newsletter-bar .message {
  color: #ffffad;
  font-size: 20px;
  padding: 17px 0 0;
  text-shadow: 0 5px 8px #000;
}
.newsletter-bar .error {
  color: #bc0f00;
  font-size: 20px;
  padding: 17px 0 0;
  text-shadow: 0 1px 8px #fff175;
}
.newsletter-bar .social-icons {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 20px;
  margin-left: 100px;
}
.newsletter-bar .social-icons label {
  color: #595959;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  text-align: left;
  margin-right: 40px;
}
.newsletter-bar .social-icons a {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.newsletter-bar .social-icons a:last-child {
  margin-right: 0;
}
.newsletter-bar .social-icons a img {
  border-radius: 4px;
}
.newsletter-content {
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 43%;
  max-width: 621px;
  margin-left: 20px;
  margin-right: 5%;
  min-width: 250px;
}
.newsletter-content .newsletter-text {
  color: #323232;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 14px;
}
.newsletter-form input[type="email"] {
  float: left;
  font-weight: 400;
  height: 40px;
  width: 70%;
  padding: 0 15px;
  background-color: white;
  border: 0;
}
.newsletter-form .newsletter-btn {
  float: right;
  width: 30%;
  height: 40px;
  padding: 0;
  background: #747474;
  color: white;
  border-radius: 0;
  font-size: 16px;
}
.newsletter-form .agree-note {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  color: #595959;
}
.newsletter-form .agree-note a {
  color: #2294e8;
}
.detail {
  position: relative;
  font-weight: 400;
  min-height: 570px;
  margin-bottom: 40px;
  background-color: #fff;
}
.detail-left,
.detail-right {
  width: 50%;
}
.detail-left .inside-detail,
.detail-right .inside-detail {
  margin-top: 30px;
  font-size: 0;
  text-align: left;
}
.detail-left .inside-detail li,
.detail-right .inside-detail li {
  font-size: 14px;
  font-weight: normal;
  color: #818181;
  margin-bottom: 7px;
}
.detail-left {
  float: left;
  position: relative;
  padding: 45px;
}
.detail-left .info {
  margin: 30px 0;
  text-align: center;
  padding: 15px;
  outline: 1px solid #e6e6e6;
}
.detail-left .product-stickers-bar {
  margin-top: 15px;
  font-size: 50px !important;
}
.detail-left .product-stickers-bar .sticker-save,
.detail-left .product-stickers-bar .sticker-new,
.detail-left .product-stickers-bar .sticker-top-3 {
  font-size: 17px;
}
.detail-right {
  float: right;
}
.detail-right .info-under-add-to-cart {
  float: left;
}
.detail-right .info-under-add-to-cart .info {
  display: inline-block;
  margin: 0px 0 0px;
}
.detail-right .choose-font .info {
  display: block;
}
.detail-right select {
  font-family: "Source Sans Pro";
  color: #323232;
}
.detail-right .info {
  margin: 0px 0;
  clear: both;
  width: 100%;
}
.detail-right .info.info-text-eng {
  color: #b8b8b8;
  margin: 5px 0;
  padding-left: 7px;
  padding-top: 6px;
  display: none;
  width: 49.5%;
}
.detail-right .info.info-text-eng2 {
  display: inline-block;
  width: 100%;
}
.detail-right .info.info-text-eng2 a {
  display: flex;
  align-items: center;
}
.detail-right .info.info-text-eng2 .info-eng2-g {
  width: 32px;
  margin-right: 10px;
  display: inline;
}
.detail-right .info.info-text-eng2 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #2294e8;
  display: inline;
  position: relative;
  top: 2px;
}
.detail-right .info.info-text-eng2 .info-eng2-i {
  width: 22px;
  margin-left: 8px;
  margin-top: 0px;
  display: inline;
}
.detail-right .info2 {
  float: left;
}
.detail-image {
  display: block;
  height: 365px;
  text-align: center;
  white-space: nowrap;
}
.detail-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.detail-image img {
  vertical-align: middle;
  max-height: 100%;
}
.detail-thumbs {
  text-align: center;
}
.detail-thumbs li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.detail-thumbs li:last-child {
  margin-right: 0;
}
.detail-thumbs li a {
  border: 1px solid #e6e6e6;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
}
.detail-thumbs li a.detail-video-thumb {
  width: 180px;
}
.detail-thumbs li a.detail-video-thumb:before {
  content: url("/img/play-btn.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.detail-thumbs li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2294e8;
}
.detail-thumbs li a img,
.detail-thumbs li a iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.detail-thumbs.home-engraving-gallery {
  text-align: center;
}
.detail-thumbs.home-engraving-gallery li a {
  width: 200px;
  height: 200px;
}
.detail-wrapper {
  width: 100%;
}
.detail-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  float: left;
  width: 70%;
}
.detail-social {
  float: right;
  margin-top: 5px;
  min-width: 20%;
}
.detail-social li {
  display: inline-block;
  margin-right: 10px;
}
.detail-social li:last-child {
  margin-right: 0;
}
.detail-social li a {
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  outline: 0 none;
}
.detail-social li a.detail-facebook {
  background: url("../img/facebook-grey.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.detail-social li a.detail-twitter {
  background: url("../img/twitter-grey.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.detail-social li a.detail-google {
  background: url("../img/google-grey.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.white-glass-articles .detail-social {
  margin-top: 16px;
  min-width: 0;
}
.white-glass-articles h1 {
  font-size: 24px;
  color: black;
  font-weight: 400;
}
.white-glass-articles label {
  font-size: 14px;
  font-weight: normal;
  color: #818181;
}
.detail-code {
  font-weight: 500;
}
.detail-code img {
  position: relative;
  left: 4px;
  top: 3px;
}
.detail-manufacturer {
  text-transform: capitalize;
}
.detail-stars {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 19px;
  margin-right: 16px;
  background: url("../img/stars-35-green.png") top left no-repeat;
}
.detail-times {
  color: #717171;
  vertical-align: middle;
}
.detail-description {
  line-height: 24px;
  margin-bottom: 40px;
}
.detail-mark {
  margin-bottom: 10px;
}
.detail-table {
  color: #818181;
  margin: 30px 0 0;
  font-size: 0;
}
.detail-table li {
  font-size: 14px;
  display: inline-block;
}
.detail-table li.half {
  width: 49%;
  margin-right: 2%;
}
.detail-table li.half:last-child {
  margin-right: 0;
}
.detail-table li.detail-soldout {
  color: #EA1B23;
}
.detail-table .zadarmo {
  padding: 0 5px;
  outline: 1px solid black;
  color: black;
  font-size: 14px;
  -webkit-font-smoothing: bold;
  line-height: 30px;
}
.detail-table .block {
  display: block;
}
.detail-table .postovne {
  padding: 0 5px;
  outline: 1px solid black;
  color: black;
  font-size: 14px;
  -webkit-font-smoothing: bold;
  line-height: 30px;
  margin-top: 15px;
  margin-right: 10px;
}
.detail-table .postovne:before {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 31px;
  height: 16px;
  margin-right: 5px;
  content: '';
  background: url("../img/icons/posta.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.detail-table .custom-shipping-text {
  font-size: 16px;
  margin: 10px 0;
}
.detail-table .shipping {
  color: #717171;
  margin: 22px 0 0;
  width: 100%;
}
.detail-table .shipping .label {
  color: #000;
  width: 20%;
  display: inline-block;
}
.detail-table .gravirovanie {
  display: none;
  margin-top: 15px;
  padding: 0 5px;
  outline: 1px solid black;
  color: black;
  font-size: 14px;
  -webkit-font-smoothing: bold;
  line-height: 30px;
}
.detail-table .gravirovanie:before {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  content: '';
  background: url("../img/icons/gravirovanie.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .detail-table .postovne {
    display: block;
    margin-bottom: 10px;
    width: 170px;
  }
}
@media screen and (max-width: 450px) {
  .detail-table .postovne {
    display: block;
    margin-bottom: 10px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.detail-table .availability2 {
  color: #717171;
  font-size: 14px;
}
.detail-table .availability3 {
  color: #717171;
  font-size: 14px;
  display: block;
}
.detail-table .dateAfterCalendar {
  display: inline-block;
  margin-left: 40px;
}
.detail-table .with-space {
  padding-bottom: 35px;
  padding-top: 17px;
}
.detail-table .with-space-2 {
  padding-bottom: 0px;
  padding-top: 17px;
}
.detail-table .packeta-text {
  display: flex;
  align-items: center;
  font-size: 100%;
  color: #ba1b02;
  border-top: 3px solid transparent;
}
.detail-table .packeta-text .packeta-logo {
  width: 27px;
  margin: 0 10px 0 0;
}
.detail-table .packeta-text .packeta-info {
  width: 22px;
  margin: 0 0 0 8px;
}
.pricesel {
  outline: 1px solid #e6e6e6;
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #818181;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  margin-bottom: 50px;
}
.pricesel:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 7px;
  top: 14px;
  right: 5px;
  z-index: -1;
}
.pricesel:hover:before,
.pricesel:focus:before,
.pricesel:active:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/arrow-blue.svg") 0 -10px no-repeat;
  width: 20px;
  height: 8px;
  top: 14px;
  right: 5px;
}
.pricesel select {
  padding-left: 5px;
  background: none;
  padding-right: 30px;
  display: inline-block;
  color: #818181;
  border: 0;
  border-radius: 0;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.pricesel select::-ms-expand {
  display: none;
}
@media screen and (max-width: 490px) {
  .pricesel {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    outline: 1px solid #eee;
  }
  .pricesel select {
    text-align: center;
  }
  .pricesel:after,
  .pricesel:hover:after {
    display: none;
  }
}
.availability1 {
  display: inline-block;
  margin-right: 10px;
}
.detail-on-stock {
  font-size: 16px;
  color: #39b54a;
  display: inline-block;
  font-weight: 500;
}
.detail-on-stock img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.calendar {
  display: none;
}
.ui-datepicker-trigger {
  left: 4px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.ui-datepicker-today,
.ui-datepicker-today span {
  background: #c8c9c9 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}
.ui-datepicker-calendar a.ui-state-default {
  background: #add7f6 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}
.detail-old-price {
  font: 500 14px "Montserrat", sans-serif;
  color: black;
  text-decoration: line-through;
  font-size: 24px;
  padding: 0 5px;
  font-weight: normal;
}
.detail-save {
  color: #EA1B23;
}
.detail-price-container {
  font-size: 18px !important;
  color: black;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
.detail-price-container .detail-price {
  font: 500 14px "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  color: black;
}
.detail-price-container .detail-price.discount-price {
  color: #EA1B23;
}
.detail-cart-form {
  margin-bottom: 30px;
  margin-top: 14px;
}
.detail-cart-form .amount-button-wrapper {
  height: 64px;
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 1040px) {
  .detail-cart-form .amount-button-wrapper {
    margin-top: 10px;
    width: unset;
  }
}
.detail-cart-form input[type="number"] {
  text-align: center;
  display: inline-block;
  width: 64px;
  height: 64px;
  font-size: 24px;
  color: #818181;
  border: 1px solid #e6e6e6;
  margin-right: 6px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.detail-cart-form input[type="number"]:-webkit-inner-spin-button,
.detail-cart-form input[type="number"]:-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.detail-cart-form label {
  color: #818181;
  margin-right: 6px;
}
.detail-cart-form .adjust-amount-btn {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin-top: -3px;
  background-color: #fff;
  overflow: hidden;
}
.detail-cart-form .adjust-amount-btn .increase-arrow,
.detail-cart-form .adjust-amount-btn .decrease-arrow {
  height: 30px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
.detail-cart-form .adjust-amount-btn .increase-arrow {
  margin-bottom: 4px;
  background: url("../img/arrow-up-small-grey.png") center center no-repeat;
  -webkit-background-size: 15px 12px;
  background-size: 15px 12px;
}
.detail-cart-form .adjust-amount-btn .decrease-arrow {
  background: url("../img/arrow-down-small-grey.png") center center no-repeat;
  -webkit-background-size: 15px 12px;
  background-size: 15px 12px;
}
.detail-cart-form .button {
  display: inline-block;
  height: 100%;
}
.detail-cart-form .button.add-to-cart {
  height: 64px;
  position: relative;
  top: -2px;
  text-align: center;
  font-size: 18px;
  line-height: 64px;
  margin-right: 2%;
  padding: 0 40px;
  text-transform: uppercase;
  width: 65%;
}
@media screen and (max-width: 1040px) {
  .detail-cart-form .button.add-to-cart {
    width: unset;
    margin-bottom: 0;
  }
}
.christmas-del-info {
  font-size: 15px;
  padding: 14px 0 0;
  font-weight: bold;
}
.christmas-del-info img {
  margin-right: 10px;
  height: 28px;
  vertical-align: middle;
}
.valentine-del-info {
  font-size: 16px;
  padding: 14px 0 0;
  color: #EA747F;
}
.valentine-del-info img {
  margin-right: 10px;
  height: 40px;
  vertical-align: middle;
}
.detail-btn {
  text-align: center;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  padding: 0 10px;
  margin-right: 16px;
  margin-bottom: 8px;
  float: left;
  background-color: #E5E5E5;
}
.detail-btn img {
  height: 20px;
  left: -2px;
  margin-right: 3px;
  position: relative;
  top: 5px;
  width: 20px;
}
.button.quatro {
  margin-top: 23px;
  line-height: 34px;
  background-color: white;
  border: 1px solid #DBDBDB;
  color: #7B7B7B;
  display: block;
  width: 234px;
}
.button.quatro img {
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 17px;
  margin-bottom: 1px;
}
.button.quatro:before {
  display: none;
}
.errors,
.confirm {
  line-height: 20px;
  margin-bottom: 10px;
}
.objednavka.otazka .button {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  height: 36px;
  line-height: 33px;
  padding: 0 15px;
  border: none;
  background-color: #2294e8;
  color: #fff;
  text-align: center;
}
.objednavka.otazka input,
.objednavka.otazka textarea {
  background: white;
  border: 1px solid #E5E5E5;
}
.objednavka.otazka textarea {
  margin-top: 5px;
  width: 230px;
  padding: 2px 4px;
}
.objednavka.otazka input[type="text"] {
  padding: 2px 4px;
  width: 230px;
}
.objednavka.otazka th {
  text-align: left;
  width: 117px;
  color: #717171;
  font-weight: 500;
}
.objednavka.otazka td {
  font-weight: 400;
  line-height: 24px;
}
.objednavka.otazka.lepsia-cena .line-height-normalizer {
  line-height: 16px;
}
.more-detail-wrapper {
  text-align: left;
}
.more-detail-wrapper .more-details > li:last-child {
  margin-top: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #818181;
}
.more-detail-wrapper .more-details > li ul {
  font-size: 0;
  margin-bottom: 7px;
}
.more-detail-wrapper .more-details > li ul li {
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #818181;
  display: inline-block;
  width: 80%;
}
.more-detail-wrapper .more-details > li ul li:nth-child(2n-1) {
  color: black;
  width: 20%;
  font-weight: 500;
}
.more-detail-wrapper .more-details > li ul li img {
  max-height: 16px;
  width: auto;
}
.more-detail-table {
  width: 100%;
  font-weight: 400;
}
.more-detail-table th,
.more-detail-table td {
  vertical-align: top;
  line-height: 1.3;
  padding: 0 10px 6px;
}
.more-detail-table th {
  color: #717171;
  font-weight: 400;
  text-align: right;
  width: 30%;
}
.more-detail-table td {
  width: 70%;
}
.products .owl-carousel {
  margin-bottom: 20px;
}
.products .owl-carousel .product {
  float: none;
  width: 100%;
  margin-top: 0;
}
.products .owl-carousel .product .product-price {
  bottom: 10px;
}
.products .owl-carousel .product .product-stock,
.products .owl-carousel .product .product-stock-permanent {
  bottom: 38px;
}
.products .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #fff;
}
.products .owl-theme .owl-controls .owl-page.active span {
  background: #E5E5E5;
  filter: none;
}
.product-rating {
  position: relative;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 55px;
}
.product-rating-left,
.product-rating-right {
  width: 50%;
  background-color: #fff;
}
.product-rating-left {
  float: left;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.product-rating-text {
  text-align: left;
  margin-bottom: 20px;
}
.product-rating-form textarea {
  color: #C7C7C7;
  width: 100%;
  height: 110px;
  padding: 10px;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  margin-bottom: 20px;
  resize: none;
}
.product-rating-form .stars-rating {
  position: relative;
  width: 120px;
  height: 19px;
  margin-bottom: 25px;
  background: url("../img/stars-00-green.png") top left no-repeat;
}
.product-rating-form .stars-rating .stars-btn {
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
  width: 24px;
  height: 100%;
}
.product-rating-form .stars-rating .stars-btn:nth-child(1):hover ~ .stars-bar {
  width: 24px;
}
.product-rating-form .stars-rating .stars-btn:nth-child(2):hover ~ .stars-bar {
  width: 48px;
}
.product-rating-form .stars-rating .stars-btn:nth-child(3):hover ~ .stars-bar {
  width: 72px;
}
.product-rating-form .stars-rating .stars-btn:nth-child(4):hover ~ .stars-bar {
  width: 96px;
}
.product-rating-form .stars-rating .stars-btn:nth-child(5):hover ~ .stars-bar {
  width: 120px;
}
.product-rating-form .stars-rating .stars-bar {
  position: absolute;
  width: 0;
  height: 100%;
  background: url("../img/stars-50-green.png") top left no-repeat;
}
.product-rating-form .rating-btn {
  display: inline-block;
  float: none;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.product-rating-center {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #E5E5E5;
}
.product-rating-right {
  float: right;
  border-right: none;
}
.user-rating {
  padding: 20px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.user-rating .user-photo {
  float: left;
  width: 50px;
  height: 100%;
}
.user-rating .user-photo img {
  border-radius: 50%;
}
.user-rating .user-text {
  float: left;
  font-weight: 400;
  line-height: 18px;
  width: 350px;
  margin-left: 20px;
}
.user-rating .user-text .user-info {
  margin-bottom: 5px;
}
.user-rating .user-text .user-info .user-name {
  color: #2294e8;
  font-weight: 500;
  margin-bottom: 20px;
}
.user-rating .user-text .user-info .user-date {
  color: #717171;
}
.user-rating .user-stars {
  float: right;
  text-indent: -9999px;
  width: 120px;
  height: 19px;
  background: url("../img/stars-35-grey.png") no-repeat;
}
.shippingInfoText {
  padding: 5px 0 30px 0;
}
.shippingInfoText .highlighted {
  color: #2294e8;
  font-weight: 500;
}
#engraving {
  color: #000;
  display: block;
  margin: 20px 0;
  width: 100%;
}
#engraving .shippingInfoText {
  padding: 10px 0 10px 0;
}
#engraving .shippingInfoText .highlighted {
  color: #2294e8;
  font-weight: 500;
}
#engraving .engravingInfoText {
  padding: 10px 0 10px 0;
}
#engraving .engravingInfoText .highlighted {
  color: #2294e8;
  font-weight: 500;
}
#engraving label[for=engraving-checkbox],
#engraving label[for=image_engraving-checkbox] {
  color: #2294e8;
}
#engraving input[name=engraving],
#engraving input[name=image_engraving] {
  margin-right: 10px;
  vertical-align: middle;
}
#engraving input[name=engraving] + .label-image,
#engraving input[name=image_engraving] + .label-image {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: text-bottom;
  top: 1px;
  left: 1px;
  outline: 1px solid #fff;
  background: url("/img/checkbox-unselected-border.png") no-repeat 0 0;
  pointer-events: none;
}
#engraving input[name=engraving]:checked + .label-image,
#engraving input[name=image_engraving]:checked + .label-image {
  background: url("/img/checkbox-selected.png") 0 0 no-repeat;
}
#engraving input[type=radio] {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  top: -5px;
  width: 3%;
}
#engraving .wr {
  display: inline-block;
}
#engraving .btn-eng-free {
  display: inline-block;
  color: #2294e8;
  border: 1px solid #2294e8;
  margin-bottom: 8px;
  width: 155px;
  line-height: 18px;
  font-size: 14px;
  padding: 3px 8px 3px;
  text-align: center;
  position: relative;
  float: left;
}
#engraving .btn-eng-free span {
  display: inline-block;
}
#engraving .btn-eng-free.without-date {
  width: 92px;
}
#engraving .note-fixedEngravingDateLimit {
  text-align: center;
  font-size: 13px;
}
#engraving .container {
  border-bottom: 1px solid #dddddd;
  display: none;
  margin-top: 10px;
  padding: 6px 0 10px;
  clear: both;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}
#engraving .container .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#engraving .container .choose-font {
  clear: both;
  width: 100%;
  margin: 5px 0 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#engraving .container .choose-font.f2 label {
  width: 20%;
}
#engraving .container .choose-font.f2 a {
  display: inline-block;
  width: 72%;
  position: relative;
  top: 3px;
}
#engraving .container .choose-font > span {
  display: inline-block;
  margin: 20px 0 10px;
}
#engraving .container .choose-font label {
  box-sizing: border-box;
  display: inline-block;
  width: 95%;
}
#engraving .container .choose-font label {
  display: inline-block;
  padding-left: 2%;
  position: relative;
  top: -7px;
  width: 33%;
}
#engraving .container .choose-font a {
  display: inline-block;
  width: 59%;
}
#engraving .container .choose-font a img {
  width: 100%;
}
#engraving .container .choose-font select {
  width: 100%;
}
#engraving .container .choose-font option {
  padding: 2px 4px;
}
#engraving .container .choose-font span {
  font-weight: 500;
}
#engraving .container .choose-font .hint {
  display: block;
  color: #b8b8b8;
  padding-left: 9px;
  margin: 0;
  font-weight: 500;
}
#engraving .container .choose-font label {
  position: relative;
}
#engraving .container .choose-font label::before {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: -23px;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background: white;
}
#engraving .container .choose-font label::after {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: -18px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  opacity: 0;
  background: #2294e8;
}
#engraving .container .choose-font input:checked ~ label::after {
  opacity: 1;
}
#engraving .container .choose-image-engraving {
  padding: 10px 0 14px;
  text-align: center;
  width: 50%;
  float: left;
  position: relative;
}
#engraving .container .choose-image-engraving.ie1 {
  width: 100%;
}
#engraving .container .choose-image-engraving.ie2 {
  display: none;
}
#engraving .container .choose-image-engraving input[type=checkbox] {
  margin-right: 10px;
  width: auto;
  position: relative;
  top: -4px;
}
#engraving .container .choose-image-engraving label {
  font-weight: 400;
  font-size: 23px;
  color: #676767;
  cursor: pointer;
}
#engraving .container .engraving-alert {
  color: red;
  text-align: right;
  clear: both;
  padding: 6px 0 0;
}
#engraving .container .engraving-image-example {
  margin: 14px 0 0;
  display: none;
}
#engraving .container .engraving-image-example.show {
  display: block;
}
#engraving .container .engraving-image-example img {
  width: 89%;
  float: right;
}
#engraving .container .hidden_container {
  display: block;
  width: 100%;
  padding-top: 25px;
}
#engraving .container .price-engraving-text {
  display: none;
  width: 50%;
  padding: 11px 10px 2px 0;
  color: #b8b8b8;
  text-align: left;
  float: left;
}
#engraving .container .price-engraving-text.show {
  display: block;
}
#engraving .container .eng-small-img {
  margin-left: 10px;
  margin-bottom: -4px;
}
#engraving .container .maxImageCountEngraving {
  color: #b8b8b8;
  display: none;
  width: 50%;
  padding: 11px 0 2px 10px;
  text-align: right;
  float: left;
}
#engraving .container .maxImageCountEngraving.show {
  display: block;
}
#engraving .container .content {
  margin-top: 12px;
  font-weight: bold;
}
#engraving .container .info {
  margin-top: 0px;
  font-weight: 400;
}
#engraving .container .info.highlighted {
  color: #2294e8;
}
#engraving .container .info .small {
  color: #818181;
  font-size: 12px;
  font-weight: normal;
}
#engraving .container .info .small:hover {
  border-color: #cacaca;
}
#engraving .container .engraving-textArea-wrapper {
  border: 1px solid #E5E5E5;
}
#engraving .container .engraving-textArea {
  font-weight: normal;
  box-sizing: border-box;
  font-size: 36px;
  min-height: 100px;
  margin-top: 3px;
  max-width: 100%;
  padding: 0px 6px 8px;
  text-align: center;
  width: 100%;
  position: relative;
}
#engraving .container .engraving-textArea.highlighted {
  background: #faa;
}
#engraving .container .engraving-textArea.highlighted:before {
  position: absolute;
  font-family: 'Source Sans Pro';
  content: 'znížte počet znakov';
  z-index: 3;
  top: 2px;
  right: 2px;
  font-size: 16px;
  padding: 3px;
  color: red;
  background: white;
}
#engraving .container .engraving-textArea.eng-placeholder:after {
  position: absolute;
  font-family: 'Source Sans Pro';
  content: 'Tu napíšte text alebo zadajte symbol...';
  z-index: 3;
  top: calc(50% - 25px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  padding: 3px;
  color: #888;
  background: white;
}
#engraving .container .engraving-textArea.eng-placeholder.lang-en:after {
  content: 'Click here to enter text or enter the symbol...';
}
#engraving .container .engraving-textArea.eng-placeholder.lang-cz:after {
  content: 'Zde napište text nebo zadejte symbol...';
}
#engraving .container .engraving-textArea:empty {
  padding-left: 50%;
  text-align: left;
}
#engraving .container .engraving-textArea.font-allura {
  font-family: 'Allura';
}
#engraving .container .engraving-textArea.font-dancing {
  font-family: 'Dancing Script';
}
#engraving .container .engraving-textArea.font-obaby {
  font-family: 'Oooh Baby';
}
#engraving .container .engraving-textArea.font-pinyon {
  font-family: 'Pinyon Script';
}
#engraving .container .engraving-textArea.font-signature {
  font-family: 'SimpleSignature';
}
#engraving .container .engraving-textArea.font-retro {
  font-family: 'RetroSignature';
}
#engraving .container .engraving-textArea.font-inkfree {
  font-family: 'Ink Free';
}
#engraving .container .engraving-textArea.font-pecita {
  font-family: 'Pecita';
}
#engraving .container .engraving-textArea.font-roboto {
  font-family: 'Roboto';
  font-weight: 400;
}
#engraving .container .engraving-textArea.font-roboto-thin {
  font-family: 'Roboto';
  font-weight: 100;
}
#engraving .container .engraving-textArea.font-times {
  font-family: 'timesNewRoman';
}
#engraving .container .engraving-textArea.font-old-english-2 {
  font-family: 'OldeEnglish';
}
#engraving .container .engraving-textArea.font-franklin-2 {
  font-family: 'Franklin';
}
#engraving .container .engraving-textArea:focus {
  outline: 1px solid #aaa;
}
#engraving .container .engraving-textArea img {
  height: 36px !important;
}
#engraving .container .eng-img-heading {
  display: none;
  font-weight: 400;
  margin: 17px 0 6px;
}
#engraving .container #add-engraving-files,
#engraving .container #add-engraving-files-ie1,
#engraving .container #add-engraving-files-ie2 {
  border: 1px solid #E5E5E5;
  min-height: 100px;
  padding: 10px;
}
#engraving .container #add-engraving-files .dz-default,
#engraving .container #add-engraving-files-ie1 .dz-default,
#engraving .container #add-engraving-files-ie2 .dz-default {
  color: #2294e8;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
#engraving .container #add-engraving-files .dz-preview,
#engraving .container #add-engraving-files-ie1 .dz-preview,
#engraving .container #add-engraving-files-ie2 .dz-preview {
  width: 100%;
  min-height: unset;
  margin: 6px 12px 6px 0;
  max-width: 240px;
  padding: 8px;
  border: 1px solid #eaeaea;
  background-color: #eee;
}
#engraving .container #add-engraving-files .dz-preview .dz-success-mark,
#engraving .container #add-engraving-files-ie1 .dz-preview .dz-success-mark,
#engraving .container #add-engraving-files-ie2 .dz-preview .dz-success-mark,
#engraving .container #add-engraving-files .dz-preview .dz-error-mark,
#engraving .container #add-engraving-files-ie1 .dz-preview .dz-error-mark,
#engraving .container #add-engraving-files-ie2 .dz-preview .dz-error-mark {
  left: 200px;
}
#engraving .container #add-engraving-files .dz-details,
#engraving .container #add-engraving-files-ie1 .dz-details,
#engraving .container #add-engraving-files-ie2 .dz-details,
#engraving .container #add-engraving-files .dz-size,
#engraving .container #add-engraving-files-ie1 .dz-size,
#engraving .container #add-engraving-files-ie2 .dz-size,
#engraving .container #add-engraving-files .dz-filename,
#engraving .container #add-engraving-files-ie1 .dz-filename,
#engraving .container #add-engraving-files-ie2 .dz-filename {
  display: none;
}
#engraving .container #add-engraving-files .dz-remove,
#engraving .container #add-engraving-files-ie1 .dz-remove,
#engraving .container #add-engraving-files-ie2 .dz-remove {
  display: inline-block;
  width: 19px;
  height: 19px;
  padding: 3px;
  font-size: 0;
  border: 1px solid #E5E5E5;
  background-size: 15px;
  background-image: url("/img/close-engraving-image.png");
  background-size: 14px;
  background-image: url(/img/close-engraving-image.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 7px;
  left: 134px;
  float: left;
  background-position: center center;
}
#engraving .container #add-engraving-files .dz-remove:hover,
#engraving .container #add-engraving-files-ie1 .dz-remove:hover,
#engraving .container #add-engraving-files-ie2 .dz-remove:hover {
  border: 1px solid #2294e8;
}
#engraving .container #add-engraving-files .dz-progress,
#engraving .container #add-engraving-files-ie1 .dz-progress,
#engraving .container #add-engraving-files-ie2 .dz-progress {
  display: inline-block;
  height: 20px;
  width: 100px;
  left: 175px;
  top: 11px;
}
#engraving .container #add-engraving-files .dz-progress .dz-upload,
#engraving .container #add-engraving-files-ie1 .dz-progress .dz-upload,
#engraving .container #add-engraving-files-ie2 .dz-progress .dz-upload {
  width: 100%;
  display: inline-block;
  height: 100%;
}
#engraving .container #add-engraving-files .dz-preview:hover .dz-image img,
#engraving .container #add-engraving-files-ie1 .dz-preview:hover .dz-image img,
#engraving .container #add-engraving-files-ie2 .dz-preview:hover .dz-image img {
  transform: none;
  filter: none;
}
#engraving .container #add-engraving-files .dz-preview .dz-image,
#engraving .container #add-engraving-files-ie1 .dz-preview .dz-image,
#engraving .container #add-engraving-files-ie2 .dz-preview .dz-image {
  border-radius: 0px;
  max-width: 120px;
  height: unset;
  float: left;
  z-index: 9;
}
#engraving .container .tab {
  overflow: hidden;
  border: 1px solid #aaa;
  border-bottom: none;
  background-color: #f1f1f1;
  position: relative;
}
#engraving .container .tab:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
}
#engraving .container .tab.tab-engraving-symbols {
  margin: -1px -1px 0 -1px;
}
#engraving .container .tab button {
  background-color: inherit;
  float: left;
  border: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  outline: none;
  cursor: pointer;
  padding: 11px 16px;
  transition: 0.3s;
  font-family: inherit;
  font-size: 16px;
}
#engraving .container .tab button:hover {
  background-color: #ddd;
}
#engraving .container .tab button.active {
  background-color: #ccc;
}
#engraving .container .tabcontent {
  display: none;
  padding: 26px 12px 50px;
  border: 1px solid #ccc;
  border-top: none;
  background: white;
}
#engraving .container .tabcontent img {
  margin: 0 10px 10px 0;
  border: 2px solid transparent;
}
#engraving .container .tabcontent img:hover,
#engraving .container .tabcontent img.tab-image-added {
  cursor: pointer;
  border: 2px solid #2294e8;
}
#engraving .container .tabcontent.tabcontent-engraving-symbols {
  padding: 2px;
  border: none;
  z-index: 2;
}
#engraving .container .tabcontent.tabcontent-engraving-symbols span {
  height: 32px;
  line-height: 24px;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #000;
  border-radius: 4px;
  min-width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
  background: #fff;
}
#engraving .container .tabcontent.tabcontent-engraving-symbols img {
  max-width: 85%;
  max-height: 85%;
  border: none;
  margin: 0;
}
#engraving .container .tabcontent.tabcontent-engraving-symbols img:hover {
  border: none;
}
#engraving .container textarea[name=text] {
  box-sizing: border-box;
  font-size: 23px;
  height: 50px;
  margin-top: 3px;
  max-width: 100%;
  padding: 6px 8px;
  text-align: center;
  width: 100%;
}
#engraving .container textarea[name=info] {
  box-sizing: border-box;
  font-size: 15px;
  height: 120px;
  margin-top: 3px;
  max-width: 100%;
  padding: 6px 8px;
  width: 100%;
  display: block;
  border: 1px solid #E5E5E5;
}
#engraving .container .no-engraving-images {
  display: none;
  width: 100%;
}
#engraving .container .no-engraving-images.open {
  display: block;
  padding: 7px;
  margin: 5px 0;
  background: #B12539;
}
#engraving .container .no-engraving-images.open span {
  color: white;
  font-size: 17px;
  font-weight: bold;
}
#engraving .container .engraving-price {
  color: #b8b8b8;
  font-weight: 400;
}
#engraving .container .engraving-buttons-1,
#engraving .container .engraving-buttons-2 {
  display: none;
  padding-top: 3px;
  padding-left: 3px;
  z-index: 2;
}
#engraving .container .engraving-buttons-1 span,
#engraving .container .engraving-buttons-2 span {
  height: 32px;
  line-height: 24px;
  margin-right: 3px;
  color: #000;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  min-width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
  background: #fff;
  /*&.eb1-heart:before, &.eb2-heart:before {
            content: "\f004";
            font-family: "FontAwesome";
        }*/
  /*&.eb1-moon:before, &.eb2-moon:before {
            content: "\f186";
            font-family: "FontAwesome";
        }*/
  z-index: 9;
}
#engraving .container .engraving-buttons-1 span:hover,
#engraving .container .engraving-buttons-2 span:hover {
  border: 2px solid #2294e8;
}
#engraving .container .engraving-buttons-1 img,
#engraving .container .engraving-buttons-2 img {
  max-width: 85%;
  max-height: 85%;
}
#engraving .eng-heading {
  display: none;
  padding: 14px 0 14px 6px;
  font-size: 22px;
  font-weight: 500;
  color: #676767;
}
#engraving .eng-type {
  display: inline-block;
  width: 100%;
  color: #888;
  position: relative;
  top: 0;
  margin: 10px 0 2px;
}
#engraving .eng-type a {
  display: flex;
  justify-content: left;
}
#engraving .eng-type span {
  font-size: 14px;
  color: #888;
  order: 2;
  display: inline-block;
  line-height: 21px;
  height: 21px;
}
#engraving .eng-type img {
  margin: 0 14px -5px 7px;
  order: 1;
  width: 21px;
  height: 21px;
}
#engraving #engraving-checkbox {
  display: none;
}
#engraving label[for=engraving-checkbox] {
  color: #2294e8;
  display: none;
}
#engraving input[name=engraving] {
  margin: 0 8px 0 0px;
  width: auto;
  position: relative;
  top: 1px;
}
#engraving .image-count-engraving {
  margin-top: 5px;
}
#engraving .image-count-engraving select {
  margin-left: 5px;
}
.ch-wrapper {
  position: relative;
  display: inline-block;
}
#price-text-engraving {
  display: none;
}
.engraving-text {
  text-align: left;
  display: inline-block;
  color: #000;
}
.loaded-images {
  margin-top: 6px;
}
.loaded-images img {
  display: inline-block;
  max-width: 70px;
  margin-right: 10px;
}
.images-alert {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.images-alert.open {
  display: inline-block;
}
.images-alert .alert-textarea {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  padding: 20px;
  text-align: center;
  background: #fff;
}
.images-alert .alert-textarea .alert-text {
  text-align: center;
  width: 100%;
}
.images-alert .alert-textarea .alert-button {
  display: inline-block;
  padding: 4px 10px;
  margin: 20px 0 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #E5E5E5;
}
.images-alert .alert-textarea .alert-button:hover {
  display: inline-block;
  color: white;
  background: #2294e8;
}
.add-to-cart-warning {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 430px;
  height: 60px;
  padding: 0 20px;
  margin: 7px 0;
  background-color: #2294e8;
}
.add-to-cart-warning:before {
  content: url("../img/successfully-in-cart-white.png");
  display: inline-block;
  height: 55px;
  margin-right: 10px;
  vertical-align: middle;
}
.add-to-cart-warning .warning-close-btn {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
  background: url("../img/close-light-green.png") no-repeat;
}
.shopping-breadcrumb {
  margin-bottom: 25px;
}
.shopping-breadcrumb li {
  float: left;
  position: relative;
  width: 30%;
  height: 70px;
  padding: 0 23px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 14px;
  color: #818181;
}
.shopping-breadcrumb li.selected {
  color: #2294e8;
  background-color: white;
  border: 1px solid #2294e8;
}
.shopping-breadcrumb li .shopping-breadcrumb-inner {
  display: inline-block;
  line-height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 53%;
  width: 200px;
  height: 36px;
  padding-left: 55px;
}
.shopping-breadcrumb li.jedna .shopping-breadcrumb-inner {
  line-height: 36px;
  background: url("../img/kosik-2-gray.png") left center no-repeat;
  background-size: 38px 36px;
}
.shopping-breadcrumb li.jedna.selected .shopping-breadcrumb-inner {
  background: url("../img/kosik-2-blue.png") left center no-repeat;
  background-size: 38px 36px;
}
.shopping-breadcrumb li.dva .shopping-breadcrumb-inner {
  background: url("../img/udaje-2-gray.png") left center no-repeat;
  background-size: 36px 36px;
}
.shopping-breadcrumb li.dva.selected .shopping-breadcrumb-inner {
  background: url("../img/udaje-2-blue.png") left center no-repeat;
  background-size: 36px 36px;
}
.shopping-breadcrumb li.tri .shopping-breadcrumb-inner {
  background: url("../img/kontrola-2-gray.png") left center no-repeat;
  background-size: 36px 36px;
}
.shopping-breadcrumb li.tri.selected .shopping-breadcrumb-inner {
  background: url("../img/kontrola-2-blue.png") left center no-repeat;
  background-size: 36px 36px;
}
.shopping-breadcrumb .plus-selected,
.shopping-breadcrumb .plus {
  width: 5% !important;
  border: 0;
  height: 70px;
  padding: 0;
  background: url("../img/sipka.png") center center no-repeat;
  background-size: 21px 31px;
}
.shopping-breadcrumb .plus {
  background: none;
}
.shop-tab {
  width: 100%;
  border-collapse: collapse;
}
.shop-tab a:focus {
  outline: 0;
}
.shop-row {
  width: 100%;
  height: 150px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.shop-row td {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop-col-1 .shop-img-wrapper {
  width: 165px;
}
.shop-col-1 .shop-img {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #E5E5E5;
}
.shop-col-1 .shop-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.shop-col-1 .shop-stickers {
  float: left;
  max-width: 55px;
}
.shop-col-1 .shop-stickers .sticker-offer {
  margin: 0 0 10px 10px;
}
.shop-col-1 .shop-stickers .sticker-save {
  color: #EA1B23;
  margin: 0 0 10px 10px;
}
.shop-col-1 .shop-stickers .discount-type {
  color: #EA1B23;
  font-size: 12px;
  display: block;
  margin: 0 0 10px 10px;
}
.shop-tab.shop-final-tab .shop-col-1 .shop-img-wrapper {
  width: 100%;
}
.shop-tab.shop-final-tab .shop-col-1 .shop-stickers {
  width: initial;
  max-width: 200px;
}
.shop-col-2 > * {
  max-width: 280px;
}
.shop-col-2 .shop-prod-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.shop-col-2 .shop-prod-code {
  font-weight: bold;
  display: block;
}
.shop-col-2 .shop-prod-desc {
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.shop-col-3 {
  font-weight: 400;
}
.shop-col-3 .shop-stock {
  color: #2294e8;
  white-space: nowrap;
  margin-bottom: 5px;
}
.shop-col-3 .shop-stock:before {
  content: url(../img/ok-green.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.shop-col-3 .shop-delivery {
  color: #717171;
  line-height: 1.2;
}
.shop-col-4 {
  width: 135px;
  white-space: nowrap;
}
.shop-col-4 .shop-amount > * {
  float: left;
  display: block;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
}
.shop-col-4 input[type="number"] {
  border: 1px solid #e6e6e6;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  margin-right: 4px;
}
.shop-col-4 input[type="number"]:-webkit-inner-spin-button,
.shop-col-4 input[type="number"]:-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.shop-col-4 .shop-amount-label {
  color: #717171;
  font-weight: 400;
}
.shop-col-4 .shop-amount-btn .shop-amount-increase,
.shop-col-4 .shop-amount-btn .shop-amount-decrease {
  border: 1px solid #e6e6e6;
  height: 16px;
  cursor: pointer;
}
.shop-col-4 .shop-amount-btn .shop-amount-increase {
  background: url("../img/arrow-up-small-grey.png") center center no-repeat;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
  margin-bottom: 4px;
}
.shop-col-4 .shop-amount-btn .shop-amount-decrease {
  background: url("../img/arrow-down-small-grey.png") center center no-repeat;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
}
.shop-col-5 {
  font: 500 14px "Montserrat", sans-serif;
  font-size: 16px;
}
.shop-col-5 > * {
  width: 240px;
  margin-bottom: 10px;
}
.shop-col-5 > *:last-child {
  margin-bottom: 0;
}
.shop-col-5 > * span:first-child {
  text-align: center;
}
.shop-col-5 .shop-old-price {
  color: #717171;
}
.shop-col-5 .shop-old-price span:last-child {
  text-decoration: line-through;
}
.shop-col-5 .shop-save {
  color: #EA1B23;
}
.shop-col-5 .shop-tax-price {
  font-size: 20px;
  text-align: right;
  float: right;
  padding-right: 23px;
}
.shop-col-6 {
  padding-right: 21px;
}
.shop-col-6 .shop-remove {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: block;
  background: url("/img/close-red-light.png") no-repeat;
}
.shop-col-6 .shop-remove:hover {
  background: url("/img/close-red.png") no-repeat;
}
.shop-final-tab .shop-col-5 {
  padding-right: 20px;
}
.shop-voucher {
  display: block;
  font-weight: 400;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  padding: 30px 40px;
  background-color: #fff;
}
.shop-voucher .shop-voucher-right {
  line-height: 1.2;
  float: right;
}
.shop-voucher .shop-voucher-right label {
  vertical-align: top;
  position: relative;
  top: 9px;
}
.shop-voucher .shop-voucher-right .voucher-code {
  display: inline-block;
}
.shop-voucher .shop-voucher-right .button {
  display: inline-block;
  padding: 10px 0;
  width: 40px;
}
.shop-voucher .shop-voucher-right input[type="text"] {
  width: 218px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  margin-left: 20px;
}
.shop-voucher .voucherCodeMessage {
  display: block;
  padding: 7px 0 0 20px;
}
.cart-price {
  padding-left: 10px;
}
.cart-price-title {
  font-size: 16px;
}
.shop-form .gift-radios label {
  display: block;
  margin-bottom: 10px;
}
.shop-form .gift-radios label span {
  display: inline-block;
}
.shop-form .gift-radios label span.label-text-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: calc(100% - 110px);
}
.shop-form .gift-radios .label-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 20px;
  background: url(/img/radio-unselected.png) no-repeat;
}
.shop-form .gift-radios .label-radio.checked {
  background: url(/img/radio-selected.png) no-repeat;
}
.shop-form .gift-radios .label-image {
  vertical-align: middle;
}
.shop-form .gift-radios .label-image img {
  width: 40px;
}
.shop-form .note-for-note {
  font-size: 14px;
  color: #717171;
}
.final-calc {
  padding: 30px 40px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background-color: white;
}
.final-calc.kosik {
  margin-bottom: 20px;
}
.final-calc .final-calc-right {
  float: right;
  width: 380px;
}
.final-calc-top-table,
.final-calc-table,
.final-calc-bottom-table {
  width: 100%;
}
.final-calc-top-table th,
.final-calc-table th,
.final-calc-bottom-table th,
.final-calc-top-table td,
.final-calc-table td,
.final-calc-bottom-table td {
  font-size: 16px;
  font-weight: 400;
  padding: 3px;
  vertical-align: top;
}
.final-calc-top-table th,
.final-calc-table th,
.final-calc-bottom-table th {
  color: #555;
  text-align: left;
}
.final-calc-top-table .old,
.final-calc-table .old,
.final-calc-bottom-table .old {
  text-decoration: line-through;
  font-size: 26px;
}
.final-calc-top-table {
  margin-bottom: 20px;
}
.final-calc-top-table tr:last-child {
  border-bottom: 1px solid #C7C7C7;
}
.final-calc-top-table tr:last-child th,
.final-calc-top-table tr:last-child td {
  padding-bottom: 25px;
}
.final-calc-top-table th {
  width: 23%;
}
.final-calc-top-table td {
  text-align: left;
}
.final-calc-top-table td:last-child {
  width: 70px;
  padding-left: 10px;
  text-align: right;
}
.final-calc-table tr {
  line-height: 1.2;
  width: 100%;
}
.final-calc-table tr th {
  width: 60%;
}
.final-calc-table tr td {
  text-align: right;
  width: 40%;
}
.final-calc-table tr:last-child th,
.final-calc-table tr:last-child td {
  padding-bottom: 25px;
}
.final-calc-table .voucherCodeMessage {
  font-size: 12px;
}
.final-calc-table .voucherCodeMessage img {
  height: 12px;
}
.final-calc-bottom-table tr th,
.final-calc-bottom-table tr td {
  vertical-align: middle;
}
.final-calc-bottom-table tr th {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 5px 3px 0;
  color: black;
}
.final-calc-bottom-table tr td {
  font: 500 14px "Montserrat", sans-serif;
  color: #2294e8;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  padding: 15px 0 3px 5px;
}
body .final-price {
  font: 500 14px "Montserrat", sans-serif;
  font-size: 20px;
}
body .final-price.title {
  font-weight: bold;
}
.bottom-line {
  border-bottom: 1px solid #C7C7C7;
}
.order-finished .of-div2 {
  background: #f2f2f2;
  padding: 11px 20px 11px 40px;
  font-size: 16px;
  color: #000000;
}
.order-finished .of-div3 {
  padding: 20px 20px 0px 40px;
}
.order-finished .of-div4 {
  padding: 0px 20px 0 40px;
  height: 152px;
}
.order-finished .of-div5 {
  line-height: 22px;
  margin-bottom: 24px;
  padding: 0 20px 0 40px;
}
.order-finished .of-div6 {
  color: #000000;
  background: #f2f2f2;
  padding: 11px 20px 11px 40px;
}
.order-finished .of-div8 {
  padding: 8px 20px 4px 40px;
  color: #585858;
}
.order-finished .of-div9 {
  margin: 66px 0 42px;
}
.order-finished .of-div9 .button {
  display: inline-block;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  color: #fff;
}
table.orders {
  width: 940px;
}
table.orders td {
  padding: 3px 22px 3px 3px;
  border-bottom: 1px solid #dddddd;
}
table.orders th {
  padding: 6px 22px 6px 3px;
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
  font-style: italic;
}
table.orders td .small {
  color: #888888;
  font-size: 10px;
}
table.orders tr.total td {
  background: #eeeeee;
}
.shopping-buttons {
  margin-bottom: 40px;
}
.shop-back-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  padding-top: 2px;
  color: #2294e8;
  margin-bottom: 40px;
  background-color: #fff;
  font-size: 18px;
  margin-right: 50px;
  color: #818181;
  margin: 0;
}
.shop-back-btn:before {
  position: relative;
  margin-right: 7px;
  display: inline-block;
  content: '';
  background: url("../img/arrow-left-small-grey.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 1px;
}
.shop-back-btn:hover {
  color: #2294e8;
}
.shop-back-btn:hover:before {
  background: url("../img/arrow-left-small-green.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.shop-forward-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #2294e8;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
.shop-forward-btn:after {
  display: inline-block;
  content: '';
  background: url("../img/arrow-right-small-white.png") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 12px;
  height: 15px;
  margin-left: 8px;
  vertical-align: middle;
}
.shop-forward-btn:hover {
  background: #67b6ef;
}
.shop-form {
  margin-bottom: 40px;
}
.shop-form .shop-form-top,
.shop-form .shop-form-bottom {
  position: relative;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}
.shop-form .shop-form-top {
  border-bottom: 0;
}
.shop-form .shop-form-col-1,
.shop-form .shop-form-col-2,
.shop-form .shop-form-col-3 {
  width: 33.33333333%;
  height: 100%;
  float: left;
}
.shop-form .shop-form-col-1:after,
.shop-form .shop-form-col-2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 33.33333333%;
  background-color: #E5E5E5;
}
.shop-form .shop-form-col-2:after {
  left: 66.66666666%;
}
.shop-form fieldset {
  padding: 0 20px 20px;
  border: 0;
  margin: 0;
}
.shop-form fieldset.shop-form-contacts,
.shop-form fieldset.shop-form-login {
  border-bottom: 1px solid #E5E5E5;
}
.shop-form legend {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-indent: -16px;
  line-height: 1.4;
  margin: 0 20px 25px 36px;
  display: block;
  margin: 0;
  margin-left: 16px;
  padding: 20px 0;
}
.shop-form label {
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  vertical-align: middle;
}
.shop-form label.disabled {
  color: #bbb;
}
.shop-form .label-text-left {
  color: #717171;
  display: inline-block;
  width: 120px;
  height: 20px;
}
.shop-form .label-text-right {
  display: block;
  line-height: 20px;
  margin-left: 30px;
}
.shop-form .label-text-right .price {
  float: right;
  padding-right: 19%;
}
.shop-form .label-addition {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
  color: #2294e8;
}
.shop-form .label-addition {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
  color: #2294e8;
}
.shop-form .combo {
  margin-bottom: 20px;
  width: 100%;
}
.shop-form .combo select {
  width: 89%;
}
.shop-form .combo .payment-img {
  width: 9%;
  display: inline-block;
  position: relative;
  left: 9px;
  top: 3px;
}
.shop-form .rightBlockContainer {
  position: relative;
  top: -10px;
  padding-left: 31px;
}
.shop-form .rightBlockContainer .desc {
  font-size: 12px;
}
.shop-form input[type="text"],
.shop-form input[type="number"],
.shop-form input[type="email"],
.shop-form input[type="tel"],
.shop-form input[type="password"] {
  width: 195px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  margin: 0;
}
.shop-form input[type="text"].full-width,
.shop-form input[type="number"].full-width,
.shop-form input[type="email"].full-width,
.shop-form input[type="tel"].full-width,
.shop-form input[type="password"].full-width {
  width: 318px;
}
.shop-form input[type="checkbox"],
.shop-form input[type="radio"] {
  display: none;
}
.shop-form input[type="checkbox"] + .label-image,
.shop-form input[type="radio"] + .label-image {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: text-bottom;
  background: url("../img/checkbox-unselected-border-gray.png") no-repeat;
}
.shop-form input[type="checkbox"]:checked + .label-image,
.shop-form input[type="radio"]:checked + .label-image {
  background: url("../img/checkbox-selected.png") no-repeat;
}
.shop-form input[type="radio"] + .label-image {
  background: url("../img/radio-unselected.png") no-repeat;
}
.shop-form input[type="radio"]:checked + .label-image {
  background: url("../img/radio-selected.png") no-repeat;
}
.shop-form .form-btn-wrapper {
  margin-bottom: 20px;
  margin-left: 124px;
}
.shop-form .form-btn-wrapper:last-child {
  margin-bottom: 0;
}
.shop-form .shop-form-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #2294e8;
  width: 195px;
  background-color: #818181;
}
.shop-form .shop-form-btn.shop-facebook:before,
.shop-form .shop-form-btn.shop-google:before {
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
.shop-form .shop-form-btn.shop-facebook:before {
  content: url("../img/facebook-white.png");
}
.shop-form .shop-form-btn.shop-google:before {
  content: url("../img/google-white.png");
}
.shop-form .shop-forgotten-password-btn {
  color: #2294e8;
  margin-left: 30px;
}
.shop-form .shop-forgotten-password-btn:hover {
  text-decoration: underline;
}
.shop-form .shop-styled-select {
  display: inline-block;
  width: 195px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  background: url("../img/arrow-down-small-grey.png") no-repeat 170px center;
  -webkit-background-size: 15px 12px;
  background-size: 15px 12px;
  vertical-align: middle;
}
.shop-form .shop-styled-select select {
  background: transparent;
  width: 195px;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  height: 36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.shop-form .shop-styled-select select::-ms-expand {
  display: none;
}
.shop-form .shop-company-data {
  display: none;
}
.shop-form textarea {
  width: 195px;
  height: 110px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  resize: none;
}
.shop-warning-bar {
  text-align: center;
  margin-bottom: 27px;
}
.shop-warning {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  padding: 14px;
  background-color: #B12539;
  width: 100%;
}
.shop-warning.shop-final-check {
  width: auto;
  background-color: #FFF;
  color: #2294e8;
}
.shop-warning.shop-final-check:before {
  content: url("../img/final-check-warning-tirkys.png");
}
.shop-warning.missing-to-free-shipping {
  width: auto;
  background-color: #FFF;
  color: #aeaeae;
  border: 0;
  margin-top: 15px;
  padding: 6px;
  font-size: 16px;
  padding: 20px;
}
.shop-warning.missing-to-free-shipping:before {
  content: url("../img/final-check-warning-grey.png");
}
.shop-warning:before {
  content: url("../img/final-check-warning-white.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.shop-summary {
  position: relative;
  border: 1px solid #E5E5E5;
  margin-bottom: 40px;
  background-color: #fff;
}
.shop-summary .shop-summary-col-1,
.shop-summary .shop-summary-col-2,
.shop-summary .shop-summary-col-3 {
  width: 33.33333333%;
  height: 100%;
  float: left;
}
.shop-summary .shop-summary-col-1:after,
.shop-summary .shop-summary-col-2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 33.33333333%;
  background-color: #E5E5E5;
}
.shop-summary .shop-summary-col-2:after {
  left: 66.66666666%;
}
.shop-summary .shop-summary-item {
  padding: 20px;
}
.shop-summary .shop-summary-item.shop-summary-personal-info {
  border-bottom: 1px solid #E5E5E5;
}
.shop-summary table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 400;
  width: 100%;
}
.shop-summary table caption {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-indent: -16px;
  line-height: 1.4;
  margin: 0 20px 25px 36px;
  margin: 0 0 15px 16px;
  padding: 0;
}
.shop-summary table th,
.shop-summary table td {
  vertical-align: top;
  line-height: 1.2;
  padding: 5px;
}
.shop-summary table th {
  color: #717171;
  font-weight: 400;
  text-align: left;
  width: 40%;
}
.shop-summary table td {
  width: 60%;
}
.shop-summary .shop-summary-note-heading {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-indent: -16px;
  line-height: 1.4;
  margin: 0 20px 25px 36px;
  margin: 0 0 20px 16px;
}
.shop-summary .shop-summary-note-text {
  font-weight: 400;
  line-height: 24px;
}
.shopping-first-heading {
  margin-top: 25px;
}
.shop-conditions {
  font-weight: 400;
  line-height: 24px;
  padding: 30px 40px;
  border: 1px solid #E5E5E5;
  border-top: 0;
  background-color: #fff;
  margin-bottom: 40px;
}
.shop-conditions .shop-conditions-text {
  text-align: right;
  display: block;
  width: 100%;
  float: right;
  position: relative;
  padding-right: 30px;
}
.shop-conditions .shop-conditions-text a {
  color: #2294e8;
}
.shop-conditions .shop-conditions-text input {
  float: right;
  position: absolute;
  top: 3px;
  right: 0;
}
.shop-confirm-btn {
  text-align: center;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background-color: #2294e8;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
.shop-confirm-btn:before {
  content: url("../img/ok-white.png");
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.note {
  clear: both;
  color: #888888;
  float: right;
  font-size: 11px;
  margin: 6px 0px 0;
  text-align: center;
}
/* .registracia */
.registracia th {
  text-align: left;
  padding-right: 5px;
}
.registracia td {
  padding-right: 30px;
}
.registracia a.button {
  color: #fff;
  font-weight: normal;
  line-height: 47px;
}
.registracia input {
  padding: 3px;
  border-style: none;
  border: 1px solid #e6e6e6;
}
.main-footer {
  font-weight: 400;
  line-height: 24px;
  background-color: #dadada;
}
.footer-columns-wrapper {
  margin-bottom: 30px;
  font-size: 0.95em;
}
.footer-column {
  display: inline-block;
  width: 61%;
}
.footer-column-2 {
  display: inline-block;
  width: 39%;
}
.footer-column-2 p {
  line-height: 34px;
  font-weight: 500;
}
.footer-column-2 .next-in-column-2 {
  display: inline-block;
  float: right;
}
.footer-icons {
  text-align: center;
  font-size: 12px;
}
.footer-icons .footer-text {
  color: #999999;
  margin-bottom: 20px;
}
.footer-icons .big-icons {
  margin-top: 14px;
}
.footer-icons .big-icons img {
  max-height: 30px;
  width: auto;
  margin-right: 6px;
}
.footer-icons .big-icons .heureka img {
  max-height: unset;
  height: 60px !important;
}
.footer-icons .big-icons li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.footer-icons .big-icons a {
  display: inline-block;
  vertical-align: middle;
}
.footer-icons .big-icons a:last-child img {
  margin-right: 0px;
}
.footer-logo {
  text-indent: -9999px;
  display: block;
  width: 129px;
  height: 26px;
  margin-top: 20px;
  margin-bottom: 17px !important;
  background: url("../img/logo_bastian_new.png") 0 0 no-repeat;
  background-size: contain;
}
.end-text {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 30px 10px;
  line-height: 15px;
}
.footer-navigation {
  font-weight: 400;
}
.footer-navigation ul {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 25px 0;
  width: 33%;
}
.footer-navigation li {
  margin-bottom: 3px;
}
.footer-navigation li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.footer-navigation li a:hover {
  color: #2294e8;
  text-decoration: none;
}
.footer-title {
  color: #2294e8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  text-transform: uppercase;
}
.footer-address,
.footer-contacts,
.footer-opening-hours,
.footer-lunch-break {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  color: #000;
  font-weight: 400;
}
.footer-address li,
.footer-contacts li,
.footer-opening-hours li,
.footer-lunch-break li {
  margin-bottom: 3px;
}
.footer-quatro {
  text-indent: -9999px;
  display: block;
  width: 99px;
  height: 31px;
  margin-top: 8px;
  margin-bottom: 25px;
  background: url("../img/logo-guatro-green.png") top left no-repeat;
}
.footer-copyright {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
#acceptCookies {
  background: #dadada;
  padding: 30px 0;
}
#acceptCookies .container {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 24px;
  background: #e6e6e6;
}
#acceptCookies .container img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 30px;
}
#acceptCookies .container .button {
  margin-left: 30px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* COOKIE BANNER */
#cookie-banner {
  display: none;
  width: 320px;
  position: fixed;
  bottom: 0;
  margin: 10px;
  padding: 15px 15px 7px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #2294e8;
  border-radius: 8px;
  z-index: 1;
  box-sizing: border-box;
  font-size: 14px;
  max-height: 95vh;
  overflow: scroll;
}
#cookie-banner.page {
  position: relative;
  width: calc(100% - 20px);
  max-width: 500px;
}
#cookie-banner div {
  box-sizing: border-box;
}
#cookie-banner .message {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #111;
  text-align: left;
  padding-bottom: 20px;
}
#cookie-banner .form {
  display: inline-block;
  vertical-align: top;
}
#cookie-banner .form .options {
  width: 100%;
  padding-bottom: 17px;
  overflow: hidden;
}
#cookie-banner .form .buttons {
  padding-bottom: 10px;
}
#cookie-banner .form.closed .options {
  height: 0px;
  padding-bottom: 0px;
}
#cookie-banner .form.closed .button.secondary {
  display: none;
}
#cookie-banner .form.open .options {
  height: auto;
}
#cookie-banner .form.open .button.more:after {
  top: 3px;
  transform: rotate(45deg);
}
#cookie-banner .form.open .button.secondary {
  display: none;
  margin-top: 5px;
}
#cookie-banner .form.open .button.secondary.show {
  display: inline-block;
}
#cookie-banner .form.open .button.primary {
  display: inline-block;
}
#cookie-banner .form.open .button.primary.hide {
  display: none;
}
#cookie-banner .form.open .button.refuse {
  margin-top: 5px;
}
#cookie-banner .form.open .button.refuse.hide {
  display: none;
}
#cookie-banner .option label {
  display: inline-block;
  padding: 5px;
  color: #111;
}
#cookie-banner .option input {
  margin-right: 10px;
}
#cookie-banner .toggle {
  float: right;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}
#cookie-banner .details {
  color: #111;
  font-size: 13px;
  overflow: hidden;
}
#cookie-banner .button {
  display: inline-block;
  border-radius: 8px;
  box-sizing: border-box;
  color: #2294e8;
  width: 48%;
  margin: 0 1%;
  padding: 0 8px;
  height: 40px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #2294e8;
  background-color: #FFF;
  position: relative;
}
#cookie-banner .button:hover,
#cookie-banner .button:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #2294e8;
}
#cookie-banner .button.more {
  padding: 0;
  text-align: center;
}
#cookie-banner .button.more:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2294e8;
  border-left: 2px solid #2294e8;
  margin-left: 6px;
  position: relative;
  top: -1px;
  transform: rotate(225deg);
}
#cookie-banner .button.more:hover:after {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.fancybox-type-inline .fancybox-inner {
  height: inherit !important;
  width: auto !important;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
  width: auto !important;
}
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  display: block;
  opacity: 0.85;
  height: 64px;
  width: 64px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  margin-bottom: 4px;
  background: url("../img/arrow-up-small-grey.png") center center no-repeat white;
  -webkit-background-size: 15px 12px;
  background-size: 15px 12px;
}
.back-to-top:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.shop-form input[type="text"].zasilkovna {
  color: #323232;
  line-height: 1em;
  border: 1px solid #D2DFE6;
  padding: 0 30px 0 10px;
  width: 100%;
  height: 39px;
  background-color: #FEFEFE;
  transition: border-color 0.4s;
}
.shop-form input[type="text"].zasilkovna::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
.shop-form input[type="text"].zasilkovna:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.shop-form input[type="text"].zasilkovna::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
.autocomplete-suggestions {
  width: 100% !important;
  max-width: 524px;
  overflow-y: auto;
  border: 1px solid #bbb;
}
.autocomplete-suggestions:before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 10px;
  left: 120px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2294e8;
}
.autocomplete-suggestions .autocomplete-suggestions-inner {
  color: #000;
  font-size: 16px;
  text-align: left;
  width: 100% !important;
  max-height: calc(100vh - 90px) !important;
  padding: 0;
  border: 2px solid #2294e8;
  border-radius: 2px;
  margin-top: 10px;
  background-color: #fafafa;
  overflow-y: auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.autocomplete-suggestions .autocomplete-zasilkovna {
  position: relative;
  z-index: 10000;
}
.autocomplete-suggestions .autocomplete-zasilkovna .autocomplete-suggestion > h4 {
  display: none;
}
.autocomplete-suggestions .autocomplete-suggestion {
  width: 100%;
  cursor: default;
}
.autocomplete-suggestions .autocomplete-suggestion > h4,
.autocomplete-suggestions .autocomplete-suggestion > span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 10px;
  margin: 0;
  overflow: hidden;
  background-color: #fafafa;
}
.autocomplete-suggestions .autocomplete-suggestion > h4 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  background-color: #2294e8;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected > span {
  background-color: #ddd;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  color: #000;
}
.zasilkovna-choosed {
  font-weight: bold;
}
.choose-zasilkovna {
  overflow: hidden;
  height: 0;
  transition: height 0.15s;
  position: relative;
}
.choose-zasilkovna.open {
  height: 66px;
  margin-bottom: 12px;
}
.choose-zasilkovna .dropdown-button {
  width: 37px;
  height: 37px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.choose-zasilkovna .dropdown-button .arrow:after {
  display: none;
}
.choose-zasilkovna .dropdown-button i {
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  position: absolute;
  left: 14px;
  top: 10px;
}
.choose-zasilkovna .dropdown-button .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#zasilkovna-link {
  position: relative;
  top: 4px;
  left: 8px;
}
.packeta-selector-open {
  display: none;
  align-items: center;
  margin: 8px 0;
  cursor: pointer;
}
.packeta-selector-open.open {
  display: flex;
}
.packeta-selector-open:hover span {
  color: #b91900;
}
.packeta-selector-open img {
  width: 33px;
  margin-right: 8px;
}
.packeta-selector-value {
  display: none;
  margin: 0 0 16px;
}
.packeta-selector-value.open {
  display: block;
}
.center-both {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1920px) {
  .promo-slide-item {
    background-size: contain !important;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    margin: 0 2%;
  }
  .brands {
    margin-top: 0;
  }
  .brands ul li {
    margin: 10px;
  }
  .search-form-outer-wrapper {
    margin-right: calc((100% - 850px) / 2);
  }
  .contacts {
    display: none;
  }
  .subnav-wrapper {
    width: 96%;
  }
  .product-image-wrapper {
    height: 170px;
    line-height: 170px;
  }
  .newsletter-bar {
    padding: 50px 0 20px 0;
  }
  .newsletter-bar .container {
    margin: 0;
  }
  .newsletter-content {
    float: left;
    margin-left: 2% !important;
    margin-right: 0 !important;
  }
  .social-icons {
    float: right;
    margin-right: 2% !important;
    margin-left: 0 !important;
  }
  .multiselect,
  .multiselect1,
  .multiselect2 {
    min-height: 45px;
  }
  .other-checkbox {
    display: block;
    width: 100%;
  }
  .other-checkbox .multiselect2 {
    display: inline-block;
    width: auto;
  }
  .other-checkbox .shifted {
    margin-left: 0px;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 26px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 1250px) {
  .submenu-list-item {
    width: 25%;
  }
  .category-text {
    width: 60%;
  }
  .user-rating .user-text {
    width: 250px;
    margin-right: 10px;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 35px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .products-list.similiars .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 21% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  #engraving .choose-font.f2 a {
    top: 1px !important;
  }
}
@media screen and (max-width: 1140px) {
  .shop-form fieldset {
    padding: 0 30px 20px;
  }
  .shop-form .label-text-left {
    display: block;
  }
  .shop-form .form-btn-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 1110px) {
  .main-navigation > ul > li > a {
    padding: 15px 11px;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 26px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .products-list.similiars .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 17% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 1040px) {
  .main-content {
    padding-top: 185px;
  }
  .main-logo {
    margin-top: -8px;
  }
  .newsletter-bar {
    padding: 20px 0;
  }
  .search-form-outer-wrapper {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    margin-right: 0;
  }
  .search-form-display-btn {
    display: block;
  }
  .search-form-inner-wrapper {
    visibility: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    top: 157px;
    background: #eee;
  }
  .search-form {
    width: 595px;
    right: 0;
    padding: 0 10px;
    border: 0;
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
    margin: 2px auto;
  }
  .search-form input[type="text"] {
    margin: -7px 0;
    padding: 0;
    padding-left: 75px;
    background: none;
    text-align: center;
    color: #353535;
    font-size: 16px;
    width: 500px;
  }
  .search-form .search-btn {
    margin: 5px;
  }
  .minicart {
    height: 36px;
    margin-left: -3px;
    margin-right: 5px;
    margin-top: 15px;
    background: none;
  }
  .minicart .kosik_new .popis {
    display: none !important;
  }
  .minicart .kosik_new .bcg {
    display: block;
    width: 60px;
    height: 100%;
    top: 0;
    right: -8px;
  }
  .minicart .quantity {
    font-size: 18px;
    margin-right: 0;
    border-right: 0;
    background-image: url("/img/icons/kosik.png");
  }
  .minicart .quantity-value {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    vertical-align: text-top;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 4px;
    background-color: #2294e8;
  }
  .minicart .price {
    display: none;
  }
  .minicart-content {
    z-index: 2;
    top: 32px;
    right: -8px;
  }
  .hamburger {
    display: block;
    margin-top: 9px;
  }
  .profile-menu-items .profile-menu-dropdown {
    top: 45px;
    left: -5px;
  }
  .login {
    margin-right: 20px;
    margin-top: 14px;
  }
  .login span:not(.vis) {
    display: none;
  }
  .login img {
    display: block;
  }
  .main-navigation {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    z-index: 20;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .main-navigation.visible {
    visibility: visible;
  }
  .main-navigation > ul {
    float: right;
    position: relative;
    max-width: 310px;
    top: 20px;
    border-radius: 4px;
    border: 1px solid #C7C7C7;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px #E5E5E5;
    width: 310px;
  }
  .main-navigation > ul > li {
    float: none;
    position: relative;
  }
  .main-navigation > ul > li:hover > a {
    color: inherit;
    border-bottom: 0;
  }
  .main-navigation > ul > li > a {
    width: 100%;
    min-height: 45px;
    line-height: 1.5;
    padding: 10px 20% 10px 20px;
    border: 0;
    border-left: 2px solid #fff;
  }
  .main-navigation > ul > li > a.selected,
  .main-navigation > ul > li > a:active,
  .main-navigation > ul > li > a:hover {
    border: 0;
    border-left: 2px solid #2294e8;
    background-color: #E5E5E5;
  }
  .main-navigation > ul > li > .mainnav-expand-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 17%;
    min-height: 45px;
    border-right: 2px solid #fff;
    background: url("../img/arrow-down-small-grey.png") center center no-repeat #fff;
    -webkit-background-size: 15px 12px;
    background-size: 15px 12px;
    cursor: pointer;
  }
  .main-navigation > ul > li > .mainnav-expand-btn:hover {
    background-color: #E5E5E5;
  }
  .main-navigation > ul > li > .mainnav-expand-btn.expanded {
    background-image: url("../img/arrow-up-small-grey.png");
    -webkit-background-size: 15px 12px;
    background-size: 15px 12px;
  }
  .main-navigation .subnav-text img {
    display: none;
  }
  .subnav-wrapper {
    display: none;
    visibility: visible;
    position: static;
    width: 100%;
    padding: 10px 22px;
    border: 0;
    box-shadow: none;
    transform: none;
  }
  .subnav-navigation {
    float: none;
    width: 100%;
  }
  .subnav-navigation li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .subnav-navigation li .subnav-image-wrapper {
    display: none;
  }
  .subnav-navigation li .subnav-name a {
    font-weight: 400;
  }
  .subnav-navigation li .subnav-overview {
    display: none;
  }
  .subnav-navigation.brands li {
    width: 100%;
    overflow: visible;
  }
  .subnav-navigation.brands li .subnav-image-wrapper {
    display: block;
  }
  .subnav-text {
    padding: 0px;
    width: 100%;
    position: static;
    top: 0%;
    transform: translateY(0%);
  }
  .subnav-bestsellers {
    display: none;
  }
  .user-rating .user-photo {
    width: 15%;
  }
  .user-rating .user-text {
    float: left;
    width: 80%;
    margin: 0 0 10px 5%;
  }
  .user-rating .user-stars {
    float: none;
    clear: both;
    margin-left: 20%;
  }
  .shopping-first-heading {
    margin-top: 25px;
  }
  #engraving .choose-font.f2 a {
    top: -1px !important;
  }
}
@media screen and (max-width: 1030px) {
  .lang-list {
    width: 46px;
  }
  #iconbanners {
    width: calc(98% - 50px);
  }
  .detail-left {
    padding: 30px;
  }
  .detail-right .inside {
    padding: 0px;
  }
  .detail-thumbs li {
    margin: 10px 10px 0 0;
  }
  .detail-thumbs li a {
    width: 70px;
    height: 70px;
  }
  .detail-thumbs li a.detail-video-thumb {
    width: 128px;
  }
  .detail-table tr {
    height: 45px;
  }
  .detail-table tr th {
    width: 130px;
  }
  .detail-on-stock,
  .detail-old-price {
    display: inline-block;
    width: 100%;
  }
  .shop-col-2 .shop-prod-desc {
    display: none;
  }
  .footer-column {
    width: 75%;
  }
  .footer-column-2 {
    float: right;
    width: 25%;
  }
  .footer-address,
  .footer-contacts,
  .footer-opening-hours,
  .footer-lunch-break {
    padding-left: 0;
    background: none;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .product {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .products-list.highlight-top-prods {
    margin: 0 -1%;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 35px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 30% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .submenu-list-item {
    width: 33.33333333%;
    height: 100px;
  }
  .category-text {
    width: 70%;
  }
  .shop-col-1 {
    vertical-align: top;
  }
  .shop-col-5 > * {
    width: 140px;
  }
  .shop-final-tab .shop-col-2,
  .shop-final-tab .shop-col-3,
  .shop-final-tab .shop-col-4,
  .shop-final-tab .shop-col-5 {
    padding-right: 20px;
  }
  .shop-conditions {
    padding: 30px 20px;
  }
  .shop-conditions .shop-conditions-text {
    float: none;
  }
  detail-table.price-table {
    width: 100%;
  }
  .detail-right .info-under-add-to-cart {
    width: 100%;
  }
  .detail-right .info-under-add-to-cart .info {
    margin: 14px 0 14px;
  }
}
@media screen and (max-width: 900px) {
  .review-entry {
    padding-top: 0;
  }
  .review-entry-left {
    display: block;
    width: 100%;
    margin: 0 15px 10px 15px;
  }
  .review-entry-left img .review-author-image {
    max-width: 100%;
    height: auto;
  }
  .review-entry-left #engraving .choose-font.f2 a {
    top: -1px !important;
  }
  .review-entry-right {
    margin: 0 15px;
    width: 100%;
  }
  .newsletter-content,
  .social-icons {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto !important;
  }
}
@media screen and (max-width: 850px) {
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 25px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 26% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 870px) {
  .detail-btn {
    margin-right: 2px;
  }
  #engraving .eng-btn {
    padding: 0 6px;
  }
  .detail-table .packeta-text .packeta-info {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .detail-right .info.info-text-eng2 span {
    font-size: 15px;
  }
  .detail-right .info.info-text-eng2 .info-eng2-g {
    margin-right: 8px;
  }
  #engraving .eng-type img {
    margin: 0 12px -5px 7px;
  }
}
@media screen and (max-width: 800px) {
  .square-heading {
    text-align: center;
  }
  .main-header .container,
  .main-navigation .container {
    margin: 0 2%;
  }
  .installment,
  .discount {
    float: left;
    width: 50%;
    margin: 0;
  }
  .installment {
    background-color: #C7C7C7;
  }
  .installment-content {
    border-right: 2px solid #E5E5E5;
  }
  .breadcrumb {
    padding: 0 15px;
  }
  .submenu-list-item {
    font-size: 13px;
    font-weight: 400;
  }
  .price-slider {
    left: 43%;
  }
  .pages-nav-bar {
    text-align: center;
  }
  .category-bar {
    text-align: center;
  }
  .category-heading {
    font-size: 22px;
    text-indent: 0;
  }
  .category-text {
    text-align: left;
    margin: 0 auto;
  }
  .review-bar {
    margin-bottom: 20px;
  }
  .detail-left,
  .detail-right {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .detail-heading,
  .detail-social {
    float: none;
    width: 100%;
  }
  .detail-social {
    margin-top: 15px;
  }
  .detail-left {
    text-align: center;
  }
  .detail-center-border {
    display: none;
  }
  .detail-right {
    border: 0;
    border-top: 1px solid #E5E5E5;
  }
  .detail-image {
    height: 270px;
    margin-bottom: 20px;
  }
  .detail-thumbs {
    display: inline-block;
  }
  .detail-table tr {
    height: 36px;
  }
  .detail-table .packeta-text {
    justify-content: center;
  }
  .detail-on-stock,
  .detail-old-price {
    width: auto;
  }
  .detail-price-container {
    float: none;
  }
  .more-detail-left,
  .more-detail-right {
    padding: 30px;
  }
  .detail-btn {
    margin-right: 16px;
  }
  #engraving .eng-btn {
    padding: 0 14px;
  }
  .shop-voucher {
    text-align: center;
  }
  .shop-voucher .shop-voucher-right {
    float: none;
    display: inline-block;
  }
  .final-calc .final-calc-right {
    float: none;
    width: 100%;
  }
  .shopping-buttons,
  .shop-warning-bar {
    padding: 0 20px;
  }
  .shop-summary table th,
  .shop-summary table td {
    display: block;
    width: 100%;
  }
  .shop-summary table td {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .main-footer {
    text-align: center;
    padding: 20px 0;
  }
  .footer-columns-wrapper {
    margin-bottom: 0;
  }
  .footer-column {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-column:first-child {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
  }
  .footer-column:not(:first-child) {
    width: 155px;
    text-align: left;
    padding: 20px 5px 5px;
  }
  .footer-column-2 {
    width: 100%;
  }
  .footer-column-2 .footer-icons {
    text-align: center;
  }
  .footer-navigation ul {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer-navigation ul li {
    margin: 0 !important;
    display: inline-block;
  }
  .footer-navigation ul li:not(:last-child):not(:first-child):after {
    content: "•";
    color: #2294e8;
    margin: 0 5px 0 9px;
  }
  .footer-navigation ul li:first-child :after {
    content: '';
  }
  .footer-navigation ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .footer-navigation ul .footer-title {
    display: block;
    margin: 0 !important;
  }
  .footer-logo {
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer-address,
  .footer-contacts,
  .footer-opening-hours,
  .footer-lunch-break {
    margin-bottom: 15px;
  }
  .footer-copyright {
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid #E5E5E5;
  }
  #engraving .choose-font.f2 a {
    top: 3px !important;
  }
  .home-engraving-gallery-wr .display-next-btn {
    right: 10px;
  }
  .home-engraving-gallery-wr .display-previous-btn {
    left: 10px;
  }
}
@media screen and (max-width: 770px) {
  .product {
    width: 32%;
    margin-right: 0.66%;
    margin-left: 0.66%;
  }
  .products-list.highlight-top-prods {
    margin: 0 -0.66%;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 45px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .shop-form .shop-form-top {
    border-bottom: 0;
  }
  .shop-form .shop-form-top .shop-form-col-1,
  .shop-form .shop-form-top .shop-form-col-2,
  .shop-form .shop-form-top .shop-form-col-3 {
    width: 100%;
    float: none;
  }
  .shop-form .shop-form-top .shop-form-col-1:after,
  .shop-form .shop-form-top .shop-form-col-2:after,
  .shop-form .shop-form-top .shop-form-col-3:after {
    content: none;
  }
  .shop-form .shop-form-top label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .shop-form .shop-form-top label.shop-checkbox {
    display: block;
  }
  .shop-form .shop-form-top fieldset {
    border-bottom: 1px solid #E5E5E5;
  }
  .shop-form .shop-form-top .form-btn-wrapper {
    display: inline-block;
    vertical-align: bottom;
    height: 56px;
    margin: 0 10px 0 0;
  }
  .shop-form .shop-form-top .form-btn-wrapper .shop-form-btn {
    height: 36px;
    line-height: 36px;
  }
  .shop-form .shop-form-top .shop-forgotten-password-btn {
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .search-form-inner-wrapper {
    top: 98px;
  }
  .on_the_top {
    height: 30px;
  }
  #iconbanners li {
    margin: 5px 1% 0 0;
  }
  .lang-list li {
    margin: 4px 0;
  }
  #iconbanners {
    display: none;
  }
  .main-content {
    padding-top: 100px;
  }
  .main-header {
    height: 80px;
    top: 20px;
    padding-top: 52px;
  }
  .main-header-bar {
    margin-top: -27px !important;
  }
  .main-logo {
    margin-top: 26px;
  }
  .main-logo .main-logo-text {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .extended-filter {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .price-slider {
    position: static;
    float: none;
    width: 270px;
    left: 0;
    margin: 0 auto 10px auto;
    transform: none;
  }
  .price-sort-select {
    background: white;
  }
  .category-text {
    width: 100%;
  }
  .more-detail-left,
  .more-detail-right {
    float: none;
    width: 100%;
  }
  .more-detail-left {
    border: 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .product-rating {
    position: relative;
    border: 1px solid #E5E5E5;
    margin-bottom: 55px;
  }
  .product-rating-left,
  .product-rating-right {
    float: none;
    width: 100%;
  }
  .product-rating-center {
    display: none;
  }
  .product-rating-left {
    text-align: center;
  }
  .product-rating-form .stars-rating {
    margin: 0 auto 25px;
  }
  .shopping-breadcrumb {
    margin-bottom: 25px;
  }
  .shopping-breadcrumb li {
    float: left;
    position: relative;
    width: 26%;
    height: 70px;
    padding: 0 23px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    color: #818181;
  }
  .shopping-breadcrumb li.selected {
    color: white;
    background-color: #2294e8;
    border: 1px solid #2294e8;
  }
  .shopping-breadcrumb li .shopping-breadcrumb-inner {
    display: inline-block;
    line-height: 18px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999px;
    width: 36px;
    height: 36px;
    padding: 0;
    left: 50%;
  }
  .shopping-breadcrumb li:nth-child(n + 0) .shopping-breadcrumb-inner {
    background-position: center center;
  }
  .shopping-breadcrumb li.jedna .shopping-breadcrumb-inner {
    line-height: 36px;
    background: url("../img/kosik-2-gray.png") left center no-repeat;
    background-size: 38px 36px;
  }
  .shopping-breadcrumb li.jedna.selected .shopping-breadcrumb-inner {
    background: url("../img/kosik-2-green.png") left center no-repeat;
    background-size: 38px 36px;
  }
  .shopping-breadcrumb li.dva .shopping-breadcrumb-inner {
    background: url("../img/udaje-2-gray.png") left center no-repeat;
    background-size: 36px 36px;
  }
  .shopping-breadcrumb li.dva.selected .shopping-breadcrumb-inner {
    background: url("../img/udaje-2-green.png") left center no-repeat;
    background-size: 36px 36px;
  }
  .shopping-breadcrumb li.tri .shopping-breadcrumb-inner {
    background: url("../img/kontrola-2-gray.png") left center no-repeat;
    background-size: 36px 36px;
  }
  .shopping-breadcrumb li.tri.selected .shopping-breadcrumb-inner {
    background: url("../img/kontrola-2-green.png") left center no-repeat;
    background-size: 36px 36px;
  }
  .shopping-breadcrumb .plus-selected,
  .shopping-breadcrumb .plus {
    width: 11% !important;
    border: 0;
    height: 70px;
    padding: 0;
    background: url("../img/sipka.png") center center no-repeat;
    background-size: 21px 31px;
  }
  .shopping-breadcrumb .plus {
    background: none;
  }
  .shop-form-bottom .shop-form-col-1,
  .shop-form-bottom .shop-form-col-2 {
    width: 50%;
  }
  .shop-form-bottom .shop-form-col-1:after,
  .shop-form-bottom .shop-form-col-2:after {
    display: none;
  }
  .shop-form-bottom .shop-form-col-2 {
    border-left: 1px solid #E5E5E5;
  }
  .shop-form-bottom .shop-form-col-3 {
    float: none;
    clear: both;
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
  .blog-heading {
    text-align: center;
  }
  .blogArticle {
    height: 400px;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #818181;
    text-align: center;
    overflow: hidden;
  }
  .blogArticle .image {
    float: none;
    display: inline-block;
    height: 219px;
    width: 380px;
    text-align: left;
    overflow: hidden;
  }
  .blogArticle .image img {
    display: block;
    width: 100%;
  }
  .blogArticle .textContainer {
    display: block;
    float: none;
    margin: 20px auto 0;
    text-align: center;
    height: 110px;
    max-width: 90%;
    overflow: hidden;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 30% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 668px) {
  .fancybox-opened.fancybox-type-inline {
    width: 100% !important;
    left: 15px !important;
    right: 15px !important;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 35px center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 670px) {
  .shop-summary .shop-summary-col-1,
  .shop-summary .shop-summary-col-2 {
    width: 50%;
  }
  .shop-summary .shop-summary-col-1:after,
  .shop-summary .shop-summary-col-2:after {
    display: none;
  }
  .shop-summary .shop-summary-col-1 {
    border-right: 1px solid #E5E5E5;
  }
  .shop-summary .shop-summary-col-3 {
    float: none;
    clear: both;
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
  .category-bar-bottom img {
    width: 50%;
  }
  #engraving .choose-font div {
    margin: 8px 0;
  }
}
@media screen and (max-width: 650px) {
  .brands ul li {
    margin: 5px;
  }
  .brands ul li img {
    width: 70%;
    height: auto;
  }
  .shop-col-1 .shop-img-wrapper {
    width: 100px;
  }
}
@media screen and (max-width: 620px) {
  .product {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .products-list.highlight-top-prods {
    margin: 0 -0.5%;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 28% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .promo {
    margin-bottom: 1%;
  }
  .owl-pagination {
    display: none;
  }
  .search-form-inner-wrapper {
    top: 98px;
  }
  .search-form {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .search-form input[type="text"] {
    width: 80%;
  }
  .submenu-left {
    width: 30%;
  }
  .submenu-right {
    width: 70%;
  }
  .review-entry {
    width: 100%;
  }
  .newsletter {
    padding: 40px 0;
  }
  .newsletter-content {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .newsletter-form input[type="email"] {
    font-size: 12px !important;
    width: 70%;
    height: 36px;
  }
  .newsletter-form .newsletter-btn {
    width: 30%;
    height: 36px;
    padding: 0;
    font-size: 12px;
  }
  .shop-voucher {
    padding: 30px 20px;
  }
  .shop-voucher .shop-voucher-right input[type="text"] {
    margin: 10px 20px 0;
  }
  .newsletter-bar {
    padding: 20px 20px;
  }
  .newsletter-bar .social-icons {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #imagebanners {
    margin-bottom: 30px;
  }
  #imagebanners.count-2 .banner,
  #imagebanners.count-3 .banner,
  #imagebanners.count-4 .banner,
  #imagebanners.count-5 .banner,
  #imagebanners.count-6 .banner {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2%;
  }
  #imagebanners.count-2 .banner:first-child,
  #imagebanners.count-3 .banner:first-child,
  #imagebanners.count-4 .banner:first-child,
  #imagebanners.count-5 .banner:first-child,
  #imagebanners.count-6 .banner:first-child,
  #imagebanners.count-2 .banner:first-child + .banner,
  #imagebanners.count-3 .banner:first-child + .banner,
  #imagebanners.count-4 .banner:first-child + .banner,
  #imagebanners.count-5 .banner:first-child + .banner,
  #imagebanners.count-6 .banner:first-child + .banner {
    width: 100%;
    margin-right: 0;
  }
  #imagebanners.count-2 .banner:first-child + .banner + .banner + .banner,
  #imagebanners.count-3 .banner:first-child + .banner + .banner + .banner,
  #imagebanners.count-4 .banner:first-child + .banner + .banner + .banner,
  #imagebanners.count-5 .banner:first-child + .banner + .banner + .banner,
  #imagebanners.count-6 .banner:first-child + .banner + .banner + .banner {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1%;
  }
  #imagebanners.count-2 .banner:first-child + .banner + .banner + .banner + .banner,
  #imagebanners.count-3 .banner:first-child + .banner + .banner + .banner + .banner,
  #imagebanners.count-4 .banner:first-child + .banner + .banner + .banner + .banner,
  #imagebanners.count-5 .banner:first-child + .banner + .banner + .banner + .banner,
  #imagebanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1%;
  }
  #imagebanners.count-2 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
  #imagebanners.count-3 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
  #imagebanners.count-4 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
  #imagebanners.count-5 .banner:first-child + .banner + .banner + .banner + .banner + .banner,
  #imagebanners.count-6 .banner:first-child + .banner + .banner + .banner + .banner + .banner {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1%;
  }
  #engravingbanners {
    margin-top: 20px;
  }
  #engravingbanners.count-3 .banner,
  #engravingbanners.count-4 .banner,
  #engravingbanners.count-5 .banner,
  #engravingbanners.count-6 .banner {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .category-heading {
    margin: 20px 0 0px;
  }
  .category-amount {
    display: block;
    line-height: 60px;
    height: 60px;
    padding-left: 0px;
  }
  #engraving .choose-font.f2 a {
    top: 1px !important;
  }
}
@media screen and (max-width: 530px) {
  .search-form-inner-wrapper {
    top: 98px;
  }
  .search-btn {
    margin-right: 7px !important;
  }
  .valentine {
    left: 113px;
    top: 16px;
  }
  .valentine img {
    width: 60px;
  }
  .promo-slide-title {
    font: 500 28px/32px "Work Sans", sans-serif;
  }
  .promo-previous,
  .promo-next {
    display: none;
  }
  .installment,
  .discount {
    float: none;
    width: 100%;
  }
  .submenu-list-item {
    width: 50%;
  }
  .objednavka.otazka.lepsia-cena th,
  .objednavka.otazka.lepsia-cena td {
    display: block;
    width: 100%;
  }
  .objednavka.otazka.lepsia-cena tr:nth-child(n+3) {
    line-height: 21px;
  }
  .objednavka.otazka.lepsia-cena input[type="text"] {
    width: 100% !important;
  }
  .footer-column-2 {
    width: 100%;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 24% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 500px) {
  .minicart {
    position: static;
  }
  .minicart-content {
    top: 34px;
    width: 100%;
    top: 70px;
    right: 0;
    margin: 0;
  }
  .minicart-center {
    width: calc(100% - 90px);
  }
  .search-form {
    width: 100%;
  }
  .search-form input[type="text"] {
    border: 0;
    width: 86%;
  }
  .search-form .search-btn {
    margin-right: 5px;
  }
  .price-sort-select:hover::after,
  .price-sort-select::after {
    right: 4px;
  }
  .shopping-buttons {
    text-align: center;
  }
  .shop-back-btn {
    float: left;
  }
  .shop-forward-btn {
    float: right;
  }
  .shop-back-btn {
    margin-bottom: 10px;
  }
  .footer-column:not(:first-child) {
    display: none;
  }
  .social-icons label {
    text-align: center !important;
    display: block;
    margin-right: 0!important;
    margin-bottom: 10px;
    width: 100%;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 22% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 484px) {
  .detail-cart-form .button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .detail-table tr {
    height: 45px;
  }
  .detail-on-stock,
  .detail-old-price {
    width: 100%;
  }
  .shop-summary .shop-summary-col-1,
  .shop-summary .shop-summary-col-2,
  .shop-summary .shop-summary-col-3 {
    width: 100%;
    float: none;
    border: 0;
  }
  .shop-summary .shop-summary-item {
    border-bottom: 1px solid #E5E5E5;
  }
  .shop-summary .shop-summary-col-3 .shop-summary-item {
    border: 0;
  }
  .shop-summary table th,
  .shop-summary table td {
    display: table-cell;
    width: auto;
    padding: 5px;
  }
  .footer-navigation ul {
    display: block;
    padding: 0 0px 0 0;
    vertical-align: top;
  }
  .footer-navigation li {
    display: block;
  }
  .footer-navigation li:not(:last-child):after {
    content: none;
  }
  .footer-column {
    padding: 0;
  }
  .footer-column-2 .footer-address {
    margin-left: 0;
    margin-top: 10px;
  }
  .shop-form-bottom .shop-form-col-1,
  .shop-form-bottom .shop-form-col-2 {
    width: 100%;
    float: none;
  }
  .shop-form-bottom .shop-form-col-1 {
    border-bottom: 1px solid #E5E5E5;
  }
  .footer-icons .big-icons,
  .footer-icons .cards {
    width: 100%;
  }
  .footer-address,
  .footer-contacts,
  .footer-lunch-break,
  .footer-opening-hours {
    width: 100%;
  }
  #engraving .choose-font.f2 a {
    top: -2px !important;
  }
}
@media screen and (max-width: 460px) {
  .products-list {
    margin: 0 auto 40px;
  }
  .product-price .old-price {
    position: static;
    margin-left: 5px;
  }
  .products .owl-carousel {
    margin: 0 10% 20px;
    width: 80%;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 32% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .add-to-cart-warning {
    width: 90%;
    height: auto;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
  }
  .add-to-cart-warning:before {
    height: auto;
  }
  .multiselect .multiselect-list {
    max-width: 172px !important;
  }
}
@media screen and (max-width: 450px) {
  #iconbanners .owl-item {
    padding-right: 1.15%;
  }
  .valentine {
    left: calc(50% + 57px);
    top: 9px;
  }
  .category-heading {
    width: 100%;
  }
  .breadcrumb {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .minicart {
    position: static;
  }
  .minicart-content {
    width: 100%;
    top: 70px;
    right: 0;
    margin: 0;
  }
  .minicart-total-text {
    display: none;
  }
  .review-entry-left {
    display: none;
  }
  .review-entry-right {
    margin-left: 0;
    text-align: center;
  }
  .detail-image {
    height: 200px;
  }
  .detail-table tr {
    height: 36px;
  }
  .detail-table tr th,
  .detail-table tr td {
    display: block;
    width: 100%;
    padding: 4px 0;
  }
  .detail-table tr th {
    font-size: 16px;
  }
  .detail-table tr td {
    padding-bottom: 15px;
  }
  .detail-table .with-space {
    padding-top: 4px;
  }
  .detail-table .with-space:first-child {
    padding-bottom: 4px;
  }
  .detail-on-stock,
  .detail-old-price {
    width: auto;
  }
  .detail-on-stock {
    padding: 0;
  }
  .shop-col-1 {
    display: block;
  }
  .shop-col-1 .shop-img-wrapper {
    width: 165px;
  }
  .shop-col-1 .shop-img {
    float: left;
  }
  .shop-col-1 .shop-stickers .sticker-offer,
  .shop-col-1 .shop-stickers .sticker-save {
    margin: 0 0 10px 10px;
  }
  .shop-row .shop-col-2,
  .shop-row .shop-col-3,
  .shop-row .shop-col-4,
  .shop-row .shop-col-5 {
    display: block;
    padding: 5px;
  }
  .shop-row .shop-col-1 {
    padding-top: 15px;
  }
  .shop-row .shop-col-2 {
    padding-top: 15px;
  }
  .shop-row .shop-col-2 > * {
    max-width: none;
  }
  .shop-row .shop-col-4 {
    padding-bottom: 15px;
    display: inline-block;
    width: 102px;
  }
  .shop-row .shop-col-5 {
    padding-bottom: 15px;
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    padding-top: 0;
    border-top: 0;
    width: 62%;
    padding-right: 3px;
  }
  .shop-row .shop-col-5 p.shop-tax-price {
    padding-right: 3px;
    width: auto;
    text-align: right;
  }
  .shop-row .shop-col-3 .shop-stock,
  .shop-row .shop-col-3 .shop-delivery {
    display: inline-block;
  }
  .shop-row .shop-col-6 {
    vertical-align: top;
    padding-top: 15px;
    padding-right: 20px;
    position: relative;
    padding-left: 0;
  }
  .shop-row .shop-col-6 .shop-remove {
    position: absolute;
    bottom: 25px;
  }
  .final-calc-top-table th {
    display: block;
    width: 100%;
  }
  .final-calc-top-table td {
    width: 50%;
  }
  #heurekaTableft,
  #heurekaIfrBoxleft {
    display: none !important;
  }
  .search-form-inner-wrapper {
    visibility: visible;
    top: 99px;
  }
  .search-form-display-btn {
    display: none;
  }
  .search-form {
    border: 0;
    margin-left: 50px;
    width: 88%;
  }
  .search-form input#srchtext {
    padding-left: 0;
  }
  .search-form button.search-btn {
    margin-right: 15px !important;
  }
  .main-content {
    padding-top: 131px;
  }
  .main-logo {
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-logo .main-logo-text {
    top: -2px;
    left: 0px;
  }
  .profile-menu {
    float: left;
  }
  .login {
    margin-left: 5px;
    float: left;
  }
  .hamburger {
    position: absolute;
    left: -12px;
    top: 43px;
    z-index: 1;
    width: 36px;
  }
  .main-navigation > ul {
    float: left;
  }
}
@media screen and (max-width: 400px) {
  .promo-left {
    min-height: 320px;
  }
}
@media screen and (max-width: 400px) {
  .minicart-total-price {
    margin-right: 26px !important;
  }
}
@media screen and (max-width: 380px) {
  .multiselect,
  .multiselect1,
  .multiselect2 {
    margin-right: 0;
  }
  .product {
    width: 100%;
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product:nth-child(n) {
    margin-right: 0;
    margin-left: 0;
  }
  .products-list.highlight-top-prods .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 28% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .products-list .product-add-to-cart:hover {
    background: url(/img/icons/kosik_white.png) 28% center no-repeat #2294e8;
    background-size: 16px 16px;
  }
  .objednavka.otazka input[type="text"] {
    width: 150px;
  }
  .detail-image {
    height: 180px;
  }
  .shop-forward-btn.multiple-lines-btn {
    height: auto;
    line-height: 1.5;
    padding: 10px;
  }
  #engraving .choose-font label {
    width: 31%;
    font-size: 0.9em;
  }
  .detail-cart-form .button::before {
    margin-right: 7px;
  }
  .detail-cart-form .button.add-to-cart {
    padding: 0;
    width: 100%;
  }
  .detail-table.price-table {
    width: 110%;
    position: relative;
    right: 5%;
  }
  #engraving .eng-btn {
    padding: 0 9px;
    margin-right: 2px;
  }
  #engraving .btn-eng-free {
    width: 124px;
    padding: 3px 5px;
  }
  .category-bar-bottom img {
    width: 100%;
  }
  .newsletter-bar {
    width: 100%;
    padding: 20px 0 !important;
  }
  .social-icons a {
    width: 15% !important;
    margin-right: 0 !important;
  }
  .social-icons a img {
    width: 60% !important;
    margin-right: 0;
  }
  .other-checkbox {
    margin-top: 10px;
    text-align: center;
  }
  .other-checkbox .multiselect1,
  .other-checkbox .multiselect2 {
    display: inline-block;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .more-detail-wrapper .more-details > li ul li {
    width: 70%;
  }
  .more-detail-wrapper .more-details > li ul li:nth-child(2n-1) {
    width: 30%;
  }
  .shopping-buttons {
    padding: 0 10px;
  }
  .shopping-buttons .shop-back-btn,
  .shopping-buttons .shop-forward-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .registracia td {
    padding-right: 0;
  }
  .minicart,
  .search-form-outer-wrapper {
    margin-right: 0;
  }
  .minicart-total-price {
    margin-right: 18px !important;
  }
  .search-form {
    width: 83%;
  }
  .search-form button.search-btn {
    margin: 0;
    margin-right: 5px !important;
    padding: 0 !important;
    margin-top: 5px;
  }
  .minicart-center {
    width: 100%;
    padding: 10px 0;
  }
  .minicart-price {
    width: 40%;
  }
  .submenu-list {
    margin: 0 5% 40px;
  }
  .submenu-list-item {
    width: 100%;
    height: 80px;
  }
  .category-filter-bar {
    padding: 0;
  }
  .products-list {
    margin: 0 auto 40px;
  }
  .products .owl-carousel {
    margin: 0 5% 20px;
    width: 90%;
  }
  .final-calc {
    padding: 20px;
  }
  .shop-summary table th,
  .shop-summary table td {
    display: block;
    width: 100%;
  }
  .shop-summary table td {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .objednavka.otazka.lepsia-cena td,
  .objednavka.otazka.lepsia-cena th {
    width: 100% !important;
  }
  .objednavka.otazka th {
    text-align: left;
    width: 100%;
  }
  .main-navigation > ul {
    width: 98%;
  }
  .blogArticle {
    height: 350px;
  }
  .blogArticle .image {
    float: none;
    display: inline-block;
    height: 170px;
    width: 300px;
  }
  .other-checkbox .multiselect {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .shop-row .shop-col-5 {
    padding-right: 18px;
  }
}
@media screen and (max-width: 300px) {
  .hamburger {
    left: -6px;
  }
  .search-form button.search-btn {
    margin-right: 50px !important;
  }
}
