/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
@media only screen and (max-width: 768px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    right: -322px !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 > li {
    order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -60px;
    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;
    padding-bottom: 150px !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
    flex-direction: column;
  }
  #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: 4px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1e1e1c;
    font-family: "shoptet" !important;
    content: "\e90e";
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    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: 26px;
    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: 3px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #000 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 768px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    width: 100% !important;
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@media (max-width: 992px) {
  .top-navigation-contacts {
    display: none !important;
  }
  .top-navigation-menu {
    display: none !important;
  }
  .top-navigation-bar {
    height: 0;
  }
}
.admin-logged .top-navigation-bar {
  top: 25px !important;
}
@media (max-width: 768px) {
  .admin-logged .top-navigation-bar {
    top: 0 !important;
  }
}
.top-navigation-bar {
  top: 0;
  border-bottom: 1px solid #1c1c1c;
}
.top-navigation-bar .container {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.top-navigation-bar .top-navigation-menu,
.top-navigation-bar .top-navigation-contacts {
  background-color: #000;
}
.top-navigation-bar .top-navigation-menu a,
.top-navigation-bar .top-navigation-contacts a {
  color: var(--color-primary);
}
.top-navigation-bar .top-navigation-menu a:hover,
.top-navigation-bar .top-navigation-contacts a:hover {
  color: #ffffff;
}
.top-navigation-bar .top-navigation-menu a:hover {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .navigation-in .menu-level-1 > li + li a::before {
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    background-color: #c4c4c480;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.navigation-in ul li a {
  position: relative;
}
@media (min-width: 992px) {
  #header {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    height: 134px;
  }
  #content-wrapper {
    margin-top: 176px !important;
  }
  .admin-logged #content-wrapper {
    margin-top: 201px !important;
  }
}
.homepage-box {
  border-style: none;
  padding-top: 0;
}
@media (max-width: 768px) {
  .type-category #content-wrapper,
  .type-product #content-wrapper,
  .type-page #content-wrapper {
    margin-top: 0 !important;
  }
  .type-category .breadcrumbs-wrapper,
  .type-product .breadcrumbs-wrapper,
  .type-page .breadcrumbs-wrapper {
    margin-top: 20px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .type-category #content-wrapper,
  .type-product #content-wrapper,
  .type-page #content-wrapper {
    margin-top: 135px !important;
  }
  .type-category .breadcrumbs-wrapper,
  .type-product .breadcrumbs-wrapper,
  .type-page .breadcrumbs-wrapper {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .type-category #content-wrapper,
  .type-product #content-wrapper,
  .type-page #content-wrapper {
    margin-top: 0 !important;
  }
  .type-category .breadcrumbs-wrapper,
  .type-product .breadcrumbs-wrapper,
  .type-page .breadcrumbs-wrapper {
    margin-top: 192px !important;
  }
  .type-product .breadcrumbs-wrapper {
    margin-top: 0 !important;
    padding-top: 192px !important;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .type-product .breadcrumbs-wrapper::before {
    content: "";
    width: 100vw;
    background-color: #fff;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .admin-logged.type-product .breadcrumbs-wrapper {
    padding-top: 217px !important;
  }
  .admin-logged.type-category #content-wrapper,
  .admin-logged.type-product #content-wrapper,
  .admin-logged.type-page #content-wrapper {
    margin-top: 0 !important;
  }
  .admin-logged.type-category .breadcrumbs-wrapper,
  .admin-logged.type-product .breadcrumbs-wrapper,
  .admin-logged.type-page .breadcrumbs-wrapper {
    margin-top: 215px !important;
  }
  .admin-logged.type-product .breadcrumbs-wrapper {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    transform: translateY(0);
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    transform: translateY(0);
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
    transform: translateY(0);
  }
}
#header .site-name {
  left: 6px;
  top: auto;
}
@media (max-width: 768px) {
  .site-name {
    position: fixed !important;
    top: 4px !important;
    left: 17px !important;
  }
  .site-name a {
    height: auto !important;
    display: block !important;
  }
  .site-name img {
    margin-top: 0 !important;
    position: relative !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .responsive-tools > a[data-target="login"] {
    display: block;
    margin-right: 83px;
  }
  .responsive-tools > a[data-target="search"] {
    margin-right: -3px;
  }
  .navigation-in .navigationActions {
    display: none;
  }
  .top-navigation-bar {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    height: 66px;
  }
  .scrolled body:not(.search-window-visible) .top-navigation-bar {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  }
  .top-navigation-bar .responsive-tools {
    height: 66px;
  }
  #content-wrapper {
    margin-top: 66px !important;
  }
  .type-index .admin-logged #content-wrapper {
    margin-top: 66px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .type-index .admin-logged #content-wrapper {
    margin-top: 131px !important;
  }
}
.admin-bar {
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .admin-account-top {
    top: 27px !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-top {
    max-width: 50%;
  }
}
.top-navigation-bar .container > div:first-child {
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
}
.top-navigation-contacts a.project-email::before {
  content: "";
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/email.svg");
  background-size: cover;
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.top-navigation-contacts a.project-phone::before {
  content: "";
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/phone.svg");
  background-size: cover;
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.top-navigation-contacts a.project-phone {
  margin-left: 28px;
  padding-right: 0;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.top-navigation-contacts a.project-email {
  letter-spacing: 0.1em;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.top-navigation-menu-trigger {
  right: 20px;
}
@media (min-width: 768px) {
  .top-navigation-bar > .container {
    padding: 0;
  }
}
.menu-level-2 {
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .top-navigation-bar {
    z-index: 4;
  }
  .responsive-tools > a {
    z-index: 2;
  }
}
.visible-lg-inline-block {
  display: inline-block !important;
}
.site-msg.information {
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .site-msg.information {
    min-width: 100%;
    max-width: 100%;
    bottom: auto;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #f1f1f1;
    box-shadow: none;
  }
  .site-msg.information .text {
    padding: 0 20px;
  }
  .admin-logged .site-msg.information {
    top: 25px;
  }
}
.close.js-close-information-msg {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .close.js-close-information-msg {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-tools {
    justify-content: flex-end;
    margin-right: 84px;
  }
  .responsive-tools a {
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .ordering-process .top-navigation-bar {
    position: fixed;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .ordering-process .site-name {
    display: block;
  }
  .ordering-process .responsive-tools > a[data-target="login"] {
    margin-right: 0;
  }
  .ordering-process #header {
    z-index: 10;
  }
  .ordering-process #content-wrapper {
    margin-top: 90px;
  }
}
.responsive-tools > a[data-target="search"]::before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/search2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .responsive-tools > a[data-target="search"]::before {
    background-size: 23px;
  }
}
.responsive-tools > a[data-target="search"] {
  display: block !important;
}
.navigation-buttons > a[data-target="cart"] i {
  z-index: 2;
  left: 51px;
  top: 3px;
  color: #000;
}
input[type="search"].form-control {
  border-radius: 50px;
}
.header-top fieldset .btn.btn-default {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#header {
  position: fixed;
  background-color: #000;
  margin-bottom: 0;
  border-bottom: none !important;
}
@media only screen and (min-width: 768px) {
  #header {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  }
}
.admin-bar {
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .admin-logged #header {
    top: 67px !important;
  }
}
.container {
  max-width: 1280px;
}
#header .site-name a img {
  max-height: none;
  position: absolute;
  width: 200px;
  margin-top: -52px;
}
@media (max-width: 768px) {
  #header .site-name a img {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
  #header .site-name {
    text-align: left;
  }
}
.menu-helper::after {
  color: var(--color-primary);
  background-color: transparent;
}
.menu-helper > ul {
  background-color: #fff;
  border-color: #323232;
  color: var(--color-primary);
}
.menu-helper > ul > li.exp > a {
  background-color: #fff;
}
.menu-helper > ul > li.exp > ul > li {
  background-color: #fff;
}
.menu-helper > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-helper .menu-level-2 a {
  padding: 10px;
}
#header .menu-helper {
  right: 285px;
}
@media only screen and (min-width: 768px) {
  #header .menu-helper {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 8;
    bottom: inherit;
  }
}
.responsive-tools > a[data-target="navigation"] {
  right: 16px;
}
@media only screen and (max-width: 768px) {
  .responsive-tools > a[data-target="navigation"] {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-tools > a[data-target="navigation"]::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/mobile-hamburger.svg");
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 15px;
    background-color: var(--color-primary);
  }
}
#header #navigation {
  width: 805px;
}
@media only screen and (min-width: 768px) {
  #header #navigation {
    position: absolute;
    height: 54px;
    left: 270px;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
    z-index: 1;
    margin: 0;
    border-bottom: none;
  }
  #header #navigation .navigation-in ul.menu-level-2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) {
  #header #navigation {
    width: 710px;
  }
}
@media only screen and (max-width: 1200px) {
  #header #navigation {
    width: 535px;
  }
}
@media only screen and (max-width: 992px) {
  #header #navigation {
    width: 335px;
  }
}
@media only screen and (max-width: 768px) {
  #header #navigation {
    left: auto;
    top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-in {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
  }
}
.navigation-in > ul > li {
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .navigation-in > ul > li {
    border: 0px solid transparent;
  }
  .navigation-in > ul > li::after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
  }
  .navigation-in > ul > li:first-child::after {
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-in > ul > li > a {
    padding: 9px 25px !important;
  }
}
.navigation-in > ul > li > a:hover {
  padding: 9px 25px !important;
  margin: 0 !important;
}
.navigation-in ul li a:hover {
  color: var(--color-primary) !important;
  text-decoration: none;
}
.navigation-in ul li a:hover b {
  color: var(--color-primary) !important;
}
.navigation-in ul li a b {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .navigation-in ul li a b {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  #header #navigation .navigation-in .menu-level-1 > li {
    padding: 29px 0;
  }
}
#header #navigation .navigation-in ul.menu-level-2 li div > a {
  color: #000;
}
.navigation-in ul li a:hover,
.navigation-in ul li a:active {
  background-color: transparent;
}
.navigation-in ul li a b:hover {
  color: #ffffff !important;
}
.top-navigation-bar {
  border-top-color: transparent;
  border-top: none;
  border-bottom-color: transparent;
  border-bottom: none;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar > .container {
    height: 42px;
  }
}
.top-navigation-bar > .container {
  position: relative;
}
.top-navigation-bar .top-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  text-transform: none;
  letter-spacing: 0.5px;
  right: 135px;
  top: 25px;
  z-index: 9;
  height: 48px;
  width: 48px;
  position: absolute;
  transition: none;
  cursor: pointer;
  opacity: 1;
  border-radius: 40px;
  background-color: transparent;
}
.top-nav-button:before {
  content: "" !important;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/account.svg");
  background-size: 16px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  opacity: 1;
  margin-right: 0;
  display: inline-block;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .admin-logged .top-nav-button-login {
    top: 89px !important;
  }
}
.top-nav-button-login {
  background-color: transparent !important;
  position: absolute;
  right: 130px;
  z-index: 3;
  padding: 0 5px;
  top: 90px !important;
}
@media (max-width: 992px) {
  .top-nav-button-login {
    top: 49px !important;
  }
}
.top-nav-button-login span {
  display: none;
}
@media (max-width: 1200px) {
  .top-nav-button-login {
    right: 134px;
  }
}
@media (max-width: 992px) {
  .top-nav-button-login {
    right: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    margin-top: 102px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    margin-top: 134px !important;
  }
}
.popup-widget.login-widget {
  position: fixed;
  top: 0;
  z-index: 999999;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 134px !important;
  }
}
@media only screen and (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 120px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: 89px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .popup-widget.login-widget {
    margin-left: 38px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .popup-widget.login-widget {
    margin-left: -57px !important;
  }
}
@media only screen and (max-width: 991px) {
  .popup-widget.login-widget {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .popup-widget.login-widget {
    padding-top: 0;
    margin-top: 64px !important;
  }
}
.top-navigation-tools.top-navigation-tools--language .responsive-tools {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .responsive-tools > a[data-target="login"]::before {
    content: "";
    background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/account2.svg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .top-nav-button.top-nav-button-login.primary.login.toggle-window {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-tools--language {
    justify-content: flex-end;
    margin-right: 90px;
  }
}
@media (min-width: 768px) {
  #header .cart-count {
    width: 125px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
  }
  .header-top {
    position: relative;
    height: 134px;
  }
}
#header .navigation-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header-top > div {
  flex: initial;
}
#header .cart-count {
  z-index: 2;
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: Poppins;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 32px;
  height: 43px;
}
@media only screen and (max-width: 768px) {
  #header .cart-count {
    margin-right: 0;
    margin-left: 30px;
  }
}
#header .cart-count .cart-price {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
  width: 70px;
  text-align: right;
  margin-bottom: 9px;
  line-height: 1.05em;
  margin-top: 6px;
  margin-left: 10px;
  height: 35px;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  color: var(--color-primary);
}
.btn.cart-count::before,
a.btn.cart-count::before {
  content: "";
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/cart.svg");
  background-size: 33px;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn.cart-count::before,
  a.btn.cart-count::before {
    margin-bottom: -13px;
  }
}
@media (max-width: 768px) {
  .btn.cart-count::before,
  a.btn.cart-count::before {
    background-size: 22px;
    width: 22px;
    height: 22px;
  }
}
.header-top .btn.cart-count::before {
  margin-right: 5px;
}
.cart-empty .cart-row .col-md-8 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.cart-empty .col-md-4 {
  display: none;
}
.cart-empty fieldset .btn.btn-default {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .search-form.hovered .search-toggle {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .ordering-process .quantity-form .quantity input {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    margin-top: 173px !important;
    top: 0;
  }
}
.popup-widget.cart-widget {
  position: fixed;
  top: 0;
  z-index: 999999;
}
.popup-widget.cart-widget .cart-widget-product {
  display: flex;
  align-items: center;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name {
  order: -1;
  width: inherit;
  padding-left: 10px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image {
  order: -2;
}
.popup-widget.cart-widget .cart-widget-product-unit {
  display: none;
}
.popup-widget.cart-widget .cart-widget-product-amount {
  width: auto;
  margin-left: auto;
  padding-right: 0;
}
@media (max-width: 480px) {
  .popup-widget.cart-widget .cart-widget-product-amount .quantity {
    width: 95px;
    height: 44px;
  }
  .popup-widget.cart-widget .cart-widget-product-amount .quantity > input {
    width: 95px !important;
    height: 44px !important;
  }
  .popup-widget.cart-widget .cart-widget-product-amount .quantity .increase,
  .popup-widget.cart-widget .cart-widget-product-amount .quantity .decrease {
    top: 12px !important;
  }
}
.popup-widget.cart-widget .cart-widget-product-name a {
  color: #141414;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget.cart-widget {
    margin-top: 134px !important;
  }
}
@media only screen and (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-top: 146px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 159px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 107px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 4px !important;
  }
}
@media only screen and (max-width: 991px) {
  .popup-widget.cart-widget {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 64px !important;
  }
}
.popup-widget.cart-widget .quantity-form .quantity input {
  text-align: center;
  font-weight: 400;
  color: #141414;
}
.navigation-buttons > .dropdown {
  position: absolute;
  right: 212px;
}
@media (max-width: 1440px) {
  .navigation-buttons > .dropdown {
    right: 213px;
  }
}
@media (max-width: 1200px) {
  .navigation-buttons > .dropdown {
    right: 217px;
  }
}
@media (max-width: 786px) {
  .navigation-buttons > .dropdown {
    right: 194px;
    top: -37px;
  }
}
@media (max-width: 416px) {
  .navigation-buttons > .dropdown {
    position: fixed;
    left: 5px;
    top: 72px;
  }
}
.navigation-buttons > .dropdown a {
  color: #000000;
}
.navigation-buttons > .dropdown > span {
  display: none;
}
.navigation-buttons > .dropdown button {
  background-color: #fff;
  border-width: 0;
  border-color: transparent;
}
.top-navigation-bar {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  #header .menu-helper {
    right: 281px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    right: 127px;
  }
  #header .menu-helper {
    right: 247px;
  }
}
@media only screen and (max-width: 992px) {
  .top-navigation-bar .top-nav-button {
    right: 125px;
  }
  #header .menu-helper {
    right: 235px;
  }
}
@media only screen and (max-width: 768px) {
  #header .cart-count {
    right: 65px;
    top: -54px;
    padding-left: 0;
  }
  #header .cart-count::before {
    margin-right: 0;
  }
  #header .cart-count .cart-price {
    display: none !important;
  }
  .navigation-buttons > a[data-target="cart"] i {
    left: 19px;
    top: 9px;
  }
  #header .search-form {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
  }
  .form-control:focus,
  input:focus,
  select:focus,
  textarea:focus {
    box-shadow: none;
  }
  input[type="search"].form-control {
    padding: 22px 15px;
  }
  input[type="search"].form-control::placeholder {
    font-size: 14px;
  }
  .search::before {
    content: "";
    display: block;
    position: absolute;
    width: 105vw;
    height: 80px;
    background-color: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-top {
    max-width: 100%;
    position: relative;
  }
  .header-top fieldset .btn.btn-default {
    height: 46px;
  }
  #header > .container.navigation-wrapper {
    z-index: 2;
  }
}
.navigation-in > ul > li.ext > ul > li:hover div a span {
  text-decoration: underline;
}
.submenu-visible .navigation-in > ul > li.ext.exp > ul {
  display: flex !important;
}
@media (min-width: 768px) {
  #header #navigation .navigation-in ul.menu-level-2 {
    display: none;
    width: 1280px;
    max-width: 1280px;
    top: 87%;
    margin-left: -270px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #header #navigation .navigation-in ul.menu-level-2 {
    width: 1178px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in ul.menu-level-2 {
    width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in ul.menu-level-2 {
    width: 747px;
  }
}
@media only screen and (min-width: 768px) {
  #header > .container.navigation-wrapper {
    padding: 0;
  }
  .ordering-process #header .search-form.hovered .search-toggle:before {
    left: 0 !important;
  }
  .ordering-process #header .search-form .search-toggle {
    right: 0 !important;
  }
  .ordering-process #header {
    top: 0;
  }
  .col-md-4.sidebar-in-cart,
  .in-krok-1 #checkoutSidebar,
  .in-krok-2 #checkoutSidebar {
    background-color: transparent !important;
  }
  .ordering-process #content-wrapper {
    margin-top: 220px !important;
  }
  .ordering-process #header .search-form.hovered .search-toggle:before {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ordering-process #content-wrapper {
    margin-top: 155px !important;
  }
}
.ordering-process .top-nav-button-login {
  top: 88px !important;
  right: 60px !important;
}
@media (max-width: 1440px) {
  .ordering-process .top-nav-button-login {
    top: 88px !important;
    right: 60px !important;
  }
}
@media (max-width: 1200px) {
  .ordering-process .top-nav-button-login {
    top: 88px !important;
    right: 82px !important;
  }
}
@media (max-width: 992px) {
  .ordering-process .top-nav-button-login {
    top: 45px !important;
  }
}
.ordering-process #header .header-top > .dropdown {
  position: absolute;
  right: 195px !important;
}
@media (max-width: 1440px) {
  .ordering-process #header .header-top > .dropdown {
    right: 213px;
  }
}
@media (max-width: 1200px) {
  .ordering-process #header .header-top > .dropdown {
    right: 217px;
  }
}
@media (max-width: 786px) {
  .ordering-process #header .header-top > .dropdown {
    right: 194px;
    top: -37px;
  }
}
@media (max-width: 416px) {
  .ordering-process #header .header-top > .dropdown {
    position: fixed;
    left: 5px;
    top: 72px;
  }
}
.ordering-process #header .header-top > .dropdown a {
  color: #000000;
}
.ordering-process #header .header-top > .dropdown > span {
  display: none;
}
.ordering-process #header .header-top > .dropdown button {
  background-color: #fff;
  border-width: 0;
  border-color: transparent;
}
.ordering-process .responsive-tools > a[data-target="navigation"] {
  line-height: 65px;
}
@media (max-width: 768px) {
  .navigation-in ul li a:hover b {
    color: #141414 !important;
  }
}
@media only screen and (max-width: 768px) {
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    height: 50px !important;
    margin-bottom: 12px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    height: 50px;
    margin-top: 13px !important;
    margin-bottom: 7px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    height: 50px;
    line-height: 46px !important;
  }
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1440px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 164px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 113px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 45px !important;
  }
}
@media only screen and (max-width: 991px) {
  .ordering-process .popup-widget.login-widget {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
}
.top-navigation-bar .container > div {
  display: block;
}
@media (max-width: 767px) {
  .type-index .overall-wrapper {
    padding-top: 0;
  }
  .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu-helper {
    display: none !important;
  }
  .top-navigation-bar {
    position: fixed;
    width: 100%;
  }
  #header {
    margin-top: 59px;
    z-index: 4;
    width: 100%;
    left: 0;
  }
  .top-navigation-bar {
    top: 0;
  }
  .in-index #content-wrapper {
    margin-top: 134px;
  }
  #content-wrapper {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 9998;
    left: 0;
  }
  .top-navigation-bar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #1c1c1c;
  }
}
@media (max-width: 991px) {
  #header {
    top: 0 !important;
  }
}
@media (min-width: 992px) {
  #header {
    top: 42px !important;
  }
}
@media only screen and (max-width: 992px) {
  #content-wrapper {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .in-index #content-wrapper {
    margin-top: 100px;
  }
  #content-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .in-index #content-wrapper {
    margin-top: 134px;
  }
  .in-index.site-msg-show #content-wrapper {
    margin-top: 55px !important;
  }
}
@media (max-width: 992px) {
  .admin-logged .top-nav-button-login {
    top: 23px !important;
  }
}
.top-navigation-menu {
  text-align: left !important;
  margin-right: auto !important;
  flex: 1 1 60% !important;
}
.top-navigation-menu a {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}
.top-navigation-menu a:first-child {
  margin-left: -20px;
}
.top-navigation-menu a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.top-navigation-bar-menu li::before {
  content: none;
}
.top-navigation-tools {
  flex-basis: 0 !important;
  flex: initial !important;
}
@media only screen and (min-width: 768px) {
  #header .search-form {
    position: absolute;
    right: 113px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    cursor: default;
    margin-top: 0;
    z-index: 9999;
    /*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*/
  }
  #header .search-form .search-toggle {
    overflow: hidden;
    color: transparent;
    content: "";
    right: 115px;
    top: -25px;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 2;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  #header .search-form .search-toggle:before {
    content: "";
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/navigation/search.svg);
    background-size: 19px;
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  #header .search-form .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search-form fieldset {
    transition: 0.3s;
    position: relative;
    right: 55px;
    padding: 0;
  }
  #header .search-form fieldset input {
    padding-left: 15px;
    opacity: 0;
    height: 52px;
    background: #fff;
    float: right;
    width: 300px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  #header .search-form fieldset button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none !important;
    left: unset;
    width: 120px;
    height: 48px;
    font-size: 0.85em;
    overflow: hidden;
    color: #fff;
    padding: 0;
    transition: none;
    background: #359255;
    z-index: 2;
    min-height: 20px;
    border-radius: 0;
    min-width: 0;
    opacity: 0;
  }
  #header .search-form fieldset button:focus {
    outline: none;
    border: none;
  }
  #header .search-form fieldset button:before {
    color: #fff;
    font-size: 16px;
    content: "\e920";
    font-family: shoptet;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none;
  }
  #header .search-form fieldset {
    display: none;
  }
  #header .search-form.hovered {
    position: absolute;
    left: initial;
    right: 113px;
    top: 0px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - 280px);
    z-index: 999999;
    background: transparent;
    padding-right: 35px;
  }
  #header .search-form.hovered .search-toggle {
    top: 39px;
    opacity: 1;
  }
  #header .search-form.hovered .search-toggle:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/cross.svg);
    background-size: 15px;
    margin-top: 6px;
    background-position: center;
    background-color: transparent;
    border-radius: 40px;
    width: 48px;
    height: 43px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  #header .search-form.hovered .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search-form.hovered .search-whisperer.active {
    display: block;
    top: 48px;
    border-radius: 0 0 4px 4px;
  }
  #header .search-form.hovered fieldset {
    opacity: 1;
    display: block;
    width: calc(100% - 180px);
    float: right;
  }
  #header .search-form.hovered fieldset input {
    opacity: 1;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    font-size: 1em;
    color: #000;
    padding-left: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  #header .search-form.hovered fieldset button {
    opacity: 1;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/KytkaSem/img/search.svg);
    background-size: 20px;
    width: 44px;
    height: 44px;
    color: transparent;
    font-size: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center;
    background-color: transparent;
    top: 1px;
    right: 3px;
  }
  #header .search-form.hovered fieldset button:before {
    display: none;
  }
  #header .search-form.hovered fieldset button:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search-form {
    right: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search-form.hovered {
    right: 130px;
  }
}
#header .search-form {
  position: absolute;
  right: 113px;
  top: 50%;
  width: 50px;
  transform: translateY(-50%);
  cursor: default;
  margin-top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 1200px) {
  #header .search-form {
    right: 130px;
  }
}
#header .search-form .search-toggle {
  right: 82px;
}
@media only screen and (max-width: 1200px) {
  #header .search-form .search-toggle {
    right: 55px;
  }
}
@media only screen and (max-width: 992px) {
  #header .search-form .search-toggle {
    right: 48px;
  }
}
@media (min-width: 1200px) {
  #header .search-form.hovered fieldset {
    right: 100px;
  }
  #header .search-form.hovered fieldset {
    width: calc(100% - 215px);
  }
}
.homepage-box.before-carousel {
  background-color: #0f0f0f;
}
.homepage-box.before-carousel .content-wrapper-in > .container {
  width: 100%;
  max-width: none;
}
.homepage-box.before-carousel .content-wrapper-in > .container .row.banners-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.homepage-box.before-carousel .content-wrapper-in > .container .col-sm-8 {
  width: 100%;
}
.homepage-box {
  border-bottom-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.before-carousel .row.banners-row > .col-sm-4,
#content > .row.banners-row > .col-sm-4 {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .before-carousel .row.banners-row > .col-sm-4,
  #content > .row.banners-row > .col-sm-4 {
    position: initial;
    transform: none;
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .before-carousel .row.banners-row > .col-sm-4,
  #content > .row.banners-row > .col-sm-4 {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .before-carousel .row.banners-row > .col-sm-4,
  #content > .row.banners-row > .col-sm-4 {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .before-carousel .row.banners-row > .col-sm-4,
  #content > .row.banners-row > .col-sm-4 {
    width: 1178px;
  }
}
@media (min-width: 1440px) {
  .before-carousel .row.banners-row > .col-sm-4,
  #content > .row.banners-row > .col-sm-4 {
    width: 1280px;
  }
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners {
  display: flex;
  z-index: 2;
}
@media (max-width: 768px) {
  .before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners,
  #content > .row.banners-row > .col-sm-4 .next-to-carousel-banners {
    flex-wrap: wrap;
  }
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper {
  margin-top: 0;
  width: 25%;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
@media (max-width: 768px) {
  .before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper,
  #content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a:hover,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a:hover {
  transform: scale(1.15);
  z-index: 1;
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a:hover img,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a:hover img {
  transform: none;
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a::after,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper > a::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 3px;
  width: 102%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, #000000 18.76%, rgba(0, 0, 0, 0) 46.79%);
}
.before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper .extended-banner-title,
#content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper .extended-banner-title {
  background-color: transparent;
  border-style: none;
  color: #fff;
  top: auto;
  width: 100%;
  bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  box-shadow: none;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media (max-width: 768px) {
  .before-carousel .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper .extended-banner-title,
  #content > .row.banners-row > .col-sm-4 .next-to-carousel-banners .banner-wrapper .extended-banner-title {
    font-size: 18px;
  }
}
#carousel .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, #0f0f0f 0%, rgba(0, 0, 0, 0.34) 31.25%, rgba(0, 0, 0, 0) 61.46%);
}
@media (max-width: 768px) {
  .content-wrapper.container .row {
    background-color: #0f0f0f;
  }
}
.products-block.products .p .name {
  height: auto;
  min-height: 45px;
}
.slick-list.draggable {
  width: auto !important;
  margin: 0 -10px !important;
}
.slick-track .widget-parameter-wrapper {
  display: none;
}
.products-block.products .p .price {
  width: 100%;
}
.slick-initialized .slick-slide {
  margin: 0 10px;
}
.homepage-group-title.h4 {
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: 105px;
  text-align: left !important;
  margin-left: 0;
  font-weight: 400;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-wrap: normal;
}
@media only screen and (max-width: 992px) {
  .homepage-group-title.h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .homepage-group-title.h4 {
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.category-title {
  color: #141414;
  font-weight: 700;
}
.breadcrumbs {
  color: rgba(56, 60, 67, 0.7);
  background-color: transparent;
  border-color: transparent;
  border: none;
  padding: 0 !important;
}
.navigation-home-icon-wrapper::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .subcategories li a .text {
    line-height: normal;
  }
}
.products-block .p-bottom .p-desc {
  display: none;
}
.subcategories li a:hover,
.subcategories li a:active {
  color: #000000;
  border: 1px solid #000000;
}
@media only screen and (min-width: 1200px) {
  .col-lg-3 {
    width: 33%;
  }
}
.content.narrow > h4 {
  display: block;
}
.products-inline.products-top {
  display: block;
}
@media only screen and (max-width: 992px) {
  .footer-banners.row.banner-wrapper {
    padding: 0 10px;
  }
}
.p-code {
  display: none;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #359255;
  border-color: #359255;
}
.slick-list.draggable,
#products {
  width: 100%;
  padding-left: 0;
  padding-right: 5px;
  border: none !important;
}
.slick-list.draggable .p,
#products .p {
  padding: 0 25px;
}
.slick-list.draggable .p:hover .p-in .name span,
#products .p:hover .p-in .name span {
  text-decoration: none;
}
.slick-list.draggable .p:hover .flag,
#products .p:hover .flag {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .slick-list.draggable .p,
  #products .p {
    padding: 0 10px;
  }
}
.slick-list.draggable .p .p-in-in a,
#products .p .p-in-in a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
}
@media only screen and (max-width: 480px) {
  .slick-list.draggable .p .p-in-in a,
  #products .p .p-in-in a {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .slick-list.draggable .p .p-in-in a span,
  #products .p .p-in-in a span {
    font-size: 0.8em;
  }
}
.products-block .p-bottom .p-tools {
  display: block;
}
.p-in-in a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  height: 46px;
  width: 46px;
}
.p .p-in-in {
  display: flex;
  flex-direction: column-reverse;
}
.p:active span {
  color: #000;
}
.p:focus span {
  color: #000;
}
.p:focus-visible span {
  color: #000;
}
.p:focus-within span {
  color: #000;
}
.p:target span {
  color: #000;
}
.p:visited span {
  color: #000;
}
.p:hover span,
.p:active span {
  color: #141414;
}
.p:hover .old-price,
.p:active .old-price {
  color: #141414;
}
.p:hover .price-save,
.p:active .price-save {
  color: #141414;
}
.p .name {
  color: #141414 !important;
  min-height: 45px;
  height: auto;
}
.p .name span {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p .name span {
    font-size: 20px;
  }
}
.p .name {
  transition: none;
}
.products-block.products .p .name {
  display: flex;
  justify-content: left;
  align-items: center;
}
.products-block .p-bottom .prices {
  min-height: 50px;
  align-items: center;
}
.products-block .ratings-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: auto;
}
@media only screen and (max-width: 768px) {
  .products-block .ratings-wrapper {
    flex-direction: row;
  }
}
.products-block .ratings-wrapper .availability-amount {
  display: none;
}
.products-block .ratings-wrapper .availability {
  flex: none;
  font-weight: 400;
  font-size: 12px;
}
.availability[style="color:#009901"] {
  color: #139910;
}
.products-block .ratings-wrapper .stars-wrapper {
  flex: none;
}
.stars .star.star-on::before,
.stars .star.star-half::before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/full-star.svg);
  width: 100%;
  height: 100%;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: "";
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/empty-star.svg);
  width: 100%;
  height: 100%;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.prices {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .prices .price-save {
    padding-left: 3px;
    padding-right: auto;
  }
  .prices .price.price-final {
    width: 100%;
    text-align: left;
  }
}
.prices .old-price {
  color: #000000;
  font-size: 13px;
  margin-bottom: -8px;
}
.prices .price-save {
  padding-left: 3px;
  padding-right: 10px;
  font-size: 13px;
  color: #000000;
  margin-bottom: -8px;
}
.products-block.products .p .price strong {
  font-size: 24px;
  font-weight: 400;
  color: #383c43;
}
.slick-prev.slick-arrow {
  visibility: hidden;
}
.slick-prev.slick-arrow::after {
  content: " ";
  visibility: visible;
  position: absolute;
  top: -55px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 60px !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/slick/left-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.slick-prev.slick-arrow:hover::after {
  background-color: rgba(196, 196, 196, 0.21);
}
.slick-next.slick-arrow {
  visibility: hidden;
}
.slick-next.slick-arrow::after {
  content: " ";
  visibility: visible;
  position: absolute;
  top: -55px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 20px !important;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/slick/right-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
@media only screen and (min-width: 1440px) {
  .slick-next.slick-arrow::after {
    right: -65px;
  }
}
.slick-next.slick-arrow:hover::after {
  background-color: rgba(196, 196, 196, 0.21);
}
.flag.flag-discount {
  display: none;
}
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block > div .flags-extra {
    display: none;
  }
}
.slick-list.draggable .p,
#products .p {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  transition-duration: 0.2s;
  background-color: #fff;
}
.products-block .p:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.products-block > div {
  border-width: 0 !important;
  border-color: transparent !important;
}
.products-block .p-bottom > div {
  min-height: 61px;
  align-items: center;
}
.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before {
  content: "";
  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/Beamia/img/product/arrow-right.svg);
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 0;
  margin-top: 0;
}
.btn.btn-cart:hover:before,
a.btn.btn-cart:hover:before,
.btn.add-to-cart-button:hover:before,
a.btn.add-to-cart-button:hover:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/bila-sipka-right.svg);
  color: #fff;
}
.btn.btn-cart.add-to-cart-button {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  font-size: 14px;
  padding: 5px 19.5px;
  font-weight: 400;
}
.btn.btn-cart.add-to-cart-button:hover {
  border-color: #03a931;
  background-color: #03a931;
}
.btn.btn-cart.add-to-cart-button:hover span {
  color: #fff;
}
.btn.btn-cart.add-to-cart-button span {
  color: #141414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.products-block .p-bottom > div {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block > div {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .type-product .products-block.products-alternative > div,
  .type-product .products-block.products-related > .slick-list.draggable {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .type-product .products-block.products-alternative > div,
  .type-product .products-block.products-related > .slick-list.draggable {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .columns-mobile-2 .products-block > div .p-bottom > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .columns-mobile-2 .products-block > div .p-bottom > div {
    flex-direction: row;
    align-items: center;
  }
}
.slick-track {
  margin: 0 !important;
}
.middle-banners-wrapper,
.row.banners-content.body-banners {
  background-color: transparent;
}
.middle-banners-wrapper .col-sm-12,
.row.banners-content.body-banners .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.middle-banners-wrapper .col-sm-12 .extended-banner-texts,
.row.banners-content.body-banners .col-sm-12 .extended-banner-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}
.middle-banners-wrapper .col-sm-12 .extended-banner-texts .extended-banner-title,
.row.banners-content.body-banners .col-sm-12 .extended-banner-texts .extended-banner-title {
  position: initial;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
.middle-banners-wrapper .col-sm-12 .extended-banner-texts .extended-banner-link,
.row.banners-content.body-banners .col-sm-12 .extended-banner-texts .extended-banner-link {
  position: initial;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  margin: 0;
  padding: 10px 12px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 2px;
  height: fit-content;
  transition-duration: 0.3s;
}
.middle-banners-wrapper .col-sm-12 .extended-banner-texts .extended-banner-link:hover,
.row.banners-content.body-banners .col-sm-12 .extended-banner-texts .extended-banner-link:hover {
  background-color: #fff;
  color: #141414;
}
@media (max-width: 768px) {
  .middle-banners-wrapper .col-sm-12 .extended-banner-texts .extended-banner-title,
  .row.banners-content.body-banners .col-sm-12 .extended-banner-texts .extended-banner-title {
    font-size: 22px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .middle-banners-wrapper,
  .row.banners-content.body-banners {
    margin-left: -22px !important;
  }
}
.middle-banners-wrapper {
  background-color: #fff !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 70px;
  margin-bottom: 5px;
}
.welcome-wrapper,
.homepage-box.welcome-wrapper {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .welcome-wrapper,
  .homepage-box.welcome-wrapper {
    margin-top: 30px;
  }
}
.welcome-wrapper .container,
.homepage-box.welcome-wrapper .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.welcome-wrapper .container .welcome div,
.homepage-box.welcome-wrapper .container .welcome div {
  max-width: none;
}
.welcome-wrapper .container .welcome .row,
.homepage-box.welcome-wrapper .container .welcome .row {
  display: flex;
}
@media (max-width: 992px) {
  .welcome-wrapper .container .welcome .row,
  .homepage-box.welcome-wrapper .container .welcome .row {
    flex-direction: column;
  }
  .welcome-wrapper .container .welcome .row .col-md-8,
  .homepage-box.welcome-wrapper .container .welcome .row .col-md-8 {
    width: 100%;
  }
  .welcome-wrapper .container .welcome .row .col-md-4,
  .homepage-box.welcome-wrapper .container .welcome .row .col-md-4 {
    width: 100%;
    padding: 47px 45px 50px 45px;
    margin-top: -2px;
  }
}
.welcome-wrapper .container .welcome > div,
.homepage-box.welcome-wrapper .container .welcome > div {
  margin: 0;
}
.welcome-wrapper .container .welcome > div .col-md-8,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-8 {
  padding: 0;
  width: 50%;
}
.welcome-wrapper .container .welcome > div .col-md-4,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 {
  width: 50%;
  display: flex;
  background: #000;
  align-items: center;
  padding-left: 100px;
  padding-right: 50px;
}
.welcome-wrapper .container .welcome > div .col-md-4 .welcome-float-box,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 .welcome-float-box {
  max-width: 500px !important;
  margin-left: 0 !important;
}
.welcome-wrapper .container .welcome > div .col-md-4 h1,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 h1 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .welcome-wrapper .container .welcome > div .col-md-4 h1,
  .homepage-box.welcome-wrapper .container .welcome > div .col-md-4 h1 {
    margin-left: 0;
  }
}
.welcome-wrapper .container .welcome > div .col-md-4 strong,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 strong {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.welcome-wrapper .container .welcome > div .col-md-4 p,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 p {
  font-size: 16px;
  font-weight: 400;
  color: #c8b6b0;
  margin-bottom: 38px;
  line-height: 1.8;
}
.welcome-wrapper .container .welcome > div .col-md-4 a,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 a {
  text-decoration: underline;
}
.welcome-wrapper .container .welcome > div .col-md-4 a:hover,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 a:hover {
  background-color: transparent;
  text-decoration: none;
}
.welcome-wrapper .container .welcome > div .col-md-4 .button,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 .button {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 8px 25px;
  transition-duration: 0.3s;
  background-color: transparent !important;
}
.welcome-wrapper .container .welcome > div .col-md-4 .button::after,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 .button::after {
  content: "";
  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/horak/img/bila-sipka-right.svg);
  width: 10px;
  height: 10px;
  margin-left: 6px;
  display: inline-block;
}
.welcome-wrapper .container .welcome > div .col-md-4 .button:hover,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 .button:hover {
  background-color: #fff !important;
  color: #000;
}
.welcome-wrapper .container .welcome > div .col-md-4 .button:hover::after,
.homepage-box.welcome-wrapper .container .welcome > div .col-md-4 .button:hover::after {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/product/arrow-right.svg);
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .instagram-line {
    padding: 0 !important;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  display: none;
  letter-spacing: 2px;
  padding-right: 20px;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
  margin-top: -1px;
  padding-bottom: 0;
  background-color: #000;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 20%;
  padding-bottom: 20%;
  height: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .instagram-line .instagram-widget > a {
    width: 50%;
    padding-bottom: 50%;
  }
  .instagram-line .instagram-widget > a:nth-child(n + 6) {
    display: none;
  }
}
.instagram-line .instagram-widget > a:nth-child(n + 7) {
  display: none;
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: block;
  margin-top: 0;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  order: -1;
  margin-bottom: 0;
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 0;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: "\e909";
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .instagram-line .instagram-widget .instagram-follow-btn > span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  background-color: #c8b6b0;
  padding: 25px 15px;
  position: absolute;
  z-index: 1;
  letter-spacing: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    padding: 15px;
    position: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 22px;
    text-align: center;
  }
}
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: var(--color-primary);
  border: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 20px;
    display: none;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 590px;
  z-index: 2;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 72px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #fff;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 72px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  color: transparent;
  overflow: hidden;
  width: 72px;
  border-radius: 40px;
  right: 0;
  opacity: 1;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kosacik/img/newsletter-arrow.svg) no-repeat center;
  background-size: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter form button {
    height: 44px;
    width: 44px;
    background-size: 18px;
    min-width: auto;
  }
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: none;
  position: relative;
  width: auto;
  height: auto;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.7;
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #ffffff;
}
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: 300;
  margin: 0 !important;
  font-size: 1.3em;
  color: #fff;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.8em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  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: 300;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #fff;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  background: var(--color-primary);
  /*border-top: 1px solid rgba(196, 196, 196, 0.5);
      border-bottom: 1px solid rgba(196, 196, 196, 0.5);*/
}
@media (max-width: 767px) {
  .custom-footer > div {
    padding: 20px 17px 10px 17px;
  }
  .custom-footer > div.custom-footer__contact {
    padding-top: 50px;
  }
  .custom-footer > div .banner {
    min-height: auto;
    margin-bottom: 0;
  }
  .custom-footer > div .banner-wrapper {
    margin-top: 0;
  }
  #footer .footer-bottom::before {
    border-top-style: none !important;
  }
}
.in-index #footer > .container {
  background-color: transparent;
}
.contact-box ul li > span::before {
  content: "" !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  top: 0;
}
.contact-box ul li > span.mail::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/footer-icons/email.svg);
  background-size: 20px;
}
.contact-box ul li > span.tel::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/footer-icons/phone.svg);
  background-size: 20px;
}
.contact-box ul li > span.facebook::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/footer-icons/facebook.svg);
  background-size: 15px;
}
.contact-box ul li > span.instagram::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Beamia/img/footer-icons/instagram.svg);
  background-size: 20px;
}
#footer {
  overflow-x: hidden;
}
#footer .custom-footer__newsletter {
  display: none;
}
#footer .site-name {
  display: none;
}
#footer .custom-footer {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  border-color: transparent;
  border-style: none;
  background-color: #000;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
