/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
@media (min-width: 992px) {
  .admin-bar {
    width: 100%;
    position: relative;
    height: 25px;
    z-index: 1002;
    display: block;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 11px;
    line-height: 24px;
  }
  .admin-bar ul {
    margin: 0;
    padding: 0;
  }
  .admin-bar ul li {
    list-style: none;
  }
  .admin-bar ul li a,
  .admin-bar ul li span {
    display: block;
    text-decoration: none;
  }
  .admin-bar .container {
    position: relative;
  }
  .admin-bar .container > ul {
    display: flex;
    justify-content: space-between;
  }
  .admin-bar .container > ul:before,
  .admin-bar .container > ul:after {
    content: " ";
    display: table;
  }
  .admin-bar .container > ul:after {
    clear: both;
  }
  .admin-bar .container > ul:before,
  .admin-bar .container > ul:after {
    content: " ";
    display: table;
  }
  .admin-bar .container > ul:after {
    clear: both;
  }
  .admin-bar .container > ul li:hover > ul {
    display: block;
  }
  .admin-bar .container > ul > li {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    float: left;
    width: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    text-align: center;
  }
  .admin-bar .container > ul > li > a,
  .admin-bar .container > ul > li > span {
    padding: 0;
  }
  .admin-bar .container > ul > li:last-child {
    border-right: 0;
  }
  .admin-bar .container > ul > li ul {
    z-index: 4;
    position: absolute;
    top: -1px;
    right: 100%;
    display: none;
    width: 100%;
    border-style: solid;
    border-width: 1px;
  }
  .admin-bar .container > ul > li ul li {
    text-align: left;
    position: relative;
  }
  .admin-bar .container > ul > li ul li a,
  .admin-bar .container > ul > li ul li span {
    padding: 0 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  .admin-bar .container > ul > li ul li:last-child {
    border-bottom: 0;
  }
  .admin-bar .container > ul > li > ul {
    top: 24px;
    right: 0;
  }
  .admin-bar .container > a,
  .admin-bar .container > span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    line-height: 23px;
    text-decoration: none;
  }
  .scrolled .admin-bar {
    display: none;
  }
  .admin-bar {
    background: #333;
    color: #fff;
  }
  .admin-bar a,
  .admin-bar span {
    color: #fff;
  }
  .admin-bar ul li {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .admin-bar ul li ul {
    background: #767676;
    border: none !important;
  }
  .admin-bar ul li ul li {
    border: none !important;
  }
  .admin-bar ul li ul li a {
    border: none !important;
  }
  .admin-bar ul li ul li a:hover {
    font-weight: 500;
  }
}
@media only screen and (max-width: 992px) {
  .admin-bar {
    display: none;
  }
}
.popup-widget.login-widget {
  top: 56px;
}
@media (min-width: 768px) {
  .popup-widget {
    position: absolute;
    left: 50%;
    bottom: auto;
    width: 430px;
    max-height: 500px;
    margin-left: 56px;
    padding-top: 18px;
  }
  .popup-widget::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 16px;
    height: 16px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ccc;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .popup-widget.cart-widget {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    padding-top: 0;
    margin-top: 18px;
    top: 80px;
    right: 0;
    left: unset;
  }
  .popup-widget.cart-widget::before {
    right: 144px;
  }
  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 102px;
  }
  .scrolled .admin-logged .popup-widget.cart-widget {
    top: 103px;
  }
  .scrolled .popup-widget.cart-widget::before {
    right: 35px;
  }
  .popup-widget.cart-widget::before {
    top: calc(-8px - 1px);
  }
  .ajax-pending .popup-widget.cart-widget::before {
    top: 50%;
  }
  .popup-widget.search-widget {
    width: 648.000324px;
    margin-left: -162.000324px;
    top: 86px;
  }
  .popup-widget.search-widget::before {
    right: 145px;
  }
  .admin-logged .popup-widget.search-widget {
    top: 111px;
  }
  .scrolled .admin-logged .popup-widget.search-widget {
    top: 86px;
  }
  .scrolled .popup-widget.search-widget::before {
    right: 195px;
  }
  .popup-widget.login-widget {
    top: 21px;
  }
  .popup-widget.login-widget::before {
    right: 108px;
  }
  .scrolled .admin-logged .popup-widget.login-widget {
    top: 21px;
  }
  .scrolled .popup-widget.login-widget::before {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-widget {
    margin-left: 159px;
  }
  .popup-widget.search-widget {
    width: 785.333726px;
    margin-left: -196.333726px;
  }
}
@media (min-width: 1440px) {
  .popup-widget {
    margin-left: 279px;
  }
  .popup-widget.search-widget {
    width: 945.333806px;
    margin-left: -236.333806px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .popup-widget.search-widget {
    max-height: 720px;
  }
}
.popup-widget-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow: auto;
}
.cart-widget .popup-widget-inner + .cart-widget-button {
  display: none;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button {
  display: block;
}
.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  .cart-widget .popup-widget-inner {
    max-height: calc(482px - 122px);
  }
}
@media (min-width: 992px) {
  .cart-widget-product-delete {
    padding: 0;
  }
  .cart-widget-product:hover .cart-widget-product-delete {
    display: table-cell;
    /*.remove-item {
      visibility: visible;
    }*/
  }
  .cart-widget-product:hover .cart-widget-product-delete button {
    color: red;
  }
  .cart-widget-product .cart-widget-product-delete {
    display: none;
  }
}
/*
@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    margin-bottom: 122px
  }
}*/
.cart-widget-products {
  overflow: hidden;
}
.cart-widget-product {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
}
.cart-widget-product > div {
  display: table-cell;
  vertical-align: middle;
}
.cart-widget-product > div.cart-widget-product-unit {
  display: table-cell;
}
.cart-widget-product:last-child {
  border-bottom-style: none;
}
.cart-widget-product-image {
  width: 76px;
  height: 59px;
  text-align: center !important;
  padding-left: 10px;
}
.cart-widget-product-image a {
  display: block;
}
.cart-widget-product-image img {
  max-height: 100%;
  max-width: 100%;
}
.cart-widget-product-unit {
  width: 40px;
}
.cart-widget-product-name > strong {
  display: block;
}
.cart-widget-product-name > span {
  font-weight: 700;
}
.cart-widget-product-delete {
  width: 30px;
  padding: 0;
}
.cart-widget-product-delete button {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  color: #222;
  border: none;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  background: none;
  width: 25px;
  min-width: inherit;
  /* background: red; */
  visibility: visible;
  display: flex;
  align-items: center;
  padding-top: 12px !important;
}
.cart-widget-product-delete button::before {
  content: '\e912';
}
.cart-widget-button {
  padding: 68px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-widget-button {
    position: relative;
    left: 1px;
    right: 1px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-widget-button {
    position: relative;
    top: 1px;
  }
}
.user-action-tabs li {
  display: block;
}
.user-action-tabs li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.user-action-tabs li a::before {
  left: 0;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  border-radius: 50%;
}
.user-action-tabs li.active a::after {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  left: 2px;
}
@media (min-width: 768px) {
  .user-action-tabs {
    display: table;
  }
  .user-action-tabs li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.login-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .login-wrapper {
    padding-top: 0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane h2:first-child {
  margin-top: 0;
}
.tab-content > .active {
  display: block;
}
.fb-messenger-checkbox {
  margin: -5px 0 0 -14px;
  display: block;
}
.increase,
.quantity .decrease {
  border-color: #dadada;
  background-color: #f3f3f3;
  color: inherit;
}
.increase::before,
.quantity .decrease::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
}
.quantity .increase {
  left: auto;
  right: 0;
  top: 0;
  border-style: none none none solid;
  border-width: 1px;
}
.quantity .increase::before {
  content: '\e911';
  font-family: 'shoptet';
}
.quantity .decrease {
  left: auto;
  right: 0;
  top: 23px;
  border-style: solid none none solid;
  border-width: 1px;
}
.quantity .decrease::before {
  content: '\e90e';
  font-family: 'shoptet';
}
.quantity {
  border-color: #dadada;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0;
  padding-right: 30px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.quantity input {
  background: inherit;
  display: inline-block;
  width: 50px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  font-family: arial, sans-serif;
  font-style: normal;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.quantity .increase,
.quantity .decrease {
  border-color: #dadada;
  background-color: #f3f3f3;
  color: inherit;
  position: absolute;
  cursor: pointer;
}
.quantity .increase__sign,
.quantity .decrease__sign {
  display: none;
}
.question-tooltip {
  color: #fff;
  background: #9E9E9E;
  border: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.rate-bar {
  background-color: #dadada;
}
.current .rate-bar {
  background-color: #239ceb;
}
.rate-average {
  color: #f0b820;
}
.popup-widget-inner + .cart-widget-button {
  display: none;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button {
  display: block;
}
.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  padding: 20px;
}
@media (min-width: 992px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  .cart-widget .popup-widget-inner {
    max-height: 410px;
  }
}
.cart-widget-product {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}
.cart-widget-product .quantity {
  margin-right: 15px;
}
.cart-widget-product > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.cart-widget-product > div.cart-widget-product-name strong {
  font-weight: 500;
}
.cart-widget-product > div.cart-widget-product-unit {
  display: none;
}
.cart-widget-product:last-child {
  border-bottom-style: none;
}
.cart-widget-product-image {
  width: 76px;
  height: 59px;
  text-align: center;
}
.cart-widget-product-image img {
  max-height: 100%;
}
.cart-widget-product-amount,
.cart-widget-product-unit {
  padding-right: 10px;
}
.cart-widget-product-amount {
  width: 102px;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-widget-product-unit {
  width: 40px;
}
.cart-widget-product-name > strong {
  display: block;
}
.cart-widget-product-name > span {
  font-weight: 700;
}
.cart-widget-product-delete button::before {
  content: '\e912';
}
.cart-widget-button {
  padding: 68px 0 0;
  text-align: center;
}
.cart-widget-button a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2em;
}
@media (min-width: 992px) {
  .cart-widget-button {
    position: relative;
    top: 1px;
  }
}
#navigation {
  width: 100%;
}
.instagram-widget {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: -1px;
}
.instagram-widget > a {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 1px;
}
.instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-widget > a img {
  display: block;
  width: 100%;
  height: auto;
}
.instagram-widget.columns-1 > a {
  width: 100%;
}
.instagram-widget.columns-2 > a {
  width: 50%;
}
.instagram-widget.columns-3 > a {
  width: 33.333333%;
}
.instagram-widget.columns-4 > a {
  width: 25%;
}
.instagram-follow-btn {
  flex-grow: 1;
  margin-top: 19px;
  text-align: center;
}
.instagram-follow-btn > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.instagram-follow-btn > span::before {
  content: '\e909';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  #navigation {
    padding-top: 0;
  }
  .navigation-window-visible #navigation {
    width: 60%;
  }
}
@media (min-width: 768px) {
  #navigation {
    position: relative;
    left: 0;
    height: 42px;
  }
  .submenu-visible #navigation {
    overflow: visible;
  }
  .submenu-visible #navigation.menu-helper-visible {
    overflow: hidden;
  }
}
.navigation-in ul,
.menu-helper ul {
  margin: 0;
  padding: 0;
}
.navigation-in ul li,
.menu-helper ul li {
  display: block;
  list-style: none;
}
.navigation-in ul li a,
.menu-helper ul li a {
  display: block;
}
.navigation-in ul li.appended-category,
.menu-helper ul li.appended-category {
  display: none;
}
.navigation-in > ul > li.ext > ul,
.menu-helper > ul > li.ext > ul {
  display: none;
}
.submenu-visible .navigation-in > ul > li.ext.exp > ul,
.submenu-visible .menu-helper > ul > li.ext.exp > ul {
  display: block;
}
.navigation-in {
  font-size: 14px;
  line-height: 14px;
}
.navigation-in ul li {
  position: static;
}
.navigation-in ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: none;
  text-decoration: none;
}
.navigation-in ul li a b {
  font-weight: 400;
}
.navigation-in ul li a:hover {
  text-decoration: none;
}
.navigation-in ul.menu-level-2 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navigation-in > ul > li {
  border-top-width: 1px;
  border-top-style: solid;
}
.navigation-in > ul > li:first-child {
  border-top-style: none;
}
@media (max-width: 767px) {
  .navigation-in {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .navigation-in a.menu-image {
    display: none;
  }
  .navigation-in .has-third-level ul {
    display: none;
  }
  .navigation-in ul li.appended-category {
    display: block;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .navigation-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999em;
  }
  .submenu-visible .navigation-in,
  .fitted .navigation-in {
    width: 100%;
  }
  .navigation-in > ul {
    display: flex;
    height: 42px;
    flex-wrap: wrap;
    align-items: center;
  }
  .fitted .navigation-in ul {
    justify-content: flex-start;
  }
  .navigation-in ul li {
    display: block;
  }
  .navigation-in ul li.splitted {
    visibility: hidden;
  }
  .submenu-visible .navigation-in ul li.splitted {
    display: none;
  }
  .navigation-in ul.menu-level-2 {
    z-index: 1001;
    position: absolute;
    left: 0;
    top: calc(100% - 9px / 2);
    width: 100%;
    background: #fff;
    margin-left: 0;
    border-style: none;
    border-width: 0;
  }
  .navigation-in ul.menu-level-2 li {
    border-top-style: none;
    border-top-width: 0;
    display: block;
  }
  .navigation-in ul.menu-level-2 li:first-child {
    border-top-style: none;
  }
  .navigation-in > ul > li {
    border-top-width: 0;
    border-bottom-width: 0;
    border-top-style: none;
    border-bottom-style: none;
  }
  .navigation-in > ul > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .navigation-in > ul > li {
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
  }
  .navigation-in > ul > li > a:hover {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .navigation-in > ul > li.ext > ul > li {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33.333333%;
    width: 33.333333%;
    min-height: 75px;
  }
  .navigation-in > ul > li.ext > ul > li > a {
    position: relative;
    width: 78px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    padding: 10px 15px 10px 5px;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    display: block;
    max-width: 60px;
    height: auto;
    max-height: 54px;
  }
  .navigation-in > ul > li.ext > ul > li > a:hover {
    background-color: transparent;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 116px);
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    padding: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    display: inline-block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    display: inline-block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    display: inline;
    padding: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a:hover {
    background-color: transparent;
  }
  .navigation-in > ul > li.ext > ul > li.has-third-level > a {
    display: block;
    line-height: 1;
  }
  .navigation-in > ul > li.ext.exp > a {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .navigation-in > ul > li.ext.exp:first-child > a {
    margin-left: 0;
    padding-left: 20px;
  }
  .navigation-in > ul > li.exp > ul {
    top: 100%;
  }
  .navigation-in > ul > li:first-child {
    border-left-style: none;
  }
  .navigation-in > ul > li:first-child > a:hover {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .navigation-in > ul > li.ext > ul > li {
    width: 25%;
    flex-basis: 25%;
  }
}
.submenu-arrow {
  display: inline-block;
  padding-left: 1em;
  font-size: 8px;
  line-height: 10px;
  vertical-align: middle;
}
.submenu-arrow:after {
  font-weight: 600;
}
.submenu-arrow::after {
  content: '\e90e';
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.submenu-visible li.exp > a .submenu-arrow::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-buttons > a[data-target="cart"] i {
  position: absolute;
  left: 30px;
  right: auto;
  top: -5px;
  bottom: auto;
  width: 18px;
  height: 18px;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  border-radius: 100%;
  background: #000;
  z-index: 999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 0;
}
@media (min-width: 768px) {
  .navigation-buttons > a[data-target="navigation"] {
    display: none;
  }
}
.navigation-close {
  display: none;
}
@media (max-width: 767px) {
  .navigation-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1.25rem;
  }
  .navigation-close::before {
    content: '\e912';
    display: block;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.content-wrapper.container .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.content-wrapper.container .row.cart-row {
  margin-left: 0;
  margin-right: 0;
}
.content-wrapper.container .row.cart-row > div {
  padding-left: 0;
  padding-right: 0;
}
.ordering-process .content-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-wrapper-in {
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-box.welcome-wrapper {
    width: 100%;
  }
}
.sidebar {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .multiple-columns-body .content {
    width: calc(100% - 344px);
  }
  .multiple-columns-body .content-wrapper-in {
    padding-top: 15px;
  }
  .one-columns-body .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .multiple-columns-body .content {
    width: calc(100% - 315px);
    flex-grow: 0;
  }
  .multiple-columns-body .sidebar {
    width: 315px;
  }
  .multiple-columns-body .sidebar .cart-sidebar-box.fixed {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-left {
    display: none;
  }
  .sidebar.sidebar-left.sidebar-visible {
    display: block;
  }
}
@media (max-width: 1199px) {
  .sidebar.sidebar-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 295px;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 344px;
  }
}
#navigation {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #navigation {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    padding-bottom: 20px;
  }
}
.menu-helper {
  z-index: 1;
  position: absolute;
  top: 98px;
  right: 0;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: none;
  cursor: pointer;
}
.menu-helper > span {
  position: relative;
  padding: 0 0;
  border-width: 0;
  border-style: none;
  font-size: 32px;
  line-height: 32px;
  text-transform: none;
}
.menu-helper::after {
  content: '\e914';
  text-align: center;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.menu-helper-visible .menu-helper::after {
  content: '\e912';
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-helper > ul {
  z-index: 1;
  position: absolute;
  top: calc(50% + 16px);
  right: 0;
  display: none;
  width: 280px;
  max-height: 340px;
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  text-transform: none;
}
.menu-helper-visible .menu-helper > ul {
  display: block;
}
.menu-helper > ul > li {
  border-top-style: solid;
  border-top-width: 1px;
}
.menu-helper > ul > li.splitted {
  display: none;
}
.menu-helper > ul > li.splitted + li {
  border-top-style: none;
}
.menu-helper > ul > li a b {
  font-weight: 400;
}
.menu-helper > ul > li a.menu-image {
  display: none;
}
.menu-helper > ul > li > a {
  padding: 1rem 20px;
}
.menu-helper .menu-level-2 a {
  padding: 1rem 40px;
}
.menu-helper .has-third-level ul {
  display: none;
}
.menu-helper.empty {
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 768px) {
  .menu-helper {
    display: flex;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .menu-helper > ul {
    max-height: 480px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .menu-helper > ul {
    max-height: 680px;
  }
}
.responsive-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.responsive-tools > a {
  width: 40px;
  height: 40px;
  padding: 4px;
  text-align: center;
}
.responsive-tools > a::before {
  content: '\e914';
  width: 32px;
  font-size: 18px;
  line-height: 32px;
}
.responsive-tools > a[data-target="navigation"] {
  z-index: 2;
  position: absolute;
  right: 16px;
}
.responsive-tools > a[data-target="navigation"]::before {
  border-radius: 50%;
  font-size: 14px;
}
.responsive-tools > a[data-target="login"]::before {
  content: '\e922';
}
.responsive-tools > a[data-target="search"]::before {
  content: '\e920';
}
.ordering-process .responsive-tools > a[data-target="navigation"]::before {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .responsive-tools {
    display: none;
  }
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-navigation-bar-menu li,
.top-navigation-bar-menu-helper li {
  display: inline-block;
  vertical-align: middle;
}
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  position: relative;
  display: block;
  padding: 4px 20px;
}
.top-navigation-bar-menu li a b,
.top-navigation-bar-menu-helper li a b {
  font-weight: 400;
}
.top-navigation-bar-menu {
  font-size: 0;
}
.top-navigation-bar-menu li {
  position: relative;
  font-size: 13px;
}
.top-navigation-bar-menu li:first-child::before {
  display: none;
}
.top-navigation-bar-menu li.cropped {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
}
.top-navigation-bar-menu-helper {
  display: none;
  z-index: 53;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.top-navigation-bar-menu-helper li {
  display: block;
}
.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
}
@media (min-width: 768px) {
  .top-navigation-bar-menu-helper {
    bottom: auto;
    top: 26px;
  }
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-navigation-bar-menu li,
.top-navigation-bar-menu-helper li {
  display: inline-block;
  vertical-align: middle;
}
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  position: relative;
  display: block;
  padding: 4px 20px;
}
.top-navigation-bar-menu li a b,
.top-navigation-bar-menu-helper li a b {
  font-weight: 400;
}
.top-navigation-bar-menu {
  font-size: 0;
}
.top-navigation-bar-menu li {
  position: relative;
  font-size: 13px;
}
.top-navigation-bar-menu li:first-child::before {
  display: none;
}
.top-navigation-bar-menu li.cropped {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
}
.top-navigation-bar-menu-helper {
  display: none;
  z-index: 53;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.top-navigation-bar-menu-helper li {
  display: block;
}
.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
}
@media (min-width: 768px) {
  .top-navigation-bar-menu-helper {
    bottom: auto;
    top: 26px;
  }
}
.top-navigation-menu-trigger {
  z-index: 54;
  position: absolute;
  right: 0;
  bottom: 4px;
  display: none;
  cursor: pointer;
}
.top-navigation-menu-trigger::before {
  content: '\e90e';
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.top-navigation-menu-visible .top-navigation-menu-trigger::before {
  content: '\e911';
}
.top-menu-trigger-visible .top-navigation-menu-trigger {
  display: block;
}
.top-navigation-bar-menu-helper,
.dropdown-menu {
  background-color: #fff;
}
.top-navigation-bar-menu-helper li a,
.dropdown-menu li a {
  color: #b2b2b2;
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  background-color: #239ceb;
}
.top-navigation-bar-menu-helper li a:hover,
.dropdown-menu li a:hover {
  color: #239ceb;
  background-color: #f6f6f6;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: inherit;
    right: -8px;
    min-width: 70px;
  }
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.384615;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.384615;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.flag {
  float: left;
  clear: left;
  width: auto;
  max-width: 9em;
  margin-bottom: .5ex;
  padding: 4px 8px;
  border-radius: 0;
  font-size: smaller;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  display: inline-block;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.flags-inline:before,
.flags-inline:after {
  content: " ";
  display: table;
}
.flags-inline:after {
  clear: both;
}
.flags-inline:before,
.flags-inline:after {
  content: " ";
  display: table;
}
.flags-inline:after {
  clear: both;
}
.flags-inline .flag {
  clear: none;
  display: inline-block;
  margin-left: 3px;
}
.flags-inline .flag:first-child {
  margin-left: 0;
}
.products-top {
  margin-bottom: 19px;
}
.products-top > div {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-top > div.inactive {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-top > div.revealed {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.flags-extra {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  width: auto !important;
}
.highlight-product .flags-extra {
  right: 30px;
}
.flags-extra .flag {
  width: 54px;
  padding: 0 !important;
  height: 54px;
  border-radius: 100% !important;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.flags-extra .flag.flag-discount:after {
  display: none;
}
.flags-extra .flag.flag-discount .price-standard span {
  text-decoration: line-through;
  font-size: 0.75em;
  font-weight: 500;
  text-transform: none;
}
.flags-extra .flag.flag-discount .price-save {
  font-weight: 600;
  font-size: 1.2em;
}
.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
  font-size: 12px;
}
.p-image-wrapper .flags-extra {
  z-index: 51;
  right: 10px;
}
@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag {
    border-radius: 50%;
  }
  .p-image-wrapper .flags-extra .flag .price-standard,
  .p-image-wrapper .flags-extra .flag .price-save {
    font-size: 14px;
  }
  /*.p-image-wrapper .flags-extra .flag-freeshipping .icon-van {
    font-size: 70px
  }

  .p-image-wrapper .flags-extra .flag-text {
    font-size: 14px
  }*/
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flags-extra .flag {
    width: 50px;
    height: 50px;
    font-size: 9px;
  }
  .products-additional .flags-extra .price-standard,
  .products-additional .flags-extra .price-save {
    font-size: 9px;
  }
}
.flag-text {
  font-size: 10px;
  margin-top: 3px;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-text {
    font-size: 9px;
    line-height: 9px;
  }
}
.flag-freeshipping .icon-van {
  margin-top: -6px;
  margin-bottom: -6px;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-freeshipping .icon-van {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.flag-discount {
  margin-left: -8px;
}
.flag-discount .price-standard {
  display: block;
}
.top-navigation-bar-menu li::before {
  color: #dadada;
}
.top-navigation-bar-menu-helper {
  border-color: #dadada;
  background-color: #fff;
}
.top-navigation-menu-trigger::before {
  color: #b2b2b2;
}
ul.manufacturers {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  text-transform: uppercase;
}
ul.manufacturers > li {
  list-style: none;
}
ul.manufacturers > li:nth-child(even) {
  background: #fbfbfb;
}
ul.manufacturers li {
  list-style: none;
}
ul.manufacturers h2 {
  flex: 0 0 100px;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
ul.manufacturers ul {
  flex: 1 1 auto;
}
ul.manufacturers ul li {
  padding: 5px 0;
}
ul.manufacturers > li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e7e7e7;
}
ul.manufacturers > li a {
  text-decoration: none;
}
ul.manufacturers > li:last-child {
  border-bottom-style: none;
}
@media (min-width: 768px) {
  ul.manufacturers ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 calc(100% - 40px * 2.5);
  }
  ul.manufacturers ul li {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  ul.manufacturers ul li {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1200px) {
  ul.manufacturers ul li {
    flex-basis: 20%;
  }
}
.latest-contribution-wrapper {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .latest-contribution-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.latest-contribution {
  padding-bottom: 19px;
}
.latest-contribution a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .latest-contribution {
    width: 50%;
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  .latest-contribution:first-child:not(:last-child) {
    padding-right: 20px;
  }
  .latest-contribution:last-child:not(:first-child) {
    padding-left: 20px;
  }
}
.latest-contribution-placeholder {
  display: none;
}
@media (min-width: 768px) {
  .latest-contribution-placeholder {
    display: block;
  }
}
.latest-contribution-inner {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
.latest-contribution-inner:hover {
  color: #fff;
}
.latest-contribution-inner:hover .latest-contribution-product {
  text-decoration: underline;
}
.latest-contribution-image {
  position: relative;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}
.latest-contribution-image img {
  position: absolute;
  border-radius: 50%;
  max-width: 100%;
}
.latest-contribution-content {
  display: block;
  width: calc(100% - 60px - 40px);
}
.latest-contribution-wrapper h2 {
  font-weight: 500;
  font-size: 1.4em;
  position: relative;
}
.latest-contribution-wrapper h2:before {
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
}
.latest-contribution-product {
  height: 17px;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 480px) {
  .latest-contribution-product {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.latest-contribution-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.latest-contribution-info .stars {
  width: 90px;
  height: 18px;
  margin-right: 0;
}
.latest-contribution-info .star {
  width: 18px;
  height: 18px;
}
.latest-contribution-info .star::before {
  font-size: 16px;
  top: 8px;
}
.content h4.latest-contribution-product {
  margin-bottom: 2px !important;
  font-size: 1.1em !important;
}
.latest-contribution-info > i {
  padding: 0 10px;
  font-style: normal;
}
@media (max-width: 480px) {
  .latest-contribution-info {
    display: block;
  }
  .latest-contribution-info .stars {
    display: block;
  }
}
.latest-contribution-info {
  color: #b2b2b2;
}
.latest-contribution-description {
  color: #666;
}
.latest-contribution-inner:hover .latest-contribution-product {
  color: #656565;
}
.order-summary-heading {
  color: #656565;
}
.no-display {
  display: none;
}
.advanced-order-suggestion {
  border-top-color: #dadada;
}
.advanced-parameter-inner {
  border: 1px solid #fcfcfc;
}
.advanced-parameter-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.advanced-parameter-inner img {
  border-radius: 50%;
  min-width: 1px;
}
.advanced-parameter-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advanced-parameter-inner.yes-before::before,
.disabled .advanced-parameter-inner::before {
  background-position: center;
  background-repeat: no-repeat;
}
.advanced-parameter-inner.yes-before::before {
  background-size: 19px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODk3MS42IiBoZWlnaHQ9IjE0MzM2LjMiIHZpZXdCb3g9IjAgMCAxNy43ODU5MTYgMTMuNDQwMjY3Ij48cGF0aCBkPSJNMTUgLjRsLTggOC00LTQtMi40IDJMNi43IDEzIDE3LjQgMi43eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii42Ii8+PC9zdmc+');
}
.unavailable-option-wrapper .advanced-parameter-inner,
.disabled .advanced-parameter-inner {
  opacity: 0.25;
  cursor: not-allowed;
}
.disabled .advanced-parameter-inner::before {
  background-size: 15px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTY1IiBoZWlnaHQ9IjIwLjA3MjM4OCIgdmlld0JveD0iMCAwIDAuMDE4NzQ2NzYyIDAuMDE4ODE3ODQ0Ij48cGF0aCBzdHlsZT0iaXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBkPSJNLjAxNTE2LjAwMDU3TC4wMTQ5MjIuMDAwODFsLS4wMDU1NS4wMDU1LS4wMDU3ODYtLjAwNTgtLjAwMzA4LjAwMzEuMDA1Nzg2LjAwNTgtLjAwNTc4Ni4wMDU4LjAwMzA4LjAwMzEuMDA1Nzg2LS4wMDU4LjAwNTc4Ni4wMDU4LjAwMzA4LS4wMDMxTC4wMTgwMDQuMDE0OTdsLS4wMDU1NS0uMDA1NS4wMDU3ODYtLjAwNTgtLjAwMzA4LS4wMDMxeiIgY29sb3I9IiMwMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBzb2xpZC1jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii4wMDA3MTgiLz48L3N2Zz4=');
}
.advanced-order {
  text-align: center;
}
.advanced-order .h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.advanced-order .h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.advanced-order .advanced-order-suggestion {
  padding-top: 40px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
.advanced-order .extras-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.advanced-order .extras-wrap .extra {
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
}
.advanced-order .extras-wrap .extra.step {
  margin: 20px 0 0;
  padding-left: 0;
  text-align: center;
}
.advanced-order .price-range {
  margin-bottom: 0;
}
.top-navigation-bar .languagesMenu {
  display: flex;
  z-index: 9999;
  color: #000;
  position: relative;
  width: 30px;
  padding-left: 6px;
  padding-top: 4px;
  height: 30px;
  margin-right: 12px;
}
.top-navigation-bar .languagesMenu.moved {
  right: 200px;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu.moved {
    right: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu {
    top: 10px;
    right: 115px;
    position: absolute;
    order: -2;
    margin-right: 15px;
  }
}
.top-navigation-bar .languagesMenu .shp-flag {
  width: 20px;
  height: 20px;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown {
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  padding-top: 3px;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown:focus {
  outline: none;
  border: none;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown > svg.shp-flag {
  width: 18px;
  margin-top: -3px;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown .caret:before {
  display: inline-block;
  speak: none;
  vertical-align: middle;
  font-family: 'shoptet' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  color: #000;
  margin-left: 8px;
  font-size: 10px;
  text-decoration: none;
  content: '\e90e';
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu #topNavigationDropdown .caret:before {
    font-size: 8px;
    margin-left: 4px;
  }
}
.top-navigation-bar .languagesMenu .languagesMenu__content {
  display: none;
  position: absolute;
  -ms-flex-direction: column;
  background: #fff;
  padding: 0;
  top: 20px;
  border: 1px solid #3b3b3b;
  width: 170px;
  flex: 1;
  right: -15px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box {
  border-right: 1px solid #f2f2f2;
  width: 100%;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header {
  position: relative;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header:after {
  height: 100%;
  width: 1px;
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  background: #ccc;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header {
  padding: 6px 9px;
  font-weight: 600;
  background: #f2f2f2;
  text-align: center;
  font-size: 0.9em;
  border-bottom: none;
  border-bottom: 1px solid #ccc;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header[data-toggle="dropdown"] {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a {
  padding: 4px 10px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  min-height: 30px;
  align-items: center;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a span {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a img,
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a svg {
  margin-right: 0;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a:hover {
  background: #f2f2f2;
}
.top-navigation-bar .languagesMenu:hover .languagesMenu__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    right: -322px !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 > li {
    order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 93px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #fff !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a b {
    font-weight: 600 !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -43px;
    background: #fff;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: 0px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 0 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a b,
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a span {
    font-weight: 600 !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-3 {
    max-height: calc(100% - 175px);
    overflow: auto;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 0px !important;
    background: #fff;
    border-bottom: 1px solid #f1f3f7;
    margin: 0px 15px;
    border-radius: 0;
    color: #1E1E1C !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 14px;
  }
  #navigation li a:hover {
    margin: 0 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
.products-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.products-block.products > div {
  padding: 10px;
}
.products-block.products .p .name {
  display: block;
  height: 45px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 10px;
}
.products-block.products .p .price {
  line-height: 1;
}
.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-size: 20px;
}
.products-block.products .p .price span.pr-list-unit {
  font-size: 14px;
}
.products-block > div {
  flex: 0 0 auto;
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
}
.products-block > div:first-child {
  border-top-style: none;
}
.products-block .p {
  position: relative;
}
.products-block .p a.image {
  position: relative;
  display: block;
}
.products-block .p a.image::after {
  content: '';
  display: block;
  clear: both;
}
.products-block .p .flags-default {
  position: absolute;
  left: 0;
  top: 0;
}
.products-block .p .image {
  display: block;
}
.products-block .image,
.products-block .name {
  margin-bottom: 10px;
  text-align: center;
}
.products-block .p-bottom > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.products-block .p-bottom .prices,
.products-block .p-bottom .p-tools {
  flex-basis: 50%;
}
.products-block .p-bottom .prices {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left;
}
.products-block .p-bottom .price-additional {
  font-size: 13px;
}
.products-block .p-bottom .p-tools {
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
}
.products-block .p-bottom .p-desc {
  flex: 0 0 100%;
  max-height: 76px;
  margin: 10px 0 0;
  overflow: hidden;
  margin: 19px 0 0;
}
.products-block .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  min-height: 48px;
}
.products-block .ratings-wrapper .availability {
  flex: 1 1 60%;
  text-align: right;
}
.products-block .ratings-wrapper .stars-wrapper {
  flex: 1 1 40%;
}
.products-block .p-code {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
.products-block .p .products-block .p-code {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.products-block .p:hover .products-block .p-code {
  opacity: 1;
}
@media (min-width: 480px) {
  .products-block > div {
    flex: 0 0 auto;
    width: 50%;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .products-block > div:nth-child(1),
  .products-block > div:nth-child(2) {
    border-top-style: none;
  }
  .products-block > div:nth-child(even) {
    border-right-style: none;
  }
}
@media (min-width: 768px) {
  .products-block > div {
    padding: 20px;
  }
  .products-block .name {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .products-block.products-alternative > div,
  .products-block.products-related > div {
    flex: 0 0 auto;
    width: 33.333%;
    border-top-style: none;
  }
  .products-block.products-alternative > div:nth-child(even),
  .products-block.products-related > div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block.products-alternative > div:nth-child(3),
  .products-block.products-related > div:nth-child(3),
  .products-block.products-alternative > div:nth-child(4),
  .products-block.products-related > div:nth-child(4) {
    border-top-style: none;
  }
  .products-block.products-alternative > div:nth-child(3n),
  .products-block.products-related > div:nth-child(3n) {
    border-right-style: solid;
  }
  .products-block.products-alternative > div:nth-child(3n):last-child,
  .products-block.products-related > div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .products-block.products-alternative > div:nth-child(4n),
  .products-block.products-related > div:nth-child(4n) {
    border-right-style: none;
  }
  .products-block.products-alternative > div:last-child,
  .products-block.products-related > div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative > div:nth-child(4n),
  .products-block.products-related > div:nth-child(4n) {
    border-right-style: none !important;
  }
}
@media (min-width: 1200px) {
  .products-block > div {
    flex: 0 0 auto;
    width: 25%;
  }
  .products-block > div:nth-child(3) {
    border-top-style: none;
  }
  .products-block > div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block > div:nth-child(3n),
  .products-block > div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative > div,
  .products-block.products-related > div {
    flex: 0 0 auto;
    width: 25%;
    border-top-style: none;
  }
  .products-block.products-alternative > div:nth-child(even),
  .products-block.products-related > div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block.products-alternative > div:nth-child(3),
  .products-block.products-related > div:nth-child(3),
  .products-block.products-alternative > div:nth-child(4),
  .products-block.products-related > div:nth-child(4) {
    border-top-style: none;
  }
  .products-block.products-alternative > div:nth-child(3n),
  .products-block.products-related > div:nth-child(3n) {
    border-right-style: solid;
  }
  .products-block.products-alternative > div:nth-child(3n):last-child,
  .products-block.products-related > div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .products-block.products-alternative > div:nth-child(4n),
  .products-block.products-related > div:nth-child(4n) {
    border-right-style: none;
  }
  .products-block.products-alternative > div:last-child,
  .products-block.products-related > div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative > div:nth-child(4n),
  .products-block.products-related > div:nth-child(4n) {
    border-right-style: none !important;
  }
}
@media (min-width: 1440px) {
  .columns-4 .products-block > div {
    flex: 0 0 auto;
    width: 33.333%;
  }
  .columns-4 .products-block > div:nth-child(even) {
    border-right-style: solid;
  }
  .columns-4 .products-block > div:nth-child(3),
  .columns-4 .products-block > div:nth-child(4) {
    border-top-style: none;
  }
  .columns-4 .products-block > div:nth-child(3n) {
    border-right-style: solid;
  }
  .columns-4 .products-block > div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .columns-4 .products-block > div:nth-child(4n) {
    border-right-style: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .products-block .p-bottom .price-additional {
    font-size: 11px;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  .products-block.products-additional .p-bottom .p-tools {
    text-align: left;
    flex-basis: 100%;
    margin-top: 5px;
  }
}
.products-block,
.products-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.products-inline > div {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .products-inline > div {
    margin-bottom: 0;
  }
}
.products-inline > div:first-child {
  border-top-style: none;
}
.products-inline > div .p .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.products-inline > div .p .image .extra-flags {
  display: none;
}
.products-inline > div .p .p-in {
  line-height: 1.4;
}
.products-inline > div .p .p-in .p-in-in .name {
  height: auto;
  display: block;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper,
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .flags,
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .p-code,
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .availability {
  width: auto;
  margin: 0 5px 0 0;
  flex-grow: 0;
  flex-shrink: 1;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper {
  justify-content: flex-start;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .stars-placeholder {
  display: none;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .flags {
  position: relative;
  top: 0;
  left: 0;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .flags-inline .flag {
  margin: 2px;
  display: inline-block;
  width: auto;
  max-width: none;
  opacity: 1;
}
.products-inline > div .p .p-in .p-in-in .p-desc {
  display: none;
}
.products-inline > div .p .p-in .p-bottom > div .prices .price-standard,
.products-inline > div .p .p-in .p-bottom > div .prices .price-save {
  display: inline-block;
}
.products-inline > div .p .p-in .p-bottom > div .prices .price-standard-wrapper {
  display: inline-block;
}
.products-inline > div .p .p-in .p-bottom > div .prices .price-standard-wrapper.price-standard-wrapper-placeholder {
  display: none;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools form {
  display: flex;
  flex-direction: row;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools form .quantity {
  display: block;
}
/*.products-inline > div .p .p-in .p-bottom > div .p-tools form .quantity
input {
  min-width: 100%
}*/
.products-inline > div .p .p-in .p-bottom > div .p-tools .btn-cart::before {
  content: '\e921';
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools .to-cart-text {
  display: none;
}
.products-inline > div .p .price strong {
  font-size: 17px;
}
.products-inline .price-standard-label,
.products-inline .secondary-to-cart-btn {
  display: none;
}
.products-inline.products-top {
  display: flex;
  flex-wrap: wrap;
}
.products-inline.products-top > div {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-style: none;
}
.products-inline.products-top > div:first-child,
.products-inline.products-top > div:nth-child(2) {
  display: flex;
}
.products-inline.products-top > div.button-wrapper {
  display: none;
}
.products-inline.products-top > div .p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-inline.products-top > div .p .p-code,
.products-inline.products-top > div .p .p-desc,
.products-inline.products-top > div .p .p-tools,
.products-inline.products-top > div .p .price-additional,
.products-inline.products-top > div .p .stars-wrapper,
.products-inline.products-top > div .p .flags,
.products-inline.products-top > div .p .stars-placeholder,
.products-inline.products-top > div .p .price-standard-wrapper,
.products-inline.products-top > div .p .price-save {
  display: none !important;
}
.products-inline.products-top > div .p .image {
  width: 70px;
  min-height: 70px;
}
.products-inline.products-top > div .p .p-in {
  display: block;
  width: calc(100% - 90px);
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .products-inline.products-top > div .p .p-in {
    width: calc(100% - 70px);
  }
}
.products-inline.products-top > div .p .p-in .p-bottom {
  padding: 0;
}
.products-inline.products-top > div .p .p-in .p-bottom > div {
  text-align: left;
  align-items: flex-start;
}
.products-inline.products-top > div .p .p-in .p-bottom > div > div {
  flex-basis: 100%;
}
.products-inline.products-top > div .p .p-in .p-bottom .availability {
  font-size: 12px;
  margin: 0;
}
.products-inline.products-top > div .p .p-in .p-bottom .prices {
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .products-inline.products-top > div {
    width: 50%;
  }
  .products-inline > div .p .p-in .p-bottom > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .products-inline > div {
    flex: 0 0 auto;
  }
  .products-inline > div .p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-inline > div .p .image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90px;
  }
  .products-inline > div .p .p-in {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .products-inline > div .p .p-in .p-in-in {
    padding-right: 20px;
    flex-basis: 65%;
  }
  .products-inline > div .p .p-in .p-bottom {
    flex-basis: 35%;
  }
  .products-inline > div .p .p-in .p-bottom > div {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    text-align: right;
  }
  .products-inline > div .p .p-in .p-bottom .p-tools {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .products-inline.products-top > div {
    display: block;
    width: 33.333333%;
  }
  .products-inline.products-top > div.button-wrapper {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-in-in,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) > div .p .p-in .p-in-in,
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-bottom,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) > div .p .p-in .p-bottom {
    flex-basis: 50%;
  }
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-bottom > div,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) > div .p .p-in .p-bottom > div {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-bottom > div > div,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) > div .p .p-in .p-bottom > div > div {
    flex-basis: 50%;
  }
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-bottom > div > div.prices,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) > div .p .p-in .p-bottom > div > div.prices {
    order: 0;
    padding-right: 20px;
  }
}
.rate-wrapper.unveil-wrapper .rate-wrap {
  display: flex;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
  height: 100%;
  margin-top: 10px;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  line-height: inherit;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 20px;
    margin-top: 0;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    margin-bottom: 2px;
  }
}
.rate-wrapper.unveil-wrapper .rate-star {
  margin-right: 10px;
  width: auto;
  display: flex;
  align-items: center;
}
.rate-wrapper.unveil-wrapper .rate-star::after {
  content: "\A";
  white-space: pre;
}
.rate-wrapper.unveil-wrapper .rate-value {
  margin-right: 5px;
}
.rate-wrapper.unveil-wrapper .rate-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rate-wrapper.unveil-wrapper .rate-list:last-child {
  margin-bottom: 0;
}
.rate-wrapper.unveil-wrapper .rate-block {
  display: flex;
  flex-grow: 1;
  padding-right: 40px;
}
.rate-wrapper.unveil-wrapper .rate-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 5px;
  animation-name: scale;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  transform-origin: left;
}
.rate-wrapper.unveil-wrapper .rate-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rate-wrapper.unveil-wrapper .rate-count.active {
  right: -40px;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  line-height: 1;
}
#rate-form {
  margin-top: 20px;
  max-width: 510px;
}
#rate-form .btn {
  margin-top: 15px;
}
.rate-wrapper.unveil-wrapper .rate-average-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  margin-top: 20px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: row;
    align-items: center;
  }
  .rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
    margin-top: 0;
  }
}
.rate-wrapper.unveil-wrapper .rate-average {
  font-size: 350%;
}
.rate-wrapper.unveil-wrapper .add-comment {
  display: flex;
  align-items: flex-end;
}
.rate-wrapper.unveil-wrapper.unveiled .add-comment {
  display: none;
}
@media (min-width: 1200px) {
  .products-inline.products-inline-image > div .p .image {
    width: 220px;
  }
  .products-inline.products-inline-image > div .p .p-in {
    width: calc(100% - 220px);
  }
  .products-inline.products-inline-image > div .p .p-in .p-in-in .p-desc {
    display: block;
    margin: 10px 0 0;
  }
}
.top-navigation-bar {
  background: #fff;
  border-bottom: 1px solid rgba(30, 30, 28, 0.08);
}
.top-navigation-bar .container {
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  align-items: center;
}
.top-navigation-bar .container > .top-navigation-contacts {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .container {
    min-height: inherit;
    flex-direction: column;
  }
  .top-navigation-bar .container > .top-navigation-contacts,
  .top-navigation-bar .container > .top-navigation-menu,
  .top-navigation-bar .container > .top-navigation-tools {
    display: none !important;
  }
}
.top-navigation-bar .container .container {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .site-name {
    position: relative;
    top: 0;
    z-index: 99;
    padding-top: 2px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .top-navigation-bar .site-name img {
    max-height: 40px;
    max-width: 200px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .top-navigation-bar .site-name img {
    max-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-contacts {
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts strong {
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts a {
    text-decoration: none;
  }
  .top-navigation-bar .top-navigation-contacts .project-email {
    display: none;
  }
}
.top-navigation-bar .msg-part {
  max-width: 650px;
  width: 55%;
}
.top-navigation-bar .msg-part .site-msg {
  color: #222 !important;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .msg-part .site-msg .container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close {
    right: 0 !important;
  }
  .top-navigation-bar .msg-part .close:before,
  .top-navigation-bar .msg-part .close:after {
    background: #000 !important;
  }
  .top-navigation-bar .msg-part .site-msg {
    color: #000 !important;
    background: whitesmoke;
    position: fixed;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 12px;
    z-index: 9999;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0;
  }
  .top-navigation-bar .msg-part .text {
    padding: 0 20px 0 0 !important;
    font-size: 12px !important;
    text-transform: none !important;
  }
}
.top-navigation-bar .msg-part .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close {
    display: block;
    right: 15px;
  }
}
.top-navigation-bar .msg-part .close:before,
.top-navigation-bar .msg-part .close:after {
  position: absolute;
  content: "";
  background: #000;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close:before,
  .top-navigation-bar .msg-part .close:after {
    background: #fff;
  }
}
.top-navigation-bar .msg-part .close:before {
  left: 6px;
  top: 0;
  width: 1px;
  height: 13px;
}
.top-navigation-bar .msg-part .close:after {
  left: 0;
  top: 6px;
  width: 13px;
  height: 1px;
}
.top-navigation-bar .msg-part .text {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .msg-part .text {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3em;
    padding-right: 50px;
  }
}
.top-navigation-bar .nav-part {
  width: 45%;
  margin-top: -1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .nav-part {
    width: 100%;
  }
}
.top-navigation-bar .nav-part .top-navigation-menu {
  position: relative;
  min-width: 400px;
  display: block;
  flex: 1 1 40%;
  text-align: center;
  height: 25px;
  padding-right: 18px;
  overflow: visible;
  white-space: nowrap;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .nav-part .top-navigation-menu {
    display: none;
  }
}
.top-navigation-bar .nav-part .top-navigation-menu > ul {
  text-align: right;
}
.top-navigation-bar .nav-part .top-navigation-menu > ul li:before {
  color: #000;
  margin-top: -8px;
}
.top-navigation-bar .nav-part .top-navigation-menu > ul li a {
  font-weight: 500;
  text-decoration: none;
  padding: 6px 17px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.top-navigation-bar .nav-part .top-navigation-menu-trigger:before {
  display: unset !important;
  margin-right: 18px;
  font-size: 8px;
  color: #000;
  margin-left: 0;
}
.top-navigation-bar .nav-part ul {
  width: 100%;
}
.top-navigation-bar .top-navigation-bar-menu-helper {
  max-width: 300px;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a {
  font-weight: 500;
  text-decoration: none;
  padding: 8px 12px !important;
  letter-spacing: 0.5px;
  display: block;
  word-break: break-word;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #000;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a:hover {
  color: #333;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-tools {
    flex-direction: row-reverse;
  }
}
.top-navigation-bar .top-navigation-tools .dropdown {
  padding-left: 20px;
  position: relative;
  /*&:before {
        width: 1px;
        height: 40px;
        left: 0;
        position: absolute;
        top: -9px;
        background: #dfdfdf;
        content: '';
      }*/
}
.top-navigation-bar .top-navigation-tools .dropdown a:before {
  display: none;
}
.top-navigation-bar .top-navigation-tools .dropdown button {
  position: relative;
  background: transparent;
  border: none;
  color: #000;
  padding-right: 15px;
  font: var(--template-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.top-navigation-bar .top-navigation-tools .dropdown button:focus {
  outline: none;
}
.top-navigation-bar .top-navigation-tools .dropdown button:hover {
  color: #9c9c9c;
}
.top-navigation-bar .top-navigation-tools .dropdown button:before {
  content: '\e90e';
  position: absolute;
  right: 0;
  top: 4px;
  font-family: 'shoptet';
  font-size: 8px;
  color: #000;
}
.top-navigation-bar .top-navigation-tools .dropdown span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar {
    position: fixed;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: 50px;
    top: 0;
    transition: 0.3s;
  }
  .top-navigation-bar .top-navigation-tools .dropdown {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  .top-navigation-bar .nav-part {
    margin-top: 0;
    justify-content: space-between;
  }
  .top-navigation-bar .nav-part .top-navigation-bar-menu-helper,
  .top-navigation-bar .nav-part .top-navigation-bar-menu {
    display: none;
  }
  .top-navigation-bar .nav-part .responsive-tools {
    line-height: 18px;
    padding: 0;
    width: inherit;
    margin-right: 0;
    flex-direction: row-reverse;
  }
  .top-navigation-bar .nav-part .responsive-tools > a {
    padding: 0;
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
  }
  .top-navigation-bar .nav-part .responsive-tools > a:before {
    height: 30px !important;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    border-radius: 0;
    color: #fff;
    position: absolute;
    background: transparent !important;
    left: 20px;
    top: 59px;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"]:before {
    margin-top: 0;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/menu-m.svg) !important;
    transform: scaleX(-1);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="search"] {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="search"]:after {
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    background: var(--color-primary);
    opacity: 0.08;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="search"]:before {
    font-size: 16px;
    font-weight: 600;
    width: 36px;
    height: 36px !important;
    line-height: 36px;
    transform: scaleX(-1);
    color: #333;
    z-index: 0;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="login"] {
    position: relative;
    background: rgba(30, 30, 28, 0.08);
    border-radius: 40px;
    width: 36px;
    margin: 0 13px;
    height: 36px;
  }
  .top-navigation-bar .nav-part .responsive-tools a[data-target="login"]:before {
    font-weight: 500;
    height: 38px !important;
    width: 36px;
    font-size: 1.1em;
    content: '';
    border-radius: 50px;
    line-height: 27px;
    text-transform: uppercase;
    color: transparent;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 0;
    top: -1px;
    z-index: 999;
    letter-spacing: 0;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/user.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
}
#colorbox {
  background: transparent;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#cboxContent .branch-picker-wrapper {
  display: flex;
}
#cboxContent .branch-picker-wrapper select {
  width: calc(100% - 80px);
}
#cboxContent .branch-picker-wrapper .btn {
  width: 70px;
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  margin-left: 10px;
}
#cboxContent .detail-information .map iframe {
  max-width: 100% !important;
}
#cboxContent p {
  margin-top: 0;
}
#colorbox[role="dialog"] #cboxLoadedContent {
  padding: 20px 20px 15px 20px;
  overflow: auto !important;
}
#colorbox[role="dialog"] #cboxLoadedContent .advanced-order .extras-wrap {
  max-width: 500px;
  margin: 0 auto;
}
#colorbox[role="dialog"] #cboxLoadedContent .h1 {
  font-size: 2em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h1 {
    font-size: 1.5em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
    font-size: 1.2em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .h2 {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h2 {
    font-size: 1.2em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .extras-wrap {
  text-align: center;
}
#colorbox[role="dialog"] #cboxLoadedContent .extras-wrap .extra {
  text-align: center;
}
#colorbox[role="dialog"] #cboxClose {
  right: 10px;
}
#colorbox[role="dialog"] form input,
#colorbox[role="dialog"] form textarea {
  max-width: calc(100% - 25px);
  width: 100%;
  padding: 4px 12px;
}
#colorbox[role="dialog"] .watchdog-row form input,
#colorbox[role="dialog"] .watchdog-row form textarea {
  width: inherit;
  max-width: 300px;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #cboxContent {
    border-radius: 5px;
  }
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url('https://cdn.myshoptet.com/tpl/2a63adf5/11/master/templates/frontend_templates/00/img/colorbox/loading.gif') no-repeat center center;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
.colorbox-html-content {
  padding: 0;
}
#colorbox .site-agree-button,
#colorbox .btn-default {
  text-align: center;
}
#colorbox .btn-default {
  background: #a2a2a2;
}
#colorbox .btn-default:hover {
  background: #666;
}
.site-agreement-buttons {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
#cboxTitle,
#cboxCurrent {
  display: none !important;
}
#cboxPrevious,
#cboxNext {
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious:focus,
#cboxNext:focus {
  outline: 0;
}
#cboxPrevious::before,
#cboxNext::before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  font-size: 36px;
  color: #000;
  text-indent: 0;
}
#cboxPrevious {
  left: 0;
}
#cboxPrevious::before {
  left: 10px;
  content: '\e90b';
}
#cboxNext {
  right: 0;
}
#cboxNext::before {
  right: 10px;
  content: '\e90c';
}
#cboxClose {
  background-color: #fff !important;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
#cboxClose::before {
  content: '\e912';
  position: absolute;
  left: 10px;
  color: #000;
  top: 19px;
  font-size: 20px;
  text-indent: 0;
  line-height: 40px;
}
.shp-tabs-holder {
  border-style: none;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 19px;
  padding-left: 0;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  padding-right: 0;
}
.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .shp-tabs-holder ul.shp-tabs {
    justify-content: flex-start;
  }
}
.shp-tabs-holder ul.shp-tabs li {
  display: inline-block;
  list-style: none;
  border: none;
  text-align: center;
  /*flex-grow: 1;*/
  max-width: inherit;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shp-tabs-holder ul.shp-tabs li {
    flex-grow: 0;
  }
}
.shp-tabs-holder ul.shp-tabs li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background: #d8d8d8;
  content: '';
  display: block;
  border-radius: 0;
  border: none;
}
.shp-tabs-holder ul.shp-tabs li:first-child:before {
  display: none;
}
.shp-tabs-holder ul.shp-tabs li a {
  display: block;
  padding: 13px 55px;
  border-style: none;
  border-width: 2px 0 0 0;
  text-decoration: none;
  color: #666666;
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding: 15px 25px;
  }
}
.responsive-nav {
  position: relative;
  min-width: 250px;
  margin-bottom: 12px;
}
.responsive-nav .shp-tabs-holder {
  margin-bottom: 0;
}
.responsive-nav .visible-links {
  display: table;
}
.responsive-nav .visible-links > li {
  display: table-cell;
}
.responsive-nav .visible-links > li a {
  white-space: nowrap;
}
.responsive-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  border: 1px solid #ccc;
  z-index: 100;
  padding: 0;
  margin: 0;
  background: inherit;
}
.responsive-nav .hidden-links a {
  text-decoration: none;
  color: #222;
}
.responsive-nav .hidden-links a:hover {
  text-decoration: underline;
}
.responsive-nav .hidden-links > li {
  display: block;
}
.responsive-nav .hidden-links > li a {
  display: block;
  padding: 10px 20px;
}
.responsive-nav .hidden {
  visibility: hidden;
}
.responsive-nav .navigation-btn {
  position: absolute;
  height: 100%;
  right: 20px;
  top: 0;
  border: 0;
  outline: none;
  color: #000;
  cursor: pointer;
  background: transparent;
  padding: 10px;
  border-radius: 8px;
}
.shp-tabs-holder,
.shp-tabs {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.shp-tab.active {
  border-top-color: #666;
}
.shp-tab-link {
  border-color: transparent;
  color: #b2b2b2;
  background-color: #f5f5f5;
}
.shp-tab-link:hover {
  color: #656565;
}
.active .shp-tab-link {
  border-color: #f6f6f6;
  color: #666;
}
.type-index .banners-row {
  padding-top: 24px;
}
@media only screen and (min-width: 1200px) {
  .type-index .banners-row {
    margin: 0 -12px;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .banners-row {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .type-index .banners-row .col-sm-8,
  .type-index .banners-row .col-sm-4 {
    padding: 0 12px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .type-index .banners-row .col-sm-8,
  .type-index .banners-row .col-sm-4 {
    width: 100%;
    flex: inherit;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .type-index .banners-row .col-sm-8 {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media only screen and (min-width: 1200px) {
  .type-index .banners-row .col-sm-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  .type-index aside {
    margin-top: 35px;
  }
}
.h4,
.content h4,
.category-title,
.p-detail-inner h1,
h1,
h4.homepage-group-title,
.h4.homepage-group-title,
.products-related-header,
.in-klient h1 {
  text-align: left;
  font-weight: 600;
  color: #292b32;
  margin-bottom: 35px;
  font-family: inherit !important;
  position: relative;
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.8em;
  line-height: 1.2em;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1200px) {
  .h4,
  .content h4,
  .category-title,
  .p-detail-inner h1,
  h1,
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .products-related-header,
  .in-klient h1 {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .h4,
  .content h4,
  .category-title,
  .p-detail-inner h1,
  h1,
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .products-related-header,
  .in-klient h1 {
    font-size: 2em;
  }
}
.h4:after,
.content h4:after,
.category-title:after,
.p-detail-inner h1:after,
h1:after,
h4.homepage-group-title:after,
.h4.homepage-group-title:after,
.products-related-header:after,
.in-klient h1:after {
  width: 80px;
  height: 2px;
  bottom: -2px;
  position: absolute;
  left: 0;
  display: block;
  content: "";
  margin-top: 20px;
}
h4.homepage-group-title,
.h4.homepage-group-title {
  font-size: 2.2em;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    margin-top: 30px;
    font-size: 1.8em;
  }
}
h4.homepage-group-title:after,
.h4.homepage-group-title:after {
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
}
h1 {
  margin-top: 0;
}
h1.spaced {
  margin-top: 40px;
}
.body-banners .banner-wrapper img {
  max-width: 100%;
  height: auto;
  /*min-height: 230px;*/
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .banner-caption {
    text-align: left !important;
    align-items: flex-start !important;
  }
  .body-banners .banner-wrapper .banner-caption .extended-banner-link {
    margin: 12px 0 0 0 !important;
  }
  .body-banners .banner-wrapper .banner-caption .extended-banner-title {
    padding: 0 !important;
  }
}
.body-banners,
.footer-banners {
  margin: 20px -15px 50px -15px;
}
@media only screen and (max-width: 1200px) {
  .body-banners,
  .footer-banners {
    margin: 20px -15px 30px -15px;
  }
}
.body-banners .banner-wrapper,
.footer-banners .banner-wrapper,
.body-banners .footer-banner,
.footer-banners .footer-banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.body-banners .banner-wrapper img,
.footer-banners .banner-wrapper img,
.body-banners .footer-banner img,
.footer-banners .footer-banner img {
  min-width: 100%;
}
.body-banners .banner-wrapper .banner-caption,
.footer-banners .banner-wrapper .banner-caption,
.body-banners .footer-banner .banner-caption,
.footer-banners .footer-banner .banner-caption {
  position: absolute;
  padding: 70px 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.5em;
  height: 100%;
  z-index: 2;
  color: #fff;
  transition: 0.3s;
  /*background: rgba(0, 0, 0, 0.3);*/
}
.body-banners .banner-wrapper .banner-caption.empty,
.footer-banners .banner-wrapper .banner-caption.empty,
.body-banners .footer-banner .banner-caption.empty,
.footer-banners .footer-banner .banner-caption.empty {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .body-banners .banner-wrapper .banner-caption,
  .footer-banners .banner-wrapper .banner-caption,
  .body-banners .footer-banner .banner-caption,
  .footer-banners .footer-banner .banner-caption {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .banner-caption,
  .footer-banners .banner-wrapper .banner-caption,
  .body-banners .footer-banner .banner-caption,
  .footer-banners .footer-banner .banner-caption {
    /*left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
        text-align: center;*/
    padding: 25px 20px;
    /*left: 20px;
        bottom: 25px;
        right: 20px;*/
    text-align: center;
    align-items: center;
  }
}
.body-banners .banner-wrapper .banner-caption h2,
.footer-banners .banner-wrapper .banner-caption h2,
.body-banners .footer-banner .banner-caption h2,
.footer-banners .footer-banner .banner-caption h2,
.body-banners .banner-wrapper .banner-caption .extended-banner-title,
.footer-banners .banner-wrapper .banner-caption .extended-banner-title,
.body-banners .footer-banner .banner-caption .extended-banner-title,
.footer-banners .footer-banner .banner-caption .extended-banner-title {
  text-shadow: none;
  color: #1E1E1C;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4em;
  max-width: 400px;
}
@media only screen and (max-width: 1500px) {
  .body-banners .banner-wrapper .banner-caption h2,
  .footer-banners .banner-wrapper .banner-caption h2,
  .body-banners .footer-banner .banner-caption h2,
  .footer-banners .footer-banner .banner-caption h2,
  .body-banners .banner-wrapper .banner-caption .extended-banner-title,
  .footer-banners .banner-wrapper .banner-caption .extended-banner-title,
  .body-banners .footer-banner .banner-caption .extended-banner-title,
  .footer-banners .footer-banner .banner-caption .extended-banner-title {
    font-size: 2.3em;
  }
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .banner-caption h2,
  .footer-banners .banner-wrapper .banner-caption h2,
  .body-banners .footer-banner .banner-caption h2,
  .footer-banners .footer-banner .banner-caption h2,
  .body-banners .banner-wrapper .banner-caption .extended-banner-title,
  .footer-banners .banner-wrapper .banner-caption .extended-banner-title,
  .body-banners .footer-banner .banner-caption .extended-banner-title,
  .footer-banners .footer-banner .banner-caption .extended-banner-title {
    font-size: 1.5em;
    line-height: 1.2em;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
.body-banners .banner-wrapper .banner-caption h2 strong,
.footer-banners .banner-wrapper .banner-caption h2 strong,
.body-banners .footer-banner .banner-caption h2 strong,
.footer-banners .footer-banner .banner-caption h2 strong,
.body-banners .banner-wrapper .banner-caption .extended-banner-title strong,
.footer-banners .banner-wrapper .banner-caption .extended-banner-title strong,
.body-banners .footer-banner .banner-caption .extended-banner-title strong,
.footer-banners .footer-banner .banner-caption .extended-banner-title strong {
  display: block;
  font-size: 0.55em;
  font-weight: 700;
  margin-bottom: 6px;
}
.body-banners .banner-wrapper .banner-caption h2:before,
.footer-banners .banner-wrapper .banner-caption h2:before,
.body-banners .footer-banner .banner-caption h2:before,
.footer-banners .footer-banner .banner-caption h2:before,
.body-banners .banner-wrapper .banner-caption .extended-banner-title:before,
.footer-banners .banner-wrapper .banner-caption .extended-banner-title:before,
.body-banners .footer-banner .banner-caption .extended-banner-title:before,
.footer-banners .footer-banner .banner-caption .extended-banner-title:before {
  display: none;
}
.body-banners .banner-wrapper .banner-caption p,
.footer-banners .banner-wrapper .banner-caption p,
.body-banners .footer-banner .banner-caption p,
.footer-banners .footer-banner .banner-caption p,
.body-banners .banner-wrapper .banner-caption .extended-banner-text,
.footer-banners .banner-wrapper .banner-caption .extended-banner-text,
.body-banners .footer-banner .banner-caption .extended-banner-text,
.footer-banners .footer-banner .banner-caption .extended-banner-text {
  font-size: 1.1em;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 5px 0;
  font-weight: 300;
  max-width: 380px;
}
@media only screen and (max-width: 1500px) {
  .body-banners .banner-wrapper .banner-caption p,
  .footer-banners .banner-wrapper .banner-caption p,
  .body-banners .footer-banner .banner-caption p,
  .footer-banners .footer-banner .banner-caption p,
  .body-banners .banner-wrapper .banner-caption .extended-banner-text,
  .footer-banners .banner-wrapper .banner-caption .extended-banner-text,
  .body-banners .footer-banner .banner-caption .extended-banner-text,
  .footer-banners .footer-banner .banner-caption .extended-banner-text {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .banner-caption p,
  .footer-banners .banner-wrapper .banner-caption p,
  .body-banners .footer-banner .banner-caption p,
  .footer-banners .footer-banner .banner-caption p,
  .body-banners .banner-wrapper .banner-caption .extended-banner-text,
  .footer-banners .banner-wrapper .banner-caption .extended-banner-text,
  .body-banners .footer-banner .banner-caption .extended-banner-text,
  .footer-banners .footer-banner .banner-caption .extended-banner-text {
    line-height: 1.2em;
    font-size: 1.2em;
    margin: 10px 0;
  }
}
.body-banners .banner-wrapper .banner-caption .button,
.footer-banners .banner-wrapper .banner-caption .button,
.body-banners .footer-banner .banner-caption .button,
.footer-banners .footer-banner .banner-caption .button,
.body-banners .banner-wrapper .banner-caption .extended-banner-link,
.footer-banners .banner-wrapper .banner-caption .extended-banner-link,
.body-banners .footer-banner .banner-caption .extended-banner-link,
.footer-banners .footer-banner .banner-caption .extended-banner-link {
  text-align: center;
  margin: 25px 0 0 0;
  text-transform: none;
  background: var(--color-secondary);
  color: #fff;
  padding: 15px 35px;
  min-width: 217px;
  letter-spacing: 0.2px;
  border-radius: 5px;
  font-size: 1.1em;
  transition: 0.3s;
  font-weight: 500;
}
.body-banners .banner-wrapper .banner-caption .button:hover,
.footer-banners .banner-wrapper .banner-caption .button:hover,
.body-banners .footer-banner .banner-caption .button:hover,
.footer-banners .footer-banner .banner-caption .button:hover,
.body-banners .banner-wrapper .banner-caption .extended-banner-link:hover,
.footer-banners .banner-wrapper .banner-caption .extended-banner-link:hover,
.body-banners .footer-banner .banner-caption .extended-banner-link:hover,
.footer-banners .footer-banner .banner-caption .extended-banner-link:hover {
  background: var(--color-secondary-hover);
}
@media only screen and (max-width: 767px) {
  .body-banners .banner-wrapper .banner-caption .button,
  .footer-banners .banner-wrapper .banner-caption .button,
  .body-banners .footer-banner .banner-caption .button,
  .footer-banners .footer-banner .banner-caption .button,
  .body-banners .banner-wrapper .banner-caption .extended-banner-link,
  .footer-banners .banner-wrapper .banner-caption .extended-banner-link,
  .body-banners .footer-banner .banner-caption .extended-banner-link,
  .footer-banners .footer-banner .banner-caption .extended-banner-link {
    margin: 12px auto 0 auto;
    min-height: 38px;
    min-width: 150px;
    width: auto;
    padding: 9px 20px;
  }
}
.in-klient h2 {
  letter-spacing: 1px;
  font-weight: 600;
}
.hp-categories {
  width: 100%;
}
.hp-categories h1 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hp-categories .h4 {
    margin-bottom: 15px;
  }
}
.hp-categories .pagination-wrapper {
  display: none;
}
.hp-categories .hp-categories-posts .slick-arrow {
  right: 10px;
}
.hp-categories .hp-categories-posts .content {
  width: 100% !important;
}
.hp-categories .hp-categories-posts .slick-prev {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .hp-categories .hp-categories-posts .slick-prev {
    left: 8px;
  }
}
.hp-categories .hp-categories-posts .news-wrapper {
  width: 100%;
  justify-content: center;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
.hp-categories .hp-categories-posts .news-wrapper .slick-list {
  width: 100%;
}
.hp-categories .hp-categories-posts .news-wrapper .news-item {
  width: calc(25% - 16px);
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  margin: 8px;
}
@media only screen and (max-width: 992px) {
  .hp-categories .hp-categories-posts .news-wrapper .news-item {
    width: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .hp-categories .hp-categories-posts .news-wrapper .news-item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 480px) {
  .hp-categories .hp-categories-posts .news-wrapper .news-item {
    width: calc(100% - 16px);
  }
}
.hp-categories .hp-categories-posts .news-wrapper .news-item .image {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.hp-categories .hp-categories-posts .news-wrapper .news-item .image img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  position: relative;
  transform: none;
  object-fit: unset;
  top: 0;
  left: 0;
}
.hp-categories .hp-categories-posts .news-wrapper .news-item .description {
  display: none;
}
.hp-categories .hp-categories-posts .news-wrapper .news-item .text time {
  display: none;
}
.hp-categories .hp-categories-posts .news-wrapper .news-item .text .title {
  min-height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.hp-middle-banner {
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.hp-middle-banner img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hp-middle-banner .middle-banner-caption {
  position: absolute;
  left: 0;
  padding-left: 40px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .hp-middle-banner .middle-banner-caption {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (max-width: 480px) {
  .hp-middle-banner .middle-banner-caption {
    padding-left: 0px;
  }
}
.hp-middle-banner .middle-banner-caption h2 {
  font-size: 2.9em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .hp-middle-banner .middle-banner-caption h2 {
    text-align: center;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-middle-banner .middle-banner-caption h2 {
    font-size: 2.5em;
  }
}
.hp-middle-banner .middle-banner-caption .button {
  width: 175px;
  z-index: 2;
  position: relative;
}
.hp-middle-banner .middle-banner-caption p {
  margin-bottom: 20px;
  color: #000;
  margin-top: -13px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.4em;
}
.next-to-carousel-banners {
  display: flex;
  justify-content: space-around;
  max-width: 1680px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .next-to-carousel-banners > .banner-wrapper {
    display: none;
  }
}
.next-to-carousel-banners .normal-banners-line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .normal-banners-line {
    justify-content: center;
    margin: 0 -1%;
    width: calc(100% + 2%);
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .normal-banners-line {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .normal-banners-line {
    padding-top: 0;
  }
}
.next-to-carousel-banners .normal-banners-line .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .normal-banners-line .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin-bottom: 24px;
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
  position: relative;
  min-height: 160px;
  /*height: 188px;*/
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 48%;
    margin: 0 1% 20px 1%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    /*min-height: 220px;*/
  }
}
.next-to-carousel-banners .banner-wrapper img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  transition: 0.3s;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
  position: relative;
  /*left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);*/
}
.next-to-carousel-banners .banner-wrapper:hover > img,
.next-to-carousel-banners .banner-wrapper:hover > a > img {
  transform: scale(1.1);
}
.next-to-carousel-banners .banner-caption,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts {
  position: absolute;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  align-items: flex-start;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.4em;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  /*&:hover {
      background: rgba(0, 0, 0, 0.5);
    }*/
}
.next-to-carousel-banners .banner-caption.empty,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts.empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-caption,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts {
    /*left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      padding: 20px;
      text-align: center;*/
    padding: 25px 20px;
    /*left: 20px;
      bottom: 25px;
      right: 20px;*/
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.next-to-carousel-banners .banner-caption h2,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2,
.next-to-carousel-banners .banner-caption .extended-banner-title,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title {
  text-shadow: none;
  color: #fff;
  position: relative;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1em;
}
@media only screen and (max-width: 1500px) {
  .next-to-carousel-banners .banner-caption h2,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2,
  .next-to-carousel-banners .banner-caption .extended-banner-title,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-caption h2,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2,
  .next-to-carousel-banners .banner-caption .extended-banner-title,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title {
    max-width: 100%;
    width: 100%;
    padding: 0;
    font-size: 2.2em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-caption h2,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2,
  .next-to-carousel-banners .banner-caption .extended-banner-title,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title {
    font-size: 1.7em;
  }
}
.next-to-carousel-banners .banner-caption h2 strong,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2 strong,
.next-to-carousel-banners .banner-caption .extended-banner-title strong,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title strong {
  display: block;
  font-size: 0.55em;
  font-weight: 700;
  margin-bottom: 6px;
}
.next-to-carousel-banners .banner-caption h2:before,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts h2:before,
.next-to-carousel-banners .banner-caption .extended-banner-title:before,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-title:before {
  display: none;
}
.next-to-carousel-banners .banner-caption p,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts p,
.next-to-carousel-banners .banner-caption .extended-banner-text,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-text {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.3em;
  margin: 5px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-caption p,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts p,
  .next-to-carousel-banners .banner-caption .extended-banner-text,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-text {
    line-height: 1.4em;
    opacity: 0.8;
    font-size: 1.2em;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-caption p,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts p,
  .next-to-carousel-banners .banner-caption .extended-banner-text,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-text {
    margin: 5px 0;
  }
}
.next-to-carousel-banners .banner-caption .button,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .button,
.next-to-carousel-banners .banner-caption .extended-banner-link,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-link {
  text-align: center;
  margin: 20px 0 0 0;
  text-transform: none;
  letter-spacing: 0.2px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 1.1em;
  color: #fff;
  background: var(--color-secondary);
  padding: 6px 20px;
  border-radius: 5px;
  min-width: 168px;
  /*&:after {
        content: '\e90e';
        position: relative;
        display: inline-block;
        margin-left: 10px;
        font-family: 'shoptet';
        top: -2px;
        font-size: 10px;
        transform: rotate(-90deg);
      }*/
}
@media only screen and (max-width: 1500px) {
  .next-to-carousel-banners .banner-caption .button,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .button,
  .next-to-carousel-banners .banner-caption .extended-banner-link,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-link {
    margin-top: 10px;
  }
}
.next-to-carousel-banners .banner-caption .button:hover,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .button:hover,
.next-to-carousel-banners .banner-caption .extended-banner-link:hover,
.next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-link:hover {
  background: var(--color-secondary-hover);
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-caption .button,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .button,
  .next-to-carousel-banners .banner-caption .extended-banner-link,
  .next-to-carousel-banners .banner-wrapper > a > .extended-banner-texts .extended-banner-link {
    margin: 12px auto 0 auto;
    min-height: 38px;
    min-width: 150px;
    width: auto;
    padding: 9px 20px;
  }
}
.next-to-carousel-banners .extended-banner-texts:empty {
  display: none !important;
}
.next-to-carousel-banners.dynamic .banner-wrapper {
  height: auto !important;
}
.next-to-carousel-banners .banner-wrapper {
  /*width: 25%;*/
}
.next-to-carousel-banners .banner-wrapper:nth-child(1) .small-banner .icon-box img {
  max-height: 30px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 30px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
  }
}
.next-to-carousel-banners .banner-wrapper img {
  max-width: 100%;
  height: auto;
}
.next-to-carousel-banners .banner-wrapper .small-banner {
  display: flex;
  align-items: center;
}
.next-to-carousel-banners .banner-wrapper .small-banner .icon-box {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 70px;
  transition: 0.3s;
  min-width: 60px;
}
.next-to-carousel-banners .banner-wrapper .small-banner .icon-box img {
  max-height: 40px;
}
@media only screen and (min-width: 1500px) {
  .next-to-carousel-banners .banner-wrapper .small-banner .icon-box {
    width: 70px;
    height: 70px;
  }
}
.next-to-carousel-banners .banner-wrapper .small-banner .icon-box:before {
  display: none;
}
.next-to-carousel-banners .banner-wrapper .small-banner .desc-box h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  color: #222;
  margin: 0;
  font-weight: 600;
  line-height: 1.2em;
}
.next-to-carousel-banners .banner-wrapper .small-banner .desc-box p {
  color: #222;
  font-size: 0.9em;
  margin: 0;
}
.benefits-banners-line,
.detail-benefits {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px;
  padding: 40px 20px 20px 0px !important;
  background: #fff;
}
@media only screen and (max-width: 1500px) {
  .benefits-banners-line,
  .detail-benefits {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .benefits-banners-line,
  .detail-benefits {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .benefits-banners-line,
  .detail-benefits {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-banners-line,
  .detail-benefits {
    margin: 0 10px;
  }
}
.benefits-banners-line .banner-wrapper,
.detail-benefits .banner-wrapper {
  width: auto;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .benefits-banners-line .banner-wrapper,
  .detail-benefits .banner-wrapper {
    width: 50%;
    margin: 20px 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-banners-line .banner-wrapper,
  .detail-benefits .banner-wrapper {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .benefits-banners-line .banner-wrapper,
  .detail-benefits .banner-wrapper {
    padding-left: 0;
  }
}
.benefits-banners-line .benefit-banner,
.detail-benefits .benefit-banner {
  display: flex;
  align-items: center;
}
.benefits-banners-line .benefit-banner .icon-box,
.detail-benefits .benefit-banner .icon-box {
  width: 45px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  transition: 0.3s;
}
.benefits-banners-line .benefit-banner .icon-box img,
.detail-benefits .benefit-banner .icon-box img {
  max-height: 40px;
  max-width: 40px;
  min-height: 34px;
}
.benefits-banners-line .benefit-banner .icon-box:before,
.detail-benefits .benefit-banner .icon-box:before {
  display: none;
}
.benefits-banners-line .benefit-banner .desc-box h3,
.detail-benefits .benefit-banner .desc-box h3 {
  text-transform: none;
  font-size: 1.1em;
  color: #1E1E1C;
  margin: 0 0 2px 0;
  font-weight: 600;
  line-height: 1.2em;
}
.benefits-banners-line .benefit-banner .desc-box p,
.detail-benefits .benefit-banner .desc-box p {
  color: #1E1E1C;
  font-size: 1em;
  margin: 0;
  opacity: 1;
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .type-category .user-action .cart-widget {
    display: none !important;
  }
}
.next-to-carousel-banners > .banner-wrapper > span .benefit-banner {
  display: none;
}
.blog-hp:before {
  font-size: 2.2em !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-transform: none !important;
  color: #1E1E1C;
}
.homepage-box.welcome-wrapper {
  background: transparent;
  text-align: center;
  color: #222;
  padding: 80px 15px 100px 15px;
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding: 30px 15px;
  }
}
.homepage-box.welcome-wrapper table {
  margin: 0 auto;
}
.homepage-box.welcome-wrapper table,
.homepage-box.welcome-wrapper iframe,
.homepage-box.welcome-wrapper img,
.homepage-box.welcome-wrapper video,
.homepage-box.welcome-wrapper embed {
  max-width: 100% !important;
  height: auto;
}
.homepage-box.welcome-wrapper h1 {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #1E1E1C;
  margin: 0 auto 20px auto;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 12px;
  max-width: 700px;
}
.homepage-box.welcome-wrapper h1:after {
  /*width: 100px;
      height: 2px;
      bottom: -2px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      content: "";
      margin-top: 5px;*/
  display: none;
}
.homepage-box.welcome-wrapper .button {
  width: 170px;
  color: #fff;
  margin: 0 auto;
}
.homepage-box.welcome-wrapper p {
  max-width: 780px;
  margin: 0 auto;
  color: #505050;
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: 0;
  font-weight: 400;
}
.content {
  padding: 0;
}
.recipes-section .pagination-wrapper {
  display: none !important;
}
.recipes-section h1 {
  margin-bottom: 35px;
  font-family: inherit !important;
  position: relative;
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.2em;
  line-height: 1.2em;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.recipes-section h1:after {
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
  background: var(--color-primary);
}
.recipes-section #newsWrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.recipes-section #newsWrapper .news-item {
  width: calc(25% - 20px);
  float: left;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .recipes-section #newsWrapper .news-item {
    width: calc(50% - 20px);
  }
}
.recipes-section #newsWrapper .news-item:nth-child(n + 5) {
  display: none;
}
.recipes-section #newsWrapper .news-item .image {
  height: 160px;
}
@media only screen and (max-width: 480px) {
  .recipes-section #newsWrapper .news-item .image {
    height: 120px;
  }
}
.recipes-section #newsWrapper .news-item .image a img {
  transform-origin: center;
  transition: 0.3s;
}
.recipes-section #newsWrapper .news-item .image a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.recipes-section #newsWrapper .news-item time {
  font-size: 1.1em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .recipes-section #newsWrapper .news-item time {
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .recipes-section #newsWrapper .news-item .description {
    display: none;
  }
}
.recipes-section #newsWrapper .news-item .title {
  line-height: 1.1em;
  font-size: 1.6em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recipes-section #newsWrapper .news-item .title {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .recipes-section #newsWrapper .news-item .title {
    font-size: 1.2em;
    line-height: 1.1em;
  }
}
.homepage-box.welcome-wrapper #dklabDopravaBanner p {
  max-width: 100%;
}
.product-top {
  display: block;
}
.p-detail .p-image-wrapper,
.p-detail .p-info-wrapper {
  float: left;
}
@media only screen and (max-width: 992px) {
  .p-detail .p-thumbnails-wrapper {
    margin-top: 10px;
  }
}
.p-detail h1:after {
  display: none;
}
.p-detail .p-image {
  position: relative;
}
.p-detail .p-image #wrap {
  border-radius: 5px;
  overflow: hidden;
}
.p-detail .p-info-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.p-detail .p-info-wrapper .p-short-description {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 1.6em;
}
.p-detail .p-info-wrapper .p-short-description p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-detail .p-info-wrapper .p-short-description {
    font-size: 1em;
    line-height: 1.4em;
  }
}
.p-detail .p-info-wrapper .p-detail-inner-header,
.p-detail .p-info-wrapper .p-detail-info,
.p-detail .p-info-wrapper .p-short-description,
.p-detail .p-info-wrapper .p-short-description + p {
  order: 0;
}
@media only screen and (min-width: 1200px) {
  .p-detail .p-info-wrapper {
    padding-left: 25px !important;
  }
}
.p-detail .p-info-wrapper .detail-parameters tr th,
.p-detail .p-info-wrapper .detail-parameters tr td {
  padding: 0;
}
.p-detail .browse-p {
  display: none;
}
.p-detail .p-thumbnails {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 125px;
  margin-bottom: 10px;
}
.p-detail .p-thumbnails > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999em;
  height: 125px;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.p-detail .p-thumbnails > div > div {
  display: inline-block;
}
.p-detail .p-thumbnails > div > div:before,
.p-detail .p-thumbnails > div > div:after {
  content: " ";
  display: table;
}
.p-detail .p-thumbnails > div > div:after {
  clear: both;
}
.p-detail .p-thumbnails > div > div:before,
.p-detail .p-thumbnails > div > div:after {
  content: " ";
  display: table;
}
.p-detail .p-thumbnails > div > div:after {
  clear: both;
}
.p-detail .p-thumbnails a {
  position: relative;
  float: left;
  max-width: 100%;
  margin-left: -1px;
  border-radius: 8px;
  border: 2px solid transparent !important;
}
.p-detail .p-thumbnails a.highlighted {
  border: 2px solid var(--color-primary) !important;
}
.p-detail .p-thumbnails a:hover img {
  opacity: 0.8;
}
.p-detail .p-thumbnails a:focus {
  outline: 0;
}
.p-detail .p-thumbnails a img {
  display: block;
  border: none;
}
.p-detail .p-thumbnails a:first-child {
  margin-left: 0;
}
.p-detail .p-thumbnails a.cbox-gal {
  display: none;
}
.p-detail .p-thumbnails .thumbnail-prev,
.p-detail .p-thumbnails .thumbnail-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-detail .p-thumbnails .thumbnail-prev::before,
.p-detail .p-thumbnails .thumbnail-next::before {
  width: 20px;
  font-size: 20px;
  line-height: 0;
}
.p-detail .p-thumbnails .thumbnail-prev {
  left: 0;
}
.p-detail .p-thumbnails .thumbnail-prev::before {
  content: '\e90f';
}
.p-detail .p-thumbnails .thumbnail-next {
  right: 0;
}
.p-detail .p-thumbnails .thumbnail-next::before {
  content: '\e910';
}
.p-detail .p-thumbnails.overflow-next .thumbnail-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-detail .p-thumbnails.overflow-next::after {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 1px;
  content: '';
  display: block;
  width: 40px;
  height: 125px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.p-detail .p-thumbnails.overflow-prev .thumbnail-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-detail .p-thumbnails.overflow-prev::before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  display: block;
  width: 40px;
  height: 125px;
  background-image: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.p-detail .p-thumbnail::before,
.p-detail .show360image::before {
  content: '';
  position: absolute;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
.p-detail .p-thumbnails-vertical .p-thumbnail::before,
.p-detail .p-thumbnails-vertical .show360image::before {
  left: 1px;
  width: 2px;
  height: 100%;
}
.p-detail .p-thumbnails-horizontal .p-thumbnail::before,
.p-detail .p-thumbnails-horizontal .show360image::before {
  top: 1px;
  width: 100%;
  height: 2px;
}
.p-detail .p-image-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .p-detail .p-image-wrapper {
    padding: 0;
    clear: both;
    float: none;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
}
.p-detail .p-code {
  display: block;
  color: #acacac;
  padding-top: 3px;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  .p-detail .p-code {
    padding-top: 0;
  }
}
.product-top h1 {
  display: block;
  float: none;
  margin-right: 10px;
  margin-bottom: 0;
}
.product-top #choose-variant {
  display: inline-block !important;
  line-height: 40px;
}
.product-top .detail-parameters {
  width: 100%;
}
.product-top .detail-parameters tr.variant-list td {
  display: flex;
  align-items: center;
  min-height: 55px;
}
.product-top .detail-parameters tr.variant-list .hidden-split-parameter .parameter-value {
  display: none;
}
.product-top .detail-parameters tr.variant-list .hidden-split-parameter .advanced-parameter {
  width: 40px;
  float: left;
  cursor: pointer;
}
.product-top .detail-parameters th {
  text-align: left;
  width: 145px;
  font-weight: 500;
  min-width: 145px;
  letter-spacing: 0.5px;
}
.product-top .detail-parameters td select {
  margin: 8px 0;
  padding: 9px 30px 9px 13px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  width: 100%;
  max-width: 290px;
  position: relative;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/select-ar.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-top .price-line {
  display: flex;
  float: none !important;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-top: none;
  order: 1;
  flex-wrap: wrap;
  position: relative;
  min-height: 100px;
  padding: 25px !important;
  margin-top: 25px;
  /*.default-variant {
      display: none;
    }*/
}
.product-top .price-line:before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-primary);
  opacity: 0.08;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line {
    margin: 30px 10px 0 10px !important;
    padding: 20px 15px 5px 15px !important;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .product-top .price-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-top .price-line > div {
  width: 100%;
  max-width: 250px;
}
.product-top .price-line .price-final-holder {
  /*display: flex;
      flex-wrap: wrap;*/
}
.product-top .price-line .price-final-holder.no-display {
  display: none;
}
.product-top .price-line .availability-value {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .availability-value {
    order: -1;
    margin-top: 10px;
  }
}
.product-top .price-line .price-additional {
  position: relative;
  /*top: -6px;*/
  font-weight: 500;
}
.product-top .price-line .availability-label {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .availability-label {
    font-size: 1.3em;
    margin-top: 10px;
  }
}
.product-top .price-line .delivery-line {
  letter-spacing: 0.5px;
  font-weight: 500;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .delivery-line {
    margin-top: 15px;
  }
}
.product-top .price-line .delivery-line .delivery-time-label {
  min-width: 135px;
  margin-right: 10px;
}
.product-top .price-line .delivery-line .default-variant {
  display: block;
}
.product-top .price-line .delivery-line .default-variant.noDisplay {
  display: none;
}
.product-top .price-line .price-final {
  font-size: 2.6em;
  letter-spacing: -0.3px;
  line-height: 1em;
  display: block;
  margin-top: 10px;
}
.product-top .price-line .price-measure {
    display: none;
}
.product-top .price-line .price-final .pr-list-unit {
  font-size: 18px;
  color: #9c9c9c;
  position: relative;
  top: -3px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .price-final {
    font-size: 2.2em;
    line-height: 1.3em;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-top .price-line .price-final {
    font-size: 2em;
  }
}
.product-top .price-line .price-standard {
  margin-right: 10px;
  text-decoration: line-through;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a {
  border: none;
  display: inline-block;
  width: 125px;
  height: 125px;
  position: relative;
  border-radius: 8px;
  margin-right: 7px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a[data-gallery="lightbox[gallery]"] {
  display: none;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 120%;
  max-height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-top .social-buttons-wrapper {
  margin-top: 40px;
  order: 2;
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .product-top .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.product-top .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
}
.product-top .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.product-top .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.product-top .social-buttons-wrapper a {
  text-transform: none;
  color: #535353;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-right: 35px;
}
@media only screen and (max-width: 480px) {
  .product-top .social-buttons-wrapper a {
    margin-top: 15px;
  }
}
.product-top .social-buttons-wrapper a:before {
  transition: 0.3s;
}
.product-top .social-buttons-wrapper a span {
  text-transform: none;
  color: #535353;
  font-weight: 500;
  font-size: 12px;
}
.product-top .social-buttons-wrapper .link-icon.print {
  display: none;
}
.product-top .social-buttons-wrapper .link-icon.share::before,
.product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 30px;
  margin-bottom: 5px;
  color: #d5d6da;
  line-height: 46px;
}
.product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 25px;
}
.product-top .social-buttons-wrapper .link-icon.chat:before,
.product-top .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 45px;
  height: 45px;
  margin: 0 auto 5px auto;
}
.product-top .social-buttons-wrapper .link-icon.share::before {
  content: '\e933';
}
.product-top .social-buttons-wrapper .link-icon.print:before {
  content: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/printer.svg);
  opacity: 0.2;
}
.product-top .social-buttons-wrapper .link-icon.chat:before {
  content: '';
  opacity: 0.2;
  position: relative;
  display: inline-block;
  top: 5px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/question.svg) no-repeat center top 4px;
  background-size: 28px;
}
.product-top .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
.product-top .social-buttons-wrapper .link-icon:hover.chat:before,
.product-top .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.product-top .social-buttons-wrapper .link-icon:hover.share:before,
.product-top .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.product-top .social-buttons-wrapper {
  display: flex;
  position: relative;
}
.product-top .social-buttons-wrapper .social-buttons {
  position: absolute;
  left: 0;
  top: 75px;
  min-width: 100%;
  min-height: auto;
  background: #f2f2f2bd;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.product-top .social-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-top .social-buttons .close-wrapper {
  text-align: right;
  justify-content: flex-end;
}
.product-top .social-buttons > div {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  padding-right: 5px;
  display: flex;
}
.product-top .social-buttons > div iframe {
  vertical-align: middle;
}
.product-top .social-buttons > div:last-child {
  padding-right: 0;
}
.product-top .social-buttons > div.close-wrapper {
  justify-self: flex-end;
  flex-grow: 1;
  padding-left: 1em;
  text-align: left;
  text-transform: uppercase;
}
.product-top .social-buttons > div.addthis {
  width: 100%;
  padding-right: 0;
}
.product-top .social-buttons.no-display {
  display: flex !important;
  opacity: 0;
  z-index: -1;
}
.product-top .quantity {
  border-radius: 4px 0 0 4px !important;
}
@media only screen and (max-width: 1200px) {
  .product-top .quantity {
    margin-bottom: 10px;
  }
}
.product-top .add-to-cart {
  margin: 15px 0;
  display: flex;
  max-width: 100% !important;
  width: auto !important;
  flex-wrap: wrap;
}
.product-top .add-to-cart button:not(.increase):not(.decrease) {
  width: 160px;
  min-width: 160px;
  height: 48px;
  border: none;
  font-weight: 600;
  line-height: 1.2em !important;
  border-radius: 8px;
  font-size: 1.1em;
  color: #fff;
  letter-spacing: 0.2px;
}
.product-top .add-to-cart button.hideBtn {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .product-top .add-to-cart button {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-top .add-to-cart button {
    margin: 0 0 10px 0;
  }
}
.product-top .flags-extra {
  bottom: 20px;
  right: 25px;
}
.product-top .p-detail-info {
  clear: both;
  padding-top: 20px;
  align-items: center;
  position: relative;
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) {
  /*display: none;*/
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th {
  font-weight: 500;
  min-width: 180px;
  width: auto;
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th,
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr td {
  padding-right: 10px;
  padding-bottom: 5px;
}
.product-top .p-detail-info .detail-parameters {
  border-top: 1px solid #dfdfdf;
  border-spacing: 0px;
  padding: 10px 0;
  order: 1;
  position: relative;
}
.product-top .p-detail-info .detail-parameters #simple-variants {
  display: flex;
  flex-wrap: wrap;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter {
  margin-right: 5px;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner {
  width: 60px;
  height: 60px;
  display: flex;
  cursor: pointer;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner:hover img {
  opacity: 0.8;
}
.product-top .p-detail-info > div.stars-wrapper {
  font-weight: 600;
  float: left;
}
@media only screen and (max-width: 600px) {
  .product-top .p-detail-info > div.stars-wrapper {
    width: 100%;
    padding-bottom: 15px;
    margin: 10px 0 0 0;
  }
}
.product-top .p-detail-info > div.stars-wrapper a {
  font-weight: 500;
  text-decoration: none;
}
.product-top .p-detail-info > div.stars-wrapper a:hover {
  text-decoration: underline;
}
.product-top .p-detail-info > div {
  font-weight: 600;
  float: right;
  color: #1E1E1C;
  font-size: 0.9em;
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .product-top .p-detail-info > div {
    padding-top: 3px;
    float: none;
  }
}
.product-top .p-detail-info > div a {
  text-decoration: none;
}
.product-top .p-detail-info > div a:hover {
  text-decoration: underline;
}
.product-top .p-detail-info .detail-parameters {
  clear: both;
}
.product-top .p-detail-info .flags {
  padding: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  float: left;
}
.product-top .p-detail-info .flags .flag {
  margin-right: 15px;
}
.product-top .p-detail-info .dkLabFavDiv {
  margin-top: 15px;
}
.product-top .p-detail-info .stars-wrapper {
  float: left;
  margin-top: 4px;
  margin-bottom: 20px;
}
.product-top .p-detail-info .stars-wrapper .stars-label {
  font-weight: 500;
  margin-left: 10px;
  font-size: 0.9em;
}
.product-top .p-detail-info .stars-wrapper .stars {
  width: 70px;
  margin: 0;
}
.product-top .p-detail-info .stars-wrapper .stars .star {
  width: 14px;
  position: relative;
  top: 0;
}
.product-top .p-detail-info .stars-wrapper .stars .star:before {
  font-size: 9px;
}
.disabled-add-to-cart .product-top .add-to-cart button {
  background: #ccc;
  cursor: not-allowed;
}
.disabled-add-to-cart .product-top .add-to-cart button:hover {
  background: #ccc;
}
.overall-wrapper {
  overflow: hidden;
}
.type-detail .basic-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.type-detail .basic-description img {
  max-width: 100%;
  height: auto;
}
.type-detail .basic-description .basic-description {
  width: 100%;
}
.type-detail .basic-description h4,
.type-detail .basic-description h3,
.type-detail .basic-description h2,
.type-detail .basic-description p,
.type-detail .basic-description div {
  max-width: 680px;
}
@media only screen and (min-width: 1200px) {
  .type-detail .tab-content {
    margin-top: 30px;
  }
}
.type-detail .shp-tabs-wrapper {
  clear: both;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .type-detail .shp-tabs-wrapper {
    padding-top: 30px;
  }
}
.type-detail .shp-tabs-wrapper h3 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 15px;
}
.type-detail .shp-tabs-wrapper h3:before {
  width: 80px;
  height: 2px;
  bottom: -2px;
  position: absolute;
  background: var(--color-primary);
  left: 0;
  display: block;
  content: "";
  margin-top: 20px;
}
@media (min-width: 992px) {
  .type-detail .description-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .type-detail .basic-description {
    flex: 1 1 auto;
    width: 60%;
    padding-right: 40px;
  }
  .type-detail .extended-description {
    flex: 0 1 auto;
    width: 40%;
    padding-left: 10px;
  }
}
.type-detail .tab-content .detail-parameters th,
.type-detail .tab-content .detail-parameters td {
  padding-bottom: 5px;
}
.type-detail .detail-parameters th {
  padding-right: 20px;
  font-weight: 500;
  text-align: left;
}
.type-detail .detail-parameters tr:last-child th,
.type-detail .detail-parameters tr:last-child td {
  color: #505050;
  border: none;
  border-bottom: 1px solid #fff;
}
.type-detail .detail-parameters tr:last-child th a,
.type-detail .detail-parameters tr:last-child td a {
  text-decoration: none;
}
.type-detail .detail-parameters tr:last-child th a:hover,
.type-detail .detail-parameters tr:last-child td a:hover {
  text-decoration: underline;
}
.type-detail .products-alternative,
.type-detail .products-related {
  margin-top: 40px;
}
.type-detail .products-alternative.slick-slider .slick-arrow,
.type-detail .products-related.slick-slider .slick-arrow {
  top: -40px;
}
.type-detail .tab-content .detail-parameters {
  width: 100%;
  border-spacing: 0;
  position: relative;
  background: var(--color-primary);
  border-radius: 8px;
  font-size: 1.1em;
}
.type-detail .tab-content .detail-parameters tr {
  background: rgba(255, 255, 255, 0.92);
  position: relative;
}
.type-detail .tab-content .detail-parameters tr:first-child th,
.type-detail .tab-content .detail-parameters tr:first-child td {
  padding-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .tab-content .detail-parameters tr:first-child th,
  .type-detail .tab-content .detail-parameters tr:first-child td {
    padding-top: 20px !important;
  }
}
.type-detail .tab-content .detail-parameters tr:last-child th,
.type-detail .tab-content .detail-parameters tr:last-child td {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .tab-content .detail-parameters tr:last-child th,
  .type-detail .tab-content .detail-parameters tr:last-child td {
    padding-bottom: 20px !important;
  }
}
.type-detail .tab-content .detail-parameters tr a {
  text-decoration: none;
}
.type-detail .tab-content .detail-parameters tr th,
.type-detail .tab-content .detail-parameters tr td {
  padding: 15px 40px !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .tab-content .detail-parameters tr th,
  .type-detail .tab-content .detail-parameters tr td {
    padding: 15px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .tab-content .detail-parameters tr th,
  .type-detail .tab-content .detail-parameters tr td {
    padding: 10px 20px !important;
  }
}
.type-detail .tab-content .detail-parameters tr th {
  font-weight: 500;
}
.type-detail .tab-content .detail-parameters tr td {
  font-weight: 600;
  text-align: right;
  color: var(--color-primary);
}
.type-detail .tab-content .detail-parameters tr td a {
  text-decoration: underline;
}
.type-detail .tab-content .detail-parameters tr td a:hover {
  text-decoration: none;
}
.type-detail .products-related {
  margin-bottom: 30px;
}
.type-detail .tab-content .detail-parameters tr th,
.type-detail .detail-parameters tr td {
  padding: 10px 15px;
}
.type-detail .products-related-header {
  margin-top: 50px;
  font-size: 2em;
  text-align: left;
  clear: both;
  font-weight: 500;
  padding-bottom: 15px;
  /* &:after {
      left: 50%;
      transform: translateX(-50%);
    }*/
}
@media only screen and (max-width: 1200px) {
  .type-detail .products-related-header {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .products-related-header {
    font-size: 1.5em;
  }
}
.quantity {
  padding: 0;
  width: 122px;
  height: 48px;
  margin: 0;
  position: relative;
  border: none;
  margin-bottom: 0;
  margin-right: 15px;
}
.quantity .increase {
  position: absolute;
  right: 5px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
.quantity .increase:before {
  margin-top: 8px;
  content: '+';
  font-weight: 600;
  font-size: 12px;
}
.quantity .increase:hover {
  background: #dfdfdf;
}
.quantity .decrease {
  position: absolute;
  left: 5px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
.quantity .decrease:before {
  margin-top: 6px;
  content: '-';
  font-size: 16px;
}
.quantity .decrease:hover {
  background: #dfdfdf;
}
.quantity input {
  width: 60px;
  height: 48px;
  text-align: center;
  font-size: 1.4em;
  margin-left: 31px;
  margin-right: 40px;
  border: none;
  padding-top: 1px;
  border-radius: 3px;
  font-weight: 500;
  background: #fff;
  border: 1px solid rgba(30, 30, 28, 0.16);
  border-radius: 8px;
}
.quantity .decrease,
.quantity .increase {
  top: 16px;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  background: rgba(30, 30, 28, 0.08);
}
.quantity .decrease:hover,
.quantity .increase:hover {
  color: #fff;
  background: var(--color-primary);
}
.quantity .decrease:before {
  margin-top: 5px;
}
.quantity .increase:before {
  margin-top: 8px;
}
.discussion .vote-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.discussion .vote-wrap {
  border: 1px solid #dfdfdf;
  padding-left: 20px;
  border-radius: 5px;
  padding-bottom: 25px;
}
.discussion .vote-wrap .btn {
  line-height: 30px !important;
  height: 30px !important;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .discussion .vote-wrap .votes-wrap {
    padding-left: 0px;
  }
}
.discussion .vote-wrap .vote-wrap {
  background: #f5f5f5;
  position: relative;
  border: none;
  margin-right: 20px;
}
.discussion .vote-wrap .vote-wrap:before {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 20px;
  top: -8px;
  transform: rotate(-45deg);
}
.discussion .vote-header {
  margin-bottom: 15px;
}
.discussion .add-comment {
  margin-top: 20px;
}
.discussion .vote-time {
  color: #a5a5a5;
}
.sr-only {
  display: none;
}
.p-image-wrapper .flags-extra .flag,
.flags-extra .flag {
  background: #ececec !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #333;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping,
.flags-extra .flag.flag.flag-freeshipping {
  color: #3da253;
  font-weight: 500;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping:after,
.flags-extra .flag.flag.flag-freeshipping:after {
  display: none;
}
.p-image-wrapper .flags-extra .flag.flag.flag-discount,
.flags-extra .flag.flag.flag-discount {
  color: #fff;
}
.p-image-wrapper .flags-extra .flag.no-display,
.flags-extra .flag.no-display {
  display: none !important;
}
.products-block .flags-extra .flag {
  margin-right: 8px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20%;
}
.watchdog-row .notificationEmail,
.watchdog-row select {
  width: 60%;
  margin-left: 15px;
}
.watchdog-row .disclaimer {
  opacity: 0.8;
  font-style: italic;
}
.watchdog-row #watchdog-reset {
  display: none;
}
.watchdog-messages {
  width: 100%;
}
.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.watchdog-messages .msg .container {
  width: 100%;
}
.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold;
}
.link-icon.watchdog::before {
  content: '\e927';
}
.image360::after,
.show360image::after {
  content: '\e93e';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
}
.image360 {
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}
.image360:hover::after,
.image360.image360-loaded::after {
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0);
}
.image360-fullscreen-on .image360.image360-fullscreen-target {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  z-index: 100000;
}
.image360-holder {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  cursor: grab;
}
.image360-holder img {
  margin: 0 auto;
  max-height: 100%;
  min-width: 1px;
  max-width: 100%;
  object-fit: contain;
}
.image360-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  font-size: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image360-navigation span {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0 3px;
}
.image360-navigation:hover {
  opacity: 1;
}
.image360-fullscreen-on .image360-navigation {
  bottom: 10px;
}
.show360image {
  position: relative;
  cursor: pointer;
}
body.image360-fullscreen-on {
  overflow: hidden;
}
@media (min-width: 469px) {
  .plugin-fixed-header.active {
    top: 42px !important;
    bottom: initial !important;
  }
  .plugin-fixed-header.active .btn {
    border: none;
    padding: 15px;
    border-radius: 8px;
  }
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.type-detail .p-gifts-wrapper {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  margin-top: 0;
  padding-top: 22px;
}
.type-detail .p-gifts-wrapper .p-gifts-heading {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}
.type-detail .p-gifts-wrapper .p-gift {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-image {
  margin-right: 15px;
  line-height: 1;
  width: 90px;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-image img {
  max-width: 100%;
  height: auto;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-name a {
  text-decoration: none;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-name a span.nowrap {
  display: block;
  color: #979797;
  font-size: 0.9em;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-name a:hover {
  text-decoration: underline;
}
#dkLabComparerTable .btn {
  width: auto;
  display: inline-block !important;
  min-height: initial;
  padding: 12px 25px;
  height: auto;
  line-height: 1.1em;
  border-radius: 0;
  color: #fff;
  border: none;
  font-family: var(--template-font);
}
#dkLabComparerTable tr:nth-of-type(2) > td > span:after {
  top: -2px !important;
}
.shipping-options-popup .extra {
  margin-top: 20px;
}
.shipping-options-popup .price-range {
  display: none;
}
.shipping-options-popup .shipping-row {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.shipping-options-popup .shipping-row .payment-logo {
  margin-left: auto;
  line-height: 0;
}
.shipping-options-popup .shipping-row .payment-shipping-price {
  min-width: 80px;
}
.shipping-options-popup .shipping-row .payment-info b,
.shipping-options-popup .shipping-row .payment-info strong {
  font-weight: 600;
}
.delivery-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.delivery-line .delivery-time-label {
  margin-right: 4px;
}
.delivery-line .delivery-time {
  margin-right: 25px;
}
.delivery-line > div {
  display: inline-block;
}
.delivery-line .shipping-options {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  margin-left: 2px;
  text-decoration: underline;
}
.delivery-line .shipping-options:hover {
  text-decoration: none;
}
.delivery-line .shipping-options:before {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/truck.svg);
  background-size: 20px;
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}
.variant-table .table-row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .variant-table .table-row {
    justify-content: space-between;
  }
}
.variant-table .table-row .btn.btn-cart,
.variant-table .table-row a.btn.btn-cart,
.variant-table .table-row .btn.add-to-cart-button,
.variant-table .table-row a.btn.add-to-cart-button {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}
.variant-table .table-row .btn.btn-cart.btn-lg,
.variant-table .table-row a.btn.btn-cart.btn-lg,
.variant-table .table-row .btn.add-to-cart-button.btn-lg,
.variant-table .table-row a.btn.add-to-cart-button.btn-lg {
  padding-right: 20px;
  padding-left: 20px;
}
.variant-table .table-row .btn.btn-cart::before,
.variant-table .table-row a.btn.btn-cart::before,
.variant-table .table-row .btn.add-to-cart-button::before,
.variant-table .table-row a.btn.add-to-cart-button::before {
  content: '';
}
.variant-table .table-row .btn.btn-cart {
  font-size: 16px;
  width: 45px;
  display: inline-block !important;
  min-width: 45px;
  margin-left: 10px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/cart-w.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .variant-table .table-row .btn.btn-cart {
    margin-left: 1px;
  }
}
.variant-table .table-row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .variant-table .table-row:first-child {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .variant-table .table-row {
    border-bottom: none;
  }
}
.variant-table .table-row .table-col {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col {
    width: 50%;
  }
}
.variant-table .table-row .table-col.variant-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.variant-table .table-row .table-col.variant-name-wrapper .variant-image img {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col.variant-name-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 384px);
    margin-bottom: 0;
  }
  .multiple-columns-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 384px);
    margin-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .multiple-columns-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 150px);
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .variant-table .table-row .table-col.price {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col.price {
    width: 100%;
    text-align: center;
  }
}
.variant-table .table-row .table-col.cart {
  text-align: right;
}
.variant-table .table-row .table-col.cart .quantity {
  margin-right: 5px !important;
}
.variant-table .table-row .table-col.cart .btn,
.variant-table .table-row .table-col.cart button {
  color: #fff !important;
}
@media only screen and (max-width: 992px) {
  .variant-table .table-row .table-col.cart {
    margin-left: auto;
    min-width: 183px;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col.cart {
    margin: 10px auto 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .variant-table .table-row .table-col.standard-price-wrap {
    width: 70px;
  }
  .variant-table .table-row .table-col.price {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 360px - 70px);
  }
  .one-column-body .variant-table .table-row .table-col.cart {
    width: 165px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .multiple-columns-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 360px - 70px);
  }
  .multiple-columns-body .variant-table .table-row .table-col.cart {
    width: 202px;
    margin-top: 0;
  }
}
.variant-image {
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
  width: 59px;
}
.variant-image > a {
  display: inline-block;
  max-width: 76px;
}
.variant-image .flags {
  position: absolute;
  left: 0;
  top: 0;
}
.variant-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}
.standard-price-wrap .price-standard {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .variant-price-wrap {
    text-align: right;
  }
}
.variant-price-wrap .price-final {
  font-weight: 400;
  font-size: 18px;
}
.variant-price-wrap .price-additional {
  font-size: 12px;
  position: relative;
  margin-top: -4px;
}
.variant-price-wrap .quantity input {
  width: 32px;
}
.variant-cart .btn-cart {
  padding: 0;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .variant-cart .btn-cart {
    padding-left: 10px;
  }
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: transparent;
  margin: 0;
  color: #1E1E1C;
  clear: both;
  /*.custom-footer .instagram-line {
    width: 100% !important;
    border-top: 1px solid #393939;
    padding: 30px 40px 30px 40px !important;
    display: flex;
    margin-bottom: -1px;
    justify-content: space-between;
    align-items: center;

    @media @desktop {
      flex-direction: column;
      align-items: flex-start;
    }

    @media @tablet-port {
      padding: 20px 0 !important;
      align-items: center;
      border: none;
    }

    h4 {
      margin: 0;
      padding: 0;
      height: auto;
      font-size: 1.7em;
      letter-spacing: 2px;
      padding-right: 20px;

      @media @desktop {
        margin-bottom: 20px;
      }

      @media @tablet-port {
        font-size: 1.3em;
        margin-bottom: 35px;
      }

      @media @mobile-land {
        padding-right: 0;
      }

      &:before {
        display: none;

        @media @tablet-port {
          display: block;
        }
      }
    }

    .instagram-widget {
      width: 100%;
      max-width: inherit;
      justify-content: flex-end;

      @media @desktop {
        justify-content: flex-start;
      }

      > a {
        width: 100px;
        height: 100px;
        margin-bottom: 0 !important;

        @media @mobile-land {
          width: 33.33%;
          height: 28vw;
        }

        img {
          max-width: 100%;
        }
      }

      .instagram-follow-btn {
        flex-basis: 100%;
        display: flex;
        margin-top: 12px;
        text-align: right !important;
        max-width: 500px;
        justify-content: flex-end;
        align-items: center;

        @media @desktop {
          width: 100%;
          max-width: 100%;
          text-align: left !important;
          justify-content: flex-start;
        }

        @media @mobile-land {
          margin-top: 20px;
          justify-content: center !important;
        }

        a {
          margin-bottom: 0;
        }
      }
    }
  }*/
}
footer a {
  color: #1E1E1C;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-rows > .site-name img {
  max-width: 300px;
  max-height: 100px;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #1E1E1C;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer {
    text-align: center;
  }
}
footer .custom-footer > div {
  width: 25%;
  padding: 40px 15px 40px 0 !important;
  order: 2;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    width: 100% !important;
    padding-bottom: 20px !important;
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .custom-footer > div:last-child {
    border: none;
  }
}
footer .custom-footer > div.instagram-line {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
footer .custom-footer > div:not(.newsletter):nth-child(1),
footer .custom-footer > div:not(.newsletter):nth-child(2),
footer .custom-footer > div:not(.newsletter):nth-child(3),
footer .custom-footer > div:not(.newsletter):nth-child(4),
footer .custom-footer > div:not(.newsletter):nth-child(5) {
  order: 0;
}
footer .custom-footer .top-products .top-products-image {
  padding-left: 0;
}
footer .custom-footer .top-products .top-products-image img {
  max-width: 40px;
  max-height: 40px;
}
footer .custom-footer .top-products a {
  margin-bottom: 0 !important;
}
footer .custom-footer .site-name {
  display: block;
  padding-right: 0 !important;
  order: 10 !important;
}
footer .custom-footer .site-name .inner-box {
  padding: 30px 30px 20px 30px !important;
  margin-top: 25px;
  border-radius: 10px;
  /*max-width: 350px;*/
  z-index: 1;
  position: relative;
}
footer .custom-footer .site-name .inner-box img {
  max-height: 44px;
  max-width: 100%;
}
footer .custom-footer .site-name .inner-box:before {
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--color-primary);
  opacity: 0.08;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .site-name .inner-box {
    max-width: 100%;
  }
}
footer .custom-footer .site-name .inner-box > strong {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 20px;
  display: block;
  color: var(--color-primary);
}
footer .custom-footer .site-name .inner-box .contacts {
  margin-top: 15px;
}
footer .custom-footer .site-name .inner-box .contacts a {
  font-size: 1.5em;
  width: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  footer .custom-footer .site-name .inner-box .contacts a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .site-name .inner-box .contacts a {
    justify-content: center;
  }
}
footer .custom-footer .site-name .inner-box .contacts a:hover {
  color: var(--color-primary) !important;
}
footer .custom-footer .site-name .inner-box .contacts .project-phone {
  margin-bottom: 12px;
}
footer .custom-footer .site-name .inner-box .contacts .project-phone:before {
  position: relative;
  width: 20px;
  height: 25px;
  margin-right: 15px;
  content: '';
  display: inline-block !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/phone-sm.svg") no-repeat center;
}
footer .custom-footer .site-name .inner-box .contacts .project-email {
  margin-bottom: 12px;
}
footer .custom-footer .site-name .inner-box .contacts .project-email:before {
  position: relative;
  width: 20px;
  height: 25px;
  margin-right: 15px;
  content: '';
  display: inline-block !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/email-sm.svg") no-repeat center;
}
footer .custom-footer .site-name .inner-box .contact-box {
  margin-top: 15px;
}
footer .custom-footer .site-name .inner-box .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
footer .custom-footer .site-name .inner-box .contact-box .tel,
footer .custom-footer .site-name .inner-box .contact-box .mail,
footer .custom-footer .site-name .inner-box .contact-box .cellphone {
  display: block;
}
footer .custom-footer .site-name .inner-box .contact-box .tel a,
footer .custom-footer .site-name .inner-box .contact-box .mail a,
footer .custom-footer .site-name .inner-box .contact-box .cellphone a {
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  footer .custom-footer .site-name .inner-box .contact-box .tel a,
  footer .custom-footer .site-name .inner-box .contact-box .mail a,
  footer .custom-footer .site-name .inner-box .contact-box .cellphone a {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .site-name .inner-box .contact-box .tel a,
  footer .custom-footer .site-name .inner-box .contact-box .mail a,
  footer .custom-footer .site-name .inner-box .contact-box .cellphone a {
    justify-content: center;
  }
}
footer .custom-footer .site-name .inner-box .contact-box .tel a:hover,
footer .custom-footer .site-name .inner-box .contact-box .mail a:hover,
footer .custom-footer .site-name .inner-box .contact-box .cellphone a:hover {
  color: var(--color-primary) !important;
}
footer .custom-footer .site-name .inner-box .contact-box .tel a,
footer .custom-footer .site-name .inner-box .contact-box .cellphone a {
  font-size: 1.7em;
}
@media only screen and (max-width: 1500px) {
  footer .custom-footer .site-name .inner-box .contact-box .tel a,
  footer .custom-footer .site-name .inner-box .contact-box .cellphone a {
    font-size: 1.2em;
  }
}
footer .custom-footer .site-name .inner-box .contact-box .tel a:before,
footer .custom-footer .site-name .inner-box .contact-box .cellphone a:before {
  position: relative;
  width: 20px;
  height: 25px;
  margin-right: 15px;
  content: '';
  display: inline-block !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/phone-sm.svg") no-repeat center;
}
footer .custom-footer .site-name .inner-box .contact-box .mail a:before {
  position: relative;
  width: 20px;
  height: 25px;
  margin-right: 15px;
  content: '';
  display: inline-block !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/email-sm.svg") no-repeat center;
}
footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer h4 {
  color: #1E1E1C;
  font-weight: 600;
  font-size: 1.8em;
  text-transform: none;
  margin-top: 20px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer h4 {
    margin-top: 0;
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
}
footer h4 span {
  letter-spacing: 0;
}
footer h4:before {
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  bottom: -13px;
  left: 0;
  content: '';
}
@media only screen and (max-width: 767px) {
  footer h4:before {
    bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  footer h4:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  flex: 1;
  font-weight: 500;
}
footer .copyright {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 500;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
}
footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: none;
  color: #fff;
  background: var(--color-secondary);
}
@media only screen and (max-width: 767px) {
  footer .cart-overview .btn {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .cart-overview .btn {
    margin: 0 auto;
  }
}
footer .cart-overview .btn:hover {
  background: var(--color-secondary-hover);
}
footer h5 {
  font-size: 1.2em;
  color: #1E1E1C;
}
footer #formLogin .form-group {
  width: 100%;
}
footer #formLogin .form-group .input-wrapper {
  width: 100%;
}
footer #formLogin .form-group .input-wrapper .validator-msg {
  bottom: 20px;
  left: 0;
  margin-left: 0;
}
footer #formLogin .form-group .input-wrapper input {
  max-width: 300px;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #f2f2f2;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #fff;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer .footer-rows {
  width: 100% !important;
}
footer .contact-box ul .mail,
footer .contact-box ul .tel {
  display: none;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
}
footer ul .mail,
footer ul .tel,
footer ul .facebook,
footer ul .instagram,
footer ul .youtube {
  position: relative;
}
footer ul .mail a,
footer ul .tel a,
footer ul .facebook a,
footer ul .instagram a,
footer ul .youtube a {
  display: inline-block;
  padding-left: 30px !important;
}
footer ul .mail a:before,
footer ul .tel a:before,
footer ul .facebook a:before,
footer ul .instagram a:before,
footer ul .youtube a:before {
  width: 25px;
  content: '';
  height: 25px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer ul .mail a,
footer ul .tel a {
  padding-left: 0 !important;
}
footer ul .mail a:before,
footer ul .tel a:before {
  display: none !important;
}
footer ul .mail a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/email-f.svg");
}
footer ul .tel a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/phone-f.svg");
}
footer ul .facebook {
  width: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer ul .facebook a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/facebook.svg");
}
footer ul .instagram {
  width: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer ul .instagram a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/instagram.svg");
}
footer ul .youtube {
  width: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer ul .youtube a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/youtube3.svg");
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #909090;
  letter-spacing: 1px;
}
footer ul li a {
  color: #1E1E1C !important;
  font-weight: 400;
}
footer ul li a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
footer ul span {
  padding-left: 0 !important;
}
footer .custom-footer .newsletter form fieldset > div,
footer .odber .odber-in .newsletter form fieldset > div {
  clear: both;
}
footer .contact-socials {
  margin-top: 10px;
}
footer .contact-socials > div {
  display: block !important;
  margin-top: 10px;
}
footer .contact-socials .facebook {
  display: inline-block;
}
footer .contact-socials .facebook a {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/facebook.svg") no-repeat center;
  background-size: 24px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer .contact-socials .youtube {
  display: inline-block;
}
footer .contact-socials .youtube a {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/youtube3.svg") no-repeat center;
  background-size: 24px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer .contact-socials .instagram {
  display: inline-block;
}
footer .contact-socials .instagram a {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/instagram.svg") no-repeat center;
  background-size: 24px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}
footer .contact-socials a {
  margin: 0 15px 3px 0;
}
footer a {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0px;
  font-size: 1.1em;
  color: #1E1E1C;
}
footer a:hover {
  text-decoration: none;
  color: var(--color-primary) !important;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer .footer-rows {
  display: flex;
  flex-direction: column;
}
footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
body footer .container.footer-bottom {
  background: transparent !important;
  padding: 30px 0 !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1750px) {
  body footer .container.footer-bottom {
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    padding-bottom: 20px;
    padding-top: 20px !important;
    height: auto;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  body footer .container.footer-bottom {
    text-align: center;
  }
}
body footer .container.footer-bottom #signature {
  text-align: center;
  font-size: 0.9em;
  flex: 1;
  font-weight: 500;
}
body footer .container.footer-bottom #signature img {
  width: 24px;
}
body footer .container.footer-bottom #signature .title {
  display: none;
}
body footer .container.footer-bottom .copyright {
  color: #000;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  margin-left: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 400;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 400;
  color: #909090;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #a5a5a4;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 4px 0;
  font-size: 10px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  body footer .container.footer-bottom .copyright .podpis {
    text-align: center;
  }
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #a5a5a4;
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px -20px !important;
}
.footer-banners.multiply {
  flex-wrap: wrap !important;
  justify-content: center;
}
.footer-banners.multiply .footer-banner {
  min-width: initial !important;
}
.footer-banners.multiply .footer-banner > img {
  min-height: initial !important;
}
@media only screen and (max-width: 992px) {
  .footer-banners {
    flex-wrap: wrap;
    margin: 20px 0 !important;
  }
}
.footer-banners .footer-banner {
  width: auto;
  flex: initial;
  max-width: calc(100% - 20px);
  min-width: calc(50% - 20px);
  margin: 0 10px !important;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .footer-banners .footer-banner {
    min-width: 100%;
    max-width: 100%;
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }
}
.footer-banners .footer-banner img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner img {
    min-height: 200px;
    object-fit: cover;
  }
}
.footer-banners .footer-banner .banner-caption {
  padding: 30px 65px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .banner-caption {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner .banner-caption {
    align-items: flex-start;
    padding: 20px;
  }
}
.footer-banners .footer-banner .banner-caption .extended-banner-title {
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .banner-caption .extended-banner-title {
    max-width: 70%;
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .footer-banners .footer-banner .banner-caption .extended-banner-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner .banner-caption .extended-banner-title {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-banners .footer-banner .banner-caption .extended-banner-link {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-banners .footer-banner .banner-caption .extended-banner-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-banners .footer-banner:nth-child(even) .banner-caption {
  align-items: flex-end;
  text-align: right !important;
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
.odber .odber-in {
  max-width: 100% !important;
}
.odber .odber-in .newsletter {
  background: transparent !important;
}
.odber .odber-in .newsletter fieldset {
  position: unset;
}
@media (min-width: 1750px) {
  .odber .odber-in .newsletter {
    padding: 60px 150px !important;
  }
}
footer .custom-footer .newsletter,
.odber .odber-in .newsletter {
  width: 100% !important;
  max-width: 1680px;
  border: none;
  padding: 50px 220px !important;
  margin: 0 auto;
  display: flex;
  margin-bottom: -1px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
  order: -1 !important;
  margin-top: 20px;
}
@media only screen and (max-width: 1750px) {
  footer .custom-footer .newsletter,
  .odber .odber-in .newsletter {
    padding: 50px 100px !important;
    /*margin: 0 40px;
      width: auto !important;*/
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer .newsletter,
  .odber .odber-in .newsletter {
    padding: 40px 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .newsletter,
  .odber .odber-in .newsletter {
    flex-direction: column;
    padding: 30px 15px !important;
    margin-top: 0;
    margin-bottom: 25px;
    border: none;
    align-items: center;
  }
}
footer .custom-footer .newsletter br,
.odber .odber-in .newsletter br {
  display: none;
}
footer .custom-footer .newsletter h4,
.odber .odber-in .newsletter h4 {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 2.8em;
  letter-spacing: 0;
  color: #1E1E1C;
  font-weight: 600;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer .newsletter h4,
  .odber .odber-in .newsletter h4 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .newsletter h4,
  .odber .odber-in .newsletter h4 {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .custom-footer .newsletter h4:before,
.odber .odber-in .newsletter h4:before {
  display: none;
}
footer .custom-footer .newsletter form,
.odber .odber-in .newsletter form {
  border: none;
  width: 60%;
  max-width: 600px;
  padding: 0 0 30px 0 !important;
  position: relative;
}
@media only screen and (max-width: 992px) {
  footer .custom-footer .newsletter form,
  .odber .odber-in .newsletter form {
    padding-bottom: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .newsletter form,
  .odber .odber-in .newsletter form {
    padding: 15px 0 50px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .newsletter form,
  .odber .odber-in .newsletter form {
    padding-bottom: 0 !important;
  }
}
footer .custom-footer .newsletter form fieldset,
.odber .odber-in .newsletter form fieldset {
  padding: 0;
}
footer .custom-footer .newsletter form label,
.odber .odber-in .newsletter form label,
footer .custom-footer .newsletter form a,
.odber .odber-in .newsletter form a {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .newsletter form,
  .odber .odber-in .newsletter form {
    width: 100%;
  }
}
footer .custom-footer .newsletter form fieldset,
.odber .odber-in .newsletter form fieldset {
  border: none;
}
footer .custom-footer .newsletter form fieldset > div,
.odber .odber-in .newsletter form fieldset > div {
  position: absolute;
  bottom: 5px;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .newsletter form fieldset > div,
  .odber .odber-in .newsletter form fieldset > div {
    position: relative;
    bottom: 0;
    text-align: center;
  }
}
footer .custom-footer .newsletter form label,
.odber .odber-in .newsletter form label {
  width: 100%;
  color: #1E1E1C;
  opacity: 0.6;
  font-size: 0.9em;
}
footer .custom-footer .newsletter form label a,
.odber .odber-in .newsletter form label a {
  font-size: 1em;
  color: #1E1E1C;
}
footer .custom-footer .newsletter form label a:hover,
.odber .odber-in .newsletter form label a:hover {
  text-decoration: none;
}
footer .custom-footer .newsletter form .validator-msg,
.odber .odber-in .newsletter form .validator-msg {
  left: 0;
}
footer .custom-footer .newsletter form .validator-msg-holder,
.odber .odber-in .newsletter form .validator-msg-holder {
  width: calc(100% - 150px);
  float: left;
  position: relative;
  display: inline-block;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .newsletter form .validator-msg-holder,
  .odber .odber-in .newsletter form .validator-msg-holder {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .custom-footer .newsletter form .validator-msg-holder input,
.odber .odber-in .newsletter form .validator-msg-holder input {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background: #fff;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-radius: 7px 0 0 7px;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .newsletter form .validator-msg-holder input,
  .odber .odber-in .newsletter form .validator-msg-holder input {
    border-radius: 8px;
    text-align: center;
  }
}
footer .custom-footer .newsletter form .consents-first,
.odber .odber-in .newsletter form .consents-first {
  clear: both;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .newsletter form .consents-first,
  .odber .odber-in .newsletter form .consents-first {
    margin-bottom: 15px;
  }
}
footer .custom-footer .newsletter label,
.odber .odber-in .newsletter label {
  margin-top: 10px !important;
}
footer .custom-footer .newsletter label a,
.odber .odber-in .newsletter label a {
  display: inline-block;
  text-decoration: underline;
}
footer .custom-footer .newsletter button,
.odber .odber-in .newsletter button {
  width: 150px;
  height: 48px;
  margin: 0;
  color: #fff;
  background: var(--color-secondary);
  padding: 0;
  display: inline-block;
  border: none;
  position: relative;
  border-radius: 0 7px 7px 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
footer .custom-footer .newsletter button .sr-only,
.odber .odber-in .newsletter button .sr-only {
  display: block !important;
}
footer .custom-footer .newsletter button:hover,
.odber .odber-in .newsletter button:hover {
  background: var(--color-secondary-hover);
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .newsletter button,
  .odber .odber-in .newsletter button {
    border-radius: 8px;
    width: 100%;
    margin-top: 15px;
  }
}
.search-whisperer {
  z-index: 100;
  position: absolute;
  display: none;
  width: 100%;
  text-align: left;
  font-size: 12px;
  border-radius: 8px;
  top: 40px;
  line-height: 1.2;
  border: 1px solid #e3e3e3;
  max-height: 325px;
  overflow: auto;
}
@media only screen and (max-width: 992px) {
  .search-whisperer {
    max-width: 311px;
  }
}
.search-whisperer p {
  margin: 10px 5px;
}
.search-whisperer a:hover .p-name {
  text-decoration: underline;
}
.search-whisperer ul {
  margin: 0;
  padding: 0;
}
.search-whisperer ul li {
  list-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer ul li:last-child {
  border: none;
}
.search-whisperer ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 5px;
  text-decoration: none;
}
.search-whisperer ul li a > img {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-whisperer .p-name {
  margin-bottom: 0.25ex;
  font-size: 1.1em;
}
.search-whisperer .p-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
  padding: 0 5px;
}
.search-whisperer .p-info span {
  display: block;
}
.search-whisperer .p-name,
.search-whisperer .p-availability-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-whisperer .p-availability {
  height: 14px;
  line-height: 1;
  position: relative;
}
.search-whisperer .p-availability .p-availability-inner {
  position: absolute;
}
.search-whisperer .price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: -13px;
  text-align: right;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}
.search-whisperer.active {
  display: block;
}
@media (min-width: 768px) {
  .search-whisperer .price {
    margin-top: -16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-whisperer ul li a {
    align-items: center;
  }
  .search-whisperer .price {
    width: 90px;
    margin-top: 0;
    padding-right: 7px;
  }
}
.search-whisperer-documents {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer img {
  max-width: 100%;
}
.search-whisperer-documents a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}
.search-whisperer-documents em {
  padding-right: 1ex;
  font-size: 12px;
}
.search-whisperer-category em::before {
  content: '\e936';
  vertical-align: baseline;
}
.search-whisperer-image {
  max-width: 59px;
  width: 59px;
}
.search-whisperer-image img {
  max-width: 50px;
  max-height: 50px;
}
.search-whisperer-empty {
  padding: 15px;
  font-size: 1.1em;
  border: none;
}
.search-whisperer {
  border-color: #dadada;
  background-color: #fff;
}
.search-whisperer ul li {
  border-color: #dadada;
}
.search-whisperer ul li a:not(.btn) {
  color: #666;
}
.search-whisperer .price {
  color: #656565;
}
.search-whisperer .p-name {
  color: #656565;
}
.search-whisperer-documents {
  border-bottom-color: #dadada;
}
.flags {
  padding-top: 10px;
}
.flags .flag {
  letter-spacing: 0;
  border-radius: 2px;
  padding: 5px 10px;
  background: #ccc;
  text-transform: none;
  font-weight: 500;
  color: #fff;
  font-size: 0.8em;
  position: relative;
  /*@media @tablet-port {
      padding: 3px 4px 3px 8px;
      font-size: 0.8em;
      color: #000;
    }*/
  /*&:after {
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 11px solid transparent;
      border-left-width: 9px;
      border-left-style: solid;
      border-left-color: #ccc;
      content: '';
      right: -9px;
      top: 0;
      position: absolute;

      @media @tablet-port {
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
      }
    }*/
}
.flags .flag.flag-custom1 {
  background: #0f95c6;
}
.flags .flag.flag-tip {
  background: var(--color-primary);
}
.flags .flag.flag-action {
  background: #D42424;
}
.flags .flag.flag-new {
  background: #F59300 !important;
}
.flags .flag.flag-custom1:after {
  border-left-color: #ffc702;
}
.flags .flag.flag-new {
  color: #fff;
}
.products-block > div.slick-slide {
  flex: 0 0 auto;
  width: 100%;
}
.products-inline.products.products-top {
  margin: 10px -6px 20px -6px;
  width: calc(100% + 12px) !important;
}
.products-inline.products.products-top .product {
  padding: 6px;
  margin: 0;
}
.products-inline.products.products-top .product a {
  text-decoration: none;
  font-weight: 500;
}
.products-inline.products.products-top .product .p {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin: 0;
  padding: 15px 15px 10px 15px;
  width: 100%;
  height: 100%;
}
.products-block.products {
  z-index: 0;
  max-width: 100%;
  width: 100%;
  /*&:hover {
    z-index: 2;

    .slick-list {
      overflow: visible;
    }
  }*/
}
.products-block.products .slick-list {
  /* margin: 0 -25px;
     padding: 15px !important;*/
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  /*overflow: visible;*/
  position: relative;
  /*width: calc(~'100% + 40px') !important;*/
  margin-bottom: 30px;
  /*&:before {
      width: calc(~'(100vw - 100%)/2');
      height: 100%;
      content: '';
      top: 0;
      background: #fff;
      z-index: 2;
      position: absolute;
      left: calc(~'50% - 597px');
      transform: translateX(-100%);
    }

    &:after {
      width: calc(~'(100vw - 100%)/2 + 1px');
      height: 100%;
      content: '';
      top: 0;
      background: #fff;
      z-index: 2;
      position: absolute;
      right: calc(~'50% - 606px');
      transform: translateX(100%);

      @media @desktop {
        right: 5px;
        width: 10px;
      }
    }*/
}
@media only screen and (min-width: 1200px) {
  .products-block.products .slick-list {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
  }
}
.products-block.products .slick-list .product {
  margin: 0;
  width: auto;
  /*opacity: 0;

      &.slick-active {
        opacity: 1;
      }*/
}
@media only screen and (min-width: 1200px) {
  .products-block.products .slick-list .product {
    margin: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .products-block.products .slick-list .product {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .slick-list .product {
    margin-right: 5px;
  }
}
.products-block.products .slick-track {
  float: left;
  min-width: 100%;
}
.products-block.products .slick-track .slick-arrow {
  display: none !important;
}
.products-block.products .slick-dots {
  display: none !important;
}
.products-block.products .product {
  border: none !important;
  position: relative;
  padding: 0 !important;
  background: #fff;
  margin: 0;
  /*transition: @transition;*/
  width: 20%;
  margin-bottom: 40px;
}
.products-block.products .product:focus {
  outline: none;
}
.products-block.products .product a:focus {
  outline: none;
}
@media only screen and (max-width: 1500px) {
  .products-block.products .product {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .products-block.products .product {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .products-block.products .product {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .product {
    padding: 5px 0 !important;
  }
  .products-block.products .product .p-in {
    padding: 0 !important;
  }
  .products-block.products .product .p-in .p-desc {
    display: none !important;
  }
  .products-block.products .product .p-in .name {
    font-size: 0.95em !important;
    line-height: 1.4em;
  }
}
.products-block.products .product .stars-placeholder,
.products-block.products .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  margin-bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  margin-top: 0;
  justify-self: flex-start;
  align-self: flex-start;
}
.products-block.products .product .dkLabComparerProductDiv {
  text-align: center;
  margin-bottom: 8px;
  opacity: 0.5;
  font-size: 0.9em;
}
.products-block.products .product .dkLabFavouriteDiv,
.products-block.products .product .dkLabFavouriteProductDiv {
  text-align: center;
  margin-bottom: 8px;
  /* position: absolute; */
  /* top: 35px; */
  /* right: 10px; */
  opacity: 0.5;
  font-size: 0.9em;
}
.products-block.products .product .dkLabFavouriteDiv .dkLabFavouriteControls,
.products-block.products .product .dkLabFavouriteProductDiv .dkLabFavouriteControls {
  /*> span {
          display: none !important;
        }*/
}
.products-block.products .product .flag-discount {
  margin-left: 0;
}
.products-block.products .product .p-tools > .quantity {
  opacity: 0.2;
  position: relative;
}
.products-block.products .product .p-tools > .quantity:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background: transparent;
  cursor: not-allowed;
}
.products-block.products .product form.pr-action .quantity,
.products-block.products .product .p-tools .quantity {
  width: 105px;
  margin: 0 0 6px 0;
  height: 30px;
}
.products-block.products .product form.pr-action .quantity input,
.products-block.products .product .p-tools .quantity input {
  height: 30px;
  font-size: 15px;
  width: 42px !important;
  padding: 0 !important;
}
.products-block.products .product form.pr-action .quantity .increase,
.products-block.products .product .p-tools .quantity .increase,
.products-block.products .product form.pr-action .quantity .decrease,
.products-block.products .product .p-tools .quantity .decrease {
  top: 6px;
}
.products-block.products .product form.pr-action,
.products-block.products .product .p-tools {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-block.products .product .image {
  max-width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
  text-align: center;
}
.products-block.products .product .image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.products-block.products .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product .p-code {
    display: none;
  }
}
.products-block.products .product.slick-slide {
  padding: 0 10px;
}
.products-block.products .product .p {
  padding: 0 15px;
}
.products-block.products .product .p-in {
  /*position: relative;*/
  transition: 0s;
  background: #fff;
  padding: 0 0 15px 0;
}
.products-block.products .product .p-in .p-in-in {
  position: relative;
}
.products-block.products .product .p-in:before {
  width: 100%;
  height: 20px;
  background: #fff;
  top: -20px;
  content: '';
  left: 0;
  position: absolute;
}
.products-block.products .product .category-appendix {
  display: none !important;
}
.products-block.products .product .flags {
  width: 100%;
}
.products-block.products .product .flags.flags-extra {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product .flags.flags-extra .flag {
    width: 45px;
    height: 45px;
    margin: 0;
    right: 0;
  }
  .products-block.products .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block.products .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
  }
  .products-block.products .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block.products .product .stars {
  margin-bottom: 10px;
}
.products-block.products .product .p {
  position: relative;
  border: none;
}
.products-block.products .product .p .name {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  letter-spacing: 0;
  text-decoration: none;
  min-height: 35px;
  height: auto;
  margin: 25px auto 10px auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.products-block.products .product .ratings-wrapper {
  width: 100%;
  /*justify-content: center;*/
  text-align: center;
  flex-direction: column;
  padding: 0;
  top: 0;
  min-height: 0;
}
.products-block.products .product .ratings-wrapper .stars {
  width: 50px;
  margin: 0;
}
.products-block.products .product .ratings-wrapper .stars .star {
  width: 10px;
}
.products-block.products .product .ratings-wrapper .stars .star:before {
  font-size: 9px;
}
.products-block.products .product .availability {
  margin-bottom: 7px;
  text-align: center !important;
  line-height: 1.1em;
}
.products-block.products .product .p-desc {
  display: none;
}
.products-block.products .product .prices {
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 5px;
  text-align: center;
}
.products-block.products .product .prices .price-additional {
  display: block;
  text-align: center;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.2px;
  opacity: .4;
  margin-bottom: 8px;
  margin-top: 2px;
}
@media only screen and (max-width: 480px) {
  .products-block.products .product .prices .price-additional {
    font-size: 0.7em;
    letter-spacing: 0.5px;
  }
}
.products-block.products .product .prices .price,
.products-block.products .product .prices .price strong {
  text-transform: none;
}
.products-block.products .product .prices .price-final {
  margin-bottom: 10px;
}
.products-block.products .product .prices .price-final strong {
  font-weight: 700;
  color: #1E1E1C !important;
  letter-spacing: 0px;
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.products-block.products .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block.products .product a {
  border: none;
}
.products-block.products .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block.products .product button,
.products-block.products .product .btn {
  width: 140px !important;
  min-width: 115px;
  letter-spacing: 0.5px;
  font-size: 1em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: left;
  position: relative;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  height: 34px !important;
  opacity: 1;
  color: var(--color-primary) !important;
  line-height: 1.1em;
  margin: 5px auto 0 auto;
  font-family: var(--template-font) !important;
  background: transparent;
  z-index: 1;
}
.products-block.products .product button[style="display: none;"],
.products-block.products .product .btn[style="display: none;"] {
  display: none !important;
}
.products-block.products .product button span,
.products-block.products .product .btn span {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product button,
  .products-block.products .product .btn {
    height: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-block.products .product button,
  .products-block.products .product .btn {
    width: 90px !important;
    min-width: 90px;
    padding: 0;
    font-size: 0.9em;
    line-height: 33px !important;
  }
}
.products-block.products .product button:before,
.products-block.products .product .btn:before {
  display: block !important;
  left: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  content: '';
  background: var(--color-primary);
  z-index: -1;
  opacity: 0.08;
  position: absolute;
}
.products-block.products .product button:hover,
.products-block.products .product .btn:hover {
  color: #fff !important;
}
.products-block.products .product button:hover:before,
.products-block.products .product .btn:hover:before {
  background: var(--color-secondary-hover);
  opacity: 1;
}
.products-block.products .product .p-bottom > div {
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.products-block.products .product .widget-parameter-value {
  border-right: 10px;
  margin: 0 3px 6px 3px;
}
.products-block.products .product .widget-parameter-value a {
  text-decoration: none;
  padding: 5px 15px;
  font-size: 0.8em;
  min-width: 40px;
  background: #eeeeed;
  border-radius: 20px;
  display: inline-block;
}
.products-block.products .product .widget-parameter-more {
  margin-top: 4px;
  text-align: center;
  display: none;
}
.products-block.products .product .widget-parameter-wrapper {
  margin-top: -5px;
}
.products-block.products .product .widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 7px;
}
.products-block.products .product:hover {
  height: auto !important;
  z-index: 3;
  /*.p {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      }*/
  /*
      p {
        height: auto !important;
      }

      .p-in {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      }

      .p-desc {

      }*/
}
.products-block.products .product:hover .widget-parameter-wrapper {
  margin-top: -5px;
}
.products-block.products .product:hover button,
.products-block.products .product:hover .btn {
  color: #fff !important;
  background: transparent;
}
.products-block.products .product:hover button:before,
.products-block.products .product:hover .btn:before {
  background: var(--color-secondary) !important;
  opacity: 1;
}
.products-block.products .product:hover button:hover:before,
.products-block.products .product:hover .btn:hover:before {
  background: var(--color-secondary-hover) !important;
}
body.one-column-body .products-block.products .product {
  width: 20%;
}
@media only screen and (max-width: 1500px) {
  body.one-column-body .products-block.products .product {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  body.one-column-body .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body.one-column-body .products-block.products .product {
    width: 33.333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.one-column-body .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  body.one-column-body .products-block.products .product {
    width: 50%;
  }
}
body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
  width: 25%;
}
@media only screen and (max-width: 1500px) {
  body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  body.default-products-count.multiple-columns-body.columns-4 .products-block.products .product {
    width: 50%;
  }
}
body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
  width: 33.333%;
}
@media only screen and (max-width: 1500px) {
  body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1200px) {
  body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  body.default-products-count.multiple-columns-body.columns-3 .products-block.products .product {
    width: 50%;
  }
}
body.default-products-count.one-column-body.columns-4 .products-block.products .product {
  width: 25%;
}
@media only screen and (max-width: 1500px) {
  body.default-products-count.one-column-body.columns-4 .products-block.products .product {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  body.default-products-count.one-column-body.columns-4 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body.default-products-count.one-column-body.columns-4 .products-block.products .product {
    width: 33.333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.default-products-count.one-column-body.columns-4 .products-block.products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  body.default-products-count.one-column-body.columns-4 .products-block.products .product {
    width: 50%;
  }
}
body.default-products-count.one-column-body.columns-3 .products-block.products .product {
  width: 33.333%;
}
@media only screen and (max-width: 1500px) {
  body.default-products-count.one-column-body.columns-3 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1200px) {
  body.default-products-count.one-column-body.columns-3 .products-block.products .product {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body.default-products-count.one-column-body.columns-3 .products-block.products .product {
    width: 33.333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.default-products-count.one-column-body.columns-3 .products-block.products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  body.default-products-count.one-column-body.columns-3 .products-block.products .product {
    width: 50%;
  }
}
.slick-slider {
  position: relative;
}
.slick-slider .product .availability {
  display: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: -70px;
  right: 0px;
  content: "";
  background-color: #fff !important;
  outline: none;
  border: 1px solid #dfe4eb;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/slider-arrow-right.png) !important;
  background-size: 6px !important;
  background-repeat: no-repeat;
  background-position: center;
  /*&.slick-disabled {
      border-color: #ccc !important;
      opacity: 0.3 !important;
      cursor: default !important;
    }*/
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slider .slick-arrow {
    top: -33px;
  }
}
.slick-slider .slick-prev {
  right: 30px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/slider-arrow-left.png) !important;
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-prev {
    right: initial;
    left: 0;
  }
}
.slick-slider .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.multiple-columns-body .products-block.products {
  /*.product {
      width: 20%;

      @media @desktop-1500 {
        width: 25%;
      }

      @media @desktop {
        width: 33.333%;
      }

      @media @tablet-land {
        width: 48%;
      }

      @media @tablet-port {
        width: 31.3%;
      }

      @media @tablet-600 {
        width: 48%;
      }
    }*/
}
.products-inline.products {
  margin: 0 -6px 20px -6px;
}
.products-inline.products .product {
  padding: 6px;
  border-top: none;
}
.products-inline.products .product a {
  text-decoration: none;
  font-weight: 500;
}
.products-inline.products .product .p-desc {
  font-size: 0.9em;
}
.products-inline.products .product .image img {
  max-width: 100%;
}
.products-inline.products .product .p {
  background: #f1f3f7;
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .p {
    padding: 10px 8px;
  }
}
.products-inline.products .product .p .image {
  min-height: 80px;
}
.products-inline.products .product .name {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.1em;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .name {
    margin-top: 10px;
  }
}
.products-inline.products .product .secondary-to-cart-btn {
  display: none !important;
}
.products-inline.products .product .flags {
  padding-top: 0;
  margin-bottom: 10px !important;
  width: 100% !important;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .p-bottom {
    margin-top: 10px;
  }
}
.products-inline.products .product .p-bottom .prices {
  min-width: 100px;
}
.products-inline.products .product .p-bottom .prices .price-standard {
  font-size: 0.8em;
  text-decoration: line-through;
}
.products-inline.products .product .p-bottom .prices .price-save {
  font-size: 0.8em;
}
.products-inline.products .product .p-bottom .p-tools {
  flex-wrap: wrap;
  width: 187px;
  flex-basis: 180px !important;
  margin-left: 25px;
  margin-top: 0 !important;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .p-bottom .p-tools {
    width: 100%;
    margin-top: 20px !important;
    margin-left: 0;
  }
}
.products-inline.products .product .p-bottom .p-tools form {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  min-width: 180px;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .p-bottom .p-tools form {
    width: 100%;
    justify-content: flex-end;
  }
}
.products-inline.products .product .p-bottom .p-tools form button {
  width: 50px;
  padding: 0 !important;
  min-width: 50px;
  margin-left: 0;
  height: 40px;
  min-height: 40px;
  margin-top: 4px;
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .products-inline.products .product .p-bottom .p-tools form button {
    margin: 0 0 0 9px;
  }
}
.products-inline.products .product .p-bottom .p-tools a.btn {
  /* width: 100%; */
  margin-top: 0;
  /* height: 42px; */
  /* min-height: 42px; */
  background: #d9dde6;
  color: #1e1e1c !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products-inline.products .product .p-bottom .p-tools a.btn {
    margin-top: 15px;
  }
}
body .product .quick-view-btn {
  top: 15px;
  right: 15px;
  left: inherit;
  transform: none;
}
.products-block.products .product button[style="display: none;"] {
  display: none !important;
}
.top-navigation-bar > .container > .top-navigation-menu {
  float: right;
  display: flex;
  flex: 1;
  justify-self: flex-end;
  justify-content: flex-end;
}
.top-navigation-bar .top-navigation-bar-menu-helper {
  z-index: 9999;
}
.top-navigation-bar .nav-part .top-navigation-tools {
  display: flex;
}
.top-navigation-bar .nav-part .top-navigation-tools .dropdown-menu a {
  text-decoration: none;
}
.top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account {
  width: 78px;
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  font-size: 1em;
  padding: 1px 0 1px 0;
  color: #000;
  border: none;
  background: transparent !important;
}
.top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account:hover {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account {
    display: none !important;
  }
}
.top-navigation-bar .top-nav-button-login {
  display: none;
}
#header {
  border: none;
  box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.03);
  transform: none;
  position: relative;
}
#header:before {
  bottom: -42px;
  left: 0;
  position: absolute;
  height: 42px;
  min-height: 42px;
  content: '';
  background: var(--color-primary);
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    transition: 0.3s;
    border: none;
  }
}
#header.fixed-menu {
  position: fixed;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 999;
  background: #fff;
  /*transform: translateY(calc(~'-100% + 10px'));*/
}
#header.fixed-menu:before {
  bottom: 0;
}
#header.fixed-menu .search .search-whisperer {
  display: none;
}
#header .site-name {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .site-name:after {
  display: none;
}
#header .site-name img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  transition: 0.3s;
}
#header .site-name a {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #header .site-name a {
    height: 50px;
  }
}
#header .site-name:hover img {
  opacity: 0.7;
}
#header #dkLabComparerHeaderWrappper {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  #header #dkLabComparerHeaderWrappper {
    margin-top: 9px;
    position: relative;
    top: 0;
    right: 0;
  }
}
#header #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn:before {
  margin-right: 24px;
  font-size: 20px;
}
#header #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn em {
  width: 18px;
  height: 18px;
  background: #000;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  top: -5px;
  right: 14px;
}
#header .top-navigation-contacts {
  width: 225px;
  float: right;
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #header .top-navigation-contacts {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .top-navigation-contacts {
    display: none;
  }
}
#header .top-navigation-contacts .contact-photo {
  justify-self: start;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  overflow: hidden;
}
#header .top-navigation-contacts .contact-photo img {
  max-width: 100%;
  height: auto;
}
#header .top-navigation-contacts > strong {
  font-weight: 400;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  #header .top-navigation-contacts {
    width: auto;
    height: 30px !important;
  }
  #header .top-navigation-contacts .project-phone:before {
    top: 0 !important;
    font-size: 17px !important;
  }
  #header .top-navigation-contacts .project-phone span {
    display: none;
  }
  #header .top-navigation-contacts .project-email {
    height: 30px !important;
    line-height: 30px !important;
    margin-right: 10px !important;
  }
  #header .top-navigation-contacts .project-email:before {
    color: #000;
    top: 0 !important;
  }
}
#header .top-navigation-contacts .project-phone,
#header .top-navigation-contacts .project-email {
  position: relative;
  line-height: 50px;
}
#header .top-navigation-contacts .project-phone:before,
#header .top-navigation-contacts .project-email:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
  font-family: 'shoptet';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  display: none;
}
#header .top-navigation-contacts .project-phone:hover:before,
#header .top-navigation-contacts .project-email:hover:before {
  color: #000;
}
#header .top-navigation-contacts .project-email {
  overflow: hidden;
  color: var(--color-primary);
  margin-right: 15px;
  line-height: 1em;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 2px;
  font-weight: 600;
  display: none;
}
#header .top-navigation-contacts .project-email.show {
  display: block;
}
#header .top-navigation-contacts .project-email span {
  display: block;
}
#header .top-navigation-contacts .project-email:before {
  content: '\e924';
}
#header .top-navigation-contacts .project-phone {
  display: flex;
  align-items: center;
  padding-left: 0px;
  line-height: 21px;
  text-decoration: none;
  flex-wrap: wrap;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.15em;
  color: var(--color-primary);
}
#header .top-navigation-contacts .project-phone:hover {
  color: #000;
}
#header .top-navigation-contacts .project-phone:before {
  display: none;
}
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
}
@media only screen and (max-width: 767px) {
  #header .header-top {
    height: 50px !important;
    padding-bottom: 0 !important;
  }
}
#header .header-top .oblibeneBtn {
  display: block;
  height: 25px;
  width: 26px;
  text-decoration: none;
  margin-right: 25px;
  margin-top: 7px;
  opacity: 1;
  margin-left: 25px;
}
#header .header-top .oblibeneBtn:before {
  opacity: 0.7;
}
#header .header-top .oblibeneBtn em {
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 400;
  padding-top: 1px;
  right: -10px;
  top: -12px;
}
@media only screen and (max-width: 992px) {
  #header .header-top .oblibeneBtn em {
    right: -18px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .oblibeneBtn em {
    top: -5px;
  }
}
@media only screen and (max-width: 992px) {
  #header .header-top .oblibeneBtn {
    padding-left: 10px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .oblibeneBtn {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px !important;
    margin-right: 30px !important;
  }
}
#header .header-top .oblibeneBtn:hover {
  color: var(--color-primary);
}
#header .header-top .oblibeneBtn:hover:before {
  opacity: 1;
}
#header .header-top .top-nav-button-login,
#header .header-top .top-nav-button-account {
  position: relative;
  padding-left: 52px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  margin-left: 12px;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  #header .header-top .top-nav-button-login,
  #header .header-top .top-nav-button-account {
    height: 40px;
  }
  #header .header-top .top-nav-button-login:before,
  #header .header-top .top-nav-button-account:before {
    top: 0 !important;
  }
  #header .header-top .top-nav-button-login span,
  #header .header-top .top-nav-button-account span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .top-nav-button-login,
  #header .header-top .top-nav-button-account {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .top-nav-button-login,
  #header .header-top .top-nav-button-account {
    padding-left: 0;
    margin-top: 0;
    position: absolute;
    right: 210px;
    top: 44px;
    width: 40px;
    height: 40px;
  }
  #header .header-top .top-nav-button-login span,
  #header .header-top .top-nav-button-account span {
    display: none;
  }
}
#header .header-top .top-nav-button-login:before,
#header .header-top .top-nav-button-account:before {
  font-weight: 500;
  height: 40px;
  width: 40px;
  font-size: 1.1em;
  background-color: #F6F6F6;
  content: '';
  border-radius: 50px;
  text-transform: uppercase;
  color: transparent;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 999;
  letter-spacing: 0;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/user.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
#header .header-top .top-nav-button-login:hover:before,
#header .header-top .top-nav-button-account:hover:before {
  opacity: 0.8;
}
#header .navigation-buttons {
  display: flex;
  order: 2;
}
#header .navigation-buttons .sr-only {
  display: block;
}
@media only screen and (max-width: 992px) {
  #header .navigation-buttons .sr-only {
    display: none;
  }
}
#header .navigation-buttons .cart-count {
  background: transparent;
  color: #1E1E1C !important;
  text-decoration: none;
  display: flex !important;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  padding-left: 52px;
  position: relative;
  line-height: 1.2em;
  letter-spacing: 0;
  align-items: flex-start;
  min-width: unset;
}
@media only screen and (max-width: 992px) {
  #header .navigation-buttons .cart-count {
    padding-left: 30px;
  }
}
#header .navigation-buttons .cart-count .cart-price {
  font-size: 1em;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  #header .navigation-buttons .cart-count .cart-price {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .cart-count {
    padding-left: 30px;
  }
}
#header .navigation-buttons .cart-count:before {
  font-weight: 500;
  height: 40px;
  width: 40px;
  font-size: 1.1em;
  background-color: var(--color-primary);
  content: '';
  border-radius: 50px;
  text-transform: uppercase;
  color: transparent;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  letter-spacing: 0;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/cart-w.svg?v2);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .cart-count:before {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .cart-count {
    position: relative;
    top: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 8px;
    height: 34px;
  }
  #header .navigation-buttons .cart-count i {
    display: none;
  }
  #header .navigation-buttons .cart-count:before {
    background-color: transparent;
    border-radius: 0;
    width: 35px;
    height: 34px;
    left: 5px;
  }
  #header .navigation-buttons .cart-count .cart-price {
    display: block;
    color: #fff !important;
    margin-left: 15px;
    font-weight: 500;
    font-size: 16px;
  }
  #header .navigation-buttons .cart-count span {
    display: none;
  }
}
#header .search {
  width: 600px;
  margin-right: 3vw;
}
#header .search .search-form {
  position: relative;
}
@media only screen and (max-width: 1500px) {
  #header .search {
    width: 400px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #header .search {
    width: 350px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  #header .search {
    width: 250px;
    margin-right: 20px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .search {
    position: fixed !important;
    top: 50px;
    left: inherit;
    right: 0;
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 9999;
    height: 0;
    margin: 0;
    padding: 0 20px 0 70px !important;
    border-radius: 8px;
    overflow: hidden !important;
    transition: 0.3s;
  }
  #header .search form {
    width: 100%;
    background: #fff;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 480px) {
  #header .search {
    margin-left: 40px;
    margin-right: 0;
  }
}
#header .search fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
}
#header .search fieldset input,
#header .search fieldset button {
  float: left;
  margin: 0;
  height: 38px;
}
#header .search fieldset button {
  width: 160px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  padding: 0;
  border: none;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-left: -1px;
  font-weight: 600;
}
#header .search fieldset button:focus {
  outline: none;
}
@media only screen and (max-width: 1500px) {
  #header .search fieldset button {
    width: 102px;
  }
}
@media only screen and (max-width: 992px) {
  #header .search fieldset button {
    min-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #header .search fieldset button {
    width: 120px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    border-radius: 0 8px 8px 0;
    padding: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-left: -1px;
    font-weight: 600;
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 480px) {
  #header .search fieldset button {
    width: 90px;
  }
}
#header .search fieldset input {
  width: 100%;
  max-width: 445px;
  border-radius: 8px 0 0 8px;
  line-height: 40px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/search.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-color: #ededed;
  padding: 0 15px 0 54px;
  border: none;
  font-size: 1.1em;
  height: 40px;
}
@media only screen and (max-width: 1200px) {
  #header .search fieldset input {
    max-width: 200px;
    background-image: none;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  #header .search fieldset input {
    padding-right: 5px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header .search fieldset input {
    width: calc(100% - 90px);
    max-width: 100%;
    background: #fff;
  }
}
#header .search fieldset input:focus {
  outline: none;
}
#header .search fieldset input::placeholder {
  color: #b4b4b4;
}
#header #navigation {
  width: 100%;
  /*max-width: 780px;*/
  float: left;
  background: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  #header #navigation {
    background: #fff;
    padding-left: 20px;
  }
}
#header #navigation .navigationActions {
  display: none;
}
#header #navigation ul.menu-level-1 > li {
  border: none;
}
@media only screen and (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li:hover {
    margin: 0 !important;
  }
  #header #navigation ul.menu-level-1 > li:hover a {
    margin: 0 !important;
  }
}
#header #navigation ul.menu-level-1 > li .menu-level-2 {
  width: 100%;
  margin-top: -8px;
  z-index: 999;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li .menu-level-2 {
    display: none;
    opacity: 0;
    transition: 1s;
    z-index: 1;
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  #header #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    left: 0 !important;
  }
}
#header #navigation ul.menu-level-1 > li > a {
  padding: 0 30px;
  line-height: 42px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
}
#header #navigation ul.menu-level-1 > li > a b {
  font-weight: 500;
}
#header #navigation ul.menu-level-1 > li > a.active b {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li > a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  #header #navigation ul.menu-level-1 > li:first-child a {
    padding-left: 0;
  }
}
#header .menu-helper span {
  display: none;
}
#header .menu-helper ul li {
  border-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  #header .menu-helper .menu-level-2 {
    display: none !important;
  }
}
#header .menu-helper:after {
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/menu-w.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  #header .menu-helper {
    position: absolute;
    right: 25px;
    margin-top: 0;
    top: 73px;
    height: 42px;
    z-index: 3;
    visibility: hidden;
  }
  #header .menu-helper.visible {
    visibility: visible;
  }
  #header .menu-helper .menu-level-1 {
    background: #fff;
    top: 42px;
    border: 1px solid #ccc;
    right: -3px;
    z-index: 9;
  }
  #header .menu-helper .menu-level-1 li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .menu-helper {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .search-window-visible #header .search {
    overflow: visible !important;
  }
}
.ordering-process #header .header-top .top-nav-button-login {
  margin-right: 0;
}
@media (min-width: 992px) {
  .admin-logged.submenu-visible:not(.menu-helper-visible) .top-navigation-bar:before {
    top: 173px !important;
  }
}
@media only screen and (min-width: 768px) {
  .submenu-visible:not(.menu-helper-visible) .top-navigation-bar:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58867297) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 148px;
    left: 0;
    display: inline-block;
    z-index: 9;
    animation-name: opacity-show;
    animation-duration: 0.5s;
  }
  .submenu-visible .top-navigation-bar.fixed-menu:before {
    position: fixed;
    top: 0;
  }
  #header #navigation ul.menu-level-1 > li.exp > ul {
    display: flex;
    -webkit-flex-flow: row wrap;
    top: 50px;
    position: absolute;
    left: 0;
    background-color: white;
    padding: 20px;
    transition: all 1s ease-in-out;
    border: 1px solid #E4E4E8;
    border-top-width: 0;
    animation-name: showup;
    animation-duration: 1s;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  #header #navigation ul.menu-level-1 > li.exp > ul {
    left: -19px;
  }
}
@keyframes showup {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
  }
}
@keyframes showup2 {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    max-height: 1000vh;
    opacity: 1;
  }
}
@keyframes showdown {
  0% {
    max-height: 100vw;
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes opacity-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-helper-visible #header .menu-helper:after {
  background: transparent;
  content: '\e912';
  height: 0;
}
@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    width: 100%;
    top: 50px !important;
    height: 50px;
    background: var(--color-primary);
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #header #navigation {
    width: 320px;
    left: -322px;
    padding-left: 0;
  }
  #header #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #header #navigation a {
    color: #333 !important;
  }
  #header .site-name {
    display: none;
  }
  .search-window-visible #header .search {
    padding: 5px 20px 5px 70px !important;
    height: 50px;
  }
  .overall-wrapper {
    position: relative;
  }
  .overall-wrapper:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navigation-window-visible .overall-wrapper {
    position: relative;
  }
  .navigation-window-visible .overall-wrapper:after {
    visibility: visible;
    opacity: 1;
  }
  .navigation-window-visible #header #navigation {
    left: 0;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    left: 13px;
  }
  .search-window-visible #header .search {
    padding: 5px 15px 5px 57px !important;
    height: 50px;
  }
}
/*@media (max-width: 350px) {
  .top-navigation-bar .nav-part .responsive-tools a[data-target="search"] {
    display: none;
  }
}*/
@media only screen and (max-width: 767px) {
  .navigation-window-visible .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    display: none;
  }
  .navigation-window-visible #header {
    z-index: 99;
  }
  .navigation-window-visible .overall-wrapper:after {
    width: calc(100% - 320px);
  }
}
body.headerScrolled #header {
  top: 0px !important;
}
body.headerScrolled #header .search {
  top: 0;
}
@media only screen and (max-width: 767px) {
  body.headerScrolled .popup-widget.cart-widget {
    top: 50px;
  }
}
body.headerScrolled .top-navigation-bar {
  transform: translateY(-100%);
}
.pagination,
.pagination-loader,
.pagination-top {
  min-width: 33.33%;
}
@media (max-width: 1199px) {
  .pagination,
  .pagination-loader,
  .pagination-top {
    min-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .pagination-loader {
    margin: 10px 0;
  }
}
.pagination,
.pagination-top {
  font-size: 0;
  line-height: 0;
}
.pagination-top a {
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  line-height: 33px;
  font-weight: 600 !important;
  font-size: 14px;
}
.pagination-top a:before {
  margin-top: -3px;
}
.pagination-top strong {
  color: #8d8d8d;
}
.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  display: inline-block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 1px;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
}
.pagination a {
  background: #f2f2f2;
}
.pagination > strong,
.pagination-top > strong {
  font-weight: 400;
}
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before {
  font-size: 8px;
}
.pagination-link.prev::before {
  content: '\e90f';
}
.pagination-link.next::before {
  content: '\e910';
}
.pagination-link.up::before {
  content: '\e911';
}
.pagination-link:hover {
  text-decoration: none;
}
.pagination-top {
  text-transform: uppercase;
}
.pagination-top > strong {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pagination-top {
    order: 3;
    padding-top: 19px;
  }
}
.pagination-wrapper {
  margin-top: 19px;
  margin-bottom: 19px;
}
.pagination-wrapper .pagination {
  text-align: right;
}
@media (max-width: 1199px) {
  .pagination-wrapper .pagination {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagination-wrapper .pagination-loader {
    text-align: center;
    margin-bottom: 19px;
  }
}
@media (max-width: 1199px) {
  .pagination-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.pagination-count {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .pagination-count {
    padding-top: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .in-objednavky table.table.border,
  .in-klient-hodnoceni table.table.border,
  .in-klient table.table.border,
  .in-klient-diskuze table.table.border,
  .in-klient-doklady table.table.border,
  .in-objednavky table.table.border,
  .in-objednavky .cart-table,
  .in-klient-hodnoceni .cart-table,
  .in-klient .cart-table,
  .in-klient-diskuze .cart-table,
  .in-klient-doklady .cart-table,
  .in-objednavky .cart-table {
    display: flex;
    margin-bottom: 30px;
    background: #fff !important;
    border: none;
  }
  .in-objednavky table.table.border thead,
  .in-klient-hodnoceni table.table.border thead,
  .in-klient table.table.border thead,
  .in-klient-diskuze table.table.border thead,
  .in-klient-doklady table.table.border thead,
  .in-objednavky table.table.border thead,
  .in-objednavky .cart-table thead,
  .in-klient-hodnoceni .cart-table thead,
  .in-klient .cart-table thead,
  .in-klient-diskuze .cart-table thead,
  .in-klient-doklady .cart-table thead,
  .in-objednavky .cart-table thead {
    align-items: flex-start;
    width: 150px;
    border-radius: 5px 0 0 5px !important;
    font-size: 0.8em;
    line-height: 1.65em;
    background: #fff !important;
    border: none;
  }
  .in-objednavky table.table.border thead tr,
  .in-klient-hodnoceni table.table.border thead tr,
  .in-klient table.table.border thead tr,
  .in-klient-diskuze table.table.border thead tr,
  .in-klient-doklady table.table.border thead tr,
  .in-objednavky table.table.border thead tr,
  .in-objednavky .cart-table thead tr,
  .in-klient-hodnoceni .cart-table thead tr,
  .in-klient .cart-table thead tr,
  .in-klient-diskuze .cart-table thead tr,
  .in-klient-doklady .cart-table thead tr,
  .in-objednavky .cart-table thead tr {
    background: #e3e3e3;
    border-radius: 0 0 0 5px;
    color: #000;
  }
  .in-objednavky table.table.border thead + tbody,
  .in-klient-hodnoceni table.table.border thead + tbody,
  .in-klient table.table.border thead + tbody,
  .in-klient-diskuze table.table.border thead + tbody,
  .in-klient-doklady table.table.border thead + tbody,
  .in-objednavky table.table.border thead + tbody,
  .in-objednavky .cart-table thead + tbody,
  .in-klient-hodnoceni .cart-table thead + tbody,
  .in-klient .cart-table thead + tbody,
  .in-klient-diskuze .cart-table thead + tbody,
  .in-klient-doklady .cart-table thead + tbody,
  .in-objednavky .cart-table thead + tbody {
    width: calc(100% - 135px);
    background: #f2f2f2;
  }
  .in-objednavky table.table.border thead tr,
  .in-klient-hodnoceni table.table.border thead tr,
  .in-klient table.table.border thead tr,
  .in-klient-diskuze table.table.border thead tr,
  .in-klient-doklady table.table.border thead tr,
  .in-objednavky table.table.border thead tr,
  .in-objednavky .cart-table thead tr,
  .in-klient-hodnoceni .cart-table thead tr,
  .in-klient .cart-table thead tr,
  .in-klient-diskuze .cart-table thead tr,
  .in-klient-doklady .cart-table thead tr,
  .in-objednavky .cart-table thead tr,
  .in-objednavky table.table.border tbody tr,
  .in-klient-hodnoceni table.table.border tbody tr,
  .in-klient table.table.border tbody tr,
  .in-klient-diskuze table.table.border tbody tr,
  .in-klient-doklady table.table.border tbody tr,
  .in-objednavky table.table.border tbody tr,
  .in-objednavky .cart-table tbody tr,
  .in-klient-hodnoceni .cart-table tbody tr,
  .in-klient .cart-table tbody tr,
  .in-klient-diskuze .cart-table tbody tr,
  .in-klient-doklady .cart-table tbody tr,
  .in-objednavky .cart-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0 !important;
  }
  .in-objednavky table.table.border thead tr .p-label,
  .in-klient-hodnoceni table.table.border thead tr .p-label,
  .in-klient table.table.border thead tr .p-label,
  .in-klient-diskuze table.table.border thead tr .p-label,
  .in-klient-doklady table.table.border thead tr .p-label,
  .in-objednavky table.table.border thead tr .p-label,
  .in-objednavky .cart-table thead tr .p-label,
  .in-klient-hodnoceni .cart-table thead tr .p-label,
  .in-klient .cart-table thead tr .p-label,
  .in-klient-diskuze .cart-table thead tr .p-label,
  .in-klient-doklady .cart-table thead tr .p-label,
  .in-objednavky .cart-table thead tr .p-label,
  .in-objednavky table.table.border tbody tr .p-label,
  .in-klient-hodnoceni table.table.border tbody tr .p-label,
  .in-klient table.table.border tbody tr .p-label,
  .in-klient-diskuze table.table.border tbody tr .p-label,
  .in-klient-doklady table.table.border tbody tr .p-label,
  .in-objednavky table.table.border tbody tr .p-label,
  .in-objednavky .cart-table tbody tr .p-label,
  .in-klient-hodnoceni .cart-table tbody tr .p-label,
  .in-klient .cart-table tbody tr .p-label,
  .in-klient-diskuze .cart-table tbody tr .p-label,
  .in-klient-doklady .cart-table tbody tr .p-label,
  .in-objednavky .cart-table tbody tr .p-label {
    display: none;
  }
  .in-objednavky table.table.border thead tr th,
  .in-klient-hodnoceni table.table.border thead tr th,
  .in-klient table.table.border thead tr th,
  .in-klient-diskuze table.table.border thead tr th,
  .in-klient-doklady table.table.border thead tr th,
  .in-objednavky table.table.border thead tr th,
  .in-objednavky .cart-table thead tr th,
  .in-klient-hodnoceni .cart-table thead tr th,
  .in-klient .cart-table thead tr th,
  .in-klient-diskuze .cart-table thead tr th,
  .in-klient-doklady .cart-table thead tr th,
  .in-objednavky .cart-table thead tr th,
  .in-objednavky table.table.border tbody tr th,
  .in-klient-hodnoceni table.table.border tbody tr th,
  .in-klient table.table.border tbody tr th,
  .in-klient-diskuze table.table.border tbody tr th,
  .in-klient-doklady table.table.border tbody tr th,
  .in-objednavky table.table.border tbody tr th,
  .in-objednavky .cart-table tbody tr th,
  .in-klient-hodnoceni .cart-table tbody tr th,
  .in-klient .cart-table tbody tr th,
  .in-klient-diskuze .cart-table tbody tr th,
  .in-klient-doklady .cart-table tbody tr th,
  .in-objednavky .cart-table tbody tr th,
  .in-objednavky table.table.border thead tr td,
  .in-klient-hodnoceni table.table.border thead tr td,
  .in-klient table.table.border thead tr td,
  .in-klient-diskuze table.table.border thead tr td,
  .in-klient-doklady table.table.border thead tr td,
  .in-objednavky table.table.border thead tr td,
  .in-objednavky .cart-table thead tr td,
  .in-klient-hodnoceni .cart-table thead tr td,
  .in-klient .cart-table thead tr td,
  .in-klient-diskuze .cart-table thead tr td,
  .in-klient-doklady .cart-table thead tr td,
  .in-objednavky .cart-table thead tr td,
  .in-objednavky table.table.border tbody tr td,
  .in-klient-hodnoceni table.table.border tbody tr td,
  .in-klient table.table.border tbody tr td,
  .in-klient-diskuze table.table.border tbody tr td,
  .in-klient-doklady table.table.border tbody tr td,
  .in-objednavky table.table.border tbody tr td,
  .in-objednavky .cart-table tbody tr td,
  .in-klient-hodnoceni .cart-table tbody tr td,
  .in-klient .cart-table tbody tr td,
  .in-klient-diskuze .cart-table tbody tr td,
  .in-klient-doklady .cart-table tbody tr td,
  .in-objednavky .cart-table tbody tr td {
    text-align: left !important;
    width: 100%;
    padding: 5px 10px !important;
  }
  .in-objednavky table.table.border thead tr th .product-rating-wrap,
  .in-klient-hodnoceni table.table.border thead tr th .product-rating-wrap,
  .in-klient table.table.border thead tr th .product-rating-wrap,
  .in-klient-diskuze table.table.border thead tr th .product-rating-wrap,
  .in-klient-doklady table.table.border thead tr th .product-rating-wrap,
  .in-objednavky table.table.border thead tr th .product-rating-wrap,
  .in-objednavky .cart-table thead tr th .product-rating-wrap,
  .in-klient-hodnoceni .cart-table thead tr th .product-rating-wrap,
  .in-klient .cart-table thead tr th .product-rating-wrap,
  .in-klient-diskuze .cart-table thead tr th .product-rating-wrap,
  .in-klient-doklady .cart-table thead tr th .product-rating-wrap,
  .in-objednavky .cart-table thead tr th .product-rating-wrap,
  .in-objednavky table.table.border tbody tr th .product-rating-wrap,
  .in-klient-hodnoceni table.table.border tbody tr th .product-rating-wrap,
  .in-klient table.table.border tbody tr th .product-rating-wrap,
  .in-klient-diskuze table.table.border tbody tr th .product-rating-wrap,
  .in-klient-doklady table.table.border tbody tr th .product-rating-wrap,
  .in-objednavky table.table.border tbody tr th .product-rating-wrap,
  .in-objednavky .cart-table tbody tr th .product-rating-wrap,
  .in-klient-hodnoceni .cart-table tbody tr th .product-rating-wrap,
  .in-klient .cart-table tbody tr th .product-rating-wrap,
  .in-klient-diskuze .cart-table tbody tr th .product-rating-wrap,
  .in-klient-doklady .cart-table tbody tr th .product-rating-wrap,
  .in-objednavky .cart-table tbody tr th .product-rating-wrap,
  .in-objednavky table.table.border thead tr td .product-rating-wrap,
  .in-klient-hodnoceni table.table.border thead tr td .product-rating-wrap,
  .in-klient table.table.border thead tr td .product-rating-wrap,
  .in-klient-diskuze table.table.border thead tr td .product-rating-wrap,
  .in-klient-doklady table.table.border thead tr td .product-rating-wrap,
  .in-objednavky table.table.border thead tr td .product-rating-wrap,
  .in-objednavky .cart-table thead tr td .product-rating-wrap,
  .in-klient-hodnoceni .cart-table thead tr td .product-rating-wrap,
  .in-klient .cart-table thead tr td .product-rating-wrap,
  .in-klient-diskuze .cart-table thead tr td .product-rating-wrap,
  .in-klient-doklady .cart-table thead tr td .product-rating-wrap,
  .in-objednavky .cart-table thead tr td .product-rating-wrap,
  .in-objednavky table.table.border tbody tr td .product-rating-wrap,
  .in-klient-hodnoceni table.table.border tbody tr td .product-rating-wrap,
  .in-klient table.table.border tbody tr td .product-rating-wrap,
  .in-klient-diskuze table.table.border tbody tr td .product-rating-wrap,
  .in-klient-doklady table.table.border tbody tr td .product-rating-wrap,
  .in-objednavky table.table.border tbody tr td .product-rating-wrap,
  .in-objednavky .cart-table tbody tr td .product-rating-wrap,
  .in-klient-hodnoceni .cart-table tbody tr td .product-rating-wrap,
  .in-klient .cart-table tbody tr td .product-rating-wrap,
  .in-klient-diskuze .cart-table tbody tr td .product-rating-wrap,
  .in-klient-doklady .cart-table tbody tr td .product-rating-wrap,
  .in-objednavky .cart-table tbody tr td .product-rating-wrap {
    float: right;
  }
}
.in-objednavky dl,
.in-klient-hodnoceni dl,
.in-klient dl,
.in-klient-diskuze dl,
.in-klient-doklady dl,
.in-objednavky dl {
  display: flex;
  max-width: 750px;
  flex-wrap: wrap;
}
.in-objednavky dl dt,
.in-klient-hodnoceni dl dt,
.in-klient dl dt,
.in-klient-diskuze dl dt,
.in-klient-doklady dl dt,
.in-objednavky dl dt,
.in-objednavky dl dd,
.in-klient-hodnoceni dl dd,
.in-klient dl dd,
.in-klient-diskuze dl dd,
.in-klient-doklady dl dd,
.in-objednavky dl dd {
  width: 50%;
  padding: 4px 0;
  text-align: left;
  margin: 0;
}
.in-objednavky dl dt,
.in-klient-hodnoceni dl dt,
.in-klient dl dt,
.in-klient-diskuze dl dt,
.in-klient-doklady dl dt,
.in-objednavky dl dt {
  font-weight: 500;
}
.in-objednavky dl dd,
.in-klient-hodnoceni dl dd,
.in-klient dl dd,
.in-klient-diskuze dl dd,
.in-klient-doklady dl dd,
.in-objednavky dl dd {
  padding-left: 30px;
  font-weight: 600;
}
.in-objednavky table.cart-table thead,
.in-klient-hodnoceni table.cart-table thead,
.in-klient table.cart-table thead,
.in-klient-diskuze table.cart-table thead,
.in-klient-doklady table.cart-table thead,
.in-objednavky table.cart-table thead {
  font-size: 0.9em;
}
.in-objednavky table.cart-table thead tr th,
.in-klient-hodnoceni table.cart-table thead tr th,
.in-klient table.cart-table thead tr th,
.in-klient-diskuze table.cart-table thead tr th,
.in-klient-doklady table.cart-table thead tr th,
.in-objednavky table.cart-table thead tr th {
  line-height: 2em;
}
.in-objednavky table.cart-table tr td.p-name,
.in-klient-hodnoceni table.cart-table tr td.p-name,
.in-klient table.cart-table tr td.p-name,
.in-klient-diskuze table.cart-table tr td.p-name,
.in-klient-doklady table.cart-table tr td.p-name,
.in-objednavky table.cart-table tr td.p-name {
  max-width: inherit !important;
  /*display: flex;*/
}
.in-objednavky table.cart-table tr td.p-name br,
.in-klient-hodnoceni table.cart-table tr td.p-name br,
.in-klient table.cart-table tr td.p-name br,
.in-klient-diskuze table.cart-table tr td.p-name br,
.in-klient-doklady table.cart-table tr td.p-name br,
.in-objednavky table.cart-table tr td.p-name br {
  display: none;
}
#register-form .form-group {
  clear: both;
}
.in-objednavky table.cart-table tr {
  /*display: table-row !important;*/
}
.in-login #content form {
  max-width: 400px;
  margin: 0;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.in-login #content h1 {
  margin-bottom: 20px;
}
.in-login #content .password-helper {
  margin-top: 20px;
}
.in-login #content .password-helper a {
  display: block;
  margin-bottom: 5px;
}
#register-form .submit-wrapper .btn {
  min-width: 150px;
  font-size: 1.1em;
}
@media only screen and (min-width: 768px) {
  .in-objednavky table.cart-table thead {
    background: rgba(0, 0, 0, 0.1);
  }
  .in-objednavky table.cart-table thead th {
    background: transparent !important;
    line-height: 1.3em !important;
  }
  .in-objednavky table.cart-table th:first-child,
  .in-objednavky table.cart-table td:first-child {
    width: 35%;
  }
  .in-objednavky table.cart-table th:nth-child(2),
  .in-objednavky table.cart-table td:nth-child(2) {
    width: 15%;
  }
  .in-objednavky table.cart-table th:nth-child(2) .p-label,
  .in-objednavky table.cart-table td:nth-child(2) .p-label {
    display: none;
  }
  .in-objednavky table.cart-table th:nth-child(3),
  .in-objednavky table.cart-table td:nth-child(3) {
    width: 15%;
  }
  .in-objednavky table.cart-table th:nth-child(4),
  .in-objednavky table.cart-table td:nth-child(4) {
    width: 10%;
  }
  .in-objednavky table.cart-table th:nth-child(5),
  .in-objednavky table.cart-table td:nth-child(5) {
    width: 25%;
  }
  .in-objednavky table.cart-table th:nth-child(5) strong,
  .in-objednavky table.cart-table td:nth-child(5) strong {
    display: block;
  }
  .in-objednavky table.cart-table th:nth-child(5) .p-label,
  .in-objednavky table.cart-table td:nth-child(5) .p-label {
    display: none;
  }
}
.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .news-item {
    margin-bottom: 80px;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
  }
}
.news-item .image {
  text-align: center;
}
@media (min-width: 480px) {
  .news-item .image {
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    flex: 0 1 auto;
    width: calc(33.33333333%);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .news-item .image {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .news-item .image {
    width: 370px;
  }
  .news-item .image img {
    width: 100%;
  }
}
.news-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.news-item .text {
  flex-grow: 1;
  flex: 1;
  flex-direction: column;
  display: flex;
}
.news-item .text .title {
  line-height: 1.1em;
  font-size: 1.7em;
  text-decoration: none;
  margin-top: 20px;
  min-height: 50px;
  text-transform: none;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  order: 1;
}
@media only screen and (max-width: 1200px) {
  .news-item .text .title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .news-item .text .title {
    font-size: 1.3em;
    min-height: 45px;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .news-item .text .title {
    min-height: auto;
  }
}
.news-item .text .title:hover {
  text-decoration: underline;
}
.news-item .text .description {
  line-height: 1.4rem;
  font-size: 1.1em;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .news-item .text .description {
    font-size: 1em;
  }
}
.news-item .text .description p {
  margin-top: 0;
}
.news-item .text .description p:last-child {
  margin-bottom: 0;
}
.news-item-detail .text {
  margin-bottom: 40px;
}
.news-item-detail .text:before,
.news-item-detail .text:after {
  content: " ";
  display: table;
}
.news-item-detail .text:after {
  clear: both;
}
.news-item-detail .text:before,
.news-item-detail .text:after {
  content: " ";
  display: table;
}
.news-item-detail .text:after {
  clear: both;
}
.news-item-detail .text img {
  max-width: 100%;
}
.news-item-detail .text img[style*="float: left"] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-item-detail .text img[style*="float: right"] {
  margin-left: 10px;
  margin-bottom: 10px;
}
.news-item-detail .share {
  margin-bottom: 20px;
  min-height: 25px;
}
.news-item-detail .next-prev {
  margin-bottom: 20px;
}
.news-item-widget {
  margin-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
}
.news-item-widget time {
  display: block;
  font-size: smaller;
}
.news-item-widget h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-item-widget:last-child {
  border-bottom-style: none;
}
.news-item time,
.news-item-detail time {
  margin-top: 20px;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 300;
  display: block;
  line-height: 1;
  order: 2;
}
@media only screen and (max-width: 480px) {
  .news-item time,
  .news-item-detail time {
    margin-top: 0;
  }
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-wrapper .news-item {
  width: calc(33.333% - 20px);
  float: left;
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .news-wrapper .news-item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .news-wrapper .news-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-wrapper .news-item .image {
  width: 100%;
  overflow: hidden;
  height: 170px;
  position: relative;
}
.news-wrapper .news-item .image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: 105%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  bottom: 0;
  height: 75px;
  width: 75px;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .carousel-control {
    width: 25px;
  }
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-control {
  opacity: 0;
  text-decoration: none;
  -webkit-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.carousel-control::before {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left::before {
  content: '\e90f';
  left: 20px;
}
.carousel-control.right::before {
  content: '\e910';
  right: 20px;
}
.carousel-control:hover {
  text-decoration: none;
}
.carousel:hover .carousel-control {
  opacity: 1;
}
@media (min-width: 768px) {
  .multiple-columns-body .wide-carousel {
    padding-left: 20px;
  }
}
.wide-carousel {
  width: 100%;
}
#carousel {
  background: transparent;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  max-width: 1740px;
  line-height: 0;
  margin: 0px auto;
  padding: 0;
  /*height: 400px;*/
}
@media only screen and (max-width: 1200px) {
  #carousel {
    margin-bottom: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin: 0 0 15px 0;
    width: auto;
    border-radius: 8px;
    overflow: hidden;
  }
}
#carousel.dynamic {
  height: auto !important;
}
#carousel .sr-only {
  display: none;
}
#carousel .carousel-inner {
  height: 100%;
  min-height: 100% !important;
}
#carousel .carousel-control.right::before,
#carousel .carousel-control.left::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control.right::before,
  #carousel .carousel-control.left::before {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control.right::before,
  #carousel .carousel-control.left::before {
    background: transparent;
    width: 20px;
  }
  #carousel .carousel-control.right::before {
    right: 0;
  }
  #carousel .carousel-control.left::before {
    left: 0;
  }
}
#carousel .banner-caption {
  position: absolute;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.4em;
  height: 100%;
  z-index: 2;
  color: #fff;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
}
#carousel .banner-caption.empty {
  display: none;
}
@media only screen and (max-width: 1500px) {
  #carousel .banner-caption {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .banner-caption {
    /*left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      padding: 20px;
      text-align: center;*/
    padding: 25px 20px;
    /*left: 20px;
      bottom: 25px;
      right: 20px;*/
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
#carousel .banner-caption h2,
#carousel .banner-caption .extended-banner-title {
  text-shadow: none;
  color: #fff;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1em;
}
@media only screen and (max-width: 1500px) {
  #carousel .banner-caption h2,
  #carousel .banner-caption .extended-banner-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .banner-caption h2,
  #carousel .banner-caption .extended-banner-title {
    font-size: 2.2em;
    line-height: 1.2em;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#carousel .banner-caption h2 strong,
#carousel .banner-caption .extended-banner-title strong {
  display: block;
  font-size: 0.55em;
  font-weight: 700;
  margin-bottom: 6px;
}
#carousel .banner-caption h2:before,
#carousel .banner-caption .extended-banner-title:before {
  display: none;
}
#carousel .banner-caption p,
#carousel .banner-caption .extended-banner-text {
  font-size: 1.1em;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 5px 0;
  font-weight: 300;
  max-width: 380px;
}
@media only screen and (max-width: 1500px) {
  #carousel .banner-caption p,
  #carousel .banner-caption .extended-banner-text {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .banner-caption p,
  #carousel .banner-caption .extended-banner-text {
    line-height: 1.4em;
    opacity: 0.8;
    font-size: 1.2em;
    margin: 10px 0;
  }
}
#carousel .banner-caption .button,
#carousel .banner-caption .extended-banner-link {
  text-align: center;
  margin: 25px 0 0 0;
  text-transform: none;
  background: var(--color-secondary);
  color: #fff;
  padding: 15px 35px;
  min-width: 217px;
  letter-spacing: 0.2px;
  border-radius: 5px;
  font-size: 1.1em;
  transition: 0.3s;
  font-weight: 500;
}
#carousel .banner-caption .button:hover,
#carousel .banner-caption .extended-banner-link:hover {
  background: var(--color-secondary-hover);
}
@media only screen and (max-width: 767px) {
  #carousel .banner-caption .button,
  #carousel .banner-caption .extended-banner-link {
    margin: 12px auto 0 auto;
    min-height: 38px;
    min-width: 150px;
    width: auto;
    padding: 9px 20px;
  }
}
#carousel .item {
  overflow: hidden;
  height: 100%;
  /*position: relative;*/
}
@media only screen and (max-width: 767px) {
  #carousel .item {
    height: auto;
  }
}
#carousel .item img {
  position: relative;
  /*left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);*/
  width: auto;
  height: auto;
  z-index: 0;
  transition: 0.3s;
  transform: scale(1);
  transform-origin: center;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100% !important;
  /* min-width: 100%;
       min-height: 100%;*/
  /*@media @desktop {
        min-height: 300px;
        max-width: inherit;
        transform: translateY(-50%);
        right: 0;
        top: 50%;
        left: unset;
        max-width: inherit;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
      }

      @media @tablet-land {
        transform: translate(-50%, -50%);
        right: inherit;
        left: 50%;
      }

      @media @tablet-port {
        min-height: 0px;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width: auto;
        min-width: 100%;
        min-height: 300px;
      }*/
}
@media only screen and (max-width: 1200px) {
  #carousel .item img {
    min-height: 300px !important;
  }
}
@media only screen and (min-width: 768px) {
  #carousel .item img {
    width: auto;
    height: auto;
    min-width: 100%;
    right: 0;
    object-fit: cover;
    max-height: 740px;
    min-height: 400px;
  }
}
#carousel .item:hover > img,
#carousel .item:hover > a > img {
  transform: scale(1.1);
}
.premium-carousel.multiple-columns-body #carousel {
  height: 476px;
}
body.type-index.premium-carousel #carousel .item .extended-banner-link,
body.type-index.premium-carousel #homepage-banner .item .extended-banner-link {
  color: #1E1E1C;
}
body.type-index.premium-carousel #carousel .item .extended-banner-text,
body.type-index.premium-carousel #homepage-banner .item .extended-banner-text {
  color: #1E1E1C;
}
body.type-index.premium-carousel #carousel .item .extended-banner-title,
body.type-index.premium-carousel #homepage-banner .item .extended-banner-link {
  color: #1E1E1C;
}
body.type-index.premium-carousel.tmavy-vzhled #carousel .item .extended-banner-link,
body.type-index.premium-carousel.tmavy-vzhled #homepage-banner .item .extended-banner-link {
  color: #fff;
}
body.type-index.premium-carousel.tmavy-vzhled #carousel .item .extended-banner-text,
body.type-index.premium-carousel.tmavy-vzhled #homepage-banner .item .extended-banner-text {
  color: #fff;
}
body.type-index.premium-carousel.tmavy-vzhled #carousel .item .extended-banner-title,
body.type-index.premium-carousel.tmavy-vzhled #homepage-banner .item .extended-banner-link {
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 12px 12px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.form-control input {
  width: 100%;
  max-width: none;
}
form textarea {
  min-height: 120px;
}
form .btn {
  padding-left: 15px;
  padding-right: 15px;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 45px 6px 11px;
  line-height: 22px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 480px) {
  .form-group label {
    float: left;
    width: 165px;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .form-group.form-group-wrapped label {
    float: none;
    display: block;
  }
  .form-group > input.form-control,
  .form-group > select.form-control {
    width: 250px;
  }
  .form-group label.confirmation,
  .form-group label.whole-width {
    width: 100%;
  }
}
table tr th,
table tr td {
  padding-right: 5px;
}
.content form h4,
.content.narrow h4 {
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.content form h4:first-child,
.content.narrow h4:first-child {
  margin-top: 0;
}
.content form h4:after,
.content.narrow h4:after {
  display: none;
}
.content form .btn,
.content.narrow .btn {
  line-height: 38px;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
}
.box,
fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.js-hidden {
  position: absolute;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
}
.js-hidden.visible {
  position: inherit;
  max-height: none;
  max-width: none;
  overflow: visible;
  transform: scaleY(1) scaleX(1);
  transform-origin: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.country-flags {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 78px;
  height: 36px;
  cursor: pointer;
}
.country-flags:not(.active):focus {
  outline: 0;
}
.country-flags-inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.country-flags.active .country-flags-inner {
  left: -5px;
  width: 300px;
  height: 360px;
  padding: 36px 5px 5px;
  overflow: auto;
}
.country-flag {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  height: 36px;
  background: #fff;
}
.country-flag svg {
  display: none;
}
.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.validator-msg,
.js-validator-msg {
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .compact-form .validator-msg + input,
  .compact-form .js-validator-msg + input,
  .compact-form .validator-msg + select,
  .compact-form .js-validator-msg + select,
  .compact-form .validator-msg + .phone-combined-input,
  .compact-form .js-validator-msg + .phone-combined-input {
    margin-left: 0;
  }
  .input-wrapper .validator-msg + input,
  .input-wrapper .js-validator-msg + input,
  .input-wrapper .validator-msg + select,
  .input-wrapper .js-validator-msg + select {
    margin-left: 0;
  }
  .consents .validator-msg,
  .consents .js-validator-msg {
    margin-left: 0;
  }
}
/*.msg.msg-success, .msg.msg-notice {
  border-color: #5cae4c;
  color: #fff;
  background-color: #5cb85c
}

.msg.msg-success a,
.msg.msg-notice
a {
  color: #fff
}

.msg.msg-info {
  border-color: #2a7595;
  color: #fff;
  background-color: #3276b1
}

.msg.msg-info
a {
  color: #fff
}

.msg.msg-warning {
  border-color: #ec751e;
  color: #fff;
  background-color: #eea236
}

.msg.msg-warning
a {
  color: #fff
}

.msg.msg-error {
  border-color: #d43a4f;
  color: #fff;
  background-color: #d9534f
}

.msg.msg-error
a {
  color: #fff
}*/
.validator-msg.msg-info,
.js-validator-msg.msg-info {
  color: #3276b1;
}
.validator-msg.msg-error,
.js-validator-msg.msg-error {
  color: #d9534f;
}
.validator-msg.msg-warning,
.js-validator-msg.msg-warning {
  color: #eea236;
}
.form-control.error-field,
.form-control.js-error-field,
.form-control.error-field:focus,
.form-control.js-error-field:focus {
  border-color: #d9534f;
}
.form-control.warning-field {
  border-color: #eea236;
}
.error-field + label,
.js-error-field + label {
  border-color: #d9534f;
}
.country-flags.active .country-flag.selected {
  display: flex;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.country-flags.active .country-flag.country-flag-preferred-last {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.shp-flag-name {
  display: none;
  padding-right: 5px;
}
.country-flags.active .shp-flag-name {
  display: inline-block;
}
.shp-flag,
.shp-flag-label {
  flex-grow: 0;
  flex-shrink: 0;
}
.shp-flag {
  width: 24px;
  height: 24px;
}
.shp-flag-label {
  display: flex;
  position: relative;
  width: 52px;
  padding-right: 16px;
  padding-left: 3px;
  justify-self: flex-end;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.shp-flag-label::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.country-flags.active .shp-flag-label {
  width: 246px;
  text-align: left;
}
.country-flags.active .shp-flag-label::before {
  display: none;
}
.phone-combined-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.phone-combined-input select {
  display: none;
}
.phone-combined-input input,
.phone-combined-input .country-flags {
  flex-grow: 0;
}
.red {
  color: red;
}
.phone-combined-input input {
  width: calc(100% - 78px) !important;
  flex-shrink: 1;
}
@media (min-width: 480px) {
  .phone-combined-input {
    max-width: 400px;
    width: 100%;
  }
}
.search-results-groups .search-results-group {
  margin-bottom: 19px;
}
.search-results-groups h4 {
  margin: 0 0 10px 0;
}
.search-results-groups .search-results-group-list {
  column-width: 240px;
  column-count: 3;
  margin-bottom: 10px;
}
.search-results-groups .search-results-group-list ul {
  margin: 0;
  padding-left: 40px;
}
.search-results-groups .search-results-group-list ul li {
  list-style-position: outside;
}
.search-products-heading {
  margin-top: 0;
}
.search-next-wrap {
  text-align: center;
  margin: 19px 0;
}
@media (min-width: 480px) {
  .validator-msg + input,
  .js-validator-msg + input,
  .validator-msg + select,
  .js-validator-msg + select,
  .validator-msg + .phone-combined-input,
  .js-validator-msg + .phone-combined-input {
    clear: both;
    margin-left: 0;
  }
}
form {
  /*.validator-msg.msg-error, .js-validator-msg.msg-error {
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 51px;
    left: 0;
    background: #F6F6F6;
    padding: 10px 15px;
    order: 3;
    display: block;
    align-self: start;
    flex-basis: 100%;
    max-width: 416px;
    border-radius: 8px;
    font-size: 0.9em;
    font-weight: 600;

    &:before {
      content: '';
      z-index: 1;
      position: absolute;
      transform: rotate(45deg);
      left: 13px;
      bottom: -6px;
      background: #F6F6F6;
      width: 12px;
      height: 12px;
      border-top-style: solid;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      border: none;
    }
  }*/
}
form .form-group {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .validator-msg + input {
  margin-left: 0;
}
form .validator-msg:hover {
  opacity: 0.5;
  cursor: pointer;
}
form .validator-msg,
form .js-validator-msg {
  /*position: absolute;
    top: -23px;
    font-weight: 600;
    left: 15px;*/
  background: #fff;
  border: 1px solid;
  padding: 5px 10px;
  z-index: 2;
  top: inherit;
  transform: translateY(calc(-100% - 10px));
  border-radius: 5px;
  position: absolute;
  left: 15px;
  margin-left: 150px;
}
form .validator-msg:before,
form .js-validator-msg:before {
  content: '';
  z-index: 1;
  position: absolute;
  transform: rotate(45deg);
  left: 11px;
  bottom: -6px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
#discussion-form {
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
#discussion-form form .row > div {
  width: 100%;
}
#discussion-form form .btn {
  width: 200px;
}
#discussion-form form input {
  width: 100%;
}
#discussion-form form .btn {
  margin-top: 20px;
}
.votes-wrap.discussion .btn {
  display: inline-block !important;
  line-height: 40px;
  padding: 0 15px;
  margin-top: 15px;
}
.btn.btn-default.disabled,
a.btn.btn-default.disabled,
.btn.btn-primary.disabled,
a.btn.btn-primary.disabled,
.btn.btn-secondary.disabled,
a.btn.btn-secondary.disabled,
.btn.btn-conversion.disabled,
a.btn.btn-conversion.disabled,
.btn.btn-cart.disabled,
a.btn.btn-cart.disabled,
.btn.btn-special.disabled,
a.btn.btn-special.disabled {
  border-color: #cfcfcf;
  color: #cfcfcf;
  background-color: #fff;
  cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.radio-wrapper input[type="checkbox"]:disabled + label::before,
.radio-wrapper input[type="radio"]:disabled + label::before {
  border-color: #dadada;
}
.form-control[disabled],
select[disabled] {
  color: #ccc;
  background-color: #eee;
}
label.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 27px;
  line-height: 20px;
  font-size: 14px !important;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  border-color: #1E1E1C;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  border-radius: 3px;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  left: 4px;
  border: none;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.table-payu input[type="checkbox"],
.table-payu input[type="radio"] {
  display: inline;
}
input[type="checkbox"].error-field + label,
input[type="radio"].error-field + label,
input[type="checkbox"].js-error-field + label,
input[type="radio"].js-error-field + label {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  width: auto;
  padding: 5px 5px 5px 26px;
}
input[type="checkbox"].error-field + label::after,
input[type="radio"].error-field + label::after,
input[type="checkbox"].js-error-field + label::after,
input[type="radio"].js-error-field + label::after,
input[type="checkbox"].error-field + label::before,
input[type="radio"].error-field + label::before,
input[type="checkbox"].js-error-field + label::before,
input[type="radio"].js-error-field + label::before {
  left: 5px;
}
input[type="radio"] + label::after,
input[type="radio"] + label::before {
  border-radius: 100%;
}
input[type="checkbox"][name="confirmations[]"] {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="checkbox"][name="confirmations[]"] + label {
  line-height: 19px;
  text-indent: 21px;
  padding-left: 0;
  margin-right: 0;
}
input[type="checkbox"][name="confirmations[]"] + label::before,
input[type="checkbox"][name="confirmations[]"] + label::after {
  top: 3px;
  transform: none;
}
input[type="checkbox"][name="confirmations[]"] + label::after {
  margin-top: 2px;
  margin-left: 2px;
  left: 0;
}
input::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #b6b6b6;
}
input::-webkit-input-placeholder {
  color: #b6b6b6;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.unveil-wrapper,
#company-info,
#note {
  margin-bottom: 15px !important;
}
.table-payu input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.table-payu input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.radio-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
}
.radio-wrapper:last-child {
  border-bottom-style: none;
}
.radio-wrapper.payu-billing-info {
  padding-left: 0;
}
.radio-wrapper.payu-billing-info label {
  padding-left: 20px;
}
.radio-wrapper input[type="radio"] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.radio-wrapper input[type="radio"] + label .sublabel {
  display: block;
  font-size: smaller;
}
.in-klient-slevy #content-wrapper,
.in-klient-doklady #content-wrapper {
  padding-bottom: 50px;
}
.in-klient-slevy #content table,
.in-klient-doklady #content table {
  width: 100%;
  max-width: 500px;
  background: #f5f5f5;
  border-radius: 5px;
}
.in-klient-slevy #content table tr,
.in-klient-doklady #content table tr {
  border-bottom: 1px solid #fff;
}
.in-klient-slevy #content table tr th,
.in-klient-doklady #content table tr th,
.in-klient-slevy #content table tr td,
.in-klient-doklady #content table tr td {
  padding: 5px 20px;
}
.in-klient #content-wrapper,
.in-objednavky #content-wrapper,
.in-klient-hodnoceni #content-wrapper,
.in-klient-diskuze #content-wrapper {
  padding-bottom: 50px;
}
.in-klient #content table,
.in-objednavky #content table,
.in-klient-hodnoceni #content table,
.in-klient-diskuze #content table {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  border-collapse: inherit;
  text-align: left;
  border-spacing: 0;
}
.in-klient #content table .stars,
.in-objednavky #content table .stars,
.in-klient-hodnoceni #content table .stars,
.in-klient-diskuze #content table .stars {
  margin-top: 10px;
}
.in-klient #content table tr,
.in-objednavky #content table tr,
.in-klient-hodnoceni #content table tr,
.in-klient-diskuze #content table tr {
  border-bottom: 1px solid #fff;
}
.in-klient #content table tr th,
.in-objednavky #content table tr th,
.in-klient-hodnoceni #content table tr th,
.in-klient-diskuze #content table tr th,
.in-klient #content table tr td,
.in-objednavky #content table tr td,
.in-klient-hodnoceni #content table tr td,
.in-klient-diskuze #content table tr td {
  padding: 11px 20px;
}
.in-klient #content table strong,
.in-objednavky #content table strong,
.in-klient-hodnoceni #content table strong,
.in-klient-diskuze #content table strong {
  font-weight: 600;
}
.in-klient #content table thead,
.in-objednavky #content table thead,
.in-klient-hodnoceni #content table thead,
.in-klient-diskuze #content table thead {
  border-radius: 5px;
  color: #fff;
}
.in-klient #content table thead th,
.in-objednavky #content table thead th,
.in-klient-hodnoceni #content table thead th,
.in-klient-diskuze #content table thead th {
  font-weight: 400;
}
.in-klient #content table thead th strong,
.in-objednavky #content table thead th strong,
.in-klient-hodnoceni #content table thead th strong,
.in-klient-diskuze #content table thead th strong {
  font-weight: 400;
}
.ordering-process .summary-title h4 {
  display: block !important;
}
.cart-table {
  margin-top: 70px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px 0;
  }
}
.cart-table a.show-related {
  display: block !important;
  color: #1E1E1C !important;
  opacity: 0.6;
  font-weight: 500 !important;
  font-size: 0.9em !important;
}
.cart-table a.show-related:hover {
  color: var(--color-primary) !important;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .cart-table a.show-related {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tbody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cart-table th,
.cart-table td {
  order: 0;
}
.cart-table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    margin: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px;
    padding-top: 20px;
    border: 1px solid #f2f2f2 !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table tr {
    width: calc(50% - 11px);
  }
}
@media (max-width: 400px) {
  .cart-table tr {
    width: calc(100% - 11px);
  }
}
.cart-table .p-discount.p-cell {
  display: flex;
  align-items: center;
  flex-direction: revert;
  flex-wrap: wrap;
  order: 2;
}
.cart-table .p-discount.p-cell .p-label {
  display: block !important;
  position: relative;
  top: 0;
  transform: none;
  left: 0;
  text-transform: none;
  margin-right: 5px;
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
.cart-table .p-availability {
  order: 1;
  flex-direction: revert;
  align-items: center;
  width: 145px;
  text-align: center;
}
.cart-table .p-availability .availability-amount {
  margin-left: 8px;
}
.cart-table .p-price {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity {
    width: 14vw;
    max-width: 230px;
    display: flex;
    justify-content: center;
    flex-direction: revert;
  }
}
.cart-table .p-quantity .quantity {
  width: 117px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-quantity .quantity {
    margin: 0 auto;
  }
}
.cart-table .p-quantity .quantity input {
  border: 2px solid #F6F6F6;
  width: 55px;
}
.cart-table .p-total {
  text-align: right;
  order: 2;
  min-width: 170px;
  margin-right: 0;
  flex-direction: row;
}
.cart-table .p-name {
  padding-left: 20px;
  flex: 1;
  font-size: 1.05em;
  max-width: 480px;
  justify-self: flex-start;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .cart-table .p-name .main-link-variant {
    font-size: 0.7em;
  }
}
.cart-table .p-name a {
  font-size: 1.1em;
  font-weight: 700 !important;
}
.cart-table .p-name a:hover {
  color: var(--color-primary);
}
.cart-table .p-name a > span,
.cart-table .p-name a > div {
  margin-top: 10px;
  font-weight: 400;
}
.cart-table tr {
  min-height: 120px;
}
@media only screen and (min-width: 1200px) {
  .cart-table tr {
    border-bottom: 2px solid #eaecf0;
  }
}
.cart-table .cart-p-image {
  margin-left: 0;
  width: 80px;
  min-height: 80px;
  border-radius: 10px;
}
.cart-table .cart-p-image a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.cart-table .cart-p-image a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
  border-radius: 5px;
}
.cart-table .related {
  background: transparent !important;
  padding-right: 15px;
  max-height: 0;
  transition: 0.3s;
  animation-name: showdown;
  animation-duration: 1s;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    display: none !important;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
  padding-bottom: 15px;
}
.cart-table .related .cart-related-button .btn {
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .related > td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related > td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td {
    padding-left: 0;
  }
}
.cart-table .related > td:before {
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 125px;
  top: -11px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td:before {
    display: none;
  }
}
.cart-table .related .cart-related-info a {
  font-weight: 500;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 500;
  max-width: 105px;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #f5f5f5;
  padding: 5px 20px 5px 15px;
  border-radius: 4px;
  position: relative;
  margin-top: -8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 5px;
    background: transparent;
  }
}
.cart-table .related .cart-related-button {
  display: flex;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
}
.cart-table .related .cart-related-button .price {
  padding-right: 20px;
  margin-bottom: 0;
  min-width: 83px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .price {
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .price {
    padding-right: 5px;
    text-align: right;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-table .related .cart-related-info {
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.cart-table .related .cart-related-info .cart-related-img {
  margin-right: 15px;
}
.cart-table .related .cart-related-info .cart-related-name {
  width: 18vw;
}
.cart-table .remove-item {
  width: 21px;
  height: 21px;
  min-height: inherit;
  min-width: 21px !important;
  background: transparent;
  border-radius: 0;
  margin-top: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 20px;
  border: none;
}
.cart-table .remove-item:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .cart-table .remove-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.cart-table .remove-item span {
  display: none;
}
.cart-table .remove-item:before {
  width: 16px;
  height: 16px;
  color: red;
  position: absolute;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/remove.svg') no-repeat center;
  background-size: 10px;
  top: 13px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 700;
}
.cart-table .remove-item:hover:before {
  filter: grayscale(1);
}
.cart-table tr {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cart-table tr td {
    text-align: center !important;
  }
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
.cart-table tr td {
  background: transparent;
  border: none !important;
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cart-table tr td .p-label {
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #B0BACE;
  background-color: white;
  display: none !important;
}
.cart-table tr td.cart-p-image {
  background: #fff;
}
.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 600;
  font-size: 1.2em;
  color: #1E1E1C !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-availability strong,
  .cart-table tr td .cart-related-availability strong {
    font-size: 1em;
  }
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #1E1E1C;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: flex;
  width: 11vw;
  max-width: 300px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    flex-direction: row;
    justify-content: space-between;
    min-width: 100px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 8px;
  }
}
.cart-table tr td.p-total strong {
  font-size: 1.5em;
  color: var(--color-primary) !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total strong {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table tr td.p-total strong {
    font-size: 1.2em;
  }
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -4px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total form {
    width: 25px;
  }
}
.cart-table tr td.p-total .p-label {
  display: none;
  right: calc(4vw + 5px);
  left: inherit;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total .p-label {
    display: none !important;
  }
}
.cart-table tr td.p-price {
  color: #000;
}
.cart-table tr td.p-price .price-final {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-price .unit-value {
  color: #000;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #1E1E1C;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
#checkoutSidebar {
  /* top: 0 !important;*/
  transition: 0.2s;
  transition-delay: 0.05s;
}
#checkoutSidebar .next-step {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* @media @tablet-port {
       .next-step-forward,
       .next-step-finish {
         position: fixed;
         bottom: 0;
         width: 100%;
         left: 0;
         z-index: 9;
         border: 10px solid #fff;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
         height: 70px;
       }
     }*/
}
#checkoutSidebar.fixed {
  /* @media (min-width: 1500px) {
       right: calc(~'(100% - 1680px) / 2');
     }
 */
}
@media (min-width: 1200px) {
  #checkoutSidebar.fixed {
    position: absolute !important;
    right: 0;
    /*margin-top: 40px;*/
    /* top: 35px !important;
       right: 0;*/
  }
}
@media only screen and (max-width: 1200px) {
  #checkoutSidebar {
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  #checkoutSidebar.fixed-bottom {
    position: fixed !important;
    top: initial !important;
    bottom: 0px !important;
    right: 0;
    z-index: 1;
  }
}
#checkoutSidebar .consents {
  padding: 5px 0 0 0;
  clear: both;
  font-size: 0.9em;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
  color: #ccc;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
  color: #ccc;
}
#checkoutContent .not-possible-info {
  display: none;
  font-weight: 400;
  font-style: normal;
  color: #D42424;
  opacity: 0.64;
}
#checkoutContent label.inactive .not-possible-info {
  display: block;
}
#checkoutContent .form-control {
  border-radius: 8px;
  border: none;
  background-color: rgba(30, 30, 28, 0.08);
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .form-control {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .form-control {
    width: 100%;
  }
}
#checkoutContent .form-group {
  flex-direction: column;
  align-items: flex-start !important;
}
#checkoutContent .form-group select {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg') no-repeat right 20px center;
  background-size: 10px;
  background-color: rgba(30, 30, 28, 0.08);
  max-width: 310px;
}
#checkoutContent .form-group label {
  font-size: 0.9em;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
