@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/styles/fonts/OpenSans-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Open Sans";
  color: #333333;
  font-size: 14px;
  line-height: 160%;
  background-color: #fff;
  margin-bottom: 340px;
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 700px;
  }
}

ol, ul {
  list-style: none;
}

button {
  outline: none !important;
}

.img-responsive {
  margin: 0 auto;
}

a {
  cursor: pointer;
  transition: color 0.15s ease;
}

form {
  width: 100%;
}

.color-red {
  color: #da0000;
}

.color-green {
  color: #00ab00;
}

/* ------------------------- */
/* ------- HEADINGS -------- */
/* ------------------------- */
h1 {
  font-size: 34px;
  line-height: 1.1em;
}

h2 {
  font-size: 28px;
  line-height: 1.1em;
}

h3 {
  font-size: 20px;
  line-height: 1.1em;
}

h4 {
  font-size: 18px;
  line-height: 1.1em;
}

h5 {
  font-size: 16px;
  line-height: 1.1em;
}

h6 {
  font-size: 14px;
  line-height: 1.1em;
}

/* ------------------------- */
/* -------- SOCIALS -------- */
/* ------------------------- */
.fa-facebook-official,
.fa-facebook-square {
  color: #3b5998;
}

.fa-twitter-square {
  color: #46d4fe;
}

.fa-google-plus-square {
  color: #dc483b;
}

.fa-instagram {
  color: #125688;
}

.fa-youtube-square {
  color: #980000;
}

a:hover .fa-facebook-official,
a:hover .fa-facebook-square,
a:hover .fa-twitter-square,
a:hover .fa-google-plus-square,
a:hover .fa-instagram,
a:hover .fa-youtube-square {
  color: #018944;
}

/* ------------------------- */
/* ----- PAGE STYLES ------- */
/* ------------------------- */
.col-right ol {
  list-style: decimal outside;
  margin-left: 20px;
}
.col-right ul {
  list-style: disc outside;
  margin-left: 20px;
}

/* ------------------------- */
/* ----- PRODUCT FLAGS ----- */
/* ------------------------- */
.flags span {
  display: block;
  float: left;
  background: #018944;
  font-size: 0.75em;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 5px 5px;
}
.flags span.lowprice, .flags span.topprice {
  background: #e89300;
}
.flags span.topweek {
  background: #23a8c9;
}
.flags span.vyprodej {
  background: #da0000;
}
.flags span.freedelivery, .flags span.selfcare {
  background: #00ab00;
}