#footer .custom-footer .custom-footer__contact li,
#footer .custom-footer .custom-footer__contact ul a,
#footer .custom-footer .custom-footer__contact span,
#footer .custom-footer .custom-footer__contact a {
  line-height: 19px !important;
}
#footer .custom-footer .custom-footer__contact li:first-child {
  margin-top: 55px !important;
}
@media (max-width: 768px) {
  #footer .custom-footer > div:not(:first-child) {
    margin-top: 0;
  }
}
#footer .custom-footer > div:not(:first-child)::before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  display: block;
}
#footer .custom-footer > div:not(:first-child) li,
#footer .custom-footer > div:not(:first-child) ul a,
#footer .custom-footer > div:not(:first-child) span,
#footer .custom-footer > div:not(:first-child) a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 27px;
}
#footer .custom-footer > div:not(:first-child) a:hover {
  color: #fff;
}
#footer .custom-footer > div:not(:first-child) h4,
#footer .custom-footer > div:not(:first-child) h4 span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 52px;
  text-transform: none;
  letter-spacing: 0.05em;
}
#footer .custom-footer > div:not(:first-child) h4::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: relative;
  top: 21px;
}
#footer .banner-wrapper > span > div {
  display: flex;
}
#footer .link-facebook,
#footer .link-youtube {
  width: 40px;
  height: 40px;
  display: block;
  background-color: var(--color-primary);
  border-radius: 50px;
}
#footer .link-facebook {
  margin-right: 10px;
}
#footer .link-facebook::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/EUROGREEN/img/piktogram-facebook.svg");
}
#footer .link-youtube {
  margin-right: 10px;
}
#footer .link-youtube::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/EUROGREEN/img/piktogram-youtube.svg");
}
#footer .footer-bottom {
  background-color: #040404;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .footer-bottom::before {
  content: "";
  background-color: #040404;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 102vw;
  height: 100%;
  display: block;
}
.container.footer-bottom {
  background-color: #fff;
  z-index: 1;
}
#signature a {
  color: #ffffff;
}
.copyright,
.copyright strong {
  color: #ffffff;
  font-weight: 300;
  line-height: 2;
}
.copyright {
  font-size: 13px;
}
.podpis {
  font-size: 11px;
}
.copyright .podpis a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #footer .custom-footer > div:not(:first-child) h4,
  #footer .custom-footer > div:not(:first-child) h4 span {
    margin-bottom: 45px;
  }
  #footer .custom-footer .custom-footer__contact li:first-child {
    margin-top: 33px !important;
  }
  #footer .custom-footer > div:not(:first-child) h4::after {
    top: 19px;
  }
  #footer .custom-footer {
    padding-bottom: 40px;
  }
}
.homepage-box {
  background-color: #0f0f0f;
}
@media (min-width: 768px) {
  .homepage-box {
    padding-bottom: 170px;
  }
}
@media (min-width: 992px) {
  .homepage-box {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .homepage-box {
    padding-bottom: 209px;
  }
}
@media (min-width: 1440px) {
  .homepage-box {
    padding-bottom: 223px;
  }
}
.benefitBanner {
  background-color: #0f0f0f;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-bottom: 66px;
}
@media (max-width: 768px) {
  .benefitBanner {
    padding-top: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.benefitBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f0f0f;
  width: 101vw;
  height: 100%;
  z-index: -1;
}
.benefitBanner__img {
  height: 27px;
  width: auto;
}
.benefitBanner__item + .benefitBanner__item {
  border-left: 1px solid #ffffff1a;
}
@media (max-width: 1200px) {
  .benefitBanner__item + .benefitBanner__item {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .benefitBanner__item + .benefitBanner__item {
    border-style: none;
  }
}
.benefitBanner__item {
  justify-content: center;
  margin-bottom: 0;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .benefitBanner__item {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .benefitBanner__item:nth-child(3) {
    border-left-style: none;
  }
  .benefitBanner__item:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .benefitBanner__item:nth-child(-n + 2) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .benefitBanner__item {
    padding: 0 !important;
    width: 248px;
  }
  .benefitBanner__item + .benefitBanner__item {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .benefitBanner__item {
    margin-bottom: 0 !important;
    border-style: none !important;
    padding-left: 0 !important;
  }
}
.benefitBanner__picture {
  max-width: 40px;
}
.benefitBanner__title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
.benefitBanner__data {
  font-size: 13px;
  font-weight: 400;
  color: #82706b;
  letter-spacing: 0.05em;
}
.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: space-between;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .category-header {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }
}
.category-header label {
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 13px 25px !important;
  position: relative;
  font-weight: 400;
  z-index: 1;
}
.category-header label:before {
  display: none !important;
}
.category-header form {
  position: relative;
  height: 50px;
  overflow: visible;
  /*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*/
}
@media only screen and (max-width: 480px) {
  .category-header form {
    width: 100%;
  }
}
.category-header > div {
  padding: 0 0 0 25px !important;
  color: #383c43;
  letter-spacing: 0.5px;
  flex: inherit;
}
.category-header fieldset {
  overflow: hidden;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  width: 203px;
  padding-top: 44px;
  height: 43px;
  z-index: 3;
  background: #fafafa;
  position: relative;
  border: 1px solid #ececec;
  border-radius: 25px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.category-header fieldset:hover {
  border: 1px solid #000;
}
.category-header fieldset:after {
  top: 0;
  left: 0;
  height: 47px;
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 0 !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  padding: 8px 15px !important;
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  content: "";
}
.category-header fieldset label {
  font-weight: 500;
  background: transparent;
  text-align: left !important;
}
.category-header fieldset label:hover {
  color: var(--color-primary) !important;
}
.category-header fieldset input[type="radio"]:checked + label {
  position: absolute;
  padding-right: 22px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 35px center !important;
  background-size: 8px !important;
  background-color: #fafafa !important;
  color: #141414 !important;
  top: 0;
  left: 0;
  border-radius: 25px !important;
  letter-spacing: 0;
  width: 100%;
  height: 44px;
  z-index: 1;
}
.category-header fieldset input[type="radio"]:checked + label:after {
  width: 12px;
  height: 8px;
  content: "";
  position: absolute;
  right: 15px;
  top: 5px;
}
.category-header fieldset.hovered {
  height: auto;
  border-color: #141414;
}
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -90px;
  padding-left: 220px;
}
@media only screen and (max-width: 768px) {
  .filters-unveil-button-wrapper {
    margin-top: -61px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    margin: 0 0 20px 0;
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 203px !important;
  background: #fafafa !important;
  color: #000 !important;
  border: 1px solid #ececec !important;
  text-transform: none;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/cre8/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: "";
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #141414 !important;
  background: #fafafa !important;
}
.type-product .content-wrapper-in .p-detail {
  padding: 0 20px;
}
.chevron-after.chevron-down-after {
  display: none;
}
.p-detail-inner-header h1 {
  font-size: 32px;
  color: #141414;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.price-save,
.price-standard span {
  color: #141414;
  font-size: 15px;
  font-weight: 400;
}
.type-product .product-top .p-detail-info > div:last-child {
  display: none;
}
.type-product .btn.add-to-cart-button:hover::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/bila-sipka-right.svg);
}
.type-product .btn.add-to-cart-button.btn-lg {
  text-transform: none;
  font-weight: 700;
  padding: 5px 30px;
  font-size: 18px;
  background-color: #03a931;
  border-color: #03a931;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.type-product .btn.add-to-cart-button.btn-lg::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/bila-sipka-right.svg);
}
.type-product .btn.add-to-cart-button.btn-lg:hover {
  opacity: 0.7;
}
.quantity {
  padding: 0;
  width: 118px;
  height: 50px;
  margin: 15px 0;
  border-radius: 0px;
  margin-right: 15px;
  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: 40px;
}
.shp-tabs-wrapper > .row {
  background-color: #f2f2f2 !important;
}
@media (max-width: 768px) {
  #tab-content .description-inner {
    padding: 0;
  }
}
.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/Beamia/img/product/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: 119px !important;
  height: 50px !important;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 22px;
}
.type-product .price-line {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .type-product .price-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
.type-product .price-line .price-final {
  font-size: 2.8em;
  font-weight: 700;
  margin-right: 50px;
}
.type-product .price-line .availability-value {
  font-size: 18px;
  padding-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.type-product .price-line .availability-label[style="color: #009901"] {
  color: #64b32e !important;
}
.p-prev {
  display: none !important;
}
.p-next {
  display: none !important;
}
.p-code {
  display: none !important;
}
.type-product h3,
.type-product td {
  color: #141414;
}
.type-product .p-info-wrapper .price-final {
  color: #141414;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 768px) {
  .type-product .p-info-wrapper .price-final {
    font-size: 30px;
  }
}
.type-product .stars-label {
  display: none;
}
.type-product .tab-content .description-inner .basic-description h3 {
  font-weight: 400;
  font-size: 32px;
  margin: 18px 0 25px 0;
  color: #141414;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .type-product .tab-content .description-inner .basic-description h3 {
    font-size: 22px;
  }
}
.type-product .tab-content .extended-description h3 {
  font-weight: 400;
  font-size: 32px;
  margin: 18px 0 25px 0;
  color: #141414;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .type-product .tab-content .extended-description h3 {
    font-size: 22px;
  }
}
.type-product .tab-content .detail-parameters tbody {
  padding-top: 0;
}
.type-product .tab-content .detail-parameters tr td {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.type-product .tab-content .detail-parameters tr th {
  padding-right: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.type-product .shp-tabs-holder,
.type-product .shp-tabs {
  background-color: transparent;
  border-style: none;
}
.type-product .p-thumbnails a img {
  border-style: none;
}
.type-product .benefitBanner {
  margin: 20px auto;
}
@media (max-width: 768px) {
  .type-product .benefitBanner {
    padding-top: 0;
    padding-bottom: 50px !important;
  }
}
.type-product .products-related-header {
  font-size: 25px;
  font-weight: 400;
  margin-right: 105px;
  margin-bottom: 15px;
  color: #141414;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .type-product .products-related-header {
    font-size: 22px;
    margin-left: -20px;
  }
}
.type-product .products.products-block.carousel.slick-initialized.slick-slider {
  margin: 0 -20px;
}
.type-product .slick-prev.slick-arrow::after,
.type-product .slick-next.slick-arrow::after {
  top: -44px;
}
.type-product .p-info-wrapper .p-final-price-wrapper {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 40px 25px;
}
.type-product .p-info-wrapper .add-to-cart {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .type-product .p-info-wrapper .add-to-cart {
    border-top: 1px solid #e1e1e1;
  }
}
@media (max-width: 400px) {
  .type-product .p-info-wrapper .add-to-cart {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 65px;
  }
}
.type-product .product-top {
  background-color: #fff;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.type-product .product-top::before {
  content: "";
  display: block;
  width: 120vw;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.type-product .product-top .p-image-wrapper {
  padding-left: 0;
}
.type-product .benefitBanner::before {
  background-color: #f2f2f2;
}
.type-product .benefitBanner__title {
  color: #141414;
}
.type-product .benefitBanner {
  padding-bottom: 32px;
}
.type-product .link-icon::before {
  display: inline;
  margin-bottom: 0;
  margin-right: 13px;
  text-decoration: none !important;
}
.type-product .link-icon.print::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/KytkaSem/img/print.svg);
  background-position: left;
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  width: 21px;
  height: 100%;
  display: inline-block;
}
.type-product .link-icon.chat::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/KytkaSem/img/ask_1.svg);
  background-position: left;
  content: "";
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 100%;
  display: inline-block;
}
.type-product .link-icon.share::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/KytkaSem/img/share.svg);
  background-position: left;
  content: "";
  background-repeat: no-repeat;
  background-size: 19px;
  width: 19px;
  height: 100%;
  display: inline-block;
}
.type-product .link-icon span {
  text-transform: none;
  color: #000;
}
.type-product .link-icons .share:hover {
  text-decoration: underline;
}
.type-product a.link-icon {
  text-transform: none;
  color: #000;
}
.type-product a.link-icon:hover {
  text-decoration: underline;
}
.shp-tabs-holder ul.shp-tabs li a {
  border-style: none !important;
  border-width: 0 !important;
  color: #383c43;
  font-size: 15px;
  padding: 12px 26px 10px 26px !important;
}
.type-product .shp-tabs-holder {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.type-product .shp-tabs-holder a {
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
}
.type-product .shp-tabs-holder .shp-tab.active {
  font-weight: 700;
}
.type-product .extended-description > .detail-parameters > tbody {
  border-style: none;
}
.type-product .description-inner .basic-description p {
  line-height: 24px;
  color: #383c43e5;
}
.type-product .description-inner .basic-description br {
  display: block;
  content: " ";
  margin-top: 20px;
}
@media (min-width: 768px) {
  .type-product #content {
    margin-bottom: 100px;
  }
}
.type-product .btn.btn-cart.add-to-cart-button {
  padding: 5px 7px;
}
.type-product .advanced-parameter > span {
  border: 0.5px solid #ccc;
}
.type-product .advanced-parameter > span.yes-before {
  border: 2px solid #141414;
}
.type-product .advanced-parameter > span.yes-before::before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/horak/img/yes.svg);
  background-size: 18px;
}
.type-product .social-buttons-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .type-product .social-buttons-wrapper {
    border-top: 1px solid #e1e1e1;
  }
}
.type-product .p-detail .browse-p {
  display: none;
}
.type-product .delivery-line {
  color: #141414;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
}
.type-product .delivery-line .delivery-time-label {
  padding-right: 10px;
}
.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;
}
.type-detail .variant-list select {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
  font-size: 13px;
  width: auto;
}
@media (max-width: 480px) {
  .type-detail .detail-parameters select {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .type-detail .detail-parameters > tbody > tr {
    display: flex;
    flex-direction: column;
  }
  .type-detail .detail-parameters > tbody > tr > th {
    margin-bottom: 10px;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-right: 15px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #1f2a3a;
  cursor: pointer;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: rgba(216, 201, 178, 0.2);
  color: #000000;
  border: 1px solid #000000;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 1px solid #000;
}
.type-detail .variant-list.variant-not-chosen-anchor th {
  color: #141414;
  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: 768px) {
  .type-detail .detail-parameters th {
    padding-right: 5px;
  }
}
.type-detail .detail-parameters tbody {
  border-bottom: 0.5px solid #e1e1e1;
  padding-bottom: 34px;
  margin-bottom: 25px;
  padding-top: 15px;
  display: block;
}
.type-detail .remove-border-bottom {
  border-bottom: none !important;
}
.type-detail .detail-parameters th,
.type-detail .detail-parameters td {
  padding-top: 0;
  padding-bottom: 35px;
}
#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/Bateriovo/img/products-navigace-home.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  width: 19px;
  height: 20px;
  background-position: center;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs > span > a,
.breadcrumbs > span > span {
  padding: 10px 16px;
  margin-right: 5px;
}
.navigation-home-icon-wrapper #navigation-first a {
  padding-right: 15px;
  margin-right: 10px;
}
.breadcrumbs {
  color: #383c43b2;
  font-size: 13px;
  margin-right: 10px;
  padding-bottom: 8px;
  flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #383c43b2;
  font-size: 12px;
  margin-right: 10px;
  margin-left: -10px;
}
.breadcrumbs a {
  transition-duration: 0.2s;
}
.breadcrumbs a:hover {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.breadcrumbs a:hover span {
  color: var(--color-primary) !important;
  text-decoration: underline;
}
.breadcrumbs > span > a::before {
  transform: none;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  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;
}
.pagination-wrapper {
  margin-top: 40px;
  margin-bottom: 0;
}
.pagination-loader .btn.btn-default {
  background: transparent;
  border: 1px solid #141414;
  filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.1));
  border-radius: 50px;
  padding: 8px 39px;
  min-width: auto;
  transition-duration: 0.2s;
  font-weight: 400 !important;
  font-size: 13px;
  color: #141414;
}
.pagination-loader .btn.btn-default:hover {
  background-color: #141414;
  color: #fff;
}
.pagination-top strong {
  display: none !important;
}
.pagination a {
  color: #000 !important;
}
.pagination-link.up {
  background-color: #fff;
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
}
.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/Kosacik/img/paginator-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.pagination-link.up:hover {
  opacity: 0.8;
}
.pagination-link.next {
  margin-bottom: -17px;
  background-color: #fff;
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
}
.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/Kosacik/img/paginator-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.pagination-link.next:hover {
  opacity: 0.8;
}
.pagination-link.prev {
  margin-bottom: -17px;
  background-color: #fff;
  transition-duration: 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
}
.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/Kosacik/img/paginator-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transform: rotate(180deg);
}
.pagination-link.prev:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-loader {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    margin-top: 20px;
  }
}
#productsAlternative.fade {
  opacity: 1 !important;
  margin-top: 50px;
}
#productsAlternative.fade::before {
  content: "Podobné produkty";
  font-size: 32px;
  font-weight: 700;
  margin-right: 105px;
  margin-bottom: 10px;
  color: #141414;
}
@media (max-width: 768px) {
  #productsAlternative.fade::before {
    font-size: 22px;
  }
}
.shp-tabs-holder ul.shp-tabs li a[href="#productsAlternative"] {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .subcategories li {
    width: 25% !important;
  }
}
.subcategories li a {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  color: #383c43 !important;
  min-height: 69px;
}
.subcategories li a::before {
  display: none;
}
.subcategories li a:hover {
  border: 1px solid #141414 !important;
  background-color: #fff;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.ordering-process .summary-title h4 {
  display: block !important;
}
.cart-table {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px 0;
  }
}
.cart-table .show-related {
  color: var(--color-primary) !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tbody {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cart-table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    margin: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 175px;
    padding-top: 20px;
    border: 1px solid !important;
    border-radius: 0px;
  }
}
.cart-table .p-availability {
  padding-right: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: revert;
  }
}
.cart-table .p-total {
  text-align: right;
  min-width: 150px;
  margin-right: 10px;
  flex-direction: row;
}
.cart-table .p-name {
  max-width: 550px;
  padding-left: 25px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    display: inline-block;
    margin-top: 10px;
    padding-left: 0 !important;
  }
}
.cart-table .p-name a {
  font-size: 1em;
  font-weight: 600 !important;
}
.cart-table .p-name a > 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;
  }
}
.cart-table tr:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0px;
  background: #e1e1e1;
}
.cart-table tr {
  border-bottom: 20px solid transparent;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .cart-table tr {
    border-bottom: 50px solid transparent;
  }
}
@media only screen and (min-width: 1500px) {
  .cart-table .p-name {
    min-width: 200px;
  }
}
.cart-table .cart-p-image {
  margin-left: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 10px;
}
.cart-table .cart-p-image a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.cart-table .cart-p-image a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
  border-radius: 5px;
}
.cart-table .related {
  background: transparent !important;
  padding-right: 15px;
  max-height: 0;
  transition: 0.3s;
  animation-name: showdown;
  animation-duration: 1s;
}
@media only screen and (max-width: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
}
.cart-table .related .cart-related-button .btn {
  height: 38px;
  line-height: 38px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }
}
.cart-table .related .cart-related-button .btn:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .related > 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: 500;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #f5f5f5;
  padding: 5px 20px 5px 15px;
  border-radius: 4px;
  position: relative;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 5px;
    background: transparent;
  }
}
.cart-table .related .cart-related-button {
  display: flex;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
}
.cart-table .related .cart-related-button .price {
  padding-right: 20px;
  margin-bottom: 0;
  min-width: 83px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .price {
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .price {
    padding-right: 5px;
    text-align: right;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-table .related .cart-related-info {
  width: 63%;
}
.cart-table .remove-item {
  width: 21px;
  height: 21px;
  min-height: inherit;
  min-width: 21px !important;
  background: transparent;
  border-radius: 0;
  margin-top: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 2vw;
  border: none;
  opacity: 1 !important;
}
.cart-table .remove-item:before {
  width: 16px;
  height: 16px;
  color: red;
  position: absolute;
  content: "";
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/remove-product.svg") no-repeat center;
  background-size: 12px;
  top: 3px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 800;
}
.cart-table .remove-item:hover {
  opacity: 1;
}
.cart-table .remove-item:hover:before {
  color: #fff;
}
.cart-table tr {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(40%);
  }
  .cart-table tr td {
    text-align: center !important;
  }
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
@media only screen and (max-width: 400px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.cart-table tr td {
  background: transparent;
  border: none !important;
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cart-table tr td .p-label {
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #b0bace;
  background-color: white;
}
.cart-table tr td.cart-p-image {
  background: #fff;
}
.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 500;
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-name a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart-table tr td.p-total {
    flex-direction: row;
    justify-content: flex-start !important;
    max-width: 100px;
    margin: 0 auto;
    min-width: 100px;
  }
}
.cart-table tr td.p-total strong {
  font-size: 1.2em;
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -5px;
}
.cart-table tr td.p-total .p-label {
  right: calc(9vw);
  left: inherit;
  line-height: 1em;
}
.cart-table tr td.p-price {
  color: #000;
}
.cart-table tr td.p-price .price-final {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-price .unit-value {
  color: #000;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #1e1e1c;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
#checkoutSidebar .next-step {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 0;
  /* @media @tablet-port {
        .next-step-forward,
        .next-step-finish {
          position: fixed;
          bottom: 0;
          width: 100%;
          left: 0;
          z-index: 9;
          border: 10px solid #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          height: 70px;
        }
      }*/
}
#checkoutSidebar .next-step .next-step-back {
  margin: 10px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
#checkoutSidebar .consents {
  padding: 15px 0 0 0;
  clear: both;
  font-size: 0.8em;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
  color: #ccc;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
  color: #ccc;
}
#checkoutContent .form-group {
  flex-direction: column;
  align-items: flex-start !important;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .form-group .form-control {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .form-group .form-control {
    width: 100%;
  }
}
#checkoutContent .form-group label {
  font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: initial;
  margin-top: 15px;
}
#checkoutContent .form-group label[for="login"] {
  font-size: 1em;
}
#checkoutContent .form-group a {
  min-height: 10px;
  line-height: 10px;
  margin-bottom: 25px !important;
}
#checkoutContent input[type="checkbox"] + label::before,
#checkoutContent input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
#checkoutContent input[type="checkbox"] + label::after,
#checkoutContent input[type="radio"] + label::after {
  width: 14px;
  height: 14px;
  left: 4px;
}
#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
  padding-left: 35px;
}
#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  .in-krok-1 #checkoutContent .cart-header,
  .in-krok-2 #checkoutContent .cart-header {
    padding-top: 20px;
  }
}
#checkoutContent .cart-header {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
}
#checkoutContent .cart-content {
  background: #fff;
}
.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 {
  background: #fff;
  border-radius: 0px;
  padding: 20px !important;
}
.validator-msg + input,
.js-validator-msg + input,
.validator-msg + select,
.js-validator-msg + select,
.validator-msg + .phone-combined-input,
.js-validator-msg + .phone-combined-input {
  margin-left: 0;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
          padding: 0 15px 20px 15px;
        }*/
}
#checkoutContent .cart-content .box .form-group .btn:hover {
  color: green;
}
#checkoutContent .cart-content .box .form-group .btn {
  padding: 0;
  height: auto;
  background: transparent;
  text-transform: none;
  margin: 10px 0;
  color: #1e1e1c !important;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
  border: none;
}
#checkoutContent .cart-content .co-box {
  padding: 0 !important;
  background: transparent;
  margin-bottom: 15px;
  border-radius: 10px;
}
#checkoutContent .cart-content .co-box h4 {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: none;
  margin: 20px 0 10px 0;
  padding: 0 0 0 48px;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4 {
    font-size: 1.2em;
  }
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 40px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/list.svg") no-repeat center;
  background-size: 23px;
}
#checkoutContent .form-group label {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .ordering-process .container {
    width: 1400px;
  }
}
.ordering-process .cart-row .col-md-8 {
  padding-right: 0 !important;
}
.ordering-process .cart-table .related .cart-related-product {
  background-color: #ececec80;
  border-radius: 20px;
  margin-bottom: 14px;
  margin-top: 10px;
}
.ordering-process .cart-table .related .cart-related-product + .cart-related-product {
  margin-bottom: 0;
}
.ordering-process .cart-related-product {
  border-style: none;
}
.ordering-process .cart-table .related .cart-related-button .price {
  margin-left: 10px;
}
.ordering-process .cart-table .related > td:before {
  display: none;
}
.ordering-process .cart-related-availability {
  text-align: center;
}
.ordering-process .cart-table .related .cart-related-button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 20px 10px;
  height: 48px;
  width: 152px;
  background-color: var(--color-primary);
  transition-duration: 0.2s;
}
.ordering-process .cart-table .related .cart-related-button .btn::before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/do-kosiku-arrow.svg");
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  background-size: 9px;
}
.ordering-process .cart-table .related .cart-related-button .btn:hover {
  background-color: var(--color-secondary);
}
#checkoutContent .form-group .form-control {
  border-radius: 50px;
  border: 1px solid #00000033;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 52px;
  padding-left: 17px;
}
#checkoutContent .cart-content .co-box.co-contact-information h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/user.svg") no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-billing-address h4:before,
#checkoutContent .cart-content .co-box.co-shipping-address h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/adress.svg") no-repeat center;
  background-size: 24px;
}
#checkoutContent .cart-content .co-box.co-delivery-method h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/kosik-truck.svg") no-repeat center;
  background-size: 26px;
}
#checkoutContent .cart-content .co-box.co-payment-method h4:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/credit-card.svg") no-repeat center;
  background-size: 25px;
}
#checkoutContent .cart-content .co-box .radio-wrapper {
  border: none !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}