#checkoutContent .form-group label[for="login"] {
  font-size: 1em;
}
#checkoutContent .form-group a {
  min-height: 10px;
  line-height: 10px;
  margin-bottom: 25px !important;
}
#checkoutContent input[type="checkbox"] + label::before {
  border-color: var(--color-primary) !important;
}
#checkoutContent input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
#checkoutContent input[type="radio"] + label::after {
  width: 16px;
  height: 16px;
  left: 28px;
}
#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
  margin-bottom: 12px !important;
}
#checkoutContent .cart-header {
  margin-bottom: 20px;
}
#checkoutContent .cart-content {
  background: #fff;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
        padding: 0 15px 20px 15px;
      }*/
}
#checkoutContent .cart-content .box .form-group .btn {
  padding: 0;
  height: auto;
  background: transparent;
  text-transform: none;
  margin: 10px 0;
  color: #1E1E1C !important;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
}
#checkoutContent .cart-content .co-box {
  padding: 20px !important;
  background: transparent;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box {
    padding: 0 !important;
  }
}
#checkoutContent .cart-content .co-box .payment-info {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .co-box h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: none;
  margin: 15px 0 30px 0;
  padding: 12px 0 12px 60px;
  color: #fff;
  position: relative;
  background: var(--color-primary);
  letter-spacing: 0;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