/* ------------------------- */
/* -------- TOOLTIP -------- */
/* ------------------------- */
.tooltip-underline {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

/* ------------------------- */
/* --- CHOSEN JS STYLES ---- */
/* ------------------------- */
.chosen-container,
.chosen-container-single {
  font-size: 14px;
  margin: -2px 6px 0;
}
.chosen-container .chosen-single,
.chosen-container-single .chosen-single {
  height: 26px;
  border-color: #ddd;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #333333;
}
.chosen-container .chosen-drop,
.chosen-container-single .chosen-drop {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none;
  border-top: 1px solid #ddd;
}
.chosen-container .chosen-drop li.result-selected,
.chosen-container .chosen-drop li.highlighted,
.chosen-container-single .chosen-drop li.result-selected,
.chosen-container-single .chosen-drop li.highlighted {
  background: #fff;
  color: #333333;
}
.chosen-container .chosen-drop li.result-selected,
.chosen-container-single .chosen-drop li.result-selected {
  font-weight: bold;
}
.chosen-container .chosen-drop li:hover,
.chosen-container-single .chosen-drop li:hover {
  background: #ddd;
}
.chosen-container .chosen-search input[type=text],
.chosen-container-single .chosen-search input[type=text] {
  border-color: #ddd;
}
.chosen-container .chosen-results,
.chosen-container-single .chosen-results {
  color: #333333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #ddd;
  background: #fff;
  box-shadow: none;
}

/* ------------------------- */
/* -------- HEADER --------- */
/* ------------------------- */
.page-header {
  border: 0;
  padding: 0;
  margin: 0;
  /* navbar */
  /* zabalení navbaru */
  /* zobrazení klasického bootstrap hamburgeru */
}
.page-header .header-line {
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  background: #ddd;
  text-align: right;
}
.page-header .header-line i {
  color: #333333;
  padding-left: 30px;
  padding-right: 5px;
}
.page-header .header-line a {
  color: #333333;
}
.page-header .header-line a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.page-header .header {
  background: #ddd;
}
.page-header .header .header-inner {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-header .header .header-inner .logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .page-header .header .header-inner .logo img {
    max-width: 240px;
  }
}
.page-header .header .header-inner .search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header .header-inner .search .input-group {
  max-width: 400px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-header .header .header-inner .search input.form-control,
.page-header .header .header-inner .search button {
  border-color: #545454;
}
.page-header .header .header-inner .search input.form-control:focus {
  box-shadow: none;
}
.page-header .header .header-inner .shopping-cart-wrap {
  position: relative;
  flex-grow: 1;
}
.page-header .header .header-inner .shopping-cart-wrap .carret {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-end;
  color: #333333;
  text-decoration: none;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  flex-shrink: 0;
  text-align: center;
  font-size: 30px;
  background: #fff;
  border-radius: 50%;
  color: #333333;
  margin-left: 10px;
  margin-right: 10px;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .quantity {
  display: block;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .amount {
  display: block;
  font-weight: bold;
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover {
  color: rgb(76.5, 76.5, 76.5);
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover .icon {
  color: #018944;
}
.page-header .header .header-inner .shopping-cart-wrap .arrow-cart-info-hover-box {
  position: absolute;
  top: -1000px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #bfbfbf;
  transform: rotate(45deg);
  margin-left: -7px;
  z-index: 902;
  opacity: 0;
  transition: top 0s ease 0.4s, opacity 0s ease 0.1s;
}
.page-header .header .header-inner .shopping-cart-wrap .arrow-hide-cart-info-hover-box {
  position: absolute;
  top: -1000px;
  left: 50%;
  width: 26px;
  height: 14px;
  background: #fff;
  margin-left: -12px;
  z-index: 902;
  opacity: 0;
  transition: top 0s ease 0.4s, opacity 0s ease 0.1s;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box {
  position: absolute;
  top: -1000px;
  right: 0;
  z-index: 901;
  opacity: 0;
  transition: top 0s ease 0.4s, opacity 0.3s ease 0.1s;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner {
  width: 370px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  color: #333333;
  text-decoration: none;
  padding: 10px;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item .image {
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item .image img {
  display: inline-block;
  max-width: 100px;
  max-height: 60px;
  width: auto;
  height: auto;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item .content {
  padding-left: 15px;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item .content .product-name {
  display: block;
  font-weight: bold;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item .content .product-info {
  display: block;
  color: #333333;
  font-size: 0.9em;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner a.cart-item:hover {
  color: #018944;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .free-delivery-info {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 15px;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .free-delivery-info .info-text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .free-delivery-info .info-text span {
  color: #00ab00;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .free-delivery-info .progress {
  height: 10px;
  background-color: #eee;
  border-radius: 4px;
  box-shadow: none;
  margin: 5px 0;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .free-delivery-info .progress .progress-bar {
  background-color: #23a8c9;
  font-size: 10px;
  line-height: 10px;
  box-shadow: none;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .show-cart-button {
  text-align: center;
  padding: 12px 0;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .show-cart-button a {
  display: inline-block;
  border: 1px solid #00ab00;
  border-radius: 4px;
  color: #00ab00;
  text-decoration: none;
  padding: 3px 10px;
  transition: all 0.15s ease;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .show-cart-button a i {
  padding-right: 8px;
}
.page-header .header .header-inner .shopping-cart-wrap .cart-info-hover-box .inner .show-cart-button a:hover {
  background: #00ab00;
  color: #fff;
}
.page-header .header .header-inner .shopping-cart-wrap:hover .arrow-cart-info-hover-box {
  top: calc(100% + 8px);
  opacity: 1;
  transition: top 0s ease, opacity 0.3s ease 0.1s;
}
.page-header .header .header-inner .shopping-cart-wrap:hover .arrow-hide-cart-info-hover-box {
  top: calc(100% + 16px);
  opacity: 1;
  transition: top 0s ease, opacity 0.3s ease 0.1s;
}
.page-header .header .header-inner .shopping-cart-wrap:hover .cart-info-hover-box {
  top: 100%;
  opacity: 1;
  transition: top 0s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .page-header .header {
    display: none;
  }
}
.page-header .responsive-header {
  display: none;
}
.page-header .responsive-header .logo {
  background: #ddd;
  padding: 15px 0;
}
.page-header .responsive-header .buttons {
  background: #ddd;
  padding: 15px 0;
}
.page-header .responsive-header .buttons .box {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.page-header .responsive-header .buttons .box .icon {
  position: relative;
  font-size: 28px;
  padding-bottom: 3px;
}
.page-header .responsive-header .buttons .box .caption {
  font-size: 10px;
  text-transform: uppercase;
}
.page-header .responsive-header .buttons .box .amount-bubble {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #018944;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.page-header .responsive-header .buttons .box:hover {
  color: rgb(89.25, 89.25, 89.25);
}
.page-header .responsive-header .buttons .box:hover .amount-bubble {
  background: rgb(1.3695652174, 187.6304347826, 93.1304347826);
}
.page-header .responsive-header .buttons .box.xs-button-search.active,
.page-header .responsive-header .buttons .box.xs-button-login.active {
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
@media only screen and (max-width: 767px) {
  .page-header .responsive-header {
    display: block;
  }
}
.page-header .navbar.navbar-default {
  border: 0;
  background: #ddd;
  margin: 0;
  min-height: 0;
  border-radius: 0;
}
.page-header .navbar.navbar-default .container {
  padding: 0;
}
.page-header .navbar.navbar-default .navbar-header {
  display: none;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle {
  border: 0;
  background: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle .text {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  padding-right: 8px;
  opacity: 0.8;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle .bars {
  float: right;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle .icon-bar {
  height: 3px;
  background-color: #333333;
}
.page-header .navbar-nav li a {
  display: inline-block;
  width: 100%;
  color: #333333;
  text-decoration: none;
}
.page-header .navbar-nav li a:hover {
  color: #018944;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-nav, .page-header .navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .page-header .navbar-nav > li.active a {
    background: none !important;
  }
  .page-header .navbar-nav > li > a i.fa {
    display: inline-block;
    font-size: 0.6em;
    padding-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    opacity: 0.8;
  }
  .page-header .navbar-nav > li > a i.fa:before {
    content: "\f078";
    font-family: "FontAwesome";
  }
  .page-header .navbar-nav > li > .submenu {
    position: absolute;
    top: -1000px;
    left: 0;
    min-width: 200px;
    background: #fff;
    text-align: left;
    opacity: 0;
    transition: top 0.1s ease 0.4s, opacity 0.4s ease;
    z-index: 900;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .page-header .navbar-nav > li > .submenu > .inner {
    border: 1px solid #ddd;
    border-top: 2px solid #018944;
    padding: 8px 0 8px 18px;
    font-size: 13px;
    line-height: 20px;
  }
  .page-header .navbar-nav > li > .submenu > .inner li {
    position: relative;
    padding: 6px 0;
  }
  .page-header .navbar-nav > li > .submenu i.fa {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.3em;
    font-size: 0.6em;
  }
  .page-header .navbar-nav > li > .submenu i.fa:before {
    content: "\f054";
    font-family: "FontAwesome";
  }
  .page-header .navbar-nav > li:hover .submenu {
    top: 50px;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  .page-header .navbar-nav > li > .submenu .submenu {
    position: absolute;
    top: -1000px;
    left: 180px;
    min-width: 200px;
    border: 1px solid #ddd;
    border-top: 2px solid #018944;
    background: #fff;
    opacity: 0;
    transition: top 0.1s ease 0.4s, opacity 0.4s ease;
    z-index: 910;
    box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .page-header .navbar-nav > li > .submenu .submenu ul {
    padding: 8px 18px 8px;
  }
  .page-header .navbar-nav > li > .submenu li:hover .submenu {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .navbar-nav {
    text-align: left;
    margin: 0 -15px;
  }
  .page-header .navbar-nav li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }
  .page-header .navbar-nav li a:before {
    display: inline-block;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 0.6em;
    color: #018944;
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    transition: color 0.3s ease;
  }
  .page-header .navbar-nav li a:hover {
    background: #018944 !important;
    color: #fff !important;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
  }
  .page-header .navbar-nav li a:hover:before {
    color: #fff !important;
    transition: color 0.3s ease;
  }
  .page-header .navbar-nav .submenu a {
    padding-left: 40px;
  }
  .page-header .navbar-nav .submenu .submenu a {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header {
    /* posuvník v rozbaleném navbaru*/
  }
  .page-header .navbar-header {
    float: none;
  }
  .page-header .navbar-toggle {
    display: block;
  }
  .page-header .navbar-collapse.collapse {
    display: none !important;
    max-height: 1000px;
  }
  .page-header .navbar-nav {
    float: none !important;
  }
  .page-header .navbar-nav > li {
    float: none;
  }
  .page-header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .page-header .collapsing {
    overflow: hidden !important;
  }
  .page-header .navbar-collapse.in {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .navbar.navbar-default {
    border-top: 1px solid #bbb;
  }
  .page-header .navbar.navbar-default .navbar-header {
    display: block;
  }
}

.catalogue-menu {
  margin: 20px 0;
}
.catalogue-menu .catalogue-button {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  margin: 20px 0 0;
  cursor: pointer;
}
.catalogue-menu .catalogue-button .plus-minus {
  position: absolute;
  top: 0;
  right: 15px;
}
.catalogue-menu .catalogue-button .plus-minus:before {
  content: "\f068";
  font-family: "FontAwesome";
}
.catalogue-menu .catalogue-button.collapsed .plus-minus:before {
  content: "\f067";
}
.catalogue-menu .catalogue-button:hover {
  background: #bbb;
}
@media only screen and (min-width: 992px) {
  .catalogue-menu ul#menu-0 {
    height: auto !important;
    display: block;
  }
}
.catalogue-menu li.panel {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.catalogue-menu li.panel a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
  color: #333333;
  text-decoration: none;
  padding: 5px 30px 5px 0;
}
.catalogue-menu li.panel a.active {
  color: #018944;
}
.catalogue-menu li.panel a.active + .submenu-arrow {
  color: #018944;
}
.catalogue-menu li.panel a:hover {
  color: #018944;
}
.catalogue-menu li.panel a.active:hover {
  color: #333333;
}
.catalogue-menu li.panel li a {
  padding-left: 20px;
}
.catalogue-menu li.panel li li a {
  padding-left: 35px;
}
.catalogue-menu li.panel li li li a {
  padding-left: 50px;
}
.catalogue-menu li.panel li li li li a {
  padding-left: 65px;
}
.catalogue-menu .submenu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}
.catalogue-menu .submenu-arrow:before {
  content: "\f078"; /* f147*/
  font-family: "FontAwesome";
}
.catalogue-menu .submenu-arrow.collapsed:before {
  content: "\f078"; /* f196*/
}
.catalogue-menu .submenu-arrow:hover {
  color: #018944;
}

.catalogue-path {
  color: #333333;
  font-size: 13px;
  margin-bottom: 20px;
}
.catalogue-path a {
  color: #333333;
  text-decoration: underline;
}
.catalogue-path a:hover {
  color: #018944;
}
.catalogue-path i {
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
  padding-right: 2px;
  margin-bottom: 2px;
}
.catalogue-path span:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 0.6em;
  vertical-align: middle;
  padding: 0 5px;
}

/* ------------------------- */
/* --- CAROUSEL 3-SLIDES --- */
/* ------------------------- */
.carousel-three-slides .carousel-nav {
  padding-top: 5px;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .carousel-three-slides .carousel-nav {
    font-size: 0.8em;
  }
}
.carousel-three-slides .carousel-nav .col-xs-4:first-child {
  padding-right: 0px;
  display: flex;
}
.carousel-three-slides .carousel-nav .col-xs-4:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}
.carousel-three-slides .carousel-nav .col-xs-4:last-child {
  padding-left: 0px;
  display: flex;
}
.carousel-three-slides .carousel-nav .button-1, .carousel-three-slides .carousel-nav .button-2, .carousel-three-slides .carousel-nav .button-3 {
  position: relative;
  width: 100%;
  background: #018944;
  padding: 10px 15px;
  text-align: center;
  color: #333333;
  transition: background 0.2s ease;
  cursor: pointer;
  z-index: 0;
}
.carousel-three-slides .carousel-nav .button-1 .arrow, .carousel-three-slides .carousel-nav .button-2 .arrow, .carousel-three-slides .carousel-nav .button-3 .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  transform: rotate(45deg);
  opacity: 0;
  z-index: -1;
}
.carousel-three-slides .carousel-nav .button-1:hover, .carousel-three-slides .carousel-nav .button-2:hover, .carousel-three-slides .carousel-nav .button-3:hover {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}
.carousel-three-slides .item.item-1.active ~ .carousel-nav .button-1,
.carousel-three-slides .item.item-2.active ~ .carousel-nav .button-2,
.carousel-three-slides .item.item-3.active ~ .carousel-nav .button-3 {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
  transition: background 0.2s ease;
}
.carousel-three-slides .item.item-1.active ~ .carousel-nav .button-1 .arrow,
.carousel-three-slides .item.item-2.active ~ .carousel-nav .button-2 .arrow,
.carousel-three-slides .item.item-3.active ~ .carousel-nav .button-3 .arrow {
  top: -10px;
  opacity: 1;
  transition: opacity 0.2s ease 0.2s, top 0.4s ease 0.2s;
}
.carousel-three-slides .button1, .carousel-three-slides .button2, .carousel-three-slides .button3 {
  cursor: pointer;
}

/* ------------------------- */
/* --- CAROUSEL - BRANDS --- */
/* ------------------------- */
.carousel-brands {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 30px 0;
}
.carousel-brands .carousel-inner .item {
  padding: 10px 60px;
}
.carousel-brands .carousel-inner .item .brands-wrap {
  display: flex;
  justify-content: center;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box {
  display: block;
  width: 20%;
  color: #333333;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box span {
  display: block;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box .image {
  height: 80px;
  line-height: 80px;
  transition: opacity 0.2s ease;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box .image img {
  display: inline-block;
  max-width: 100px;
  max-height: 70px;
  width: auto;
  height: auto;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box:hover {
  color: #018944;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box:hover .image {
  opacity: 0.7;
}
.carousel-brands .carousel-control {
  width: 40px;
  background: #fff;
  text-shadow: none;
  opacity: 1;
}
.carousel-brands .carousel-control.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.carousel-brands .carousel-control.right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.carousel-brands .carousel-control i {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #ddd;
  font-size: 14px;
  line-height: 14px;
  margin-top: -7px;
  margin-left: -4px;
  transition: color 0.2s ease;
}
.carousel-brands .carousel-control:hover i {
  color: #018944;
}
@media only screen and (max-width: 650px) {
  .carousel-brands {
    display: none;
  }
}

/* ------------------------- */
/* --- HEADER INFO LINE ---- */
/* ------------------------- */
.info-line {
  display: flex;
  margin: 10px 0;
}
.info-line a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 5px;
}
.info-line a .icon {
  display: block;
  font-size: 40px;
  color: #018944;
  margin-right: 15px;
}
.info-line a .content {
  display: block;
  color: #333333;
}
.info-line a:hover .icon {
  color: #333333;
}
.info-line a:hover .content {
  color: rgb(76.5, 76.5, 76.5);
}
@media only screen and (max-width: 1199px) {
  .info-line {
    display: block;
  }
  .info-line a {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .info-line a {
    width: 100%;
  }
}

/* ------------------------- */
/* --- TABS / ACCORDION ---- */
/* ------------------------- */
ul#tabsAcc.nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1px;
  margin: 30px 0 0;
}
ul#tabsAcc.nav.nav-tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 25%;
  float: none;
  background: #eee;
  border: 1px solid #fff;
  margin: 0;
  transition: background 0.3s ease;
}
ul#tabsAcc.nav.nav-tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  border-radius: 0;
  color: #333333;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  transition: background 0.3s ease;
}
ul#tabsAcc.nav.nav-tabs li a:hover {
  background: #ddd;
}
ul#tabsAcc.nav.nav-tabs li.active {
  background: #018944;
}
ul#tabsAcc.nav.nav-tabs li.active a {
  color: #fff;
}
ul#tabsAcc.nav.nav-tabs li.active a:hover {
  background: #018944;
}
@media only screen and (max-width: 1199px) {
  ul#tabsAcc.nav.nav-tabs li {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 991px) {
  ul#tabsAcc.nav.nav-tabs li {
    width: 50%;
  }
}

#tabsAccContent {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0 0 30px;
}
#tabsAccContent .items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
#tabsAccContent .items-wrap a.item {
  display: block;
  width: 25%;
  color: #333333;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.2s ease;
}
#tabsAccContent .items-wrap a.item span {
  display: block;
}
#tabsAccContent .items-wrap a.item .image {
  height: 100px;
  line-height: 100px;
  transition: opacity 0.2s ease;
}
#tabsAccContent .items-wrap a.item .image img {
  display: inline-block;
  max-width: 80%;
  max-height: 90px;
  width: auto;
  height: auto;
}
#tabsAccContent .items-wrap a.item:hover {
  color: #018944;
}
#tabsAccContent .items-wrap a.item:hover .image {
  opacity: 0.7;
}
#tabsAccContent p {
  padding: 15px 15px 25px;
}
#tabsAccContent p.no-category {
  text-align: center;
  padding: 40px 0 30px;
}
@media only screen and (max-width: 1199px) {
  #tabsAccContent .items-wrap a.item {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 991px) {
  #tabsAccContent .items-wrap a.item {
    width: 50%;
  }
}

#tabsAcc-accordion {
  margin: 30px 0;
}
#tabsAcc-accordion .panel.panel-default {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
#tabsAcc-accordion .panel.panel-default .panel-heading {
  background: #eee;
  border: 0;
  border-radius: 0;
  color: #333333;
  padding: 0;
}
#tabsAcc-accordion .panel.panel-default .panel-heading h4.panel-title {
  font-size: 14px;
}
#tabsAcc-accordion .panel.panel-default .panel-heading h4.panel-title a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 15px;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
  padding: 15px;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item {
  display: block;
  width: 33.333333%;
  color: #333333;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.2s ease;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item span {
  display: block;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item .image {
  height: 100px;
  line-height: 100px;
  transition: opacity 0.2s ease;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item .image img {
  display: inline-block;
  max-width: 80%;
  max-height: 90px;
  width: auto;
  height: auto;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item:hover {
  color: #018944;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item:hover .image {
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  #tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  #tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item {
    width: 100%;
  }
}

/* ------------------------- */
/* ---- CATALOGUE GRID ----- */
/* ------------------------- */
.wrap .catalogue {
  margin: 10px;
}
.wrap .catalogue .category-box h1 {
  font-size: 28px;
}
.wrap .catalogue .category-box .category-img {
  float: right;
  padding-left: 15px;
  padding-bottom: 5px;
}
.wrap .catalogue .row.row-product-box {
  margin-right: -5px;
  margin-left: -5px;
}
.wrap .catalogue .product-box {
  padding: 5px;
}
.wrap .catalogue .product-box a {
  display: block;
  position: relative;
  border: 1px solid #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wrap .catalogue .product-box a .image {
  height: 250px;
  line-height: 250px;
  text-align: center;
  margin: 10px;
}
.wrap .catalogue .product-box a .image img {
  display: inline-block;
  max-height: 250px;
}
.wrap .catalogue .product-box a .content {
  margin: 10px;
}
.wrap .catalogue .product-box a .content h3 {
  height: 3em;
  line-height: 1.5em;
  font-size: 1.25em;
  text-align: center;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  overflow: hidden;
}
.wrap .catalogue .product-box a .content p {
  height: 4.9em;
  line-height: 1.25em;
  font-size: 0.9em;
  text-align: center;
  color: #333333;
  overflow: hidden;
}
.wrap .catalogue .product-box a .price {
  font-size: 1.25em;
  font-weight: bold;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  margin: 0 15px 15px;
}
.wrap .catalogue .product-box a .price .old-price {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: line-through;
  padding: 0 5px;
  opacity: 0.8;
}
.wrap .catalogue .product-box a .detail {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #bbb;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  padding: 3px 12px;
  transition: all 0.15s ease;
}
.wrap .catalogue .product-box a .flags {
  position: absolute;
  top: 5px;
  right: 5px;
}
.wrap .catalogue .product-box a .flags span {
  float: right;
}
.wrap .catalogue .product-box a:hover {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.wrap .catalogue .product-box a:hover .detail {
  border-color: #018944;
  background: #018944;
  color: #fff;
}
@media only screen and (max-width: 550px) {
  .wrap .catalogue .product-box {
    float: left;
    width: 100%;
  }
}

.catalogue-pagination .waterfall-button {
  float: left;
}
.catalogue-pagination .waterfall-button button {
  border: 1px solid rgb(0.8152173913, 111.6847826087, 55.4347826087);
  border-radius: 4px;
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
  margin: 20px 0;
  padding: 6px 25px;
}
.catalogue-pagination .waterfall-button button:hover {
  background: #fff;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.catalogue-pagination nav {
  float: right;
}
.catalogue-pagination nav a {
  color: #333333;
}
.catalogue-pagination nav a:hover {
  border-color: transparent;
  background: rgba(0.8152173913, 111.6847826087, 55.4347826087, 0.3);
  color: #fff;
}
.catalogue-pagination nav .pagination > .active > a {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  background-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .catalogue-pagination .waterfall-button {
    float: none;
    text-align: center;
  }
  .catalogue-pagination nav {
    display: none;
  }
}

/* ------------------------- */
/* ---- SUB CATEGORIES ----- */
/* ------------------------- */
/* subcategory ul>li list */
ul.categories {
  width: 100%;
  list-style: none;
}
ul.categories li {
  float: left;
  width: 25%;
}
ul.categories li:last-child {
  margin-bottom: 20px;
}
ul.categories li a {
  display: flex;
  color: #333333;
  text-decoration: none;
  padding: 0 10px 0 0;
}
ul.categories li a:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-right: 5px;
}
ul.categories li a:hover {
  color: #018944;
}
@media only screen and (max-width: 1199px) {
  ul.categories li {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 991px) {
  ul.categories li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  ul.categories li {
    width: 100%;
  }
}

/* subcategory grid with images */
.subcat-wrap {
  margin: 10px -5px 30px;
}
.subcat-wrap .subcat-box {
  float: left;
  width: 33.333333%;
  padding: 5px;
}
.subcat-wrap .subcat-box a {
  display: flex;
  height: 60px;
  border: 1px solid #ddd;
  align-items: center;
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.subcat-wrap .subcat-box a .image {
  flex-shrink: 0;
  width: 60px;
}
.subcat-wrap .subcat-box a .image img {
  max-width: 50px;
  max-height: 50px;
}
.subcat-wrap .subcat-box a .content {
  color: #333333;
  padding: 0 5px;
}
.subcat-wrap .subcat-box a .content span {
  font-size: 0.8em;
  padding-left: 5px;
  opacity: 0.6;
}
.subcat-wrap .subcat-box a:hover {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
@media only screen and (max-width: 1199px) {
  .subcat-wrap .subcat-box {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .subcat-wrap .subcat-box {
    width: 100%;
  }
}

/* ------------------------- */
/* --- PRODUCTS FILTERS ---- */
/* ------------------------- */
.products-filters {
  margin-bottom: 20px;
}
.products-filters .filters-menu {
  height: 40px;
  border: 1px solid #ddd;
  line-height: 38px;
}
.products-filters .filters-menu .filters-box-button {
  float: left;
  background: #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.products-filters .filters-menu .filters-box-button:after {
  content: "\f077";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 0.7em;
  padding-left: 8px;
  vertical-align: middle;
  margin-top: -2px;
}
.products-filters .filters-menu .filters-box-button.collapsed {
  border-bottom: 1px solid #ddd;
}
.products-filters .filters-menu .filters-box-button.collapsed:after {
  content: "\f078";
}
.products-filters .filters-menu .filters-box-button.collapsed:hover {
  background: #ddd;
}
.products-filters .filters-menu .basic-filters {
  float: right;
}
.products-filters .filters-menu .basic-filters label {
  margin: 0 0 0 10px;
}
.products-filters .filters-menu .basic-filters select {
  max-width: 150px;
  height: 26px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 5px;
  margin: 0 6px 0;
}
.products-filters .box {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 7px 5px;
  margin-top: -1px;
}
.products-filters .box .item {
  float: left;
  width: 33.333333%;
  padding: 0 7px 10px;
}
.products-filters .box .item select {
  display: block;
  width: 100%;
  height: 26px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 5px;
}
.products-filters .box .item .chosen-container,
.products-filters .box .item .chosen-container-single {
  margin: 0;
}
.products-filters .box.collapsed {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-filters .filters-menu {
    height: auto;
    line-height: 1em;
    border: 0;
  }
  .products-filters .filters-menu .filters-box-button {
    float: none;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  .products-filters .filters-menu .filters-box-button.collapsed {
    border-bottom-color: #ddd;
  }
  .products-filters .filters-menu .basic-filters {
    float: none;
  }
  .products-filters .filters-menu .basic-filters label {
    display: block;
    margin: 0 0 5px;
  }
  .products-filters .filters-menu .basic-filters select {
    display: block;
    margin: 0 0 10px;
  }
  .products-filters .filters-menu .basic-filters .chosen-container,
  .products-filters .filters-menu .basic-filters .chosen-container-single {
    margin: 0 0 10px;
  }
  .products-filters .box .item {
    float: none;
    width: 100%;
    padding: 0 10px 10px;
  }
}

/* ------------------------- */
/* - PRODUCTS FILTERS TABS - */
/* ------------------------- */
.filters-tabs-acc {
  display: flex;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs {
  flex-shrink: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li {
  position: relative;
  float: none;
  display: block;
  width: 150px;
  padding: 0;
  margin: 0;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li a {
  display: block;
  background: none;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #333333;
  padding: 6px 15px;
  margin: 2px 0;
  transition: all 0.2s ease;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li a span.selected-count {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: none;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li a:hover {
  background: #ddd;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li a:hover span.selected-count {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li.active a {
  background: #018944;
  border-color: #018944;
  color: #fff;
}
.filters-tabs-acc ul#filtersTabsAcc.nav.nav-tabs li.active a span.selected-count {
  background: #018944;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.filters-tabs-acc #filtersTabsAccContent,
.filters-tabs-acc #filtersTabsAcc-accordion {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
.filters-tabs-acc #filtersTabsAccContent h5,
.filters-tabs-acc #filtersTabsAcc-accordion h5 {
  font-weight: bold;
}
.filters-tabs-acc #filtersTabsAccContent p,
.filters-tabs-acc #filtersTabsAcc-accordion p {
  font-size: 13px;
}
.filters-tabs-acc #filtersTabsAccContent .params,
.filters-tabs-acc #filtersTabsAcc-accordion .params {
  display: flex;
  flex-wrap: wrap;
}
.filters-tabs-acc #filtersTabsAccContent .params label,
.filters-tabs-acc #filtersTabsAcc-accordion .params label {
  display: flex;
  align-items: center;
  width: 33.333333%;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  padding-right: 10px;
  margin: 5px 0;
}
.filters-tabs-acc #filtersTabsAccContent .params label input[type=checkbox],
.filters-tabs-acc #filtersTabsAcc-accordion .params label input[type=checkbox] {
  width: 100%;
  max-width: 13px;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 1199px) {
  .filters-tabs-acc #filtersTabsAccContent .params label {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .filters-tabs-acc {
    display: block;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion {
    padding: 0;
    margin: 0;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-heading {
    background: #eee;
    border: 0;
    border-radius: 0;
    color: #333333;
    padding: 0;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-heading h4.panel-title {
    font-size: 14px;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-heading h4.panel-title a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-heading h4.panel-title a.collapsed {
    font-weight: normal;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
    padding: 15px;
  }
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .params label {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .filters-tabs-acc #filtersTabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .params label {
    width: 100%;
  }
}

/* ------------------------- */
/* ------ FOOTER MENU ------ */
/* ------------------------- */
.footer-menu {
  position: absolute;
  bottom: 60px;
  width: 100%;
  background: #222222;
  padding: 40px 0;
}
.footer-menu h6 {
  font-size: 18px;
  color: #939393;
}
.footer-menu p {
  font-size: 13px;
  line-height: 190%;
  color: #ddd;
}
.footer-menu p a {
  color: #018944;
}
.footer-menu p a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-menu p.socials-icons {
  font-size: 32px;
  line-height: 32px;
}
.footer-menu p.socials-icons a {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
  }
  .footer-menu .col-xs-12 h6 {
    padding-top: 10px;
  }
}

/* ------------------------- */
/* --- VIRTUALIS FOOTER ---- */
/* ------------------------- */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #333333;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
footer img {
  height: 20px;
  padding-left: 10px;
}
footer .virtualis {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer {
    line-height: 27px;
    text-align: center;
    font-size: 0.9em;
  }
  footer .virtualis {
    text-align: center;
    font-size: 14px;
  }
}

/* ------------------------- */
/* ------- MODAL BOX ------- */
/* ------------------------- */
.modal .modal-dialog .modal-content .modal-header {
  background: #eee;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 16px 20px 13px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 2px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 20px 5px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 5px 20px;
}
.modal .modal-dialog .modal-content .modal-footer button {
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-footer {
    text-align: center;
  }
}

/* ------------------------- */
/* ---- LOGIN MODAL BOX ---- */
/* ------------------------- */
#login-modal .modal-dialog,
#lost-password-modal .modal-dialog {
  width: 350px;
}
#login-modal .modal-dialog .modal-content .modal-body label,
#lost-password-modal .modal-dialog .modal-content .modal-body label {
  display: block;
  font-weight: normal;
  margin: 0;
}
#login-modal .modal-dialog .modal-content .modal-body input,
#lost-password-modal .modal-dialog .modal-content .modal-body input {
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 5px;
  margin: 0 0 10px;
  outline: none;
}
#login-modal .modal-dialog .modal-content .modal-body input:focus,
#lost-password-modal .modal-dialog .modal-content .modal-body input:focus {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
#login-modal .modal-dialog .modal-content .modal-body .hint,
#lost-password-modal .modal-dialog .modal-content .modal-body .hint {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #login-modal .modal-dialog,
  #lost-password-modal .modal-dialog {
    width: 90%;
    margin: 20px auto;
  }
}

/* ------------------------- */
/*  PRODUCT->CART MODAL BOX  */
/* ------------------------- */
#added-product-modal .modal-dialog .modal-content .modal-body h3 {
  margin-top: 5px;
}
#added-product-modal .modal-dialog .modal-content .modal-body p.price {
  font-size: 1.75em;
}
#added-product-modal .modal-dialog .modal-content .modal-body p.price span {
  font-size: 13px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #added-product-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
  }
  #added-product-modal .modal-dialog .modal-content .modal-body img {
    max-height: 150px;
  }
  #added-product-modal .modal-dialog .modal-content .modal-body h3 {
    font-size: 1.5em;
  }
  #added-product-modal .modal-dialog .modal-content .modal-body p.price {
    font-size: 1.25em;
  }
  #added-product-modal .modal-dialog .modal-content .modal-body p.description {
    display: none;
  }
}

/* ------------------------- */
/* ----- PRODUCT PAGE ------ */
/* ------------------------- */
.product-page {
  margin-top: 20px;
}
.product-page .image-box a.main-image {
  display: flex;
  position: relative;
  height: 400px;
  border: 1px solid #ddd;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.product-page .image-box a.main-image img {
  max-height: 100%;
}
.product-page .image-box a.main-image .hover {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 60px;
  color: #333333;
  transition: background 0.3s ease;
}
.product-page .image-box a.main-image .hover i {
  opacity: 0.8;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.product-page .image-box a.main-image:hover {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.product-page .image-box a.main-image:hover .hover {
  background: rgba(255, 255, 255, 0.6);
}
.product-page .image-box a.main-image:hover .hover i {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.25, 0.37, 1.265);
}
.product-page .image-box .other-images {
  margin-top: 10px;
}
.product-page .image-box .other-images .image-box {
  float: left;
  width: 25%;
}
.product-page .image-box .other-images .image-box:nth-child(1) {
  padding-right: 7px;
}
.product-page .image-box .other-images .image-box:nth-child(2) {
  padding-left: 3px;
  padding-right: 5px;
}
.product-page .image-box .other-images .image-box:nth-child(3) {
  padding-left: 5px;
  padding-right: 3px;
}
.product-page .image-box .other-images .image-box:nth-child(4) {
  padding-left: 7px;
}
.product-page .image-box .other-images .image-box:nth-child(1n+5) {
  display: none;
}
.product-page .image-box .other-images .image-box a {
  display: flex;
  position: relative;
  height: 70px;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.product-page .image-box .other-images .image-box a img {
  max-height: 100%;
}
.product-page .image-box .other-images .image-box a .more-images-info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.product-page .image-box .other-images .image-box a:hover {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.product-page .image-box .other-images .image-box a:hover .more-images-info {
  opacity: 0.8;
}
.product-page .product-gift {
  display: flex;
  align-items: center;
  background: rgba(0, 171, 0, 0.1);
  margin: 20px 0;
}
.product-page .product-gift .icon {
  color: #00ab00;
  text-align: center;
  padding: 5px 10px;
}
.product-page .product-gift .icon .fa-gift {
  display: block;
  font-size: 40px;
}
.product-page .product-gift .icon span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-page .product-gift .name {
  font-size: 16px;
  padding: 5px 10px;
}
.product-page hr {
  border-color: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-page .info-box h1 {
  font-size: 30px;
  margin-top: 0;
}
.product-page .info-box table tr.freedelivery td:last-child {
  color: #00ab00;
  font-weight: bold;
}
.product-page .info-box table td {
  padding: 3px 0;
}
.product-page .info-box table td:first-child {
  padding-right: 30px;
}
.product-page .info-box table .green {
  color: #00ab00;
  font-weight: bold;
}
.product-page .info-box .flags {
  padding-top: 5px;
}
.product-page .info-box img {
  max-height: 20px;
  vertical-align: top;
  padding: 0 10px;
}
.product-page .variants-box table td {
  vertical-align: middle;
  padding: 6px 0;
}
.product-page .variants-box table td:first-child {
  padding-right: 30px;
}
.product-page .variants-box table tr.sizes {
  vertical-align: top;
}
.product-page .variants-box table tr.sizes a {
  display: block;
  float: left;
  width: 30px;
  border: 1px solid #ddd;
  color: #333333;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  margin: 3px 2px;
}
.product-page .variants-box table tr.sizes a.active {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}
.product-page .variants-box table tr.sizes a:hover {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.product-page .variants-box table tr.sizes a.active:hover {
  cursor: default;
}
.product-page .variants-box table tr.colors a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  margin: 3px 3px;
  overflow: hidden;
}
.product-page .variants-box table tr.colors a img {
  display: block;
}
.product-page .variants-box table tr.colors a.active {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #474747;
}
.product-page .variants-box table tr.colors a:hover {
  border-color: #474747;
}
.product-page .variants-box table tr.colors a.active:hover {
  border-color: #fff;
  cursor: default;
}
.product-page .price-box .old-price-info .old-price {
  text-decoration: line-through;
}
.product-page .price-box .new-price {
  font-size: 2.5em;
  margin: 15px 0 5px;
}
.product-page .price-box .new-price .vat-info {
  font-size: 14px;
  padding-left: 10px;
}
.product-page .add-to-cart-box {
  margin: 20px 0;
  text-align: left;
}
.product-page .add-to-cart-box .quantity {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.product-page .add-to-cart-box .quantity .input-group {
  width: 80px;
}
.product-page .add-to-cart-box .quantity .input-group input.form-control {
  background: #fff;
  border-color: #ccc;
  text-align: right;
  box-shadow: none;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  background: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 8px 12px;
  margin-left: -1px;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.plus {
  border-top-right-radius: 4px;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.plus:hover {
  background-color: #cce6cc;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.minus {
  border-bottom-right-radius: 4px;
  margin-top: -2px;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.minus:hover {
  background-color: #ffcccc;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 10px;
}
.product-page .add-to-cart-box .buy-button {
  display: inline-block;
  vertical-align: top;
}
.product-page .add-to-cart-box .buy-button button {
  border-color: #00ab00;
  background: #00ab00;
  color: #fff;
}
.product-page .add-to-cart-box .buy-button button i {
  padding-right: 10px;
}
.product-page .add-to-cart-box .buy-button button:hover {
  background: #fff;
  color: #00ab00;
}
.product-page .product-unavailable {
  color: #da0000;
  font-size: 20px;
}
.product-page .nav-tabs {
  border-bottom: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 30px !important;
}
.product-page .nav-tabs li > a {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 0;
  margin-right: -1px;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  outline: none;
}
.product-page .nav-tabs li > a .amount {
  display: inline-block;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  background: #808080;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 0 3px;
  margin-top: -2px;
  margin-left: 8px;
}
.product-page .nav-tabs li > a:hover {
  border-color: #ddd;
  background: none;
  color: #018944;
}
.product-page .nav-tabs li.active > a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #333333;
}
.product-page .nav-tabs li:first-child > a {
  border-top-left-radius: 3px;
}
.product-page .nav-tabs li:last-child > a {
  border-top-right-radius: 3px;
}
.product-page .nav-tabs li.active > a {
  font-weight: 600;
}
.product-page .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 3px 3px 3px;
  padding: 15px 15px 5px;
  margin-bottom: 20px;
}
.product-page .tab-content table.Paramlist {
  margin: 0 0 20px;
}
.product-page .tab-content table.Paramlist td:first-child:after {
  content: ":";
  padding-right: 20px;
}
.product-page .tab-content .documents {
  padding: 10px 0 20px;
}
.product-page .tab-content .documents a {
  color: #333333;
}
.product-page .tab-content .product-box {
  padding: 5px;
}
.product-page .tab-content .product-box a {
  display: block;
  position: relative;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}
.product-page .tab-content .product-box a .image {
  height: 150px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
}
.product-page .tab-content .product-box a .image img {
  display: inline-block;
  max-height: 150px;
}
.product-page .tab-content .product-box a .content {
  margin: 10px;
}
.product-page .tab-content .product-box a .content h3 {
  height: 3em;
  line-height: 1.5em;
  font-size: 1.25em;
  text-align: center;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  overflow: hidden;
}
.product-page .tab-content .product-box a .content p {
  height: 4.9em;
  line-height: 1.25em;
  font-size: 0.9em;
  text-align: center;
  color: #333333;
  overflow: hidden;
}
.product-page .tab-content .product-box a .price {
  font-size: 1.25em;
  font-weight: bold;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  margin: 0 15px 15px;
}
.product-page .tab-content .product-box a .detail {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #bbb;
  color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  padding: 3px 12px;
  transition: all 0.15s ease;
}
.product-page .tab-content .product-box a .flags {
  position: absolute;
  top: 5px;
  right: 5px;
}
.product-page .tab-content .product-box a .flags span {
  display: block;
  float: right;
  background: #018944;
  font-size: 0.75em;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 5px 5px;
}
.product-page .tab-content .product-box a .flags span.akce {
  background: #e89300;
}
.product-page .tab-content .product-box a .flags span.novinka {
  background: #23a8c9;
}
.product-page .tab-content .product-box a .flags span.vyprodej {
  background: #da0000;
}
.product-page .tab-content .product-box a .flags span.doprava-zdarma {
  background: #00ab00;
}
.product-page .tab-content .product-box a:hover {
  border-color: #ddd;
}
.product-page .tab-content .product-box a:hover .detail {
  border-color: #018944;
  background: #018944;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .product-page .tab-content .product-box {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product-page .info-box h1 {
    margin-top: 20px;
  }
  .product-page .nav-tabs > li {
    float: none;
  }
  .product-page .nav-tabs > li > a {
    margin-right: 0;
  }
  .product-page .nav-tabs > li:first-child > a {
    border-top-right-radius: 3px;
  }
  .product-page .nav-tabs > li:last-child > a {
    border-radius: 0;
  }
  .product-page .tab-content {
    border-top-right-radius: 0;
  }
}

/* ------------------------- */
/* - COMMENTS IN TAB PANEL - */
/* ------------------------- */
.tab-pane #productcomments h3 {
  margin-top: 5px;
}
.tab-pane #productcomments form span {
  font-size: 13px;
}
.tab-pane #productcomments form input {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 6px;
  margin-bottom: 10px;
  outline: none;
}
.tab-pane #productcomments form input:focus {
  border-color: #000;
}
.tab-pane #productcomments form input[type=submit] {
  width: auto;
  padding: 0 30px;
  margin: 5px 0 20px;
}
.tab-pane #productcomments form input[type=submit]:hover {
  border-color: #000;
}
.tab-pane #productcomments form textarea {
  width: 100%;
  height: 90px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  outline: none;
  resize: vertical;
}
.tab-pane #productcomments form textarea:focus {
  border-color: #000;
}
.tab-pane #productcomments .comments .comment {
  border-top: 1px solid #ddd;
  padding: 15px 10px;
}
.tab-pane #productcomments .comments .comment p {
  margin: 0;
}
.tab-pane #productcomments .comments .comment .info {
  margin-bottom: 3px;
}
.tab-pane #productcomments .comments .comment .name {
  font-weight: bold;
}
.tab-pane #productcomments .comments .comment .date {
  font-size: 12px;
  padding-left: 10px;
}
.tab-pane #productcomments .comments .comment .message {
  font-size: 13px;
}
.tab-pane #productcomments .comments .comment .fa-comment-o,
.tab-pane #productcomments .comments .comment .fa-comments-o {
  padding-right: 5px;
}
.tab-pane #productcomments .comments .reply {
  padding-top: 15px;
  padding-left: 30px;
}
.tab-pane #productcomments .comments .reply .info {
  font-weight: bold;
}

