/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
* {
  font-family: "Inter", sans-serif !important;
}
img {
  margin: auto;
}
@media (min-width: 768px) {
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
.in-index .row {
  margin-left: 0;
  margin-right: 0;
}
.content {
  padding-left: 0;
  padding-right: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content-wrapper.container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.in-registrace .form-control,
.in-prihlaseni .form-control,
.in-zapomenute-heslo .form-control {
  border: 1px solid #e1e1e1;
}
.in-registrace .sidebar.sidebar-left {
  display: none;
}
.type-page .content-inner {
  max-width: none;
}
.popup-widget .quantity-form .quantity input {
  width: 100px;
  height: 50px;
}
.popup-widget .quantity {
  width: 100px;
}
.popup-widget .quantity-form .quantity .increase,
.popup-widget .quantity-form .quantity .decrease {
  width: 24px;
  height: 24px;
}
.popup-widget .cart-widget-product-amount {
  width: 105px;
  margin-left: auto;
}
.popup-widget .cart-widget-product-unit {
  display: none !important;
}
.popup-widget .cart-widget-product {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popup-widget .cart-widget-product .cart-widget-product-image {
  order: -2;
  min-width: 76px;
}
.popup-widget .cart-widget-product .cart-widget-product-name {
  order: -1;
}
.popup-widget .cart-widget-product .cart-widget-product-name > strong {
  font-weight: 400;
}
.quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 0;
  border-radius: 0px;
  position: relative;
  background: #fff;
  border: 0 solid transparent;
}
.quantity .amount {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.shp-tabs-wrapper {
  margin-bottom: 0;
}
.products-related {
  margin-bottom: 70px;
}
.quantity .increase {
  position: absolute;
  right: 8px !important;
  top: 15px !important;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.quantity .increase:before {
  margin-top: -2px;
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.quantity .increase:hover {
  background: #ccc;
}
.quantity .increase:hover:before {
  opacity: 1 !important;
}
.quantity .decrease {
  position: absolute;
  left: 8px !important;
  width: 24px;
  top: 15px !important;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.quantity .decrease:before {
  margin-top: -2px;
  content: "";
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/artedo/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.quantity .decrease:hover {
  background: #ccc;
}
.quantity .decrease:hover:before {
  opacity: 1 !important;
}
.quantity input {
  width: 117px;
  height: 50px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 22px;
}
.one-column-body .content-inner,
.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment {
  max-width: none;
}
.in-hodnoceni-obchodu .content-wrapper.container .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    transform: none;
  }
}
.type-product .social-buttons-wrapper .link-icons a.print {
  display: none;
}
.type-product .social-buttons-wrapper .link-icons a.chat {
  padding-left: 0;
}
#header .search-whisperer {
  max-height: 60vh;
  overflow: auto;
}
.in-login.type-page .content-inner {
  max-width: 440px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .type-product .product-top {
    display: flex;
    flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    order: -1;
  }
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content .category-title {
  order: -2;
}
.type-category #content .category-perex {
  margin-top: 50px;
  margin-bottom: 0;
}
.in-blog h1 {
  font-weight: 700;
  color: #141414;
}
.in-blog .news-item .text .title {
  font-weight: 600;
}
.homepage-box {
  border-style: none;
}
@media only screen and (max-width: 767px) {
  .navigation-in > ul > li > a > b {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 100% !important;
    right: -101% !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
    margin-top: 66px;
    transition-duration: 0.3s !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: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    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: -4px !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: 8px 15px !important;
    padding: 17px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px !important;
    position: relative;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 18px;
    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 {
    background: #d6d8dc !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 > 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: 27px;
    position: absolute;
    right: 15px;
    color: #141414;
  }
  #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 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #141414 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
.site-msg.information {
  position: initial;
  max-width: none;
  background-color: var(--color-primary);
  box-shadow: none;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 32px;
}
.site-msg.information .text {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.site-msg.information .text a {
  color: #fff;
  text-decoration: none;
}
.site-msg.information .text a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-msg.information .close::before,
.site-msg.information .close::after {
  background-color: #fff;
}
@media (min-width: 768px) {
  #header {
    border: 0 none transparent;
    height: 163px;
  }
  #header {
    z-index: 5;
  }
  .top-navigation-bar {
    z-index: 6;
  }
  .header-top {
    height: 101px;
  }
  .top-navigation-bar {
    border-style: none;
  }
  .top-navigation-bar-menu li::before {
    content: none;
  }
  .top-navigation-bar-menu {
    display: flex;
    justify-content: flex-end;
  }
  .top-navigation-bar-menu li:first-child a {
    padding-left: 0 !important;
  }
  .top-navigation-bar-menu a:hover {
    text-decoration: underline;
    color: #000;
  }
  .top-navigation-bar-menu-helper li a {
    color: var(--color-primary);
  }
  .top-navigation-menu {
    background-color: transparent;
  }
  .top-navigation-menu a {
    text-transform: none;
    color: #000;
    font-size: 12px;
    padding: 4px 10px !important;
    position: relative;
  }
  .top-navigation-menu a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #c4c4c480;
  }
  .top-navigation-menu li:first-child a::after {
    content: none;
  }
  .ordering-process .top-navigation-menu {
    right: 55px;
  }
  .top-navigation-menu-trigger::before {
    color: var(--color-primary);
    font-size: 9px;
    margin-right: 30px;
  }
  #header .site-name a img {
    height: 73px;
    max-height: none;
  }
  #header .site-name {
    margin-top: -6px;
  }
  #header .search {
    position: absolute;
    width: 531px;
    left: 360px;
  }
  #header .search .btn {
    font-size: 0;
    background-color: transparent;
    border-style: none;
    display: flex;
    align-items: center;
    padding: 5px 16px;
    height: 49px;
  }
  #header .search .btn:hover {
    background-color: transparent;
    opacity: 0.7;
  }
  #header .search .btn::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/search.svg");
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    transition-duration: 0.3s;
  }
  #header .search input[type="search"].form-control {
    height: 49px;
    border-style: none;
    background-color: #f6f6f6;
    padding-left: 23px;
    border-radius: 150px;
    font-size: 13px;
    font-weight: 400;
    color: #383c4380;
  }
  #header .search input[type="search"].form-control::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #383c4380;
  }
  #header .search .form-control:focus,
  #header .search input:focus,
  #header .search select:focus,
  #header .search textarea:focus {
    box-shadow: none;
  }
  .header-top > div {
    flex: 0 1 50%;
  }
  .top-navigation-bar > .container {
    position: relative;
    z-index: 6;
  }
  .top-navigation-bar .top-nav-button-login,
  a[data-target="login"],
  .top-navigation-bar .top-nav-button-account {
    position: absolute;
    right: 70px;
    top: 32px;
  }
  .top-navigation-bar .top-nav-button-login::before,
  a[data-target="login"]::before,
  .top-navigation-bar .top-nav-button-account::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Esoldi/img/navigace/account.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
  }
  .top-navigation-bar .top-nav-button-login span,
  a[data-target="login"] span,
  .top-navigation-bar .top-nav-button-account span {
    display: none;
  }
  .header-top > div:last-child {
    margin-bottom: 7px;
  }
  #header .cart-count {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .cart-count::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/kosik.svg");
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 0;
    background-color: var(--color-primary);
    border-radius: 100px;
  }
  .navigation-buttons > a.cart-count i {
    border-radius: 0;
    position: initial;
    margin-left: 5px;
  }
  #header {
    position: relative;
  }
  #navigation {
    height: 62px;
  }
  #navigation .navigation-in {
    background-color: #fff;
  }
  #navigation .navigation-in > ul {
    height: 62px;
  }
  #navigation .navigation-in > ul > li {
    margin-right: 0;
    border: 0 none transparent;
  }
  #navigation .navigation-in > ul > li + li {
    margin: 0;
  }
  #navigation .navigation-in > ul > li > a {
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 9px 20px !important;
    margin: 0 !important;
    color: #000;
    font-weight: 600;
    font-size: 14px;
  }
  #navigation .navigation-in > ul > li > a b {
    font-weight: 600;
  }
  #navigation .navigation-in > ul > li > a:hover {
    text-decoration: none;
    background-color: var(--color-primary);
    color: #fff;
  }
  .navigation-in > ul > li.exp > ul {
    top: 83%;
  }
  .menu-helper {
    top: 116px;
  }
  .menu-helper::after,
  .menu-trigger::after {
    background-color: #333333;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #header .search {
    width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #header .search {
    width: 390px;
    left: 300px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    width: 257px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .menu-helper {
    right: 0;
  }
}
@media (max-width: 767px) {
  .navigation-in {
    overflow: auto;
  }
  #header .site-name a img {
    max-height: 49px;
  }
  .responsive-tools > a[data-target="navigation"]::before {
    border-radius: 3px;
    background-color: #333333;
    content: "";
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/vinoprosim/img/nav.svg);
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 10px;
    margin-top: -2px;
  }
  #header .cart-count {
    display: flex;
    align-items: center;
    margin-top: -21px;
    top: -25px;
    right: 74px;
  }
  #header .cart-count.full {
    right: 60px;
  }
  #header .cart-count::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/kosik.svg");
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    margin-right: 0;
    background-color: var(--color-primary);
    border-radius: 100px;
  }
  .navigation-buttons > a.cart-count i {
    font-size: 11px;
    line-height: 11px;
    padding: 3px;
    bottom: auto;
    display: block;
    right: auto;
    background-color: #fff;
    color: var(--color-primary);
    left: 26px;
    top: -6px;
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50px;
    font-style: normal;
  }
  .top-navigation-bar .container {
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .type-index .overall-wrapper {
    padding-top: 67px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  .responsive-tools > a[data-target="search"]::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/mobile-search.svg");
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 19px;
    transition-duration: 0.3s;
  }
  .search-window-visible #header .search {
    padding: 14px 0;
    position: absolute;
    left: 0;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-top: 17px;
    background-color: #fff;
    z-index: 1;
  }
  .search-window-visible #header .search::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .menu-helper .menu-level-1 {
    overflow-y: auto;
    max-height: 50vh;
  }
  .menu-helper .menu-level-1 > li > a {
    color: #333333;
  }
  .menu-helper .menu-level-1 > li > a b {
    font-weight: 600;
  }
  .menu-helper .menu-level-1 > li > a:hover {
    text-decoration: underline;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  #navigation .menu-level-1 > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333333;
    font-weight: 600;
    font-size: 13px;
  }
  #navigation .menu-level-1 > li > a b {
    font-weight: 600;
  }
  #navigation .menu-level-1 > li > a:hover {
    text-decoration: underline;
    background-color: #fff;
  }
  #header {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 56;
  }
  #header .site-name {
    top: -49px;
    left: 16px;
    position: absolute;
    text-align: left;
  }
  #header .cart-count {
    right: 34px;
    top: -30px;
    margin-top: 0;
    transition-duration: 0s;
  }
  #header .cart-count.full {
    right: 16px;
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    z-index: 56;
    width: 100%;
  }
  .top-navigation-bar .responsive-tools {
    justify-content: flex-start;
    margin-right: 95px;
  }
  .top-navigation-bar .responsive-tools > a[data-target="navigation"] {
    left: 12px;
    right: auto;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 64px !important;
  }
  .responsive-tools > a[data-target="login"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
  }
  .responsive-tools > a[data-target="login"]::before {
    content: "";
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/account.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 16px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 27px;
  }
}
.menu-helper::after {
  content: "" !important;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/hamburger.svg");
}
.navigation-buttons > a.cart-count i {
  font-weight: 600;
}
.popup-widget-inner .cart-widget-products {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .top-navigation-contacts,
  .top-navigation-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  #navigation .navigation-in > ul > li.ext > a {
    flex-direction: row;
    display: flex;
  }
  .navigation-in > ul > li.ext > a > span {
    display: block;
  }
  .navigation-in > ul > li.ext > a > span::after {
    transform: none !important;
  }
  .navigation-in ul.menu-level-2 a {
    color: #000;
  }
  #navigation .navigation-in > ul > li {
    border-radius: 100px;
  }
  .top-navigation-bar {
    background-color: #f6f6f6;
  }
  .top-navigation-bar .container {
    height: 37px;
  }
  .top-navigation-bar .container > div:last-child {
    flex: 0;
  }
  .top-navigation-menu-trigger {
    display: none !important;
  }
  .top-navigation-menu-trigger::before {
    font-size: 13px;
    margin-right: 0;
    color: #000;
  }
  .top-navigation-menu {
    margin-right: -51px;
  }
  .top-navigation-bar-menu-helper li a {
    color: #000;
  }
  .top-navigation-bar-menu-helper li a::before {
    content: none;
  }
  .top-navigation-bar-menu {
    justify-content: flex-end;
  }
  .top-navigation-bar a.project-email {
    display: none;
  }
  .top-navigation-bar a.project-phone {
    color: #000;
  }
  .top-navigation-bar a.project-phone::before {
    content: "Máte dotaz? Volejte ";
    line-height: normal;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    margin-right: 3px;
  }
  .top-navigation-bar a.project-phone::after {
    content: " (Po-Pá: 8-17)";
    line-height: normal;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
  }
  .top-navigation-bar a.project-phone:hover span {
    text-decoration: none;
  }
  .top-navigation-bar a.project-phone span {
    text-decoration: underline;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
  }
  .top-navigation-contacts {
    background-color: transparent;
    display: flex !important;
    align-items: center;
  }
  .top-navigation-contacts > strong {
    display: block;
    font-size: 0;
  }
  .top-navigation-contacts > strong::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/nav-phone.svg");
    margin-right: 10px;
  }
  .navigation-buttons > a.cart-count i {
    left: 18px;
    right: auto;
    top: 0;
    bottom: auto;
    display: block;
    width: 17px;
    height: 17px;
    padding: 3px;
    font-style: normal;
    font-size: 11px;
    line-height: 11px;
    margin-left: 10px;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    color: var(--color-primary);
  }
  .header-top .btn.cart-count .cart-price {
    margin-left: 10px;
    min-width: 79px;
    max-width: 79px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 1;
  }
  .header-top .btn.cart-count.full .cart-price {
    line-height: inherit;
    font-size: 13px;
  }
  .cart-count .sr-only {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    width: auto;
    height: auto;
    margin: 0;
    clip: initial;
    text-transform: none;
    top: 2px;
    left: 52px;
    line-height: 1.2;
    text-align: left;
  }
  .cart-count.full .sr-only {
    top: 6px;
  }
  #header .cart-count {
    align-items: flex-end;
  }
  .top-navigation-bar .top-nav-button-login,
  a[data-target="login"],
  .top-navigation-bar .top-nav-button-account {
    display: flex;
    align-items: center;
    top: 67px;
    right: 179px;
  }
  .top-navigation-bar .top-nav-button-login span,
  a[data-target="login"] span,
  .top-navigation-bar .top-nav-button-account span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    margin-left: 8px;
  }
  .top-navigation-bar .top-nav-button-login::before,
  a[data-target="login"]::before,
  .top-navigation-bar .top-nav-button-account::before {
    width: 42px;
    height: 42px;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/account.svg");
    background-size: 16px;
    background-color: #f3f3f3;
    border-radius: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-count .sr-only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-navigation-bar .top-nav-button-login,
  a[data-target="login"],
  .top-navigation-bar .top-nav-button-account {
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-navigation-bar .top-nav-button-login,
  a[data-target="login"],
  .top-navigation-bar .top-nav-button-account {
    right: 66px;
  }
}
@media (max-width: 767px) {
  .responsive-tools > a[data-target="search"] {
    margin-right: -8px;
  }
  #header .cart-count {
    right: 50px !important;
  }
  .top-navigation-bar .responsive-tools > a[data-target="navigation"] {
    left: auto;
    right: 16px;
    padding: 0;
    width: 19px;
    height: 19px;
  }
  .top-navigation-bar .responsive-tools > a[data-target="navigation"]::before {
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/mobile-hamburger.svg");
    background-color: transparent;
    border-radius: 0;
    width: 19px;
    height: 19px;
    background-size: contain;
  }
}
.search-whisperer {
  z-index: 999;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
}
.cart-widget-product-image {
  min-width: 76px !important;
  order: -1;
}
.cart-widget-product-name {
  order: -1;
}
.popup-widget {
  z-index: 999;
}
.admin-logged .popup-widget.login-widget {
  top: 130px;
}
.admin-logged .popup-widget.cart-widget {
  top: 130px;
}
.popup-widget::before {
  border-width: 1px;
  border-color: var(--color-primary);
}
.popup-widget.login-widget {
  top: 105px;
  margin-left: -8px;
}
.popup-widget.login-widget .login-wrapper {
  padding-bottom: 0;
}
.popup-widget.login-widget .popup-widget-inner {
  border: 1px solid var(--color-primary);
}
.popup-widget.login-widget h2 {
  color: #000;
  font-weight: 700;
}
.popup-widget.login-widget input {
  border-radius: 0;
  border: 2px solid #a6afaf9f;
  background-color: transparent;
  color: #8e9c9c;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}
.popup-widget.login-widget input::placeholder {
  color: #8e9c9c;
  font-weight: 500;
}
.popup-widget.login-widget .login-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
}
.popup-widget.login-widget .password-helper {
  padding-bottom: 20px;
}
.popup-widget.login-widget a {
  font-size: 16px;
  font-weight: 500;
}
.popup-widget.login-widget button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  min-height: 43px;
  width: 250px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
}
.popup-widget.login-widget button[type="submit"] {
  background-color: var(--color-primary);
  color: #fff;
}
.popup-widget.login-widget button[type="submit"]:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.cart-widget-product-unit {
  display: none !important;
}
.cart-widget-product-name {
  margin-right: auto !important;
}
.cart-widget-product-amount {
  width: auto;
}
.cart-widget-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-widget.cart-widget {
  top: 105px;
  margin-left: 145px;
  border-width: 1px;
  border-color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding: 10px 0px;
}
.popup-widget.cart-widget .quantity-form .quantity .increase::before,
.popup-widget.cart-widget .quantity-form .quantity .decrease::before {
  background-size: 18px;
}
.popup-widget.cart-widget .cart-widget-button {
  padding-top: 55px !important;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 0;
  bottom: 75px;
}
.popup-widget.cart-widget .cart-free-shipping div {
  color: #000;
}
.popup-widget.cart-widget .quantity input {
  border-style: none !important;
  height: 50px !important;
}
.popup-widget.cart-widget .cart-widget-product-name a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.popup-widget.cart-widget strong {
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 5px;
}
.popup-widget.cart-widget .cart-widget-button {
  display: flex !important;
  justify-content: flex-end;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 30px;
  z-index: 9;
  background-color: transparent;
}
.popup-widget.cart-widget .cart-widget-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  min-height: 43px;
  width: 250px;
  border-width: 1px;
  font-size: 13px;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.popup-widget.cart-widget .cart-widget-button a::after {
  margin-top: 1px;
  margin-left: 15px;
  font-size: 9px;
}
.popup-widget.cart-widget .cart-widget-button a:hover {
  background-color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
#header .header-top .search {
  z-index: 999;
}
.search-whisperer-documents {
  border-bottom-color: transparent;
  border-bottom-style: none;
}
input[type="search"] {
  color: #000 !important;
}
@media (max-width: 1439px) {
  .popup-widget.login-widget {
    margin-left: -60px;
  }
  .popup-widget.cart-widget {
    margin-left: 93px;
  }
}
@media (max-width: 1199px) {
  .popup-widget.login-widget {
    margin-left: -84px;
  }
  .popup-widget.cart-widget {
    margin-left: 79px;
  }
}
@media (max-width: 992px) {
  .popup-widget.login-widget {
    top: 140px;
    margin-left: 0px;
  }
  .popup-widget.cart-widget {
    top: 140px;
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    top: 140px;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 140px;
  }
  .popup-widget.login-widget {
    top: 140px;
  }
  .popup-widget.cart-widget {
    top: 140px;
  }
  .popup-widget.cart-widget .cart-widget-button {
    padding-left: 30px;
  }
  .popup-widget.cart-widget .cart-widget-button a {
    width: 100%;
  }
  .cart-widget-product {
    justify-content: flex-start;
  }
  .cart-widget-product-amount {
    margin: 0;
  }
  .popup-widget.cart-widget .cart-free-shipping {
    text-align: center;
    padding-left: 30px;
  }
  .cart-widget-product-delete {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .admin-logged .popup-widget.login-widget {
    top: 50px;
    padding-top: 0;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 50px;
    padding-top: 0;
  }
  .popup-widget.login-widget {
    top: 50px;
    padding-top: 0;
  }
  .popup-widget.cart-widget {
    top: 50px;
    padding-top: 0;
  }
}
#navigation {
  transition-duration: 0s;
}
@media (min-width: 768px) {
  #navigation.navigation-sticky {
    z-index: 999;
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    margin: auto;
    width: 100% !important;
    max-width: 1280px;
  }
  #navigation.navigation-sticky .navigation-in > ul > li > a {
    padding-top: 22px;
    padding-bottom: 19px;
  }
  #navigation.navigation-sticky .navigation-in > ul > li.ext::after {
    margin-top: 0;
  }
  .menu-helper.hamburger-sticky {
    position: fixed;
    z-index: 999;
    margin-left: 630px;
    top: 15px;
    right: auto;
    left: 50% !important;
    transform: translateX(-50%);
  }
  #header.nav-background-sticky::before {
    content: "";
    display: block;
    z-index: 998;
    background-color: #fff;
    width: 110vw;
    height: 62px;
    top: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #navigation.navigation-sticky .navigation-in > ul > li > a::before {
    display: none;
  }
  #navigation.navigation-sticky .navigation-in > ul > li:first-child > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #navigation.navigation-sticky {
    max-width: 1178px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #navigation.navigation-sticky {
    max-width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navigation.navigation-sticky {
    max-width: 747px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .menu-helper.hamburger-sticky {
    margin-left: 578px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-helper.hamburger-sticky {
    margin-left: 475px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menu-helper.hamburger-sticky {
    margin-left: 360px;
  }
}
.type-index .homepage-box.before-carousel {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 35px;
}
.type-index .homepage-box.before-carousel .container {
  padding: 0;
}
.type-index .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 30px;
  margin-left: 35px;
  margin-right: 35px;
}
.type-index .extended-banner-title,
.type-index .extended-banner-text,
.type-index .extended-banner-link {
  position: initial;
  background-color: transparent;
  border-style: none !important;
  text-shadow: 0 4px 40px #000;
  box-shadow: none;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
.type-index .extended-banner-title {
  font-weight: 700;
  font-size: 55px;
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 991px) {
  .type-index .extended-banner-title {
    font-size: 22px;
  }
}
.type-index .extended-banner-text {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.005em;
  margin-top: 10px;
  max-width: 756px;
  width: 90%;
}
@media (max-width: 991px) {
  .type-index .extended-banner-text {
    font-size: 14px;
    max-width: none;
    width: 100%;
  }
}
.type-index .extended-banner-link {
  text-shadow: none;
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 30px;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  height: auto;
  transition-duration: 0.3s;
}
.type-index .extended-banner-link:hover {
  background-color: #1d6736;
}
@media (max-width: 991px) {
  .type-index .extended-banner-link {
    font-size: 14px;
  }
}
.type-index .wide-carousel {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .type-index .content-wrapper.container .row.banners-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 9px;
    margin-bottom: 20px;
  }
  .type-index .content-wrapper.container .row.banners-row .carousel-inner > .item > a > img {
    width: 100%;
  }
}
.benefitBanner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .benefitBanner {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.benefitBanner::before {
  content: "";
  display: block;
  background-color: #f6f6f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.benefitBanner .benefitBanner__item {
  margin: 0;
  flex: 1 1 20%;
}
@media (max-width: 991px) {
  .benefitBanner .benefitBanner__item {
    flex: 1 1 33%;
    justify-content: center;
  }
  .benefitBanner .benefitBanner__item:nth-child(4),
  .benefitBanner .benefitBanner__item:nth-child(5) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .benefitBanner .benefitBanner__item:nth-child(4) {
    justify-content: flex-end;
    margin-right: 20px;
  }
  .benefitBanner .benefitBanner__item:nth-child(5) {
    justify-content: flex-start;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    flex: 1 1 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .benefitBanner .benefitBanner__item:nth-child(1) {
    margin-top: 0;
  }
}
.benefitBanner .benefitBanner__content {
  padding-right: 20px;
}
.benefitBanner .benefitBanner__img {
  max-width: 26px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__img {
    margin-left: auto;
  }
}
.benefitBanner .benefitBanner__picture {
  max-width: 35px;
  flex: 0 0 35px;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__picture {
    max-width: 45px;
    flex: 0 0 45px;
  }
}
.benefitBanner .benefitBanner__title {
  color: #141414;
  font-weight: 700;
  font-size: 14px;
}
.benefitBanner .benefitBanner__data {
  color: #141414;
  font-weight: 400;
  font-size: 13px;
}
.navigace-na-hp {
  margin-top: 94px;
}
@media (max-width: 767px) {
  .navigace-na-hp {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.navigace-na-hp time,
.navigace-na-hp .description,
.navigace-na-hp h1 {
  display: none;
}
.navigace-na-hp .container {
  padding: 0;
}
.navigace-na-hp .news-item {
  flex-direction: column;
  width: calc(20% - 48px);
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 64px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .navigace-na-hp .news-item {
    width: calc(25% - 48px);
  }
}
@media (max-width: 767px) {
  .navigace-na-hp .news-item {
    width: calc(50% - 48px);
    margin-bottom: 28px;
  }
}
.navigace-na-hp .news-item .image {
  margin-right: 0;
  border-radius: 100%;
  overflow: hidden;
  width: auto;
}
.navigace-na-hp .news-item .image:hover ~ .text .title {
  text-decoration: underline;
}
.navigace-na-hp .news-item .text .title {
  margin-bottom: 0;
  margin-top: 29px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.navigace-na-hp #newsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  width: calc(100% + 48px);
}
@media (max-width: 767px) {
  .navigace-na-hp #newsWrapper {
    justify-content: space-between;
  }
}
.navigace-na-hp .button {
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  width: fit-content;
  text-align: center;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
  cursor: pointer;
  color: #fff;
}
.navigace-na-hp .button:hover {
  background-color: #1d6736;
}
@media (min-width: 768px) {
  .navigace-na-hp .button {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigace-na-hp .news-item:nth-child(n + 7) {
    display: none;
  }
}
.navigace-na-hp .pagination-wrapper {
  display: none;
}
.type-index .h4.homepage-group-title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 44px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .type-index .h4.homepage-group-title {
    margin-top: 60px;
    font-size: 18px;
  }
}
.products-block.products {
  margin-left: -8px;
  width: calc(100% + 16px);
}
.products-block.products .p-code {
  display: none;
}
.products-block.products .product {
  border-style: none !important;
  padding: 15px;
  border-radius: 20px;
  transition-duration: 0.3s;
  margin: 8px;
}
.products-block.products .product:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.products-block.products .flag {
  color: #fff !important;
}
.products-block.products .p .image:hover ~ .p-in .name {
  text-decoration: underline;
}
.products-block.products .p .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: auto;
  min-height: 42.2px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: #383c43;
}
.products-block.products .p .name:hover {
  text-decoration: underline;
}
.products-block.products .p .p-in-in {
  display: flex;
  flex-direction: column-reverse;
}
.products-block.products .p .ratings-wrapper {
  padding-bottom: 0;
  flex-direction: row-reverse;
}
.products-block.products .p .ratings-wrapper .stars-wrapper {
  justify-content: flex-end;
}
.products-block.products .p .ratings-wrapper .stars-wrapper .stars {
  margin-right: 0;
  width: 85px;
}
.products-block.products .p .ratings-wrapper .stars-wrapper .stars a::before,
.products-block.products .p .ratings-wrapper .stars-wrapper .stars span::before {
  font-size: 14px;
  line-height: 14px;
}
.products-block.products .p .ratings-wrapper .stars-wrapper .stars a,
.products-block.products .p .ratings-wrapper .stars-wrapper .stars span {
  height: 13px;
  width: 14px;
  line-height: 13px;
  margin-left: 3px;
}
.products-block.products .p .ratings-wrapper .stars-wrapper .stars a.star-off::before,
.products-block.products .p .ratings-wrapper .stars-wrapper .stars span.star-off::before,
.products-block.products .p .ratings-wrapper .stars-wrapper .stars .star.star-on::before,
.products-block.products .p .ratings-wrapper .stars-wrapper .stars .star.star-half::before {
  color: #e2a403;
}
.products-block.products .p .ratings-wrapper .availability {
  text-align: left;
  line-height: 1.1;
  font-weight: 600;
}
.products-block.products .p .ratings-wrapper .availability span[style="color:#009901"] {
  color: #72b635 !important;
}
.products-block.products .p .ratings-wrapper .availability-amount {
  display: none;
}
.products-block.products .p .p-bottom > div {
  flex-direction: column;
}
.products-block.products .p .p-bottom > div .prices,
.products-block.products .p .p-bottom > div .p-tools {
  width: 100%;
}
.products-block.products .p .p-bottom > div .p-tools > form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-block.products .p .p-bottom > div .p-tools .quantity {
  width: 119px;
  height: 40px;
}
.products-block.products .p .p-bottom > div .p-tools .quantity .amount {
  border-style: none !important;
  background-color: #f5f5f5;
  border-radius: 100px;
  width: 119px;
  height: 40px;
}
.products-block.products .p .p-bottom > div .p-tools .quantity .increase,
.products-block.products .p .p-bottom > div .p-tools .quantity .decrease {
  top: 50% !important;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition-duration: 0.3s;
}
.products-block.products .p .p-bottom > div .p-tools .quantity .increase::before,
.products-block.products .p .p-bottom > div .p-tools .quantity .decrease::before {
  margin-top: 0;
  background-size: 20px;
}
.products-block.products .p .p-bottom > div .p-tools .quantity .increase:hover,
.products-block.products .p .p-bottom > div .p-tools .quantity .decrease:hover {
  opacity: 0.7;
}
.products-block.products .p .p-bottom > div .p-tools .quantity .increase::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/product-plus.svg);
}
.products-block.products .p .p-bottom > div .p-tools .quantity .decrease::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/product-minus.svg);
}
.products-block.products .p .prices {
  min-height: 44px;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-block.products .p .prices .old-price {
  margin-right: 5px;
}
.products-block.products .p .prices .old-price,
.products-block.products .p .prices .price-save {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.005em;
  color: #383c43;
}
.products-block.products .p .prices .price {
  width: 100%;
}
.products-block.products .p .prices .price strong,
.products-block.products .p .prices .price span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: #383c43;
}
.products-block.products .p .btn {
  background-color: #72b635 !important;
  border-radius: 100px;
  padding: 7px 26.95px;
  transition-duration: 0.3s;
  border-style: none !important;
  text-transform: uppercase;
}
.products-block.products .p .btn:hover {
  background-color: #1d6736 !important;
}
.products-block.products .p .btn.btn-cart {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.products-block.products .p .btn.btn-cart::before {
  content: "";
  margin: 0;
  width: 8px;
  height: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-btn-arrow.svg);
  margin-left: 6px;
}
.products-block .p-bottom .p-desc {
  display: none;
}
.columns-4 .products-block > div {
  width: calc(100% - 16px);
}
@media (min-width: 768px) {
  .columns-4 .products-block > div {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .columns-4 .products-block > div {
    width: calc(33.333333% - 16px);
  }
}
@media (min-width: 1440px) {
  .columns-4 .products-block > div {
    width: calc(25% - 16px);
  }
}
.type-category .products-block > div,
.type-search .products-block > div {
  width: calc(100% - 16px);
}
@media (min-width: 768px) {
  .type-category .products-block > div,
  .type-search .products-block > div {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .type-category .products-block > div,
  .type-search .products-block > div {
    width: calc(33.333333% - 16px);
  }
}
.type-index .middle-banners-wrapper .container {
  padding: 0;
  width: 100%;
  max-width: none;
}
.type-index .middle-banners-wrapper .container .col-sm-12 {
  padding: 0;
}
.type-index .middle-banners-wrapper .extended-banner-texts {
  width: fit-content;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 50px;
  letter-spacing: 0.05em;
  top: initial;
  bottom: 50px;
  max-width: calc(100% - 40px);
}
.type-index .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
  font-size: 32px;
  color: #000;
  text-shadow: none;
  letter-spacing: 0.02em;
}
.type-index .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
  font-size: 16px;
  color: #262a36;
  text-shadow: none;
  width: 100%;
}
.type-index .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
  font-size: 14px;
}
.type-index .middle-banners-wrapper a img {
  min-height: 380px;
  object-fit: cover;
}
.type-index .middle-banners-wrapper a:hover img {
  transform: none !important;
}
@media (max-width: 767px) {
  .type-index .row.banners-content.body-banners {
    margin-left: -16px;
    margin-right: -16px;
  }
  .type-index .row.banners-content.body-banners .col-sm-12 {
    padding: 0;
  }
  .type-index .row.banners-content.body-banners .extended-banner-texts {
    width: fit-content;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    letter-spacing: 0.05em;
    top: initial;
    bottom: 20px;
    max-width: calc(100% - 40px);
  }
  .type-index .row.banners-content.body-banners .extended-banner-texts .extended-banner-title {
    font-size: 18px;
    color: #000;
    text-shadow: none;
    letter-spacing: 0.02em;
  }
  .type-index .row.banners-content.body-banners .extended-banner-texts .extended-banner-text {
    font-size: 14px;
    color: #262a36;
    text-shadow: none;
    width: 100%;
  }
  .type-index .row.banners-content.body-banners .extended-banner-texts .extended-banner-link {
    font-size: 14px;
  }
  .type-index .row.banners-content.body-banners a {
    width: 100%;
  }
  .type-index .row.banners-content.body-banners a img {
    min-height: 435px;
    object-fit: cover;
    width: 100%;
  }
  .type-index .row.banners-content.body-banners a:hover img {
    transform: none !important;
  }
}
.welcome-wrapper {
  padding: 0 !important;
  margin-top: 40px !important;
}
.welcome-wrapper.homepage-box {
  margin-bottom: -35px;
}
@media (max-width: 767px) {
  .welcome-wrapper {
    margin-bottom: -30px !important;
  }
}
.welcome-wrapper h1 {
  display: none;
}
.welcome-wrapper .container {
  width: auto;
  max-width: none;
}
.welcome-wrapper .welcome div {
  max-width: none;
}
.welcome-wrapper .welcome .welcome-float-box {
  padding: 50px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -110px;
}
@media (min-width: 768px) {
  .welcome-wrapper .welcome .welcome-float-box {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome-float-box {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome-float-box {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome-float-box {
    width: 1280px;
  }
}
.welcome-wrapper h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 25px;
  color: #262a36;
  font-size: 32px;
  letter-spacing: -0.005em;
  margin-left: auto;
  margin-right: auto;
}
.welcome-wrapper p {
  text-align: center;
  margin-bottom: 25px;
  color: #262a36;
  font-size: 14px;
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
}
.welcome-wrapper .button {
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 30px;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition-duration: 0.3s;
  letter-spacing: 0.05em;
  color: #fff;
  margin: auto;
}
.welcome-wrapper .button:hover {
  background-color: #1d6736;
}
@media (max-width: 767px) {
  .welcome-wrapper img {
    min-height: 305px;
    object-fit: cover;
  }
  .welcome-wrapper .welcome .welcome-float-box {
    margin-left: 16px;
    margin-right: 16px;
    padding: 15px;
  }
  .welcome-wrapper h2 {
    font-size: 22px;
  }
  .welcome-wrapper p {
    font-size: 14px;
  }
}
.hodnoceni-obchodu-slick {
  background-color: #f6f6f6;
}
.hodnoceni-obchodu-slick .slick-arrow {
  border-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.hodnoceni-obchodu-slick .slick-arrow.slick-prev,
.hodnoceni-obchodu-slick .slick-arrow.slick-next {
  position: absolute;
  transform: translateX(-50%);
  top: -89px;
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .slick-arrow.slick-prev,
  .hodnoceni-obchodu-slick .slick-arrow.slick-next {
    top: -53px;
  }
}
.hodnoceni-obchodu-slick .slick-arrow.slick-prev::before,
.hodnoceni-obchodu-slick .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #c6c6c6;
  transition-duration: 0.3s;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
  background-size: 9.45px;
  background-repeat: no-repeat;
  background-position: center;
}
.hodnoceni-obchodu-slick .slick-arrow.slick-prev:hover::before,
.hodnoceni-obchodu-slick .slick-arrow.slick-next:hover::before {
  background-color: #141414;
}
.hodnoceni-obchodu-slick .slick-arrow.slick-prev {
  left: calc(50% - 232px);
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .slick-arrow.slick-prev {
    left: 0;
    transform: none;
  }
}
.hodnoceni-obchodu-slick .slick-arrow.slick-prev::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-left.svg");
}
.hodnoceni-obchodu-slick .slick-arrow.slick-next {
  left: calc(50% + 232px);
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: none;
  }
}
.hodnoceni-obchodu-slick .slick-arrow.slick-next::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .load-element {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hodnoceni-obchodu-slick .h4.homepage-group-title {
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .h4.homepage-group-title {
    margin-bottom: 30px;
  }
}
.hodnoceni-obchodu-slick .vote-wrap {
  background-color: #fff;
  padding: 24px !important;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(30, 30, 28, 0.04);
  margin-bottom: 0 !important;
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.hodnoceni-obchodu-slick .vote-wrap .vote-pic,
.hodnoceni-obchodu-slick .vote-wrap .vote-delimeter,
.hodnoceni-obchodu-slick .vote-wrap .vote-time {
  display: none;
}
.hodnoceni-obchodu-slick .slick-list {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.hodnoceni-obchodu-slick .vote-name {
  margin-bottom: 17px;
}
.hodnoceni-obchodu-slick .vote-name span {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.hodnoceni-obchodu-slick .vote-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 18px;
}
.hodnoceni-obchodu-slick .stars {
  height: auto;
  margin-right: 0;
  width: 119px;
}
.hodnoceni-obchodu-slick .stars a,
.hodnoceni-obchodu-slick .stars span {
  margin-right: 6.77px;
  margin-left: 0;
}
.hodnoceni-obchodu-slick .button {
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 30px;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition-duration: 0.3s;
  color: #fff;
  margin: auto;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .hodnoceni-obchodu-slick .button {
    margin-top: 30px;
  }
}
.hodnoceni-obchodu-slick .button:hover {
  background-color: #1d6736;
}
.type-detail .hodnoceni-obchodu-slick {
  position: relative;
  z-index: 1;
}
.type-detail .hodnoceni-obchodu-slick .h4.homepage-group-title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .type-detail .hodnoceni-obchodu-slick .h4.homepage-group-title {
    font-size: 18px;
  }
}
.type-detail .hodnoceni-obchodu-slick::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-detail .hodnoceni-obchodu-slick .load-element {
    padding-left: 0;
    padding-right: 0;
  }
}
.type-detail #ratingTab .votes-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type-detail #ratingTab .votes-wrap > .stars {
  margin-bottom: 25px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .type-detail #ratingTab .votes-wrap > .stars {
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
.type-detail #ratingTab .votes-wrap > .stars a::before,
.type-detail #ratingTab .votes-wrap > .stars span::before {
  font-size: 18px;
}
.hp-novy-kontent {
  position: relative;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hp-novy-kontent {
    padding: 0 16px;
  }
}
.hp-novy-kontent .pagination-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.hp-novy-kontent .button {
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 37px;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition-duration: 0.3s;
  color: #fff;
  letter-spacing: 0.05em;
}
.hp-novy-kontent .button:hover {
  background-color: #1d6736;
}
.hp-novy-kontent .container {
  padding-left: 0;
  padding-right: 0;
}
.hp-novy-kontent .content-inner {
  max-width: none !important;
}
.hp-novy-kontent .slick-next.slick-arrow {
  visibility: hidden;
  height: 0;
  width: 0;
}
.hp-novy-kontent .slick-next.slick-arrow:hover::after {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right-carousel-active.svg");
  transform: rotate(0);
  background-size: 10px;
  filter: brightness(0.9);
}
.hp-novy-kontent .slick-next.slick-arrow::after {
  top: auto;
  content: "" !important;
  display: block;
  position: absolute;
  transform: rotate(180deg);
  bottom: auto;
  top: 380px;
  left: 50px;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-left-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  transition-duration: 0s !important;
  visibility: visible;
}
.hp-novy-kontent .slick-prev.slick-arrow {
  visibility: hidden;
}
@media (min-width: 768px) {
  .hp-novy-kontent .slick-prev.slick-arrow {
    height: 0;
    width: 0;
  }
}
.hp-novy-kontent .slick-prev.slick-arrow:hover::after {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right-carousel-active.svg");
  transform: rotate(180deg);
  background-size: 10px;
  filter: brightness(0.9);
}
.hp-novy-kontent .slick-prev.slick-arrow::after {
  top: auto;
  content: "" !important;
  display: block;
  position: absolute;
  transform: rotate(0deg);
  bottom: auto;
  top: 380px;
  left: 0;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-left-carousel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  transition-duration: 0s !important;
  visibility: visible;
}
.hp-novy-kontent #newsWrapper {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .hp-novy-kontent #newsWrapper {
    margin-top: 85px;
  }
}
.hp-novy-kontent .slick-list.draggable {
  padding-right: 0;
}
@media (min-width: 768px) {
  .hp-novy-kontent .slick-list.draggable {
    width: 70% !important;
    margin-top: 35px;
    margin-left: auto;
  }
}
.hp-novy-kontent h1 {
  color: #333333;
  font-size: 48px;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hp-novy-kontent h1 {
    width: 20%;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hp-novy-kontent h1 {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hp-novy-kontent h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hp-novy-kontent h1 {
    font-size: 32px;
    max-width: 144px;
  }
}
.hp-novy-kontent p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 17px !important;
}
@media (min-width: 768px) {
  .hp-novy-kontent .content-inner > p {
    margin-top: 200px;
    width: 20%;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .in-index .hp-novy-kontent #newsWrapper .button {
    margin-top: 10px;
  }
}
.hp-novy-kontent .slick-initialized .slick-slide {
  padding: 0;
  border: 0 none transparent;
}
.hp-novy-kontent .news-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 0 32px !important;
}
@media (max-width: 767px) {
  .hp-novy-kontent .news-item {
    padding-bottom: 30px;
  }
}
.hp-novy-kontent .news-item time {
  display: none;
}
.hp-novy-kontent .news-item .image {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 479px) {
  .hp-novy-kontent .news-item .image {
    margin-bottom: 0;
  }
}
.hp-novy-kontent .news-item .text {
  position: inherit;
  background-color: #fff;
  padding: 17px 0 0 0;
  left: 0 !important;
}
.hp-novy-kontent .news-item .text .title {
  margin-bottom: 10px !important;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.hp-novy-kontent .news-item .text .title:hover {
  text-decoration: none;
}
.hp-novy-kontent .news-item .text .description {
  color: #000;
}
.hp-novy-kontent .news-item .text .description a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 13px;
  width: fit-content;
  cursor: pointer;
}
.hp-novy-kontent .news-item .text .description a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  margin-left: 15px;
}
.hp-novy-kontent .news-item .text .description a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
}
.hp-novy-kontent .news-item .text .description a:hover::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right-white.svg");
}
.hp-novy-kontent .news-item .image {
  background-color: #fff;
}
.hp-novy-kontent .news-item .image img {
  width: auto;
  border-radius: 20px;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .hp-novy-kontent .content-inner > p {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .hp-novy-kontent .slick-list.draggable {
    width: 100% !important;
    padding-right: 0;
  }
  .hp-novy-kontent .news-item .image img {
    width: 100%;
  }
  .hp-novy-kontent .slick-prev.slick-arrow::after {
    bottom: auto;
    top: -60px;
  }
  .hp-novy-kontent .slick-next.slick-arrow::after {
    bottom: auto;
    top: -60px;
    right: auto !important;
    left: 50px !important;
  }
  .hp-novy-kontent #newsWrapper .news-item {
    margin: 0 !important;
  }
  .hp-novy-kontent .content-inner > p {
    margin-bottom: 95px;
  }
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 0 !important;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  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: 1199px) {
  .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 {
  max-width: inherit;
  justify-content: flex-end;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 1199px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 20%;
  padding-bottom: 20%;
  height: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget > a {
    width: 50%;
    padding-bottom: 50%;
  }
  .instagram-line .instagram-widget > a:nth-child(n + 6) {
    display: none;
  }
}
.instagram-line .instagram-widget > a:nth-child(n + 7) {
  display: none;
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget > a img {
    padding: 10px;
  }
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 40px;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  order: -1;
  margin-bottom: 21px;
  display: none;
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: flex;
  position: relative;
  padding-left: 0;
  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: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn > span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .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: 25px;
  color: #141414;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: var(--color-primary) !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    text-align: left;
    font-size: 26px;
  }
}
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #141414;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #262726;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 65px;
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  footer .custom-footer > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 40px;
    padding: 45px 16px !important;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter .topic {
    margin-bottom: 40px;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 590px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #262a36;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #262a36 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
  color: #262a36;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: #262a36;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #c4c4c480;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    background-color: #fff;
    border: 1px solid #c4c4c480;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 66px;
  }
}
@media only screen and (max-width: 479px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 16px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #262a36;
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
    font-size: 16px;
  }
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em !important;
  color: #141414;
  overflow: hidden;
  width: 72px;
  border-radius: 40px !important;
  right: 0;
  opacity: 1;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Vintagewear/img/newsletter-arrow.svg) no-repeat center;
  background-size: 39px !important;
  background-color: transparent !important;
  filter: invert(1);
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form button {
    height: 66px;
    width: 66px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: none;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #262a36;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #262a36;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 18px !important;
  color: #262a36 !important;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 700 !important;
  font-size: 32px !important;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  color: #262a36;
  letter-spacing: 0.5px !important;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1199px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 400;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #262a36;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  background: #f8f8f8;
  /*border-top: 1px solid rgba(196, 196, 196, 0.5);
      border-bottom: 1px solid rgba(196, 196, 196, 0.5);*/
}
.custom-footer {
  padding-left: 0 !important;
  padding-top: 0;
}
@media (max-width: 992px) {
  .custom-footer > div:not(:first-child) {
    padding-bottom: 0;
  }
}
.custom-footer .banner {
  margin-bottom: 0;
  overflow: visible;
}
.custom-footer,
.footer-bottom,
.footer-links-icons {
  border-style: none;
}
#footer .site-name {
  display: none;
}
.custom-footer,
.footer-bottom,
.footer-links-icons {
  background-color: #fff;
}
@media (max-width: 767px) {
  .custom-footer__contact {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .custom-footer__contact {
    padding-left: 0 !important;
  }
}
#footer {
  overflow-x: hidden;
  background-color: #fff;
}
#footer ul a {
  color: #141414 !important;
  font-size: 14px;
  transition-duration: 0.2s;
  line-height: 30px;
}
#footer ul a:hover {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
#footer .contact-box ul li > span.mail {
  padding-left: 35px;
}
#footer .contact-box ul li > span.mail a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.mail::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_mail.svg");
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
#footer .contact-box ul li > span.tel {
  padding-left: 35px;
}
#footer .contact-box ul li > span.tel a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.tel::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_phone.svg");
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
#footer .contact-box ul li > span.facebook {
  padding-left: 35px;
}
#footer .contact-box ul li > span.facebook a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.facebook::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_facebook.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 25px;
  height: 25px;
  background-position: center;
}
#footer .contact-box ul li > span.instagram {
  padding-left: 35px;
}
#footer .contact-box ul li > span.instagram a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.instagram::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_instagram.svg");
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
#footer h4 {
  color: #262a36;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  #footer h4 {
    max-width: 620px;
  }
}
#footer h4 strong {
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #footer h4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #footer h4 {
    position: relative;
  }
  #footer h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50px;
    height: 1px;
    background-color: #262a36;
  }
  #footer h4.topic::after {
    content: none;
  }
}
.custom-footer__onlinePayments {
  display: none;
}
#footer > .container {
  background-color: #fff;
}
.instagram-line {
  background-color: #fff;
}
.footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #signature {
    flex: none;
  }
  .copyright {
    line-height: 28px;
  }
}
#signature a {
  font-size: 11px;
  color: #141414;
}
#signature img {
  width: 16px;
  margin-right: 9px;
}
.footer-bottom {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .footer-bottom {
    margin-top: 40px;
  }
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
#footer .contact-box {
  min-height: auto;
}
.copyright,
.copyright strong,
.copyright .podpis a {
  color: #141414;
}
.copyright .podpis {
  font-size: 11px;
}
.copyright .podpis a:hover {
  text-decoration: underline;
}
.footer-bottom .text-center {
  margin-bottom: 0;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .custom-footer > div {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .footer-bottom {
    position: relative;
    z-index: 1;
  }
  .footer-bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    border-top: 1px solid rgba(196, 196, 196, 0.5);
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-bottom .copyright,
  .footer-bottom #signature {
    text-align: left;
  }
}
.type-page .content-wrapper-in {
  margin-top: 30px;
}
.type-page .sidebar-left {
  display: none;
}
.type-page .content-inner {
  max-width: none;
}
.type-page #content header h1 {
  color: #141414;
  font-weight: 700;
  font-size: 32px;
  margin-top: 10px;
  text-transform: none;
  margin-top: 12px;
  text-align: left;
  margin-bottom: 30px;
}
.type-page #content h2,
.type-page #content h2 span {
  font-weight: 700 !important;
  color: #000;
  font-size: 18px !important;
}
.type-page strong,
.type-page span {
  color: #434343;
}
.type-page article > div * {
  font-family: "Nunito Sans", sans-serif !important;
}
#navigation-first {
  width: 45px;
  margin-right: 15px;
}
#navigation-first span {
  font-size: 0;
}
#navigation-first::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/breadcrumbs-home.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  width: 19px;
  height: 20px;
  background-position: center;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs {
  background-color: transparent;
  padding: 2.5px 0 !important;
  position: relative;
  z-index: 1;
}
.breadcrumbs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #f6f6f6;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
  height: 100%;
  margin-top: 0;
  z-index: -1;
}
.breadcrumbs > span > a,
.breadcrumbs > span > span {
  padding: 10px 16px;
  margin-right: 5px;
}
.breadcrumbs > span > a {
  text-decoration: underline;
  color: var(--color-primary);
}
.breadcrumbs > span > a:hover {
  text-decoration: none;
}
.breadcrumbs > span > a:hover span {
  text-decoration: none;
}
.breadcrumbs > span > a span {
  color: var(--color-primary);
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-right: 15px;
  margin-right: 11px;
}
.breadcrumbs {
  color: #383c43b2;
  font-size: 13px;
  margin-right: 0;
  padding-bottom: 8px;
  flex-wrap: wrap;
  margin-left: 0;
  border-style: none;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #383c43b2;
  font-size: 12px;
  margin-right: 10px;
  margin-left: -10px;
}
.breadcrumbs a {
  transition-duration: 0.2s;
}
.breadcrumbs a:hover {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.breadcrumbs a:hover span {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.breadcrumbs > span > a::before {
  transform: none;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/products-navigace-arrow.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-color: transparent;
}
.breadcrumbs > span > a::after {
  display: none;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-left: 35px;
}
.navigation-home-icon-wrapper #navigation-first {
  margin-left: 0;
}
.type-category #content .category-title {
  color: #141414;
  font-weight: 700;
  margin-bottom: 21px;
  margin-top: 53px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .type-category #content .category-title {
    margin-top: 30px;
  }
}
.type-category #content .category-perex,
.type-category #content .category-perex p {
  margin-bottom: 22px;
  color: #141414;
}
.type-category #content .category-perex p {
  margin-bottom: 0;
}
.type-category .content.narrow > h4 {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
  margin-top: 25px;
  margin-bottom: 12.5px;
}
.type-category .products::before {
  content: none;
}
.type-category .products {
  background-color: transparent;
}
.type-category #productsTop {
  display: flex;
  margin-left: -7.5px;
  width: calc(100% + 15px);
  margin-bottom: 30px;
}
.type-category #productsTop .price strong {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1px;
}
.type-category #productsTop .image:hover + .p-in .name {
  text-decoration: underline;
}
.type-category #productsTop .p .p-in-in {
  flex-direction: column;
}
.type-category #productsTop .p .p-in-in .name {
  min-height: auto;
}
.type-category #productsTop .p .p-in-in .name:hover {
  text-decoration: underline;
}
.type-category #productsTop .p .p-in-in .name span {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1c;
  letter-spacing: 0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.type-category #productsTop .p .p-in-in .availability {
  margin-bottom: 8px;
  margin-top: 8px;
  line-height: 1.2;
}
.type-category #productsTop .p .p-in-in .availability .availability-amount {
  display: none;
}
.type-category #productsTop .p .p-in-in .availability span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.type-category #productsTop .p .p-in-in .availability span[style="color:#009901"] {
  color: #24a822 !important;
}
.type-category #productsTop .p .p-in-in .availability span[style="color:#cb0000"] {
  color: #f13434 !important;
}
.type-category #productsTop .product {
  border-style: none;
  background-color: #fff;
  padding: 15px 15px 15px 10px !important;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 480px) {
  .type-category #productsTop .product {
    width: calc(50% - 15px);
    margin: 7.5px;
  }
}
@media (min-width: 1200px) {
  .type-category #productsTop .product {
    width: calc(33.33333% - 15px);
  }
}
.type-category .category-header {
  background-color: transparent;
}
.type-category .category-header div {
  color: #232123;
}
.type-category .category-header input[type="radio"] + label {
  color: #262a36;
  text-decoration: underline;
}
.type-category .category-header input[type="radio"] + label:hover {
  text-decoration: none;
}
.type-category .category-header input[type="radio"]:checked + label {
  text-decoration: none;
  color: var(--color-primary);
}
.type-category .category-header fieldset {
  margin-left: -20px;
}
.type-category .sidebar-inner > .contact-box-sidebar {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 64px;
  padding: 23px !important;
}
.type-category .sidebar-inner > .contact-box-sidebar::before {
  content: "Výživový poradce";
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  position: absolute;
  top: -42px;
  left: 0;
}
.type-category .sidebar-inner > .contact-box-sidebar a {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.type-category .sidebar-inner > .contact-box-sidebar a:hover {
  text-decoration: underline;
}
.type-category .sidebar-inner > .contact-box-sidebar span {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.type-category .contact-box {
  min-height: auto;
}
.type-category .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
.type-category .contact-box ul li > span.tel::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_phone.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.type-category .contact-box ul li > span.mail::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_mail.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.type-category .contact-box ul li > span {
  padding-left: 35px;
}
.type-category .contact-box ul li {
  padding-top: 15px;
  padding-bottom: 0;
}
.type-category .contact-box > img {
  display: block !important;
  position: initial;
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 100px;
  margin-left: 0;
  margin-bottom: 5.5px;
}
.type-category .contact-box > strong {
  margin-bottom: 0;
  line-height: 1.2;
  position: absolute;
  top: 29px;
  transform: translateY(-50%);
  left: 70px;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}
.type-category .contact-box > strong b {
  font-weight: 700;
}
.type-category input[type="checkbox"] + label::before,
.type-category input[type="radio"] + label::before {
  width: 16px;
  height: 16px;
}
.type-category input[type="checkbox"] + label,
.type-category input[type="radio"] + label {
  padding-left: 31px;
}
.type-category .filter-label {
  padding-top: 8px;
  padding-bottom: 8px;
}
.type-category #filters h4::before {
  content: none;
}
.type-category #filters h4 {
  border-top-color: transparent;
}
.type-category [class~="param-filter-top"] {
  margin-bottom: 0;
}
.type-category .sidebar {
  color: #141414;
  z-index: 2;
  background-color: transparent;
}
.type-category .sidebar span {
  color: #141414;
}
@media (min-width: 768px) {
  .type-category .sidebar {
    width: 288px;
    margin-right: 46px;
  }
}
.type-category .filter-total-count {
  color: #141414;
}
.type-category input[type="checkbox"] + label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1c;
  position: relative;
}
.type-category input[type="checkbox"]:checked + label::after {
  width: 16px;
  height: 16px;
  left: -1px;
  background-color: var(--color-primary);
}
.type-category input[type="checkbox"]:checked + label::before {
  content: "";
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Poolservis/img/checkbox.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -1px;
  top: 19px;
  border-style: none;
  border-width: 0;
  background-color: transparent;
}
.type-category .filter-count {
  background-color: transparent;
  font-size: 13px;
  font-weight: 400;
  display: none;
}
.type-category .slider-wrapper {
  background-color: transparent;
}
.type-category .slider-content {
  margin-bottom: 0;
  padding-bottom: 20px;
  background-color: transparent;
}
.type-category .box.box-sm.box-filters,
.type-category .filter-sections {
  padding: 20px 0 0 0 !important;
}
.type-category .box.box-sm.box-filters h4,
.type-category .filter-sections h4 {
  padding: 16px;
  margin-bottom: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.type-category .box.box-sm.box-filters h4::after,
.type-category .filter-sections h4::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/filter-arrow.svg");
  width: 19.2px;
  height: 16px;
  background-size: contain;
  transition-duration: 0.3s;
}
.type-category .box.box-sm.box-filters .rolled h4::after,
.type-category .filter-sections .rolled h4::after {
  transform: translateY(-50%) rotate(0);
}
.type-category .box.box-sm.box-filters form,
.type-category .filter-sections form {
  background-color: transparent;
  padding: 0 16px 10px 31px;
  margin-top: -2px;
  display: block;
}
.type-category .box.box-sm.box-filters .rolled form,
.type-category .filter-sections .rolled form {
  display: none;
  margin-bottom: 2px;
}
.type-category .box.box-sm.box-filters .slider-wrapper,
.type-category .filter-sections .slider-wrapper {
  padding: 0 20px;
}
.type-category .box.box-sm.box-filters .slider-wrapper > h4,
.type-category .filter-sections .slider-wrapper > h4 {
  padding-left: 0;
}
.type-category .box.box-sm.box-filters .slider-wrapper > h4::after,
.type-category .filter-sections .slider-wrapper > h4::after {
  content: none !important;
}
.type-category .box.box-sm.box-filters .filter-sections,
.type-category .filter-sections .filter-sections {
  padding: 0;
}
.type-category .box.box-sm.box-filters .rolled h4,
.type-category .filter-sections .rolled h4 {
  margin-bottom: 2px;
}
.type-category .box.box-sm.box-filters .filter-section:not(.rolled),
.type-category .filter-sections .filter-section:not(.rolled) {
  background-color: #f6f6f6;
}
.type-category .box.box-sm.box-filters h4 span,
.type-category .filter-sections h4 span {
  color: #000;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.type-category .box.box-sm.box-filters .filter-section.filter-section-boolean,
.type-category .filter-sections .filter-section.filter-section-boolean {
  padding: 0;
  background-color: #fff;
  margin-bottom: 2px;
}
.type-category .box.box-sm.box-filters::before,
.type-category .filter-sections::before {
  content: "Filtry";
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  position: absolute;
  top: -42px;
  left: 0;
}
.type-category .box.box-sm.box-filters #category-filter-hover,
.type-category .filter-sections #category-filter-hover {
  border-style: none;
}
.type-category .box.box-sm.box-filters #category-filter-hover > div,
.type-category .filter-sections #category-filter-hover > div {
  padding: 0;
  border-top: none;
}
.type-category .box.box-sm.box-filters #category-filter-hover > div:last-child,
.type-category .filter-sections #category-filter-hover > div:last-child {
  background-color: transparent;
  padding: 0;
}
.type-category .box.box-sm.box-filters #category-filter-hover > div #clear-filters,
.type-category .filter-sections #category-filter-hover > div #clear-filters {
  padding: 20px;
}
.type-category .filter-sections {
  padding-top: 0 !important;
}
.type-category .box.box-sm.box-filters {
  padding-top: 0 !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .type-category .slider-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.type-category input[type="checkbox"] + label::before,
.type-category input[type="radio"] + label::before {
  border: 2px solid #1e1e1c;
}
.type-category .benefitBanner {
  padding-bottom: 15px;
}
.type-category .benefitBanner::before {
  content: "Benefity";
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  position: absolute;
  top: -36px;
  left: 0;
}
.type-category .sidebar-inner {
  padding: 0;
  margin-top: 60px;
}
.type-category .sidebar-inner > div {
  padding: 0 !important;
  background-color: transparent !important;
  border-style: none;
  position: relative;
}
.type-category .sidebar-inner > div + div {
  margin-top: 60px;
}
.type-category .box-categories {
  padding: 0 !important;
  background-color: transparent !important;
}
.type-category .box-categories .categories {
  margin: 0;
}
.type-category .box-categories .categories .topic {
  padding: 0;
  margin-bottom: 2px;
}
.type-category .box-categories .categories .topic a {
  padding: 11px 9px;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  position: relative;
}
.type-category .box-categories .categories .topic a::after {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/S-Led/img/category-arrow.svg");
  width: 5px;
  height: 8px;
  background-size: cover;
  filter: invert(1);
  transition-duration: 0.3s;
}
.type-category .box-categories .categories .topic a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.type-category .box-categories .categories .topic a:hover::after {
  filter: none;
}
.type-category .box-categories .categories .topic.active a {
  background-color: var(--color-primary);
  color: #fff;
}
.type-category .box-categories .categories .topic.active a::after {
  filter: none;
}
.type-category .filter-sections {
  background-color: transparent;
}
.type-category #category-filter-hover {
  display: block;
}
.type-category .filter-section.filter-section-button {
  display: none;
}
.type-category .filter-section-count {
  display: none;
}
.subcategories {
  margin-left: -15px;
  width: calc(100% + 30px);
  margin: 0 -15px 21px;
}
.subcategories li {
  margin: 15px;
  padding: 0;
  width: calc(33.33333% - 30px);
}
@media (max-width: 1199px) {
  .subcategories li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .subcategories li {
    width: calc(100% - 30px);
  }
}
.subcategories li a {
  height: 80px;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  color: #262a36;
  font-size: 14px;
  font-weight: 400;
}
.subcategories li a::before {
  content: "";
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/products-subcategories-arrow.svg");
}
.subcategories li a .text {
  transition-duration: 0.3s;
  padding-right: 10px;
}
.subcategories li a:hover {
  color: #262a36;
  background-color: rgba(114, 182, 53, 0.05);
}
.subcategories li a:hover .text {
  color: var(--color-primary);
  text-decoration: underline;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.subcategories.with-image li a .image img {
  max-height: 59px;
}
.pagination-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
.pagination-loader .btn.btn-default {
  background: transparent;
  border: 1px solid var(--color-primary);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 10px 37px;
  min-width: auto;
  transition-duration: 0.2s;
  font-weight: 400 !important;
  font-size: 13px;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}
.pagination-loader .btn.btn-default:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.pagination-top strong {
  display: none !important;
}
.pagination a {
  color: #000 !important;
  text-decoration: underline;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination-link.up {
  background-color: var(--color-primary);
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pagination-link.up::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/paginator/arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(3);
}
.pagination-link.up:hover {
  opacity: 0.7;
}
.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  width: 46px;
  height: 46px;
}
.pagination-link.next {
  margin-bottom: -17px;
  background-color: var(--color-primary);
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pagination-link.next::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/paginator/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(3);
}
.pagination-link.next:hover {
  opacity: 0.7;
}
.pagination-link.prev {
  margin-bottom: -17px;
  background-color: var(--color-primary);
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pagination-link.prev::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/paginator/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transform: translate(-50%, -50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
  filter: invert(1) brightness(3);
}
.pagination-link.prev:hover {
  background-color: #000;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-loader {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 20px;
  }
}
.shp-tabs-wrapper {
  padding-top: 48px;
  padding-bottom: 50px;
  color: #141414 !important;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.shp-tabs-wrapper::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  z-index: -1;
}
.shp-tabs-wrapper h3,
.shp-tabs-wrapper h1,
.shp-tabs-wrapper h2,
.shp-tabs-wrapper h4,
.shp-tabs-wrapper h6 {
  color: #141414 !important;
  font-weight: 700;
}
.shp-tabs-wrapper .basic-description > h3:first-child {
  font-size: 32px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .shp-tabs-wrapper .basic-description > h3:first-child {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.shp-tabs-wrapper h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .shp-tabs-wrapper h3 {
    font-size: 22px;
  }
}
.type-product .browse-p .p-prev,
.type-product .browse-p .p-next {
  visibility: hidden;
  display: none !important;
}
.type-product .shp-tabs-holder,
.type-product .shp-tabs {
  background-color: transparent;
  border-color: #0000001a;
}
.type-product .instagram-line {
  margin-top: 15px;
}
.type-product .slick-next.slick-arrow::after {
  left: calc(50% + 210px);
}
.type-product .slick-prev.slick-arrow::after {
  left: calc(50% - 210px);
}
.type-product .products-related-header {
  position: relative;
  margin: auto;
  padding-bottom: 0;
  margin-bottom: -7px;
  font-weight: 400;
  color: #141414;
  font-size: 22px;
  text-transform: none;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding-top: 70px;
}
@media (min-width: 992px) {
  .type-product .products-related-header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .type-product .products-related-header {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-product .products-related-header::before {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.type-product .products-related .p .availability {
  display: block;
}
.type-product .products-block.products.products-related .p .name::after {
  left: calc(50% + 55px);
}
.type-product .slick-initialized .slick-slide {
  margin: 0;
}
.type-product .slick-list.draggable .p {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.type-product .slick-initialized .slick-slide {
  padding: 0;
}
.type-product .slick-list.draggable {
  padding-left: 1px;
  padding-right: 3px;
}
@media (max-width: 767px) {
  .type-product .products-related,
  .type-product #productsAlternative {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.type-product #productsAlternative.fade {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  opacity: 1;
}
.type-product #productsAlternative.fade .slick-next.slick-arrow::after {
  left: calc(50% + 195px);
}
.type-product #productsAlternative.fade .slick-prev.slick-arrow::after {
  left: calc(50% - 195px);
}
.type-product #productsAlternative.fade::before {
  content: "Podobné produkty";
  position: relative;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: -7px;
  font-weight: 400;
  color: #141414;
  font-size: 22px;
  text-transform: none;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding-top: 0;
}
@media (min-width: 992px) {
  .type-product #productsAlternative.fade::before {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .type-product #productsAlternative.fade::before {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-product #productsAlternative.fade::after {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.type-product .products-related {
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-top: 25px;
}
.type-product .products-alternative {
  padding-top: 25px;
}
.type-product .slick-arrow {
  height: 0;
  padding: 0 !important;
  border-style: 0 !important;
}
.type-product .p-thumbnails a img {
  border-style: none;
}
.type-product .p-detail-inner-header {
  padding-top: 0;
}
.type-product .p-detail-inner-header h1 {
  color: #141414;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .type-product .p-detail-inner-header h1 {
    font-size: 22px;
  }
}
.type-product .p-short-description p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #141414;
}
.type-product .stars-wrapper {
  display: block;
}
.type-product .stars-wrapper .stars-label {
  color: #858a92;
  text-decoration: underline;
  letter-spacing: -0.005em;
}
.type-product .stars-wrapper .stars {
  width: auto;
  margin-right: 10px;
}
.type-product .product-top .price-additional {
  position: absolute;
  color: #141414;
}
.type-product .p-info-wrapper .delivery-time-label {
  color: #141414;
  font-size: 14px;
}
.type-product .p-info-wrapper .show-tooltip.acronym {
  color: #141414;
  font-size: 14px;
  text-decoration: none;
  border-style: none;
}
.type-product .p-info-wrapper .availability-value {
  position: relative;
  left: 240px;
  top: -52px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #3f9b00 !important;
}
.type-product .p-info-wrapper .availability-value span[style="color: #009901"] {
  color: #3f9b00 !important;
}
@media (max-width: 480px) {
  .type-product .p-info-wrapper .availability-value {
    left: 150px;
  }
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .availability-value {
    position: initial;
    margin-bottom: 50px;
  }
}
.type-product .p-info-wrapper .detail-parameters {
  position: relative;
  width: 100%;
  margin-top: 0;
  border-collapse: initial;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list {
  display: flex;
  align-items: center;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list th {
  min-width: 150px;
}
.type-product .p-info-wrapper .detail-parameters .advanced-parameter {
  margin-bottom: 0;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list:first-of-type {
  border-top: 1px solid #e1e1e1;
  padding-top: 25px;
  width: 100%;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list:nth-last-child(2) {
  padding-bottom: 25px;
  width: 100%;
}
.type-product .p-info-wrapper .detail-parameters th,
.type-product .p-info-wrapper .detail-parameters td {
  color: #141414;
}
.type-product .p-info-wrapper .detail-parameters th {
  padding-right: 10px;
}
.type-product .p-info-wrapper .detail-parameters tr:last-child {
  position: absolute;
  left: 240px;
  top: -52px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .detail-parameters tr:last-child {
    left: 0;
    top: -47px;
  }
}
.type-product .p-info-wrapper .detail-parameters tr:last-child .delivery-time {
  padding-right: 5px;
}
.type-product .p-info-wrapper .p-final-price-wrapper {
  margin-top: 40px;
  padding-bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .p-final-price-wrapper {
    margin-bottom: 25px;
  }
}
.type-product .p-info-wrapper .price-final-holder {
  color: #141414;
  font-size: 40px;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .price-final-holder {
    font-size: 30px;
  }
}
.type-product .p-info-wrapper .pr-list-unit {
  display: none;
}
.type-product .p-info-wrapper .add-to-cart {
  padding-top: 30px !important;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .banner {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.type-product .p-info-wrapper .banner img {
  max-width: 55%;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .banner img {
    max-width: 100%;
  }
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after {
  font-size: 13px;
  color: #141414;
  display: none;
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after::after {
  display: none;
  content: "";
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after:hover {
  text-decoration: underline;
}
.type-product .text-center {
  text-align: left;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.type-product .social-buttons-wrapper .link-icons {
  margin-top: 20px;
}
@media (max-width: 420px) {
  .type-product .social-buttons-wrapper .link-icons {
    width: 100%;
    justify-content: space-around;
  }
  .type-product .social-buttons-wrapper .link-icons a {
    padding: 0;
  }
}
.type-product .social-buttons-wrapper .link-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  color: #141414;
  transition-duration: 0.1s;
}
.type-product .social-buttons-wrapper .link-icons a:hover {
  color: var(--color-primary);
}
.type-product .social-buttons-wrapper .link-icons a::before {
  content: "";
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}
.type-product .social-buttons-wrapper .link-icons a span {
  color: #141414 !important;
}
.type-product .social-buttons-wrapper .link-icons a.print::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/tisk.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .social-buttons-wrapper .link-icons a.chat::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/zeptat-se.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .social-buttons-wrapper .link-icons a.share::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/sdilet.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .price-save {
  color: #141414;
}
.type-product .p-final-price-wrapper .price-standard > span,
.type-product .p-final-price-wrapper .price-save > span {
  color: #141414;
}
.type-product .p-thumbnails-wrapper {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .type-product .description-inner {
    padding: 0;
  }
  .type-product .shp-tabs-wrapper {
    margin-top: 0;
  }
  .type-product .p-detail > .p-detail-inner {
    position: relative;
    z-index: 1;
  }
  .type-product .p-detail > .p-detail-inner::before {
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.type-product .add-to-cart .quantity {
  margin-right: 14px;
  border-style: none !important;
}
.type-product .add-to-cart .quantity .amount {
  border-radius: 100px;
}
.type-product .btn.add-to-cart-button.btn-lg {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  padding-right: 34px;
  padding-left: 34px;
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  background-color: #1d6736;
  border-color: #1d6736;
}
.type-product .btn.add-to-cart-button.btn-lg::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/S-Led/img/detail-kosik-arrow.svg");
  background-position: center;
  background-size: cover;
  margin-left: 5px;
}
@media (max-width: 420px) {
  .type-product .p-info-wrapper .add-to-cart {
    flex-wrap: nowrap;
  }
  .type-product .btn.add-to-cart-button.btn-lg {
    padding-right: 16px;
    padding-left: 16px;
  }
  .type-product .p-detail .add-to-cart .quantity {
    width: 95px;
    padding: 0;
  }
  .type-product .p-detail .quantity input {
    width: 93px !important;
  }
}
.type-detail .add-to-cart .p-detail .add-to-cart .quantity {
  margin-right: 15px;
  height: 50px;
  width: 119px;
}
.type-detail .add-to-cart .p-detail .add-to-cart .quantity input {
  border-style: none !important;
  border-radius: 0 !important;
  height: 48px !important;
}
.type-detail .add-to-cart .quantity .increase {
  right: 10px;
}
.type-detail .add-to-cart .quantity .decrease {
  left: 10px;
}
.advanced-parameter-inner.yes-before::before {
  background-size: 20px;
}
.advanced-parameter-inner.yes-before {
  border-color: #fff;
  border-width: 2px;
  color: #141414;
}
.shp-tabs-holder ul.shp-tabs li a {
  border-style: none !important;
  border-width: 0 !important;
}
.shp-tabs-holder ul.shp-tabs li a:hover {
  text-decoration: underline;
}
.shp-tabs-holder ul.shp-tabs li a[href="#productsAlternative"] {
  display: none;
}
.shp-tabs-holder ul.shp-tabs li.active a:hover {
  text-decoration: none;
}
.type-product .shp-tabs-holder {
  background-color: #58504d;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 46px;
}
.type-product .shp-tabs-holder a {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 13px !important;
  padding-bottom: 10px !important;
}
.type-product .shp-tabs-holder .shp-tab.active {
  font-weight: 700;
}
.type-detail h3 {
  font-weight: 700;
}
.type-detail .extended-description td {
  padding: 15px 0 !important;
}
.type-detail .extended-description th {
  padding: 15px 0 !important;
}
.type-detail .extended-description th span {
  color: #000;
}
@media (max-width: 430px) {
  .type-detail tr.variant-list.variant-not-chosen-anchor {
    display: flex;
    flex-direction: column;
  }
  .type-detail .variant-list.variant-not-chosen-anchor th {
    padding-bottom: 15px;
  }
  .type-detail tr.surcharge-list {
    display: flex;
    flex-direction: column;
  }
  .type-detail .surcharge-list th {
    padding-bottom: 15px;
  }
}
.type-detail .advanced-parameter {
  margin: 0 24px 12px 0;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border-style: none;
}
.type-detail .variant-list select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 52px;
  font-size: 13px;
  width: auto;
  min-width: 277px;
}
.type-detail .surcharge-list select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 52px;
  font-size: 13px;
  width: auto;
  min-width: 277px;
}
@media (max-width: 480px) {
  .type-detail .detail-parameters select {
    max-width: 250px;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 15px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #1f2a3a;
  cursor: pointer;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: rgba(216, 201, 178, 0.2);
  color: #000000;
  border: 1px solid #000000;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 1px solid #000;
}
.type-detail .variant-list.variant-not-chosen-anchor th {
  color: #fff;
  font-size: 15px;
  min-width: 150px;
}
.type-detail .surcharge-list th {
  color: #fff;
  font-size: 15px;
  min-width: 150px;
}
.type-detail .detail-parameters {
  width: 100%;
  margin-bottom: 0;
}
.type-detail .detail-parameters th {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .type-detail .detail-parameters th {
    padding-right: 5px;
  }
}
.type-detail .detail-parameters tbody {
  display: block;
}
.type-detail .remove-border-bottom {
  border-bottom: none !important;
}
.type-detail .detail-parameters {
  padding-top: 0;
}
.type-detail .detail-parameters th + th {
  padding-bottom: 35px;
}
.type-detail .detail-parameters td + td {
  padding-bottom: 35px;
}
.type-detail .extended-description .detail-parameters tbody {
  display: contents;
}
.type-detail .surcharge-list select {
  border-radius: 150px;
  border: 1px solid #0000001a;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .type-product .product-top {
    display: flex;
    flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    order: -1;
  }
}
.type-product .add-to-cart .quantity .increase:before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/plus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
.type-product .add-to-cart .quantity .decrease::before {
  content: "";
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/artedo/img/minus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
.type-product .variant-list select {
  border: 1px solid #0000001a;
  border-radius: 4px;
  min-height: 48px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Esoldi/img/input-arrow.svg);
}
@media (max-width: 480px) {
  .type-product .variant-list select {
    width: 50vw;
  }
}
.type-product .social-buttons-wrapper {
  border-top: 1px solid #e1e1e1;
  margin-top: 32px;
  display: none;
}
@media (max-width: 767px) {
  .type-product #footer {
    margin-top: 0;
  }
}
.type-product .responsive-nav {
  display: none;
}
.type-product .browse-p {
  display: none;
}
.type-product .product-top .btn.add-to-cart-button::before {
  display: none;
}
@media (min-width: 768px) {
  .type-product #content-wrapper {
    margin-top: 33px !important;
  }
}
.type-product .products-related:after {
  content: none;
}
.type-product .product-top {
  background-color: transparent;
  position: relative;
  margin-top: 5px;
}
.type-product .product-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  width: 100vw;
  height: 100%;
}
.type-product .content-wrapper {
  background-color: transparent;
}
@media (max-width: 767px) {
  .type-product .content-wrapper {
    margin-top: 30px;
  }
}
.type-product .p-detail-inner-header .p-code {
  display: none;
}
.p-detail-info > div {
  display: none;
}
.type-detail .detail-parameters {
  padding-top: 0;
  width: 100%;
  margin-bottom: 0;
}
.type-detail .extended-description .detail-parameters tbody {
  display: contents;
}
.type-product .extended-description > .detail-parameters > tbody {
  border-style: none;
}
.type-product .tab-content .detail-parameters tbody {
  padding-top: 0;
}
@media (max-width: 767px) {
  .type-product .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .type-detail .p-detail-info > div {
    margin-bottom: 10px !important;
  }
}
.type-detail .detail-parameters tbody {
  border-top: 0.5px solid #e1e1e1;
  margin-top: 24px;
  padding-top: 35px;
}
.type-detail .detail-parameters tbody .surcharge-list {
  padding-bottom: 35px;
  display: block;
}
@media (max-width: 480px) {
  .type-detail .detail-parameters tbody .surcharge-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .type-detail .surcharge-list th {
    min-width: 256px !important;
  }
  .type-detail .surcharge-list select {
    min-width: 275px;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/GoldPC/img/input-arrow.svg);
    background-size: 52px;
    background-position-x: calc(100% + 2px);
  }
}
.type-product .tab-content .detail-parameters tr:nth-child(odd) {
  background-color: transparent;
}
.type-product .tab-content .detail-parameters tr {
  width: 100%;
}
.type-product .tab-content .detail-parameters tr th {
  padding-right: 9px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 16px !important;
  height: 47px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.type-product .tab-content .detail-parameters tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 16px !important;
  padding-left: 9px !important;
  height: 47px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.type-product .tab-content .detail-parameters tr td a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .type-detail .content-wrapper.container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.type-detail .basic-description {
  color: #383c43e5;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .type-detail .basic-description {
    flex: 1 1 auto;
    width: 72%;
    padding-right: 85px;
  }
  .type-detail .extended-description {
    flex: 0 1 auto;
    width: 28%;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .type-detail .p-detail-inner > .p-detail-inner-header {
    display: none;
  }
  .type-detail .product-top > .col-xs-12:first-of-type > .p-detail-info {
    display: none;
  }
}
.type-product .products.carousel .slick-arrow {
  border-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.type-product .products.carousel .slick-arrow.slick-prev,
.type-product .products.carousel .slick-arrow.slick-next {
  position: absolute;
  transform: translateX(-50%);
  top: -89px;
}
@media (max-width: 767px) {
  .type-product .products.carousel .slick-arrow.slick-prev,
  .type-product .products.carousel .slick-arrow.slick-next {
    top: -53px;
  }
}
.type-product .products.carousel .slick-arrow.slick-prev::before,
.type-product .products.carousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #c6c6c6;
  transition-duration: 0.3s;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
  background-size: 9.45px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-product .products.carousel .slick-arrow.slick-prev:hover::before,
.type-product .products.carousel .slick-arrow.slick-next:hover::before {
  background-color: #141414;
}
.type-product .products.carousel .slick-arrow.slick-prev {
  left: calc(50% - 232px);
}
@media (max-width: 767px) {
  .type-product .products.carousel .slick-arrow.slick-prev {
    left: 0;
    transform: none;
  }
}
.type-product .products.carousel .slick-arrow.slick-prev::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-left.svg");
}
.type-product .products.carousel .slick-arrow.slick-next {
  left: calc(50% + 232px);
}
@media (max-width: 767px) {
  .type-product .products.carousel .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: none;
  }
}
.type-product .products.carousel .slick-arrow.slick-next::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
}
.type-product #productsAlternative .slick-arrow.slick-prev,
.type-product #productsAlternative .slick-arrow.slick-next {
  top: -26px;
}
@media (max-width: 767px) {
  .type-product #productsAlternative .slick-arrow.slick-prev,
  .type-product #productsAlternative .slick-arrow.slick-next {
    top: -19px;
  }
}
.type-product .products-related .slick-arrow.slick-prev,
.type-product .products-related .slick-arrow.slick-next {
  top: -22px !important;
}
@media (max-width: 767px) {
  .type-product .products-related .slick-arrow.slick-prev,
  .type-product .products-related .slick-arrow.slick-next {
    top: -16px !important;
  }
}
.type-product .products-related .slick-arrow.slick-prev {
  left: calc(50% - 245px) !important;
}
@media (max-width: 767px) {
  .type-product .products-related .slick-arrow.slick-prev {
    left: 0 !important;
    transform: none;
  }
}
.type-product .products-related .slick-arrow.slick-next {
  left: calc(50% + 261px) !important;
}
@media (max-width: 767px) {
  .type-product .products-related .slick-arrow.slick-next {
    left: auto !important;
    right: 0;
    transform: none;
  }
}
.type-product #productsAlternative.fade::before,
.type-product .products-related-header {
  color: #000;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .type-product #productsAlternative.fade::before,
  .type-product .products-related-header {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .type-product .products-block.products {
    width: 100%;
    margin-left: 0;
  }
}
.type-product .products-block > div {
  margin-left: 8px !important;
  width: calc(100% - 16px) !important;
  border-style: none !important;
}
.type-product .products-block .p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.type-product .shp-tabs-wrapper .description-inner {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar {
  position: relative;
  margin-top: 87px;
  flex: 0 1 auto;
  width: 28%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 23px !important;
}
@media (max-width: 991px) {
  .type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar {
    width: 100%;
    flex: auto;
  }
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar .contact-box {
  padding: 0;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar::before {
  content: "Výživový poradce";
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  position: absolute;
  top: -42px;
  left: 0;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar a {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar a:hover {
  text-decoration: underline;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box-sidebar span {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box {
  min-height: auto;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box ul li > span.tel::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_phone.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box ul li > span.mail::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_mail.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box ul li > span {
  padding-left: 35px;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box ul li {
  padding-top: 15px;
  padding-bottom: 0;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box > img {
  display: block !important;
  position: initial;
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 100px;
  margin-left: 0;
  margin-bottom: 5.5px;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box > strong {
  margin-bottom: 0;
  line-height: 1.2;
  position: absolute;
  top: 29px;
  transform: translateY(-50%);
  left: 70px;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}
.type-product .shp-tabs-wrapper .description-inner .contact-box > strong b {
  font-weight: 700;
}
.type-product .shp-tabs-wrapper .description-inner .extended-description .contact-box-sidebar {
  flex: none;
  width: 100%;
  padding-left: 0;
}
.type-product .shp-tabs-wrapper .description-inner .detail-parameters {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  padding: 12px 15px;
}
.type-product .shp-tabs-wrapper .description-inner .extended-description h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.type-product .tab-content .detail-parameters tr {
  display: flex;
}
.type-product .tab-content .detail-parameters tr td {
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.type-product .tab-content .detail-parameters tr th {
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ordering-process .summary-title h4 {
  display: block !important;
}
.cart-table {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px 0;
  }
}
.cart-table .show-related {
  color: var(--color-primary) !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
}
.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 !important;
    border-radius: 0px;
  }
}
.cart-table .p-availability {
  padding-right: 20px;
  text-transform: uppercase;
}
.cart-table .p-availability .availability-amount {
  display: none;
}
.cart-table .p-availability strong {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: right;
}
.cart-table .p-availability strong[style="color: #009901"] {
  color: #64b32e !important;
}
.cart-table .p-availability strong[style="color: #cb0000"] {
  color: #f13434 !important;
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: revert;
  }
}
.cart-table .p-total {
  text-align: right;
  min-width: 150px;
  margin-right: 10px;
  flex-direction: row;
}
.cart-table .p-name {
  max-width: 550px;
  padding-left: 25px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0 !important;
  }
}
.cart-table .p-name a {
  font-size: 1em;
  font-weight: 600 !important;
}
.cart-table .p-name a > span,
.cart-table .p-name a > div {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name a {
    font-size: 1em;
  }
  .ordering-process .cart-table .related .cart-related-product {
    flex-direction: column;
  }
  .cart-table .related .cart-related-info {
    width: calc(100% - 20px) !important;
  }
  .cart-table .related .cart-related-info a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ordering-process .cart-table .related .cart-related-button .price {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .cart-table .related .cart-related-button {
    flex-direction: column;
    width: calc(100% - 20px) !important;
  }
  .cart-table tr.related.visible {
    max-height: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cart-table tr.related.visible {
    padding-top: 0;
  }
  .cart-table .related .cart-related-button {
    justify-content: center !important;
    align-items: center !important;
  }
}
.cart-content .discount-coupon::before {
  content: "Dárky a slevy";
  display: block;
  margin-bottom: 24px;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
}
.cart-content .cart-summary .discount-coupon h4 {
  display: block;
  margin-bottom: 24px;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
}
.cart-table tr.removeable::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: -26px;
  left: 0px;
  background: #e1e1e1;
}
.cart-table tr:first-child::after {
  content: none;
}
.cart-table tr {
  border-bottom: 20px solid transparent;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .cart-table tr {
    border-bottom: 50px solid transparent;
  }
}
@media only screen and (min-width: 1500px) {
  .cart-table .p-name {
    min-width: 200px;
  }
}
.cart-table .cart-p-image {
  margin-left: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  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;
}
@media only screen and (max-width: 1199px) {
  .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;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
}
.cart-table .related .cart-related-button .btn {
  height: 38px;
  line-height: 38px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  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:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .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);
}
.cart-table .related .cart-related-info a {
  font-weight: 500;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 700;
  font-size: 13px;
}
.cart-table .related .cart-related-availability span {
  color: #383c43 !important;
}
.cart-table tr.related td {
  background-color: #fff;
}
.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;
}
@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%;
}
.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: 2vw;
  border: none;
  opacity: 1 !important;
}
.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/doplnky/Bateriovo/img/remove-product.svg") no-repeat center;
  background-size: 12px;
  top: 3px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 800;
}
.cart-table .remove-item:hover {
  opacity: 1;
}
.cart-table .remove-item:hover:before {
  color: #fff;
}
.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;
    width: calc(50% - 10px);
  }
  .cart-table tr td {
    text-align: center !important;
  }
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
@media only screen and (max-width: 400px) {
}
.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;
}
.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: 500;
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #000;
  font-weight: 500;
  min-width: 100px;
  display: flex;
  justify-content: flex-end;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-name a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart-table tr td.p-total {
    flex-direction: row;
    justify-content: flex-start !important;
    max-width: 100px;
    margin: 0 auto;
    min-width: 100px;
  }
}
.cart-table tr td.p-total strong {
  font-size: 1.2em;
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -5px;
}
.cart-table tr td.p-total .p-label {
  right: calc(9vw);
  left: inherit;
  line-height: 1em;
}
.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 .next-step {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 0;
  /* @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 .next-step .next-step-back {
  margin: 10px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
#checkoutSidebar .consents {
  padding: 15px 0 0 0;
  clear: both;
  font-size: 13px;
}
#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 .form-group {
  flex-direction: column;
  align-items: flex-start !important;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .form-group .form-control {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .form-group .form-control {
    width: 100%;
  }
}
#checkoutContent .form-group label {
  font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: initial;
  margin-top: 15px;
}
#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,
#checkoutContent input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
#checkoutContent input[type="checkbox"] + label::after,
#checkoutContent input[type="radio"] + label::after {
  width: 14px;
  height: 14px;
  left: 4px;
}
#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
  padding-left: 35px;
}
#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-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
}
.phone-combined-input {
  max-width: initial;
}
.co-box .validator-msg,
.js-validator-msg {
  margin-left: 0;
}
.co-box .phone-combined-input {
  width: 100%;
}
.co-box .phone-combined-input #phone {
  max-width: 310px;
  width: 100%;
  margin-left: 10px;
}
.cart-content {
  border-radius: 0px;
  padding: 30px !important;
}
.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 {
  margin-left: 0;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
          padding: 0 15px 20px 15px;
        }*/
}
#checkoutContent .cart-content .box .form-group .btn:hover {
  color: green;
}
#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;
  border: none;
}
#checkoutContent .cart-content .co-box {
  padding: 0 !important;
  background: transparent;
  margin-bottom: 15px;
  border-radius: 10px;
}
#checkoutContent .cart-content .co-box h4 {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: none;
  margin: 20px 0 10px 0;
  padding: 0 0 0 48px;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4 {
    font-size: 1.2em;
  }
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 40px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/list.svg") no-repeat center;
  background-size: 23px;
}
#checkoutContent .form-group label {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .ordering-process .container {
    width: 1400px;
  }
}
.ordering-process .cart-row .col-md-8 {
  padding-right: 0 !important;
}
.ordering-process .cart-empty .cart-row .col-md-8 {
  padding-top: 0;
}
.ordering-process .cart-empty .cart-row > div.col-md-4 {
  padding-top: 0;
}
@media (min-width: 992px) {
  .ordering-process .cart-empty .cart-row > div.col-md-4 {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .ordering-process .cart-empty .cart-row > div.col-md-4 {
    background-color: #ececec80;
    border-radius: 20px;
  }
}
.ordering-process .cart-table .related .cart-related-product {
  background-color: #ececec80;
  border-radius: 20px;
  margin-bottom: 14px;
  margin-top: 10px;
}
.ordering-process .cart-table .related .cart-related-product + .cart-related-product {
  margin-bottom: 0;
}
.ordering-process .cart-related-product {
  border-style: none;
}
.ordering-process .cart-table .related .cart-related-button .price {
  margin-left: 10px;
  display: inline-block;
  min-width: 100px;
  align-items: flex-end;
}
.ordering-process .cart-table .related .cart-related-button .price small {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .ordering-process .cart-table .related .cart-related-button .price {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.ordering-process .cart-table .related > td:before {
  display: none;
}
.ordering-process .cart-related-availability {
  text-align: center;
}
.ordering-process {
  background-color: #fff !important;
  background-image: none;
}
.ordering-process .cart-table .related .cart-related-button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 20px 10px;
  height: 48px;
  width: 117px;
  background-color: var(--color-primary);
  transition-duration: 0.2s;
}
.ordering-process .cart-table .related .cart-related-button .btn.add-to-cart-button::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/do-kosiku-arrow.svg");
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  background-size: 9px;
  margin-right: 0;
}
.ordering-process .cart-table .related .cart-related-button .btn:hover {
  background-color: #1d6736;
}
#checkoutContent .form-group .form-control {
  border-radius: 0;
  border: 1px solid #00000033;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 52px;
  padding-left: 17px;
  border-radius: 150px;
}
#checkoutContent .cart-content .co-box.co-contact-information h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/user.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/opal/img/icons/adress.svg") 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/doplnky/prazirnaignac/img/kosik-truck.svg") no-repeat center;
  background-size: 26px;
}
#checkoutContent .cart-content .co-box.co-payment-method h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/credit-card.svg") no-repeat center;
  background-size: 25px;
}
#checkoutContent .cart-content .co-box .radio-wrapper {
  border: none !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}
