/* 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: 992px) {
  .admin-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .admin-bar .container > ul > li > ul {
    top: 0px;
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) {
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
.in-index .row {
  margin-left: 0;
  margin-right: 0;
}
.content {
  padding-left: 0;
  padding-right: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content-wrapper.container,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content-wrapper.container .row,
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.in-registrace .form-control,
.in-prihlaseni .form-control,
.in-zapomenute-heslo .form-control {
  border: 1px solid #e1e1e1;
}
.in-registrace .sidebar.sidebar-left {
  display: none;
}
.type-page .content-inner {
  max-width: none;
}
.popup-widget .quantity-form .quantity input {
  width: 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.popup-widget .cart-widget-product .cart-widget-product-image {
  -ms-flex-order: -2;
      order: -2;
  min-width: 76px;
}
.popup-widget .cart-widget-product .cart-widget-product-name {
  -ms-flex-order: -1;
      order: -1;
}
.popup-widget .cart-widget-product .cart-widget-product-name > strong {
  font-weight: 400;
}
.quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 0;
  border-radius: 0px;
  position: relative;
  background: #fff;
  border: 0 solid transparent;
}
.quantity .amount {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.shp-tabs-wrapper {
  margin-bottom: 0;
}
.products-related {
  margin-bottom: 70px;
}
.quantity .increase {
  position: absolute;
  right: 8px !important;
  top: 15px !important;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.quantity .increase:before {
  margin-top: -2px;
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.quantity .increase:hover {
  background: #ccc;
}
.quantity .increase:hover:before {
  opacity: 1 !important;
}
.quantity .decrease {
  position: absolute;
  left: 8px !important;
  width: 24px;
  top: 15px !important;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.quantity .decrease:before {
  margin-top: -2px;
  content: "";
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/artedo/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.quantity .decrease:hover {
  background: #ccc;
}
.quantity .decrease:hover:before {
  opacity: 1 !important;
}
.quantity input {
  width: 117px;
  height: 50px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 22px;
}
.one-column-body .content-inner,
.discussion-form,
.discussion,
.rate-wrapper,
.votes-wrap,
.add-comment {
  max-width: none;
}
.in-hodnoceni-obchodu .content-wrapper.container .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    transform: none;
  }
}
.type-product .social-buttons-wrapper .link-icons a.print {
  display: none;
}
.type-product .social-buttons-wrapper .link-icons a.chat {
  padding-left: 0;
}
#header .search-whisperer {
  max-height: 60vh;
  overflow: auto;
}
.in-login.type-page .content-inner {
  max-width: 440px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .type-product .product-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    -ms-flex-order: -1;
        order: -1;
  }
}
.type-category #content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-category #content .category-title {
  -ms-flex-order: -2;
      order: -2;
}
.type-category #content .category-perex {
  -ms-flex-order: -1;
      order: -1;
}
.in-blog h1 {
  font-weight: 700;
  color: #141414;
}
.in-blog .news-item .text .title {
  font-weight: 600;
}
.homepage-box {
  border-style: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.customer-page .sidebar {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .customer-page .sidebar {
    margin-top: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.sidebar-inner .client-center-box > ul {
  margin: 0;
  padding: 15px;
  border: 1px solid #dbdbdb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.sidebar-inner .client-center-box > ul li {
  list-style-type: none;
}
.sidebar-inner .client-center-box > ul li a {
  border-top: 1px solid #dbdbdb;
  padding: 8px 0;
  display: block;
}
.sidebar-inner .client-center-box > ul li:first-of-type a {
  padding-top: 0;
  border-top-style: none;
}
.sidebar-inner .client-center-box > ul li:last-of-type a {
  padding-bottom: 0;
}
.sidebar-inner .client-center-box > ul li.logout {
  -ms-flex-order: 2;
      order: 2;
}
.sidebar-inner .client-center-box > ul li.logout a {
  color: #fff;
  border-radius: 5px;
}
.sidebar-inner .client-center-box > ul li.logout a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-secondary-hover);
}
.sidebar-inner .client-center-box > ul li a {
  color: #141414;
}
.sidebar-inner .client-center-box > ul li a:hover {
  color: #141414;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .navigation-in > ul > li > a > b {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 100% !important;
    right: -101% !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
    margin-top: 81px;
    transition-duration: 0.3s !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    display: none;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: "";
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 8px 15px !important;
    padding: 17px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px !important;
    position: relative;
    color: #141414 !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 18px;
    position: absolute;
    right: 15px;
    color: #1e1e1c;
    font-family: "shoptet" !important;
    content: "\e90e";
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 27px;
    position: absolute;
    right: 15px;
    color: #141414;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #141414 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@media (min-width: 768px) {
  .top-navigation-menu,
  .top-navigation-contacts {
    background-color: transparent;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a:hover {
    text-decoration: underline;
  }
  .menu-helper,
  .menu-trigger {
    height: 24px;
    width: 24px;
    top: 111px;
    z-index: 99 !important;
  }
  .menu-helper::after,
  .menu-trigger::after {
    content: "" !important;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/hamburger-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
  }
  #navigation {
    height: 58px;
  }
  #navigation .navigation-in {
    background-color: transparent;
  }
  #navigation .navigation-in > ul > li {
    margin: 0 !important;
    padding: 0 !important;
    border-style: none !important;
  }
  #navigation .navigation-in > ul > li.ext > a > span {
    display: block;
    padding-left: 7px;
  }
  #navigation .navigation-in > ul > li.ext > a > span::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/nav-arrow-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition-duration: 0.3s;
  }
  #navigation .navigation-in > ul > li.ext > a:hover > span::after,
  #navigation .navigation-in > ul > li.ext > a.active > span::after {
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/nav-arrow.svg");
  }
  #navigation .navigation-in > ul > li > a {
    margin: 0 !important;
    color: var(--color-primary);
    background-color: #fff;
    padding: 11.5px 30px !important;
    border-style: none !important;
    display: -ms-flexbox;
    display: flex;
    transition-duration: 0.3s;
  }
  #navigation .navigation-in > ul > li > a:hover,
  #navigation .navigation-in > ul > li > a.active {
    background-color: var(--color-primary);
    color: #fff;
  }
  #navigation .navigation-in > ul > li > a:hover span,
  #navigation .navigation-in > ul > li > a.active span {
    color: #fff;
  }
  #navigation .navigation-in > ul > li > a b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
  }
  #navigation .navigation-in > ul > li > a b span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-transform: none;
    transition-duration: 0.3s;
  }
  .menu-helper > ul > li > a {
    display: -ms-flexbox;
    display: flex;
  }
  .menu-helper > ul > li > a b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .menu-helper > ul > li > a b span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-transform: none;
  }
  .top-navigation-bar {
    background-color: #fbfbfb;
    border-style: none;
  }
  .top-navigation-bar .container {
    position: relative;
    height: 36px;
  }
  .top-navigation-bar .top-nav-button-login,
  .top-navigation-bar .top-nav-button-account {
    position: absolute;
    top: 68px;
    right: 64px;
    font-size: 0;
    color: transparent !important;
    background-color: transparent !important;
    z-index: 1;
  }
  .top-navigation-bar .top-nav-button-login::before,
  .top-navigation-bar .top-nav-button-account::before {
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/account.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 29px;
  }
  .header-top .btn.cart-count .cart-price {
    display: none !important;
  }
  .header-top .btn.cart-count::before {
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 29px;
  }
  .navigation-buttons > a[data-target="cart"] i {
    left: auto;
    top: 50%;
    transform: translate(100%, -50%);
    right: -5px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    left: auto;
    top: 74px;
    margin-right: 0;
    right: 123px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0;
  }
  .top-navigation-bar .dropdown::before {
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/globe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
  .top-navigation-bar .dropdown button {
    padding-left: 0;
  }
  .top-navigation-bar a,
  .top-navigation-bar .dropdown button,
  .top-navigation-bar-menu-helper li a,
  .dropdown-menu li a {
    color: #000;
  }
  .top-navigation-bar a:hover,
  .top-navigation-bar .dropdown button:hover,
  .top-navigation-bar-menu-helper li a:hover,
  .dropdown-menu li a:hover {
    color: var(--color-primary);
  }
  .top-navigation-bar .contact-box {
    -ms-flex: none !important;
        flex: none !important;
  }
  .top-navigation-bar .contact-box ul {
    margin: 0;
    padding: 0;
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
  }
  .top-navigation-bar .contact-box ul::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #c4c4c4;
  }
  .top-navigation-bar .contact-box ul li {
    padding: 0;
    margin: 0;
  }
  .top-navigation-bar .contact-box ul li span {
    display: none;
  }
  .top-navigation-bar .contact-box ul li span::before {
    display: none;
    content: none;
  }
  .top-navigation-bar .contact-box ul li span.facebook,
  .top-navigation-bar .contact-box ul li span.instagram {
    display: block;
    height: 16px;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 30px !important;
  }
  .top-navigation-bar .contact-box ul li span.facebook a,
  .top-navigation-bar .contact-box ul li span.instagram a {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }
  .top-navigation-bar .contact-box ul li span.facebook a::before,
  .top-navigation-bar .contact-box ul li span.instagram a::before {
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/instagram-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  .top-navigation-bar .contact-box ul li span.facebook.facebook a::before,
  .top-navigation-bar .contact-box ul li span.instagram.facebook a::before {
    width: 7.81px;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/facebook-nav.svg);
  }
  .top-navigation-bar .container > div.top-navigation-menu {
    text-align: right;
    margin-right: -56px;
  }
  .top-navigation-bar .container > div.top-navigation-menu li::before {
    display: none;
  }
  .top-navigation-bar .container > div.top-navigation-menu li a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }
  .top-navigation-bar .container > div.top-navigation-tools {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    width: 0;
    max-width: 0;
    height: 0;
    max-height: 0;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-navigation-bar .container > div.top-navigation-contacts a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-navigation-bar .container > div.top-navigation-contacts a::before {
    content: "";
    line-height: 0;
    letter-spacing: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .top-navigation-bar .container > div.top-navigation-contacts a.project-phone::before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/phone-nav.svg);
  }
  .top-navigation-bar .container > div.top-navigation-contacts a.project-email::before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/mail-nav.svg);
  }
  .top-navigation-contacts a:first-of-type {
    padding-right: 21px;
  }
  .header-top > div.search {
    position: absolute;
    width: calc(100% - 434.6px - 264.4px);
    left: 434.6px;
  }
  .header-top > div {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
  }
  .header-top > div input[type="search"].form-control {
    border-style: none;
    background-color: #f4f4f4;
    height: 52px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    padding-right: 64px;
  }
  .header-top > div .compact-form .btn {
    background-color: transparent;
    color: transparent;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/search.svg);
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 20px;
    width: 64px;
    height: 100%;
    border-style: none;
    transition-duration: 0.3s;
  }
  .header-top > div .compact-form .btn:hover {
    opacity: 0.5;
  }
  .header-top {
    height: 93px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .site-name a img {
    width: 200px;
  }
  .header-top > div.search {
    width: calc(100% - 434.6px - 264.4px + 225px);
    left: 234.6px;
  }
}
.site-msg.information {
  position: initial;
  width: 100%;
  opacity: 1;
  background-color: var(--color-primary);
  box-shadow: none;
  max-width: none;
  padding: 0;
}
.site-msg.information .close {
  display: none;
}
.site-msg.information .text {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 0;
}
.site-msg.information .text b {
  font-size: 700;
}
.site-msg.information .text a {
  color: #fff;
}
.site-msg.information .text a:hover {
  text-decoration: underline;
}
@media (max-width: 400px) {
  #header .search-whisperer {
    width: calc(100vw - 32px);
  }
}
@media (max-width: 355px) {
  #header .site-name a img {
    max-width: 167px !important;
  }
}
@media (max-width: 767px) {
  #header {
    margin-bottom: 0;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fbfbfb;
  }
  #header .search-form {
    display: block;
    position: absolute;
    top: -68px;
    width: calc(100% - 32px - 110px);
  }
  #header .search-form input {
    background-color: #f4f4f4;
    border-style: none;
    color: #00000099;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding-right: 46px;
  }
  #header .search-form .btn {
    background-color: transparent;
    color: transparent;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/search.svg);
    padding: 14px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 44px;
    height: 100%;
    border-style: none;
    transition-duration: 0.3s;
  }
  #header .search-form .btn:hover {
    opacity: 0.5;
  }
  #header .container {
    width: 100%;
  }
  #header .site-name a img {
    max-width: 200px;
  }
  #header .site-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 46px;
  }
  #header .navigation-buttons > a[data-target="cart"] i {
    border-radius: 0;
  }
  #header .cart-count {
    top: auto;
    bottom: 1.5px;
    right: 16px;
  }
  #header .cart-count::before {
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
  }
  .top-navigation-bar .dropdown .caret::before {
    width: 10px;
    height: 10px;
    font-size: 9px;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    left: auto;
    top: 16.5px;
    margin-right: 0;
    right: 16px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0;
  }
  .top-navigation-bar .dropdown::before {
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/globe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
  .top-navigation-bar .dropdown button {
    padding-left: 0;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button,
  .top-navigation-bar .dropdown-menu li a {
    color: #000;
  }
  .top-navigation-bar .dropdown button:hover,
  .top-navigation-bar .dropdown-menu li a:hover {
    color: var(--color-primary);
  }
  .top-navigation-bar .top-navigation-contacts,
  .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }
  .top-navigation-bar .responsive-tools > a[data-target="search"] {
    display: none;
  }
  .top-navigation-bar .responsive-tools > a[data-target="login"] {
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 55px;
    bottom: -49px;
    z-index: 1;
  }
  .top-navigation-bar .responsive-tools > a[data-target="login"]::before {
    content: "";
    display: block;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/account.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
    margin-right: 0;
  }
  .top-navigation-bar .container {
    position: relative;
  }
  .top-navigation-bar .responsive-tools {
    padding: 0;
    height: 52px;
  }
  .top-navigation-bar .responsive-tools > a[data-target="navigation"] {
    padding: 0;
    background-color: var(--color-primary);
    border-radius: 0;
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    right: auto;
    top: auto;
    bottom: -56px;
  }
  .top-navigation-bar .responsive-tools > a[data-target="navigation"]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: 18px;
    height: 18px;
    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/Fan-shop/img/hamburger-mobile.svg);
  }
}
@media (max-width: 767px) {
  .wide-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.homepage-box.before-carousel .extended-banner-texts:empty,
#carousel .extended-banner-texts:empty {
  display: none !important;
}
.homepage-box.before-carousel .container,
#carousel .container {
  max-width: none;
  width: 100%;
}
.homepage-box.before-carousel img,
#carousel img {
  width: 100%;
  object-fit: cover;
}
.homepage-box.before-carousel .col-sm-8,
#carousel .col-sm-8 {
  width: 100%;
}
.homepage-box.before-carousel .carousel-control.left,
#carousel .carousel-control.left,
.homepage-box.before-carousel .carousel-control.right,
#carousel .carousel-control.right {
  bottom: 35px;
  right: auto !important;
  top: auto;
  width: 34px;
  height: 34px;
  left: 16px;
  background-color: #29365980;
  opacity: 1;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/middle-slick-left.svg");
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .homepage-box.before-carousel .carousel-control.left,
  #carousel .carousel-control.left,
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .homepage-box.before-carousel .carousel-control.left,
  #carousel .carousel-control.left,
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 1280px) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .homepage-box.before-carousel .carousel-control.left,
  #carousel .carousel-control.left,
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 1178px) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage-box.before-carousel .carousel-control.left,
  #carousel .carousel-control.left,
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 972px) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-box.before-carousel .carousel-control.left,
  #carousel .carousel-control.left,
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 747px) / 2) !important;
  }
}
.homepage-box.before-carousel .carousel-control.left::before,
#carousel .carousel-control.left::before,
.homepage-box.before-carousel .carousel-control.right::before,
#carousel .carousel-control.right::before {
  content: none;
}
.homepage-box.before-carousel .carousel-control.left:hover,
#carousel .carousel-control.left:hover,
.homepage-box.before-carousel .carousel-control.right:hover,
#carousel .carousel-control.right:hover {
  background-color: var(--color-secondary-hover);
}
.homepage-box.before-carousel .carousel-control.right,
#carousel .carousel-control.right {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/middle-slick-right.svg");
  left: 60px;
}
@media (min-width: 768px) {
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 1280px) / 2 + 44px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 1178px) / 2 + 44px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 972px) / 2 + 44px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-box.before-carousel .carousel-control.right,
  #carousel .carousel-control.right {
    left: calc((100% - 747px) / 2 + 44px) !important;
  }
}
.homepage-box.before-carousel .item .extended-banner-texts,
#carousel .item .extended-banner-texts {
  background-color: #fff;
  width: calc((100% - 640px) / 2);
  left: calc((100% - 1280px) / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 4px solid var(--color-primary);
}
@media (max-width: 767px) {
  .homepage-box.before-carousel .item .extended-banner-texts,
  #carousel .item .extended-banner-texts {
    bottom: 64px;
    top: auto;
    transform: none;
    right: 20px;
    left: 20px;
    padding: 30px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .homepage-box.before-carousel .item .extended-banner-texts,
  #carousel .item .extended-banner-texts {
    background-color: #fff;
    min-width: 497px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .homepage-box.before-carousel .item .extended-banner-texts,
  #carousel .item .extended-banner-texts {
    width: calc((100% - 589px) / 2);
    left: calc((100% - 1178px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage-box.before-carousel .item .extended-banner-texts,
  #carousel .item .extended-banner-texts {
    width: calc((100% - 486px) / 2);
    left: calc((100% - 972px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-box.before-carousel .item .extended-banner-texts,
  #carousel .item .extended-banner-texts {
    width: calc((100% - 373.5px) / 2);
    left: calc((100% - 747px) / 2);
  }
}
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-title,
#carousel .item .extended-banner-texts .extended-banner-title,
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-text,
#carousel .item .extended-banner-texts .extended-banner-text,
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-link,
#carousel .item .extended-banner-texts .extended-banner-link {
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  line-height: 1.2;
  display: block;
  position: initial;
}
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-title,
#carousel .item .extended-banner-texts .extended-banner-title {
  color: #373842;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .homepage-box.before-carousel .item .extended-banner-texts .extended-banner-title,
  #carousel .item .extended-banner-texts .extended-banner-title {
    font-size: 22px;
    line-height: 27px;
  }
}
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-text,
#carousel .item .extended-banner-texts .extended-banner-text {
  color: #373842;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .homepage-box.before-carousel .item .extended-banner-texts .extended-banner-text,
  #carousel .item .extended-banner-texts .extended-banner-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-link,
#carousel .item .extended-banner-texts .extended-banner-link {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 25px;
  background-color: var(--color-primary);
  margin-top: 20px;
  white-space: nowrap;
  transition-duration: 0.3s;
}
.homepage-box.before-carousel .item .extended-banner-texts .extended-banner-link:hover,
#carousel .item .extended-banner-texts .extended-banner-link:hover {
  background-color: var(--color-secondary-hover);
}
.homepage-box.before-carousel .col-sm-4 {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.homepage-box.before-carousel .col-sm-4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15vw;
  background-color: #293659;
}
.next-to-carousel-banners {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0 auto;
}
.next-to-carousel-banners.show-custom {
  visibility: initial;
  max-height: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners {
    width: 1280px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .next-to-carousel-banners {
    width: 1178px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .next-to-carousel-banners {
    width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .next-to-carousel-banners {
    width: 747px;
  }
}
.next-to-carousel-banners .slick-list {
  width: calc(100% - 406px);
  margin-right: 13px;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .next-to-carousel-banners .slick-list {
    margin-right: 34px;
  }
}
.next-to-carousel-banners.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.next-to-carousel-banners.slick-initialized .slick-slide a {
  margin: 10px 0;
  transition-duration: 0.3s;
}
.next-to-carousel-banners.slick-initialized .slick-slide a:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}
.next-to-carousel-banners .slick-arrow {
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  z-index: 1;
  width: 34px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 358px;
  transition-duration: 0.3s;
}
.next-to-carousel-banners .slick-arrow::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/top-slick-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.next-to-carousel-banners .slick-arrow.slick-next {
  left: auto;
  right: -21px;
}
.next-to-carousel-banners .slick-arrow.slick-next::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/top-slick-right.svg);
}
@media (max-width: 1300px) {
  .next-to-carousel-banners .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
.next-to-carousel-banners img {
  width: 131px !important;
  height: 114px !important;
  min-height: auto !important;
  transform: none !important;
  object-fit: contain !important;
  padding: 20px 10px 0 10px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners img {
    width: 117px !important;
    height: 102px !important;
  }
}
.next-to-carousel-banners img:hover + .extended-banner-texts .extended-banner-link {
  text-decoration: underline;
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0 !important;
}
.next-to-carousel-banners .extended-banner-texts {
  position: initial;
}
.next-to-carousel-banners .extended-banner-texts .extended-banner-link {
  position: initial;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0;
  padding: 10px 10px 20px 10px;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  height: auto;
  color: #000000;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link {
    font-size: 14px;
    line-height: 17px;
  }
}
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .type-index .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .type-index .homepage-box.before-carousel {
    padding-top: 20px;
    padding-left: 29px;
    padding-right: 29px;
  }
}
.type-index .row.banners-row > .col-sm-4 {
  margin: 21px auto 32px auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .type-index .row.banners-row > .col-sm-4 {
    margin: 0 auto 22px auto;
  }
}
.custom-header {
  padding: 16px 39px 16px 25px;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  color: #fff;
  left: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  width: auto;
  left: calc((100% - 1280px) / 2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 287px;
  background-color: #293659;
  z-index: -1;
}
.custom-header::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 0;
  height: 100%;
  width: 60px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/shape.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  z-index: -1;
}
.custom-header strong {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .custom-header {
    left: calc((100% - 1178px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .custom-header {
    left: calc((100% - 972px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-header {
    left: calc((100% - 747px) / 2);
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .slick-list {
    width: calc(100% - 68px);
    margin: 0 34px;
  }
  .next-to-carousel-banners .slick-arrow {
    left: 0;
  }
  .next-to-carousel-banners .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  .custom-header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: none;
    position: relative;
    left: auto;
    font-size: 22px;
    line-height: 100%;
    padding: 16px 39px 16px 25px;
  }
  .custom-header::before {
    width: 100%;
  }
  .custom-header::after {
    background-position: center;
    background-size: cover;
  }
}
.footer-banners {
  margin: 0 !important;
}
.footer-banners .footer-banner {
  padding: 0;
  padding-bottom: 12.5px;
}
.footer-banners .footer-banner:nth-child(odd) {
  padding-right: 12.5px;
}
.footer-banners .footer-banner:nth-child(even) {
  padding-left: 12.5px;
}
.footer-banners .footer-banner:nth-last-child(1),
.footer-banners .footer-banner:nth-last-child(2) {
  padding-bottom: 0;
}
.footer-banners .footer-banner a,
.footer-banners .footer-banner img {
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-banners .footer-banner {
    padding: 0 !important;
    padding-bottom: 11px !important;
  }
  .footer-banners .footer-banner:last-child {
    padding-bottom: 0 !important;
  }
}
.type-detail .benefitBanner {
  margin: 20px 0;
}
.benefitBanner {
  background-color: #fff;
  margin: 0;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 0;
}
@media (max-width: 767px) {
  .benefitBanner {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.benefitBanner .benefitBanner__item {
  margin: 0;
  padding: 32.5px 0;
  padding-left: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: visible;
  position: relative;
}
.benefitBanner .benefitBanner__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #f3f3f3;
}
.benefitBanner .benefitBanner__item:last-child::after {
  content: none;
}
@media (max-width: 1199px) {
  .benefitBanner .benefitBanner__item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding: 30px 0;
  }
  .benefitBanner .benefitBanner__item::after {
    content: none;
  }
  .benefitBanner .benefitBanner__item:nth-child(1),
  .benefitBanner .benefitBanner__item:nth-child(2) {
    padding-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .benefitBanner .benefitBanner__item:nth-child(even)::after {
    content: none;
  }
  .benefitBanner .benefitBanner__item:nth-child(1),
  .benefitBanner .benefitBanner__item:nth-child(2) {
    padding-bottom: 12px;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    margin-right: 24px !important;
  }
  .benefitBanner .benefitBanner__item::after {
    content: none;
  }
}
@media (max-width: 480px) {
  .benefitBanner .benefitBanner__item {
    padding-bottom: 12px;
  }
  .benefitBanner .benefitBanner__item:last-child {
    padding-bottom: 30px;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__picture {
  margin-right: 24px;
  -ms-flex: none;
      flex: none;
  max-width: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__picture .benefitBanner__img {
  max-height: 26.5px;
  object-fit: contain;
}
@media (min-width: 480px) {
  .benefitBanner .benefitBanner__item .benefitBanner__content {
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .benefitBanner .benefitBanner__item .benefitBanner__content {
    min-width: 200px;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    min-width: 32px;
  }
}
.products-block.products > div {
  padding: 0;
}
.products-block.products .p:hover .btn-cart {
  background-color: var(--color-primary);
}
.products-block.products .btn,
.products-block.products a.btn {
  border-style: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 20px;
  margin-top: 10px;
  transition-duration: 0.3s;
}
.products-block.products .btn:hover,
.products-block.products a.btn:hover {
  background-color: var(--color-secondary-hover) !important;
}
.products-block.products .btn::before,
.products-block.products a.btn::before {
  display: none;
}
.flag.flag-action {
  background-color: #bbbbbb;
}
.products-block.products > div {
  border-style: none !important;
}
.flag {
  border-radius: 3px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  min-height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.products-block > div .p {
  margin: 0;
}
.products-block .p a.image {
  margin: 0;
  padding: 20px;
}
.products-block.products .p .name {
  padding: 0 20px 12px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #262a36;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
  margin: 0;
  text-align: center;
}
.type-detail .product {
  padding: 0 !important;
}
.product {
  background-color: #fff;
  margin: 0 7.5px;
  border-radius: 0;
}
.product:not(.slick-slide) {
  margin: 7.5px;
}
.products-block .p-bottom > div {
  padding: 0 20px 20px 20px;
}
.products-block .ratings-wrapper {
  padding-bottom: 0;
  min-height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
.products-block .ratings-wrapper .availability {
  text-align: center;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.products-block .ratings-wrapper .availability span[style="color:#009901"],
.products-block .ratings-wrapper .availability span[style="color:#2fa52b"] {
  color: #6ab868 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.products-block .ratings-wrapper .availability span[style="color:#009901"]::before,
.products-block .ratings-wrapper .availability span[style="color:#2fa52b"]::before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/skladem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 4px;
}
.products-block .ratings-wrapper .availability span[style="color:#cb0000"] {
  color: #fb5d5d !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.products-block .ratings-wrapper .availability span[style="color:#cb0000"]::before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/vyprodano.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 4px;
}
.products-block .ratings-wrapper .stars-placeholder,
.products-block .ratings-wrapper .availability-amount {
  display: none;
}
.product {
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .product:hover {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  }
}
.products-block:not(.slick-slider) {
  margin-left: -7.5px;
  width: calc(100% + 15px);
}
.products-block:not(.slick-slider) .product {
  width: calc(33.333333% - 15px);
}
@media (max-width: 1199px) {
  .products-block:not(.slick-slider) .product {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .products-block:not(.slick-slider) .product {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .products-block:not(.slick-slider) .product {
    width: calc(100% - 15px);
  }
}
.products-block .ratings-wrapper .stars-wrapper {
  display: none;
}
.products-block .p-bottom > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
}
.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #262a36;
}
.products-block.products .price-save {
  display: none;
}
.products-block.products .prices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.products-block.products .old-price {
  margin-right: 7px;
  color: #262a36;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.products-block .p-bottom .p-desc {
  max-height: 42px;
  min-height: 42px;
  font-weight: 400;
  font-size: 13px;
  line-height: 161.02%;
  color: #8b8b8b;
  margin: 0;
  margin-bottom: 40px;
  margin-top: -30px;
  text-align: center;
}
.flag.flag-discount {
  display: none !important;
}
.products-block .p .flags-default {
  top: 20px;
  left: 20px;
}
.products-block .p a.image {
  position: initial;
}
.products-related .p .availability,
.products-related .p .p-desc {
  display: block;
}
.products-block + .browse-p {
  display: none;
}
.products-block .p-bottom .p-tools {
  -ms-flex-order: -1;
      order: -1;
}
.products-block .p-bottom > div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
}
.products-block.products .btn,
.products-block.products a.btn {
  border-radius: 0;
  margin: 0;
}
.products-block .p-bottom .p-tools {
  max-width: 118px;
}
.products-block.products .old-price {
  margin-right: 0;
  margin-left: 7px;
}
@media (max-width: 400px) {
  .products-block.products .old-price {
    margin-left: 0;
  }
}
.products-block.products .prices {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 400px) {
  .products-block.products .prices {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.products-block.slick-slider {
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .products-block.slick-slider {
    padding-bottom: 0;
  }
}
.products-block.slick-slider::before {
  content: "";
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .products-block.slick-slider::before {
    width: 100%;
  }
}
.products-block .slick-track {
  padding: 20px 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .products-block .slick-track {
    padding-bottom: 23px;
  }
}
.products-block .slick-list {
  width: 100% !important;
  padding: 0 !important;
  border-style: none !important;
}
.products-block .slick-list .product {
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .products-block.products > div.slick-list {
    width: calc(100% + 32px);
    margin: -16px 0 -16px -16px;
    padding: 16px 0;
  }
}
.products-block .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: transparent;
  box-shadow: none;
  border-style: none;
  color: transparent;
  font-size: 0;
  padding: 0;
  transform: translateY(50%);
  opacity: 0.3;
  transition-duration: 0.3s;
}
.products-block .slick-arrow:hover {
  opacity: 1;
}
.products-block .slick-arrow::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.products-block .slick-arrow.slick-prev {
  left: -26.5px;
  transform: translate(-100%, 50%);
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/slick-left.svg");
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .products-block .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(50%);
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .products-block .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(50%);
  }
}
@media (max-width: 870px) {
  .products-block .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(50%);
  }
}
.products-block .slick-arrow.slick-next {
  right: -26.5px;
  transform: translate(100%, 50%);
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/slick-right.svg");
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .products-block .slick-arrow.slick-next {
    right: 0;
    transform: translateY(50%);
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .products-block .slick-arrow.slick-next {
    right: 0;
    transform: translateY(50%);
  }
}
@media (max-width: 870px) {
  .products-block .slick-arrow.slick-next {
    right: 0;
    transform: translateY(50%);
  }
}
h4.homepage-group-title,
.h4.homepage-group-title,
.type-product .products-related-header {
  margin: 0 auto;
  text-align: center;
  color: #262a36;
  font-size: 32px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 33px;
  background-color: transparent;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .type-product .products-related-header {
    font-size: 22px;
    padding-top: 37px;
  }
}
h4.homepage-group-title::before,
.h4.homepage-group-title::before,
.type-product .products-related-header::before {
  content: "";
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  h4.homepage-group-title::before,
  .h4.homepage-group-title::before,
  .type-product .products-related-header::before {
    width: 100%;
  }
}
.row.banners-content.body-banners {
  margin-top: 37px;
  margin-bottom: 37px;
}
.row.banners-content.body-banners .extended-banner-texts:empty {
  display: none !important;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners {
    margin-top: 26px;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 0;
  }
}
.row.banners-content.body-banners .slick-list {
  padding: 0 !important;
}
.row.banners-content.body-banners .col-sm-4,
.row.banners-content.body-banners .col-sm-8 {
  padding: 0;
  width: 100%;
}
.row.banners-content.body-banners .banner-wrapper {
  margin: 0;
}
.row.banners-content.body-banners img {
  min-height: 380px;
  object-fit: cover;
  transform: none !important;
}
.row.banners-content.body-banners .col-sm-12 {
  padding: 0;
}
.row.banners-content.body-banners .slick-arrow {
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  z-index: 1;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 30px;
  left: 80px;
  background-color: #29365980;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .slick-arrow {
    bottom: 20px;
    left: 20px;
  }
}
.row.banners-content.body-banners .slick-arrow::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/middle-slick-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.row.banners-content.body-banners .slick-arrow:hover {
  background-color: var(--color-secondary-hover);
}
.row.banners-content.body-banners .slick-arrow.slick-next {
  left: 124px;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .slick-arrow.slick-next {
    left: 64px;
  }
}
.row.banners-content.body-banners .slick-arrow.slick-next::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/middle-slick-right.svg");
}
.row.banners-content.body-banners .extended-banner-texts {
  position: absolute;
  left: 80px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  transform: translateY(-50%);
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 4px solid var(--color-primary);
}
@media (min-width: 768px) {
  .row.banners-content.body-banners .extended-banner-texts {
    min-width: 497px;
  }
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .extended-banner-texts {
    bottom: 64px;
    top: auto;
    transform: none;
    right: 20px;
    left: 20px;
    padding: 30px;
  }
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-title,
.row.banners-content.body-banners .extended-banner-texts .extended-banner-text,
.row.banners-content.body-banners .extended-banner-texts .extended-banner-link {
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  line-height: 1.2;
  display: block;
  position: initial;
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-title {
  color: #373842;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .extended-banner-texts .extended-banner-title {
    font-size: 22px;
    line-height: 27px;
  }
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-text {
  color: #373842;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .extended-banner-texts .extended-banner-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-link {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 25px;
  background-color: var(--color-primary);
  margin-top: 20px;
  white-space: nowrap;
  transition-duration: 0.3s;
}
.row.banners-content.body-banners .extended-banner-texts .extended-banner-link:hover {
  background-color: var(--color-secondary-hover);
}
.clanky-slider-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper {
    padding: 0 16px;
  }
}
.clanky-slider-wrapper .pagination-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.clanky-slider-wrapper .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  border: 1px solid var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
  border-radius: 0;
  padding: 9.5px 11px 8.5px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
  white-space: nowrap;
  transition-duration: 0.3s;
}
.clanky-slider-wrapper .button::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/clanky-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
  margin-top: 1px;
  transition-duration: 0.3s;
}
.clanky-slider-wrapper .button:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.clanky-slider-wrapper .button:hover::after {
  filter: invert(1);
}
.clanky-slider-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.clanky-slider-wrapper .content-inner {
  max-width: none !important;
}
.clanky-slider-wrapper .slick-next.slick-arrow {
  visibility: visible;
  font-size: 0;
  height: 42px;
  width: 42px;
  background-color: #fff;
  position: absolute;
  bottom: auto;
  top: 380px;
  left: 50px;
  margin: 0;
  padding: 0;
  border-style: none;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper .slick-next.slick-arrow {
    top: -33px;
    transform: translateY(-100%);
  }
}
.clanky-slider-wrapper .slick-next.slick-arrow:hover::after {
  opacity: 1;
}
.clanky-slider-wrapper .slick-next.slick-arrow::after {
  top: auto;
  content: "" !important;
  display: block;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/blog-slick-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10.58px;
  transition-duration: 0.3s !important;
  visibility: visible;
  opacity: 0.3;
}
.clanky-slider-wrapper .slick-prev.slick-arrow {
  visibility: visible;
  font-size: 0;
  height: 42px;
  width: 42px;
  background-color: #fff;
  position: absolute;
  bottom: auto;
  top: 380px;
  left: 0;
  margin: 0;
  padding: 0;
  border-style: none;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper .slick-prev.slick-arrow {
    top: -33px;
    transform: translateY(-100%);
  }
}
.clanky-slider-wrapper .slick-prev.slick-arrow:hover::after {
  opacity: 1;
}
.clanky-slider-wrapper .slick-prev.slick-arrow::after {
  top: auto;
  content: "" !important;
  display: block;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/blog-slick-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10.58px;
  transform: rotate(180deg);
  transition-duration: 0.3s !important;
  visibility: visible;
  opacity: 0.3;
}
.clanky-slider-wrapper #newsWrapper {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper #newsWrapper {
    margin-top: 105px;
  }
}
.clanky-slider-wrapper .slick-list.draggable {
  padding-right: 0;
}
@media (min-width: 768px) {
  .clanky-slider-wrapper .slick-list.draggable {
    width: 70% !important;
    margin-top: 35px;
    margin-left: auto;
  }
}
.clanky-slider-wrapper h1 {
  color: #000;
  font-size: 48px;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .clanky-slider-wrapper h1 {
    width: 20%;
    min-width: 205px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .clanky-slider-wrapper h1 {
    max-width: 305px;
  }
}
@media (max-width: 767px) {
  .clanky-slider-wrapper h1 {
    margin-bottom: 20px;
  }
}
.clanky-slider-wrapper p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.clanky-slider-wrapper .slick-track .text p {
  min-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}
@media (max-width: 991px) {
  .clanky-slider-wrapper .slick-track .text p {
    min-height: 66px;
    -webkit-line-clamp: 3;
  }
}
.clanky-slider-wrapper .content-inner > div.text {
  line-height: 160%;
}
@media (min-width: 768px) {
  .clanky-slider-wrapper .content-inner > div.text {
    margin-top: 120px;
    width: 20%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .clanky-slider-wrapper .content-inner > div.text {
    max-width: 305px;
  }
}
@media (min-width: 1921px) {
  .clanky-slider-wrapper .content-inner > div.text {
    max-width: 375px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .in-index .clanky-slider-wrapper #newsWrapper .button {
    margin-top: 10px;
  }
}
.clanky-slider-wrapper .slick-initialized .slick-slide {
  padding: 0;
  border: 0 none transparent;
  background-color: #fff;
}
.clanky-slider-wrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 0 32px !important;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper .news-item {
    padding-bottom: 30px;
  }
}
.clanky-slider-wrapper .news-item time {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
  color: #00000080;
  font-weight: 400;
  font-size: 13px;
}
.clanky-slider-wrapper .news-item .image {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 479px) {
  .clanky-slider-wrapper .news-item .image {
    margin-bottom: 0;
  }
}
.clanky-slider-wrapper .news-item .image:hover + .text .title {
  text-decoration: underline;
}
.clanky-slider-wrapper .news-item .text {
  position: inherit;
  background-color: #fff;
  padding: 23px 15px;
  left: 0 !important;
  width: 100%;
}
.clanky-slider-wrapper .news-item .text .title {
  margin-bottom: 17px !important;
  font-size: 18px;
  color: #141414;
  font-weight: 700;
  line-height: 1.2;
  min-height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.clanky-slider-wrapper .news-item .text .title:hover {
  text-decoration: underline;
}
.clanky-slider-wrapper .news-item .text .description {
  color: #141414;
}
.clanky-slider-wrapper .news-item .text .description a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 6px 16px;
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.clanky-slider-wrapper .news-item .text .description a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  margin-left: 15px;
}
.clanky-slider-wrapper .news-item .text .description a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}
.clanky-slider-wrapper .news-item .text .description a:hover::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/arrow-right-white.svg");
}
.clanky-slider-wrapper .news-item .image img {
  width: auto;
}
@media (max-width: 767px) {
  .clanky-slider-wrapper .slick-list.draggable {
    width: 100% !important;
    padding-right: 0;
  }
  .clanky-slider-wrapper .news-item .image img {
    width: 100%;
  }
  .clanky-slider-wrapper .slick-prev.slick-arrow::after {
    bottom: auto;
    top: 0;
  }
  .clanky-slider-wrapper .slick-next.slick-arrow::after {
    bottom: auto;
    top: 0;
    right: auto !important;
  }
  .clanky-slider-wrapper #newsWrapper .news-item {
    margin: 0 !important;
  }
  .clanky-slider-wrapper .content-inner > div.text {
    margin-bottom: 119px;
  }
}
.clanky-slider-wrapper .news-item .image img {
  height: 237px;
  object-fit: cover;
  width: 100%;
}
.clanky-slider-wrapper h1 {
  min-width: 257px;
}
@media (max-width: 991px) {
  .clanky-slider-wrapper h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .clanky-slider-wrapper .slick-list.draggable {
    margin-top: 30px;
  }
}
.clanky-slider-wrapper .slick-track .text p {
  min-height: 69px;
  max-height: 69px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .clanky-slider-wrapper .content-inner > div.text {
    margin-top: 152px;
  }
}
@media (min-width: 991px) {
  .clanky-slider-wrapper .content-inner > div.text {
    margin-top: 188px;
  }
}
@media (max-width: 767px) {
  .clanky-slider-wrapper h1 {
    margin-bottom: 44px;
  }
}
.clanky-slider .news-wrapper .news-item,
.hodnotenie-obchodu-2-wrapper .news-wrapper .news-item {
  margin: 0;
}
.clanky-slider .news-wrapper + .pagination-wrapper,
.hodnotenie-obchodu-2-wrapper .news-wrapper + .pagination-wrapper {
  display: none;
}
.navigation-home-icon-wrapper::before {
  content: none;
}
#navigation-first {
  width: 45px;
  margin-right: 15px;
}
#navigation-first span {
  font-size: 0;
}
#navigation-first::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/MOIRA/img/breadcrumbs-home.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  width: 19px;
  height: 20px;
  background-position: center;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs {
  background-color: transparent;
  padding: 7px 0 !important;
}
.breadcrumbs > span > a,
.breadcrumbs > span > span {
  padding: 10px 16px;
  margin-right: 5px;
}
.breadcrumbs > span > a {
  text-decoration: none;
  color: #383c43b2 !important;
}
.breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs > span > a:hover span {
  text-decoration: none;
}
.breadcrumbs-wrapper {
  position: relative;
  z-index: 0;
}
.breadcrumbs-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #f5f5f5;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  margin-top: 0;
  z-index: -1;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-right: 15px;
  margin-right: 11px;
}
.breadcrumbs {
  color: #383c43b2;
  font-size: 13px;
  margin-right: 0;
  padding-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  border-style: none;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #383c43b2;
  font-size: 12px;
  margin-right: 10px;
  margin-left: -10px;
}
.breadcrumbs a {
  transition-duration: 0.2s;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:hover span {
  text-decoration: underline;
}
.breadcrumbs > span > a::before {
  transform: none;
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/products-navigace-arrow.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-color: transparent;
}
.breadcrumbs > span > a::after {
  display: none;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-left: 35px;
}
.navigation-home-icon-wrapper #navigation-first {
  margin-left: 0;
}
.subcategories {
  margin-left: -10.25px;
  width: calc(100% + 20.5px);
  margin: 0 -10.25px 21px;
}
.subcategories li {
  margin: 10.25px;
  padding: 0;
  width: calc(33.33333% - 20.5px);
}
@media (max-width: 1199px) {
  .subcategories li {
    width: calc(33.33333% - 20.5px);
  }
}
@media (max-width: 991px) {
  .subcategories li {
    width: calc(50% - 20.5px);
  }
}
@media (max-width: 480px) {
  .subcategories li {
    width: calc(100% - 20.5px);
  }
}
.subcategories li a {
  height: 69px;
  border: 1px solid #00000012;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #383c43;
  font-size: 14px;
  font-weight: 400;
}
.subcategories li a::before {
  content: none;
}
.subcategories li a .text {
  transition-duration: 0.3s;
  padding-right: 10px;
}
.subcategories li a:hover {
  border-color: var(--color-primary);
  color: #383c43;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}
.subcategories li a:hover .text {
  color: #383c43;
  text-decoration: none;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.subcategories.with-image li a .image img {
  max-height: 59px;
}
.type-category .category-header {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 18px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .type-category .category-header > form {
    max-width: 370px;
  }
}
.type-category .category-header {
  background-color: transparent;
}
.type-category .category-header div {
  color: #232123;
  margin-top: 12px;
}
.type-category .category-header input[type="radio"]:checked + label {
  color: #232123;
  text-decoration: underline;
}
.type-category .category-header input[type="radio"] + label {
  color: #232123;
  text-decoration: none;
}
.type-category .category-header input[type="radio"] + label:hover {
  text-decoration: underline;
  color: #232123;
}
.pagination-wrapper {
  margin-top: 33px;
  margin-bottom: 54px;
}
.pagination-loader .btn.btn-default {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px 37px;
  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: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
.pagination-top strong {
  display: none !important;
}
.pagination a {
  color: #000 !important;
  text-decoration: underline;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination-link.up {
  background-color: var(--color-primary);
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pagination-link.up::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/paginator/arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(3);
}
.pagination-link.up:hover {
  background-color: var(--color-secondary-hover);
}
.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  width: 46px;
  height: 46px;
}
.pagination-link.next {
  margin-bottom: -17px;
  background-color: var(--color-primary);
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pagination-link.next::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kindermania/img/paginator/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(3);
}
.pagination-link.next:hover {
  background-color: var(--color-secondary-hover);
}
.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: var(--color-secondary-hover);
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-loader {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 20px;
  }
}
.type-category #content .category-title {
  margin-top: 40px;
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.005em;
  color: #141414;
}
@media (max-width: 767px) {
  .type-category #content .category-title {
    margin-top: 30px;
    font-size: 26px;
  }
}
.type-category #content .category-perex {
  font-weight: 400;
  font-size: 14px;
  line-height: 176.5%;
  letter-spacing: -0.005em;
  color: #141414;
}
.type-category #content-wrapper {
  z-index: 1;
  position: relative;
}
.type-category #content-wrapper::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-category #content-wrapper::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .type-category #content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.type-category .category-header input[type="radio"] + label {
  padding-bottom: 28px;
  text-decoration: underline;
  color: var(--color-primary);
  padding-left: 22px;
  padding-right: 22px;
}
.type-category .category-header input[type="radio"] + label:hover {
  background-color: transparent;
  text-decoration: none;
  color: var(--color-primary);
}
.type-category .category-header input[type="radio"]:checked + label {
  background-color: transparent;
  color: #383c43;
  text-decoration: none;
}
.type-category .category-header div {
  font-size: 12px;
  color: #383c43;
  padding-right: 0;
}
.type-category .category-header fieldset {
  margin-left: -22px;
}
.category-header {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .sidebar {
    width: 277px;
    margin-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: transparent;
  }
  .sidebar .sidebar-inner {
    padding: 0;
  }
  .sidebar .sidebar-inner .box {
    border: 1px solid #cfe0ee;
    padding: 0;
  }
  .sidebar .sidebar-inner .box.box-categories h4 {
    display: none;
  }
  .sidebar .sidebar-inner .box.box-categories .categories {
    margin: 0;
  }
  .sidebar .sidebar-inner .box.box-categories .categories:first-of-type .topic > a {
    border-style: none !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a {
    border-top: 1px solid #cfe0ee !important;
    padding: 10px 60px 10px 20px;
    background-color: #f7f9fb;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    transition-duration: 0.3s;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a span.additional {
    position: initial !important;
    width: auto !important;
    height: auto !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: 0.05em;
    text-transform: none;
    display: block !important;
    margin-top: 5px;
    color: #000000 !important;
    transition-duration: 0.3s;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a span.additional::before {
    display: none !important;
    content: none !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a:hover,
  .sidebar .sidebar-inner .box.box-categories .categories .topic.active > a,
  .sidebar .sidebar-inner .box.box-categories .categories .topic.child-active > a {
    background-color: var(--color-primary);
    color: #fff;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a:hover span.additional,
  .sidebar .sidebar-inner .box.box-categories .categories .topic.active > a span.additional,
  .sidebar .sidebar-inner .box.box-categories .categories .topic.child-active > a span.additional {
    color: #fff !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a .cat-trigger {
    top: 50% !important;
    left: auto !important;
    right: 20px !important;
    background-color: var(--color-secondary-hover) !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    transform: translateY(-50%) !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
        align-items: center !important;
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic > a .cat-trigger::before {
    width: 100%;
    height: 100%;
    content: "" !important;
    display: block;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic.active > a .cat-trigger::before {
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-minus.svg");
  }
  .sidebar .sidebar-inner .box.box-categories .categories .topic.active > a .cat-trigger::before {
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-plus.svg");
  }
  .sidebar .sidebar-inner .box.box-categories .categories.expanded .topic.active > a .cat-trigger::before {
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-minus.svg");
  }
  .sidebar .sidebar-inner .box.box-categories .categories:not(.expandable) .topic > a .cat-trigger {
    display: none !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li.expanded a .cat-trigger {
    transform: translateY(-50%) !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li > a {
    background-color: #f7f9fb !important;
    color: #000000 !important;
    position: relative;
    padding: 7px 60px 7px 20px;
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li > a:hover {
    color: var(--color-primary) !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li > a .cat-trigger {
    left: auto !important;
    right: 20px !important;
    top: 50% !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-arrow2.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li > a .cat-trigger::before {
    display: none !important;
    content: none !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li ul li.active a {
    color: var(--color-primary) !important;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li ul a {
    padding: 6px 20px 6px 63px;
    min-height: auto;
  }
  .sidebar .sidebar-inner .box.box-categories .categories > ul li ul a::before {
    content: "";
    display: block;
    position: absolute;
    left: 47px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/sidebar-arrow-last2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
  }
  .sidebar .sidebar-inner .box.box-filters {
    margin: 0;
    padding: 22px 20px 21px 20px;
    margin-top: 64px;
    position: relative;
    background-color: #f7f9fb;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-sections {
    background-color: transparent;
    padding: 0;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-sections .filter-section {
    padding-top: 0;
    padding-bottom: 19px;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-sections .filter-section.filter-section-count {
    padding-bottom: 0;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-total-count {
    text-align: center;
    padding-top: 5px;
    color: #5c5c5c;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-section.filter-section-button {
    border-style: none !important;
    padding: 0;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-section.filter-section-button a {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 176.5%;
    letter-spacing: -0.005em;
    text-decoration: underline;
    text-transform: none;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-section.filter-section-button a::after {
    display: none;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-section.filter-section-button a:hover {
    text-decoration: none;
  }
  .sidebar .sidebar-inner .box.box-filters::before {
    content: "FILTROVÁNÍ";
    top: -10px;
    left: 0;
    position: absolute;
    transform: translateY(-100%);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
  }
  .sidebar .sidebar-inner .box.box-filters h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper h4 {
    margin-top: 0 !important;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .from,
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .to {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(22, 22, 22, 0.96);
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .ui-slider .ui-slider-range {
    background-color: #172f6f;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .slider-content,
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .ui-slider-horizontal {
    height: 2px;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .ui-slider-horizontal .ui-slider-handle {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border-radius: 0;
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/slider-handle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    margin-top: 2px;
  }
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .ui-slider-horizontal .ui-slider-handle::after,
  .sidebar .sidebar-inner .box.box-filters .slider-wrapper .ui-slider-horizontal .ui-slider-handle::before {
    content: none;
  }
  .sidebar .sidebar-inner .box.box-filters input[type="checkbox"] + label,
  .sidebar .sidebar-inner .box.box-filters input[type="radio"] + label {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    color: #161616f5;
    padding-left: 28px;
  }
  .sidebar .sidebar-inner .box.box-filters input[type="checkbox"] + label::before,
  .sidebar .sidebar-inner .box.box-filters input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #cfe0ee;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-count {
    font-weight: 400;
  }
  .sidebar .sidebar-inner .box.box-filters .filter-section label.active {
    font-weight: 400;
  }
  .sidebar .sidebar-inner .box.box-filters input[type="checkbox"]:checked + label::after,
  .sidebar .sidebar-inner .box.box-filters input[type="radio"]:checked + label::after {
    width: 16px;
    height: 16px;
    background-color: var(--color-secondary-hover);
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar .sidebar-inner > div.banner {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
}
.type-product .browse-p .p-prev,
.type-product .browse-p .p-next {
  visibility: hidden;
  display: none !important;
}
.type-product .shp-tabs-holder,
.type-product .shp-tabs {
  background-color: transparent;
  border-color: #0000001a;
}
.type-product .instagram-line {
  margin-top: 0;
}
.type-product .products-related-header {
  margin: auto;
  padding-bottom: 0;
  margin-bottom: -7px;
  font-weight: 400;
  color: #141414;
  font-size: 22px;
  text-transform: none;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding-top: 70px;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .type-product .products-related-header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .type-product .products-related-header {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-product .products-related-header::before {
  content: "";
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-product .products-related-header::before {
    width: 100%;
  }
}
.type-product .products-related .p .availability {
  display: block;
}
.type-product .products-block.products.products-related .p .name::after {
  left: calc(50% + 55px);
}
@media (max-width: 767px) {
  .type-product .products-related,
  .type-product #productsAlternative {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.type-product #productsAlternative.fade {
  padding-top: 0;
  padding-bottom: 20px;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.type-product #productsAlternative.fade::before {
  content: "Podobné produkty";
  position: relative;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: -7px;
  font-weight: 400;
  color: #141414;
  font-size: 22px;
  text-transform: none;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  padding-top: 0;
}
@media (min-width: 992px) {
  .type-product #productsAlternative.fade::before {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .type-product #productsAlternative.fade::before {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-product #productsAlternative.fade::before {
  content: "";
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-product #productsAlternative.fade::before {
    width: 100%;
  }
}
.type-product .products-related {
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .type-product .products-related {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.type-product .products-alternative {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .type-product .products-alternative {
    padding-top: 0;
  }
}
.type-product .p-thumbnails a img {
  border-style: none;
}
.type-product .p-detail-inner-header {
  padding-top: 0;
}
.type-product .p-detail-inner-header h1 {
  color: #141414;
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .type-product .p-detail-inner-header h1 {
    font-size: 22px;
  }
}
.type-product .p-detail-info {
  margin-bottom: 15px;
}
.type-product .p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-product .p-short-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(56, 60, 67, 0.9);
}
.type-product .p-short-description p {
  margin-bottom: 5px;
  color: #141414;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: rgba(56, 60, 67, 0.9);
}
.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 .product-top .price-additional {
  position: absolute;
  color: #141414;
}
.type-product .p-info-wrapper .delivery-time-label {
  color: #141414;
  font-size: 14px;
}
.type-product .p-info-wrapper .show-tooltip.acronym {
  color: #141414;
  font-size: 14px;
  text-decoration: none;
  border-style: none;
}
.type-product .p-info-wrapper .availability-value {
  position: relative;
  left: 240px;
  top: -56px;
  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 .availability-value span[style="color: #009901"] {
  color: #3f9b00 !important;
}
.type-product .p-info-wrapper .availability-value .availability-amount {
  display: none;
}
.type-product .p-info-wrapper .detail-parameters {
  position: relative;
  width: 100%;
  margin-top: 0;
  border-collapse: initial;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list th {
  min-width: 134px;
}
@media (max-width: 430px) {
  .type-product .p-info-wrapper .detail-parameters tbody > .variant-list th {
    min-width: auto;
    max-width: none;
  }
}
.type-product .p-info-wrapper .detail-parameters .advanced-parameter {
  margin-bottom: 0;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list:first-of-type {
  border-top: 1px solid #e1e1e1;
  padding-top: 36px;
  width: 100%;
}
.type-product .p-info-wrapper .detail-parameters tbody > .variant-list:nth-last-child(2) {
  padding-bottom: 36px;
  width: 100%;
}
.type-product .p-info-wrapper .detail-parameters th,
.type-product .p-info-wrapper .detail-parameters td {
  color: #141414;
}
.type-product .p-info-wrapper .detail-parameters th {
  padding-right: 10px;
}
.type-product .p-info-wrapper .detail-parameters tr:last-child {
  position: absolute;
  left: 240px;
  top: -52px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .detail-parameters tr:last-child {
    left: 0;
    top: -50px;
  }
}
.type-product .p-info-wrapper .detail-parameters tr:last-child .delivery-time {
  padding-right: 5px;
}
.type-product .p-info-wrapper .p-final-price-wrapper {
  margin-top: 40px;
  padding-bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .p-final-price-wrapper {
    margin-bottom: 20px;
  }
}
.type-product .p-info-wrapper .price-final-holder {
  font-weight: 800;
  color: #141414;
  font-size: 40px;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .price-final-holder {
    font-size: 30px;
  }
}
.type-product .p-info-wrapper .pr-list-unit {
  display: none;
}
.type-product .p-info-wrapper .add-to-cart {
  padding-top: 30px !important;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .banner {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.type-product .p-info-wrapper .banner img {
  max-width: 55%;
}
@media (max-width: 767px) {
  .type-product .p-info-wrapper .banner img {
    max-width: 100%;
  }
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after {
  font-size: 13px;
  color: #141414;
  display: none;
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after::after {
  display: none;
  content: "";
}
.type-product .p-info-wrapper .chevron-after.chevron-down-after:hover {
  text-decoration: underline;
}
.type-product .social-buttons-wrapper .social-buttons {
  -ms-flex-align: center;
      align-items: center;
  top: 8px;
}
.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: 34px;
}
@media (min-width: 768px) {
  .type-product .social-buttons-wrapper .link-icons .link-icon {
    padding: 0 31.5px;
  }
}
@media (max-width: 420px) {
  .type-product .social-buttons-wrapper .link-icons {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .type-product .social-buttons-wrapper .link-icons a {
    padding: 0;
  }
}
.type-product .social-buttons-wrapper .link-icons a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: none;
  color: #141414;
  transition-duration: 0.1s;
}
.type-product .social-buttons-wrapper .link-icons a:hover {
  color: var(--color-primary);
}
.type-product .social-buttons-wrapper .link-icons a::before {
  content: "";
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}
.type-product .social-buttons-wrapper .link-icons a span {
  color: #141414 !important;
}
.type-product .social-buttons-wrapper .link-icons a.print::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/tisk.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .social-buttons-wrapper .link-icons a.chat::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/zeptat-se.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .social-buttons-wrapper .link-icons a.share::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/sdilet.svg");
  background-size: 20px;
  width: 27px;
  height: 20px;
}
.type-product .social-buttons-wrapper .link-icons a.watchdog::before {
  background-image: url("https://544146.myshoptet.com/user/documents/img/hlidat.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
}
.type-product .price-save {
  color: #141414;
}
.type-product .p-final-price-wrapper .price-standard > span,
.type-product .p-final-price-wrapper .price-save > span {
  color: #141414;
}
.type-product .p-thumbnails-wrapper {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .type-product .description-inner {
    padding: 0;
  }
  .type-product .shp-tabs-wrapper {
    margin-top: -46px;
    padding-top: 56px;
  }
  .type-product .p-detail > .p-detail-inner {
    position: relative;
    z-index: 1;
  }
  .type-product .p-detail > .p-detail-inner::before {
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.type-product .btn.add-to-cart-button.btn-lg {
  border-style: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  text-transform: none;
  color: #fff;
  padding: 15px 39.5px;
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  background-color: var(--color-secondary-hover);
}
.type-product .btn.add-to-cart-button.btn-lg::after {
  content: "";
  margin-left: 5px;
  width: 8px;
  height: 8px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bobkafe/img/cart-arrow-right.svg);
}
@media (max-width: 420px) {
  .type-product .p-info-wrapper .add-to-cart {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .type-product .btn.add-to-cart-button.btn-lg {
    padding-right: 16px;
    padding-left: 16px;
  }
  .type-product .p-detail .add-to-cart .quantity {
    width: 95px;
    padding: 0;
  }
  .type-product .p-detail .quantity input {
    width: 93px !important;
  }
}
@media (max-width: 340px) {
  .type-product .btn.add-to-cart-button.btn-lg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.popup-widget.cart-widget .quantity input {
  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;
  border: 1px solid rgba(0, 0, 0, 0.1) !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: #fff;
  border-width: 2px;
  color: #141414;
}
.type-detail h3 {
  font-weight: 700;
}
.type-detail .extended-description td {
  padding: 15px 0 !important;
}
.type-detail .extended-description th {
  padding: 15px 0 !important;
}
.type-detail .extended-description th span {
  color: #000;
}
@media (max-width: 430px) {
  .type-detail tr.variant-list.variant-not-chosen-anchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .type-detail .variant-list.variant-not-chosen-anchor th {
    padding-bottom: 15px;
  }
  .type-detail tr.surcharge-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .type-detail .surcharge-list th {
    padding-bottom: 15px;
  }
}
.type-detail .advanced-parameter {
  margin: 0 24px 12px 0;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border-style: none;
}
.type-detail .variant-list select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 52px;
  font-size: 13px;
  width: auto;
  min-width: 277px;
}
.type-detail .surcharge-list select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 52px;
  font-size: 13px;
  width: auto;
  min-width: 277px;
}
@media (max-width: 480px) {
  .type-detail .detail-parameters select {
    max-width: 250px;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 15px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #1f2a3a;
  cursor: pointer;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: rgba(216, 201, 178, 0.2);
  color: #000000;
  border: 1px solid #000000;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 1px solid #000;
}
.type-detail .variant-list.variant-not-chosen-anchor th {
  color: #000;
  font-size: 15px;
  min-width: 150px;
}
.type-detail .surcharge-list th {
  color: #000;
  font-size: 15px;
  min-width: 150px;
}
.type-detail .detail-parameters {
  width: 100%;
  margin-bottom: 0;
}
.type-detail .detail-parameters th {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .type-detail .detail-parameters th {
    padding-right: 5px;
  }
}
.type-detail .detail-parameters tbody {
  display: block;
}
.type-detail .remove-border-bottom {
  border-bottom: none !important;
}
.type-detail .detail-parameters {
  padding-top: 0;
}
.type-detail .detail-parameters th + th {
  padding-bottom: 35px;
}
.type-detail .detail-parameters td + td {
  padding-bottom: 35px;
}
.type-detail .extended-description .detail-parameters tbody {
  display: contents;
}
.type-detail .surcharge-list select {
  border: 1px solid #0000001a;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding-left: 18px;
}
.shp-tabs-wrapper {
  padding-top: 48px;
  padding-bottom: 50px;
  color: #141414 !important;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.shp-tabs-wrapper::before {
  content: "";
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  z-index: -1;
}
.shp-tabs-wrapper h3,
.shp-tabs-wrapper h1,
.shp-tabs-wrapper h2,
.shp-tabs-wrapper h4,
.shp-tabs-wrapper h6 {
  color: #141414 !important;
  font-weight: 700;
}
.shp-tabs-wrapper .basic-description > h3:first-child {
  font-size: 32px;
}
.shp-tabs-wrapper h3 {
  font-size: 32px;
}
.shp-tabs-holder ul.shp-tabs li a {
  border-style: none !important;
  border-width: 0 !important;
}
.shp-tabs-holder ul.shp-tabs li a:hover {
  text-decoration: underline;
}
.shp-tabs-holder ul.shp-tabs li a[href="#productsAlternative"] {
  display: none;
}
.shp-tabs-holder ul.shp-tabs li.active a:hover {
  text-decoration: none;
}
.type-product .shp-tabs-holder {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .type-product .product-top .p-image-wrapper {
    -ms-flex-order: -1;
        order: -1;
  }
}
.type-product .add-to-cart .quantity .increase:before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/plus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
.type-product .add-to-cart .quantity .decrease::before {
  content: "";
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/artedo/img/minus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  width: 24px;
  height: 20px;
}
.type-product .variant-list select {
  border: 1px solid #0000001a;
  border-radius: 4px;
  min-height: 48px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Esoldi/img/input-arrow.svg);
}
@media (max-width: 480px) {
  .type-product .variant-list select {
    width: 50vw;
  }
}
.type-product .social-buttons-wrapper {
  border-top: 1px solid #e1e1e1;
  margin-top: 32px;
}
.type-product .shp-tabs-wrapper::before {
  content: "";
  background-color: #f8f8f8;
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.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;
  }
}
.type-product .products-related:after {
  content: none;
}
.type-product .product-top {
  background-color: transparent;
  position: relative;
  margin-top: 50px;
}
.type-product .product-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  width: 100vw;
  height: 100%;
}
.type-product .content-wrapper {
  background-color: transparent;
}
@media (max-width: 767px) {
  .type-product .content-wrapper {
    margin-top: 30px;
  }
}
.type-product .p-detail-inner-header .p-code {
  display: none;
}
.type-detail .detail-parameters {
  padding-top: 0;
  width: 100%;
  margin-bottom: 0;
}
.type-detail .extended-description .detail-parameters tbody {
  display: contents;
}
.type-product .extended-description > .detail-parameters > tbody {
  border-style: none;
}
.type-product .tab-content .detail-parameters tbody {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .type-product .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .type-detail .p-detail-info > div {
    margin-bottom: 10px !important;
  }
}
.type-detail .detail-parameters tbody {
  border-top: 0.5px solid #e1e1e1;
  margin-top: 24px;
  padding-top: 35px;
}
.type-detail .detail-parameters tbody .surcharge-list {
  padding-bottom: 35px;
  display: block;
}
@media (max-width: 480px) {
  .type-detail .detail-parameters tbody .surcharge-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .type-detail .surcharge-list th {
    min-width: 256px !important;
  }
  .type-detail .surcharge-list select {
    min-width: 275px;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/GoldPC/img/input-arrow.svg);
    background-size: 52px;
    background-position-x: calc(100% + 2px);
  }
}
.type-product .tab-content .detail-parameters tr:nth-child(odd) {
  background-color: #fff;
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  opacity: 0.7;
}
.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 {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 66.666666%;
    padding-right: 40px;
  }
  .type-detail .extended-description {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 33.333333%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .type-detail .p-detail-inner > .p-detail-inner-header {
    display: none;
  }
  .type-detail .product-top > .col-xs-12:first-of-type > .p-detail-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .shp-tabs-wrapper .basic-description > h3:first-child,
  .shp-tabs-wrapper h3 {
    font-size: 22px !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: #141414 !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 5px);
    margin-left: -5px;
  }
}
.cart-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: revert;
        flex-direction: revert;
  }
}
.cart-table .p-total {
  text-align: right;
  min-width: 150px;
  margin-right: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.cart-table .p-name {
  max-width: 550px;
  padding-left: 25px;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0 !important;
  }
}
.cart-table .p-name a {
  font-size: 1em;
  font-weight: 600 !important;
}
.cart-table .p-name a > span,
.cart-table .p-name a > div {
  margin-top: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name a {
    font-size: 1em;
  }
  .ordering-process .cart-table .related .cart-related-product {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cart-table .related .cart-related-info {
    width: calc(100% - 20px) !important;
  }
  .cart-table .related .cart-related-info a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ordering-process .cart-table .related .cart-related-button .price {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .cart-table .related .cart-related-button {
    -ms-flex-direction: column;
        flex-direction: column;
    width: calc(100% - 20px) !important;
  }
  .cart-table tr.related.visible {
    max-height: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cart-table tr.related.visible {
    padding-top: 0;
  }
  .cart-table .related .cart-related-button {
    -ms-flex-pack: center !important;
        justify-content: center !important;
    -ms-flex-align: center !important;
        align-items: center !important;
  }
}
.cart-content .discount-coupon::before {
  content: "Dárky a slevy";
  display: block;
  margin-bottom: 24px;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
}
.cart-content .cart-summary .discount-coupon h4 {
  display: block;
  margin-bottom: 24px;
  color: #171717;
  font-size: 24px;
  font-weight: 700;
}
.cart-table tr.removeable::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  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: 1199px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
}
.cart-table .related .cart-related-button .btn {
  height: 38px;
  line-height: 38px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }
}
.cart-table .related .cart-related-button .btn:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-table .related > td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related > td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td {
    padding-left: 0;
  }
}
.cart-table .related > td:before {
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  content: "";
  position: absolute;
  left: 125px;
  top: -11px;
  transform: rotate(-45deg);
}
.cart-table .related .cart-related-info a {
  font-weight: 500;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 700;
  font-size: 13px;
}
.cart-table .related .cart-related-availability span {
  color: #383c43 !important;
}
.cart-table tr.related td {
  background-color: #fff;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #f5f5f5;
  padding: 5px 20px 5px 15px;
  border-radius: 4px;
  position: relative;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 5px;
    background: transparent;
  }
}
.cart-table .related .cart-related-button {
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      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 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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;
  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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: 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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      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: #141414;
  font-weight: 500;
  min-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.cart-table .remove-item:before {
  color: #141414;
}
.cart-table .remove-item:hover:before {
  color: red;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      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;
    overflow: hidden;
  }
  .cart-table tr td.p-total {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start !important;
        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: #141414;
}
.cart-table tr td.p-price .price-final {
  color: #141414;
  font-weight: 500;
}
.cart-table tr td.p-price .unit-value {
  color: #141414;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
.cart-table tr td.p-name a {
  font-size: 16px;
}
.cart-table tr td .show-related {
  color: #141414 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#checkoutSidebar .next-step {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      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: #141414;
}
#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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start !important;
      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;
}
@media (max-width: 767px) {
  .ordering-process.id--9 .cart-content {
    padding-left: 15px !important;
    padding-right: 15px !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;
    line-height: 1.2;
  }
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 40px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  filter: brightness(0);
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/MOIRA/img/list.svg") no-repeat center;
  background-size: 23px;
}
#checkoutContent .form-group label {
  font-weight: 700;
  font-size: 15px;
  color: #141414;
  margin-bottom: 10px;
}
.ordering-process .cart-row .col-md-8 {
  padding-right: 0 !important;
}
.ordering-process .cart-table .related .cart-related-product {
  background-color: #ececec80;
  border-radius: 0;
  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;
  -ms-flex-align: end;
      align-items: flex-end;
}
.ordering-process .cart-table .related .cart-related-button .price small {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .ordering-process .cart-table .related .cart-related-button .price {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.ordering-process .cart-table .related > td:before {
  display: none;
}
.ordering-process .cart-related-availability {
  text-align: center;
}
.ordering-process {
  background-color: #fff !important;
  background-image: none;
}
.ordering-process .cart-table .related .cart-related-button .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 20px 10px;
  height: 48px;
  width: 117px;
  background-color: var(--color-primary);
  color: #fff;
  transition-duration: 0.2s;
}
.ordering-process .cart-table .related .cart-related-button .btn.add-to-cart-button::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/do-kosiku-arrow.svg");
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  background-size: 9px;
  margin-bottom: -3px;
}
.ordering-process .cart-table .related .cart-related-button .btn:hover {
  opacity: 0.8;
}
#checkoutContent .form-group .form-control {
  border: 1px solid #00000033;
  background-color: #fff;
  color: #141414;
  font-size: 15px;
  font-weight: 400;
  height: 52px;
  padding-left: 17px;
  border-radius: 0;
}
#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/MOIRA/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/MOIRA/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: #141414;
  background: transparent;
  border-width: 2px;
}
.co-box .radio-wrapper input[type="checkbox"] + label::after,
.radio-wrapper input[type="radio"] + label::after {
  background: transparent;
}
.co-box .radio-wrapper.active label > span b,
.co-box .for-free {
  color: #141414;
}
.co-box .form-group {
  width: 100% !important;
}
.co-box .payment-info b,
.payment-shipping-price {
  text-transform: none;
  color: #141414;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::before,
.radio-wrapper input[type="radio"]:checked + label::before {
  border-color: #141414;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background: #141414;
}
#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;
  -ms-flex-align: start;
      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: #141414;
}
#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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .form-group,
  #checkoutContent .cart-content .shipping-billing-table,
  #checkoutContent .cart-content .shipping-billing-table {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content #note {
    margin: 0 10px 20px 10px;
  }
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.order-summary .cart-items .cart-item > div {
  border: none !important;
}
.cart-content .order-summary .price-wrapper {
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      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;
  text-transform: uppercase !important;
}
.cart-content .order-summary .recapitulation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #141414;
  border-style: none !important;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .next-step {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  /*&:before {
        width: 100%;
        height: 1px;
        content: '';
        background: @border;
        position: absolute;
        top: 0;
        left: 0;
      }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.cart-content .next-step .btn {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ordering-process input[type="checkbox"] + label::before,
.ordering-process input[type="radio"] + label::before {
  border-color: #141414;
}
.ordering-process input[type="checkbox"]:checked + label::before,
.ordering-process input[type="radio"]:checked + label::before {
  border-color: #141414;
}
.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;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 600;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .cart-table tr:after {
    display: none;
    content: none !important;
  }
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0;
  width: 50%;
  max-width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 1.5em;
  }
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 15px 0;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: "\e92a";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  -ms-flex-align: center;
      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/MOIRA/img/kosik-truck.svg");
  color: #141414;
}
.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: 16px;
  }
}
.cart-summary > h4 {
  display: none;
}
.ordering-process.id--9 .price-primary,
.ordering-process.id--16 .price-primary,
.ordering-process.id--17 .price-primary {
  color: #141414;
}
.ordering-process.id--9 .cart-content.summary-wrapper .price-wrapper .price-label,
.ordering-process.id--16 .cart-content.summary-wrapper .price-wrapper .price-label,
.ordering-process.id--17 .cart-content.summary-wrapper .price-wrapper .price-label {
  color: #141414 !important;
}
.ordering-process.id--9 .cart-content.summary-wrapper .price-wrapper .price-secondary,
.ordering-process.id--16 .cart-content.summary-wrapper .price-wrapper .price-secondary,
.ordering-process.id--17 .cart-content.summary-wrapper .price-wrapper .price-secondary {
  color: #1e1e1c66 !important;
}
.ordering-process.id--9 .cart-content.summary-wrapper .next-step-back,
.ordering-process.id--16 .cart-content.summary-wrapper .next-step-back,
.ordering-process.id--17 .cart-content.summary-wrapper .next-step-back {
  color: #141414 !important;
}
.cart-table .p-total {
  min-width: auto;
}
.contact-box > strong {
  color: #141414;
}
.cart-content .next-step {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 991px) {
  .cart-content .next-step {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.ordering-process.id--9 .back-shopping-link {
  display: none;
}
.cart-content.summary-wrapper .next-step-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
}
.cart-content.summary-wrapper .next-step-back:hover {
  text-decoration: underline;
}
.cart-content.summary-wrapper .next-step-back::after {
  width: 16px;
  height: 16px;
  display: block;
  content: "" !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/MOIRA/img/shop-back-arrow.svg") no-repeat center;
  background-size: 16px;
  margin-right: 4px;
  filter: brightness(0);
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  -ms-flex-align: center;
      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 {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .ordering-process.id--9 .sidebar-in-cart {
    padding-top: 0 !important;
  }
  .ordering-process.id--9 .cart-content.summary-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
  }
}
.cart-item > div.cart-item-amount {
  display: none;
}
@media (max-width: 767px) {
  .in-dekujeme.ordering-process .content-wrapper.container {
    padding-right: 17px;
    padding-left: 17px;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box h4 {
    padding-left: 60px;
  }
  .in-dekujeme.ordering-process .cart-table tbody {
    padding-right: 17px;
  }
}
.ordering-process.id--16 .order-summary .cart-items .cart-item > div,
.ordering-process.id--17 .order-summary .cart-items .cart-item > div,
.ordering-process.id--16 .order-recapitulation,
.ordering-process.id--17 .order-recapitulation {
  color: #141414;
}
.ordering-process.id--16 .checkout-box,
.ordering-process.id--17 .checkout-box {
  display: none;
}
.ordering-process.id--16 .order-summary-inner h4,
.ordering-process.id--17 .order-summary-inner h4 {
  color: #141414;
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .ordering-process.id--16 .cart-inner,
  .ordering-process.id--17 .cart-inner {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
}
.ordering-process.id--16 #checkoutContent .cart-content .co-box h4,
.ordering-process.id--17 #checkoutContent .cart-content .co-box h4 {
  color: #141414;
}
@media (max-width: 991px) {
  .ordering-process.id--16 #checkoutContent .cart-content,
  .ordering-process.id--17 #checkoutContent .cart-content {
    padding: 0 !important;
  }
}
.ordering-process.id--16 #checkoutSidebar .cart-content,
.ordering-process.id--17 #checkoutSidebar .cart-content {
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.ordering-process.id--16 #checkoutSidebar,
.ordering-process.id--17 #checkoutSidebar {
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .ordering-process.id--16 #checkoutSidebar,
  .ordering-process.id--17 #checkoutSidebar {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  .ordering-process.id--16 #checkoutSidebar,
  .ordering-process.id--17 #checkoutSidebar {
    padding-top: 0;
  }
}
.ordering-process.id--16 #checkoutContent .cart-content .co-box,
.ordering-process.id--17 #checkoutContent .cart-content .co-box {
  border: 2px solid #f5f5f5;
  border-radius: 0;
  padding: 0px 15px 20px 15px !important;
}
.ordering-process.id--16 .cart-item-name a,
.ordering-process.id--17 .cart-item-name a {
  color: #141414;
  font-weight: 700;
}
.ordering-process.id--16 .cart-item-name a .main-link-variant,
.ordering-process.id--17 .cart-item-name a .main-link-variant {
  font-weight: 400;
}
.ordering-process.id--16 .cart-item-name a:hover,
.ordering-process.id--17 .cart-item-name a:hover {
  text-decoration: underline;
}
.ordering-process.id--16 .cart-content .order-summary .recapitulation-single strong span,
.ordering-process.id--17 .cart-content .order-summary .recapitulation-single strong span {
  color: #141414;
}
.scrolled .ordering-process.id--16 #checkoutSidebar,
.scrolled .ordering-process.id--17 #checkoutSidebar {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .scrolled .ordering-process.id--16 #checkoutSidebar,
  .scrolled .ordering-process.id--17 #checkoutSidebar {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .ordering-process.id--16 #checkoutContent,
  .ordering-process.id--17 #checkoutContent {
    padding-bottom: 0;
  }
}
.ordering-process.id--17 #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: 0;
  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: 1199px) {
  .ordering-process .cart-content.summary-wrapper .next-step-forward,
  .cart-content .next-step .btn {
    padding: 2px 6px;
    min-width: 115px;
  }
}
.ordering-process .cart-content.summary-wrapper .next-step-forward::after,
.cart-content .next-step .btn::after {
  display: none;
}
.ordering-process.id--17 #checkoutContent .form-group .form-control {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .ordering-process .cart-table {
    padding: 50px 20px 40px 40px !important;
  }
}
@media (max-width: 767px) {
  .ordering-process .cart-table {
    padding: 0 !important;
  }
}
.cart-content .cart-summary {
  padding-top: 0;
  position: relative;
  padding-bottom: 20px;
  /* @media @mobile-land {
         padding-bottom: 115px;
       }*/
}
.cart-content .cart-summary h4 {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ordering-process.id--9 .col-md-8 .cart-content {
    padding-right: 0 !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: 0;
  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: 0;
}
.cart-content .cart-header {
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  background: transparent;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom-width: 0 !important;
  margin: -20px -20px 20px -20px;
  width: 82%;
  padding-bottom: 25px !important;
  position: relative;
  top: -24px;
  margin-bottom: -30px !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cart-content .cart-header {
    width: 70% !important;
  }
}
@media (max-width: 767px) {
  .cart-content .cart-header {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-content .cart-header {
    top: -15px;
  }
}
@media (max-width: 991px) {
  .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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header:before {
  width: 90%;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  content: "";
  transform: translate(-50%, -50%);
  /*@media @1500-min {
          width: 550px;
        }*/
}
@media only screen and (max-width: 1199px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .cart-content .cart-header li {
    width: auto;
    padding: 0;
    display: block;
    border: none;
  }
  .cart-content.summary-wrapper .price-wrapper {
    margin-bottom: 0;
  }
  .cart-table tr td {
    width: 100%;
    text-align: center !important;
    -ms-flex-align: center;
        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 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        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: #141414 !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: 0 !important;
}
@media (max-width: 1500px) {
  .sidebar-in-cart {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ordering-process .cart-content {
    padding-left: 0 !important;
  }
  .ordering-process .cart-content .cart-table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ordering-process.ordering-process.id--9 .cart-content .cart-header {
    margin-left: 0;
  }
}
.ordering-process .cart-table tr:last-child::after {
  display: none;
}
.ordering-process .delivery-time {
  display: none;
}
.ordering-process > .container {
  display: none;
}
.ordering-process .cart-table {
  border: 2px solid #f5f5f5 !important;
  border-radius: 0 !important;
  border-collapse: initial;
  padding: 50px 20px 0 40px;
  margin-left: -20px;
  margin-right: -20px;
}
/*.cart-content .cart-header li strong span {
  opacity: 0.4;
}

.cart-content .cart-header li.active strong span {
  opacity: 1;
}*/
.cart-content .cart-header li a,
.cart-content .cart-header li strong {
  padding: 0;
}
@media only screen and (max-width: 1500px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    letter-spacing: 0.5px;
    font-size: 1.5em;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.1em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 0;
  }
}
.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
  padding-left: 0;
}
.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
  padding-right: 0;
}
.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .discount-coupon {
  /*position: absolute;
      left: 20px;
      bottom: 10px;
      width: calc(~'100% - 40px');*/
  padding-left: 0;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  border: 1px solid;
}
.cart-content .discount-coupon label {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  color: #292b32;
  line-height: 18px;
}
.cart-content .cart-summary h4 {
  margin-top: 25px;
}
.cart-content .discount-coupon .applied-coupon {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      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: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cart-content .discount-coupon form input {
  height: 51px;
  border-radius: 0;
  padding-right: 45px;
}
.cart-content .discount-coupon form input:-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}
.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: #141414;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background-color: #141414;
}
#checkoutContent .cart-content .co-box .radio-wrapper.active {
  border-radius: 0 !important;
}
.ordering-process.id--16 #checkoutContent .cart-content .co-box,
.ordering-process.id--17 #checkoutContent .cart-content .co-box {
  border-radius: 0;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  margin-left: -38px;
  height: 51px;
  min-height: 51px;
  border-radius: 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  border-color: var(--color-primary);
  color: var(--color-primary);
  text-transform: none;
  font-weight: 700;
}
.cart-content .discount-coupon form .btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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: -ms-flexbox;
  display: flex;
  min-width: 36px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.cart-content .extras-wrapper {
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .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: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0 !important;
  -ms-flex-align: center;
      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 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
.cart-empty h1.cart-heading {
  margin-bottom: 20px;
}
.cart-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.cart-row .col-md-8 {
  padding-right: 50px !important;
  -ms-flex: 0 0 67%;
      flex: 0 0 67%;
  max-width: 67%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cart-row .col-md-8 {
    padding-top: 30px;
  }
  .cart-row .col-md-8 .cart-header {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .ordering-process.id--16 .cart-row .col-md-8 .cart-header,
  .ordering-process.id--17 .cart-row .col-md-8 .cart-header {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ordering-process.id--9 .cart-row .col-md-8 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .ordering-process .content-wrapper.container .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-row .col-md-8 {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .cart-row .col-md-8 {
    -ms-flex: 0 0 100%;
        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 {
  -ms-flex: inherit;
      flex: inherit;
  width: 33%;
  padding-top: 0px;
  max-width: 440px;
}
.cart-content + .cart-content {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .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: 991px) {
  .cart-row .col-md-4 h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-row .col-md-4 {
    -ms-flex: 0 0 100%;
        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;
}
.ordering-process .cart-table tr td.p-price {
  display: none;
}
@media (max-width: 767px) {
  .ordering-process .cart-table tr td.p-total .p-label {
    display: none;
  }
  .ordering-process .cart-table tr td .p-label {
    display: none;
  }
  .ordering-process .cart-table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    border-style: none !important;
  }
  .ordering-process .cart-content .cart-header:before {
    display: none;
  }
  .ordering-process #content-wrapper {
    margin-top: 0;
  }
  .ordering-process .cart-header {
    margin: 0 !important;
    margin-bottom: -20px !important;
  }
}
.in-dekujeme .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ordering-process .next-step-back::before {
  display: none !important;
}
.ordering-process .quantity input {
  width: 118px !important;
  height: 51px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ordering-process .cart-content.checkout-box-wrapper {
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.ordering-process .cart-content.checkout-box-wrapper .contact-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      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;
}
@media (max-width: 767px) {
  .ordering-process #content-wrapper {
    margin-top: 71px;
  }
}
.ordering-process #content-wrapper {
  position: relative;
  padding-top: 30px !important;
}
.ordering-process.id--16 #content-wrapper,
.ordering-process.id--17 #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;
}
.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: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      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: 991px) {
  .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 {
  transform: none;
}
.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 {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 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;
    max-width: 45px;
  }
}
.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: #141414 !important;
}
.payment-shipping-price {
  padding-left: 10px;
  font-weight: 700;
  /* &.for-free {
      color: #26ba2a;
    }*/
}
.order-summary-item.helper {
  display: none;
}
.ordering-process.id--16 .cart-content .order-summary .recapitulation-single strong span,
.ordering-process.id--17 .cart-content .order-summary .recapitulation-single strong span {
  font-weight: 400;
}
.payment-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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 {
  -ms-flex-pack: start;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        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 {
  -ms-flex-align: center;
      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 .order-summary-item.helper {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper > div:first-child {
  -ms-flex: 0 0 140px;
      flex: 0 0 140px;
}
.cart-content .order-summary .order-summary-inner .order-summary-item.helper > div:last-child {
  -ms-flex: 1 1 calc(100% - 140px);
      flex: 1 1 calc(100% - 140px);
}
.cart-content .order-summary .order-summary-inner .order-recapitulation > div,
.cart-content .order-summary .order-summary-inner .cart-items > div {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-content .order-summary .order-summary-inner .cart-items > div {
  border-bottom: 1px solid #141414;
}
.cart-content {
  background-color: transparent;
}
.ordering-process.id--9 .contact-box ul li > span::before {
  filter: none;
  width: 30px;
}
.ordering-process .cart-table,
.ordering-process .cart-content {
  border-radius: 0 !important;
}
.ordering-process.id--9 .cart-content.summary-wrapper .next-step-forward,
.ordering-process.id--9 .cart-content .next-step .btn {
  text-transform: uppercase;
  font-size: 15px;
}
.ordering-process.ordering-process.id--9 .checkout-box-wrapper .contact-box ul li span {
  padding-left: 35px;
}
.ordering-process.id--16 a.next-step-back,
.ordering-process.id--17 a.next-step-back {
  color: #fff;
}
.ordering-process.id--16 .cart-content .next-step .btn,
.ordering-process.id--17 .cart-content .next-step .btn {
  background-color: var(--color-primary);
  text-transform: uppercase;
  font-size: 15px;
}
.ordering-process.id--17 #checkoutSidebar .next-step {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.ordering-process.id--17 #checkoutSidebar .next-step .next-step-finish {
  text-align: center;
  padding: 12px 25px;
  font-size: 15px;
}
.ordering-process.id--17 #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 .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.ordering-process.id--9.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);
}
.ordering-process.id--16 .cart-content .cart-header,
.ordering-process.id--17 .cart-content .cart-header {
  top: -34px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ordering-process.id--16 .cart-content .cart-header,
  .ordering-process.id--17 .cart-content .cart-header {
    top: -24px;
  }
}
.ordering-process.id--16.admin-logged.ordering-process #content-wrapper,
.ordering-process.id--17.admin-logged.ordering-process #content-wrapper {
  padding-top: 0 !important;
}
.ordering-process.id--9 .row {
  margin: 0;
}
@media (max-width: 992px) and (min-width: 768px) {
  .ordering-process.id--16 .row,
  .ordering-process.id--17 .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.ordering-process .quantity .increase::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/vinoprosim/img/plus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}
.ordering-process .quantity .decrease::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/vinoprosim/img/minus.svg");
  width: 20px;
  height: 20px;
  background-size: contain;
}
.cart-content .next-step {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ordering-process .cart-content.summary-wrapper span.order-button-text {
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
}
.cart-content .next-step .btn {
  width: 192px;
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  background-color: #f8f8f8;
}
body.ordering-process {
  background-color: #f8f8f8 !important;
}
.ordering-process .cart-content.checkout-box-wrapper,
.ordering-process .cart-content.summary-wrapper,
.ordering-process .cart-table {
  background-color: #fff !important;
}
.cart-content .extras-wrapper .extras-col .extras-wrap {
  background-color: #fff;
}
.cart-content .extra.delivery:before {
  filter: brightness(0);
}
.cart-content .extras-wrapper .extra {
  margin: 0;
  padding: 32.5px 27px;
}
.cart-content .extras-wrapper .extras-col .extras-wrap {
  padding-left: 22px;
}
.ordering-process .cart-table {
  border-style: none !important;
}
.ordering-process .cart-empty .col-md-4 .cart-content,
.ordering-process .checkout-box,
.ordering-process .checkout-box-wrapper {
  margin-bottom: 27px;
}
.cart-row > div.col-md-4 {
  margin-top: 63px !important;
}
@media (max-width: 1500px) {
  .cart-row > div.col-md-4 {
    margin-top: 67px !important;
  }
}
@media (max-width: 991px) {
  .cart-row > div.col-md-4 {
    margin-top: -40px !important;
  }
}
@media (max-width: 767px) {
  .cart-row > div.col-md-4 {
    margin-top: -29px !important;
  }
}
.ordering-process.id--16 #checkoutSidebar,
.ordering-process.id--17 #checkoutSidebar {
  margin-top: 83px !important;
}
@media (max-width: 1500px) {
  .ordering-process.id--16 #checkoutSidebar,
  .ordering-process.id--17 #checkoutSidebar {
    margin-top: 87px !important;
  }
}
@media (max-width: 991px) {
  .ordering-process.id--16 #checkoutSidebar,
  .ordering-process.id--17 #checkoutSidebar {
    margin-top: 15px !important;
  }
}
.order-button-suffix {
  margin: 0;
  padding: 0;
}
.ordering-process.id--16 #checkoutContent .cart-content .co-box,
.ordering-process.id--17 #checkoutContent .cart-content .co-box {
  border-style: none;
}
.ordering-process.id--16 #checkoutSidebar,
.ordering-process.id--17 #checkoutSidebar {
  padding-top: 0;
}
.ordering-process.id--16 #checkoutSidebar .cart-content,
.ordering-process.id--17 #checkoutSidebar .cart-content,
.ordering-process.id--16 #checkoutContent .cart-content .co-box,
.ordering-process.id--17 #checkoutContent .cart-content .co-box {
  background-color: #fff !important;
}
.ordering-process.id--16 #checkoutContent .cart-content .co-box,
.ordering-process.id--17 #checkoutContent .cart-content .co-box {
  padding-top: 22px !important;
}
#checkoutSidebar .next-step {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#checkoutContent .cart-content .co-box .radio-wrapper.active {
  border-radius: 0 !important;
  background-color: #ff00001a !important;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label:after,