/* ------------------------- */
/* ----- CART - ORDER ------ */
/* ------------------------- */
.wrap.order h1,
.wrap.customers h1 {
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.wrap.order h2,
.wrap.customers h2 {
  font-size: 20px;
}
.wrap.order table.products-sum,
.wrap.customers table.products-sum {
  width: 100%;
  margin: 20px 0;
}
.wrap.order table.products-sum a,
.wrap.customers table.products-sum a {
  color: #333333;
  text-decoration: underline;
}
.wrap.order table.products-sum thead tr,
.wrap.customers table.products-sum thead tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap.order table.products-sum thead th,
.wrap.customers table.products-sum thead th {
  background: #eee;
  padding: 5px 10px;
}
.wrap.order table.products-sum tbody tr,
.wrap.customers table.products-sum tbody tr {
  border-bottom: 1px solid #ddd;
}
.wrap.order table.products-sum tbody td,
.wrap.customers table.products-sum tbody td {
  vertical-align: middle;
  padding: 5px 10px;
}
.wrap.order table.products-sum tbody td.product-image,
.wrap.customers table.products-sum tbody td.product-image {
  width: 100px;
  height: 100px;
  padding-left: 5px;
}
.wrap.order table.products-sum tbody td.product-image img,
.wrap.customers table.products-sum tbody td.product-image img {
  max-height: 90px;
}
.wrap.order table.products-sum tbody td.product-label a.delete,
.wrap.customers table.products-sum tbody td.product-label a.delete {
  display: none;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group {
  width: 70px;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group input.form-control,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group input.form-control {
  background: #fff;
  border-color: #ccc;
  text-align: right;
  box-shadow: none;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  background: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 8px 12px;
  margin-left: -1px;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus {
  border-top-right-radius: 4px;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover {
  background-color: #cce6cc;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus {
  border-bottom-right-radius: 4px;
  margin-top: -2px;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover {
  background-color: #ffcccc;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical i,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 10px;
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group {
  width: 100px;
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default {
  background: #fff;
  border-color: #ccc;
  color: #9B9B9B;
  vertical-align: top;
  padding: 4px 8px;
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.minus:hover,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.minus:hover {
  background: rgba(218, 0, 0, 0.1);
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.minus:hover .fa-times,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.minus:hover .fa-times {
  color: #da0000;
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.plus:hover,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group .btn.btn-default.plus:hover {
  background: rgba(0, 128, 0, 0.1);
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group input.form-control,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group input.form-control {
  height: 30px;
  background: #fff;
  border-color: #ccc;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
  box-shadow: none;
}
.wrap.order table.products-sum tbody td.quantity-v2 .input-group input.form-control:focus,
.wrap.customers table.products-sum tbody td.quantity-v2 .input-group input.form-control:focus {
  border-color: #ccc;
}
.wrap.order table.products-sum tbody td a.delete,
.wrap.customers table.products-sum tbody td a.delete {
  color: #333333;
  text-decoration: none;
}
.wrap.order table.products-sum tbody td a.delete:before,
.wrap.customers table.products-sum tbody td a.delete:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
.wrap.order table.products-sum tbody td a.delete:hover,
.wrap.customers table.products-sum tbody td a.delete:hover {
  color: #da0000;
}
@media only screen and (min-width: 768px) {
  .wrap.order table.products-sum tbody td,
  .wrap.customers table.products-sum tbody td {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap.order table.products-sum thead,
  .wrap.customers table.products-sum thead {
    display: none;
  }
  .wrap.order table.products-sum tr,
  .wrap.customers table.products-sum tr {
    display: block;
    border: 0 !important;
    margin-bottom: 20px;
  }
  .wrap.order table.products-sum tr:before,
  .wrap.customers table.products-sum tr:before {
    display: block;
  }
  .wrap.order table.products-sum tr:after,
  .wrap.customers table.products-sum tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .wrap.order table.products-sum tbody td,
  .wrap.customers table.products-sum tbody td {
    display: block;
    width: 100%;
    float: left;
    clear: left;
    border: 1px solid #ddd;
    border-top: 0;
    line-height: 40px;
    text-align: right;
  }
  .wrap.order table.products-sum tbody td:not(.product-label):before,
  .wrap.customers table.products-sum tbody td:not(.product-label):before {
    content: attr(data-label);
    float: left;
    max-width: 50%;
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
  }
  .wrap.order table.products-sum tbody td.product-image,
  .wrap.customers table.products-sum tbody td.product-image {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .wrap.order table.products-sum tbody td.product-image img,
  .wrap.customers table.products-sum tbody td.product-image img {
    max-height: 200px;
  }
  .wrap.order table.products-sum tbody td.product-label,
  .wrap.customers table.products-sum tbody td.product-label {
    background: #eee;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: left;
  }
  .wrap.order table.products-sum tbody td.product-label a,
  .wrap.customers table.products-sum tbody td.product-label a {
    text-decoration: none;
  }
  .wrap.order table.products-sum tbody td.product-label a.delete,
  .wrap.customers table.products-sum tbody td.product-label a.delete {
    display: block !important;
    float: right;
    padding-left: 20px;
  }
  .wrap.order table.products-sum tbody td .input-group,
  .wrap.customers table.products-sum tbody td .input-group {
    float: right;
  }
  .wrap.order table.products-sum tbody td.delete,
  .wrap.customers table.products-sum tbody td.delete {
    display: none;
  }
}
.wrap.order table.order-sum,
.wrap.customers table.order-sum {
  width: 100%;
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap.order table.order-sum td,
.wrap.customers table.order-sum td {
  font-size: 13px;
  text-align: right;
  padding: 2px 0;
}
.wrap.order table.order-sum td:last-child,
.wrap.customers table.order-sum td:last-child {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap.order table.order-sum td.item-price,
.wrap.customers table.order-sum td.item-price {
  font-size: 14px;
}
.wrap.order table.order-sum td.totalSum,
.wrap.customers table.order-sum td.totalSum {
  font-size: 16px;
}
.wrap.order table.order-sum td.totalSum + td.item-price,
.wrap.customers table.order-sum td.totalSum + td.item-price {
  font-size: 16px;
}
.wrap.order table.order-sum tr:first-child td,
.wrap.customers table.order-sum tr:first-child td {
  padding-top: 5px;
}
.wrap.order table.order-sum tr:last-child td,
.wrap.customers table.order-sum tr:last-child td {
  font-weight: bold;
  padding-bottom: 5px;
}
.wrap.order table.delivery-options,
.wrap.order table.payment-options,
.wrap.customers table.delivery-options,
.wrap.customers table.payment-options {
  width: 100%;
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap.order table.delivery-options td,
.wrap.order table.payment-options td,
.wrap.customers table.delivery-options td,
.wrap.customers table.payment-options td {
  padding: 2px 0;
}
.wrap.order table.delivery-options td:first-child,
.wrap.order table.payment-options td:first-child,
.wrap.customers table.delivery-options td:first-child,
.wrap.customers table.payment-options td:first-child {
  width: 40px;
  padding-left: 10px;
}
.wrap.order table.delivery-options td:last-child,
.wrap.order table.payment-options td:last-child,
.wrap.customers table.delivery-options td:last-child,
.wrap.customers table.payment-options td:last-child {
  text-align: right;
  padding-right: 10px;
}
.wrap.order table.delivery-options tr:first-child td,
.wrap.order table.payment-options tr:first-child td,
.wrap.customers table.delivery-options tr:first-child td,
.wrap.customers table.payment-options tr:first-child td {
  padding-top: 5px;
}
.wrap.order table.delivery-options tr:last-child td,
.wrap.order table.payment-options tr:last-child td,
.wrap.customers table.delivery-options tr:last-child td,
.wrap.customers table.payment-options tr:last-child td {
  padding-bottom: 5px;
}
.wrap.order table.delivery-options label,
.wrap.order table.payment-options label,
.wrap.customers table.delivery-options label,
.wrap.customers table.payment-options label {
  font-weight: normal;
  margin: 0;
}
.wrap.order table.delivery-options select,
.wrap.customers table.delivery-options select {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  outline: none;
}
.wrap.order table.contact-form,
.wrap.order table.StdList,
.wrap.customers table.contact-form,
.wrap.customers table.StdList {
  width: 100%;
  background: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap.order table.contact-form td,
.wrap.order table.StdList td,
.wrap.customers table.contact-form td,
.wrap.customers table.StdList td {
  padding: 5px 10px;
}
.wrap.order table.contact-form td:first-child,
.wrap.order table.StdList td:first-child,
.wrap.customers table.contact-form td:first-child,
.wrap.customers table.StdList td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 50px;
}
.wrap.order table.contact-form td label,
.wrap.order table.StdList td label,
.wrap.customers table.contact-form td label,
.wrap.customers table.StdList td label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.wrap.order table.contact-form td label.required,
.wrap.order table.StdList td label.required,
.wrap.customers table.contact-form td label.required,
.wrap.customers table.StdList td label.required {
  font-weight: bold;
}
.wrap.order table.contact-form td label.required:after,
.wrap.order table.StdList td label.required:after,
.wrap.customers table.contact-form td label.required:after,
.wrap.customers table.StdList td label.required:after {
  content: "*";
  color: #da0000;
  padding-left: 5px;
}
.wrap.order table.contact-form td input,
.wrap.order table.contact-form td select,
.wrap.order table.StdList td input,
.wrap.order table.StdList td select,
.wrap.customers table.contact-form td input,
.wrap.customers table.contact-form td select,
.wrap.customers table.StdList td input,
.wrap.customers table.StdList td select {
  width: 40%;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 5px;
  outline: none;
}
.wrap.order table.contact-form td input::-webkit-input-placeholder,
.wrap.order table.contact-form td select::-webkit-input-placeholder,
.wrap.order table.StdList td input::-webkit-input-placeholder,
.wrap.order table.StdList td select::-webkit-input-placeholder,
.wrap.customers table.contact-form td input::-webkit-input-placeholder,
.wrap.customers table.contact-form td select::-webkit-input-placeholder,
.wrap.customers table.StdList td input::-webkit-input-placeholder,
.wrap.customers table.StdList td select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.wrap.order table.contact-form td input::-moz-placeholder,
.wrap.order table.contact-form td select::-moz-placeholder,
.wrap.order table.StdList td input::-moz-placeholder,
.wrap.order table.StdList td select::-moz-placeholder,
.wrap.customers table.contact-form td input::-moz-placeholder,
.wrap.customers table.contact-form td select::-moz-placeholder,
.wrap.customers table.StdList td input::-moz-placeholder,
.wrap.customers table.StdList td select::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.wrap.order table.contact-form td input:-ms-input-placeholder,
.wrap.order table.contact-form td select:-ms-input-placeholder,
.wrap.order table.StdList td input:-ms-input-placeholder,
.wrap.order table.StdList td select:-ms-input-placeholder,
.wrap.customers table.contact-form td input:-ms-input-placeholder,
.wrap.customers table.contact-form td select:-ms-input-placeholder,
.wrap.customers table.StdList td input:-ms-input-placeholder,
.wrap.customers table.StdList td select:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.wrap.order table.contact-form td input:-moz-placeholder,
.wrap.order table.contact-form td select:-moz-placeholder,
.wrap.order table.StdList td input:-moz-placeholder,
.wrap.order table.StdList td select:-moz-placeholder,
.wrap.customers table.contact-form td input:-moz-placeholder,
.wrap.customers table.contact-form td select:-moz-placeholder,
.wrap.customers table.StdList td input:-moz-placeholder,
.wrap.customers table.StdList td select:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
.wrap.order table.contact-form td input:focus,
.wrap.order table.contact-form td select:focus,
.wrap.order table.StdList td input:focus,
.wrap.order table.StdList td select:focus,
.wrap.customers table.contact-form td input:focus,
.wrap.customers table.contact-form td select:focus,
.wrap.customers table.StdList td input:focus,
.wrap.customers table.StdList td select:focus {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.wrap.order table.contact-form td input:focus::-webkit-input-placeholder,
.wrap.order table.contact-form td select:focus::-webkit-input-placeholder,
.wrap.order table.StdList td input:focus::-webkit-input-placeholder,
.wrap.order table.StdList td select:focus::-webkit-input-placeholder,
.wrap.customers table.contact-form td input:focus::-webkit-input-placeholder,
.wrap.customers table.contact-form td select:focus::-webkit-input-placeholder,
.wrap.customers table.StdList td input:focus::-webkit-input-placeholder,
.wrap.customers table.StdList td select:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.wrap.order table.contact-form td input:focus::-moz-placeholder,
.wrap.order table.contact-form td select:focus::-moz-placeholder,
.wrap.order table.StdList td input:focus::-moz-placeholder,
.wrap.order table.StdList td select:focus::-moz-placeholder,
.wrap.customers table.contact-form td input:focus::-moz-placeholder,
.wrap.customers table.contact-form td select:focus::-moz-placeholder,
.wrap.customers table.StdList td input:focus::-moz-placeholder,
.wrap.customers table.StdList td select:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.wrap.order table.contact-form td input:focus:-ms-input-placeholder,
.wrap.order table.contact-form td select:focus:-ms-input-placeholder,
.wrap.order table.StdList td input:focus:-ms-input-placeholder,
.wrap.order table.StdList td select:focus:-ms-input-placeholder,
.wrap.customers table.contact-form td input:focus:-ms-input-placeholder,
.wrap.customers table.contact-form td select:focus:-ms-input-placeholder,
.wrap.customers table.StdList td input:focus:-ms-input-placeholder,
.wrap.customers table.StdList td select:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.wrap.order table.contact-form td input:focus:-moz-placeholder,
.wrap.order table.contact-form td select:focus:-moz-placeholder,
.wrap.order table.StdList td input:focus:-moz-placeholder,
.wrap.order table.StdList td select:focus:-moz-placeholder,
.wrap.customers table.contact-form td input:focus:-moz-placeholder,
.wrap.customers table.contact-form td select:focus:-moz-placeholder,
.wrap.customers table.StdList td input:focus:-moz-placeholder,
.wrap.customers table.StdList td select:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
.wrap.order table.contact-form td textarea,
.wrap.order table.StdList td textarea,
.wrap.customers table.contact-form td textarea,
.wrap.customers table.StdList td textarea {
  width: 80%;
  height: 80px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 5px;
  outline: none;
  resize: vertical;
}
.wrap.order table.contact-form td textarea:focus,
.wrap.order table.StdList td textarea:focus,
.wrap.customers table.contact-form td textarea:focus,
.wrap.customers table.StdList td textarea:focus {
  border-color: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.wrap.order table.contact-form tr:first-child td,
.wrap.order table.StdList tr:first-child td,
.wrap.customers table.contact-form tr:first-child td,
.wrap.customers table.StdList tr:first-child td {
  padding-top: 10px;
}
.wrap.order table.contact-form tr:last-child td,
.wrap.order table.StdList tr:last-child td,
.wrap.customers table.contact-form tr:last-child td,
.wrap.customers table.StdList tr:last-child td {
  padding-bottom: 10px;
}
.wrap.order table.contact-form td.info,
.wrap.order table.StdList td.info,
.wrap.customers table.contact-form td.info,
.wrap.customers table.StdList td.info {
  padding-top: 10px;
}
.wrap.order table.contact-form td.control .description,
.wrap.order table.StdList td.control .description,
.wrap.customers table.contact-form td.control .description,
.wrap.customers table.StdList td.control .description {
  display: none;
  color: #da0000;
  font-size: 13px;
  line-height: 140%;
  font-style: italic;
}
.wrap.order table.contact-form td.control input.invalid,
.wrap.order table.StdList td.control input.invalid,
.wrap.customers table.contact-form td.control input.invalid,
.wrap.customers table.StdList td.control input.invalid {
  border-color: #da0000;
}
.wrap.order table.contact-form td.control input.invalid ~ .description,
.wrap.order table.StdList td.control input.invalid ~ .description,
.wrap.customers table.contact-form td.control input.invalid ~ .description,
.wrap.customers table.StdList td.control input.invalid ~ .description {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .wrap.order table.contact-form td input,
  .wrap.order table.contact-form td select,
  .wrap.order table.StdList td input,
  .wrap.order table.StdList td select,
  .wrap.customers table.contact-form td input,
  .wrap.customers table.contact-form td select,
  .wrap.customers table.StdList td input,
  .wrap.customers table.StdList td select {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .wrap.order table.contact-form td input,
  .wrap.order table.contact-form td select,
  .wrap.order table.StdList td input,
  .wrap.order table.StdList td select,
  .wrap.customers table.contact-form td input,
  .wrap.customers table.contact-form td select,
  .wrap.customers table.StdList td input,
  .wrap.customers table.StdList td select {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap.order table.contact-form td,
  .wrap.order table.StdList td,
  .wrap.customers table.contact-form td,
  .wrap.customers table.StdList td {
    display: block;
    padding: 0 10px;
  }
  .wrap.order table.contact-form td:first-child,
  .wrap.order table.StdList td:first-child,
  .wrap.customers table.contact-form td:first-child,
  .wrap.customers table.StdList td:first-child {
    width: 100%;
    padding: 10px 15px 0;
  }
  .wrap.order table.contact-form td label,
  .wrap.order table.StdList td label,
  .wrap.customers table.contact-form td label,
  .wrap.customers table.StdList td label {
    padding: 10px 0 0;
  }
  .wrap.order table.contact-form td input,
  .wrap.order table.contact-form td select,
  .wrap.order table.StdList td input,
  .wrap.order table.StdList td select,
  .wrap.customers table.contact-form td input,
  .wrap.customers table.contact-form td select,
  .wrap.customers table.StdList td input,
  .wrap.customers table.StdList td select {
    width: 100%;
  }
  .wrap.order table.contact-form tr:first-child td + td:last-child,
  .wrap.order table.StdList tr:first-child td + td:last-child,
  .wrap.customers table.contact-form tr:first-child td + td:last-child,
  .wrap.customers table.StdList tr:first-child td + td:last-child {
    padding-top: 0;
  }
  .wrap.order table.contact-form tr:last-child td,
  .wrap.order table.StdList tr:last-child td,
  .wrap.customers table.contact-form tr:last-child td,
  .wrap.customers table.StdList tr:last-child td {
    padding-bottom: 10px;
  }
}
.wrap.order .delivery-adress-button,
.wrap.customers .delivery-adress-button {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 10px;
  margin: 20px 0 0;
  cursor: pointer;
}
.wrap.order .delivery-adress-button:hover,
.wrap.customers .delivery-adress-button:hover {
  background: #eee;
}
.wrap.order .buttons,
.wrap.customers .buttons {
  text-align: right;
  margin: 20px 0;
}
.wrap.order .buttons button,
.wrap.customers .buttons button {
  margin: 0 10px;
}
.wrap.order .buttons button#submitBtn,
.wrap.customers .buttons button#submitBtn {
  border-color: #00ab00;
  background: #00ab00;
  color: #fff;
}
.wrap.order .buttons button#submitBtn:before,
.wrap.customers .buttons button#submitBtn:before {
  content: "\f064";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.wrap.order .buttons button#submitBtn:hover,
.wrap.customers .buttons button#submitBtn:hover {
  background: #fff;
  color: #00ab00;
}
.wrap.order button.recount,
.wrap.customers button.recount {
  float: right;
  border-color: #00ab00;
  color: #00ab00;
  margin: 20px 0;
}
.wrap.order button.recount i,
.wrap.customers button.recount i {
  padding-right: 5px;
}
.wrap.order .gdpr-checkboxes,
.wrap.customers .gdpr-checkboxes {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wrap.order .gdpr-checkboxes label,
.wrap.customers .gdpr-checkboxes label {
  margin: 10px 0;
}

.wrap.customers #submitBtn {
  background: #00ab00;
  border-color: #00ab00;
  color: #fff;
  padding: 10px 30px;
  margin: 20px 0;
}
.wrap.customers .gdpr-checkboxes + #submitBtn {
  margin-top: 0;
}

/* ------------------------- */
/* -- EMPTY CART - ORDER --- */
/* ------------------------- */
.empty-cart-page {
  text-align: center;
  margin: 30px 0;
}
.empty-cart-page .fa-shopping-cart {
  font-size: 60px;
  opacity: 0.8;
}
.empty-cart-page h1 {
  border-bottom: 0 !important;
}
.empty-cart-page a {
  color: #333333;
  font-size: 18px;
  text-decoration: none;
}
.empty-cart-page a i {
  padding-left: 10px;
}
.empty-cart-page a:hover {
  color: #018944;
}

/* ------------------------- */
/* ---- WEBSITE MESSAGE ---- */
/* ------------------------- */
ul#flash-message {
  width: 100%;
  list-style: none;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: #333333;
  background: #eee;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin: 10px 0;
}

/* ------------------------- */
/* ----- ERROR MESSAGE ----- */
/* ------------------------- */
.error-page {
  font-family: "Open Sans";
  text-align: left;
}
.error-page h2 {
  color: #e93a4d;
}
.error-page h3 {
  margin-top: 25px;
}
.error-page button {
  background: #fff;
  border: 1px solid #018944;
  border-radius: 3px;
  color: #018944;
  padding: 4px 15px;
  margin-top: 30px;
  transition: all 0.2s ease;
}
.error-page button i {
  padding-right: 6px;
}
.error-page button:hover {
  background: #018944;
  color: #fff;
}

/* --------------------------- */
/* - XS SEARCH AND LOGIN BOX - */
/* --------------------------- */
.xs-box-search {
  overflow: hidden;
  transition: height 0.3s ease;
}
.xs-box-search .inner {
  border-top: 1px solid #333333;
  padding: 0 10px;
  margin-top: 15px;
}
.xs-box-search .inner .input-group {
  width: 100%;
  margin: 20px auto 0;
}
.xs-box-search .inner .input-group input.form-control,
.xs-box-search .inner .input-group button {
  border-color: #545454;
  box-shadow: none;
}
.xs-box-search.search-box-hidden {
  height: 0;
}
.xs-box-search.search-box-visible {
  height: 75px;
}

.xs-box-login {
  overflow: hidden;
  transition: height 0.3s ease;
}
.xs-box-login .inner {
  border-top: 1px solid #333333;
  padding: 0 10px;
  margin-top: 15px;
}
.xs-box-login .inner h3 {
  text-align: center;
}
.xs-box-login .inner input.form-control {
  width: 100%;
  border-color: #545454;
  box-shadow: none;
  margin: 0 auto 10px;
}
.xs-box-login .inner div {
  text-align: center;
}
.xs-box-login .inner button {
  border-color: #545454;
  margin: 10px 0;
}
.xs-box-login .inner button i {
  padding-right: 6px;
}
.xs-box-login .inner button:hover {
  border-color: #545454;
}
.xs-box-login .inner a.forgot-password,
.xs-box-login .inner a.new-user {
  display: block;
  color: #333333;
  margin: 10px 0 0;
}
.xs-box-login .inner a.forgot-password i,
.xs-box-login .inner a.new-user i {
  padding-right: 5px;
}
.xs-box-login .inner a.forgot-password {
  float: left;
}
.xs-box-login .inner a.new-user {
  float: right;
}
.xs-box-login.login-box-hidden {
  height: 0;
}
.xs-box-login.login-box-visible {
  height: 290px;
}

/* --------------------------- */
/* ----------- 404 ----------- */
/* --------------------------- */
.not-found-404 {
  max-width: 600px;
  margin: 30px auto;
}
.not-found-404 .fa-times-circle-o {
  font-size: 60px;
  opacity: 0.8;
}
.not-found-404 h1 {
  font-size: 20px;
  text-align: center;
}
.not-found-404 p {
  font-size: 16px;
  text-align: center;
}

/* --------------------------- */
/* ----- ARTICLE DETAIL ------ */
/* --------------------------- */
.article-detail {
  margin: 30px 0;
}
.article-detail h1 {
  margin-top: 0;
}
.article-detail hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border-color: #ddd;
}

/* --------------------------- */
/* ----- ARTICLE EXCERPT ----- */
/* --------------------------- */
.article-excerpt {
  margin: 30px 0;
}
.article-excerpt .row {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.article-excerpt .row:last-child {
  border-bottom: 1px solid #ddd;
}
.article-excerpt h3 {
  margin-top: 0;
}

/* ------------------------- */
/* ----- GALLERY GRID ------ */
/* ------------------------- */
.gallery {
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.gallery h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.gallery .gallery-item {
  display: inline-block;
  width: 200px;
  margin: 10px;
  vertical-align: top;
}
.gallery .gallery-item img {
  border: 1px solid #eaeaea;
}
.gallery .gallery-item p {
  font-size: 14px;
  line-height: 140%;
  padding: 6px 10px 0;
}
.gallery .gallery-item:hover {
  opacity: 0.8;
}

/* ------------------------- */
/* ------ DOCUMENTS -------- */
/* ------------------------- */
.documents {
  /* old version*/
  /* new version*/
}
.documents .document-item em:before {
  content: "\f016";
  font-family: "FontAwesome";
}
.documents .document-item a {
  padding-left: 8px;
  padding-right: 8px;
}
.documents a.download-icon {
  text-decoration: none;
}
.documents a.download-icon:before {
  content: "\f016";
  font-family: "FontAwesome";
  color: #6d6d6d;
  padding-right: 5px;
}
.documents a.download-icon.pdf:before {
  content: "\f1c1";
  color: #e30713;
}
.documents a.download-icon.doc:before, .documents a.download-icon.docx:before {
  content: "\f1c2";
  color: #0f70b7;
}
.documents a.download-icon.xls:before, .documents a.download-icon.xlsx:before {
  content: "\f1c3";
  color: #3baa34;
}
.documents a.download-icon.ppt:before, .documents a.download-icon.pptx:before {
  content: "\f1c4";
  color: #d04526;
}
.documents a.download-icon.txt:before, .documents a.download-icon.ods:before, .documents a.download-icon.odt:before {
  content: "\f0f6";
  color: #6d6d6d;
}
.documents a.download-icon.zip:before, .documents a.download-icon.rar:before, .documents a.download-icon.arj:before {
  content: "\f1c6";
  color: #f9b234;
}
.documents a.download-icon.mp3:before, .documents a.download-icon.wav:before, .documents a.download-icon.flac:before, .documents a.download-icon.wma:before, .documents a.download-icon.ogg:before {
  content: "\f1c7";
  color: #6d6d6d;
}
.documents a.download-icon.avi:before, .documents a.download-icon.mkv:before, .documents a.download-icon.mov:before, .documents a.download-icon.wmv:before {
  content: "\f1c8";
  color: #6d6d6d;
}
.documents a.download-icon.jpg:before, .documents a.download-icon.png:before, .documents a.download-icon.gif:before, .documents a.download-icon.bmp:before {
  content: "\f1c5";
  color: #6d6d6d;
}
.documents .filesize {
  color: #b3b3b3;
  font-size: 13px;
}

/* ------------------------- */
/* ---- GDPR CHECKBOXES ---- */
/* ------------------------- */
.gdpr-checkboxes {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gdpr-checkboxes label {
  display: flex;
  font-weight: normal;
  margin: 5px 0;
}
.gdpr-checkboxes label input {
  width: auto !important;
  height: auto !important;
  background: unset !important;
  border: unset !important;
  padding: unset !important;
  margin: 4px 8px 0 0 !important;
}
.gdpr-checkboxes label span {
  color: #333333;
  font-size: unset;
  padding: 0;
}
.gdpr-checkboxes.text-center label {
  display: block;
}
.gdpr-checkboxes.text-right label {
  display: block;
}
@media only screen and (max-width: 767px) {
  .gdpr-checkboxes.text-right {
    text-align: left;
  }
  .gdpr-checkboxes.text-right label {
    display: flex;
  }
}

/* ------------------------- */
/* -- COOKIE POLICY STRIP -- */
/* ------------------------- */
.cookie-strip {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Open Sans";
  color: #fff;
  padding: 10px 0;
  z-index: 999;
}
.cookie-strip a {
  color: #ddd;
  text-decoration: underline;
}
.cookie-strip a:hover {
  color: #f46100;
}
.cookie-strip .cookie-confirm-button {
  display: inline-block;
  border: 1px solid #f46100;
  border-radius: 3px;
  background: none;
  color: #f46100;
  margin-left: 20px;
  padding: 2px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cookie-strip .cookie-confirm-button:hover {
  background: #f46100;
  color: #000;
}

/* ------------------------- */
/* -------- CLEANER -------- */
/* ------------------------- */
.cleaner {
  clear: both;
}

/* ------------------------- */
/* - ADMIN TINYMCE EDITOR -- */
/* ------------------------- */
body#tinymce {
  padding: 10px;
  margin-bottom: 0;
}
body#tinymce ol, body#tinymce ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

/* ------------------------- */
/* ---- ORDER WIDGETS ------ */
/* ------------------------- */
.widget.TOPTRANS_DELIVERY {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.widget.TOPTRANS_DELIVERY .heading {
  font-weight: bold;
  margin-top: 5px;
}
.widget.TOPTRANS_DELIVERY .form-group {
  margin: 5px 0;
}
.widget.TOPTRANS_DELIVERY .description {
  font-style: italic;
  margin-bottom: 5px;
}

/* ------------------------- */
/* ------ ZÁSILKOVNA ------- */
/* ------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zasilkovna-modal .modal-dialog {
    width: 720px;
  }
}

.zasilkovna-widget .list-wrapper {
  position: relative;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-y: auto;
}
.zasilkovna-widget .list-wrapper .list-item {
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.zasilkovna-widget .list-wrapper .list-item:hover, .zasilkovna-widget .list-wrapper .list-item:focus {
  background: #eee;
}
.zasilkovna-widget .list-wrapper .list-item.active {
  background: rgba(1, 137, 68, 0.2);
}
.zasilkovna-widget .list-wrapper > div:last-child {
  border-bottom: 0;
}
.zasilkovna-widget .branch-map {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 277px;
}
.zasilkovna-widget .branch-info {
  display: flex;
  min-height: 152px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.zasilkovna-widget .branch-info .content {
  width: 50%;
  padding-right: 10px;
}
.zasilkovna-widget .branch-info .content a {
  text-decoration: underline;
}
.zasilkovna-widget .branch-info .image {
  width: 50%;
}
.zasilkovna-widget .branch-info .image img {
  max-height: 120px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .zasilkovna-widget .list-wrapper {
    height: 160px;
  }
  .zasilkovna-widget .branch-map {
    display: none;
  }
  .zasilkovna-widget .branch-info {
    min-height: 0;
  }
}
@media only screen and (max-width: 450px) {
  .zasilkovna-widget .branch-info {
    flex-wrap: wrap;
    text-align: center;
  }
  .zasilkovna-widget .branch-info .content {
    width: 100%;
    margin-bottom: 10px;
  }
  .zasilkovna-widget .branch-info .image {
    width: 100%;
  }
  .zasilkovna-widget .branch-info .image img {
    margin-right: auto;
  }
}

.zasilkovna-selected-branch-info {
  padding-bottom: 5px;
}
.zasilkovna-selected-branch-info .selected-branch {
  font-style: italic;
  font-weight: bold;
}
.zasilkovna-selected-branch-info .button {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
  margin-left: 10px;
  cursor: pointer;
}
.zasilkovna-selected-branch-info .button:hover, .zasilkovna-selected-branch-info .button:focus {
  text-decoration: none;
}

.gmap-branch-label .street {
  font-weight: bold;
  margin-top: 5px;
}
.gmap-branch-label .button {
  display: inline-block;
  background: #327ab6;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  margin-top: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.gmap-branch-label .button:hover, .gmap-branch-label .button:focus {
  background: rgb(39.0086206897, 95.1810344828, 141.9913793103);
}

#packeta-widget {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  height: 600px;
  background: transparent;
  border: none;
  z-index: 999999;
}
@media only screen and (min-width: 320px) {
  #packeta-widget {
    width: 320px;
  }
}
@media only screen and (min-width: 480px) {
  #packeta-widget {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  #packeta-widget {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  #packeta-widget {
    width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  #packeta-widget {
    width: 1200px;
  }
}

.packeta-widget-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999998;
}

#packeta-page-widget {
  width: 100%;
  height: 560px;
}

/* ------------------------- */
/* ------ IN PROGRESS ------ */
/* ------------------------- */