<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}
@media (min-width: 768px) {
  #navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: 117px;
  height: 50px;
}
.popup-widget .quantity-form .quantity .increase,
.popup-widget .quantity-form .quantity .decrease {
  width: 24px;
  height: 24px;
}
.popup-widget .cart-widget-product-amount {
  width: 137px;
  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 &gt; 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 {
  order: -1;
}
.in-blog h1 {
  font-weight: 700;
  color: #141414;
}
.in-blog .news-item .text .title {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .navigation-in &gt; ul &gt; li &gt; a &gt; b {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #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: 62px;
    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 &gt; li {
    order: 2;
  }
  #navigation ul.menu-level-1 &gt; li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 &gt; li {
    border: none;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a {
    background: #d6d8dc !important;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 &gt; li.ext.exp &gt; 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 &gt; 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 &gt; li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li a {
    margin: 8px 15px !important;
    padding: 17px 15px !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; a {
    padding-right: 30px !important;
    position: relative;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level &gt; div &gt; 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 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div &gt; a:after {
    display: none;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 &gt; li .menu-level-2 li.has-third-level.clicked &gt; div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 &gt; li &gt; a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 &gt; li &gt; 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 &gt; li &gt; a .submenu-arrow:after {
    top: 27px;
    position: absolute;
    right: 15px;
    color: #141414;
  }
  #navigation ul.menu-level-1 &gt; li &gt; 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: 768px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@media (min-width: 768px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
#header {
  z-index: 9;
  position: relative;
  background-color: transparent;
  border-style: none !important;
}
#header .container {
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  #header .site-name {
    position: absolute;
    left: calc(50% - 570px);
    transform: translateX(-50%);
  }
  #header .navigation-buttons {
    position: absolute;
    left: calc(50% + 570px);
    transform: translateX(-50%);
    top: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #header .site-name {
    left: calc(50% - 520px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header .site-name {
    left: calc(50% - 420px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .site-name {
    left: calc(50% - 307px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #header .navigation-buttons {
    left: calc(50% + 520px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header .navigation-buttons {
    left: calc(50% + 415px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .navigation-buttons {
    left: calc(50% + 305px);
  }
}
@media (min-width: 768px) {
  #navigation {
    top: 133px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
  }
  .menu-helper {
    position: absolute;
    left: calc(50% + 630px);
    transform: translateX(-50%);
    right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #navigation {
    width: 1178px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #navigation {
    width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navigation {
    width: 747px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .menu-helper {
    left: calc(50% + 580px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .menu-helper {
    left: calc(50% + 477px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menu-helper {
    left: calc(50% + 366px);
  }
}
.header-top {
  width: 100vw;
  height: 230px;
  background-size: cover;
  background-position: bottom center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/nav-background1.png);
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-mask-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/nav-background1.png);
  mask-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/nav-background1.png);
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.header-top &gt; div {
  align-self: flex-start;
}
.search,
.top-navigation-menu,
.top-navigation-contacts .project-email {
  display: none !important;
}
@media (min-width: 768px) {
  .header-top &gt; div {
    flex: 0 1 50%;
  }
  .top-navigation-bar &gt; .container {
    position: relative;
  }
  .header-top {
    padding-top: 20px;
  }
  .menu-helper {
    top: 132px;
  }
  .navigation-in &gt; ul &gt; li.ext {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .navigation-in &gt; ul &gt; li.ext::after {
    content: "";
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-size: contain;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/menu-arrow.svg);
    width: 14px;
    height: 14px;
    margin-left: -10px;
  }
  .navigation-in &gt; ul &gt; li.ext:hover::after {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/navigation/menu-arrow-red.svg);
  }
  .navigation-in &gt; ul &gt; li.exp &gt; a,
  .navigation-in &gt; ul &gt; li &gt; a:hover {
    background-color: transparent;
    color: var(--color-primary);
    text-decoration: underline;
  }
  .navigation-in {
    background-color: transparent;
  }
  .navigation-in &gt; ul &gt; li {
    background-color: transparent;
    border-style: none !important;
  }
  .navigation-in &gt; ul &gt; li &gt; a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition-duration: 0s;
  }
  .navigation-in &gt; ul &gt; li &gt; a:hover {
    color: var(--color-primary);
    background-color: transparent;
    text-decoration: underline;
  }
  .navigation-in &gt; ul &gt; li:first-child &gt; a {
    margin-left: -20px !important;
  }
}
.top-navigation-bar {
  z-index: 10;
  border-style: none !important;
}
#header {
  z-index: 9;
}
#header .site-name a img {
  max-height: 105px;
  margin-top: -3px;
}
@media (max-width: 767px) {
  #header .site-name a img {
    max-height: 47px;
    margin-top: -30px;
  }
}
.menu-helper {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-helper::after {
  content: "" !important;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/hamburger.svg) !important;
  background-color: transparent;
}
.top-navigation-contacts .project-phone {
  position: absolute;
  color: #fff;
  top: 43px;
  left: 171px;
  padding-right: 0 !important;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  transition-duration: 0.3s;
}
.top-navigation-contacts .project-phone span {
  margin-left: 80px;
  color: #fff;
  transition-duration: 0.3s;
}
.top-navigation-contacts .project-phone::after {
  content: "Kontaktujte nás";
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 80px;
  transition-duration: 0s;
}
.top-navigation-contacts .project-phone::before {
  content: "" !important;
  display: block;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/navigation/phone1.svg);
  transition-duration: 0.3s;
}
.top-navigation-contacts .project-phone:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 768px) {
  .top-navigation-bar .top-nav-button-login,
  .top-navigation-bar .top-nav-button-account {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    z-index: 10;
    top: 47px;
    right: 174px;
  }
  .top-navigation-bar .top-nav-button-login span,
  .top-navigation-bar .top-nav-button-account span {
    color: #fff;
  }
  .top-navigation-bar .top-nav-button-login:hover,
  .top-navigation-bar .top-nav-button-account:hover {
    color: #fff;
    text-decoration: underline;
  }
  .top-navigation-bar .top-nav-button-login::before,
  .top-navigation-bar .top-nav-button-account::before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/account.svg);
  }
}
.navigation-buttons &gt; a[data-target="cart"] i {
  left: 33px;
  top: 11px;
  background-color: #fff;
  color: var(--color-primary);
}
#header .cart-count {
  width: 147px;
  height: 48px;
  background-color: var(--color-primary);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: -19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#header .cart-count::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/cart.svg);
}
@media (max-width: 767px) {
  #header .cart-count::before {
    background-size: 26px;
  }
}
#header .cart-count .sr-only {
  position: initial;
  width: auto;
  height: auto;
  font-size: 11px;
  margin-left: 57px;
  margin-bottom: -7px;
  text-transform: none;
  color: #fff;
}
#header .cart-count .cart-price {
  font-size: 11px;
  margin-left: 57px;
  color: #fff;
}
#header .cart-count.full .cart-price {
  font-size: 15px;
}
@media (max-width: 767px) {
  .header-top {
    height: 70px;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
  }
  #header &gt; .container {
    padding: 0;
  }
  #header .site-name {
    top: 22px;
    left: 17px;
  }
  .top-navigation-bar {
    background-color: transparent;
  }
  .responsive-tools &gt; a[data-target="login"] {
    position: fixed;
    top: 9px;
    right: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsive-tools &gt; a[data-target="login"]::before {
    content: "" !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/account.svg);
    background-color: transparent;
  }
  .responsive-tools &gt; a[data-target="search"],
  .menu-helper {
    display: none;
  }
  #header .cart-count {
    top: 29px;
    width: 40px;
    height: 40px;
    right: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .cart-count .sr-only,
  #header .cart-count .cart-price {
    display: none;
  }
  #header .cart-count::before {
    position: initial;
    margin-right: 0;
    transform: none;
  }
  .responsive-tools &gt; a[data-target="navigation"] {
    right: 17px;
    top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsive-tools &gt; a[data-target="navigation"]::before {
    content: "" !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/navigation/hamburger.svg) !important;
    background-color: transparent;
  }
  .navigation-buttons &gt; a[data-target="cart"] i {
    top: 9px;
    left: 20px;
  }
}
#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;
    height: 57px;
  }
  #navigation.navigation-sticky .navigation-in &gt; ul &gt; li &gt; a {
    padding-top: 22px;
    padding-bottom: 19px;
  }
  #navigation.navigation-sticky .navigation-in &gt; ul &gt; li.ext::after {
    margin-top: 0;
  }
  .menu-helper.hamburger-sticky {
    position: fixed;
    z-index: 999;
    margin-left: 630px;
    top: 12px;
    right: auto;
    left: 50% !important;
    transform: translateX(-50%);
  }
  #header.nav-background-sticky::before {
    content: "";
    display: block;
    z-index: 998;
    background-color: #1a1a1a;
    width: 110vw;
    height: 57px;
    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 &gt; ul &gt; li &gt; a {
    height: 57px;
  }
  #navigation.navigation-sticky .navigation-in &gt; ul &gt; li &gt; a::before {
    display: none;
  }
  #navigation.navigation-sticky .navigation-in &gt; ul {
    height: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  #navigation.navigation-sticky {
    max-width: 1178px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #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: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .menu-helper.hamburger-sticky {
    margin-left: 476px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menu-helper.hamburger-sticky {
    margin-left: 366px;
  }
}
.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: 105px;
}
.admin-logged .popup-widget.cart-widget {
  top: 105px;
}
.popup-widget::before {
  border-width: 1px;
  border-color: var(--color-primary);
}
.popup-widget.login-widget {
  top: 80px;
  margin-left: -1px;
}
.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: 80px;
  margin-left: 142px;
  border-width: 1px;
  border-color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding: 10px 0px;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 0;
}
.popup-widget.cart-widget .cart-free-shipping div {
  color: #000;
}
.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;
}
@media (max-width: 1439px) {
  .popup-widget.login-widget {
    margin-left: -52px;
  }
  .popup-widget.cart-widget {
    margin-left: 91px;
  }
}
@media (max-width: 1200px) {
  .popup-widget.login-widget {
    margin-left: -156px;
  }
  .popup-widget.cart-widget {
    margin-left: -14px;
  }
}
@media (max-width: 992px) {
  .popup-widget.login-widget {
    top: 134px;
    margin-left: 0px;
  }
  .popup-widget.cart-widget {
    top: 134px;
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    top: 134px;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 134px;
  }
  .popup-widget.login-widget {
    top: 134px;
  }
  .popup-widget.cart-widget {
    top: 134px;
  }
  .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: 768px) {
  .admin-logged .popup-widget.login-widget {
    top: 58px;
    padding-top: 0;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 58px;
    padding-top: 0;
  }
  .popup-widget.login-widget {
    top: 58px;
    padding-top: 0;
  }
  .popup-widget.cart-widget {
    top: 58px;
    padding-top: 0;
  }
}
.popup-widget .quantity-form .quantity .increase,
.popup-widget .quantity-form .quantity .decrease {
  width: 24px;
  height: 20px;
}
.popup-widget .quantity .increase:before,
.popup-widget .quantity .decrease:before {
  background-size: 20px;
}
.ordering-process.login-window-visible .user-action .user-action-in &gt; div.user-action-login {
  margin-left: 174px;
}
@media (max-width: 1439px) {
  .ordering-process.login-window-visible .user-action .user-action-in &gt; div.user-action-login {
    margin-left: 121px;
  }
}
@media (max-width: 1200px) {
  .ordering-process.login-window-visible .user-action .user-action-in &gt; div.user-action-login {
    margin-left: 31px;
  }
}
@media (max-width: 992px) {
  .ordering-process.login-window-visible .user-action .user-action-in &gt; div.user-action-login {
    margin-left: 0;
  }
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  width: 100%;
}
.homepage-box.before-carousel {
  border-style: none;
  padding: 0;
  margin: 0;
  margin-top: -50px;
}
@media (min-width: 1921px) {
  .homepage-box.before-carousel {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .homepage-box.before-carousel {
    margin-top: -27px;
  }
}
.homepage-box.before-carousel .container {
  max-width: none;
  padding: 0;
  width: 100%;
}
.homepage-box.before-carousel .extended-banner-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1280px;
  margin: auto;
}
@media (max-width: 1439px) {
  .homepage-box.before-carousel .extended-banner-texts {
    width: 1178px;
  }
}
@media (max-width: 1200px) {
  .homepage-box.before-carousel .extended-banner-texts {
    width: 972px;
  }
}
@media (max-width: 992px) {
  .homepage-box.before-carousel .extended-banner-texts {
    width: 747px;
  }
}
@media (max-width: 767px) {
  .homepage-box.before-carousel .extended-banner-texts {
    width: 100%;
  }
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-title,
.homepage-box.before-carousel .extended-banner-texts .extended-banner-text,
.homepage-box.before-carousel .extended-banner-texts .extended-banner-link {
  position: initial;
  padding: 0;
  border-style: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  color: #fff;
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 420px;
}
@media (max-width: 991px) {
  .homepage-box.before-carousel .extended-banner-texts .extended-banner-title {
    max-width: none;
  }
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-text {
  max-width: 526px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-link {
  border: 1px solid var(--color-primary);
  height: 40px;
  width: fit-content;
  padding: 7px 19px;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  transition-duration: 0.3s;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-link::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/carousel/arrow-right.svg);
  margin-left: 10px;
  transition-duration: 0.3s;
}
.homepage-box.before-carousel .extended-banner-texts .extended-banner-link:hover {
  background-color: #484747;
  border-color: #484747;
}
@media (max-width: 767px) {
  .content-wrapper.container .row .wide-carousel {
    margin-left: -23px;
    margin-right: -23px;
  }
  .content-wrapper.container {
    margin-top: -8px;
  }
  .carousel-inner &gt; .item &gt; a &gt; img {
    max-width: none;
    width: auto;
    height: 550px !important;
    margin-top: -140px;
    margin-left: -700px;
  }
  .carousel-inner .extended-banner-texts {
    margin-top: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 33px;
    padding-right: 33px;
  }
  .carousel-inner .extended-banner-texts .extended-banner-title,
  .carousel-inner .extended-banner-texts .extended-banner-text,
  .carousel-inner .extended-banner-texts .extended-banner-link {
    position: initial;
    padding: 0;
    border-style: none;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    color: #fff;
  }
  .carousel-inner .extended-banner-texts .extended-banner-title {
    font-size: 32px;
    font-weight: 700;
  }
  .carousel-inner .extended-banner-texts .extended-banner-text {
    max-width: 526px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .carousel-inner .extended-banner-texts .extended-banner-link {
    border: 1px solid var(--color-primary);
    height: 40px;
    width: fit-content;
    padding: 7px 19px;
    letter-spacing: 0.05em;
    font-size: 13px;
    border-radius: 0;
    transition-duration: 0.3s;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
  }
  .carousel-inner .extended-banner-texts .extended-banner-link::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/carousel/arrow-right.svg);
    margin-left: 10px;
    transition-duration: 0.3s;
  }
  .carousel-inner .extended-banner-texts .extended-banner-link:hover {
    background-color: #484747;
    border-color: #484747;
  }
  .benefitBanner {
    margin-top: -165px !important;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .benefitBanner {
    margin-top: -180px !important;
  }
}
.benefitBanner__picture {
  flex: 0 0 35px;
  margin-right: 24px;
}
.benefitBanner__picture .benefitBanner__img {
  max-height: 27px;
  width: auto;
}
.benefitBanner__title {
  font-size: 22px;
  font-weight: 700;
  color: #484747;
}
.benefitBanner__data {
  font-size: 13px;
  font-weight: 400;
  color: #484747;
  margin-top: -2px;
}
.benefitBanner__item {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .benefitBanner__item:nth-child(1),
  .benefitBanner__item:nth-child(2) {
    margin-bottom: 44px;
  }
}
@media (max-width: 480px) {
  .benefitBanner__item:nth-child(3) {
    margin-bottom: 44px;
  }
}
.benefitBanner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: -30px;
  margin-bottom: -40px;
}
.benefitBanner::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/banner-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1600px) {
  .benefitBanner::before {
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .benefitBanner {
    padding-top: 115px;
    margin-top: -45px;
  }
}
@media (max-width: 479px) {
  .benefitBanner {
    margin-left: 0;
  }
}
.benefitBanner__content {
  padding-right: 15px;
}
@media (max-width: 479px) {
  .benefitBanner__content {
    padding-right: 0;
  }
}
.hlavni-stranka-clanky {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .hlavni-stranka-clanky .pagination-wrapper {
    margin-top: 0;
    margin-bottom: -40px;
  }
}
.hlavni-stranka-clanky h1 {
  display: none;
}
.hlavni-stranka-clanky .container {
  padding: 0;
}
.hlavni-stranka-clanky #newsWrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}
@media (max-width: 767px) {
  .hlavni-stranka-clanky #newsWrapper {
    width: 100%;
  }
}
.hlavni-stranka-clanky #newsWrapper .news-item {
  display: flex;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-right: 20px;
  width: calc(33.333333% - 20px);
  margin-bottom: 0;
  padding: 31px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  transition-duration: 0.3s;
}
.hlavni-stranka-clanky #newsWrapper .news-item:nth-child(-n + 3) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .hlavni-stranka-clanky #newsWrapper .news-item {
    width: calc(50% - 20px);
  }
  .hlavni-stranka-clanky #newsWrapper .news-item:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hlavni-stranka-clanky #newsWrapper .news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.hlavni-stranka-clanky #newsWrapper .news-item time {
  display: none;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text {
  display: flex;
  flex-direction: column;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text .title {
  color: #484747 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text .description {
  margin-bottom: 15px;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text .description p {
  color: #484747;
  font-size: 12px;
  font-weight: 400;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text .button {
  background-color: #484747;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10.5px 19px;
  border-radius: 0;
  display: block;
  margin-top: auto;
  width: fit-content;
  transition-duration: 0.3s;
}
.hlavni-stranka-clanky #newsWrapper .news-item .text .button:hover {
  background-color: var(--color-primary);
}
.hlavni-stranka-clanky #newsWrapper .news-item:hover {
  border: 1px solid var(--color-primary);
}
.hlavni-stranka-clanky #newsWrapper .news-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-right: 35px;
  margin-bottom: 0;
  max-width: 135px;
  min-width: 135px;
}
@media (max-width: 380px) {
  .hlavni-stranka-clanky #newsWrapper .news-item .image {
    margin-right: 20px;
  }
}
@media (max-width: 400px) {
  .hlavni-stranka-clanky #newsWrapper .news-item .image {
    max-width: 75px;
    min-width: 75px;
  }
}
.hlavni-stranka-clanky #newsWrapper .news-item .image img {
  max-height: 131px;
  width: auto;
}
.flag.flag-discount {
  display: none !important;
}
.flag {
  border-radius: 3px;
}
.columns-4 .products-block {
  width: calc(100% + 20px);
}
.columns-4 .products-block.slick-initialized.slick-slider {
  width: 100%;
  margin-bottom: 50px;
}
.columns-4 .products-block .widget-parameter-wrapper {
  display: none;
}
.columns-4 .products-block &gt; div {
  width: calc(25% + 20px);
  margin-left: -20px;
  border-style: none !important;
}
@media (max-width: 1439px) {
  .columns-4 .products-block &gt; div {
    width: calc(33.3333% + 20px);
  }
}
@media (max-width: 1200px) {
  .columns-4 .products-block &gt; div {
    width: calc(50% + 20px);
  }
}
@media (max-width: 767px) {
  .columns-4 .products-block &gt; div {
    width: calc(100% + 20px);
  }
}
.columns-4 .products-block &gt; div.slick-list.draggable {
  width: calc(100% + 40px) !important;
  padding: 20px 10px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.columns-4 .products-block &gt; div .p {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 0;
  transition-duration: 0.3s;
  border: 1px solid transparent;
}
.columns-4 .products-block &gt; div .p .p-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.columns-4 .products-block &gt; div .p:hover {
  border-color: var(--color-primary);
}
.columns-4 .products-block &gt; div .p .p-code {
  display: none;
}
.columns-4 .products-block &gt; div .p .p-in-in {
  display: flex;
  flex-direction: column-reverse;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 0;
  position: absolute;
  bottom: 75px;
  right: 20px;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .stars-wrapper {
  display: none;
  justify-content: flex-end;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .stars-wrapper .stars .star.star-on::before,
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .stars-wrapper .stars .star.star-half::before {
  color: #fac53e;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .stars-wrapper .stars {
  width: 69px;
  margin-right: 0;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .stars-wrapper .stars .star + .star {
  margin-left: 1px;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper span[style="color:#009901"] {
  color: #39b00f !important;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .availability {
  display: flex;
  text-transform: uppercase;
  font-weight: 600px;
  font-size: 12px;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper .availability .availability-amount {
  display: none;
}
.columns-4 .products-block &gt; div .p .p-in-in .name {
  margin-bottom: 15px;
}
.columns-4 .products-block &gt; div .p .p-in-in .name span {
  color: #383c43;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom &gt; div {
  align-items: center;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom &gt; div &gt; p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom &gt; div &gt; p.p-desc {
  margin-bottom: 15px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
  font-size: 12px !important;
  color: #484747;
  line-height: 1.5;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom &gt; div &gt; p.p-desc span {
  font-size: 12px !important;
  color: #484747;
  line-height: 1.5;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .p-tools {
  order: 2;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .p-tools form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices {
  flex-basis: auto;
  order: 1;
  margin-bottom: 22px;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .old-price,
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .price-save {
  font-weight: 400;
  font-size: 13px;
  color: #383c43;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .price-save {
  margin-left: 3px;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .price strong {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom a.btn,
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .btn.btn-cart {
  margin-left: auto;
  width: fit-content;
  border-radius: 3px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  font-weight: 600;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 6px 15px;
  width: 126px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom a.btn:hover,
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .btn.btn-cart:hover {
  background-color: #484747;
  border-color: #484747;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .btn.btn-cart::before {
  content: "";
  display: block;
  margin: 0 !important;
  margin-left: 5px !important;
  width: 8px;
  height: 8px;
  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/Kindermania/img/first-slick/do-kosiku-arrow.svg");
}
.columns-4 .products-block .slick-prev.slick-arrow,
.columns-4 .products-block .slick-next.slick-arrow {
  height: 0;
  width: 32px;
  padding: 0;
  margin: 0;
  border-style: none !important;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: -30px;
}
.columns-4 .products-block .slick-prev.slick-arrow::before,
.columns-4 .products-block .slick-next.slick-arrow::before {
  content: "";
  margin: 0 !important;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.columns-4 .products-block .slick-prev.slick-arrow:hover::before,
.columns-4 .products-block .slick-next.slick-arrow:hover::before {
  border-color: #484747;
}
.columns-4 .products-block .slick-prev.slick-arrow {
  right: 50px;
}
.columns-4 .products-block .slick-prev.slick-arrow::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/first-slick/arrow-left.svg");
}
.columns-4 .products-block .slick-next.slick-arrow {
  right: 0;
}
.columns-4 .products-block .slick-next.slick-arrow::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/first-slick/arrow-right.svg");
}
.h4.homepage-group-title {
  font-size: 32px;
  font-weight: 700;
  color: #484747;
  padding-right: 105px;
  text-align: left;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .h4.homepage-group-title {
    margin-top: 65px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block &gt; div .prices {
    margin-bottom: 0;
  }
}
.single-button .quantity {
  display: none;
}
.single-button .btn.btn-primary {
  margin: auto;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .price-save {
  display: none;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices .old-price {
  margin-right: 5px;
  text-decoration: line-through;
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices {
  display: flex;
  align-items: center;
}
.columns-4 .products-block &gt; div .p .p-bottom .prices .old-price ~ .price-final strong {
  color: #c70000 !important;
}
.hp-novy-kontent {
  position: relative;
  padding-bottom: 0;
  margin-top: -35px;
}
@media (max-width: 768px) {
  .hp-novy-kontent {
    padding: 0 15px;
  }
}
.hp-novy-kontent .pagination-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.hp-novy-kontent .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 0;
  letter-spacing: 0.05em;
  padding: 13px 29px;
  width: fit-content;
  margin-top: 17px;
}
.hp-novy-kontent .button::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/clanky/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  transition-duration: 0.3s;
  filter: invert(1) brightness(3);
}
.hp-novy-kontent .button:hover {
  background-color: #484747;
  border-color: #484747;
}
.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: 768px) {
  .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: 72% !important;
    margin-top: 35px;
    margin-left: auto;
  }
}
.hp-novy-kontent h1 {
  color: #464646;
  font-size: 48px;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hp-novy-kontent h1 {
    width: 20%;
    position: absolute;
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hp-novy-kontent h1 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .hp-novy-kontent h1 {
    font-size: 24px;
  }
}
.hp-novy-kontent p {
  color: #464646;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .hp-novy-kontent .content-inner &gt; 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;
  background-color: #fff;
}
.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: 40px 23px 23px 23px;
  left: 0 !important;
}
.hp-novy-kontent .news-item .text .title {
  margin-bottom: 10px !important;
  font-size: 18px;
  color: #464646;
  font-weight: 700;
  line-height: 1.3;
}
.hp-novy-kontent .news-item .text .title:hover {
  text-decoration: none;
}
.hp-novy-kontent .news-item .text .description {
  color: #464646;
}
.hp-novy-kontent .news-item .text .description a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 0;
  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-white.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: #484747;
  border-color: #484747;
}
.hp-novy-kontent .news-item .image {
  background-color: #fff;
}
.hp-novy-kontent .news-item .image img {
  width: auto;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .hp-novy-kontent .content-inner &gt; p {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .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 &gt; p {
    margin-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .welcome {
    margin-bottom: -1px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .welcome {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .welcome .col-md-4:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .welcome .col-md-4:last-child {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .welcome {
    margin-top: 0;
  }
  .welcome .row {
    margin: 0 !important;
  }
  .welcome .row &gt; div {
    padding: 0 !important;
  }
  .welcome .row &gt; div img {
    margin: 0;
    width: 100% !important;
    height: auto;
    max-width: initial;
  }
}
.welcome .col-md-8 {
  width: 55.7%;
}
.welcome .col-md-4 {
  width: 44.3%;
}
.welcome &gt; h1 {
  display: none;
}
.welcome .row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .welcome .row {
    align-items: center;
  }
}
.welcome strong {
  font-size: 1.2em;
  color: #141414;
}
.welcome div &gt; img {
  width: 100%;
  height: auto;
}
.welcome div {
  max-width: 100%;
  padding: 0;
}
.welcome div h1 {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 1.2em;
  margin: 0 0 35px 0 !important;
  color: #141414;
}
@media (max-width: 1439px) {
  .welcome div h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .welcome div h1 {
    margin-top: 25px;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 768px) {
  .welcome div h1 {
    margin-bottom: 22px !important;
  }
}
@media only screen and (max-width: 480px) {
  .welcome div h1 {
    font-size: 1.5em;
  }
}
.welcome div h1 strong {
  color: #141414;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .welcome div h1 strong {
    font-size: 25px;
  }
}
.welcome div p {
  line-height: 1.7;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.welcome div .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 0;
  letter-spacing: 0.05em;
  padding: 13px 29px;
  width: fit-content;
  margin-top: 35px;
}
.welcome div .button::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/clanky/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  transition-duration: 0.3s;
  filter: invert(1) brightness(3);
}
.welcome div .button:hover {
  background-color: #484747;
  border-color: #484747;
}
.welcome div ul {
  padding: 0;
  color: #141414;
  margin: 20px 0;
}
.welcome div ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 1.1em;
}
.welcome div ul li:before {
  width: 25px;
  height: 25px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/dobrej-koberec/img/check.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 6px;
  content: "";
  background-position: center;
}
.homepage-box.welcome-wrapper {
  margin: 0;
  padding: 0;
  margin-top: -20px;
  border-style: none !important;
}
.homepage-box.welcome-wrapper .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .homepage-box.welcome-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.homepage-box.welcome-wrapper .welcome-float-box {
  padding: 50px 50px;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -145px;
  z-index: 2;
  background: #fff;
  max-width: 690px;
  border-radius: 0;
}
@media (max-width: 1439px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    left: -180px;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    padding: 30px;
    margin-bottom: 0px;
    position: relative;
    top: -10px;
    transform: none;
    max-width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    right: 0;
    position: initial;
    transform: none;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .homepage-box.welcome-wrapper .welcome-float-box {
    border-top: none;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .row &gt; div {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .row &gt; div.col-md-4 {
    margin-top: -65px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.homepage-box.welcome-wrapper .col-md-7 img {
  width: 100%;
  height: auto;
}
.instagram-follow-btn {
  display: none !important;
}
.instagram-line {
  width: 100% !important;
  padding: 0;
  display: flex;
  margin-top: -1px;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .instagram-line {
    padding: 0 0 0 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: 768px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget &gt; a {
  width: 20%;
  padding-bottom: calc(20% - 4px);
  height: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .instagram-line .instagram-widget &gt; a {
    width: 50%;
    padding-bottom: calc(50% - 4px);
  }
  .instagram-line .instagram-widget &gt; a:nth-child(n + 6) {
    display: none;
  }
}
.instagram-line .instagram-widget &gt; a:nth-child(n + 7) {
  display: none;
}
.instagram-line .instagram-widget &gt; a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget &gt; a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  order: -1;
  margin-bottom: 25px;
}
.instagram-line .instagram-widget .instagram-follow-btn &gt; span {
  display: flex;
  position: relative;
  padding-left: 30px;
  align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn &gt; span:before {
  content: "\e909";
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 3em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.8em;
    text-align: left;
  }
}
.in-index .instagram-line {
  margin-top: 0 !important;
}
.instagram-line {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .instagram-line {
    margin-top: 40px;
  }
}
.custom-footer__newsletter.extended {
  display: none !important;
}
footer .custom-footer &gt; div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #fff;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer &gt; div.extended.newsletter {
    margin-bottom: 47px;
    align-items: flex-start;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
footer .custom-footer &gt; div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 590px;
  z-index: 2;
}
footer .custom-footer &gt; div.extended.newsletter form label {
  font-weight: 400;
  color: #000;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer &gt; div.extended.newsletter form label a {
  display: inline-block;
  color: #000 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer &gt; div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer &gt; div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer &gt; div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 3px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #141414;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #c4c4c480;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
    width: 100%;
    font-size: 1.05em;
  }
  footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input::placeholder {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer &gt; div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #141414;
}
footer .custom-footer &gt; div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  color: transparent;
  overflow: hidden;
  width: 72px;
  border-radius: 3px !important;
  right: 0;
  opacity: 1;
  border: none;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/newsletter-arrow.svg") no-repeat center;
  background-size: 30px !important;
  background-color: var(--color-primary) !important;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 768px) {
}
footer .custom-footer &gt; div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer &gt; div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer &gt; div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer &gt; div.extended.newsletter label a {
  display: inline-block;
  color: #000;
}
footer .custom-footer &gt; div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer &gt; div.extended.newsletter br {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter h4 {
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 1.3em !important;
  color: #141414 !important;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px !important;
  padding-bottom: 0;
}
footer .custom-footer &gt; div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.8em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer &gt; div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer &gt; div.extended.newsletter h4 {
    font-size: 1.2em;
    text-align: left;
    width: 100%;
    margin-bottom: 25px !important;
  }
  footer .custom-footer &gt; div.extended.newsletter h4 strong {
    font-size: 1.4em;
    margin-bottom: 25px !important;
  }
}
footer .custom-footer &gt; div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 400;
}
footer .custom-footer &gt; div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer &gt; div.extended.newsletter h3 {
  position: relative;
  color: #141414;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer &gt; div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer &gt; div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
  content: "";
  background: #fff;
  /*border-top: 1px solid rgba(196, 196, 196, 0.5);
      border-bottom: 1px solid rgba(196, 196, 196, 0.5);*/
}
#footer .newsletter-header {
  z-index: 2;
}
@media (max-width: 767px) {
  .custom-footer &gt; div {
    padding: 25px 0 10px 0;
  }
  .custom-footer &gt; div .banner {
    min-height: auto;
    margin-bottom: 0;
  }
  .custom-footer &gt; div .banner-wrapper {
    margin-top: 0;
  }
  #footer .footer-bottom::before {
    border-top-style: none !important;
  }
}
.in-index #footer &gt; .container {
  background-color: transparent;
}
.contact-box ul li &gt; span::before {
  content: "" !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  top: 0;
}
.contact-box ul li &gt; span.mail::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer/email.svg);
  background-size: 20px;
}
.contact-box ul li &gt; span.tel::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer/phone.svg);
  background-size: 20px;
}
.contact-box ul li &gt; span.facebook::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer/facebook.svg);
  background-size: 18px;
}
.contact-box ul li &gt; span.instagram::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer/instagram.svg);
  background-size: 20px;
}
#footer {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer-background1.png);
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-mask-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer-background1.png);
  mask-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/footer-background1.png);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  overflow-x: hidden;
}
#footer .site-name {
  display: none;
}
#footer .custom-footer {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  border-color: transparent;
  border-style: none;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
#footer .custom-footer .custom-footer__contact li,
#footer .custom-footer .custom-footer__contact ul a,
#footer .custom-footer .custom-footer__contact span,
#footer .custom-footer .custom-footer__contact a {
  line-height: 19px !important;
}
#footer .custom-footer .custom-footer__contact li:first-child {
  margin-top: 55px !important;
}
@media (max-width: 768px) {
  #footer .custom-footer &gt; div:not(:first-child) {
    margin-top: 0;
  }
}
#footer .custom-footer &gt; div:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  display: block;
}
#footer .custom-footer &gt; div:not(:first-child) li,
#footer .custom-footer &gt; div:not(:first-child) ul a,
#footer .custom-footer &gt; div:not(:first-child) span,
#footer .custom-footer &gt; div:not(:first-child) a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 27px;
  letter-spacing: 0.05em;
}
#footer .custom-footer &gt; div:not(:first-child) a:hover {
  text-decoration: underline;
}
#footer .custom-footer &gt; div:not(:first-child) h4,
#footer .custom-footer &gt; div:not(:first-child) h4 span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 52px;
  text-transform: none;
  letter-spacing: 0.05em;
}
#footer .banner-wrapper &gt; span &gt; div {
  display: flex;
}
#footer .link-facebook,
#footer .link-youtube {
  width: 40px;
  height: 40px;
  display: block;
  background-color: var(--color-primary);
  border-radius: 50px;
}
#footer .link-facebook {
  margin-right: 10px;
}
#footer .link-facebook::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Vintagewear/img/footer/facebook.svg");
}
#footer .footer-bottom {
  background-color: transparent;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .footer-bottom {
    margin-top: -70px;
  }
}
.container.footer-bottom {
  background-color: transparent;
  z-index: 1;
}
#signature a {
  color: #fff;
  font-size: 11px;
}
#signature img {
  max-height: 16px;
  max-width: none;
  width: auto;
}
.copyright,
.copyright strong {
  color: #fff;
  font-weight: 300;
  line-height: 2;
}
.copyright {
  font-size: 13px;
}
.podpis {
  font-size: 11px;
}
.podpis a {
  color: #fff;
}
.copyright .podpis a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #footer .custom-footer &gt; div:not(:first-child) h4,
  #footer .custom-footer &gt; div:not(:first-child) h4 span {
    margin-bottom: 15px;
  }
  #footer .custom-footer .custom-footer__contact li:first-child {
    margin-top: 20px !important;
  }
  #footer .custom-footer &gt; div:not(:first-child) h4::after {
    top: 19px;
  }
  #footer .custom-footer {
    padding-bottom: 40px;
  }
}
#footer .footer-rows {
  margin-top: 50px;
}
#footer &gt; .container {
  background-color: transparent;
}
#footer {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  #footer {
    padding-top: 120px;
  }
}
#footer .banner {
  margin-bottom: 0;
}
#footer .contact-box {
  min-height: auto;
}
.type-index #footer {
  margin-top: 0 !important;
}
.footer-bottom {
  border-color: transparent;
  border-style: none;
}
#navigation-first a {
  font-size: 7px;
  color: transparent;
}
#navigation-first a span {
  font-size: 7px;
  color: transparent !important;
}
#navigation-first a:hover {
  color: transparent !important;
  text-decoration: none;
}
#navigation-first a:hover span {
  color: transparent !important;
  text-decoration: none;
}
#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/Kindermania/img/breadcrumbs/products-navigace-home.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 19px;
  height: 20px;
  background-position: center;
}
.breadcrumbs &gt; span {
  position: relative;
}
.breadcrumbs &gt; span &gt; a,
.breadcrumbs &gt; span &gt; span {
  padding: 10px 16px;
  margin-right: 5px;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-right: 15px;
  margin-right: 10px;
}
.breadcrumbs {
  color: #383c43b2 !important;
  font-size: 13px;
  padding-top: 20px;
  flex-wrap: wrap;
  position: relative;
  background-color: transparent;
  z-index: 1;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 0;
  border-style: none !important;
}
@media (min-width: 1440px) {
  .breadcrumbs {
    padding-left: 19px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  color: #383c43b2 !important;
  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 &gt; span &gt; a::before {
  transform: none;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/breadcrumbs/products-navigace-arrow.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-color: transparent;
}
.breadcrumbs &gt; span &gt; a::after {
  display: none;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-left: 35px;
}
.navigation-home-icon-wrapper #navigation-first {
  margin-left: 0;
}
.breadcrumbs &gt; span &gt; a::before {
  right: -7px;
}
.breadcrumbs &gt; span &gt; a,
.breadcrumbs &gt; span &gt; span {
  margin: 0 !important;
}
.breadcrumbs a,
.breadcrumbs span {
  margin: 0 !important;
}
.type-product .breadcrumbs {
  padding-left: 0 !important;
}
@media (min-width: 1440px) {
  .type-product .breadcrumbs {
    padding-left: 19px !important;
  }
}
.breadcrumbs #navigation-first a {
  padding: 0 8px;
  width: 30px;
}
.navigation-home-icon-wrapper::before {
  content: none;
}
.type-category .benefitBanner {
  display: none;
}
.p-thumbnails a {
  margin-left: 5px;
}
.p-thumbnails a:first-child {
  margin-left: 0;
}
.pagination-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
.pagination-loader .btn.btn-default {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 39px;
  min-width: auto;
  transition-duration: 0.2s;
  font-weight: 400 !important;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
}
.pagination-loader .btn.btn-default:hover {
  background-color: #484747;
  border-color: #484747;
  color: #fff;
}
.pagination-top strong {
  display: none !important;
}
.pagination a {
  color: #000 !important;
}
.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 {
  background-color: #484747;
}
.pagination &gt; a,
.pagination-top &gt; a,
.pagination &gt; strong,
.pagination-top &gt; 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 {
  background-color: #484747;
}
.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: #484747;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-loader {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 20px;
  }
}
.subcategories {
  margin-left: -6px;
  width: calc(100% + 12px);
  margin: 0 -10px 42px;
}
.subcategories li {
  margin: 6px;
  padding: 0;
  width: calc(25% - 12px);
}
@media (max-width: 992px) {
  .subcategories li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .subcategories li {
    width: calc(100% - 12px);
  }
}
.subcategories li a {
  height: 69px;
  border: 1px solid #00000012;
  border-radius: 6px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  color: #383c43;
  font-size: 14px;
  font-weight: 400;
}
.subcategories li a::before {
  content: none;
}
.subcategories li a:hover {
  border-color: var(--color-primary);
  color: #383c43;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.subcategories.with-image li a .image img {
  max-height: 59px;
}
.type-category #content .category-title {
  color: #141414;
  font-weight: 700;
  margin-bottom: 21px;
  margin-top: 12px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .type-category #content .category-title {
    margin-top: 40px;
    font-size: 24px;
  }
}
.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 .filters-unveil-button-wrapper {
  margin-bottom: 0 !important;
  position: relative;
}
.type-category .filters-unveil-button-wrapper .btn.unveil-button {
  position: absolute;
  top: -62px;
  right: 180px;
  height: 45px;
  width: 203px;
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: none;
  background-color: var(--color-primary);
}
.type-category .filters-unveil-button-wrapper .btn.unveil-button:hover {
  background-color: #484747;
  border-color: #484747;
}
.type-category .filters-unveil-button-wrapper .btn.unveil-button::after {
  display: block;
  content: "";
  margin-left: 2px;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/prazirnaignac/img/filter-arrow.svg");
  background-size: contain;
}
.type-category .category-header {
  background-color: transparent;
}
.type-category .category-header div {
  color: #383c43;
}
.type-category .category-header input[type="radio"]:checked + label {
  color: #383c43;
  text-decoration: none;
}
.type-category .category-header input[type="radio"] + label {
  color: var(--color-primary);
  text-decoration: underline;
}
.type-category .category-header input[type="radio"] + label:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .type-category .filters-unveil-button-wrapper .btn.unveil-button {
    position: initial;
  }
}
.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.active a:hover {
  text-decoration: none;
}
.type-product .shp-tabs-holder {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 46px;
}
.type-product .shp-tabs-holder a {
  color: #383c43;
  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;
}
@media (max-width: 767px) {
  .type-product .product-top {
    display: flex;
    flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    order: -1;
  }
}
.type-product .p-detail .quantity input {
  width: 117px !important;
}
.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: -1px;
  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: -1px;
  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;
}
.type-product .benefitBanner {
  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: 0 !important;
  }
}
@media (min-width: 992px) {
  .type-product .admin-logged .breadcrumbs-wrapper {
    margin-top: 30px;
  }
}
.type-product .product-top {
  background-color: transparent;
  position: relative;
  margin-top: 16px;
}
.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;
}
.type-product .breadcrumbs::before {
  border-bottom: 2px solid #f9f7f7;
}
.type-product .p-detail-inner-header .p-code {
  display: none;
}
.type-product .content-wrapper.container .row &gt; div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .type-detail .p-image-wrapper {
    padding-right: 30px !important;
  }
  .type-detail .p-info-wrapper {
    padding-left: 30px !important;
  }
}
.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 &gt; .detail-parameters &gt; tbody {
  border-style: none;
}
.type-product .tab-content .detail-parameters tbody {
  padding-top: 0;
}
.type-detail .advanced-parameter {
  width: 48px;
  height: 48px;
}
.type-detail .advanced-parameter .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 2px #000000;
}
.type-detail .detail-parameters tbody {
  padding-bottom: 25px;
  display: block;
}
.type-product .tab-content .detail-parameters tr:nth-child(odd) {
  background-color: #fff;
}
.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 .type-detail .basic-description {
  color: #383c43e5;
}
@media (min-width: 992px) {
  .type-detail .basic-description {
    flex: 1 1 auto;
    width: 66.666666%;
    padding-right: 40px;
  }
  .type-detail .extended-description {
    flex: 0 1 auto;
    width: 33.333333%;
    padding-left: 10px;
  }
}
.shp-tabs-wrapper {
  padding-top: 0;
  padding-bottom: 50px;
  color: #383c43e5 !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 &gt; h3:first-child {
  font-size: 32px;
}
@media (max-width: 767px) {
  .shp-tabs-wrapper .basic-description &gt; h3:first-child {
    font-size: 22px;
  }
}
.shp-tabs-wrapper h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .shp-tabs-wrapper h3 {
    font-size: 22px;
  }
}
.type-product .price-save,
.type-product .price-standard &gt; span {
  color: #141414;
}
.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: #fff;
  border-color: #0000001a;
  border-radius: 5px;
}
.type-product .instagram-line {
  padding-top: 0;
}
.type-product.columns-4 .products-block &gt; div.slick-list.draggable {
  margin-top: 0;
}
.type-product.columns-4 .products-block &gt; div.slick-list.draggable .product {
  padding: 0;
}
.type-product .products-related-header {
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  color: #141414;
  padding-right: 105px;
  text-align: left;
}
@media (max-width: 767px) {
  .type-product .products-related-header {
    font-size: 24px;
  }
}
.type-product .shp-tabs-holder a[href="#productsAlternative"] {
  display: none;
}
.type-product #productsAlternative.fade {
  position: relative;
  padding-bottom: 50px;
  opacity: 1;
}
.type-product #productsAlternative.fade::before {
  content: "Podobné tovary";
  font-size: 32px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin: auto;
  text-align: left;
  padding-top: 0;
  padding-right: 105px;
  margin-bottom: -5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .type-product #productsAlternative.fade::before {
    font-size: 24px;
  }
}
.type-product #productsAlternative.fade::after {
  content: "";
  display: block;
  background-color: #fff;
  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: 20px;
}
@media (max-width: 1439px) {
  .type-product .products-related {
    width: 1178px !important;
  }
}
@media (max-width: 1200px) {
  .type-product .products-related {
    width: 972px !important;
  }
}
@media (max-width: 992px) {
  .type-product .products-related {
    width: 747px !important;
  }
}
@media (max-width: 767px) {
  .type-product .products-related {
    width: 100% !important;
  }
}
@media (max-width: 1439px) {
  .type-product .products-related .slick-next.slick-arrow {
    right: 20px;
  }
}
.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: #000;
  font-weight: 700;
  margin-top: 0;
  font-size: 32px;
}
@media (max-width: 768px) {
  .type-product .p-detail-inner-header h1 {
    font-size: 22px;
  }
}
.type-product .p-short-description p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #383c43e5;
}
.type-product .stars-wrapper {
  display: block;
}
.type-product .stars-wrapper .stars-label {
  display: none;
}
.type-product .stars-wrapper .stars {
  width: auto;
}
.type-product .stars-wrapper .stars .star {
  margin-right: 3px;
}
.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: 245px;
  top: -52px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