#checkoutContent .cart-content .co-box h4:after {
  display: none;
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 40px;
  height: 30px;
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/list.svg') no-repeat center;
  background-size: 20px;
}
#checkoutContent .cart-content .co-box.co-contact-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/user-cart.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-billing-address h4:before,
#checkoutContent .cart-content .co-box.co-shipping-address h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/address-cart.svg?v2') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-delivery-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/truck-cart.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-payment-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/card.svg') no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  font-weight: 600;
}
#checkoutContent .cart-content .co-box.co-delivery-method label b,
#checkoutContent .cart-content .co-box.co-payment-method label b {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .co-box.co-delivery-method label,
  #checkoutContent .cart-content .co-box.co-payment-method label {
    margin-bottom: 20px;
  }
}
#checkoutContent .cart-content .stay-in-touch {
  padding: 0;
}
#checkoutContent .cart-content #note fieldset,
#checkoutContent .cart-content #shipping-address fieldset {
  border: none !important;
  margin: 0 auto;
}
#checkoutContent .cart-content #shipping-address {
  margin-bottom: 15px;
}
#checkoutContent .cart-content #shipping-address fieldset {
  max-width: inherit;
}
#checkoutContent .cart-content .co-contact-information {
  padding-bottom: 15px !important;
}
#checkoutContent .cart-content .co-box-additional {
  padding: 25px 20px 10px 20px !important;
  border-top: 1px solid #f2f2f2;
  border-radius: 0;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box-additional {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content #note {
  margin: 0;
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.cart-content .order-summary {
  margin-bottom: 15px;
}
.cart-content .order-summary .order-summary-item.helper {
  display: none;
}
.cart-content .order-summary > .checkout-box {
  display: none;
}
.cart-content .order-summary .cart-items {
  overflow: auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cart-content .order-summary .cart-items {
    max-height: 182px;
  }
}
.cart-content .order-summary .cart-items .cart-item {
  display: flex;
  font-size: 0.9em;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.cart-content .order-summary .cart-items .cart-item a {
  text-decoration: none;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name {
  margin-right: auto;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-price {
  width: 90px;
  text-align: right;
  font-weight: 600;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 700 !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cart-content .order-summary .price-wrapper .price-label {
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
  width: 50%;
}
.cart-content .order-summary .price-wrapper .matrixprice {
  display: none;
}
.cart-content .order-summary .price-wrapper .price.price-primary {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-content .order-summary .price-wrapper .price.price-primary {
    font-size: 1.5em;
  }
}
.cart-content .order-summary .order-summary-inner {
  padding: 0;
}
.cart-content .order-summary .order-summary-inner h4 {
  margin: 0 0 30px 0;
  display: block !important;
}
.cart-content .order-summary .order-summary-inner h4:after {
  display: none;
}
.cart-content .order-summary .recapitulation-single {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  margin-bottom: 10px;
}
.cart-content .order-summary .recapitulation-single span {
  opacity: 0.5;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
  margin-left: 20px;
}
.cart-content .next-step {
  padding-top: 20px;
  position: relative;
  /*overflow: auto;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /*&:before {
      width: 100%;
      height: 1px;
      content: '';
      background: @border;
      position: absolute;
      top: 0;
      left: 0;
    }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cart-content .next-step .btn {
  width: auto;
  display: inline-block;
  line-height: 54px;
  min-width: 180px;
  font-size: 14px;
  padding: 0 30px;
  border: none;
  text-transform: none;
  text-align: center;
  margin: 0;
  height: 54px;
  float: right;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
}
.cart-content .next-step .btn .order-button-suffix {
  display: inline-block;
  margin-left: 7px;
  font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cart-content .next-step-back {
  display: inline-block;
  line-height: inherit;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  padding-left: 30px;
  position: relative;
  margin: 15px 0;
}
@media only screen and (max-width: 1200px) {
  .cart-content .next-step-back {
    padding-left: 22px;
  }
}
/*.cart-content .next-step-back:before {*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  top: 1px;*/
/*  content: '';*/
/*  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/arrow-left.svg') no-repeat center;*/
/*  background-size: 16px;*/
/*}*/
.cart-content.summary-wrapper {
  /* @media @tablet-port {
       position: fixed;
       bottom: 0;
       width: 100%;
       z-index: 9;
       left: 0;
       border-radius: 0;
       padding: 5px 10px 10px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       border: none;

       .price {
         font-size: 1.2em !important;
       }

       .next-step {
         margin-top: 0;
         padding-top: 3px;

         .btn {
           border-radius: 0;
         }
       }
     }*/
}
.cart-content.summary-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 700;
  width: 50%;
}
.cart-content.summary-wrapper .price-wrapper .matrixprice {
  display: none;
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 1.5em;
  }
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 15px 0;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
.cart-content .coupon-box .free-gift {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cart-content .coupon-box .free-gift .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cart-content .coupon-box .free-gift {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-content .coupon-box .free-gift .btn {
    margin: 0;
  }
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: '\e92a';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 32px;
  line-height: 32px;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 72px;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 600;
  color: #1E1E1C;
}
.cart-content .extra.discount {
  display: block;
  position: relative;
}
.cart-content .extra.discount:before {
  /*content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: '\e92a';
  font-family: 'shoptet' !important;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/truck.svg');
}
.cart-content .cart-summary {
  padding-top: 35px;
  position: relative;
  padding-bottom: 20px;
  /* @media @mobile-land {
       padding-bottom: 115px;
     }*/
}
.cart-content .cart-summary h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-summary h4 {
    padding-top: 0;
  }
}
.cart-content .cart-summary h4:after {
  display: none;
}
.cart-content .cart-header + .site-msg-custom {
  margin-top: 20px;
}
.cart-content .cart-header {
  position: relative;
  display: flex;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 0 !important;
  list-style: none !important;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header {
    max-width: 85%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .cart-content .cart-header:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cart-content .cart-header li a:hover span {
  color: #000 !important;
}
.cart-content .cart-header li a,
.cart-content .cart-header li strong {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding: 5px 0 7px 0;
  }
}
.cart-content .cart-header li a:before,
.cart-content .cart-header li strong:before {
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: transparent;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a:before,
  .cart-content .cart-header li strong:before {
    width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a:before,
  .cart-content .cart-header li strong:before {
    left: 0;
    transform: none;
    height: 2px;
  }
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  font-weight: 600;
  position: relative;
  font-size: 1.7em;
  padding: 0;
  color: #a5a5a4;
  background: transparent;
  letter-spacing: 0;
}
@media only screen and (max-width: 1500px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    letter-spacing: 0.5px;
    font-size: 1.4em;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.1em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 0;
  }
}
.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before {
  display: none;
}
.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
  padding-left: 0;
}
.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
  padding-right: 0;
}
.cart-content .cart-header li.active strong,
.cart-content .cart-header li.active a {
  color: #000 !important;
}
.cart-content .cart-header li.active strong:before,
.cart-content .cart-header li.active a:before {
  background: var(--color-primary);
}
.cart-content .cart-header li.active strong span,
.cart-content .cart-header li.active a span {
  color: #000 !important;
  font-weight: 700;
}
.cart-content .cart-header li.completed a,
.cart-content .cart-header li.completed strong {
  color: var(--color-primary) !important;
  position: relative;
}
.cart-content .cart-header li.completed a:before,
.cart-content .cart-header li.completed strong:before {
  display: none !important;
}
.cart-content .cart-header li.completed a span,
.cart-content .cart-header li.completed strong span {
  color: var(--color-primary) !important;
}
.cart-content .cart-header li.completed a:after,
.cart-content .cart-header li.completed strong:after {
  position: relative;
  width: 20px;
  float: left;
  height: 20px;
  content: '\e913';
  font-family: 'shoptet';
  display: inline-block !important;
  margin-right: 15px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li.completed a,
  .cart-content .cart-header li.completed strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -21px;
  }
  .cart-content .cart-header li.completed a:after,
  .cart-content .cart-header li.completed strong:after {
    font-size: 19px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li.completed a,
  .cart-content .cart-header li.completed strong {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cart-content .cart-header li.completed a:after,
  .cart-content .cart-header li.completed strong:after {
    margin-left: 10px;
    margin-bottom: -3px;
  }
}
.cart-content .discount-coupon {
  /*position: absolute;
    left: 20px;
    bottom: 10px;
    width: calc(~'100% - 40px');*/
  margin-top: 25px;
  display: inline-block;
  width: auto;
}
.cart-content .discount-coupon label {
  margin-top: 10px;
  font-size: 1em;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  line-height: 18px;
}
.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  background: #f2f2f2;
}
.cart-content .discount-coupon .applied-coupon strong {
  font-weight: 500;
}
.cart-content .discount-coupon .applied-coupon form {
  width: 50px;
}
.cart-content .discount-coupon .applied-coupon form fieldset {
  padding: 0;
}
.cart-content .discount-coupon .applied-coupon form .btn {
  margin-left: 15px;
  min-width: inherit;
  padding: 0;
  border-radius: 50%;
  position: relative;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
  min-height: 20px;
  width: 16px;
  height: 16px;
  color: red;
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/remove.svg) no-repeat center;
  background-size: 10px;
  line-height: 15px;
}
.cart-content .discount-coupon .applied-coupon form .btn:hover {
  filter: grayscale(1);
}
.cart-content .discount-coupon:before {
  display: none;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
}
.cart-content .discount-coupon form input {
  height: 38px;
  background: #EAECF0;
  border: none;
  border-radius: 0;
  font-size: 1em;
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  margin-left: 8px;
  height: 38px;
  min-height: 38px;
  border-radius: 0;
  font-size: 1em;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}
.cart-content .free-gift {
  display: flex;
  align-items: center;
}
.cart-content .free-gift .btn {
  text-align: center;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.cart-content .free-gift .free-gift-label span {
  font-weight: 600;
}
.cart-content .free-gift .free-gifts-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  min-width: 36px;
  align-items: center;
  margin-right: 12px;
  justify-content: center;
}
.cart-content .free-gift .free-gifts-img img {
  max-width: 98%;
  max-height: 98%;
}
.cart-content .free-gift .free-gifts-img-hover {
  display: none;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  flex-direction: column;
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  background: transparent;
  padding: 10px 10px 10px 50px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra:before {
  left: 2px;
}
.cart-content .extras-wrapper .extras-col {
  width: auto;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
.cart-empty h1.cart-heading,
.cart-empty .h1.cart-heading {
  font-size: 1.8em;
  font-weight: 600;
  padding: 20px 20px 20px 0;
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1750px) {
  .cart-empty h1.cart-heading,
  .cart-empty .h1.cart-heading {
    padding-left: 40px;
  }
}
.cart-empty .empty-cart-boxes ul {
  padding-left: 18px;
}
.cart-empty .empty-cart-boxes ul li {
  margin-bottom: 5px;
}
.cart-empty .empty-cart-boxes .search input {
  margin-bottom: 0;
}
.cart-empty .empty-cart-boxes .search fieldset {
  display: flex;
  align-items: center;
}
.cart-empty .empty-cart-boxes .search fieldset button {
  margin: 0;
  height: 40px;
  min-height: 40px;
}
#cboxContent .free-gifts label {
  cursor: pointer;
}
#cboxContent .free-gifts label:hover {
  color: var(--color-primary);
}
.cart-row {
  justify-content: space-between;
}
.cart-row .col-md-8 {
  padding-right: 50px !important;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  width: 66.666%;
}
@media only screen and (max-width: 1200px) {
  .cart-row .col-md-8 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-8 {
    flex: 0 0 100%;
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 25px 35px;
    margin: 0;
    background: #fff;
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.4);
  }
}
.cart-row .col-md-4 {
  flex: inherit;
  width: 33%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    padding-top: 20px;
  }
}
.cart-row .col-md-4 .cart-content {
  max-width: 500px;
  width: calc(100% - 40px);
  padding: 35px;
  margin: 0 auto 15px auto;
  border-radius: 8px;
  background: rgba(30, 30, 28, 0.04);
}
@media only screen and (max-width: 1500px) {
  .cart-row .col-md-4 .cart-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 .cart-content {
    max-width: 100%;
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.cart-row .col-md-4 h4 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.back-shopping-link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .top-nav-button-login {
    margin-right: 0;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .search .search-form {
    right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .dropdown {
    right: 125px;
  }
}
.ordering-process #content-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .ordering-process #content-wrapper {
    padding: 0 15px;
  }
}
.ordering-process #content {
  padding: 0;
}
.ordering-process #content .cart-row .col-md-8 {
  background: #fff;
  padding: 60px 0px;
}
@media only screen and (max-width: 1750px) {
  .ordering-process #content .cart-row .col-md-8 {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process #content .cart-row .col-md-8 {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  .ordering-process #content .cart-row .col-md-8 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process #content .cart-row .col-md-8 {
    padding: 15px !important;
    margin-top: 0;
  }
}
.ordering-process .checkout-box {
  border-radius: 0;
}
.ordering-process .checkout-box .btn {
  padding: 0;
  font-size: 1.2em !important;
}
.ordering-process .cart-toggle-unselected-options {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  text-decoration: none;
}
.ordering-process .cart-toggle-unselected-options:hover {
  background: #f2f2f2;
}
.ordering-process #checkoutContent .radio-wrapper {
  border: none;
  padding: 0;
}
.ordering-process #checkoutContent .radio-wrapper.unselected-option {
  display: none;
}
.ordering-process #checkoutContent .radio-wrapper label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 70px;
  min-height: 80px;
  background: rgba(30, 30, 28, 0.08);
  margin-bottom: 8px !important;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ordering-process #checkoutContent .radio-wrapper label {
    min-height: 60px;
  }
}
.ordering-process #checkoutContent .radio-wrapper label strong {
  font-weight: 700;
}
.ordering-process #checkoutContent .radio-wrapper label .for-free {
  color: #05C46B;
}
.ordering-process #checkoutContent input[type="radio"]:checked + label {
  background: #fff;
}
.ordering-process #checkoutContent input[type="radio"]:checked + label span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #3ad63a;
  opacity: 0.1;
  content: '';
}
.ordering-process #checkoutContent input[type="radio"] + label::before {
  left: 25px;
}
.ordering-process #header .header-top .navigation-buttons {
  display: none;
}
@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    right: 20px !important;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 87px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ordering-process #header .header-top .top-nav-button-login {
    right: 15px;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process .top-navigation-bar .nav-part .responsive-tools {
    width: 125px;
    justify-content: flex-start;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
  display: none !important;
}
.ordering-process .overall-wrapper {
  overflow: visible;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box {
  max-width: 500px;
  width: calc(100% - 40px);
  padding: 25px 35px;
  margin: 0 auto 15px auto;
  color: #000;
  border-radius: 8px;
  background: rgba(30, 30, 28, 0.04);
  order: 2;
}
.ordering-process .checkout-box-wrapper a,
.ordering-process .checkout-box a {
  color: #000;
}
.ordering-process .checkout-box-wrapper a:hover,
.ordering-process .checkout-box a:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 1500px) {
  .ordering-process .checkout-box-wrapper,
  .ordering-process .checkout-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper,
  .ordering-process .checkout-box {
    max-width: 100%;
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 20px;
  overflow: auto;
}
.ordering-process .checkout-box-wrapper .btn,
.ordering-process .checkout-box .btn,
.ordering-process .cart-empty .col-md-4 .cart-content .btn {
  background: transparent;
  color: var(--color-primary);
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 700;
}
.ordering-process .checkout-box-wrapper .btn span,
.ordering-process .checkout-box .btn span,
.ordering-process .cart-empty .col-md-4 .cart-content .btn span {
  display: none;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4 {
  margin-bottom: 15px;
}
.ordering-process .checkout-box-wrapper .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img {
  width: 64px;
  border-radius: 50px;
  height: 64px;
  float: left;
  margin: 15px 0;
  margin-right: 15px;
  object-fit: cover;
}
.ordering-process .checkout-box-wrapper .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
  padding-top: 15px;
  display: block;
}
.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
  padding: 0;
  margin-top: 15px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
  list-style: none;
  width: 100%;
  padding: 1px 0;
  font-weight: 500;
  display: inline;
}
.ordering-process .checkout-box-wrapper .contact-box ul li.icon-li,
.ordering-process .checkout-box .contact-box ul li.icon-li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li.icon-li {
  display: inline-block;
  width: 20px;
  margin-right: 12px;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper .contact-box ul li,
  .ordering-process .checkout-box .contact-box ul li,
  .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #000;
  text-decoration: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li a:hover,
.ordering-process .checkout-box .contact-box ul li a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a:hover {
  color: var(--color-primary);
}
.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  letter-spacing: 0.5px;
  font-weight: 300;
  padding-left: 0 !important;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.facebook a,
.ordering-process .checkout-box .contact-box ul li span.facebook a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.facebook a,
.ordering-process .checkout-box-wrapper .contact-box ul li span.instagram a,
.ordering-process .checkout-box .contact-box ul li span.instagram a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.instagram a,
.ordering-process .checkout-box-wrapper .contact-box ul li span.twitter a,
.ordering-process .checkout-box .contact-box ul li span.twitter a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.twitter a,
.ordering-process .checkout-box-wrapper .contact-box ul li span.youtube a,
.ordering-process .checkout-box .contact-box ul li span.youtube a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.youtube a {
  width: 16px;
  height: 16px;
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.facebook a:hover,
.ordering-process .checkout-box .contact-box ul li span.facebook a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.facebook a:hover,
.ordering-process .checkout-box-wrapper .contact-box ul li span.instagram a:hover,
.ordering-process .checkout-box .contact-box ul li span.instagram a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.instagram a:hover,
.ordering-process .checkout-box-wrapper .contact-box ul li span.twitter a:hover,
.ordering-process .checkout-box .contact-box ul li span.twitter a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.twitter a:hover,
.ordering-process .checkout-box-wrapper .contact-box ul li span.youtube a:hover,
.ordering-process .checkout-box .contact-box ul li span.youtube a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.youtube a:hover {
  opacity: 0.6;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.facebook a,
.ordering-process .checkout-box .contact-box ul li span.facebook a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.facebook a {
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/sm/facebook.svg) no-repeat center;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.instagram a,
.ordering-process .checkout-box .contact-box ul li span.instagram a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.instagram a {
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/sm/instagram.svg) no-repeat center;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.twitter a,
.ordering-process .checkout-box .contact-box ul li span.twitter a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.twitter a {
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/sm/twitter.svg) no-repeat center;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.youtube a,
.ordering-process .checkout-box .contact-box ul li span.youtube a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.youtube a {
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/sm/youtube.svg) no-repeat center;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail,
.ordering-process .checkout-box .contact-box ul li span.mail,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail {
  display: block;
  padding-left: 30px;
  position: relative;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 10px;
  display: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel {
  font-weight: 500;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel a,
.ordering-process .checkout-box .contact-box ul li span.tel a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel a {
  font-weight: 500;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
  content: '\e92d';
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail a,
.ordering-process .checkout-box .contact-box ul li span.mail a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail a {
  font-weight: 500;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: '\e924';
  font-weight: 500;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}
@media only screen and (max-width: 480px) {
  .payment-logo {
    display: none;
  }
}
.payment-shipping-price {
  padding-left: 10px;
  font-weight: 500;
  /* &.for-free {
     color: #26ba2a;
   }*/
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row label {
  min-width: 130px;
}
#watchdog-form .disclaimer {
  color: #666666;
  display: block;
}
#watchdog-form .disclaimer.hidden {
  display: none;
}
.recapitulation-wrapper .co-box {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.recapitulation-wrapper .co-box h4::before {
  content: '\e922';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-family: 'shoptet';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4::before {
    display: none;
  }
}
.recapitulation-wrapper .cart-table {
  max-width: 500px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-collapse: inherit;
  margin: 20px 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .cart-table {
    margin: 20px 0;
  }
}
.recapitulation-wrapper .cart-table tr {
  justify-content: flex-start;
}
.recapitulation-wrapper .cart-table tr:last-child:after {
  display: none;
}
.recapitulation-wrapper .co-box.co-payment-method h4::before {
  content: '\e926';
}
.recapitulation-wrapper .co-box.co-order h4::before {
  content: '\e925';
}
.recapitulation-wrapper table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  text-align: left;
}
.recapitulation-wrapper table tr th,
.recapitulation-wrapper table tr td {
  padding: 7px 15px;
}
.recapitulation-wrapper table td {
  font-weight: 500;
}
.recapitulation-wrapper .cart-p-image img {
  max-width: 100%;
}
.recapitulation-wrapper .cart-table .p-quantity {
  text-align: right !important;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.recapitulation-wrapper .cart-table .p-price {
  display: flex;
  width: 120px;
  text-align: right;
  align-items: flex-end;
  justify-content: center;
}
.recapitulation-wrapper .cart-p-image {
  min-height: 60px;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    flex-direction: column;
    justify-content: center;
  }
}
.recapitulation-wrapper .co-box h4 {
  margin-left: -60px !important;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4 {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.free-gifts {
  padding-left: 0;
}
.free-gifts li {
  list-style: none;
  display: none;
}
.free-gifts li .free-gifts-img img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
}
.free-gifts li .free-gifts-img .free-gifts-img-hover {
  display: none;
}
.free-gifts li.active {
  display: block;
}
.free-gifts li label {
  display: flex;
  align-items: center;
}
.free-gifts li label .free-gift-label {
  padding-left: 10px;
}
#colorbox .free-gifts li {
  display: block !important;
}
#colorbox .free-gifts li.active {
  border: 1px solid var(--color-primary);
}
.cart-empty .cart-content {
  padding: 20px;
}
.in-dekujeme .reca-number,
.in-dakujeme .reca-number,
.in-thank-you .reca-number {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  color: var(--color-primary);
}
.in-dekujeme .reca-payment-wrap,
.in-dakujeme .reca-payment-wrap,
.in-thank-you .reca-payment-wrap {
  text-align: center;
}
.in-dekujeme .cart-table .p-quantity,
.in-dakujeme .cart-table .p-quantity,
.in-thank-you .cart-table .p-quantity {
  align-items: center;
}
.in-dekujeme .order-summary-item.total,
.in-dakujeme .order-summary-item.total,
.in-thank-you .order-summary-item.total {
  margin-top: 20px;
}
.in-dekujeme .cart-table,
.in-dakujeme .cart-table,
.in-thank-you .cart-table {
  margin: 0 auto;
  max-width: 700px;
}
.in-dekujeme .cart-table tr,
.in-dakujeme .cart-table tr,
.in-thank-you .cart-table tr {
  border: none;
  min-height: auto;
}
.in-dekujeme .cart-table tr th,
.in-dakujeme .cart-table tr th,
.in-thank-you .cart-table tr th,
.in-dekujeme .cart-table tr td,
.in-dakujeme .cart-table tr td,
.in-thank-you .cart-table tr td {
  padding: 5px 15px;
}
.in-dekujeme .recapitulation-wrapper,
.in-dakujeme .recapitulation-wrapper,
.in-thank-you .recapitulation-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.in-dekujeme .order-complete-links,
.in-dakujeme .order-complete-links,
.in-thank-you .order-complete-links {
  justify-content: center;
}
.in-dekujeme .order-complete-links .btn,
.in-dakujeme .order-complete-links .btn,
.in-thank-you .order-complete-links .btn {
  margin: 0 auto;
}
.in-dekujeme .summary-thx,
.in-dakujeme .summary-thx,
.in-thank-you .summary-thx {
  margin-top: 10px;
}
.in-dekujeme .order-complete-links,
.in-dakujeme .order-complete-links,
.in-thank-you .order-complete-links {
  margin-top: 50px;
}
.in-dekujeme .order-complete-links .btn-primary,
.in-dakujeme .order-complete-links .btn-primary,
.in-thank-you .order-complete-links .btn-primary {
  display: inline-block;
  line-height: inherit;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  padding-left: 30px;
  position: relative;
  margin: 15px 0;
  background: transparent;
  color: #000 !important;
  height: inherit;
  letter-spacing: 0;
}
.in-dekujeme .order-complete-links .btn-primary:hover,
.in-dakujeme .order-complete-links .btn-primary:hover,
.in-thank-you .order-complete-links .btn-primary:hover {
  color: var(--color-primary) !important;
}
.in-dekujeme .order-complete-links .btn-primary:before,
.in-dakujeme .order-complete-links .btn-primary:before,
.in-thank-you .order-complete-links .btn-primary:before {
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/arrow-left.svg) no-repeat center;
  background-size: 16px;
}
.in-dekujeme h1,
.in-dakujeme h1,
.in-thank-you h1 {
  text-align: center;
  text-transform: none;
  font-weight: 700;
  color: #1E1E1C;
  font-size: 2.5em;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .in-dekujeme h1,
  .in-dakujeme h1,
  .in-thank-you h1 {
    font-size: 1.7em;
  }
}
.in-dekujeme h1:after,
.in-dakujeme h1:after,
.in-thank-you h1:after {
  display: none;
}
.in-dekujeme h4,
.in-dakujeme h4,
.in-thank-you h4 {
  text-align: center;
}
.in-dekujeme h4:before,
.in-dakujeme h4:before,
.in-thank-you h4:before {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .multiple-columns-body .fixed-cart-line {
    width: calc(100% - 280px);
  }
}
.extra .price-range {
  height: 8px;
  width: 100%;
  background: #e9e9e9;
  margin-top: 8px;
  border-radius: 4px;
  position: relative;
}
.extra .price-range > div {
  position: absolute;
  height: 100%;
  border-radius: 4px;
}
.fixed-cart-line {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 999;
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line {
    top: initial;
    bottom: 0;
    border-bottom: none;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    width: 100%;
  }
}
.fixed-cart-line .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 68px) !important;
}
@media only screen and (max-width: 1500px) {
  .fixed-cart-line .container {
    max-width: 100% !important;
  }
}
.fixed-cart-line .fcl-title {
  font-size: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-title {
    font-size: 1.1em;
    width: calc(100% - 275px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .fcl-title {
    position: absolute;
    left: 15px;
    top: 2px;
    font-size: 0.9em;
    width: calc(100% - 172px);
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .fcl-form {
    width: 100%;
  }
}
.fixed-cart-line .price-line {
  margin: 0;
  padding: 0 !important;
  background: transparent;
  display: flex;
  align-items: center;
  min-width: 300px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line {
    min-width: 266px;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .price-line {
    width: 100%;
    justify-content: space-between;
  }
}
.fixed-cart-line .price-line .p-final-price-wrapper > span {
  display: none;
}
.fixed-cart-line .price-line .p-final-price-wrapper .price-final {
  display: block;
}
.fixed-cart-line .price-line .price-additional {
  display: none;
}
.fixed-cart-line .price-line .pr-list-unit {
  font-size: 0.8em;
  opacity: 0.6;
}
.fixed-cart-line .price-line .price-final {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line .price-final {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .price-line .price-final {
    position: absolute;
    left: 15px;
    bottom: 1px;
  }
}
.fixed-cart-line .price-line .add-to-cart {
  display: flex;
}
.fixed-cart-line .price-line .add-to-cart .quantity {
  margin: 0 20px;
  display: none;
}
.fixed-cart-line .price-line .add-to-cart .btn,
.fixed-cart-line .price-line .add-to-cart button {
  border: none;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  margin-left: 30px;
  color: #fff;
  background: var(--color-secondary);
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line .add-to-cart .btn,
  .fixed-cart-line .price-line .add-to-cart button {
    padding: 0 15px;
    margin-left: 15px;
  }
}
.fixed-cart-line .price-line .add-to-cart .btn:hover,
.fixed-cart-line .price-line .add-to-cart button:hover {
  background: var(--color-secondary-hover);
}
.in-krok-2.ordering-process .checkout-box {
  display: none;
}
.cpost-delivery-point-form-wrapper {
  min-height: 330px;
}
.cpost-delivery-point-logos {
  min-height: 60px;
}
.cpost-delivery-point-logos img {
  height: 50px;
  margin-right: 20px;
}
.cpost-delivery-point-logos .cpost-logo-doBalikovny {
  padding: 10px 0;
}
.cpost-delivery-point-logos .cpost-logo-naPostu {
  height: 49px;
}
.cpost-delivery-point-logos .cpost-logo-postaPont {
  height: 60px;
}
.cpost-delivery-point-submit {
  text-align: right;
}
.cpost-delivery-point-result-legend,
.cpost-delivery-point-result-table-wrap {
  margin-top: 20px;
  border-top-style: solid;
  border-top-width: 1px;
}
.cpost-delivery-point-result-legend {
  padding-top: 20px;
}
.cpost-delivery-point-result {
  position: relative;
}
.cpost-delivery-point-result table.table {
  margin-bottom: 0;
}
.cpost-delivery-point-result table.table td {
  vertical-align: top;
}
a.cpost-delivery-point-show-opening-hours {
  text-decoration: underline;
}
a.cpost-delivery-point-show-opening-hours:hover {
  text-decoration: none;
}
.cpost-delivery-point-opening-hours {
  display: none;
}
.cpost-delivery-point-opening-hours.active {
  display: table;
}
.cpost-delivery-point-symbols img {
  margin-right: 1ex;
}
table.table.cpost-delivery-point-result-table > tbody > tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.table.cpost-delivery-point-result-table > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.table.cpost-delivery-point-result-table > tbody > tr:last-child {
  border-bottom-style: none;
}
table.table.cpost-delivery-point-result-table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  input[type="submit"].delivery-point-picker,
  .cpost-choose-button {
    display: block;
    width: 100%;
  }
  .cpost-delivery-point-choose-post th,
  .cpost-delivery-point-choose-post td,
  .cpost-delivery-point-result-table > tbody > tr,
  .cpost-delivery-point-result-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .cpost-delivery-point-choose-post td {
    padding-top: 3px;
  }
  .cpost-delivery-point-form-wrapper .city,
  .cpost-delivery-point-form-wrapper .zip-code {
    width: 100%;
  }
}
.map iframe {
  width: 100%;
}
.branch-wrap .loader:not(.no-display),
.cpost-delivery-point-form .loader:not(.no-display) {
  display: inline-block;
  vertical-align: middle;
}
.detail-information:not(:empty) {
  margin-top: 19px;
  border-top-style: solid;
  border-top-width: 1px;
}
.branch-information {
  margin-bottom: 19px;
}
.branch-saved {
  flex-shrink: 0;
  display: inline-block;
  visibility: hidden;
}
.branch-saved.branch-saved-visible {
  visibility: visible;
}
@media (max-width: 767px) {
  .branch-saved {
    width: 90%;
    margin-top: 5px;
  }
  .branch-saved .btn {
    display: block;
  }
}
.gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
    flex-wrap: nowrap;
    height: 450px;
  }
}
.gls-parcel-shop-wrapper #left-canvas {
  width: 100%;
  order: 2;
  height: 175px;
  border: 1px solid #777;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #left-canvas {
    width: 25%;
    order: 1;
    height: 100%;
  }
}
.gls-parcel-shop-wrapper #right-canvas {
  width: 100%;
  height: 300px;
  order: 1;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #right-canvas {
    width: 75%;
    height: 100%;
    order: 2;
  }
}
.gls-parcel-shop-wrapper #searchinput {
  width: 100%;
  margin-left: 0;
}
.gls-parcel-shop-wrapper .gls-parcel-shop-confirm-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.gls-parcel-shop-wrapper form .btn,
.gls-parcel-shop-wrapper form button {
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}
form #map-canvas button,
form #map-canvas .btn {
  min-height: initial;
  min-width: initial;
  border-radius: 0;
}
.subcategories li a {
  border-color: #dadada;
  background-color: #fff;
  color: #b2b2b2;
}
.subcategories li a:hover {
  color: #656565;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -6px 19px;
  width: calc(100% + 12px) !important;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .subcategories {
    margin: 0 -4px 20px;
    width: calc(100% + 8px) !important;
  }
}
.subcategories li {
  list-style: none;
  flex: 0 0 auto;
  padding: 6px;
  width: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 1200px) {
  .subcategories li {
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .subcategories li {
    width: 50%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .subcategories li {
    width: 100%;
    padding: 4px;
  }
}
.subcategories li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 42px;
  line-height: 1.2em;
  padding: 4px 10px 4px 10px;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 8px;
  border-width: 1px;
  font-weight: 500;
}
.subcategories li a .text {
  max-height: 38px;
  overflow: hidden;
  font-weight: 500;
}
.subcategories li a::before {
  display: none;
}
.subcategories li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.subcategories li a:hover {
  text-decoration: none;
}
.subcategories li.divider {
  margin: 10px 10px;
  padding: 0;
  width: calc(80%);
}
.subcategories.with-image li a {
  display: flex;
  align-items: center;
  color: #505050;
  padding-left: 7px;
  text-decoration: none;
}
.subcategories.with-image li a .image {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45px;
  height: 40px;
  position: relative;
  top: 0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.subcategories.with-image li a .image img {
  max-height: 40px;
  max-width: 45px;
  width: auto;
  height: auto;
}
.subcategories.with-image li a .text {
  width: 75%;
  padding-left: 15px;
  letter-spacing: 0;
  font-size: 1.1em;
  flex-grow: 0;
  text-align: left;
  line-height: 1.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.subcategories.with-image li.parametric {
  text-align: center;
}
@media (max-width: 991px) {
  .subcategories li a {
    padding: 0 27px 0 13px;
  }
  .subcategories li a .text {
    max-height: 42px;
    font-size: 12px;
    line-height: 18px;
  }
}
.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
}
.category-header form {
  flex: 0 1 auto;
  width: 100%;
}
.category-header > div {
  display: none !important;
}
.category-perex {
  margin-bottom: 25px;
}
main #filters {
  max-width: 1030px;
  margin: 0 auto 20px auto;
  border: 2px solid #f2f2f2;
}
#filters {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
#filters .ui-slider-horizontal {
  background: #ccc;
}
#filters #clear-filters a {
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 8px;
}
#filters .from,
#filters .to {
  color: #000;
  font-size: 1.1em;
}
#filters .filter-section {
  padding-top: 0;
  border: none !important;
}
#filters .filter-section label {
  cursor: pointer;
  width: 100%;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.1em;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