.co-box .radio-wrapper input[type="radio"]:checked + label:after {
  background-color: #000;
}
.ordering-process {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .ordering-process #content-wrapper {
    margin-top: 0;
  }
  .cart-table tbody {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.continue-shopping {
  line-height: 1.2;
}
.cart-content.summary-wrapper .next-step-back:after {
  width: 20px;
  height: 18px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cart-content .cart-header {
    width: 110%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .ordering-process .cart-table {
    padding: 50px 20px 40px 15px !important;
  }
}
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.ordering-process.id--9 .cart-row .col-md-8 {
  padding-top: 60px;
}
.ordering-process.id--9 .cart-content .cart-header {
  top: -34px;
}
.ordering-process.id--9 .cart-row > div.col-md-4 {
  margin-top: 82px !important;
}
@media (max-width: 1500px) {
  .ordering-process.id--9 .cart-row > div.col-md-4 {
    margin-top: 87px !important;
  }
}
@media (max-width: 991px) {
  .ordering-process.id--9 .cart-row > div.col-md-4 {
    margin-top: -40px !important;
  }
}
@media (max-width: 767px) {
  .ordering-process.id--9 .cart-row > div.col-md-4 {
    margin-top: -29px !important;
  }
}
.ordering-process .cart-table .p-quantity .quantity input {
  border-radius: 150px;
}
.contact-box {
  min-height: auto;
}
.ordering-process.id--16 .cart-item > div.cart-item-name,
.ordering-process.id--17 .cart-item > div.cart-item-name {
  text-transform: none;
}
.ordering-process.id--16 .cart-content .order-summary .order-summary-inner .cart-items > div,
.ordering-process.id--17 .cart-content .order-summary .order-summary-inner .cart-items > div {
  border-color: #e3e3e3;
}
.ordering-process.id--16 .cart-content .order-summary .order-summary-inner h4,
.ordering-process.id--17 .cart-content .order-summary .order-summary-inner h4 {
  text-transform: none !important;
}
.ordering-process.id--9.ordering-process #content-wrapper {
  padding-top: 8px !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process.id--9.ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
.type-page #content-wrapper {
  margin-bottom: 67px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .type-page #content-wrapper {
    margin-bottom: 40px;
    padding: 16px 32px;
  }
}
.type-page #content-wrapper::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-page #content-wrapper::before {
    width: calc(100% - 32px);
  }
}
.type-page .overall-wrapper {
  overflow-x: hidden;
}
.type-page .sidebar-left {
  display: none;
}
.type-page .content-inner {
  max-width: none;
}
.type-page #content header h1 {
  color: #141414;
  font-weight: 700;
  font-size: 32px;
  margin-top: 10px;
  text-transform: none;
  margin-top: 12px;
  text-align: left;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .type-page #content header h1 {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