@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 &gt; .variant-list {
  display: flex;
  align-items: center;
  padding-top: 35px;
  width: 100%;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .detail-parameters tbody &gt; .variant-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .type-product .p-info-wrapper .detail-parameters tbody &gt; .variant-list th {
    margin-bottom: 5px;
  }
  .type-product .p-info-wrapper .detail-parameters tbody &gt; .variant-list td {
    width: 100%;
  }
  .type-product .p-info-wrapper .detail-parameters tbody &gt; .variant-list td select {
    min-width: 100%;
    max-width: 100%;
  }
}
.type-product .p-info-wrapper .detail-parameters tbody &gt; .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 &gt; .variant-list:first-of-type {
  border-top: 1px solid #e1e1e1;
}
.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: 245px;
  top: -47px;
  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;
}
.type-product .p-info-wrapper .price-final-holder {
  color: #141414;
  font-size: 35px;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .type-product .p-info-wrapper .banner img {
    max-width: 100%;
  }
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after {
  font-size: 13px;
  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.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 .p-thumbnails-wrapper {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .type-product .description-inner {
    padding: 0;
  }
  .type-product .shp-tabs-wrapper {
    margin-top: 0;
  }
  .type-product .p-detail &gt; .p-detail-inner {
    position: relative;
    z-index: 1;
  }
  .type-product .p-detail &gt; .p-detail-inner::before {
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .type-product .basic-description table {
    width: 100% !important;
  }
}
.type-product .btn.add-to-cart-button.btn-lg {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  padding-right: 34px;
  padding-left: 34px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  background-color: #000;
  border-color: #000;
}
.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: 8px;
}
@media (max-width: 430px) {
  .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;
    font-size: 15px;
  }
  .type-product .p-detail .add-to-cart .quantity {
    min-width: 86px;
    width: 86px;
  }
  .type-product .p-detail .quantity input {
    width: 84px !important;
  }
}
.quantity {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.p-detail .add-to-cart .quantity {
  margin-right: 15px;
  height: 50px;
  width: 119px;
}
.p-detail .add-to-cart .quantity input {
  border-style: none !important;
  border-radius: 0 !important;
  height: 48px !important;
}
.quantity .increase {
  right: 10px;
}
.quantity .decrease {
  left: 10px;
}
.advanced-parameter-inner.yes-before::before {
  background-size: 20px;
}
.advanced-parameter-inner.yes-before {
  border-color: #141414;
  border-width: 2px;
  color: #141414;
}
.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;
  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 &gt; div * {
  font-family: "Nunito Sans", sans-serif !important;
}
.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;
}
@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 &gt; span,
.cart-table .p-name a &gt; div {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name a {
    font-size: 1em;
  }
}
.cart-table tr:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0px;
  background: #e1e1e1;
}
.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: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.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: 1200px) {
  .cart-table .related &gt; td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related &gt; td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table .related &gt; td {
    padding-left: 0;
  }
}
.cart-table .related &gt; 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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.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: 20px !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-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;
}
.ordering-process .cart-table .related &gt; 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;
}
.ordering-process .cart-table .related .cart-related-button .btn:hover {
  opacity: 0.8;
}
#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;
}
#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 &gt; 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 &gt; 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;
  /*&amp;: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: 768px) {
  .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/prazirnaignac/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;
}
@media (max-width: 767px) {
  .cart-content .extra.delivery strong,
  .cart-content .extra.discount strong {
    font-size: 18px;
  }
}
.cart-summary &gt; h4 {
  display: none;
}
.cart-table .p-total {
  min-width: auto;
}
.contact-box &gt; 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-start;
  align-items: center;
}
.cart-content.summary-wrapper .next-step-back:hover {
  text-decoration: underline;
}
.cart-content.summary-wrapper .next-step-back::before {
  width: 16px;
  height: 16px;
  display: block;
  content: "" !important;
  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: -80px;
  }
}
.cart-item &gt; 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: 768px) {
  .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: 80px;
}
@media (max-width: 1500px) {
  .in-krok-1 #checkoutSidebar,
  .in-krok-2 #checkoutSidebar {
    padding-top: 86px;
  }
}
@media (max-width: 768px) {
  .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: 4px;
  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 {
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .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: 1200px) {
  .ordering-process .cart-table {
    padding: 50px 20px 40px 40px !important;
  }
}
@media (max-width: 768px) {
  .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: -39px;
  margin-bottom: -30px !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cart-content .cart-header {
    width: 70% !important;
  }
}
@media (max-width: 768px) {
  .cart-content .cart-header {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .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: 1200px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .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 &gt; .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: 0;
  }
}
@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: 768px) {
  .cart-row .col-md-8 {
    padding-top: 30px;
  }
  .cart-row .col-md-8 .cart-header {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .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: 768px) {
  .in-kosik .cart-row .col-md-8 {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .ordering-process .content-wrapper.container .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .cart-row .col-md-8 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-8 {
    flex: 0 0 100%;
    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: 768px) {
  .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 &gt; a[data-target="search"] {
    visibility: visible;
    margin-right: 0;
  }
  .ordering-process .responsive-tools &gt; 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: 12px;
  }
  .ordering-process .top-navigation-bar.navitaion-mobile-scroll {
    background-color: transparent !important;
  }
  .ordering-process #content-wrapper {
    margin-top: 25px;
  }
  .ordering-process.search-window-visible #header .search {
    margin-top: 0;
  }
  .ordering-process #navigation {
    margin-top: 58px;
  }
}
.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: 1200px) {
  .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: "\e92d";
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: "\e924";
  font-weight: 500;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}
.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;
  /* &amp;.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 &gt; div:first-child {
  flex: 0 0 140px;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper &gt; div:last-child {
  flex: 1 1 calc(100% - 140px);
}
.cart-content .order-summary .order-summary-inner .order-recapitulation &gt; div,
.cart-content .order-summary .order-summary-inner .cart-items &gt; div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ordering-process .responsive-tools &gt; a[data-target="navigation"] {
    right: 17px;
    top: 9px;
  }
  .ordering-process .responsive-tools &gt; 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 &gt; 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;
}
.in-krok-1 .cart-content .next-step .btn,
.in-krok-2 .cart-content .next-step .btn {
  background-color: #ef2e46 !important;
  text-transform: uppercase;
  font-size: 15px;
}
.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;
}
.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;
  }
}
.page-wrapper {
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
}
.page-wrapper h1 {
  font-weight: 700;
  color: #000;
  font-size: 36px;
}
.page-wrapper .uvodni-text {
  font-weight: 700;
  font-style: italic;
  color: #000;
}
.page-wrapper .text-center {
  text-align: center;
}
.page-wrapper p,
.page-wrapper strong,
.page-wrapper em {
  color: #000;
}
.page-wrapper &gt; div {
  margin-bottom: 20px;
}
.page-wrapper .foto {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 260px;
  width: 260px;
  min-width: 260px;
}
@media (max-width: 480px) {
  .page-wrapper .foto {
    width: 100%;
  }
}
.page-wrapper .foto img {
  flex-shrink: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}
.page-wrapper .foto-vlevo,
.page-wrapper .foto-vpravo {
  min-height: 260px;
}
.page-wrapper .foto-vlevo p,
.page-wrapper .foto-vpravo p {
  text-align: justify;
}
.page-wrapper .foto-vlevo .foto {
  margin-right: 20px;
  float: left;
}
.page-wrapper .foto-vpravo .foto {
  margin-left: 20px;
  float: right;
}
.page-wrapper .siroky-obrazek {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 260px;
  width: 100%;
  min-width: 260px;
  margin-bottom: 50px;
}
.page-wrapper .siroky-obrazek img {
  flex-shrink: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}
.page-wrapper .ctyri-fotografie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-wrapper .ctyri-fotografie .blok .foto {
  height: 220px;
  width: 220px;
  min-width: 220px;
  border-radius: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-wrapper .ctyri-fotografie .blok {
    width: 50%;
  }
  .page-wrapper .ctyri-fotografie .blok .foto {
    margin-left: auto;
    margin-right: auto;
  }
  .page-wrapper .ctyri-fotografie .blok:nth-child(1),
  .page-wrapper .ctyri-fotografie .blok:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .page-wrapper .ctyri-fotografie .blok {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page-wrapper .ctyri-fotografie .blok .name {
  font-size: 18px;
}
.page-wrapper .ctyri-fotografie .blok span {
  display: flex;
  justify-content: center;
  font-weight: 700;
  text-align: center;
}
.page-wrapper .ctyri-fotografie .blok p {
  text-align: center;
  margin-bottom: 0;
}
.page-wrapper .tri-fotografie {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-wrapper .tri-fotografie {
    flex-direction: column;
    align-items: center;
  }
}
.page-wrapper .tri-fotografie .foto {
  height: 300px;
  width: 300px;
  min-width: 300px;
}
@media (max-width: 991px) {
  .page-wrapper .tri-fotografie .foto {
    height: 235px;
    width: 235px;
    min-width: 235px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .tri-fotografie .foto {
    height: 300px;
    width: 300px;
    min-width: 300px;
    margin-bottom: 20px;
  }
}
.page-wrapper .foto-v-krouzku {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 550px) {
  .page-wrapper .foto-v-krouzku {
    flex-direction: column;
    align-items: center;
  }
}
.page-wrapper .foto-v-krouzku .foto {
  margin-right: 20px;
  border-radius: 100%;
}
@media (max-width: 550px) {
  .page-wrapper .foto-v-krouzku .foto {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-wrapper .foto-v-krouzku p {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 550px) {
  .page-wrapper .foto-v-krouzku p {
    text-align: center;
  }
}
.hp-novy-kontent .news-item .image img {
  height: 270px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199px) {
  .hp-novy-kontent .news-item .image img {
    height: 210px;
  }
}
@media (max-width: 991px) {
  .hp-novy-kontent .news-item .image img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .hp-novy-kontent .news-item .image img {
    height: 60vw;
  }
}
.columns-4 .products-block &gt; div .p &gt; .p-in &gt; .p-bottom .prices {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.columns-4 .products-block &gt; div .p .p-in-in .ratings-wrapper {
  bottom: 94px;
  max-width: 100px;
  align-items: flex-end;
  line-height: 1.2;
}
.type-product .p-info-wrapper .detail-parameters tr:last-child {
  top: -52px;
}
.type-product .p-info-wrapper .availability-value {
  top: -57px;
}
@media (min-width: 768px) {
  .cart-table .p-availability {
    max-width: 112px;
    line-height: 1.2;
    padding-right: 10px;
    justify-content: center;
    text-align: right;
    align-items: flex-end;
    font-size: 13px;
  }
}
.cart-table tr td.p-name a.show-related {
  font-size: 11px;
}
.show-related:after {
  font-size: 11px;
  padding-left: 5px;
}
.cart-content .next-step,
#checkoutSidebar .next-step {
  justify-content: space-between;
}
.order-button-suffix {
  margin-top: 0;
  padding-bottom: 0;
}
.ordering-process .cart-content.summary-wrapper span.order-button-text {
  color: #fff !important;
}
.p-bottom .quantity {
  border-style: none !important;
}
.p-bottom .quantity .amount {
  border-radius: 3px;
}
@media (min-width: 768px) {
  .h4.homepage-group-title {
    padding-top: 70px;
  }
  .columns-4 .products-block.slick-initialized.slick-slider {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .h4.homepage-group-title {
    font-size: 24px;
  }
}
.stars a.star-off::before,
.stars span.star-off::before,
.stars .star.star-on::before,
.stars .star.star-half::before {
  color: #000;
}
.stars a::before,
.stars span::before {
  font-size: 15px;
}
.availability-amount {
  display: none;
}
@media (min-width: 768px) {
  .p-detail-inner &gt; .p-detail-inner-header {
    display: none;
  }
}
.footer-links-icons {
  display: none;
}
.type-detail .product-top .chevron-after.chevron-down-after {
  display: none;
}
.cart-empty .empty-cart-boxes .col-md-6:nth-child(2) {
  display: none;
}
.cart-empty .cart-row .col-md-8 {
  padding-top: 0;
}
@media (max-width: 767px) {
  .type-product .p-detail &gt; .p-detail-inner {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sidebar {
    margin-right: 30px;
  }
}
.ordering-process .content-inner {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ordering-process .content-inner {
    margin-top: 40px;
  }
}
body {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Zmrzlinatocena/img/background-texture-5.png);
  overflow-x: hidden;
  background-size: 530px;
}
html {
  overflow-x: hidden;
}
.content-wrapper {
  background-color: transparent;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
.category-title .pagination-appendix {
  font-size: 18px;
}
.in-kavovy-servis-pro-vasi-firmu .category-perex.empty-content.empty-content-category {
  display: none;
}
.in-index .blog-hp {
  display: none;
}
</pre></body></html>