.co-box .radio-wrapper input[type="checkbox"] + label::before,
.radio-wrapper input[type="radio"] + label::before {
  border-color: #000;
  background: transparent;
  border-width: 2px;
}
.co-box .radio-wrapper input[type="checkbox"] + label::after,
.radio-wrapper input[type="radio"] + label::after {
  background: transparent;
}
.co-box .radio-wrapper.active label > span b,
.co-box .for-free {
  color: #383c43;
}
.co-box .form-group {
  width: 100% !important;
}
.co-box .payment-info b,
.payment-shipping-price {
  text-transform: none;
  color: #383c43;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::before,
.radio-wrapper input[type="radio"]:checked + label::before {
  border-color: #000;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background: #000;
}
#checkoutContent .cart-content .co-box .radio-wrapper.active {
  background: #f5f5f5 !important;
  border-radius: 0;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  font-weight: 600;
  align-items: flex-start;
  cursor: pointer;
  padding: 22px 0 22px 32px;
  margin: 0 !important;
}
#checkoutContent .cart-content .co-box.co-delivery-method label:hover b,
#checkoutContent .cart-content .co-box.co-payment-method label:hover b {
  color: #5c5c5c;
}
#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: 30px 0px 10px 0px !important;
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
@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 {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .form-group,
  #checkoutContent .cart-content .shipping-billing-table,
  #checkoutContent .cart-content .shipping-billing-table {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content #note {
    margin: 0 10px 20px 10px;
  }
}
.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;
}
.order-summary .cart-items .cart-item > div {
  border: none !important;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cart-content .order-summary .price-wrapper .price-label {
  width: 50%;
}
.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 .recapitulation-single {
  display: flex;
  justify-content: space-between;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .next-step {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  /*&: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 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  min-width: 180px;
  float: right;
  width: auto;
  font-size: 14px;
  padding: 0 30px;
  border: none;
  text-transform: none;
  text-align: center;
  margin: 0;
  height: 54px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.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;
           }
         }
       }*/
}
.back-shopping-link .next-step-back {
  padding: 1px 0 0 22px;
}
.cart-content.summary-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
.ordering-process input[type="checkbox"] + label::before,
.ordering-process input[type="radio"] + label::before {
  border-color: #000;
}
.ordering-process input[type="checkbox"]:checked + label::before,
.ordering-process input[type="radio"]:checked + label::before {
  border-color: var(--color-primary);
}
.ordering-process #checkoutContent input[type="checkbox"] + label::after,
.ordering-process #checkoutContent input[type="radio"] + label::after {
  content: none;
}
.ordering-process input[type="checkbox"]:checked + label::after,
.ordering-process input[type="radio"]:checked + label::after {
  content: "" !important;
}
.in-krok-2 .co-contact-information .form-group:first-of-type {
  display: none !important;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 600;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .cart-table tr:after {
    display: none;
    content: none !important;
  }
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0;
  width: 50%;
  max-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 .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: 36px;
  line-height: 36px;
}
.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: 500;
  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/opal/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/doplnky/Nutrivyziva/img/kosik-truck.svg");
  color: var(--color-primary);
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  padding-left: 50px !important;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-size: 22px;
  font-weight: 700;
}
.cart-summary > h4 {
  display: none;
}
.cart-table .p-total {
  min-width: auto;
}
.contact-box > strong {
  color: #141414;
}
.cart-content .next-step {
  flex-wrap: nowrap !important;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cart-content .next-step {
    flex-direction: column;
  }
}
.in-kosik .back-shopping-link {
  display: none;
}
.cart-content.summary-wrapper .next-step-back {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.cart-content.summary-wrapper .next-step-back:hover {
  text-decoration: underline;
}
.cart-content.summary-wrapper .next-step-back::after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/shop-back-arrow.svg") no-repeat center;
  background-size: 16px;
  margin-right: 4px;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  align-items: center;
}
@media (max-width: 480px) {
  .ordering-process .quantity-form .quantity .decrease {
    left: 10px;
  }
  .ordering-process .quantity-form .quantity .increase,
  .ordering-process .quantity-form .quantity .decrease {
    height: 20px;
    width: 20px;
  }
}
.quantity-form .quantity .increase,
.quantity-form .quantity .decrease {
  height: 20px;
  width: 20px;
}
.quantity-form .quantity .increase::before,
.quantity-form .quantity .decrease::before {
  margin: 0;
}
@media (max-width: 767px) {
  .cart-table tr td.p-total {
    justify-content: center !important;
  }
  .in-kosik .sidebar-in-cart {
    padding-top: 0 !important;
  }
  .in-kosik .cart-content.summary-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
  }
}
.cart-item > div.cart-item-amount {
  display: none;
}
@media (max-width: 767px) {
  .in-dekujeme.ordering-process .content-wrapper.container {
    padding-right: 17px;
    padding-left: 17px;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box h4 {
    padding-left: 60px;
  }
  .in-dekujeme.ordering-process .cart-table tbody {
    padding-right: 17px;
  }
}
.in-krok-1 .checkout-box,
.in-krok-2 .checkout-box {
  display: none;
}
.in-krok-1 .order-summary-inner h4,
.in-krok-2 .order-summary-inner h4 {
  color: #141414;
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .in-krok-1 .cart-inner,
  .in-krok-2 .cart-inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 38px;
  }
}
.in-krok-1 #checkoutContent .cart-content .co-box h4,
.in-krok-2 #checkoutContent .cart-content .co-box h4 {
  color: #141414;
}
@media (max-width: 992px) {
  .in-krok-1 #checkoutContent .cart-content,
  .in-krok-2 #checkoutContent .cart-content {
    padding: 0 !important;
  }
}
.in-krok-1 #checkoutSidebar .cart-content,
.in-krok-2 #checkoutSidebar .cart-content {
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.in-krok-1 #checkoutSidebar,
.in-krok-2 #checkoutSidebar {
  padding-top: 92px;
}
@media (max-width: 1500px) {
  .in-krok-1 #checkoutSidebar,
  .in-krok-2 #checkoutSidebar {
    padding-top: 98px;
  }
}
@media (max-width: 767px) {
  .in-krok-1 #checkoutSidebar,
  .in-krok-2 #checkoutSidebar {
    padding-top: 0;
  }
}
.in-krok-1 #checkoutContent .cart-content .co-box,
.in-krok-2 #checkoutContent .cart-content .co-box {
  border: 2px solid #f5f5f5;
  border-radius: 0;
  padding: 0px 15px 20px 15px !important;
}
.in-krok-1 .cart-item-name a,
.in-krok-2 .cart-item-name a {
  color: #141414;
}
.in-krok-1 .cart-item-name a:hover,
.in-krok-2 .cart-item-name a:hover {
  text-decoration: underline;
}
.in-krok-1 .cart-content .order-summary .recapitulation-single strong span,
.in-krok-2 .cart-content .order-summary .recapitulation-single strong span {
  color: #141414;
}
.scrolled .in-krok-1 #checkoutSidebar,
.scrolled .in-krok-2 #checkoutSidebar {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .scrolled .in-krok-1 #checkoutSidebar,
  .scrolled .in-krok-2 #checkoutSidebar {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .in-krok-1 #checkoutContent,
  .in-krok-2 #checkoutContent {
    padding-bottom: 0;
  }
}
.in-krok-2 #checkoutContent .cart-content .co-box.co-box-additional {
  padding-top: 20px !important;
}
.ordering-process .checkout-box-wrapper .contact-box ul li a {
  text-decoration: underline !important;
}
.ordering-process .checkout-box-wrapper .contact-box ul li a:hover {
  text-decoration: none !important;
}
.ordering-process .cart-content.summary-wrapper .next-step-forward,
.cart-content .next-step .btn {
  background-color: var(--color-primary);
  border-radius: 100px;
  color: #fff !important;
  padding: 2px 25px;
  min-height: 48px;
  height: auto;
  font-weight: 700;
  font-size: 18px;
  transition-duration: 0.2s;
}
.ordering-process .cart-content.summary-wrapper .next-step-forward:hover,
.cart-content .next-step .btn:hover {
  background-color: #1d6736;
}
@media (max-width: 1199px) {
  .ordering-process .cart-content.summary-wrapper .next-step-forward,
  .cart-content .next-step .btn {
    padding: 2px 6px;
    min-width: 115px;
  }
}
.ordering-process .cart-content.summary-wrapper .next-step-forward::after,
.cart-content .next-step .btn::after {
  display: none;
}
.in-krok-2 #checkoutContent .form-group .form-control {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .ordering-process .cart-table {
    padding: 50px 20px 40px 40px !important;
  }
}
@media (max-width: 767px) {
  .ordering-process .cart-table {
    padding: 0 !important;
  }
}
.cart-content .cart-summary {
  padding-top: 0;
  position: relative;
  padding-bottom: 20px;
  /* @media @mobile-land {
         padding-bottom: 115px;
       }*/
}
.cart-content .cart-summary h4 {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .in-kosik .col-md-8 .cart-content {
    padding-right: 0 !important;
  }
}
.in-kosik .col-md-4 {
  padding-left: 5px !important;
}
.cart-empty .contact-box a,
.cart-empty .contact-box span {
  color: #141414 !important;
}
.cart-empty .contact-box a {
  text-decoration: underline !important;
}
.cart-empty .contact-box a:hover {
  text-decoration: none !important;
}
#checkoutContent .cart-content #shipping-address fieldset {
  border: 2px solid #f5f5f5 !important;
  border-radius: 20px;
  padding: 0px 15px 20px 15px !important;
}
.ordering-process .cart-table .p-quantity .quantity {
  border-style: none !important;
}
.ordering-process .cart-table .p-quantity .quantity input {
  border-radius: 100px;
}
.cart-content .cart-header {
  display: flex !important;
  padding: 0;
  width: 100%;
  align-items: center;
  background: transparent;
  justify-content: space-between;
  border-bottom-width: 0 !important;
  margin: -20px -20px 20px -20px;
  width: 82%;
  padding-bottom: 25px !important;
  position: relative;
  top: -24px;
  margin-bottom: -30px !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cart-content .cart-header {
    width: 70% !important;
  }
}
@media (max-width: 767px) {
  .cart-content .cart-header {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-content .cart-header {
    top: -15px;
  }
}
@media (max-width: 992px) {
  .cart-content.summary-wrapper .next-step-back {
    margin-bottom: 15px;
  }
  .cart-content .next-step .btn {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .cart-content .cart-header {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header:before {
  width: 90%;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  content: "";
  transform: translate(-50%, -50%);
  /*@media @1500-min {
          width: 550px;
        }*/
}
@media only screen and (max-width: 1199px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li {
    width: auto;
    padding: 0;
    display: block;
    border: none;
  }
  .ordering-process .top-navigation-bar .responsive-tools {
    padding-right: 0;
    margin-right: 0;
  }
  .cart-content.summary-wrapper .price-wrapper {
    margin-bottom: 0;
  }
  .cart-table tr td {
    width: 100%;
    text-align: center !important;
    align-items: center;
    padding: 5px 0 !important;
  }
  .cart-table tr td .quantity {
    margin: 0;
  }
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 5px 0 !important;
    font-size: 0.9em !important;
  }
  .cart-content .cart-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding: 5px 0;
  }
}
ol.cart-header li.completed span,
ol.cart-header li.active span {
  color: #000 !important;
}
ol.cart-header li.active a,
ol.cart-header li.completed a,
ol.cart-header li.active strong,
ol.cart-header li.completed strong {
  border: none;
}
.ordering-process ol.cart-header li a span::before,
ol.cart-header li strong span::before {
  display: none;
}
.cart-content .cart-header li a {
  border: none !important;
}
.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: 400;
  position: relative;
  font-size: 1.4em;
  padding: 0 22px;
  color: #dcdcdc;
  background-color: #fff;
  letter-spacing: 0;
}
.sidebar-in-cart {
  padding-top: 60px !important;
}
@media (max-width: 1500px) {
  .sidebar-in-cart {
    padding-top: 66px !important;
  }
}
.ordering-process .cart-table tr:last-child::after {
  display: none;
}
.ordering-process .delivery-time {
  display: none;
}
.ordering-process > .container {
  display: none;
}
.ordering-process .cart-table {
  border: 2px solid #f5f5f5 !important;
  border-radius: 0 !important;
  border-collapse: initial;
  padding: 50px 20px 0 40px;
  margin-left: -20px;
  margin-right: -20px;
}
/*.cart-content .cart-header li strong span {
  opacity: 0.4;
}

.cart-content .cart-header li.active strong span {
  opacity: 1;
}*/
.cart-content .cart-header li a,
.cart-content .cart-header li strong {
  padding: 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.5em;
    padding: 0 15px;
  }
}
@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: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 span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .discount-coupon {
  /*position: absolute;
      left: 20px;
      bottom: 10px;
      width: calc(~'100% - 40px');*/
  padding-left: 0;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  border: 1px solid;
}
.cart-content .discount-coupon label {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  color: #292b32;
  line-height: 18px;
}
.cart-content .cart-summary h4 {
  margin-top: 25px;
}
.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.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 {
  width: 25px;
  margin-left: 15px;
  height: 25px;
  min-width: inherit;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
}
.cart-content .discount-coupon form input {
  height: 51px;
  border-radius: 100px;
  padding-right: 45px;
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}
.ordering-process input[type="checkbox"]:checked + label::before,
.ordering-process input[type="radio"]:checked + label::before {
  border-color: #000;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background-color: #000;
}
#checkoutContent .cart-content .co-box .radio-wrapper.active {
  border-radius: 150px !important;
}
.in-krok-1 #checkoutContent .cart-content .co-box,
.in-krok-2 #checkoutContent .cart-content .co-box {
  border-radius: 20px;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  margin-left: -38px;
  height: 51px;
  min-height: 51px;
  border-radius: 100px;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  border-color: #000;
  color: #000;
  text-transform: none;
  font-weight: 700;
}
.cart-content .discount-coupon form .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .cart-content .free-gift .free-gifts-wrapper {
    margin-right: 40px;
  }
}
.cart-content .free-gift .free-gifts-img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  min-width: 36px;
  align-items: center;
  justify-content: center;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