#filters .filter-section label.disabled {
  cursor: not-allowed;
}
#filters .filter-section form {
  max-height: 200px;
  overflow: auto;
}
#filters .slider-wrapper.filter-section-default {
  background: #f2f2f2;
  padding: 20px;
  width: calc(100% - 20px);
  max-width: 100%;
  border-radius: 5px;
  margin: 10px 10px 0;
}
#filters .slider-wrapper.filter-section-default .slider-header,
#filters .slider-wrapper.filter-section-default .slider-content {
  max-width: 550px;
  margin: 0 auto;
}
#filters .slider-wrapper.filter-section-default h4 {
  display: none;
}
#filters .ui-widget.ui-widget-content {
  border: none;
}
#filters .filter-section {
  border-color: #e9e9e9;
}
#filters label.no-display {
  display: none !important;
}
#content #filters .slider-wrapper.filter-section-default {
  padding: 20px !important;
}
#content #filters .filter-total-count {
  display: none;
}
.sidebar #filters .slider-wrapper.filter-section-default {
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.sidebar #filters #clear-filters a {
  background: transparent;
  border-radius: 8px;
  display: block;
  margin-top: 10px;
}
.sidebar #filters #clear-filters a:hover {
  background: #f2f2f2;
}
main .filters-wrapper > h4 {
  display: none;
}
main .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  line-height: 35px;
  padding: 0 30px;
  border: none;
  border-radius: 8px;
  height: 35px;
  font-size: 1em;
  letter-spacing: 0.5px;
}
main .filters-wrapper .filters-unveil-button-wrapper .unveil-button:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/sliders.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -3px;
  opacity: 0.85;
}
.category-header fieldset {
  border: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  overflow: hidden;
}
.category-header fieldset input[type="radio"] + label {
  position: relative;
  /*width: 25%;*/
  text-align: center;
  border: none;
}
.category-header fieldset input[type="radio"] + label:before {
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 1px;
  background: #d8d8d8;
  content: '';
  display: block;
  border-radius: 0;
  border: none;
}
.category-header fieldset input[type="radio"] + label:first-child:before {
  display: none;
}
.category-header input[type="radio"] {
  display: none;
}
.category-header input[type="radio"] + label {
  display: inline-block;
  margin-right: 1px;
  margin-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
  color: #1E1E1C;
}
.category-header input[type="radio"] + label::before,
.category-header input[type="radio"] + label::after {
  display: none;
}
.category-header div {
  display: block;
  flex: 1 0 auto;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  color: #505050;
  letter-spacing: 0;
}
.category-header input[type="radio"] + label {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  flex-grow: 1;
}
@media only screen and (max-width: 992px) {
  .category-header input[type="radio"] + label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .category-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 0;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 0px;
    background: transparent !important;
    overflow: visible;
  }
  .category-header label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 8px 15px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;
  }
  .category-header label:before {
    display: none !important;
  }
  .category-header form {
    position: relative;
    height: 40px;
    overflow: visible;
    /*&:before {
        position: absolute;
        content: 'Řadit podle:';
        left: 0;
        top: 7px;
        width: 100px;
        height: auto;
        background: transparent;
        z-index: 9;
        color: #666 !important;
        font-size: 15px;
      }*/
  }
  .category-header > div {
    padding: 0 !important;
    color: #1E1E1C;
  }
  .category-header fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    padding-top: 36px;
    height: 40px;
    z-index: 3;
    background: #fff;
    position: relative;
    border: 2px solid #1E1E1C;
    border-radius: 8px;
    cursor: pointer;
  }
  .category-header fieldset:after {
    top: 0;
    left: 0;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 15px center / 10px no-repeat !important;
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 8px 15px !important;
    width: 100%;
    position: absolute;
    background-color: transparent;
    z-index: 2;
    content: '';
    height: 36px;
  }
  .category-header fieldset label {
    font-weight: 500;
    background: #f1f3f7;
    text-align: left !important;
  }
  .category-header fieldset input[type="radio"]:checked + label {
    position: absolute;
    padding-right: 22px;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 15px center !important;
    background-size: 10px !important;
    background-color: #fff !important;
    color: #1E1E1C !important;
    top: 0;
    left: 0;
    letter-spacing: 0;
    width: 100%;
    z-index: 1;
  }
  .category-header fieldset input[type="radio"]:checked + label:after {
    width: 12px;
    height: 8px;
    content: '';
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .category-header fieldset.hovered {
    height: auto;
    /*overflow: visible;*/
  }
}
@media only screen and (max-width: 600px) and only screen and (max-width: 767px) {
  .category-header {
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 600px) and only screen and (max-width: 767px) {
  .category-header form {
    width: 100%;
  }
}
.category-header {
  background-color: #f5f5f5;
}
.category-header input[type="radio"]:checked + label {
  color: #656565;
  background-color: #fff;
  font-weight: 400 !important;
}
.type-category #content h4 {
  font-size: 1.6em;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 600;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
  .type-category #content h4 {
    margin-top: 10px;
    font-size: 1.3em;
    margin-bottom: 5px;
  }
}
.type-category #content h4:after {
  height: 1px;
  width: 40px;
}
.type-category .products-top .toggle-top-products {
  background: #ededed;
  color: #333;
  padding: 12px 20px;
  margin: 10px auto 50px auto;
  border-radius: 8px;
  font-size: 1.1em;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
.type-category .products-top .toggle-top-products:hover {
  background: #d8d8d8;
}
.type-category .products-top .product .image img {
  max-width: 100%;
  height: auto;
}
.type-category .products-top .product .price-final strong {
  font-size: 1.5em;
  color: #1E1E1C !important;
}
.type-category .products-top .product .availability {
  font-size: 0.9em;
}
.type-category .products-top .product .name {
  height: auto;
  display: block;
  font-size: 1.15em;
  line-height: 1.1em;
  font-weight: 400 !important;
  margin-bottom: 6px;
}
.type-category .products-block + .banner-category img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.type-category h1 {
  margin-top: 0;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > h4,
.type-category #content > ul,
.type-category #content > * {
  order: 2;
}
.type-category #content .breadcrumbs {
  order: 0;
}
.type-category #content h1 {
  order: 0;
}
.type-category #content > ul,
.type-category #content > div {
  width: 100%;
}
.type-category #content .category-perex {
  order: 1;
}
body.blank-mode .container.breadcrumbs-wrapper,
.breadcrumbs-wrapper {
  clear: both;
  padding-top: 17px !important;
  padding-bottom: 15px !important;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body.blank-mode .container.breadcrumbs-wrapper,
  .breadcrumbs-wrapper {
    padding: 17px 40px 0px 40px !important;
  }
}
@media only screen and (max-width: 992px) {
  body.blank-mode .container.breadcrumbs-wrapper,
  .breadcrumbs-wrapper {
    padding: 17px 20px 15px 20px !important;
  }
}
body.blank-mode .container.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 30px;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/bc-bg.png);
  background-repeat: repeat-x;
  background-position: top;
  content: '';
}
@media only screen and (max-width: 767px) {
  body.blank-mode .container.breadcrumbs-wrapper,
  .breadcrumbs-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.mobile-breadcrumbs.blank-mode .container.breadcrumbs-wrapper,
  body.mobile-breadcrumbs .breadcrumbs-wrapper {
    display: block;
    margin-top: 95px;
    padding: 17px 20px 5px 20px !important;
  }
  body.mobile-breadcrumbs.blank-mode .container.breadcrumbs-wrapper .breadcrumbs > span > span,
  body.mobile-breadcrumbs .breadcrumbs-wrapper .breadcrumbs > span > span,
  body.mobile-breadcrumbs.blank-mode .container.breadcrumbs-wrapper .breadcrumbs > span > a,
  body.mobile-breadcrumbs .breadcrumbs-wrapper .breadcrumbs > span > a {
    font-size: 12px;
    margin-bottom: 3px;
  }
  body.mobile-breadcrumbs.blank-mode .container.breadcrumbs-wrapper .breadcrumbs > span .navigation-bullet,
  body.mobile-breadcrumbs .breadcrumbs-wrapper .breadcrumbs > span .navigation-bullet {
    padding: 0px 0;
    width: 12px;
    height: 12px;
    background-size: 6px;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  body.mobile-breadcrumbs.blank-mode .container.breadcrumbs-wrapper,
  body.mobile-breadcrumbs .breadcrumbs-wrapper {
    padding: 17px 15px 2px 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.mobile-breadcrumbs .breadcrumbs-wrapper + #content-wrapper {
    padding-top: 0px !important;
  }
  body.mobile-breadcrumbs .breadcrumbs-wrapper + #content-wrapper #content {
    padding-top: 5px;
  }
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  display: none;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper #navigation-first a {
  padding-left: 0;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 6px;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  display: inline-block;
}
.breadcrumbs-wrapper .breadcrumbs > span > a.navigation-bullet,
.breadcrumbs-wrapper .breadcrumbs > span > span.navigation-bullet {
  padding: 10px 0;
  color: transparent;
  font-weight: 400;
  width: 12px;
  height: 12px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-right-b.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs > span > a,
  .breadcrumbs-wrapper .breadcrumbs > span > span {
    padding: 0px;
  }
}
.breadcrumbs-wrapper .breadcrumbs > span > a {
  color: #a5a5a4;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
  margin: 0 0 10px 0;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: block !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.sidebar-inner {
  padding-left: 30px;
}
.sidebar-inner > div {
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 19px 0;
}
.sidebar-inner > div h4 {
  margin-top: 0;
}
#categories {
  padding: 2px 0;
}
#categories ul .expandable .cat-trigger {
  right: 15px;
  top: 7px;
}
#categories ul .expandable ul {
  border: none;
}
#categories ul .expandable ul li a {
  font-size: 0.9em;
  padding: 5px 15px 5px 18px;
}
#categories ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
#categories ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
#categories ul ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
#categories ul ul ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
#categories {
  position: relative;
  font-weight: 400;
}
#categories a:hover {
  text-decoration: none;
}
#categories .expandable > ul {
  display: none;
}
#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  left: unset;
  right: 15px;
  top: 13px;
  bottom: unset;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 20px;
  display: flex !important;
  text-align: center;
  line-height: 21px !important;
  padding-left: 0;
  font-weight: 700 !important;
  color: #505050;
  opacity: 0.6;
  font-size: 7.5px;
  transform: rotate(90deg);
}
#categories .expandable > a > span::before,
#categories .expandable > .topic > a > span::before {
  content: '\e910';
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 12px;
  height: 12px;
  line-height: 12px;
  left: 4px;
  position: absolute;
  top: 11px;
  font-weight: 600;
}
#categories .expandable.expanded > a > span,
#categories .expandable.expanded > .topic > a > span {
  display: none;
}
#categories .expandable.expanded > ul {
  display: block;
}
#categories .expandable.external > a > span::before,
#categories .expandable.external > .topic > a > span::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.categories {
  position: relative;
}
.categories ul.expanded li.active ul a {
  color: inherit;
}
.categories .topic > a {
  padding-left: 0;
}
aside .categories .topic {
  padding: 0;
}
aside .categories .topic > a {
  font-size: 1.1em;
  padding: 14px 20px;
}
aside .categories .topic > a:hover {
  background-color: #f2f2f2;
}
aside .categories .topic.active > a {
  border-bottom: none;
  margin-bottom: -10px;
}
.categories ul {
  margin: 0;
  padding: 0;
}
.categories ul a {
  padding-left: 50px;
}
.categories ul.expanded {
  margin: 10px 0px 0 0px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  padding-left: 11px;
}
.categories ul.expanded li a {
  border: none;
  text-transform: none;
  font-weight: 400;
  padding: 6px 15px 6px 18px;
  /*&:hover {
        text-decoration: underline !important;
      }*/
}
.categories ul a::before {
  content: '';
  vertical-align: middle;
  display: none;
  width: 0;
  height: 0;
  margin-right: 0;
  font-size: 0;
}
.categories ul ul a {
  padding-left: 55px;
}
.categories ul ul ul a {
  padding-left: 60px;
}
.categories ul ul ul ul a {
  padding-left: 65px;
}
.categories ul ul ul ul ul a {
  padding-left: 70px;
}
.categories ul ul ul ul ul ul a {
  padding-left: 75px;
}
.categories li {
  position: relative;
  list-style-type: none;
}
.categories a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  padding-left: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e7e7e7;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.1px;
}
#categories .categories:last-child a {
  border: none;
}
@media (max-width: 767px) {
  .filters {
    display: none;
    margin-bottom: 19px;
  }
  .filters.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .filters,
  .filters {
    display: block;
  }
}
.slider-wrapper {
  padding: 10px 0 0 !important;
  max-width: 650px;
  margin: 0 auto 10px auto !important;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper {
    padding: 10px 10px 0 10px !important;
  }
}
.slider-wrapper h4 {
  display: none;
}
.slider-wrapper .slider-content {
  margin-bottom: 3px;
}
.slider-header {
  padding-bottom: 10px;
}
.slider-header:before,
.slider-header:after {
  content: " ";
  display: table;
}
.slider-header:after {
  clear: both;
}
.slider-header:before,
.slider-header:after {
  content: " ";
  display: table;
}
.slider-header:after {
  clear: both;
}
.slider-content {
  position: relative;
  padding: 0 10px;
  height: 6px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 0;
}
.ui-slider-range {
  border-style: none;
  border-width: 0;
}
.ui-slider-horizontal {
  height: 6px;
}
.ui-slider-horizontal .ui-slider-range,
.ui-slider-horizontal .ui-slider-handle {
  z-index: 2;
}
.ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: -7px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/handle.svg?v3) !important;
  background-size: 12px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border: 2px solid;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
}
.from,
.to {
  width: 50%;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  color: #7a7a7a;
}
.from i,
.to i {
  display: none;
}
.from {
  float: left;
  text-align: left;
}
.to {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .filters {
    display: none;
    margin-bottom: 19px;
  }
  .filters.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  #content .filters,
  #footer .filters {
    display: none;
    margin-bottom: 19px;
  }
  #content .filters.visible,
  #footer .filters.visible {
    display: block;
  }
}
.btn.unveil-button {
  display: none;
}
@media (max-width: 767px) {
  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: inline-block;
  }
}
#content .filters-wrapper > div:first-of-type,
#footer .filters-wrapper > div:first-of-type {
  margin-bottom: 19px;
  text-align: center;
}
.content .filter-section-button {
  display: none;
}
.filter-sections {
  padding-left: 10px;
  padding-right: 10px;
}
.filter-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
  text-align: left;
}
.filter-section + .filter-section {
  border-top-style: solid;
  border-top-width: 1px;
}
#footer .filter-section {
  padding-left: 13px;
  padding-right: 13px;
}
.filter-section h4 {
  margin-top: 0;
}
.filter-section label {
  letter-spacing: 0.5px;
  color: #222;
}
.filter-section .filter-count {
  float: right;
  font-weight: 400;
  padding-right: 0;
  opacity: 0.7;
}
.filter-section label.active {
  font-weight: 500;
}
.filter-section.filter-section-button,
.filter-section:last-child {
  border-top-style: none;
}
.filter-section.filter-section-button {
  padding-top: 0;
  text-align: center;
}
#content .filter-section fieldset div.advanced-filters-wrapper,
#footer .filter-section fieldset div.advanced-filters-wrapper {
  margin-bottom: -5px;
  width: 100%;
}
#content .filter-section fieldset div.advanced-filters-wrapper > div,
#footer .filter-section fieldset div.advanced-filters-wrapper > div {
  float: none;
  width: auto;
  padding: 0 5px 5px 0;
}
#content .filter-section fieldset div,
#footer .filter-section fieldset div {
  padding-right: 15px;
  margin-bottom: 7px;
  margin-top: 1px;
}
@media (min-width: 480px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    text-align: left;
    float: left;
    width: 50%;
  }
  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    text-align: left;
    width: 33.3%;
  }
  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: none;
  }
}
@media (min-width: 480px) {
  #content .filter-section.filter-section-parametric fieldset div:nth-child(odd),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(odd) {
    clear: none;
  }
  #content .filter-section.filter-section-parametric fieldset div:nth-child(even),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(even) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content .filter-section.filter-section-parametric fieldset div:nth-child(even),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(even) {
    clear: none;
  }
  #content .filter-section.filter-section-parametric fieldset div:nth-child(4n+1),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(4n+1) {
    clear: none;
  }
}
#clear-filters,
.filter-section-button {
  text-transform: uppercase;
}
#clear-filters {
  text-align: center;
}
#category-filter-hover {
  display: none;
}
.content #category-filter-hover,
#category-filter-hover.visible {
  display: block;
}
.content #category-filter-hover,
#category-filter-hover.visible {
  display: block;
}
#category-filter-hover .filter-section:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
#clear-filters {
  clear: both;
}
.param-filter-top {
  text-align: left;
}
.param-filter-top form {
  display: block;
}
.param-filter-top form fieldset {
  display: block;
}
.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.advanced-filters-wrapper > div {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding-bottom: 3px;
}
.advanced-filters-wrapper > div label {
  display: inline-block;
}
.advanced-filters-wrapper > div .advanced-parameter {
  margin: 0;
}
.filter-label {
  display: flex;
  align-items: center;
}
.filter-count {
  display: inline-block;
  margin-left: 1ex;
  padding: 1px 0.75em;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
ol.top-products {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ol.top-products > li {
  list-style: none;
}
ol.top-products li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ol.top-products li a {
  display: block;
  text-decoration: none;
  padding-left: 10px;
}
ol.top-products li a strong {
  font-size: 16px;
  letter-spacing: 0.2px;
}
ol.top-products li a .top-products-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s ease-out;
  line-height: 1.2em;
}
ol.top-products li a.top-products-image {
  flex: 0 0 50px;
  display: block;
}
ol.top-products li::before {
  display: none;
}
ol.top-products li:last-child {
  margin-bottom: 0;
}
.sidebar {
  order: 2;
}
.sidebar #categories,
.sidebar #filters,
.sidebar .box-onlinePayments p,
.sidebar .box-login form,
.sidebar .top-products,
.sidebar .box.client-center-box,
.sidebar .box-articles ul,
.sidebar .banner ul,
.sidebar .box-newsletter form,
.sidebar .box-productRating .rate-wrapper,
.sidebar .box-cartButton .cart-overview,
.sidebar .box-poll,
.sidebar .box-section1,
.sidebar .search form,
.sidebar .box-contact .contact-box ul {
  border: none;
  background: #F6F6F6;
  border-radius: 8px;
}
.sidebar .box.box-categories {
  margin-bottom: 10px;
}
.sidebar .cart-widget {
  max-height: inherit;
}
.sidebar .cart-widget .place-cart-here {
  padding-left: 0 !important;
}
.sidebar .cart-widget .cart-widget-inner.full .cart-widget-products .cart-widget-product {
  padding-bottom: 38px;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar .cart-sidebar-box {
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  padding: 12px 8px 8px 8px;
  border: none;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  margin-top: -94px;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .sidebar .cart-sidebar-box {
    margin-top: -79px;
  }
}
.sidebar .cart-sidebar-box .popup-widget.cart-widget {
  padding: 0;
}
.sidebar .cart-sidebar-box:before {
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}
.sidebar .cart-sidebar-box:after {
  background: var(--color-primary);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  z-index: 0;
  height: 100%;
}
.sidebar .cart-sidebar-box.fixed {
  position: fixed;
  top: 42px;
  /*bottom: 0;*/
  z-index: 9;
  left: initial;
  margin-bottom: 0px;
  width: 314px;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  right: calc((100% - 1680px) / 2);
  /*transform: translateY(-100%);*/
  /* h4 {
        margin-bottom: 8px;
      }*/
}
.sidebar .cart-sidebar-box.fixed.showed {
  /*transform: translateY(0);*/
  transition: 0.3s;
}
@media only screen and (max-width: 1750px) {
  .sidebar .cart-sidebar-box.fixed {
    right: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .sidebar .cart-sidebar-box.fixed {
    right: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar .cart-sidebar-box.fixed {
    width: 265px;
  }
}
.sidebar .cart-sidebar-box.fixed .cart-sidebar-inner {
  height: 100%;
}
.sidebar .cart-sidebar-box.fixed .cart-sidebar-inner .popup-widget {
  height: 100%;
}
.sidebar .cart-sidebar-box.fixed .popup-widget-inner {
  max-height: calc(100vh - 214px) !important;
}
.sidebar .cart-sidebar-box .popup-widget-inner {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.sidebar .cart-sidebar-box .price-summary {
  padding: 0 16px;
}
.sidebar .cart-sidebar-box h4 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.6em;
  font-weight: 600;
  padding: 5px 18px;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  z-index: 1;
}
.sidebar .cart-sidebar-box h4:hover {
  /*color: @tempColor1;*/
}
.sidebar .cart-sidebar-box h4:hover:after {
  background: rgba(0, 0, 0, 0.15);
}
.sidebar .cart-sidebar-box h4:before {
  width: 22px;
  height: 20px;
  position: relative;
  display: inline-block;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/cart.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  top: 2px;
}
.sidebar .cart-sidebar-box h4:after {
  content: '\e90e';
  position: absolute;
  right: 18px;
  font-weight: 600;
  top: 4px;
  font-family: 'shoptet';
  font-size: 10px;
  color: #333;
  transform: rotate(-180deg);
  transition: 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding-top: 1px;
  justify-content: center;
}
.sidebar .cart-sidebar-box h4.rotate:after {
  transform: rotate(0);
}
.sidebar .cart-sidebar-box .cart-free-shipping {
  order: 1;
  position: relative;
  bottom: 0;
  background: transparent;
  border-top: 0;
  height: auto;
  text-align: left;
  padding-left: 8px;
}
.sidebar .cart-sidebar-box .cart-free-shipping > div {
  padding: 16px 12px 0 8px;
  line-height: 1.5em;
  font-size: 0.9em;
}
.sidebar .cart-sidebar-box .cart-sidebar-inner {
  padding-top: 7px;
}
.sidebar .cart-sidebar-box .cart-sidebar-inner .cart-widget {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  color: #000;
  border: none;
  box-shadow: none;
  background: transparent;
}
.sidebar .cart-sidebar-box .cart-sidebar-inner .cart-widget:before {
  display: none;
}
.sidebar .box-section1,
.sidebar .search form {
  padding: 15px 15px 5px !important;
}
.sidebar .box-section1 h5 a,
.sidebar .search form h5 a {
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 600;
}
.sidebar .box-facebook .fb-page {
  border: 1px solid #dfdfdf !important;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.sidebar .box-facebook .fb-page span {
  width: 100% !important;
}
.sidebar .box-facebook .fb-page iframe {
  width: 100% !important;
}
.sidebar .box-section1 {
  margin-bottom: 30px !important;
}
.sidebar .search form button {
  width: 100%;
}
.sidebar .box-poll {
  padding: 15px !important;
  margin-bottom: 30px !important;
}
.sidebar .box-poll .poll-result > div {
  background-color: #333;
  border-color: #333;
}
.sidebar .box-poll ul li a {
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.sidebar .box-poll h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0;
}
.sidebar .box-login .login-wrapper {
  padding: 0;
}
.sidebar .box-login .password-helper {
  margin-top: 15px;
}
.sidebar .box-login .password-helper a {
  padding: 3px 0;
  display: block;
  text-decoration: none;
}
.sidebar .box.box-onlinePayments {
  margin-bottom: 10px;
}
.sidebar .box-onlinePayments p {
  padding: 20px 15px 20px 25px;
  margin: 0;
}
.sidebar .box-productRating .rate-wrapper {
  padding: 15px 15px 5px 15px;
}
.sidebar .box-productRating .rate-wrapper .votes-wrap {
  margin-top: 0;
}
.sidebar .box-productRating .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
.sidebar .box-productRating .rate-wrapper .votes-wrap .stars span:before {
  top: 5px;
}
.sidebar .box-cartButton .cart-overview {
  padding: 15px;
}
.sidebar .box-newsletter form,
.sidebar .box-login form {
  padding: 15px;
}
.sidebar .box-newsletter form br,
.sidebar .box-login form br {
  display: none;
}
.sidebar .box-newsletter form button .sr-only,
.sidebar .box-login form button .sr-only {
  display: block !important;
}
.sidebar .banner {
  padding: 0 0 20px;
  margin-bottom: 10px;
  border: none;
}
.sidebar .box-articles ul,
.sidebar .banner ul,
.sidebar .box-contact .contact-box ul {
  padding: 5px 15px;
  margin: 0;
}
.sidebar .box-articles ul li,
.sidebar .banner ul li,
.sidebar .box-contact .contact-box ul li {
  list-style: none;
}
.sidebar .box-articles ul a,
.sidebar .banner ul a,
.sidebar .box-contact .contact-box ul a {
  text-decoration: none;
  padding: 11px 0;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  line-height: 1.3em;
}
.sidebar .box-articles ul li:last-child a,
.sidebar .banner ul li:last-child a,
.sidebar .box-contact .contact-box ul li:last-child a {
  border: none;
}
.sidebar .box.client-center-box {
  padding: 1px 25px 20px 25px;
}
@media only screen and (max-width: 767px) {
  .sidebar .box.client-center-box {
    margin-bottom: 30px;
    width: 100%;
  }
}
.sidebar .box.client-center-box ul {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.sidebar .box.client-center-box ul li {
  list-style: none;
  display: block;
}
.sidebar .box.client-center-box ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.sidebar .box.client-center-box ul li.active a {
  font-weight: 500;
  text-decoration: underline;
}
.sidebar .box.client-center-box ul li.active:first-child a {
  text-decoration: none;
}
.sidebar .box.client-center-box ul li:last-child a {
  border: none;
}
.sidebar .box.client-center-box ul strong {
  font-weight: 500;
}
.sidebar .box.client-center-box ul .logout {
  position: absolute;
  right: 0;
  top: 5px;
}
.sidebar .box.client-center-box ul .logout a {
  padding: 6px 12px;
  height: auto;
  line-height: initial;
  font-size: 0.8em;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: transparent;
  border: 1px solid;
}
.sidebar .box.client-center-box ul .logout a:hover {
  background: #f2f2f2;
}
.sidebar .top-products {
  padding: 15px 0 5px 0;
}
.sidebar ol.top-products li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e5e5;
  position: relative;
  z-index: 0;
  padding: 0 20px 10px 20px;
  counter-increment: inst;
}
.sidebar ol.top-products li:before {
  position: absolute;
  color: #ececec;
  display: block !important;
  font-size: 28px;
  content: counter(inst);
  right: 20px;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  margin-top: -5px;
}
.sidebar ol.top-products li:last-child {
  border: none;
  margin-bottom: 0;
}
.sidebar ol.top-products li .top-products-image {
  padding-left: 0;
  height: 50px;
  width: 50px;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.sidebar ol.top-products li .top-products-image img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.sidebar .box {
  padding: 0 0 20px 0;
  border: none;
  margin-bottom: 10px;
}
.sidebar fieldset {
  border: none;
}
.sidebar h4 {
  margin-top: 0;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.sidebar .filters-wrapper .unveil-button {
  display: none !important;
}
.sidebar .filters-wrapper .toggle-filters {
  text-decoration: none;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 8px;
  color: #fff;
  margin: 10px 0 10px 0;
  display: block;
}
.sidebar .filters-wrapper .toggle-filters:hover {
  background: #f2f2f2;
}
.sidebar .filters-wrapper #manufacturer-filter h4 {
  display: block !important;
  text-transform: none;
}
.sidebar #filters {
  padding: 10px 15px 0 15px;
}
.sidebar #filters .filter-total-count {
  display: none;
}
.sidebar #filters .filter-section {
  border: none;
}
.sidebar #filters h4 {
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 5px;
}
.sidebar #clear-filters {
  margin: 0 0 10px 0;
}
.sidebar #clear-filters a {
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 3px;
}
.sidebar #clear-filters a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
.sidebar .filter-sections {
  padding: 0;
}
.sidebar .filter-sections fieldset {
  padding: 0;
  margin: 0;
}
.sidebar .filter-sections fieldset > div {
  display: flex;
  margin-bottom: 3px;
}
.sidebar .filter-sections fieldset > div input {
  margin-right: 10px;
}
.sidebar .filter-sections input {
  width: 20px;
  margin-left: 0;
  height: 20px;
  position: relative;
  top: -1px;
  border-radius: 8px;
}
.sidebar .filter-sections input:before {
  width: 20px;
  height: 20px;
  border-radius: 8px;
}
.sidebar .filter-sections input:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
}
input[type="checkbox"]:before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 2;
  background: #fff;
}
input[type="checkbox"]:after {
  width: 11px;
  height: 11px;
  position: absolute;
  content: '';
  border-radius: 3px;
  left: 2px;
  background: transparent;
  top: 2px;
  transition: 0.3s;
  z-index: 3;
}
.content #filters .filter-section h4 {
  font-size: 1.2em;
}
.ui-slider-horizontal {
  height: 4px;
  border: none;
  background: #f2f2f2;
}
.ui-slider-horizontal .ui-slider-range {
  background: #dfdfdf;
}
.ui-slider-horizontal .ui-slider-handle {
  left: 100%;
  top: -8px;
  border-radius: 3px;
  background: #fff;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  background: #f2f2f2;
}
.stars-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-detail .stars-wrapper {
  margin: 0;
  justify-content: flex-start;
}
.stars-placeholder,
.p .stars-wrapper {
  height: 12px;
  margin: 0;
}
.stars-placeholder {
  display: block;
}
.stars {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: 65px;
  height: 12px;
  margin-right: 3px;
}
.stars a {
  text-decoration: none;
}
.stars a,
.stars span {
  position: relative;
  float: left;
  width: 13px;
  height: 12px;
  line-height: 12px;
}
.stars a::before,
.stars span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px !important;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: '\e91c';
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: '\e91b';
}
.stars a.star-half::before,
.stars span.star-half::before {
  content: '\e91a';
}
.stars-label {
  flex: 0 0 auto;
  line-height: 12px;
}
a.stars-label {
  cursor: pointer;
}
.votes-wrap {
  margin-top: 19px;
}
.votes-wrap .votes-wrap {
  padding-left: 40px;
  margin-top: 30px;
}
.vote-wrap {
  margin-bottom: 19px;
  padding-top: 19px;
  font-size: 14px;
  border-top-style: solid;
  border-top-width: 1px;
}
.vote-wrap:last-child {
  margin-bottom: 0;
}
.sidebar .vote-wrap:first-child {
  border-top-style: none;
  padding-top: 0;
}
.vote-wrap a {
  text-decoration: none;
  color: #333;
}
.vote-wrap a:hover {
  text-decoration: none;
  color: #333;
}
.vote-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.1;
}
.vote-summary {
  display: block;
  min-width: 0;
  width: 100%;
}
.vote-product-name,
.vote-title,
.vote-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.vote-name {
  line-height: 1.2;
}
.sidebar .vote-name {
  font-size: 13px !important;
  margin-bottom: 0;
  padding-left: 10px;
}
.vote-time {
  font-size: 12px;
}
.vote-pic {
  position: relative;
  min-width: 80px;
  height: 60px;
  padding-right: 20px;
}
.vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .sidebar .vote-pic {
    display: none;
  }
}
.vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-clip: padding-box;
}
.vote-initials + img {
  display: none;
}
@media (max-width: 1439px) {
  .sidebar .vote-initials {
    display: none;
  }
}
.vote-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.vote-header .vote-delimeter {
  display: none;
}
.vote-content {
  margin-top: 10px;
}
.shp-icon,
.chevron-after::after,
.close-after::after,
.submenu-arrow::after,
.navigation-close:before,
.link-icon::before,
a.social-icon::before,
#cboxPrevious::before,
#cboxNext::before,
#cboxClose::before,
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before,
.contact-box ul li > span::before,
.quantity .increase::before,
.quantity .decrease::before,
.stars a::before,
#categories .expandable > a > span::before,
#categories .expandable > .topic > a > span::before,
.search-whisperer-category em::before,
.add-comment .rating-icon::before,
.add-comment .comment-icon::before,
.stars a::before,
.stars span::before,
.p-thumbnails .thumbnail-prev::before,
.p-thumbnails .thumbnail-next::before,
.advanced-parameter-inner::before,
.instagram-follow-btn > span::before,
.empty-content-404 h2::after,
.empty-content-category h2::after,
.browse-p .p-prev::before,
.browse-p .p-next::before,
.show-related:after,
.remove-item::before,
.btn.btn-login::before,
a.btn.btn-login::before,
.btn.btn-login.btn-after::after,
a.btn.btn-login.btn-after::after,
.btn.btn-cofidis::before,
a.btn.btn-cofidis::before,
.btn.btn-cofidis.btn-after::after,
a.btn.btn-cofidis.btn-after::after,
.btn.btn-arrow-left::before,
a.btn.btn-arrow-left::before,
.btn.btn-arrow-left.btn-after::after,
a.btn.btn-arrow-left.btn-after::after,
.btn.btn-arrow-right::before,
a.btn.btn-arrow-right::before,
.btn.btn-arrow-right.btn-after::after,
a.btn.btn-arrow-right.btn-after::after,
.btn.btn-arrow-down::before,
a.btn.btn-arrow-down::before,
.btn.btn-arrow-down.btn-after::after,
a.btn.btn-arrow-down.btn-after::after,
.btn.btn-arrow-up::before,
a.btn.btn-arrow-up::before,
.btn.btn-arrow-up.btn-after::after,
a.btn.btn-arrow-up.btn-after::after,
.image360::after,
.show360image::after,
.menu-helper::after,
.subcategories li a::before,
.navigation-home-icon-wrapper::before,
.carousel-control::before,
.cart-widget-product-delete button::before,
.top-navigation-bar .dropdown .caret::before,
.responsive-tools > a::before,
.top-navigation-contacts a.project-phone::before,
.top-navigation-contacts a.project-email::before,
.top-navigation-menu-trigger::before,
.discount-coupon::before,
.extra.delivery::before,
.extra.discount::before,
.back-shopping-link .next-step-back::before,
.next-step-back::before,
.btn.next-step-forward::after,
.co-box h4::before,
.chevron-after::after,
.cart-widget-button .btn::after,
.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before,
.btn.cart-count::before,
a.btn.cart-count::before {
  display: inline-block;
  speak: none;
  vertical-align: middle;
  font-family: 'shoptet' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  text-decoration: none;
}
.messages,
div.message {
  z-index: 99999;
}
.msg {
  background-color: transparent;
  padding: 0;
  border: transparent;
  width: auto;
  height: auto;
}
.messages {
  position: fixed;
  bottom: 0;
}
body .msg .container,
div.message,
body.blank-mode .msg .container {
  width: auto;
  border-color: transparent;
  max-width: 70%;
  width: 300px;
  padding: 20px !important;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: auto;
  top: auto;
  color: white !important;
  z-index: 9999999999;
  font-size: 18px;
  animation-name: slideInUp;
  animation-duration: 1s;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  body .msg .container,
  div.message,
  body.blank-mode .msg .container {
    text-align: center;
  }
}
.msg .container:before,
div.message:before {
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.msg .container a,
div.message a {
  color: white;
  text-decoration: underline;
}
.msg.msg-error .container,
div.message.error-message {
  background-color: #FB4F52;
}
.msg.msg-warning .container,
div.message.warning-message {
  background-color: #FB4F52;
}
.msg.msg-error .container:before,
div.message.error-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/error.png);
}
.msg.msg-warning .container:before,
div.message.warning-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/error.png);
}
.msg.msg-info .container:before,
div.message.notice-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/info.png);
}
.msg.msg-success .container:before,
div.message.success-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/correct.png);
}
.msg.msg-info .container,
div.message {
  background-color: #358fc3;
}
.msg.msg-success .container,
div.message.success-message {
  background-color: #84C335;
}
.site-msg.information,
div.message.notice-message {
  opacity: 0.9;
  color: white;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .overall-wrapper > .site-msg.information {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 25px 15px 15px;
  }
  .site-msg.information .close {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: block;
    background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/remove-w.svg") no-repeat center;
    background-size: 12px;
  }
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  color: #1E1E1C;
  display: none;
  letter-spacing: 2px;
  padding-right: 20px;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 20%;
  margin: 0;
  padding-bottom: 20%;
  height: auto;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
}
.instagram-line .instagram-widget > a:nth-child(n+7) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: calc(50%);
    padding-bottom: 49%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+6) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  transition: 0.3s;
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  order: -1;
  color: #383C43;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: flex;
  position: relative;
  padding-left: 0px;
  align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 2.2em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: #222 !important;
  text-transform: none;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
    text-align: left;
  }
}
.hp-ratings {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings {
    margin-bottom: 15px;
  }
}
.hp-ratings .h4.homepage-group-title {
  text-align: center;
  color: #27282D;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .h4.homepage-group-title {
    margin-bottom: -5px;
  }
}
.hp-ratings .votes-wrap {
  max-width: initial;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
  margin-top: 0;
  padding-top: 0;
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.hp-ratings .votes-wrap .vote-wrap {
  width: calc(33.33% - 10px);
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  margin: 0 5px 10px 5px;
}
.hp-ratings .votes-wrap .vote-wrap:nth-child(n + 7) {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hp-ratings .votes-wrap .vote-wrap {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-delimeter,
.hp-ratings .votes-wrap .vote-wrap .vote-time {
  display: none;
}
.hp-ratings .votes-wrap .vote-wrap .vote-pic {
  position: relative;
  min-width: 100px;
  height: 80px;
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-pic {
    text-align: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 5px;
    display: none;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-pic .vote-initials {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-pic .vote-initials {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-pic {
    padding-right: 0 !important;
    margin-bottom: 12px;
    min-width: 70px;
    height: 70px;
  }
}
.hp-ratings .votes-wrap .vote-wrap .stars {
  width: 85px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .stars {
    margin: 0 auto;
  }
}
.hp-ratings .votes-wrap .vote-wrap .stars .star {
  width: 18px;
}
.hp-ratings .votes-wrap .vote-wrap .stars .star:before {
  color: var(--color-secondary) !important;
}
.hp-ratings .votes-wrap .vote-wrap .stars .star:last-child {
  width: 12px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-summary {
  margin-bottom: 15px;
  font-size: 14px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-name {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.2em;
  color: #000;
}
.hp-ratings .votes-wrap .vote-wrap .vote-content {
  padding: 0;
  margin-top: 0;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 0;
  box-sizing: border-box;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-content {
    text-align: center;
  }
}
.hp-ratings .votes-wrap .vote-wrap:last-child {
  margin-bottom: 15px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-selection__arrow {
  display: none;
}
.select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 45px 6px 11px;
  line-height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA6CAIAAABNgoyqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNrs2LsNwDAIRVE7CzAp07AlU4QqRZQUeSgfRfeVIPlINqLwzEwzG49nGS8FGBgYGBgYGBgYGBj4t7C7y90WHBFnp1e9ujde9aF9VRXfeGcLqj5cm62pldn5EZDVLswCAQYGBgYGBgYG/ha8CjAAkdEmwUnCSO4AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right center;
}
#cboxContent .branch-picker-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cboxContent .branch-picker-wrapper select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #cboxContent .branch-picker-wrapper select {
    width: calc(100% - 150px);
  }
}
#cboxContent .branch-picker-wrapper .btn {
  width: auto;
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #cboxContent .branch-picker-wrapper .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
#cboxContent .branch-saved {
  width: 100%;
}
#cboxContent .detail-information .map iframe {
  max-width: 100% !important;
}
.siteCookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1.7em;
  letter-spacing: 0.5px;
  z-index: 999;
  background: #fff;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding: 25px;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 40px 160px 50vw #00000080;
}
.siteCookies:before {
  width: 170px;
  height: 170px;
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/dolomit/img/cookies-bg.svg);
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
  opacity: .04;
  position: absolute;
  display: inline-block !important;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .siteCookies:before {
    width: 100px;
    height: 100px;
    background-size: 90px;
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .siteCookies {
    padding: 15px;
    font-size: 13px;
    line-height: 1.6em;
  }
}
.siteCookies.siteCookies--top {
  bottom: initial;
  top: 0;
}
.siteCookies .siteCookies__form {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  /*.siteCookies__links {
      padding-right: 240px;
      text-align: left;
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      margin-top: 15px;
      padding-left: 0px;

      .js-cookies-settings {
        text-decoration: underline;
        font-weight: 600;

        &:hover {
          text-decoration: none;
        }
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .siteCookies .siteCookies__form {
    flex-direction: column;
  }
}
.siteCookies .siteCookies__form .siteCookies__content {
  width: calc(100% - 150px);
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .siteCookies .siteCookies__form .siteCookies__content {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.siteCookies .siteCookies__form .siteCookies__content .siteCookies__text {
  padding-bottom: 0;
}
.siteCookies .siteCookies__form .siteCookies__content a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.siteCookies .siteCookies__form .siteCookies__content a:hover {
  text-decoration: none;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap {
  bottom: 0;
  text-align: right;
  position: relative;
  left: 0;
  transform: none;
  width: 150px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .siteCookies .siteCookies__form .siteCookies__buttonWrap {
    width: 100%;
  }
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap button,
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings {
  background: #fff;
  color: #000;
  border-radius: 0px;
  border: 1px solid #fff;
  padding: 0 10px;
  height: 56px;
  line-height: 28px;
  min-width: 127px;
  font-size: 15px;
  font-family: var(--template-font);
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .siteCookies .siteCookies__form .siteCookies__buttonWrap button,
  .siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings {
    width: 100%;
    height: 46px;
  }
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap button[value="reject"],
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings[value="reject"] {
  order: 2;
  margin-bottom: 0;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap button[value="reject"]:hover,
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings[value="reject"]:hover {
  text-decoration: underline;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap button[value="all"],
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings[value="all"] {
  background: #44BD32;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #44BD32;
  margin-left: 0;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap button:hover,
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings:hover {
  opacity: 0.85;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings {
  border: 1px solid #000;
  color: #000;
}
.siteCookies .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings:hover {
  background: #f2f2f2;
}
.siteCookies .siteCookies__form .siteCookies__links a {
  font-weight: 600;
}
.siteCookies.siteCookies--dark {
  background: #323232;
}
.siteCookies.siteCookies--dark:before {
  filter: invert(1);
}
.siteCookies.siteCookies--dark .siteCookies__form .siteCookies__buttonWrap .js-cookies-settings[value=reject],
.siteCookies.siteCookies--dark .siteCookies__form .siteCookies__buttonWrap button[value=reject] {
  background: transparent;
  border: none;
  color: #fff;
}
.siteCookies.siteCookies--dark .siteCookies__form .siteCookies__links .js-cookies-settings {
  color: #fff;
}
.siteCookies.siteCookies--dark .siteCookies__form .siteCookies__content .siteCookies__text {
  color: #fff;
}
.siteCookies.siteCookies--dark .siteCookies__form .siteCookies__content .siteCookies__text a {
  color: #fff;
}
.cookiesSetting__form {
  padding: 10px;
}
.cookiesSetting__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
.cookiesSetting__perex {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cookiesSetting__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}
.cookiesSetting__item__name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}
.cookiesSetting__item__status {
  margin: 20px 0;
  text-align: center;
  padding: 7px 0;
  border: 1px solid #e5e8ea;
  border-radius: 4px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.cookiesSetting__item__status:hover {
  background: #F8FAFB;
  border: 1px solid #E5E8EA;
  color: #252525;
}
@media (min-width: 768px) {
  .cookiesSetting__item__status {
    margin: 0;
    padding: 7px 0;
  }
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state {
  padding-left: 40px;
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:before {
  left: 10px;
  width: 16px;
  height: 16px;
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 1px;
}
.template-07 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 13px;
}
.template-10 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after,
.template-13 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after,
.template-14 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 11px;
}
.cookiesDialog #cboxClose {
  background-color: #f8fafb !important;
  border-radius: 8px;
}
.cookiesSetting__data {
  border: 1px solid #e5e8ea;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
}
.cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .cookiesSetting__bottom {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    margin: 0;
    flex: 1;
  }
}
.cookiesSetting__uncheckLink {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #11111f;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  /*width: 100%;*/
  text-align: center;
  font-family: var(--template-font);
}
.cookiesSetting__uncheckLink:hover {
  color: #383742;
  background: #E5E8EA;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.cookiesSetting__button {
  display: block;
  /*line-height: 48px;*/
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  /*width: 100%;*/
  padding: 0 15px;
  color: #fff;
  font-family: var(--template-font);
  background-color: #11111f;
}
.cookiesSetting__button:hover {
  color: #fff;
  background-color: #11111f;
}
@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
.cookiesSetting__button--green {
  background-color: #007C47;
  margin-top: 10px;
}
.cookiesSetting__button--green:hover {
  color: #fff;
  background-color: #007C47;
}
@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-top: 0;
    margin-left: 15px;
  }
  .siteCookies.siteCookies--left {
    left: 20px;
    bottom: 20px;
    transform: none;
  }
  .siteCookies.siteCookies--right {
    right: 20px;
    bottom: 20px;
    left: initial;
    transform: none;
  }
  .siteCookies.siteCookies--center {
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
body.cookies-visible #colorbox {
  z-index: 9999999999;
}
body.cookies-visible #colorbox #cboxContent {
  max-height: calc(100vh - 40px);
  overflow: auto;
}
.js-cookiesSetting__form button {
  border-radius: 0;
  font-weight: 400;
}
body {
  margin: 0;
  font-size: 14px;
  background: #fff !important;
  font-family: var(--template-font);
}
body,
.external-fonts-loaded body,
body.blank-mode {
  font-family: var(--template-font);
  color: #222;
}
body .container,
.external-fonts-loaded body .container,
body.blank-mode .container {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1750px) {
  body .container,
  .external-fonts-loaded body .container,
  body.blank-mode .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  body .container,
  .external-fonts-loaded body .container,
  body.blank-mode .container {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  body .container,
  .external-fonts-loaded body .container,
  body.blank-mode .container {
    padding: 0 15px !important;
  }
}
.no-display {
  display: none;
}
.cookie-ag-wrap {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-ag-wrap:hover {
  opacity: 1;
}
.site-msg.cookies {
  width: 700px;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border-radius: 3px;
  padding: 8px 20px;
  color: white;
  background: #848484;
  padding-right: 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-msg.cookies {
    padding-right: 20px;
    text-align: center;
  }
}
.top-navigation-bar .top-navigation-menu .top-navigation-bar-menu {
  height: 25px;
  max-height: 25px;
  overflow: hidden;
}
/*.content-wrapper.homepage-box.before-carousel {
  margin-bottom: 40px;
}*/
.wide-carousel img {
  width: 100%;
}
.site-msg.cookies a {
  color: white;
  text-decoration: underline;
}
.site-msg.cookies .btn {
  font-size: 12px;
  padding: 0px 8px;
  border-color: white;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 13px;
  right: 8px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .site-msg.cookies .btn {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}
.site-msg.cookies .btn:hover {
  color: white;
  border-color: transparent;
}
.popup-widget.login-widget {
  position: absolute;
  right: 250px;
  top: 80px;
  z-index: 9999;
  max-width: 350px;
  left: unset;
  margin: 0;
  display: none;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  bottom: unset;
  padding-top: 0;
  margin-top: 20px;
}
.popup-widget.login-widget:before {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.login-widget {
    right: 22%;
  }
}
@media only screen and (max-width: 992px) {
  .popup-widget.login-widget {
    right: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-widget.login-widget {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 110px;
    width: 90%;
    max-width: 350px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    margin-top: 0;
  }
}
.popup-widget.login-widget:before {
  border-color: #ccc;
}
.popup-widget.login-widget .popup-widget-inner {
  background: #fff;
  border: none;
}
.popup-widget.login-widget h2 {
  margin-top: 0;
}
.popup-widget.login-widget button {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 15px;
}
.popup-widget.login-widget .login-wrapper {
  padding: 10px 0;
}
.popup-widget.login-widget .user-action-tabs {
  padding: 0;
}
.popup-widget.login-widget .password-helper a {
  display: block;
  margin: 7px 0 0 0;
}
.popup-widget.login-widget .input-wrapper {
  width: 100%;
}
.popup-widget.login-widget input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  aside + main {
    flex-grow: initial !important;
  }
}
.cart-window-visible .popup-widget.cart-widget {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cart-window-visible .popup-widget.cart-widget {
    flex-direction: column;
    display: flex;
  }
  .cart-window-visible .popup-widget.cart-widget .popup-widget-inner {
    height: auto;
  }
  .cart-window-visible .popup-widget.cart-widget .cart-widget-button {
    margin-top: auto;
  }
}
.popup-widget.cart-widget {
  position: absolute;
  background: #fff;
  right: 0;
  border: 1px solid #ccc;
  margin-top: 0;
  display: none;
  z-index: 999;
  padding: 24px;
  margin-top: 20px;
  max-height: initial;
}
.popup-widget.cart-widget:before {
  display: none;
}
.popup-widget.cart-widget .place-cart-here {
  padding-left: 20px;
}
.popup-widget.cart-widget .place-cart-here.full {
  padding-left: 0;
}
.popup-widget.cart-widget .cart-free-shipping > div {
  padding-top: 15px;
}
.popup-widget.cart-widget .price-summary {
  width: 100%;
  margin-top: 12px;
}
.popup-widget.cart-widget .price-summary .price-wrapper {
  display: flex;
  align-items: center;
}
.popup-widget.cart-widget .price-summary .price-wrapper > span,
.popup-widget.cart-widget .price-summary .price-wrapper > strong {
  width: 50%;
  font-size: 1.1em;
}
.popup-widget.cart-widget .price-summary .price-wrapper strong {
  text-align: right;
  font-size: 1.3em;
}
.popup-widget.cart-widget .cart-widget-button {
  padding-top: 15px;
}
.popup-widget.cart-widget .cart-widget-button .btn {
  width: 100%;
  border-radius: 8px;
  height: 54px;
  line-height: 53px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 1.15em;
}
.popup-widget.cart-widget .cart-widget-button .btn:before {
  width: 24px;
  height: 24px;
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 14px;
  top: 5px;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/cart-w.svg") no-repeat right center;
  background-size: 24px;
}
.popup-widget.cart-widget .remove-item {
  min-width: auto;
  height: 26px;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0 5px;
  border: 0;
  text-align: right;
  line-height: 10px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.popup-widget.cart-widget .remove-item span {
  display: none;
}
.popup-widget.cart-widget .cart-widget-products {
  border-radius: 8px;
  overflow: auto;
  background: #fff;
  /*max-height: calc(~'100vh - 300px');*/
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-products-inner {
  display: flex;
  flex-direction: column-reverse;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #F6F6F6;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-amount {
  width: 0;
  padding: 0;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-image {
  width: 45px;
  height: 42px;
  padding: 0px 6px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-name {
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 10px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-name a {
  font-size: 0.9em;
  text-decoration: none;
  display: block;
  margin-bottom: 3px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-name a:hover {
  text-decoration: underline;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-name > span {
  min-width: 70px;
  font-size: 0.9em;
  text-align: right;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .remove-item::before {
  color: #D42424;
  font-weight: 200;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .cart-widget-product-delete {
  display: table-cell;
  padding-top: 7px;
  padding-bottom: 0;
  vertical-align: top;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity {
  position: absolute;
  left: 45px;
  width: 94px;
  bottom: 10px;
  margin-bottom: 0;
  height: 25px;
  border: none;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .decrease,
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .increase {
  top: 4px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .decrease:hover,
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .increase:hover {
  color: #fff;
  background: var(--color-primary);
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .decrease:before {
  margin-top: 5px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity .increase:before {
  margin-top: 7px;
}
.popup-widget.cart-widget .cart-widget-products .cart-widget-product .quantity input {
  height: 23px;
  width: 30px;
  margin-left: 32px;
  border: 2px solid #F6F6F6;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.9em;
}
.popup-widget.cart-widget .remove-item::before {
  content: '\e912';
  font-size: 10px;
  color: red;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .popup-widget.cart-widget {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-widget.cart-widget {
    top: 100px;
    margin-top: 0;
    right: 0;
    border: none;
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 20px;
    position: fixed;
  }
}
@media only screen and (max-width: 480px) {
  .popup-widget.cart-widget {
    padding: 5px 15px 15px 15px;
  }
}
.user-action-in .popup-widget.cart-widget {
  border-radius: 8px;
  overflow: hidden;
}
.user-action-in .popup-widget.cart-widget .cart-widget-products .cart-widget-product {
  padding-bottom: 38px !important;
}
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper {
    padding-top: 110px !important;
  }
}
.content-wrapper {
  clear: both;
}
.login-window-visible {
  position: relative;
}
.login-window-visible .popup-widget.login-widget {
  display: block;
}
.btn {
  -webkit-appearance: none;
}
.button,
.products .product button,
a.btn,
.products .product .btn,
.btn.btn-primary,
form button:not(.increase):not(.decrease) {
  width: auto;
  min-width: 80px;
  border-radius: 8px;
  height: 40px;
  border: none;
  display: flex;
  color: #fff;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-shadow: none;
  -webkit-appearance: none;
}
.button:hover,
.products .product button:hover,
a.btn:hover,
.products .product .btn:hover,
.btn.btn-primary:hover,
form button:hover {
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .button,
  .products .product button,
  a.btn,
  .products .product .btn,
  .btn.btn-primary,
  form button:not(.increase):not(.decrease) {
    margin: 0 auto;
  }
}
a.btn {
  display: inline-block !important;
  line-height: 40px;
  padding: 0 15px;
  color: #fff !important;
}
.entrance-protection-wrapper .site-name img {
  max-width: 100%;
}
.entrance-protection-wrapper .entrance-protection-inner {
  width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entrance-protection-wrapper .entrance-protection-inner form {
  margin-top: 30px;
}
.entrance-protection-wrapper .entrance-protection-inner form .btn {
  width: 120px;
  height: 38px;
  border: none;
  border-radius: 8px;
}
.type-post main {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 0;
}
.type-post main h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.type-post main h1:after {
  display: none;
}
.type-post main .next-prev {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .type-post main .next-prev {
    margin-bottom: 30px;
  }
}
.type-post main .next-prev a {
  padding: 6px 50px !important;
  margin: 5px 0;
  height: 48px;
  letter-spacing: 0;
  font-weight: 500;
}
.type-post main .next-prev a[title="Předchozí článek"] {
  background: transparent;
  position: relative;
  color: var(--color-primary) !important;
}
.type-post main .next-prev a[title="Předchozí článek"]:before {
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: 0.08;
  content: '';
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  border-radius: 8px;
  z-index: -1;
}
.type-post main .next-prev a[title="Předchozí článek"]:hover {
  color: #fff !important;
}
.type-post main .next-prev a[title="Předchozí článek"]:hover:before {
  opacity: 1;
}
.type-post main time {
  letter-spacing: 0;
  margin-bottom: 25px;
}
.type-post main time:before {
  width: 16px;
  height: 16px;
  top: 3px;
  content: '';
  position: relative;
  margin-right: 5px;
  display: inline-block;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/icons/calendar.svg) no-repeat center;
}
.type-post main .text {
  font-size: 16px;
  line-height: 1.6em;
}
.type-post main .article-image {
  margin-bottom: 15px;
}
.type-post main .article-image img {
  width: 100%;
  height: auto;
}
.button,
.products .product button,
.products .product .btn,
.btn.btn-primary,
.flags .flag.flag-new,
.welcome-wrapper h1:before,
input[type="checkbox"]:checked:after,
.cart-table .related .cart-related-button .btn,
.top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account,
.in-klient #content table thead,
.in-objednavky #content table thead,
.in-klient-hodnoceni #content table thead,
.in-klient-diskuze #content table thead,
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-secondary);
}
.flags .flag.flag-new:after {
  border-left-color: var(--color-primary);
}
.product-top .add-to-cart button:hover,
.add-to-cart-button.btn:hover,
.cart-content .next-step .btn:hover {
  background: var(--color-secondary-hover);
}
.add-to-cart-button.btn,
.flags .flag-discount,
.cart-content .next-step .btn {
  background: var(--color-secondary);
}
a {
  color: #222222;
}
.content-wrapper p a,
.subcategories li a:hover,
.category-header input[type="radio"] + label:hover,
.ui-slider-horizontal .ui-slider-handle,
.product-top .price-line .price-fina,
.shp-tabs .shp-tab-link:hover,
.type-detail .tab-content .detail-parameters th a,
.type-detail .tab-content .detail-parameters td a,
#header .top-navigation-contacts .project-phone:before,
#header .top-navigation-contacts .project-email:before,
.product-top .p-detail-info > div a,
.sidebar .filters-wrapper .toggle-filters {
  color: var(--color-primary);
}
#checkoutContent .cart-content .box .form-group .btn,
.sidebar .box.client-center-box ul .logout a,
.stars a.star::before,
.stars span.star::before {
  color: var(--color-primary) !important;
}
a:hover,
#header .navigation-buttons .btn .cart-price,
.products .product .ratings-wrapper .stars .star,
.product-top .p-detail-info .stars-wrapper .stars .star,
.products .product .prices .price-final strong,
.hp-middle-banner .middle-banner-caption h2,
ol.top-products li a strong,
.categories .topic.active > a,
.categories ul.expanded li.active a,
.product-top .p-detail-info > div:last-child a,
ol.cart-header li.active strong span,
ol.cart-header li.completed a span,
ul.manufacturers h2 {
  color: var(--color-primary);
}
button,
.button,
.btn,
.btn-primary,
.user-action-tabs li.active a::after,
.category-header input[type="radio"]:checked + label,
.shp-tabs-holder ul.shp-tabs li.active a {
  cursor: pointer;
  background-color: var(--color-primary);
  color: #fff;
}
button:hover,
.button:hover,
.btn:hover,
.btn-primary:hover,
.products .product .btn:hover {
  background-color: #000000;
  color: #fff;
}
.user-action-tabs li.active a::before,
input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before,
.sidebar .box.client-center-box ul .logout a,
.sidebar .filters-wrapper .toggle-filters {
  border-color: var(--color-primary);
}
#carousel .carousel-slide-caption h2:before,
.h4::after,
.content h4::after,
.category-title::after,
.p-detail-inner h1::after,
h1:after,
article h1::after,
h4.homepage-group-title::after,
.h4.homepage-group-title::after,
footer h4:before,
.products-related-header:after,
ol.cart-header li.active strong span::before,
ol.cart-header li.completed a span::before,
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after,
.latest-contribution-wrapper h2:before,
.price-range > div {
  background: var(--color-primary);
}
.next-to-carousel-banners .banner-wrapper .small-banner:hover .icon-box {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.sidebar .box-poll .poll-result > div {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.p-image-wrapper .flags-extra .flag.flag.flag-discount,
.flags-extra .flag.flag.flag-discount {
  background: #68de81 !important;
}
@media only screen and (max-width: 768px) {
  .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    background: var(--color-primary);
  }
}
@media only screen and (max-width: 767px) {
  .search-window-visible .search {
    overflow: visible !important;
  }
}
.back-to-top {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #6d6d6d;
  margin-left: auto;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  float: right;
  padding-top: 6px;
}
@media only screen and (max-width: 480px) {
  .back-to-top {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
}
.back-to-top img {
  transform: rotate(90deg);
  opacity: 0.5;
  transition: 0.3s;
}
.back-to-top:hover {
  border-color: #000;
}
.back-to-top:hover img {
  opacity: 1;
  animation: arrow-slide 1s ease-in-out infinite;
}
.in-affiliate-centrum #content {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .in-affiliate-centrum #content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .in-affiliate-centrum #content .col-md-6 {
    max-width: 100%;
    flex: initial;
    margin-bottom: 30px;
  }
}
.in-affiliate-centrum #affiliateLinks textarea {
  min-height: 120px;
}
.in-affiliate-centrum #content table {
  width: 100%;
  max-width: 500px;
  border: 1px solid #dadada;
  border-radius: 5px;
  border-collapse: collapse;
}
.in-affiliate-centrum #content table tr {
  border-bottom: 1px solid #dadada;
}
.in-affiliate-centrum #content table tr th {
  text-align: left;
}
.in-affiliate-centrum #content table tr th,
.in-affiliate-centrum #content table tr td {
  padding: 8px 15px;
}
.in-affiliate-centrum .sidebar {
  /*order: 0;
    padding-right: 40px;*/
}
.in-affiliate-centrum .sidebar .box-bg-variant {
  border: none;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 1px 25px 20px 25px;
}
.in-affiliate-centrum .sidebar .sidebar-inner {
  padding-left: 0;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul {
  padding-left: 0;
  list-style: none;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul li {
  list-style: none;
  display: block;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul li.active a {
  font-weight: 500;
  text-decoration: underline;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul li.active:first-child a {
  text-decoration: none;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul li:last-child a {
  border: none;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul strong {
  font-weight: 600;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul .logout {
  position: absolute;
  right: 0;
  top: 5px;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul .logout a {
  padding: 6px 12px;
  height: auto;
  line-height: initial;
  font-size: 0.8em;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: transparent;
  border: 1px solid;
}
.in-affiliate-centrum .sidebar .sidebar-inner ul .logout a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.in-affiliate-login #formAffiliateLogin .login-wrapper {
  padding-top: 0;
}
.in-affiliate-login #formAffiliateLogin .password-helper {
  margin-top: 15px;
}
.in-affiliate-login #formAffiliateLogin .password-helper a {
  display: block;
  margin-bottom: 12px;
}
.in-affiliate-login .cms-block .list-1 li {
  margin-bottom: 5px;
}
@keyframes arrow-slide {
  0% {
    transform: rotate(90deg) translate(0, 0);
  }
  50% {
    transform: rotate(90deg) translate(-5px, 0);
  }
  100% {
    transform: rotate(90deg) translate(0, 0);
  }
}
.benefitBanner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 30px 0;
  width: 100%;
}
.benefitBanner .benefitBanner__item {
  min-width: 20%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 25px;
  align-items: center;
  margin: 15px auto;
}
@media only screen and (max-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    min-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    min-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
  }
}
.benefitBanner .benefitBanner__item a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: center;
}
.benefitBanner .benefitBanner__item a:hover .benefitBanner__title {
  text-decoration: underline;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.2em;
  margin-bottom: 2px;
  display: block;
}
.benefitBanner .benefitBanner__item .benefitBanner__picture {
  width: 45px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefitBanner .benefitBanner__item .benefitBanner__picture img {
  max-width: 100%;
  height: auto;
}
.type-index .benefitBanner {
  margin: 0;
  padding: 40px 0px 20px 0px !important;
}
@media only screen and (max-width: 767px) {
  .type-index .benefitBanner {
    padding: 40px 10px 20px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .site-name {
    padding: 0;
  }
  .top-navigation-bar .site-name a {
    line-height: 0;
  }
}
body.banners-overlay-disable #carousel .banner-caption,
body.banners-overlay-disable .next-to-carousel-banners .normal-banners-line .banner-caption {
  background: transparent;
}