.type-page #content h2,
.type-page #content h2 span {
  font-weight: 700 !important;
  color: #000;
  font-size: 18px !important;
}
.type-page #content-wrapper strong,
.type-page #content-wrapper span {
  color: #434343;
}
.type-page .msg.msg-error span {
  color: #fff;
}
.instagram-follow-btn {
  margin: 0 0 24px 0;
  text-transform: none;
  font-size: 32px;
  color: #333333;
  font-weight: 700;
}
.type-index .instagram-line h4 {
  margin-top: 0;
}
.instagram-line {
  width: 100% !important;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-bottom: -1px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fafafa;
}
.instagram-line h4 {
  margin: 60px 16px 20px 0;
  padding: 0;
  text-align: center;
  height: auto;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  color: #333333;
  font-weight: 700;
}
@media (max-width: 991px) {
  .instagram-line h4 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .instagram-line h4 {
    font-size: 24px;
  }
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .instagram-line .instagram-widget {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 16.6666667%;
  padding-bottom: calc(16.6666667% - 4px);
  height: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .instagram-line .instagram-widget > a {
    width: 50%;
    padding-bottom: calc(50% - 4px);
  }
  .instagram-line .instagram-widget > a:nth-child(n + 6) {
    display: none;
  }
}
.instagram-line .instagram-widget > a:nth-child(n + 8) {
  display: none;
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  display: none;
}
.in-index .instagram-line {
  margin-top: 0 !important;
}
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  min-width: calc(100% + 32px) !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  color: #141414;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  background-color: transparent;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -16px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-style: none;
  border-bottom: 1px solid #0000000d;
}
@media (min-width: 768px) {
  footer .custom-footer > div.extended.newsletter {
    min-width: calc(100% + 160px) !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    margin-left: -80px;
    border: 1px solid #0000000d;
  }
}
@media only screen and (max-width: 1199px) {
  footer .custom-footer > div.extended.newsletter {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter .topic {
    margin-bottom: 40px;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 733px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #141414;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #141414 !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button:-ms-input-placeholder {
  font-weight: 600;
  color: #141414;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
  color: #141414;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 0;
  padding: 0 30px;
  padding-right: 140px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: #141414;
  margin-bottom: 0;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    border: 1px solid #f4f4f4;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 66px;
  }
}
@media only screen and (max-width: 479px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 16px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input:-ms-input-placeholder {
  color: #141414;
  font-size: 13px;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #141414;
  font-size: 13px;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 15px !important;
  color: #fff;
  overflow: hidden;
  border-radius: 0 !important;
  right: 0;
  opacity: 1;
  border: none;
  background-color: var(--color-primary) !important;
  font-weight: 700;
  line-height: 100%;
  padding-left: 27px;
  padding-right: 27px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter form button {
    height: 66px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  white-space: nowrap;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  background-color: var(--color-secondary-hover) !important;
  opacity: 1;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #141414;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #141414;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 18px !important;
  color: #141414 !important;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    margin-bottom: 10px !important;
  }
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 700 !important;
  font-size: 32px !important;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
  color: #141414;
  letter-spacing: 0.5px !important;
}
@media (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 24px !important;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.2em;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.4em;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 400;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #141414;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.custom-footer {
  padding-left: 0 !important;
  padding-top: 0;
}
@media (max-width: 991px) {
  .custom-footer > div {
    padding-bottom: 25px;
  }
}
.custom-footer .banner {
  margin-bottom: 0;
  overflow: visible;
}
#footer .news-item-widget time {
  display: none;
}
.contact-box ul li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.custom-footer,
.footer-bottom,
.footer-links-icons {
  border-style: none;
}
#footer .site-name {
  display: none;
}
.custom-footer,
.footer-bottom,
.footer-links-icons {
  background-color: #fff;
}
@media (max-width: 767px) {
  .custom-footer__contact {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .custom-footer__articles {
    margin-bottom: -15px;
  }
}
@media (min-width: 1200px) {
  .custom-footer__banner20 {
    padding-left: 0 !important;
  }
}
#footer {
  overflow-x: hidden;
  background-color: #fff;
}
#footer ul a {
  color: #141414 !important;
  font-size: 14px;
  transition-duration: 0.2s;
  line-height: 1.2;
}
#footer ul a:hover {
  color: #cb687e !important;
  text-decoration: none;
}
#footer .contact-box ul li > span.mail {
  padding-left: 35px;
}
#footer .contact-box ul li > span.mail a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.mail::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
}
#footer .contact-box ul li > span.tel,
#footer .contact-box ul li > span.cellphone {
  padding-left: 35px;
}
#footer .contact-box ul li > span.tel a,
#footer .contact-box ul li > span.cellphone a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.tel::before,
#footer .contact-box ul li > span.cellphone::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
}
#footer .contact-box ul li > span.facebook {
  padding-left: 35px;
}
#footer .contact-box ul li > span.facebook a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.facebook::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
}
#footer .contact-box ul li > span.instagram {
  padding-left: 35px;
}
#footer .contact-box ul li > span.instagram a {
  line-height: normal !important;
}
#footer .contact-box ul li > span.instagram::before {
  content: "";
  top: 0;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/footer_instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  background-position: center;
}
#footer h4 {
  color: #262a36;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 1200px) {
  #footer h4 {
    max-width: 620px;
  }
}
#footer h4 strong {
  letter-spacing: 0.05em;
}
#footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #0000000d;
}
#footer h4.topic::after {
  content: none;
}
.custom-footer__onlinePayments {
  display: none;
}
#footer > .container {
  background-color: #fff;
}
.instagram-line {
  background-color: #fff;
}
.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #signature {
    -ms-flex: none;
        flex: none;
  }
  .copyright {
    line-height: 28px;
  }
}
#signature a {
  font-size: 11px;
  color: #141414;
}
#signature img {
  width: 16px;
  margin-right: 9px;
}
.footer-bottom {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-bottom {
    margin-top: 40px;
  }
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
#footer .contact-box {
  min-height: auto;
}
.copyright,
.copyright strong,
.copyright .podpis a {
  color: #141414;
}
.copyright .podpis {
  font-size: 11px;
}
.copyright .podpis a:hover {
  text-decoration: underline;
}
.footer-bottom .text-center {
  margin-bottom: 0;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .custom-footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .footer-bottom {
    border-top: 1px solid #0000000d !important;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .footer-bottom .copyright,
  .footer-bottom #signature {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .banner {
    min-height: auto;
  }
}
.contact-box ul li > span {
  padding-left: 30px !important;
}
.contact-box ul li > span::before {
  top: 50% !important;
  transform: translateY(-50%);
}
.custom-footer ul li {
  padding-bottom: 0;
  margin-bottom: 17px;
}
.custom-footer ul li:last-child {
  margin-bottom: 0;
}
#footer .news-item-widget a {
  color: #141414;
  line-height: 1.2;
}
#footer .news-item-widget a:hover {
  color: #cb687e;
  text-decoration: none;
}
#footer h5 {
  margin-bottom: 0;
}
#footer .news-item-widget {
  margin-bottom: 17px;
}
#footer .news-item-widget:last-child {
  margin-bottom: 0;
}
.custom-footer__contact {
  display: none;
}
.custom-footer__banner20 .footer-custom-socials {
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
}
@media (max-width: 1199px) {
  .custom-footer__banner20 .footer-custom-socials {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.custom-footer__banner20 .footer-custom-socials a {
  font-size: 0;
}
.custom-footer__banner20 .footer-custom-socials a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custom-footer__banner20 .footer-custom-socials a[title="Instagram"]::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/footer-instagram.svg");
  margin-right: 44px;
}
.custom-footer__banner20 .footer-custom-socials a[title="Facebook"]::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/footer-facebook.svg");
}
#footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 0;
  }
}
#footer .top-navigation-contacts {
  background-color: #eaf5fb;
  border-radius: 20px;
  padding: 35px 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
  max-width: 972px;
}
@media (max-width: 1199px) {
  #footer .top-navigation-contacts {
    max-width: 972px;
  }
}
@media (max-width: 991px) {
  #footer .top-navigation-contacts {
    max-width: 747px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  #footer .top-navigation-contacts {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
}
#footer .top-navigation-contacts a {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  #footer .top-navigation-contacts a {
    word-break: break-word;
  }
  #footer .top-navigation-contacts a:first-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer .top-navigation-contacts a {
    font-size: 18px;
  }
}
#footer .top-navigation-contacts a span {
  display: block !important;
}
#footer .top-navigation-contacts a:hover {
  text-decoration: underline;
}
#footer .top-navigation-contacts a::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  #footer .top-navigation-contacts a::before {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
#footer .top-navigation-contacts a.project-phone::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/footer-phone.svg");
}
#footer .top-navigation-contacts a.project-email::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamaready/img/footer-email.svg");
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  #footer .top-navigation-contacts a.project-email::before {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }
}
.search-whisperer {
  z-index: 999;
  border-radius: 5px;
  border: 1px solid #000;
}
.search-whisperer a,
.search-whisperer .p-name {
  color: #000;
}
.cart-widget-product-image {
  min-width: 76px !important;
  -ms-flex-order: -1;
      order: -1;
}
.cart-widget-product-name {
  -ms-flex-order: -1;
      order: -1;
}
.popup-widget {
  z-index: 999;
}
.popup-widget::before {
  border-width: 1px;
  border-color: var(--color-primary);
}
.popup-widget.login-widget {
  top: 60px;
  margin-left: 95px;
}
.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:-ms-input-placeholder {
  color: #8e9c9c;
  font-weight: 500;
}
.popup-widget.login-widget input::placeholder {
  color: #8e9c9c;
  font-weight: 500;
}
.popup-widget.login-widget .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.popup-widget.cart-widget {
  top: 60px;
  margin-left: 168px;
  border-width: 1px;
  border-color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding: 10px 0px;
}
.popup-widget.cart-widget .quantity-form .quantity .increase::before,
.popup-widget.cart-widget .quantity-form .quantity .decrease::before {
  background-size: 18px;
}
.popup-widget.cart-widget .cart-widget-button {
  padding-top: 55px !important;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 0;
  bottom: 75px;
}
.popup-widget.cart-widget .cart-free-shipping div {
  color: #000;
}
.popup-widget.cart-widget .quantity input {
  border-style: none !important;
  height: 50px !important;
}
.popup-widget.cart-widget .cart-widget-product-name a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.popup-widget.cart-widget strong {
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 5px;
}
.popup-widget.cart-widget .cart-widget-button {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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);
}
.search-whisperer-documents {
  border-bottom-color: transparent;
  border-bottom-style: none;
}
input[type="search"] {
  color: #000 !important;
}
@media (max-width: 1439px) {
  .popup-widget.login-widget {
    margin-left: 45px;
  }
  .popup-widget.cart-widget {
    margin-left: 119px;
  }
}
@media (max-width: 1199px) {
  .popup-widget.login-widget {
    margin-left: 8px;
  }
  .popup-widget.cart-widget {
    margin-left: 77px;
  }
}
@media (max-width: 991px) {
  .popup-widget.login-widget {
    top: 98px;
    margin-left: 0px;
  }
  .popup-widget.cart-widget {
    top: 98px;
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .popup-widget.login-widget {
    top: 98px;
  }
  .popup-widget.cart-widget {
    top: 98px;
  }
  .popup-widget.cart-widget .cart-widget-button {
    padding-left: 30px;
  }
  .popup-widget.cart-widget .cart-widget-button a {
    width: 100%;
  }
  .cart-widget-product {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .cart-widget-product-amount {
    margin: 0;
  }
  .popup-widget.cart-widget .cart-free-shipping {
    text-align: center;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .popup-widget.login-widget {
    top: 66px;
    padding-top: 0;
  }
  .popup-widget.cart-widget {
    top: 66px;
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .popup-widget .quantity-form .quantity input {
    width: 100px;
  }
  .quantity {
    width: 101px;
  }
}
@media (max-width: 479px) {
  .popup-widget .cart-widget-product-amount {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .user-action .container {
    position: relative;
  }
  .user-action .container .popup-widget {
    margin-top: 0 !important;
    left: auto;
  }
  .user-action .container .popup-widget.cart-widget {
    right: -29px !important;
    top: 110px !important;
  }
  .user-action .container .popup-widget.login-widget {
    right: 40px !important;
    top: 94px !important;
  }
  .scrolled-custom .user-action {
    position: fixed;
    left: 0;
    width: 100%;
    top: -44px;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 148px !important;
  }
  .scrolled-custom .popup-widget.cart-widget,
  .scrolled-custom .popup-widget.login-widget {
    top: 94px !important;
  }
  .popup-widget.login-widget .popup-widget-inner {
    border-style: none;
  }
}
@media (max-width: 767px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 65px !important;
  }
}
body {
  background-color: #f5f5f5 !important;
}
.content-wrapper {
  background-color: transparent;
}
body,
html {
  overflow-x: hidden;
}
.products-block .p-bottom > div {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.order-button-text {
  font-size: 15px;
  font-weight: 700;
}
.scrolled .ordering-process.id--16 #checkoutSidebar,
.scrolled .ordering-process.id--17 #checkoutSidebar {
  padding-top: 0;
  position: initial !important;
}
@media (min-width: 1200px) {
  .custom-footer__banner20 {
    width: 30% !important;
  }
  .custom-footer > div {
    width: 23.3333333%;
  }
}
@media (min-width: 768px) {
  .hide-custom {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
}
@media (max-width: 480px) {
  .benefitBanner .benefitBanner__item:last-of-type {
    margin-bottom: 0;
  }
  .type-detail .benefitBanner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.type-product .product-top {
  margin-top: 0;
}
@media (max-width: 991px) {
  .type-product .product-top {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .type-product .product-top {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p-detail-inner-header {
    padding-left: 16px;
    padding-right: 16px;
    z-index: 1;
    position: relative;
  }
  .p-detail-inner-header h1 {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 26px !important;
  }
  .p-detail-inner-header::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.type-product .product-top {
  padding-top: 60px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .type-product .product-top {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.type-product .product-top::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: calc(100vw - 58px);
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .type-product .product-top::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .type-product .product-top::before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .type-product .shp-tabs-wrapper {
    margin-top: 0;
  }
}
.shp-tabs-wrapper {
  padding-top: 40px;
}
.type-product .shp-tabs-wrapper {
  margin-bottom: 32px;
  padding-left: 26px;
  padding-right: 26px;
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  opacity: 1;
  background-color: var(--color-secondary-hover);
}
.type-product .variant-list select {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Fan-shop/img/input-arrow.svg);
  border-radius: 4px;
  padding-left: 15.5px;
}
.type-detail .variant-list select {
  min-width: 221px;
  max-width: 221px;
}
.type-product .social-buttons-wrapper .link-icons a:hover span {
  text-decoration: underline;
}
@media (max-width: 430px) {
  .type-product .p-info-wrapper .detail-parameters tbody > .variant-list {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.type-product .shp-tabs-wrapper {
  padding: 0;
}
.responsive-nav {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 360px) {
  .type-product .p-info-wrapper .add-to-cart {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .type-product .p-info-wrapper .add-to-cart .btn.add-to-cart-button.btn-lg {
    margin-top: 10px;
  }
}
.type-detail .products-block.products {
  padding: 0;
}
.type-detail .products-block.products > div.slick-list {
  margin: 0;
}
.type-detail .products-block.products > div.slick-list .slick-track {
  padding: 33px 0 57px 0;
}
.type-detail .products-block .ratings-wrapper .availability span,
.type-detail .products-block .ratings-wrapper .availability span[style="color:#009901"] {
  -ms-flex-pack: center;
      justify-content: center;
}
.type-product .products-related-header {
  margin-bottom: 0;
  text-transform: none;
  color: #262a36;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .type-product .products-related-header {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .popup-widget .quantity-form .quantity {
    width: 96px;
  }
  .popup-widget .quantity-form .quantity input {
    width: 95px;
  }
  .popup-widget .quantity-form .quantity .decrease,
  .popup-widget .quantity-form .quantity .increase {
    top: 13px !important;
  }
  .popup-widget .cart-widget-product-amount {
    width: 108px;
  }
  .ordering-process.id--9 .cart-content .cart-header {
    top: -9px;
  }
  .ordering-process .user-action > .container .popup-widget.login-widget {
    top: 0;
  }
}
.cart-content .extras-wrapper .extras-col {
  background-color: #fff;
}
.cart-content .discount-coupon {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .cart-content .extras-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cart-content .extras-wrapper {
  max-width: 833px;
}
@media (max-width: 1439px) {
  .cart-content .extras-wrapper {
    max-width: 765px;
  }
}
@media (max-width: 1199px) {
  .cart-content .extras-wrapper {
    max-width: 628px;
  }
}
@media (max-width: 991px) {
  .cart-content .extras-wrapper {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .ordering-process .top-navigation-bar .dropdown {
    right: 59px;
  }
  .ordering-process .top-navigation-bar .top-nav-button-account,
  .ordering-process .top-navigation-bar .top-nav-button-login {
    right: 0;
  }
  .ordering-process .user-action .container .popup-widget.login-widget {
    right: -24px !important;
  }
}
@media (min-width: 768px) {
  .scrolled-custom #header {
    position: fixed;
    top: -93px;
    width: 100%;
    z-index: 999;
    left: 0;
  }
  .scrolled-custom .top-navigation-bar {
    margin-bottom: 151px;
  }
}
@media (max-width: 767px) {
  .ordering-process.id--9 .cart-row .col-md-8 {
    padding-top: 0;
    margin-top: -2px;
  }
  .ordering-process .top-navigation-bar .responsive-tools > a[data-target="login"] {
    right: 16px;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    position: absolute;
    top: 164px !important;
  }
  .ordering-process .popup-widget.cart-widget,
  .ordering-process .popup-widget.login-widget {
    top: 128px !important;
  }
  .scrolled-custom {
    padding-top: 128px;
  }
  .scrolled-custom .popup-widget.cart-widget,
  .scrolled-custom .popup-widget.login-widget {
    position: fixed;
    top: 76px !important;
  }
  .scrolled-custom #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
  }
  .scrolled-custom .top-navigation-bar {
    position: fixed;
    top: -52px;
    width: 100%;
    z-index: 1000;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cart-content .discount-coupon {
    padding-right: 20px;
  }
  .category-header input[type="radio"] + label {
    margin-top: -15px;
  }
  #navigation {
    top: 0 !important;
    margin-top: 0;
    padding-bottom: 0;
  }
  .scrolled-custom #navigation {
    top: 76px !important;
    padding-bottom: 76px;
  }
}
@media (min-width: 768px) {
  #header {
    position: relative;
  }
  #header::before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fbfbfb;
    display: block;
  }
  #navigation .navigation-in > ul > li {
    border-left: 1px solid #f4f4f4 !important;
  }
  #navigation .navigation-in > ul > li > a {
    background-color: transparent;
  }
  #navigation .navigation-in > ul > li:first-of-type {
    border-left-style: none !important;
  }
}
.type-detail .p-detail-inner-header .p-code-label {
  display: inline-block;
}
.type-product .p-detail-inner-header .p-code {
  display: block;
}
@media (min-width: 768px) {
  .type-product .p-detail-inner-header .p-code {
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
.instagram-line h4 {
  display: none;
}
.instagram-line {
  background-color: transparent;
  margin-bottom: 22px;
  margin-right: 18px;
  margin-left: 18px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .instagram-line {
    margin-top: 33px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.instagram-line .instagram-widget {
  margin-left: -36px;
  width: calc(100% - 36px);
}
@media (max-width: 767px) {
  .instagram-line .instagram-widget {
    margin-left: -32px;
    width: calc(100% - 32px);
  }
}
.in-klient.customer-page #content .content-inner {
  overflow: auto;
}
.in-objednavky.customer-page .cart-table tr td .p-label {
  position: initial;
  transform: none;
  background-color: transparent;
  color: #262a36;
}
.in-objednavky.customer-page .cart-table thead tr {
  width: auto;
  padding-bottom: 20px;
}
.in-doprava-a-platba #content article div[itemprop="about"] {
  overflow: auto;
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > ul {
    display: none;
  }
  .next-to-carousel-banners.show-custom {
    background-color: #fff;
    position: relative;
  }
  .next-to-carousel-banners.show-custom::before {
    width: 50%;
    right: 0;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    display: block;
    transform: translateX(100%);
  }
  .homepage-box.before-carousel .col-sm-4:before {
    width: 100%;
  }
}