@media (min-width: 768px) {
  .cart-content .extras-wrapper {
    margin-left: -20px;
  }
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  margin-bottom: 50px;
  background: transparent;
  padding: 10px 10px 10px 80px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra:before {
  left: 2px;
}
.cart-content .extras-wrapper .extras-col {
  width: 100%;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0 !important;
  align-items: center;
}
.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 {
  margin-bottom: 20px;
}
.cart-row {
  justify-content: space-between;
}
.cart-row .col-md-8 {
  padding-right: 50px !important;
  flex: 0 0 67%;
  max-width: 67%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cart-row .col-md-8 {
    padding-top: 30px;
  }
  .cart-row .col-md-8 .cart-header {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .in-krok-1 .cart-row .col-md-8 .cart-header,
  .in-krok-2 .cart-row .col-md-8 .cart-header {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .in-kosik .cart-row .col-md-8 {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .ordering-process .content-wrapper.container .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .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%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .cart-row .col-md-4 {
    width: 100% !important;
  }
  .next-step {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
.cart-row .col-md-4 {
  flex: inherit;
  width: 33%;
  padding-top: 0px;
  max-width: 440px;
}
.cart-content + .cart-content {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-row .col-md-4 {
    padding-top: 0;
  }
}
.cart-row .col-md-4 h4 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
}
@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 a {
  display: inline-block;
  line-height: inherit;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  margin: 50px 0 20px 0;
}
.back-shopping-link a:before {
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  content: "" !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg") no-repeat center;
  background-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .top-nav-button-login,
  .ordering-process #header .header-top .top-nav-button-account {
    margin-right: 0;
    right: 0;
    width: 30px;
    padding-left: 0;
  }
}
.ordering-process .cart-table tr td.p-price {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .dropdown {
    right: 115px;
  }
}
@media (max-width: 767px) {
  .ordering-process .cart-table tr td.p-total .p-label {
    display: none;
  }
  .ordering-process .cart-table tr td .p-label {
    display: none;
  }
  .ordering-process .cart-table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    border-style: none !important;
  }
  .ordering-process .cart-content .cart-header:before {
    display: none;
  }
  .ordering-process #content-wrapper {
    margin-top: 0;
  }
  .ordering-process .cart-header {
    margin: 0 !important;
    margin-bottom: -20px !important;
  }
}
.in-dekujeme .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ordering-process .next-step-back::before {
  display: none !important;
}
.ordering-process .quantity input {
  width: 118px !important;
  height: 51px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ordering-process .cart-content.checkout-box-wrapper {
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.ordering-process .cart-content.checkout-box-wrapper .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
.ordering-process .cart-content.checkout-box-wrapper h4,
.ordering-process .cart-content.checkout-box-wrapper span,
.ordering-process .cart-content.checkout-box-wrapper a {
  color: #141414 !important;
}
.ordering-process .cart-content.summary-wrapper {
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.ordering-process .cart-content.summary-wrapper h4,
.ordering-process .cart-content.summary-wrapper span,
.ordering-process .cart-content.summary-wrapper a {
  color: #141414 !important;
}
.in-kosik .cart-table tr td.p-total .price-final,
.in-kosik .cart-table tr td .price {
  min-width: auto;
}
@media (max-width: 767px) {
  .ordering-process .responsive-tools > a[data-target="search"] {
    margin-right: 0;
  }
  .ordering-process .responsive-tools > a[data-target="navigation"] {
    width: 40px;
    height: 40px;
  }
  .ordering-process .top-navigation-bar .responsive-tools a[data-target="login"] {
    margin-right: 20px;
  }
  .ordering-process .top-navigation-bar {
    position: absolute;
    top: 5px;
  }
  .ordering-process .top-navigation-bar.navitaion-mobile-scroll {
    background-color: transparent !important;
  }
  .ordering-process #content-wrapper {
    margin-top: 51px;
  }
  .ordering-process.search-window-visible #header .search {
    margin-top: 0;
  }
  .ordering-process #navigation {
    margin-top: 51px;
  }
}
.ordering-process .site-name {
  display: block;
}
.ordering-process #content-wrapper {
  position: relative;
  padding-top: 30px !important;
}
.in-krok-1 #content-wrapper,
.in-krok-2 #content-wrapper {
  padding-top: 8px !important;
}
@media (min-width: 992px) {
  .admin-logged.ordering-process #content-wrapper {
    padding-top: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
.ordering-process .checkout-box {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ordering-process .popup-widget.login-widget {
    right: 20px !important;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 43px;
  }
}
@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-end;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 20px;
  color: #fff;
  padding: 2px 20px;
}
.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 {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.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%;
}
@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: #fff;
  text-decoration: none;
}
.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;
}
.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: 35px;
  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: 50%;
  transform: translateY(-50%);
}
.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: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_phone.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.ordering-process .contact-box > strong {
  display: none;
}
.ordering-process .cart-inner .contact-box {
  padding: 0 !important;
}
.ordering-process .cart-inner .contact-box > img {
  display: none;
}
.ordering-process .contact-box {
  min-height: auto;
}
.ordering-process .cart-row .col-md-4 h4 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 0;
}
.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: "";
  top: 50% !important;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_mail.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  width: 25px;
  height: 25px;
  background-position: center;
}
.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;
}
.order-summary-item.price {
  border: none;
  padding-top: 0;
}
.order-summary .order-summary-item {
  color: #383c43 !important;
}
.payment-shipping-price {
  padding-left: 10px;
  font-weight: 700;
  /* &.for-free {
      color: #26ba2a;
    }*/
}
.order-summary-item.helper {
  display: none;
}
.in-krok-1 .cart-content .order-summary .recapitulation-single strong span,
.in-krok-2 .cart-content .order-summary .recapitulation-single strong span {
  font-weight: 400;
}
.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;
}
.recapitulation-wrapper .co-box {
  padding-right: 20px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 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;
}
.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 .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;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@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;
  }
}
.cart-empty .cart-content {
  padding: 20px;
}
.in-dekujeme .reca-number {
  text-align: center;
}
.in-dekujeme .cart-table .p-quantity {
  align-items: center;
}
.in-dekujeme .order-summary-item.total {
  margin-top: 20px;
}
.in-dekujeme .cart-table {
  margin: 0;
  max-width: 700px;
}
.in-dekujeme .cart-table tr {
  border: none;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
.cart-content .order-summary .order-summary-inner .cart-item {
  border-bottom: 0px none transparent !important;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper > div:first-child {
  flex: 0 0 140px;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper > div:last-child {
  flex: 1 1 calc(100% - 140px);
}
.cart-content .order-summary .order-summary-inner .order-recapitulation > div,
.cart-content .order-summary .order-summary-inner .cart-items > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ordering-process .responsive-tools > a[data-target="navigation"] {
    right: 17px;
    top: 9px;
  }
  .ordering-process .responsive-tools > a[data-target="login"] {
    margin-right: 0 !important;
    right: 65px;
  }
}
@media (min-width: 768px) {
  .ordering-process .top-navigation-bar .top-nav-button-login,
  .ordering-process .top-navigation-bar .top-nav-button-account {
    right: 0;
  }
}
.cart-content {
  background-color: transparent;
}
.in-kosik .contact-box ul li > span::before {
  filter: none;
  width: 30px;
}
.ordering-process .cart-table,
.ordering-process .cart-content {
  border-radius: 20px !important;
}
.in-kosik .cart-content.summary-wrapper .next-step-forward,
.in-kosik .cart-content .next-step .btn {
  text-transform: uppercase;
  font-size: 15px;
}
.ordering-process.in-kosik .checkout-box-wrapper .contact-box ul li span {
  padding-left: 35px;
  font-size: 13px;
}
.in-krok-1 .cart-content .next-step .btn,
.in-krok-2 .cart-content .next-step .btn {
  background-color: var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
}
.in-krok-1 .cart-content .next-step .btn:hover,
.in-krok-2 .cart-content .next-step .btn:hover {
  background-color: #1d6736;
}
.in-krok-2 #checkoutSidebar .next-step {
  flex-direction: column-reverse;
}
.in-krok-2 #checkoutSidebar .next-step .next-step-finish {
  text-align: center;
  padding: 12px 25px;
  font-size: 15px;
}
.in-krok-2 #checkoutSidebar .next-step .next-step-back {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
#checkoutSidebar .next-step .next-step-back:hover,
.back-shopping-link .next-step-back:hover {
  text-decoration: underline;
}
.ordering-process #header {
  border: 0 none transparent !important;
}
@media (max-width: 767px) {
  .ordering-process #header {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .ordering-process .responsive-tools > a[data-target="navigation"] {
    position: absolute;
    top: 6px;
  }
}
.ordering-process .cart-content .discount-coupon::before {
  display: none;
}
.ordering-process .quantity .increase:before,
.ordering-process .quantity .decrease:before {
  background-size: 20px;
}
.admin-logged.ordering-process #content-wrapper {
  padding-top: 35px !important;
}
.admin-logged.in-kosik.ordering-process #content-wrapper {
  padding-top: 0 !important;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background-color: var(--color-primary);
}
.in-krok-1 .cart-content .cart-header,
.in-krok-2 .cart-content .cart-header {
  top: -36px;
}
.in-krok-1.admin-logged.ordering-process #content-wrapper,
.in-krok-2.admin-logged.ordering-process #content-wrapper {
  padding-top: 0 !important;
}
.in-kosik .row {
  margin: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .in-krok-1 .row,
  .in-krok-2 .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before {
  top: 130%;
}
.ordering-process .quantity .increase::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/vinoprosim/img/plus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}
.ordering-process .quantity .decrease::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/vinoprosim/img/minus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}
.ordering-process .popup-widget.login-widget {
  top: 60px;
  margin-left: 236px;
}
@media (max-width: 1439px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 185px;
  }
}
@media (max-width: 1199px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 95px;
  }
}
@media (max-width: 992px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 0;
    top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation ul.menu-level-1 > li .menu-level-2 {
    padding-bottom: 135px !important;
  }
  #navigation .menu-level-1 > li > a:hover {
    background-color: #f1f3f7;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  margin-bottom: -6px;
  display: block;
}
.breadcrumbs {
  padding-bottom: 13px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-category .products-block.products .p .p-bottom > div .p-tools > form {
    flex-direction: column;
  }
  .type-category .products-block.products .p .p-bottom > div .p-tools > form .btn.btn-cart {
    margin-top: 10px;
  }
}
.customer-page .logout .btn.btn-primary,
.customer-page .logout a.btn.btn-primary {
  border-radius: 50px;
  padding: 5px 15px;
  transition-duration: 0.3s;
}
.customer-page .logout .btn.btn-primary:hover,
.customer-page .logout a.btn.btn-primary:hover {
  background-color: #1d6736;
  border-color: #1d6736;
}
@media (min-width: 992px) {
  .customer-page .sidebar {
    margin-right: 30px;
    margin-top: 20px;
  }
}
.in-hodnoceni-obchodu .sidebar {
  display: none;
}
.latest-contribution-box {
  display: none;
}
.overall-wrapper {
  overflow-x: hidden;
}
.homepage-box {
  border-style: none !important;
  background-color: transparent;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.stars {
  width: 85px;
}
.stars a::before,
.stars span::before {
  font-size: 14px;
  line-height: 14px;
}
.stars a,
.stars span {
  height: 13px;
  width: 14px;
  line-height: 13px;
  margin-left: 3px;
}
.stars a.star-off::before,
.stars span.star-off::before,
.stars .star.star-on::before,
.stars .star.star-half::before {
  color: #e2a403;
}
.flag.flag-discount {
  display: none !important;
}
.ordering-process.unveiled #navigation,
.ordering-process.unveiled .menu-helper,
.ordering-process.unveiled .search {
  display: none !important;
}
.ordering-process.unveiled .top-navigation-bar .container {
  height: 0;
}
.ordering-process.unveiled .top-navigation-bar .container .top-navigation-contacts,
.ordering-process.unveiled .top-navigation-bar .container .top-navigation-menu {
  display: none !important;
}
@media (min-width: 768px) {
  .ordering-process.unveiled #header {
    background-color: transparent;
  }
  .ordering-process.unveiled .top-navigation-bar .top-nav-button-login,
  .ordering-process.unveiled a[data-target="login"],
  .ordering-process.unveiled .top-navigation-bar .top-nav-button-account {
    top: 30px;
  }
  .ordering-process.unveiled #content-wrapper {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .ordering-process.unveiled .responsive-tools > a[data-target="navigation"],
  .ordering-process.unveiled .responsive-tools > a[data-target="search"] {
    display: none;
  }
  .ordering-process.unveiled .responsive-tools > a[data-target="login"] {
    margin-top: 50px;
    margin-right: 4px !important;
  }
}
.in-kosik .col-md-4 {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  .in-kosik .col-md-4 {
    padding-top: 76px !important;
  }
}
@media (max-width: 991px) {
  .in-kosik .col-md-4 {
    padding-top: 0 !important;
  }
}
.ordering-process .cart-content.summary-wrapper span.order-button-text {
  color: #fff !important;
}
.ordering-process .cart-content .next-step,
.ordering-process #checkoutSidebar .next-step {
  justify-content: space-between;
}
.ordering-process .order-button-suffix {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #checkoutSidebar .next-step .next-step-back,
  .cart-content.summary-wrapper .next-step-back {
    position: initial !important;
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .in-krok-1 #checkoutSidebar .next-step {
    flex-direction: column-reverse;
  }
  .in-kosik .cart-content.summary-wrapper .next-step-back {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .in-kosik.ordering-process .cart-content .next-step {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > ul {
    line-height: 18px;
    max-height: 36px;
  }
}
.type-category #productsTop .p .p-in-in .name span {
  -webkit-line-clamp: 3;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-size: 13px;
}
.customer-page .client-center-box > ul {
  display: flex;
  flex-direction: column;
}
.customer-page .client-center-box > ul .logout {
  order: 1;
}
.ordering-process .empty-cart-boxes .search {
  display: block !important;
}
.ordering-process .cart-empty .cart-row .col-md-4 h4 {
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 992px) {
  .ordering-process .cart-empty .cart-row > div.col-md-4 {
    padding-top: 20px !important;
  }
}
.cart-content.summary-wrapper .price-wrapper .price-secondary {
  color: #1e1e1c66 !important;
  font-weight: 400;
  font-size: 13px;
}
.in-kosik.ordering-process .cart-content.summary-wrapper > .box.box-bg-default::before {
  content: "Rekapitulace objednávky";
  display: block;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.in-krok-1 #checkoutSidebar,
.in-krok-2 #checkoutSidebar {
  top: 0 !important;
}
.potrebujete-pomoci {
  padding-top: 91px;
}
@media (max-width: 991px) {
  .potrebujete-pomoci {
    padding-top: 0;
  }
  .potrebujete-pomoci > .col-md-4 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .potrebujete-pomoci > .col-md-4 {
    padding-right: 0;
  }
}
.in-krok-1 #checkoutSidebar,
.in-krok-2 #checkoutSidebar {
  padding-top: 0;
}
.scrolled .in-krok-1 #checkoutSidebar,
.scrolled .in-krok-2 #checkoutSidebar {
  padding-top: 0;
}
.in-krok-1 .cart-item-name a,
.in-krok-2 .cart-item-name a {
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  color: #000;
}
.navigation-in .navigationActions a[href="/klient/"] {
  display: none;
}
.ordering-process #header.nav-background-sticky::before {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
  .type-detail .p-image,
  .type-detail .image360 {
    margin-bottom: 0;
  }
  .in-kosik .cart-content .extras-wrapper .extra {
    margin-bottom: 0;
  }
  .in-kosik .cart-content .cart-summary {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .in-vyhledavani .sidebar {
    margin-right: 20px;
    margin-top: 18px;
  }
}
.type-category .products {
  padding-top: 40px;
  margin-top: -40px;
}
.type-detail .price-measure {
  position: absolute;
  margin-top: 0;
  font-size: 15px;
  color: #141414;
}
.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border-style: none !important;
}
@media (min-width: 1440px) {
  #cboxLoadedContent .advanced-order .products-block.products .p .p-bottom > div .p-tools > form {
    flex-direction: column;
  }
  #cboxLoadedContent .advanced-order .products-block.products .p .p-bottom > div .p-tools > form .quantity {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-index .homepage-box.before-carousel {
    margin-bottom: 0;
    margin-top: 0;
  }
  .type-index .homepage-box.before-carousel .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-content.summary-wrapper .next-step-back {
    position: absolute;
    display: block;
    top: 15px;
    left: 20px;
  }
  .cart-content .next-step,
  .content-wrapper.container .row.cart-row > .col-md-4 {
    position: initial;
  }
  .cart-row .col-md-8 .cart-header .step {
    display: none;
  }
  .cart-row .col-md-8 .cart-header .step.active {
    display: block;
    margin-left: 30px;
  }
  #checkoutSidebar .next-step .next-step-back {
    position: absolute;
    left: 20px;
    top: 10px;
  }
  #checkoutSidebar .next-step .next-step-back::after {
    content: "" !important;
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/shop-back-arrow.svg) no-repeat center;
    background-size: 16px;
    margin-right: 4px;
  }
  .in-krok-2 #checkoutSidebar .next-step .next-step-back {
    margin-top: 10px;
    font-size: 13px;
  }
  .cart-content {
    padding: 30px 20px !important;
  }
  .cart-table .p-availability strong[style="color: #cb0000"] {
    text-align: center;
  }
}
#navigation .has-more-items .more-items-trigger {
  display: none;
}
.in-krok-1 .back-shopping-link,
.in-krok-2 .back-shopping-link {
  display: none;
}
.dkLabVisitedProductsBox {
  display: none;
}
.type-detail .dkLabVisitedProductsBox {
  margin-top: -20px;
  display: block;
  margin-right: -10px !important;
  margin-left: -10px;
}
.type-detail .dkLabVisitedProductsBox .products-inline.products-top > div {
  padding: 0;
  width: calc(33.3333% - 20px);
}
@media (max-width: 991px) {
  .type-detail .dkLabVisitedProductsBox .products-inline.products-top > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .type-detail .dkLabVisitedProductsBox .products-inline.products-top > div {
    width: calc(100% - 20px);
  }
}
.type-detail .dkLabVisitedProductsBox .product {
  margin: 10px;
}
@media (max-width: 480px) {
  .type-detail .dkLabVisitedProductsBox .product {
    margin-bottom: 6px;
  }
}
.type-detail .dkLabVisitedProductsBox h2 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.type-detail .dkLabVisitedProductsBox .products-inline > div .p .p-in .p-in-in {
  padding-right: 0;
}
.type-detail .dkLabVisitedProductsBox .products-inline > div .p .p-in .p-in-in .name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.type-detail .dkLabVisitedProductsBox div.product > .p {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.sidebar-inner .dkLabVisitedProductsBox {
  margin-top: 28px !important;
  margin-right: 0;
}
.sidebar-inner .dkLabVisitedProductsBox .products-inline.products-top {
  flex-direction: column;
}
.sidebar-inner .dkLabVisitedProductsBox .products-inline.products-top > div {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.sidebar-inner .dkLabVisitedProductsBox .products {
  margin-top: 0;
  padding-top: 20px;
}
.sidebar-inner .dkLabVisitedProductsBox h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.sidebar-inner .dkLabVisitedProductsBox .products-inline > div .p .p-in .p-in-in {
  padding-right: 0;
}
.sidebar-inner .dkLabVisitedProductsBox .products-inline > div .p .p-in .p-in-in .name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.sidebar-inner .dkLabVisitedProducts > h4 > span {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
}
.sidebar-inner .dkLabVisitedProducts {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.sidebar-inner .dkLabVisitedProducts strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
}
.sidebar-inner .dkLabVisitedProducts li a .top-products-name {
  color: #383c43 !important;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.sidebar-inner .dkLabVisitedProducts li a:hover .top-products-name {
  color: var(--color-primary) !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .type-product .product-top {
    display: flex;
    flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    order: -1;
  }
  .type-category .sidebar {
    display: none;
  }
}
#cboxContent .btn.btn-conversion,
#cboxContent a.btn.btn-conversion,
#cboxContent .btn.btn-cart,
#cboxContent a.btn.btn-cart {
  border-radius: 100px;
}
#cboxContent .btn.btn-conversion:hover,
#cboxContent a.btn.btn-conversion:hover,
#cboxContent .btn.btn-cart:hover,
#cboxContent a.btn.btn-cart:hover {
  background-color: #1d6736;
  border-color: #1d6736;
}
#cboxContent h1,
#cboxContent h2,
#cboxContent h3,
#cboxContent h4,
#cboxContent h5,
#cboxContent h6,
#cboxContent .h1,
#cboxContent .h2,
#cboxContent .h3,
#cboxContent .h4,
#cboxContent .h5,
#cboxContent .h6 {
  color: #141414;
}
#cboxContent .advanced-order {
  color: #141414;
}
#content > .dkLabVisitedProductsBox.dkLabVisitedClassic {
  display: none;
}
.type-detail #content > .dkLabVisitedProductsBox.dkLabVisitedClassic {
  display: block;
}
.cart-content .order-summary .order-summary-inner .cart-items > div {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-items {
  margin-bottom: 0;
}
.cart-content .order-summary .order-summary-inner .order-recapitulation > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.order-recapitulation {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .type-product .p-info-wrapper .availability-value .availability-label[style="color: #cb0000"] {
    display: block;
    margin-bottom: -15px;
  }
  .type-product .p-info-wrapper .p-final-price-wrapper {
    margin-top: 15px;
  }
  .type-product .product-top .p-detail-info {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .availability-value .availability-label[style="color: #cb0000"] {
    margin-bottom: -40px;
  }
}
@media (min-width: 768px) {
  .ordering-process #content-wrapper.differentMargin {
    margin-top: 0;
  }
  .ordering-process #navigation.mustDisplay,
  .ordering-process .menu-helper.mustDisplay,
  .ordering-process .search.mustDisplay {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ordering-process .responsive-tools > a[data-target="navigation"] {
    display: none;
  }
}
@media (max-width: 767px) {
  .ordering-process .top-navigation-bar .container {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: flex;
    border-bottom-width: 1px;
  }
  .breadcrumbs > span > a::before,
  .breadcrumbs > span > a::after {
    right: 0;
  }
  .breadcrumbs > span > a {
    position: relative;
    display: block;
    min-height: 38px;
  }
  .breadcrumbs > span {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-left: 21px;
  }
  .navigation-home-icon-wrapper #navigation-first {
    margin-left: -7px;
    margin-right: 9px;
  }
  .navigation-home-icon-wrapper #navigation-first a {
    padding-right: 5px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    display: block;
  }
  .breadcrumbs a {
    margin-left: 0;
  }
}
.type-detail .star[data-original-title="Hodnocení:   Neohodnoceno"] {
  display: none;
}
.type-detail .tab-content > .tab-pane#ratingTab {
  opacity: 1;
  display: block;
}
.type-detail .tab-content > .tab-pane#ratingTab > p {
  display: none;
}
.type-detail .tab-content > .tab-pane#ratingTab #ratingWrapper {
  display: none;
}
.type-detail .votes-wrap {
  background-color: #f6f6f6;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 50px;
}
.type-detail .votes-wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #f6f6f6;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.type-detail .votes-wrap::after {
  content: "HODNOCENÍ PRODUKTU";
  z-index: -1;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 60px;
  padding-right: 60px;
  top: 33px;
  width: 100%;
  color: #000;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .type-detail .votes-wrap::after {
    font-size: 18px;
  }
}
.type-detail .votes-wrap .slick-arrow {
  border-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.type-detail .votes-wrap .slick-arrow.slick-prev,
.type-detail .votes-wrap .slick-arrow.slick-next {
  position: absolute;
  transform: translateX(-50%);
  top: 38px;
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .slick-arrow.slick-prev,
  .type-detail .votes-wrap .slick-arrow.slick-next {
    top: 31px;
  }
}
.type-detail .votes-wrap .slick-arrow.slick-prev::before,
.type-detail .votes-wrap .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #c6c6c6;
  transition-duration: 0.3s;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
  background-size: 9.45px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-detail .votes-wrap .slick-arrow.slick-prev:hover::before,
.type-detail .votes-wrap .slick-arrow.slick-next:hover::before {
  background-color: #141414;
}
.type-detail .votes-wrap .slick-arrow.slick-prev {
  left: calc(50% - 232px);
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .slick-arrow.slick-prev {
    left: 0;
    transform: none;
  }
}
.type-detail .votes-wrap .slick-arrow.slick-prev::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-left.svg");
}
.type-detail .votes-wrap .slick-arrow.slick-next {
  left: calc(50% + 232px);
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: none;
  }
}
.type-detail .votes-wrap .slick-arrow.slick-next::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Nutrivyziva/img/slick-arrow-right.svg");
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .load-element {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.type-detail .votes-wrap .h4.homepage-group-title {
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .h4.homepage-group-title {
    margin-bottom: 30px;
  }
}
.type-detail .votes-wrap .vote-wrap {
  background-color: #fff;
  padding: 24px !important;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(30, 30, 28, 0.04);
  margin-bottom: 0 !important;
  margin-left: 25px !important;
  margin-right: 25px !important;
  border-style: none !important;
}
.type-detail .votes-wrap .vote-wrap .vote-pic,
.type-detail .votes-wrap .vote-wrap .vote-delimeter,
.type-detail .votes-wrap .vote-wrap .vote-time {
  display: none;
}
.type-detail .votes-wrap .slick-list {
  width: calc(100% + 50px);
}
.type-detail .votes-wrap .vote-name {
  margin-bottom: 17px;
}
.type-detail .votes-wrap .vote-name span {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.type-detail .votes-wrap .vote-content {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 18px;
}
.type-detail .votes-wrap .stars {
  height: auto;
  margin-right: 0;
  width: 119px;
}
.type-detail .votes-wrap .stars a,
.type-detail .votes-wrap .stars span {
  margin-right: 6.77px;
  margin-left: 0;
}
.type-detail .votes-wrap .button {
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 100px;
  padding: 10px 30px;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition-duration: 0.3s;
  color: #fff;
  margin: auto;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .type-detail .votes-wrap .button {
    margin-top: 30px;
  }
}
.type-detail .votes-wrap .button:hover {
  background-color: #1d6736;
}
.type-detail .tab-content > .tab-pane#ratingTab #ratingWrapper {
  display: block;
  margin-top: 20px;
}
.type-detail .tab-content > .tab-pane#ratingTab #ratingWrapper .col-xs-12.col-sm-6 {
  display: none;
}
.type-detail .tab-content > .tab-pane#ratingTab #ratingWrapper .col-xs-12.col-sm-6.rate-average-wrap {
  display: flex;
  width: auto;
  margin: auto;
  padding: 0;
}
.type-detail .tab-content > .tab-pane#ratingTab #ratingWrapper .stars-label {
  pointer-events: none;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .cart-row .col-md-8 .cart-header .step {
    display: block;
  }
  .cart-row .col-md-8 .cart-header .step.active {
    margin-left: 0;
  }
  .in-krok-1 .cart-inner,
  .in-krok-2 .cart-inner {
    padding-top: 27px;
  }
  .in-kosik .cart-row .col-md-8 {
    padding-top: 6px;
  }
  .in-kosik.ordering-process .top-navigation-bar {
    height: 50px;
  }
}