.co-box .radio-wrapper input[type="checkbox"] + label::before,
.radio-wrapper input[type="radio"] + label::before {
  border-color: #000;
  background: transparent;
  border-width: 2px;
}
.co-box .radio-wrapper input[type="checkbox"] + label::after,
.radio-wrapper input[type="radio"] + label::after {
  background: transparent;
}
.co-box .radio-wrapper.active label > span b,
.co-box .for-free {
  color: #383c43;
}
.co-box .form-group {
  width: 100% !important;
}
.co-box .payment-info b,
.payment-shipping-price {
  text-transform: none;
  color: #383c43;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::before,
.radio-wrapper input[type="radio"]:checked + label::before {
  border-color: #000;
}
.co-box .radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background: #000;
}
#checkoutContent .cart-content .co-box .radio-wrapper.active {
  background: #f5f5f5 !important;
  border-radius: 50px;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  font-weight: 600;
  align-items: flex-start;
  cursor: pointer;
  padding: 22px 0 22px 32px;
  margin: 0 !important;
}
#checkoutContent .cart-content .co-box.co-delivery-method label:hover b,
#checkoutContent .cart-content .co-box.co-payment-method label:hover b {
  color: #5c5c5c;
}
#checkoutContent .cart-content .co-box.co-delivery-method label b,
#checkoutContent .cart-content .co-box.co-payment-method label b {
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .co-box.co-delivery-method label,
  #checkoutContent .cart-content .co-box.co-payment-method label {
    margin-bottom: 20px;
  }
}
#checkoutContent .cart-content .stay-in-touch {
  padding: 0;
}
#checkoutContent .cart-content #note fieldset,
#checkoutContent .cart-content #shipping-address fieldset {
  border: none !important;
  margin: 0 auto;
}
#checkoutContent .cart-content #shipping-address {
  margin-bottom: 15px;
}
#checkoutContent .cart-content #shipping-address fieldset {
  max-width: inherit;
}
#checkoutContent .cart-content .co-contact-information {
  padding-bottom: 15px !important;
}
#checkoutContent .cart-content .co-box-additional {
  padding: 30px 0px 10px 0px !important;
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content .form-group,
  #checkoutContent .cart-content .shipping-billing-table,
  #checkoutContent .cart-content .shipping-billing-table {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #checkoutContent .cart-content #note {
    margin: 0 10px 20px 10px;
  }
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.order-summary .cart-items .cart-item > div {
  border: none !important;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.cart-content .order-summary .price-wrapper .price-label {
  width: 50%;
}
.cart-content .order-summary .order-summary-inner {
  padding: 0;
}
.cart-content .order-summary .order-summary-inner h4 {
  margin: 0 0 30px 0;
  display: block !important;
}
.cart-content .order-summary .recapitulation-single {
  display: flex;
  justify-content: space-between;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .next-step {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  /*&:before {
        width: 100%;
        height: 1px;
        content: '';
        background: @border;
        position: absolute;
        top: 0;
        left: 0;
      }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cart-content .next-step .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  min-width: 180px;
  float: right;
  width: auto;
  font-size: 14px;
  padding: 0 30px;
  border: none;
  text-transform: none;
  text-align: center;
  margin: 0;
  height: 54px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cart-content.summary-wrapper {
  /* @media @tablet-port {
         position: fixed;
         bottom: 0;
         width: 100%;
         z-index: 9;
         left: 0;
         border-radius: 0;
         padding: 5px 10px 10px;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
         border: none;

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

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

           .btn {
             border-radius: 0;
           }
         }
       }*/
}
.back-shopping-link .next-step-back {
  padding: 1px 0 0 22px;
}
.cart-content.summary-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 600;
  width: 50%;
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 1.5em;
  }
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 15px 0;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: "\e92a";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 72px;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 500;
  color: #1e1e1c;
}
.cart-content .extra.discount {
  display: block;
  position: relative;
}
.cart-content .extra.discount:before {
  /*content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: "\e92a";
  font-family: "shoptet" !important;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery::before {
  content: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Kosacik/img/cart-truck.svg");
  color: var(--color-primary);
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  padding-left: 50px !important;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-size: 22px;
  font-weight: 700;
}
.cart-summary > h4 {
  display: none;
}
.cart-table .p-total {
  min-width: auto;
}
.contact-box > strong {
  color: #141414;
}
.cart-content .next-step {
  flex-wrap: nowrap !important;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cart-content .next-step {
    flex-direction: column;
  }
}
.in-kosik .back-shopping-link {
  display: none;
}
.cart-content.summary-wrapper .next-step-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-content.summary-wrapper .next-step-back:hover {
  text-decoration: underline;
}
.cart-content.summary-wrapper .next-step-back::before {
  width: 16px;
  height: 16px;
  display: block;
  content: "" !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Bateriovo/img/shop-back-arrow.svg") no-repeat center;
  background-size: 16px;
  margin-right: 4px;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label {
  align-items: center;
}
@media (max-width: 480px) {
  .ordering-process .quantity-form .quantity .decrease {
    left: 10px;
  }
  .ordering-process .quantity-form .quantity .increase,
  .ordering-process .quantity-form .quantity .decrease {
    height: 24px;
    width: 24px;
  }
}
.quantity-form .quantity .increase,
.quantity-form .quantity .decrease {
  height: 24px;
  width: 24px;
}
@media (max-width: 768px) {
  .cart-table tr td.p-total {
    justify-content: center !important;
  }
  .in-kosik .sidebar-in-cart {
    padding-top: 0 !important;
  }
  .in-kosik .cart-content.summary-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cart-item > div.cart-item-amount {
  display: none;
}
.in-krok-1 .checkout-box,
.in-krok-2 .checkout-box {
  display: none;
}
.in-krok-1 .order-summary-inner h4,
.in-krok-2 .order-summary-inner h4 {
  color: #141414;
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .in-krok-1 .cart-inner,
  .in-krok-2 .cart-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.in-krok-1 #checkoutContent .cart-content .co-box h4,
.in-krok-2 #checkoutContent .cart-content .co-box h4 {
  color: #141414;
}
@media (max-width: 992px) {
  .in-krok-1 #checkoutContent .cart-content,
  .in-krok-2 #checkoutContent .cart-content {
    padding: 0 !important;
  }
}
.in-krok-1 #checkoutSidebar .cart-content,
.in-krok-2 #checkoutSidebar .cart-content {
  background-color: #f5f5f5 !important;
  border-radius: 20px;
}
.in-krok-1 #checkoutSidebar,
.in-krok-2 #checkoutSidebar {
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .in-krok-1 #checkoutSidebar,
  .in-krok-2 #checkoutSidebar {
    padding-top: 86px;
  }
}
.in-krok-1 #checkoutContent .cart-content .co-box,
.in-krok-2 #checkoutContent .cart-content .co-box {
  border: 2px solid #f5f5f5;
  border-radius: 20px;
  padding: 0px 25px 20px 25px !important;
}
@media (max-width: 768px) {
  .in-krok-1 #checkoutContent .cart-content .co-box,
  .in-krok-2 #checkoutContent .cart-content .co-box {
    padding: 0px 15px 20px 15px !important;
  }
}
.in-krok-1 .cart-item-name a,
.in-krok-2 .cart-item-name a {
  color: #141414;
}
.in-krok-1 .cart-item-name a:hover,
.in-krok-2 .cart-item-name a:hover {
  text-decoration: underline;
}
.in-krok-1 .cart-content .order-summary .recapitulation-single strong span,
.in-krok-2 .cart-content .order-summary .recapitulation-single strong span {
  color: #141414;
}
.scrolled .in-krok-1 #checkoutSidebar,
.scrolled .in-krok-2 #checkoutSidebar {
  padding-top: 215px;
}
@media (max-width: 992px) {
  .scrolled .in-krok-1 #checkoutSidebar,
  .scrolled .in-krok-2 #checkoutSidebar {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .in-krok-1 #checkoutContent,
  .in-krok-2 #checkoutContent {
    padding-bottom: 0;
  }
}
.in-krok-2 #checkoutContent .cart-content .co-box.co-box-additional {
  padding-top: 20px !important;
}
.ordering-process .cart-content.summary-wrapper .next-step-forward,
.cart-content .next-step .btn {
  background-color: var(--color-primary);
  border-radius: 4px;
  color: #fff !important;
  padding: 2px 25px;
  min-height: 48px;
  height: auto;
  font-weight: 700;
  font-size: 18px;
  transition-duration: 0.2s;
}
.ordering-process .cart-content.summary-wrapper .next-step-forward:hover,
.cart-content .next-step .btn:hover {
  background-color: var(--color-secondary);
}
@media (max-width: 1200px) {
  .ordering-process .cart-content.summary-wrapper .next-step-forward,
  .cart-content .next-step .btn {
    padding: 2px 6px;
    min-width: 115px;
  }
}
.ordering-process .cart-content.summary-wrapper .next-step-forward::after,
.cart-content .next-step .btn::after {
  display: none;
}
.in-krok-2 #checkoutContent .form-group .form-control {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .ordering-process .cart-table {
    padding: 50px 20px 40px 40px !important;
  }
}
@media (max-width: 768px) {
  .ordering-process .cart-table {
    padding: 0 !important;
  }
}
.cart-content .cart-summary {
  padding-top: 0;
  position: relative;
  padding-bottom: 20px;
  /* @media @mobile-land {
         padding-bottom: 115px;
       }*/
}
.cart-content .cart-summary h4 {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .in-kosik .col-md-8 .cart-content {
    padding-right: 0 !important;
  }
}
.in-kosik .col-md-4 {
  padding-left: 5px !important;
}
#checkoutContent .cart-content #shipping-address fieldset {
  border: 2px solid #f5f5f5 !important;
  border-radius: 20px;
  padding: 0px 25px 20px 25px !important;
}
.ordering-process .cart-table .p-quantity .quantity input {
  border-radius: 50px;
}
.cart-content .cart-header {
  display: flex !important;
  padding: 0;
  width: 100%;
  align-items: center;
  background: transparent;
  justify-content: space-between;
  border-bottom-width: 0 !important;
  margin: -20px -20px 20px -20px;
  width: 82%;
  padding-bottom: 25px !important;
  position: relative;
  top: -52px;
  margin-bottom: -30px !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cart-content .cart-header {
    width: 70% !important;
  }
}
@media (max-width: 768px) {
  .cart-content .cart-header {
    left: 0;
    width: 100%;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .cart-content .cart-header {
    top: -15px;
  }
}
@media (max-width: 992px) {
  .cart-content.summary-wrapper .next-step-back {
    margin-bottom: 15px;
  }
  .cart-content .next-step .btn {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .cart-content .cart-header {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header:before {
  width: 90%;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  content: "";
  transform: translate(-50%, -50%);
  /*@media @1500-min {
          width: 550px;
        }*/
}
@media only screen and (max-width: 1200px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
.cart-content .cart-header li {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .cart-content .cart-header li {
    width: auto;
    padding: 0;
    display: block;
    border: none;
  }
  .ordering-process .top-navigation-bar .responsive-tools {
    padding-right: 40px;
  }
  .cart-content.summary-wrapper .price-wrapper {
    margin-bottom: 0;
  }
  .cart-table tr td {
    width: 100%;
    text-align: center !important;
    align-items: center;
    padding: 5px 0 !important;
  }
  .cart-table tr td .quantity {
    margin: 0;
  }
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 5px 0 !important;
    font-size: 0.9em !important;
  }
  .cart-content .cart-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding: 5px 0;
  }
}
ol.cart-header li.completed span,
ol.cart-header li.active span {
  color: #000 !important;
}
ol.cart-header li.active a,
ol.cart-header li.completed a,
ol.cart-header li.active strong,
ol.cart-header li.completed strong {
  border: none;
}
.ordering-process ol.cart-header li a span::before,
ol.cart-header li strong span::before {
  display: none;
}
.cart-content .cart-header li a {
  border: none !important;
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  position: relative;
  font-size: 1.4em;
  padding: 0 22px;
  color: #dcdcdc;
  background: #fff;
  letter-spacing: 0;
}
.ordering-process .overall-wrapper {
  background-color: #fff;
}
.sidebar-in-cart {
  padding-top: 60px !important;
}
@media (max-width: 1500px) {
  .sidebar-in-cart {
    padding-top: 66px !important;
  }
}
.ordering-process .cart-table tr:last-child::after {
  display: none;
}
.ordering-process .delivery-time {
  display: none;
}
.ordering-process > .container {
  display: none;
}
.ordering-process .cart-table {
  border: 2px solid #f5f5f5 !important;
  border-radius: 20px !important;
  border-collapse: initial;
  padding: 50px 20px 0 40px;
  margin-left: -20px;
  margin-right: -20px;
}
/*.cart-content .cart-header li strong span {
  opacity: 0.4;
}

.cart-content .cart-header li.active strong span {
  opacity: 1;
}*/
.cart-content .cart-header li a,
.cart-content .cart-header li strong {
  padding: 0;
}
@media only screen and (max-width: 1500px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    letter-spacing: 0.5px;
    font-size: 1.5em;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1.1em;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    padding: 0;
  }
}
.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
  padding-left: 0;
}
.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
  padding-right: 0;
}
.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .discount-coupon {
  /*position: absolute;
      left: 20px;
      bottom: 10px;
      width: calc(~'100% - 40px');*/
  padding-left: 0;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  border: 1px solid;
}
.cart-content .discount-coupon label {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  color: #292b32;
  line-height: 18px;
}
.cart-content .cart-summary h4 {
  margin-top: 25px;
}
.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.cart-content .discount-coupon .applied-coupon strong {
  font-weight: 500;
}
.cart-content .discount-coupon .applied-coupon form {
  width: 50px;
}
.cart-content .discount-coupon .applied-coupon form fieldset {
  padding: 0;
}
.cart-content .discount-coupon .applied-coupon form .btn {
  width: 25px;
  margin-left: 15px;
  height: 25px;
  min-width: inherit;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
}
.cart-content .discount-coupon form input {
  height: 38px;
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  margin-left: -2px;
  height: 38px;
  min-height: 38px;
  border-radius: 0 5px 5px 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.ordering-process {
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  .cart-content .free-gift .free-gifts-wrapper {
    margin-right: 40px;
  }
}
.cart-content .free-gift .free-gifts-img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  min-width: 36px;
  align-items: center;
  justify-content: center;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  background: transparent;
  padding: 10px 10px 10px 80px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra:before {
  left: 2px;
}
.cart-content .extras-wrapper .extras-col {
  width: 100%;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 0 !important;
  align-items: center;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
.cart-empty h1.cart-heading {
  margin-bottom: 20px;
}
.cart-row {
  justify-content: space-between;
}
.cart-row .col-md-8 {
  padding-right: 50px !important;
  flex: 0 0 67%;
  max-width: 67%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cart-row .col-md-8 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .cart-row .col-md-8 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .cart-row .col-md-4 {
    width: 100% !important;
  }
  .next-step {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
.cart-row .col-md-4 {
  flex: inherit;
  width: 33%;
  padding-top: 0px;
  max-width: 440px;
}
.cart-content + .cart-content {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-row .col-md-4 {
    padding-top: 0;
  }
}
.cart-row .col-md-4 h4 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.back-shopping-link a {
  display: inline-block;
  line-height: inherit;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  margin: 50px 0 20px 0;
}
.back-shopping-link a:before {
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  content: "" !important;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg") no-repeat center;
  background-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .top-nav-button-login,
  .ordering-process #header .header-top .top-nav-button-account {
    margin-right: 0;
    right: 0;
    width: 30px;
    padding-left: 0;
  }
}
.ordering-process .cart-table tr td.p-price {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .dropdown {
    right: 115px;
  }
}
@media (max-width: 768px) {
  .ordering-process .cart-table tr td.p-total .p-label {
    display: none;
  }
  .ordering-process .cart-table tr td .p-label {
    display: none;
  }
  .ordering-process .cart-table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    border-style: none !important;
  }
  .ordering-process .cart-content .cart-header:before {
    display: none;
  }
  .ordering-process #content-wrapper {
    margin-top: 105px;
  }
  .ordering-process .cart-header {
    margin: 0 !important;
  }
}
.ordering-process .cart-content.checkout-box-wrapper {
  background-color: #f5f5f5 !important;
  border-radius: 20px;
}
.ordering-process .cart-content.checkout-box-wrapper .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
.ordering-process .cart-content.checkout-box-wrapper h4,
.ordering-process .cart-content.checkout-box-wrapper span,
.ordering-process .cart-content.checkout-box-wrapper a {
  color: #141414 !important;
}
.ordering-process .cart-content.summary-wrapper {
  background-color: #f5f5f5 !important;
  border-radius: 20px;
}
.ordering-process .cart-content.summary-wrapper h4,
.ordering-process .cart-content.summary-wrapper span,
.ordering-process .cart-content.summary-wrapper a {
  color: #141414 !important;
}
.ordering-process #content-wrapper {
  position: relative;
  padding-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
.ordering-process .checkout-box {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    right: 20px !important;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 87px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ordering-process #header .header-top .top-nav-button-login {
    right: 15px;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process .top-navigation-bar .nav-part .responsive-tools {
    width: 125px;
    justify-content: flex-end;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 20px;
  color: #fff;
  padding: 2px 20px;
}
.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper .contact-box ul li,
  .ordering-process .checkout-box .contact-box ul li,
  .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #fff;
  text-decoration: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail,
.ordering-process .checkout-box .contact-box ul li span.mail,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail {
  display: block;
  padding-left: 30px;
  position: relative;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
  content: "\e92d";
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: "\e924";
  font-weight: 500;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}
.order-summary-item.price {
  border: none;
  padding-top: 0;
}
.order-summary .order-summary-item {
  color: #383c43 !important;
}
.payment-shipping-price {
  padding-left: 10px;
  font-weight: 700;
  /* &.for-free {
      color: #26ba2a;
    }*/
}
.order-summary-item.helper {
  display: none;
}
.in-krok-1 .cart-content .order-summary .recapitulation-single strong span,
.in-krok-2 .cart-content .order-summary .recapitulation-single strong span {
  font-weight: 400;
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row label {
  min-width: 130px;
}
#watchdog-form .disclaimer {
  color: #666666;
  display: block;
}
.recapitulation-wrapper .co-box {
  padding-right: 20px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.recapitulation-wrapper .co-box h4::before {
  content: "\e922";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-family: "shoptet";
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}
.recapitulation-wrapper .cart-table {
  max-width: 500px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-collapse: inherit;
  margin: 20px 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .cart-table {
    margin: 20px 0;
  }
}
.recapitulation-wrapper .cart-table tr {
  justify-content: flex-start;
}
.recapitulation-wrapper .co-box.co-payment-method h4::before {
  content: "\e926";
}
.recapitulation-wrapper .co-box.co-order h4::before {
  content: "\e925";
}
.recapitulation-wrapper table {
  width: 100%;
  max-width: 400px;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    flex-direction: column;
    justify-content: center;
  }
}
.recapitulation-wrapper .co-box h4 {
  margin-left: -60px !important;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4 {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.cart-empty .cart-content {
  padding: 20px;
}
.in-dekujeme .reca-number {
  text-align: center;
}
.in-dekujeme .cart-table .p-quantity {
  align-items: center;
}
.in-dekujeme .order-summary-item.total {
  margin-top: 20px;
}
.in-dekujeme .cart-table {
  margin: 0;
  max-width: 700px;
}
.in-dekujeme .cart-table tr {
  border: none;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a:hover {
    text-decoration: underline;
  }
}
.ordering-process .content-wrapper.container .row.cart-row > div {
  background-color: #fff;
}
.ordering-process .content-wrapper.container .row {
  background-color: #fff;
}
@media (max-width: 480px) {
  .slick-list.draggable {
    margin: 0 !important;
  }
  .slick-initialized .slick-slide {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar {
    border-style: none;
  }
  .top-navigation-bar > .container {
    height: 0;
  }
}
.type-page #content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .type-page #content-wrapper {
    margin-bottom: 50px;
  }
}
.category-perex {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.product .p .name > span {
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 481px) and (max-width: 768px) {
  .ordering-process .cart-table .related .cart-related-product {
    flex-direction: column;
  }
  .ordering-process .cart-table .related .cart-related-button .btn {
    width: auto;
  }
  .ordering-process .cart-table .related .cart-related-button {
    flex-direction: column-reverse;
  }
  .ordering-process .cart-table .related .cart-related-button .price {
    margin-top: 8px;
  }
  .cart-table .related .cart-related-info {
    width: 84%;
  }
}
@media (max-width: 480px) {
  .ordering-process .cart-table tr {
    width: 100%;
  }
  .ordering-process .cart-table .related .cart-related-product {
    flex-direction: column;
  }
  .ordering-process .cart-table .related .cart-related-info {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ordering-process .cart-table .related .cart-related-button {
    width: 90%;
    align-items: center;
    flex-direction: column-reverse;
  }
  .ordering-process .cart-table .related .cart-related-button .price {
    margin-left: 0;
    margin-top: 8px;
  }
}
* {
  font-family: "Poppins", sans-serif !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar,
  header#header {
    transition-duration: 0.3s;
  }
  .scrolled-down .top-navigation-bar,
  .scrolled-down header#header {
    transform: translateY(-177px);
  }
}
.type-category .benefitBanner::before {
  background-color: #f2f2f2;
}
.type-category #products {
  padding-right: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.type-category #products .product {
  margin: 10px 0;
}
.type-category #products .product .p {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .type-category #products .product .p {
    margin: 0;
  }
}
.type-product .detail-parameters a:hover {
  text-decoration: underline;
}
.type-product .slick-list.draggable .col-sm-6,
.type-product .slick-list.draggable .col-lg-6,
.type-product .slick-list.draggable .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .type-product .overall-wrapper {
    background-color: #fff;
  }
}
.type-category .category-title {
  color: #141414 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 32px !important;
}
@media (max-width: 768px) {
  .type-product .p-detail-inner-header h1 {
    padding-top: 21px;
    padding-bottom: 10px;
    margin: 0 0 0 -20px !important;
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 22px;
  }
  .type-product .p-detail-inner-header h1::before {
    content: "";
    background-color: #fff;
    width: 120vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .type-category .benefitBanner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .type-product .product-top {
    display: flex;
    flex-direction: column;
  }
  .type-product .product-top .col-xs-12:first-child {
    order: 2;
  }
  .type-product .product-top .p-image-wrapper {
    order: 1;
  }
  .type-product .product-top .p-info-wrapper {
    order: 3;
  }
}
.type-post #content-wrapper {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .in-dekujeme.ordering-process .co-box.co-order .cart-table {
    width: 100% !important;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box h4 {
    padding-left: 40px !important;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box h4::before {
    left: -20px;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box {
    padding-left: 60px !important;
  }
  .in-dekujeme.ordering-process .recapitulation-wrapper .co-box.co-order {
    padding: 0 60px !important;
  }
}
@media only screen and (min-width: 768px) {
  .in-dekujeme.ordering-process #content-wrapper {
    margin-top: 200px !important;
  }
}
body {
  overflow-x: hidden;
}
.messages {
  z-index: 99999;
}
.custom-footer__articles {
  margin-top: -6px;
}
.overall-wrapper {
  overflow-x: hidden;
  background-color: #f2f2f2;
}
.content-wrapper {
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
  .products-block.products > div {
    padding: 0;
    margin: 0 10px;
  }
}
.products-block .p-bottom > div {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-wrapper.container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-wrapper.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .products.products-block.carousel.slick-initialized.slick-slider {
    padding: 0 !important;
  }
  .products.products-block.carousel.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .type-page .content-inner {
    max-width: none;
  }
}
.type-page .content-inner h1 {
  color: #141414;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.type-page .content-inner h2,
.type-page .content-inner h2 span {
  color: #434343;
  font-size: 18px;
  font-weight: 700 !important;
}
