.top-navigation-menu,
.top-navigation-contacts {
  background-color: transparent;
}

.top-navigation-bar {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: #2a2a2a !important;
  border: 0px !important;
  color: white;
  text-transform: uppercase;
  font-size: 80%;
}
.top-navigation-menu {
  background-color: #2a2a2a;
  margin-left: 40px;
  margin-top: 1px;
  margin-bottom: -1px;
  display: none !important;
}
.top-navigation-contacts {
  margin-top: 1px;
  margin-bottom: -1px;
}
.top-navigation-bar a,
.site-msg.information a {
  color: white;
}
.top-navigation-bar a:hover,
.site-msg.information a:hover {
  color: #ff660e;
}

.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  padding: 4px 10px;
  font-size: 90%;
}

.top-navigation-bar .project-email {
  text-transform: none !important;
}

.top-navigation-bar .dropdown > span {
  display: inline;
}
.top-navigation-bar .dropdown > span:before {
  content: "\e926";
  font-family: "shoptet";
  position: relative;
  top: 1px;
  padding-right: 4px;
}
.top-navigation-bar .dropdown button {
  color: white;
}
.top-navigation-bar .dropdown button:hover {
  color: #e9e9e9;
}

#header .site-name a img {
  max-height: 15px;
  position: relative;
  top: 3px;
}

.in-index #header .site-name a img {
  top: -1px;
}

@media (min-width: 768px) {
  #header .site-name a img,
  .in-index #header .site-name a img {
    top: -1px;
  }
}

.header-top .search button.btn.btn-default {
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header-top .search button.btn.btn-default:hover {
  background-color: #ff660e;
  border-color: #ff660e;
  color: white;
}

#header #clock {
  position: absolute;
  top: 0px;
  left: 50%;
  text-align: center;
  color: black;
  width: 370px;
  margin-left: -185px;
  background-color: #2a2a2a;
  color: #90d20e;
  text-transform: uppercase;
  font-size: 85%;
  padding: 1px 0px 6px 0px;
  font-family: "Source Sans Pro";
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#content .banners-row {
  margin-top: 0px;
}

.sidebar-inner {
  padding-top: 0px;
}
.sidebar-left .box-categories {
  padding-top: 0px;
}
.sidebar-left .box-categories h4 {
  display: none;
}
.sidebar-left .box-categories .categories > .topic > a {
  border-bottom: 1px solid #f6f6f6;
  background: #2a2a2a;
  color: white;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.sidebar-left .box-categories .categories > .topic > a:hover {
  background-color: #ff660e;
}
.sidebar-left .box-categories li > a:hover {
  background-color: #ff660e;
  color: white;
}
.sidebar-left .box-categories .categories > .topic > a > .cat-trigger {
  display: none !important;
}

#footer .footer-rows .site-name {
  display: none;
}

#footer {
  background: black;
  color: #cacaca;
}
#footer .banner-wrapper {
  color: #cacaca;
}
#footer p {
  margin-bottom: 15px;
}
#footer > .container {
  background-color: black;
}
#footer .footer-rows {
  padding-top: 15px;
  padding-bottom: 13px;
}
#footer .custom-footer {
  background: black;
  padding-left: 0px;
  padding-top: 0px;
  border: 0px;
}
#footer .custom-footer > div {
  background: black;
  color: #cacaca;
  padding-top: 20px;
  font-size: 110%;
}
#footer .custom-footer > div a {
  color: #cacaca;
  text-decoration: underline;
}
#footer .custom-footer > div a:hover {
  color: #ff660e;
  text-decoration: none;
}
#footer .custom-footer > div h4,
#footer .custom-footer > div h3.pageElement__heading {
  color: #ff660e;
  font-weight: 700;
}
#footer .custom-footer > div .btn:hover {
  border-color: #ff660e;
  background-color: #ff660e;
  color: white;
}
#footer .container.footer-bottom {
  background: black;
  color: #cacaca;
  margin-bottom: 0px;
  border-top: 1px solid #373737;
}
#footer .container.footer-bottom strong {
  color: white;
}

#facebookWidget h4 {
  display: none;
}

#content h1 {
  font-weight: bold;
}
#content h2 {
  font-weight: bold;
  color: #ff660e;
}

.box-onlinePayments h4 {
  text-align: center;
  font-weight: 400;
  font-size: 110%;
}

.breadcrumbs {
  background-color: #f6f6f6;
  border: 0px;
  color: #797979;
}
.breadcrumbs a {
  color: #797979;
}
.breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs > span > a::after {
  bottom: 10%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #aaaaaa;
}

#footer .custom-footer > div:nth-of-type(1) {
  width: 50%;
}
#footer .custom-footer > div:nth-of-type(2) {
  width: 50%;
}
#footer .custom-footer > div:nth-of-type(3) {
  width: 50%;
}
#footer .custom-footer > div:nth-of-type(3) a {
  text-decoration: none;
}
#footer .custom-footer > div:nth-of-type(4) {
  width: 50%;
  text-align: right;
}
#footer .custom-footer > div:nth-of-type(4) img {
  max-height: 155px;
  margin-top: 0;
}

.homepage-box.before-carousel {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: black;
}

#content .content-inner {
  margin: 0px !important;
  max-width: 100% !important;
}
.welcome-wrapper .welcome div {
  margin: 0px !important;
  max-width: 100% !important;
}
.welcome-wrapper .welcome h1 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.in-index .h4 {
  font-size: 260%;
  border-bottom: 1px solid #ff660e;
  color: #ff660e;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.welcome-wrapper.homepage-box {
  border: 0px !important;
  margin-bottom: 0px !important;
  background: #2a2a2a;
  color: white !important;
  padding-top: 52px !important;
  padding-bottom: 30px !important;
  line-height: 1.8;
}
.welcome-wrapper h1 {
  color: #ff660e !important;
}
.welcome-wrapper [data-testid="eshopHeader"] {
  color: #ff660e !important;
  font-weight: 700;
}
.welcome-wrapper h2 {
  color: #ff660e !important;
  margin-top: 40px;
}
.welcome-wrapper a {
  color: #ff660e !important;
}
.welcome-wrapper a:hover {
  color: white !important;
}

.id-29 #content form .form-group label {
  float: none;
  width: 100%;
  font-weight: bold;
  line-height: 30px !important;
}
.id-29 #content form input.form-control {
  min-width: 50%;
}

.latest-contribution-box {
  display: none !important;
}

.product {
  border-color: white !important;
}
.product .name {
  font-weight: bold;
  text-align: center;
}
.product:hover .name {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.product:hover .btn,
.product .btn:hover {
  color: white !important;
  background: #2a2a2a !important;
  border-color: #2a2a2a !important;
}

.products-block .p .flags-default {
  position: absolute;
  left: 30px;
  top: auto;
  bottom: 6px;
}

ul.homeProducts {
  list-style-type: none;
  padding: 0px 6% 20px 6%;
  margin: 0px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.homeProducts > li {
  width: 16.66%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
ul.homeProducts > li > div > a {
  font-size: 105%;
  font-weight: bold;
}
ul.homeProducts > li > div > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
}
ul.homeProducts > li > a > img {
  width: auto !important;
  height: auto !important;
  max-width: 95px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 6px;
}

/* Product identifier below the product name */
.type-detail .p-detail-inner-header h1 {
  margin-bottom: 3px;
}

.type-detail .p-detail-inner-header .p-code {
  display: flex !important;
  gap: 4px;
  align-items: baseline;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 9px;
  color: #5f6366;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.type-detail .p-detail-inner-header .p-code .p-code-label {
  display: inline !important;
  color: #303438;
  font-size: 0 !important;
  font-weight: 700;
}

.type-detail .p-detail-inner-header .p-code .p-code-label::before {
  content: "ID produktu:";
  font-size: 13px;
}
ul.homeProducts > li > div > ul > li {
  display: inline;
}
ul.homeProducts > li > div > ul > li > a {
  font-size: 85%;
  color: #2a2a2a;
}

.content-wrapper {
  background-color: transparent;
}
#content {
  padding-bottom: 40px;
}

#category-filter-hover {
  display: flex;
  flex-wrap: wrap;
}
.content #category-filter-hover,
#category-filter-hover.visible {
  display: flex;
}
#category-filter-hover .filter-section {
  max-width: 24%;
  width: 24%;
  max-height: 180px;
  overflow-y: auto;
  font-size: 90%;
  border: 0px !important;
  background: #fbfbfb;
  margin: 0px 0.5% 15px 0.5%;
  padding: 10px;
}
.in-podle-parametru #category-filter-hover .filter-section:nth-last-of-type(1) {
  display: none;
}
#filters .filter-section.filter-section-default {
  padding-bottom: 0px !important;
}
#category-filter-hover .filter-section:last-of-type {
  margin-bottom: 10px;
}
#category-filter-hover .filter-section h4 {
  color: #ff660e;
  font-weight: bold;
}
#content .filter-section fieldset div {
  width: 100% !important;
}
#content .filter-section input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  display: none;
}

.filter-count {
  background-color: #e5e5e5;
  color: #a2a2a2;
  font-size: 80%;
  padding: 2px 0.75em;
  position: relative;
  top: -1px;
}

.subcategories li a {
  display: block !important;
  border-color: white;
  height: auto;
  padding: 7px 13px 3px 13px !important;
}
.subcategories.with-image li a .image img {
  width: auto !important;
  height: auto !important;
  max-width: 95px;
  max-height: 65px;
  object-fit: contain;
}
.subcategories.with-image li a .image {
  width: 100%;
  height: 65px;
  line-height: 65px;
  display: block;
  text-align: center;
}
.subcategories.with-image li a .text {
  width: 100%;
  padding-left: 0px;
  text-align: center;
  display: block;
  padding-top: 5px;
  color: #ff660e;
  font-weight: bold;
  font-size: 110%;
}
.subcategories li a::before {
  display: none;
}

.p-thumbnails a img {
  border-color: white;
}

#content label[for="stock"] {
  display: none !important;
}
#content .slider-header {
  padding-bottom: 0px;
}
#content .slider-wrapper {
  padding: 0px 0 19px;
  display: none;
}
#content .slider-wrapper h4 {
  display: none;
}

.category-header label[for="order4"],
.category-header label[for="order5"] {
  display: none !important;
}

.link-icons .link-icon.print {
  display: none !important;
}
.link-icons .link-icon.chat {
  color: #ff660e;
}
.link-icons .link-icon.chat:hover {
  color: black;
}

.detail-parameters .variant-list > th:nth-of-type(1) {
  display: none !important;
}

li.shp-tab a[href="#productDiscussion"] {
  display: none !important;
}
li.shp-tab {
  font-family: "Exo 2";
  font-size: 110%;
}
li.shp-tab.active a {
  font-weight: bold;
  color: #ff660e;
}

#navigation .navigation-in > ul > li > a[href="/sady-kol-bez-pneu/"] {
  display: none !important;
}

#header .cart-count {
  -webkit-transition: color 300ms !important;
  -moz-transition: color 300ms !important;
  -ms-transition: color 300ms !important;
  -o-transition: color 300ms !important;
  transition: color 300ms !important;
}

.cart-table tr.related {
  display: table-row;
}
.cart-related-img img {
  max-height: 40px;
  margin-left: 50px;
}
a.cart-related-name {
  font-size: 85%;
}
tr.related-visible > td {
  border-bottom-color: #dadada !important;
}

.type-category #content > h4,
.type-category #productsTop {
  display: none;
}
.id-712.type-category #content > h4,
.id-712.type-category #productsTop,
.id-1815.type-category #content > h4,
.id-1815.type-category #productsTop {
  display: none;
}

body.id-1815.type-category #filters-wrapper,
body.id-1815.type-category #category-header {
  display: none !important;
}

body.id-1815.type-category #products {
  margin-top: 18px;
}

.id-694 #category-filter-hover .filter-section:nth-of-type(1) {
  order: -12;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(2) {
  order: -18;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(3) {
  order: -17;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(4) {
  order: -13;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(5) {
  order: -20;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(6) {
  order: -15;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(7) {
  order: -19;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(8) {
  order: -16;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(9) {
  order: -14;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(10) {
  display: none;
}
.id-694 #category-filter-hover .filter-section:nth-of-type(11) {
  order: -11;
}

@media (min-width: 992px) {
  .id-694 #category-filter-hover .filter-section:nth-of-type(12) {
    order: 7;
    width: 50%;
    max-width: 50%;
    column-count: 2;
  }
}

.id-700 #category-filter-hover .filter-section:nth-of-type(1) {
  order: 3;
}
.id-700 #category-filter-hover .filter-section:nth-of-type(2) {
  order: 4;
}
.id-700 #category-filter-hover .filter-section:nth-of-type(3) {
  order: 1;
}
.id-700 #category-filter-hover .filter-section:nth-of-type(4) {
  order: 2;
}

.id-714 #category-filter-hover .filter-section:nth-of-type(1) {
  display: none;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(2) {
  display: none;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(3) {
  order: 4;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(4) {
  order: 1;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(5) {
  display: none;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(6) {
  order: 3;
}
.id-714 #category-filter-hover .filter-section:nth-of-type(7) {
  order: 2;
}

body:not(.in-kontakty) .greyBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body:not(.in-kontakty) .greyBoxes .greyBox {
  width: 49%;
  max-width: 49%;
  min-width: 49%;
  box-sizing: border-box;
  padding: 27px 20px 10px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
body:not(.in-kontakty) .greyBoxes .greyBox.formBox {
  padding-bottom: 76px;
  position: relative;
}
body:not(.in-kontakty) .greyBoxes .greyBox.formBox .retino-widget-root {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
body:not(.in-kontakty) .greyBoxes .greyBoxMax {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
body:not(.in-kontakty) .greyBoxes .greyBox h2 {
  margin-top: 0px;
}
body:not(.in-kontakty) .greyBoxes .greyBox p.tramvaj {
  vertical-align: middle;
}
body:not(.in-kontakty) .greyBoxes .greyBox p:before {
  color: #ff660e;
  text-align: left;
  display: inline-block;
  width: 40px;
  font-size: 220%;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -40px;
  top: 0px;
}
body:not(.in-kontakty) .greyBoxes .greyBox p.tramvaj,
body:not(.in-kontakty) .greyBoxes .greyBox p.vlak,
body:not(.in-kontakty) .greyBoxes .greyBox p.auto {
  position: relative;
  margin-left: 40px;
  min-height: 34px;
  line-height: 34px;
}
body:not(.in-kontakty) .greyBoxes .greyBox p.tramvaj:before {
  content: "\f207";
}
body:not(.in-kontakty) .greyBoxes .greyBox p.vlak:before {
  content: "\f239";
}
body:not(.in-kontakty) .greyBoxes .greyBox p.auto:before {
  content: "\f1b9";
}
body:not(.in-kontakty) .greyBoxes .greyBox h2:before {
  margin-right: 10px;
  font-size: 180%;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: -3px;
}
body:not(.in-kontakty) .greyBoxes .greyBox h2.car:before {
  content: "\f1b9";
}
body:not(.in-kontakty) .greyBoxes .greyBox h2.truck:before {
  content: "\f0d1";
}
body:not(.in-kontakty) .greyBoxes .greyBox h2.osobni:before {
  content: "\f290";
}

#content #motolabProductTrust h2 {
  font-size: 120%;
  color: black;
}
#content #motolabProductTrust h2 a {
  color: black;
  background: #efefef;
  padding: 5px 10px 14px 25px;
  display: block;
  text-decoration: none;
}
#content #motolabProductTrust h2 i {
  color: #ff660e;
  display: inline-block;
  width: 40px;
  font-size: 180%;
  position: relative;
  top: 5px;
}

.subcategories li a:hover::after {
  background-color: transparent;
}
.contact-box ul li > span.home::before {
  content: "\e91f";
}

.order2 {
  order: 2;
}
.search-whisperer li > a[href*="/sady-kol-bez-pneu/"] {
  display: none;
}

.menu-helper::after,
.menu-trigger::after {
  color: #fff;
  background-color: #ff660e;
}
.menu-helper {
  top: 103px;
}

@media (min-width: 1440px) {
  ul.homeProducts > li {
    width: 16.66%;
  }
}
@media (min-width: 1200px) {
  .subcategories .col-lg-3 {
    width: 16.66%;
  }
  .top-nav-button-login:before,
  .top-nav-button-account:before {
    content: "\e922";
    font-family: "shoptet";
    position: relative;
    top: 1px;
    padding-right: 4px;
  }
  .top-navigation-contacts a:before {
    position: relative;
    top: -1px;
    font-size: 120%;
  }
  .navigation-in > ul > li.ext > ul > li {
    flex-basis: 20%;
  }

  #footer .custom-footer > div:nth-of-type(1) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-of-type(2) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-of-type(3) {
    width: 25%;
  }
  #footer .custom-footer > div:nth-of-type(4) {
    width: 25%;
  }

  .footer-rows {
    min-height: 160px;
  }

  .products-block .ratings-wrapper .availability {
    flex: none;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 108px;
  }
  .products-block .ratings-wrapper {
    padding-bottom: 0px;
    height: 0px;
  }
}
@media (min-width: 768px) {
  #header {
    border-bottom: 45px solid #ff660e;
    height: 142px;
  }
  .ordering-process #header {
    border-bottom-style: solid;
    border-bottom-width: 45px;
  }

  .menu-helper > span {
    height: 45px;
  }
  .menu-helper > span::before {
    height: 45px;
    line-height: 45px;
  }

  #navigation {
    height: 45px;
    position: relative;
    top: -1px;
  }
  #navigation .navigation-in > ul > li:nth-of-type(1) {
    padding-left: 2px;
  }
  #navigation .navigation-in > ul > li > a {
    padding-top: 15px;
    padding-bottom: 16px;
    text-transform: uppercase;
  }
  #navigation .navigation-in > ul > li > a > b {
    font-weight: bold;
  }
  #navigation .navigation-in > ul > li > ul {
    margin-top: -1px;
  }

  .navigation-in > ul > li.ext > ul > li {
    min-height: 40px;
  }
  .navigation-in > ul > li.ext > ul > li > a {
    padding: 10px 20px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    display: none;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    width: auto !important;
    height: auto !important;
    max-width: 65px;
    max-height: 46px;
    object-fit: contain;
  }

  #navigation .navigation-in > ul > li > a.active {
    background: #f6f6f6;
    color: #ff660e;
  }
  .in-index #navigation .navigation-in > ul > li:nth-of-type(1) > a {
    background: black;
    color: #ff660e;
  }

  .product .p-in {
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 20px;
  }

  #header .cart-count {
    background: #ff660e;
    padding: 15px 18px 15px 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white;
  }
  #header .cart-count:before,
  #header .cart-count .cart-price {
    color: white;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -ms-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
  }
  #header .cart-count:hover {
    background: #2a2a2a;
    color: white;
  }
  #header .cart-count:hover:before,
  #header .cart-count:hover .cart-price {
    color: white;
  }
  .header-top .btn.cart-count i {
    left: 39px;
    top: 8px;
    background: black;
  }

  #header .search .btn {
    background: #dadada;
    border-color: #dadada;
    color: black;
  }
  #header .search .btn:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: white;
  }

  .category-header div {
    padding-right: 140px;
  }
  .filters-wrapper .btn.unveil-button {
    float: right;
    margin-top: -60px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .cart-inner .contact-box {
    padding: 0px;
  }
  .contact-box > img {
    position: relative;
    left: 0px;
    top: 0;
    max-width: 60%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #header .site-name a img {
    max-height: 26px;
    position: relative;
  }
  .latest-contribution {
    width: 100%;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
  h2.latest-contribution-placeholder {
    display: none;
  }
  ul.homeProducts > li {
    width: 25%;
  }
  .in-index .h4 {
    max-width: 65%;
  }
  #category-filter-hover .filter-section {
    max-width: 49%;
    width: 49%;
  }

  body:not(.in-kontakty) .greyBoxes .greyBox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  ul.homeProducts {
    padding: 0px 0px 20px 0px;
  }
  ul.homeProducts > li {
    padding: 15px;
    width: 33.33%;
  }
  ul.homeProducts > li > div > a {
    font-size: 95%;
  }

  .in-index .h4 {
    max-width: 85%;
  }

  #header {
    border: 0px;
    background-color: #eeeeee;
    margin-bottom: 0px;
  }
  .top-navigation-bar {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    background: #eeeeee !important;
    color: black;
  }
  .top-navigation-bar > .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
  }
  .responsive-tools > a[data-target="navigation"] {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    z-index: 12;
  }

  .responsive-tools > a[data-target="search"],
  .responsive-tools > a[data-target="login"] {
    display: none !important;
  }

  #header .search {
    display: block !important;
    position: absolute !important;
    top: -42px !important;
    right: 60px !important;
    left: 10px !important;
    width: auto !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 11;
  }

  body.ordering-process #header .search {
    right: 60px !important;
  }

  #header .search .search-form {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #header .search .search-form fieldset {
    display: flex !important;
    position: relative !important;
    width: 100% !important;
    height: 34px !important;
    min-height: 0 !important;
    max-height: 34px !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box !important;
  }

  #header .search .search-input {
    position: static !important;
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 0 !important;
    max-height: 34px !important;
    align-self: center;
    margin: 0 !important;
    padding: 6px 10px !important;
    color: #252525 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 3px 0 0 3px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  #header .search .search-form button[type="submit"] {
    position: static !important;
    display: block !important;
    flex: 0 0 66px;
    width: 66px !important;
    height: 34px !important;
    min-height: 0 !important;
    max-height: 34px !important;
    align-self: center;
    margin: 0 !important;
    padding: 0 8px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 34px !important;
    text-align: center;
    text-transform: uppercase;
    background: #252525 !important;
    border: 0 !important;
    border-radius: 0 3px 3px 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  #header .search .search-form button[type="submit"]:hover,
  #header .search .search-form button[type="submit"]:focus {
    color: #fff !important;
    background: #000 !important;
  }

  #header .search .search-whisperer {
    top: 36px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  #header .search .motolab-search-guide {
    display: none !important;
  }
  #carousel {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-top .btn.cart-count i {
    display: flex !important;
    position: absolute !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center;
    justify-content: center;
    left: 15px;
    top: -5px;
    padding: 0 !important;
    background: black;
    border-radius: 50% !important;
    color: white !important;
    font-family: "Exo 2", sans-serif !important;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 1 !important;
  }
  .navigation-in a,
  .menu-helper a {
    color: black;
  }
  #header #clock {
    top: -76px;
    left: 0px;
    width: 100%;
    font-size: 70%;
    margin-left: 0px;
    padding: 6px 0px 6px 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .responsive-tools {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: 15px;
    background: #ff660e;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 36px;
    width: calc(100% + 20px);
    box-sizing: border-box;
  }

  .responsive-tools [data-target="search"],
  .responsive-tools [data-target="search"]:hover {
    color: black;
  }

  #navigation,
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 104px;
  }
  #header .site-name {
    margin: 0;
    text-align: center;
    position: absolute;
    top: -95px;
    left: 0px;
    width: 100%;
  }
  #header .site-name a img {
    max-height: 11px;
    position: relative;
    top: 10px;
  }
  .in-index #header .site-name {
    top: -87px;
  }
  .in-index #header .site-name a img {
    top: 1px;
  }
  .top-navigation-bar a {
    color: black;
  }
  #header .cart-count {
    top: -39px;
    right: 0;
    color: black;
  }
  .top-navigation-bar a:hover,
  #header .cart-count:hover {
    color: white;
  }
  #footer .custom-footer > div {
    text-align: center !important;
    width: 100% !important;
  }
  #footer .container.footer-bottom {
    text-align: center;
    margin-bottom: 0px;
  }
  body > .container {
    background: #2a2a2a;
  }
  .top-navigation-menu {
    background-color: white;
  }
  #chat-application {
    z-index: 50 !important;
  }
  .top-navigation-menu {
    margin-left: 10px !important;
    left: 0px !important;
    right: 15px !important;
    padding-right: 25px !important;
  }
  .top-navigation-bar-menu li {
    font-size: 10px !important;
  }
  .top-navigation-contacts {
    display: none !important;
  }
  #category-filter-hover .filter-section {
    max-width: 100%;
    width: 100%;
  }

  .cart-table .cart-p-image img {
    border-right: 6px solid white;
  }
  .cart-related-product {
    padding-left: 40px;
  }
  .cart-related-img {
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    margin-right: 5px;
  }
  .cart-related-img img {
    margin-left: 0px;
  }
  .cart-related-info {
    padding-bottom: 0px;
  }

  .order2 {
    order: -1;
  }

  .top-navigation-bar {
    position: sticky;
    top: 0px;
    z-index: 9;
  }

  #header {
    position: sticky;
    top: 104px;
    z-index: 9;
  }
  .navigation-close {
    display: none;
  }
  .navigation-window-visible
    .responsive-tools
    > a[data-target="navigation"]::before {
    content: "\e912";
  }
}

.msg-info,
.msg-warning,
.msg-success {
  background: #ff660e !important;
  border: 0px !important;
  color: white !important;
  font-weight: bold !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  z-index: 101;
}
.messages {
  z-index: 101;
}

.site-msg.cookies {
  background: black !important;
  color: white !important;
}
.site-msg.cookies a {
  color: #e2e2e2 !important;
  text-decoration: underline;
}
.site-msg.cookies a:hover {
  color: white !important;
  text-decoration: none;
}
.site-msg.cookies button.btn {
  background: white !important;
  border-color: white !important;
  color: black !important;
  text-decoration: none;
}
.site-msg.cookies button.btn:hover {
  background: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: black !important;
  text-decoration: none;
}

.flag {
  padding-right: 15px;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

#signature img.vam {
  display: none !important;
}
#signature img.shoptet {
  margin: 0px 2px 0px 7px !important;
}
#signature img {
  position: relative;
  top: -4px;
}

#content > ol.cart-header {
  display: none;
}

.shp-tabs-row a[href$="#productsAlternative"] {
  display: none !important;
}
#tab-content {
  display: flex;
  flex-direction: column;
}
#productsAlternative {
  display: block !important;
  opacity: 1 !important;
  order: 99;
}
#productsAlternative:before {
  content: "Podobné produkty";
  font-size: 120%;
  margin: 50px 0px 15px 0px;
  padding: 10px 20px 10px 20px;
  display: block;
  background: #f6f6f6;
  font-family: "Exo 2";
  color: #ff660e;
  font-weight: bold;
}

#content .products-related-header {
  font-size: 120%;
  margin: 38px 0px 15px 0px;
  padding: 10px 20px 10px 20px;
  background: #f6f6f6;
}

.tlacitko {
  padding: 12px 25px 12px 25px;
  margin: 0px 0px 8px 0px;
  background: #2a2a2a;
  color: white;
  font-family: "Exo 2", sans-serif;
  text-decoration: none;
  font-size: 120%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tlacitko:hover {
  background: #90d20e;
  color: white;
}

/*
.id-700 #header, .id-700 #footer, .id-700 .top-navigation-bar, .id-700 .admin-bar, .id-700 .breadcrumbs-wrapper {
  display: none !important;
}
*/

.benefitBanner__title {
  font-size: 28px;
}
.benefitBanner__data {
  font-size: 14px;
}

.benefitBanner.position--benefitHomepage {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}

@media (min-width: 480px) {
  .benefitBanner {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .benefitBanner__item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .benefitBanner__item {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .benefitBanner {
    display: flex;
  }
  .benefitBanner.position--benefitHomepage {
    padding-bottom: 5px;
    margin-top: 5px;
  }
  .benefitBanner__item {
    flex: 0 0 33.33%;
    width: 33.33%;
    flex-direction: column;
  }
  .benefitBanner__link {
    flex-direction: column;
    text-align: center;
  }
  .benefitBanner__title {
    font-size: 16px;
  }
  .benefitBanner__data {
    font-size: 12px;
  }
  #content #motolabProductTrust h2 a {
    font-size: 12px;
  }
  .product-top {
    margin-bottom: 10px;
  }
}

#formContact .required-asterisk {
  color: #d63500;
  font-weight: 700;
}

/* Kosik: spolecny vzhled produktu pro mobil i desktop. */
body.in-kosik.ordering-process .cart-table,
body.in-kosik.ordering-process .cart-table tbody {
  display: block !important;
  width: 100% !important;
}

body.in-kosik.ordering-process .cart-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.removeable {
  position: relative;
  display: grid !important;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe1e2;
  border-top: 3px solid #ff6c00;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
}

body.in-kosik.ordering-process .cart-table tr.removeable > td,
body.in-kosik.ordering-process .cart-table tr.removeable > td:first-child,
body.in-kosik.ordering-process .cart-table tr.removeable > td:last-child {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  text-align: left;
  box-sizing: border-box;
}

body.in-kosik.ordering-process .cart-table .cart-p-image {
  grid-area: image;
}

body.in-kosik.ordering-process .cart-table .cart-p-image a,
body.in-kosik.ordering-process .cart-table .cart-p-image img {
  display: block;
}

body.in-kosik.ordering-process .cart-table .cart-p-image img {
  max-width: none !important;
  object-fit: cover;
  background: transparent;
  border: 0 !important;
  border-radius: 0;
}

body.in-kosik.ordering-process .cart-table .p-name {
  grid-area: name;
}

body.in-kosik.ordering-process .cart-table .p-name .main-link {
  display: block;
  color: #242424 !important;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
  text-transform: none !important;
}

body.in-kosik.ordering-process .cart-table .p-name .main-link:hover,
body.in-kosik.ordering-process .cart-table .p-name .main-link:focus {
  color: #d95700 !important;
}

body.in-kosik.ordering-process .cart-table .p-name .show-related,
body.in-kosik.ordering-process .cart-table .p-name > a:not(.main-link) {
  display: none !important;
}

body.in-kosik.ordering-process .cart-table .p-label {
  display: block !important;
  color: #76797b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.in-kosik.ordering-process .cart-table .p-availability {
  grid-area: availability;
}

body.in-kosik.ordering-process .cart-table .availability-label {
  display: inline-flex;
  align-items: center;
  color: #23940d !important;
  font-weight: 800;
  line-height: 1.2;
}

body.in-kosik.ordering-process .cart-table .availability-label::before {
  background: #3aa624;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #e5f4e2;
  content: "";
}

body.in-kosik.ordering-process .cart-table .availability-amount,
body.in-kosik.ordering-process .cart-table .p-quantity {
  display: none !important;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-quantity {
  display: block !important;
  grid-area: quantity;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-quantity > div,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity-form {
  display: block !important;
  margin: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  color: #202224;
  font-weight: 800;
  white-space: nowrap;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity label::after {
  display: none !important;
  content: none;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .amount {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #202224 !important;
  font-family: "Exo 2", sans-serif !important;
  font-weight: 800;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  pointer-events: none;
  -moz-appearance: textfield;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .amount::-webkit-inner-spin-button,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .amount::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .increase,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .decrease,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .increase-tooltip,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .decrease-tooltip {
  display: none !important;
}

body.in-kosik.ordering-process .cart-table .p-price {
  grid-area: price;
}

body.in-kosik.ordering-process .cart-table .p-total {
  grid-area: total;
  text-align: right !important;
}

body.in-kosik.ordering-process .cart-table .p-price .price-final,
body.in-kosik.ordering-process .cart-table .p-total .price-final {
  display: block !important;
  color: #202224;
  font-size: 16px !important;
  font-weight: 800;
  white-space: nowrap;
}

body.in-kosik.ordering-process .cart-table .p-total .price-final {
  text-align: right;
}

body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--set .p-price > .p-label,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--set .p-price > .price-final,
body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-price .unit-value {
  display: none !important;
}

body.in-kosik.ordering-process .cart-table .p-price .motolab-order-unit {
  display: block !important;
  max-width: none;
  margin: 0;
  color: #3e4144;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal !important;
}

body.in-kosik.ordering-process .cart-table .motolab-cart-remove {
  display: flex !important;
  grid-area: remove;
}

body.in-kosik.ordering-process .cart-table .motolab-cart-remove form {
  position: static !important;
  display: block !important;
  margin: 0 !important;
}

body.in-kosik.ordering-process .cart-table .remove-item {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #666 !important;
  font-size: 0 !important;
  line-height: 1;
  background: #f0f1f2 !important;
  border: 0 !important;
  border-radius: 50%;
  opacity: 1 !important;
}

body.in-kosik.ordering-process .cart-table .remove-item::before {
  color: currentColor;
  font-family: Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1;
  content: "\00d7";
}

body.in-kosik.ordering-process .cart-table .remove-item:hover,
body.in-kosik.ordering-process .cart-table .remove-item:focus {
  color: #fff !important;
  background: #d84f35 !important;
}

body.in-kosik.ordering-process .cart-table tr.related,
body.in-kosik.ordering-process .cart-table tr.related > td {
  display: block !important;
  width: 100% !important;
}

body.in-kosik.ordering-process .cart-table tr.related > td {
  padding: 0 !important;
  border: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-product {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin: 0 !important;
  background: #f7f8f8;
  border: 1px solid #dfe1e2;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-info {
  display: grid !important;
  width: auto !important;
  min-width: 0;
  grid-template-areas:
    "service-image service-name"
    "service-image service-availability";
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-img {
  display: block !important;
  float: none !important;
  grid-area: service-image;
  margin: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-img img {
  display: block !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  background: transparent;
  border: 0 !important;
  border-radius: 0;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-name {
  display: block !important;
  min-width: 0;
  grid-area: service-name;
  color: #282a2c !important;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-availability {
  display: block !important;
  grid-area: service-availability;
  font-weight: 700;
  line-height: 1.2;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-button {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .price-final {
  color: #282a2c;
  line-height: 1.15;
  white-space: nowrap;
}

body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .btn {
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.1;
  border: 1px solid #ff6c00 !important;
  border-radius: 3px !important;
}

/* Mobilni kosik: pouze rozlozeni a kompaktni rozmery. */
@media (max-width: 767px) {
  body.ordering-process #header .site-name {
    display: block !important;
    position: absolute !important;
    top: -87px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    pointer-events: none;
  }

  body.ordering-process #header .site-name a {
    display: inline-block !important;
    height: auto !important;
    pointer-events: auto;
  }

  body.ordering-process #header .site-name a img {
    display: block !important;
    position: relative !important;
    width: auto !important;
    max-width: 236px !important;
    height: auto !important;
    max-height: 11px !important;
    margin: 0 !important;
    top: 1px !important;
  }

  body.in-kosik.ordering-process .cart-table {
    margin: 0 0 12px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.removeable {
    grid-template-columns: 86px minmax(0, 1fr) max-content;
    grid-template-areas:
      "image name name"
      "image availability remove"
      "price price total";
    gap: 8px 10px;
    margin: 0 0 10px;
    padding: 13px;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires {
    grid-template-areas:
      "image name name"
      "image availability remove"
      "quantity price total";
  }

  body.in-kosik.ordering-process .cart-table .cart-p-image a,
  body.in-kosik.ordering-process .cart-table .cart-p-image img {
    width: 86px !important;
    height: 86px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-name {
    align-self: start;
  }

  body.in-kosik.ordering-process .cart-table .p-name .main-link {
    font-size: 14px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-availability {
    align-self: end;
  }

  body.in-kosik.ordering-process .cart-table .p-label {
    margin: 0 0 3px;
  }

  body.in-kosik.ordering-process .cart-table .availability-label {
    gap: 6px;
    font-size: 12px;
  }

  body.in-kosik.ordering-process .cart-table .availability-label::before {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
  }

  body.in-kosik.ordering-process .cart-table .motolab-cart-remove {
    align-self: end;
    justify-content: flex-end;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-quantity {
    align-self: end;
    margin-top: 0 !important;
    padding-top: 3px !important;
    border-top: 0 !important;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-quantity .p-label {
    display: block !important;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity {
    align-items: flex-start;
    overflow: visible;
    box-sizing: border-box;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity label {
    display: inline-flex !important;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.15;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .amount {
    width: 18px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    text-align: center;
  }

  body.in-kosik.ordering-process .cart-table tr.related {
    margin: -10px 0 10px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-product {
    gap: 8px 12px;
    padding: 10px 13px 12px !important;
    background: #f8f8f8;
    border: 1px solid #e1e3e4;
    border-top: 0;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-info {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 2px 10px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-img {
    width: 52px !important;
    height: 52px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-img img {
    width: 52px !important;
    height: 52px !important;
    box-sizing: border-box;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-name {
    font-size: 12px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-availability {
    font-size: 11px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .price-final {
    font-size: 13px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .btn {
    min-width: 62px;
    padding: 6px 10px !important;
    color: #d95b00 !important;
    background: #fff !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price,
  body.in-kosik.ordering-process .cart-table .p-total {
    align-self: end;
    margin-top: 3px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e6e7e8 !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price {
    padding-right: 12px !important;
    white-space: normal !important;
  }

  body.in-kosik.ordering-process .cart-table .p-total {
    min-width: 104px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price .price-final,
  body.in-kosik.ordering-process .cart-table .p-total .price-final {
    line-height: 1.15;
  }

  body.in-kosik.ordering-process .cart-table .p-total .price-final {
    font-size: 18px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price .motolab-order-unit {
    font-size: 14px;
    text-align: left;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-price .price-final {
    font-size: 14px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-total {
    min-width: 82px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-total .price-final {
    font-size: 16px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-price,
  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-total {
    margin-top: 0 !important;
    padding-top: 3px !important;
    border-top: 0 !important;
  }

  body.in-kosik.ordering-process .cart-table .p-total form {
    position: absolute !important;
    top: 52px;
    right: 10px;
    margin: 0 !important;
  }

  body.in-kosik.ordering-process .cart-table .remove-item {
    width: 28px !important;
    height: 28px !important;
  }

  body.in-kosik.ordering-process .cart-table .remove-item::before {
    font-size: 18px !important;
  }

  body.ordering-process #header .motolab-order-cart-link {
    display: flex !important;
    position: absolute !important;
    top: -42px !important;
    right: 10px !important;
    width: 40px !important;
    height: 34px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #202224 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 12;
  }

  body.ordering-process #header .motolab-order-cart-link__icon::before {
    color: currentColor;
    font-family: "Font Awesome 5 Free";
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    content: "\f07a";
  }

  body.ordering-process #header .motolab-order-cart-link__count {
    display: flex;
    position: absolute;
    top: -3px;
    right: 0;
    min-width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 17px;
    background: #202224;
    border-radius: 9px;
    box-sizing: border-box;
  }

  body.ordering-process #header .motolab-order-cart-link__count[hidden] {
    display: none !important;
  }
}

/* Prazdny kosik */
body.motolab-empty-cart-page #content-wrapper {
  padding-bottom: 48px;
}

body.motolab-empty-cart-page #content,
body.motolab-empty-cart-page #content .content-inner,
body.motolab-empty-cart-page #cart-wrapper,
body.motolab-empty-cart-page .cart-inner.cart-empty {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.motolab-empty-cart-page .motolab-empty-cart {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 0.95fr);
  min-height: 520px;
  align-items: center;
  gap: 34px;
  padding: 28px 34px 34px;
  background: #fff;
  border-top: 4px solid #ff6c00;
  box-sizing: border-box;
}

body.motolab-empty-cart-page .motolab-empty-cart__visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

body.motolab-empty-cart-page .motolab-empty-cart__visual img {
  display: block;
  width: 100%;
  max-width: 590px;
  height: auto;
  aspect-ratio: 1537 / 1023;
  object-fit: contain;
}

body.motolab-empty-cart-page .motolab-empty-cart__content {
  width: 100%;
  max-width: 520px;
  min-width: 0;
  justify-self: start;
}

body.motolab-empty-cart-page .motolab-empty-cart h1 {
  margin: 0 0 10px;
  color: #25282a;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-transform: none;
}

body.motolab-empty-cart-page .motolab-empty-cart__intro {
  margin: 0 0 24px;
  color: #62676a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

body.motolab-empty-cart-page .motolab-empty-cart__category {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  padding: 12px 16px;
  color: #25282a;
  text-decoration: none;
  background: #fff7f1;
  border: 1px solid #ff6c00;
  border-radius: 4px;
  box-sizing: border-box;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

body.motolab-empty-cart-page .motolab-empty-cart__category:hover,
body.motolab-empty-cart-page .motolab-empty-cart__category:focus {
  color: #fff;
  text-decoration: none;
  background: #ff6c00;
  border-color: #ff6c00;
}

body.motolab-empty-cart-page .motolab-empty-cart__category-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ff6c00;
  background: #fff;
  border-radius: 50%;
}

body.motolab-empty-cart-page .motolab-empty-cart__category-icon::before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  content: "\f1b9";
}

body.motolab-empty-cart-page .motolab-empty-cart__category small,
body.motolab-empty-cart-page .motolab-empty-cart__category strong {
  display: block;
}

body.motolab-empty-cart-page .motolab-empty-cart__category small {
  margin-bottom: 2px;
  color: #6c7174;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

body.motolab-empty-cart-page .motolab-empty-cart__category strong {
  color: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

body.motolab-empty-cart-page .motolab-empty-cart__category:hover small,
body.motolab-empty-cart-page .motolab-empty-cart__category:focus small {
  color: #fff;
}

body.motolab-empty-cart-page .motolab-empty-cart__category-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 900;
  content: "\f054";
}

@media (max-width: 767px) {
  body.motolab-empty-cart-page #content-wrapper {
    padding-bottom: 30px;
  }

  body.motolab-empty-cart-page .motolab-empty-cart {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 4px;
    padding: 18px 15px 28px;
    border-top-width: 3px;
  }

  body.motolab-empty-cart-page .motolab-empty-cart__visual img {
    width: min(100%, 430px);
  }

  body.motolab-empty-cart-page .motolab-empty-cart__content {
    max-width: 520px;
  }

  body.motolab-empty-cart-page .motolab-empty-cart h1 {
    font-size: 27px;
  }

  body.motolab-empty-cart-page .motolab-empty-cart__intro {
    margin-bottom: 18px;
    font-size: 16px;
  }

  body.motolab-empty-cart-page .motolab-empty-cart__category {
    min-height: 66px;
    margin-bottom: 20px;
    padding: 10px 13px;
  }

}

@media (max-width: 399px) {
  body.motolab-empty-cart-page .motolab-empty-cart {
    padding-right: 10px;
    padding-left: 10px;
  }

}

/* Detail produktu: cena, dostupnost a vybrane informacni prvky. */
.type-detail .p-info-wrapper .motolab-product-price {
  display: flex !important;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 4px;
  box-sizing: border-box;
}

.type-detail .motolab-product-price__sale {
  display: flex;
  min-height: 23px;
  align-items: center;
  gap: 8px;
  order: 1;
  margin-bottom: 4px;
}

.type-detail .motolab-product-price__sale .price-standard {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: #55595c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.type-detail .motolab-product-price__sale .price-standard::before {
  color: #73777a;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  content: "Původně";
}

.type-detail .motolab-product-price__sale .price-standard > span {
  text-decoration: line-through;
  text-decoration-color: #ff660e;
  text-decoration-thickness: 2px;
}

.type-detail .motolab-product-price__sale .price-save {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 3px 7px;
  color: #c84d00;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  background: #fff0e7;
  border-radius: 2px;
}

.type-detail .motolab-product-price > .price-final {
  display: block !important;
  order: 2;
  margin: 0 !important;
  color: #202224;
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: nowrap;
}

.type-detail .motolab-product-price > .price-additional {
  display: block !important;
  order: 3;
  margin: 5px 0 0 !important;
  color: #686d6f;
  font-size: 13px !important;
  line-height: 1.25;
}

.type-detail .motolab-product-price > .price-measure {
  display: none !important;
}

.type-detail .motolab-product-price > .motolab-product-unit {
  display: block !important;
  width: 100%;
  order: 4;
  margin: 13px 0 0 !important;
  padding: 10px 12px !important;
  color: #202224 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  background: #f1f2f2;
  border-left: 3px solid #ff660e;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .motolab-product-availability {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 8px 0 6px;
}

.type-detail .p-info-wrapper .motolab-product-availability .availability-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.type-detail .p-info-wrapper .motolab-product-availability .availability-label::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

/* Detail produktu: vybrany jemny seznam zaruky a realnych fotografii. */
.type-detail .p-info-wrapper #motolabProductTrust.motolab-product-trust {
  width: 100%;
  margin: 8px 0 0;
  background: #f2f3f3 !important;
  border: 0 !important;
}

body.type-detail .product-top {
  margin-bottom: 8px !important;
}

body.type-detail .p-info-wrapper .social-buttons-wrapper {
  margin-top: 0 !important;
}

.type-detail .p-info-wrapper #motolabProductTrust.motolab-product-trust h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.type-detail .p-info-wrapper #motolabProductTrust.motolab-product-trust h2 + h2 {
  border-top: 1px solid #e5e6e6;
}

#content .p-info-wrapper #motolabProductTrust.motolab-product-trust h2 a {
  display: grid !important;
  width: 100%;
  min-height: 58px !important;
  grid-template-columns: 50px minmax(0, 1fr) auto !important;
  align-items: center;
  gap: 9px !important;
  margin: 0 !important;
  padding: 5px 7px !important;
  color: #202224 !important;
  text-align: left !important;
  text-decoration: none !important;
  background: #f2f3f3 !important;
  box-sizing: border-box;
}

.type-detail .motolab-product-trust h2 a > img {
  display: block !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  object-fit: contain;
}

.type-detail .motolab-product-trust h2 a > span,
.type-detail .motolab-product-trust h2 a strong,
.type-detail .motolab-product-trust h2 a small {
  display: block;
  min-width: 0;
}

.type-detail .motolab-product-trust h2 a strong {
  font-size: 12px;
  line-height: 1.2;
}

.type-detail .motolab-product-trust h2 a small {
  margin-top: 1px;
  color: #686d6f;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
}

.type-detail .motolab-product-trust h2 a > b {
  display: block !important;
  justify-self: end;
  margin: 0 2px 0 8px !important;
  color: #c84d00;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Linearni informacni pas napric webem. */
.benefitBanner.motolab-benefit-banner {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  margin: 0 !important;
  padding: 4px 18px !important;
  background: #fff;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__item {
  display: block;
  width: auto !important;
  min-width: 0;
  flex: none !important;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__item + .benefitBanner__item {
  border-left: 0 !important;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__link {
  display: grid;
  width: fit-content;
  max-width: 100%;
  min-height: 72px;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 auto;
  padding: 0 12px;
  color: #202224;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__picture {
  display: grid;
  width: 72px !important;
  height: 72px !important;
  min-width: 0;
  place-items: center;
  margin: 0 !important;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__img {
  display: block;
  width: 70px !important;
  height: 70px !important;
  max-width: none !important;
  object-fit: contain;
  transform: none !important;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__item:nth-child(2) .benefitBanner__img {
  transform: scale(1.5552) !important;
}

body.type-detail .benefitBanner.motolab-benefit-banner {
  margin: 0 !important;
  padding: 4px 18px !important;
}

body.type-detail .benefitBanner.motolab-benefit-banner .benefitBanner__item {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .benefitBanner.motolab-benefit-banner .benefitBanner__item:nth-child(2) .benefitBanner__link {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__item:nth-child(2) .benefitBanner__picture {
    width: 104px !important;
  }
}

.benefitBanner.motolab-benefit-banner .benefitBanner__content {
  min-width: 0;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__title {
  display: block;
  color: #ff660e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.benefitBanner.motolab-benefit-banner .benefitBanner__data {
  margin-top: 4px;
  color: #686d6f;
  font-size: 12px;
  line-height: 1.35;
}

/* Prodany produkt: zachovat informace a nabidnout dalsi cestu. */
.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out td {
  padding: 0;
  overflow: hidden;
  color: #26292b;
  background: #fff;
  border: 1px solid #d9dbdc;
  border-top: 3px solid #b42318;
  border-radius: 4px;
}

.motolab-sold-card__main {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 16px;
}

.motolab-sold-card__mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #b42318;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  background: #fff0ef;
  border-radius: 50%;
}

.type-detail .motolab-sold-card__main strong {
  margin: 1px 0 4px !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
}

.type-detail .motolab-sold-card__main small {
  color: #5f6466 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.motolab-sold-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 16px 16px;
}

.motolab-sold-card__actions a {
  display: grid;
  min-height: 43px;
  place-items: center;
  padding: 8px 10px;
  color: #c84d00;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #ff660e;
  border-radius: 3px;
  box-sizing: border-box;
}

.motolab-sold-card__actions a:first-child {
  color: #fff;
  background: #ff660e;
}

/* Hlidani produktu: sjednocene modalni okno a stabilni pozice ve viewportu. */
#cboxOverlay.motolab-watchdog-overlay,
html.motolab-watchdog-opening #cboxOverlay {
  background: #1f2224 !important;
  opacity: 0.68 !important;
}

html.motolab-watchdog-opening #colorbox,
#colorbox.motolab-watchdog-modal:not(.motolab-watchdog-modal--ready) {
  visibility: hidden !important;
  opacity: 0 !important;
}

#colorbox.motolab-watchdog-modal,
#colorbox:has(#watchdog-form) {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: min(500px, calc(100vw - 32px)) !important;
  height: auto !important;
  max-height: calc(100dvh - 32px);
  overflow: visible !important;
  transform: translate(-50%, -50%) !important;
}

#colorbox.motolab-watchdog-modal--ready {
  visibility: visible !important;
  opacity: 1 !important;
}

#colorbox.motolab-watchdog-modal--closing {
  visibility: hidden !important;
  opacity: 0 !important;
}

#colorbox.motolab-watchdog-modal #cboxWrapper,
#colorbox:has(#watchdog-form) #cboxWrapper,
#colorbox.motolab-watchdog-modal #cboxContent,
#colorbox:has(#watchdog-form) #cboxContent {
  width: 100% !important;
  height: auto !important;
}

#colorbox.motolab-watchdog-modal #cboxWrapper,
#colorbox:has(#watchdog-form) #cboxWrapper {
  position: static !important;
  max-height: calc(100dvh - 32px);
  overflow: hidden !important;
}

#colorbox.motolab-watchdog-modal #cboxTopLeft,
#colorbox.motolab-watchdog-modal #cboxTopCenter,
#colorbox.motolab-watchdog-modal #cboxTopRight,
#colorbox.motolab-watchdog-modal #cboxMiddleLeft,
#colorbox.motolab-watchdog-modal #cboxMiddleRight,
#colorbox.motolab-watchdog-modal #cboxBottomLeft,
#colorbox.motolab-watchdog-modal #cboxBottomCenter,
#colorbox.motolab-watchdog-modal #cboxBottomRight,
#colorbox:has(#watchdog-form) #cboxTopLeft,
#colorbox:has(#watchdog-form) #cboxTopCenter,
#colorbox:has(#watchdog-form) #cboxTopRight,
#colorbox:has(#watchdog-form) #cboxMiddleLeft,
#colorbox:has(#watchdog-form) #cboxMiddleRight,
#colorbox:has(#watchdog-form) #cboxBottomLeft,
#colorbox:has(#watchdog-form) #cboxBottomCenter,
#colorbox:has(#watchdog-form) #cboxBottomRight {
  display: none !important;
}

#colorbox.motolab-watchdog-modal #cboxContent,
#colorbox:has(#watchdog-form) #cboxContent {
  float: none !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #d9dcde;
  border-top: 4px solid #ff660e;
  border-radius: 5px;
  box-shadow: 0 20px 60px rgba(20, 24, 26, 0.28);
  box-sizing: border-box;
}

#colorbox.motolab-watchdog-modal #cboxLoadedContent,
#colorbox:has(#watchdog-form) #cboxLoadedContent {
  width: 100% !important;
  height: auto !important;
  max-height: calc(100dvh - 36px);
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#colorbox.motolab-watchdog-modal .content-modal,
#colorbox:has(#watchdog-form) .content-modal {
  padding: 0 !important;
}

#colorbox.motolab-watchdog-modal .watchdog-form,
#colorbox:has(#watchdog-form) .watchdog-form {
  margin: 0;
  padding: 27px 28px 25px;
  color: #25282a;
  font-family: "Exo 2", sans-serif;
}

#colorbox.motolab-watchdog-modal .watchdog-title,
#colorbox:has(#watchdog-form) .watchdog-title {
  margin: 0 44px 5px 0 !important;
  color: #25282a !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-intro,
#colorbox:has(#watchdog-form) .motolab-watchdog-intro {
  margin: 0 44px 21px 0;
  color: #686d70;
  font-size: 13px;
  line-height: 1.45;
}

#colorbox.motolab-watchdog-modal .form-legend,
#colorbox:has(#watchdog-form) .form-legend {
  margin: 0 0 8px;
  color: #7a7f82;
  font-size: 10px;
  text-align: right;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-choice,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  padding: 11px 12px;
  background: #f7f8f8;
  border: 1px solid #e0e2e3;
  border-radius: 4px;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-choice--unavailable,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice--unavailable {
  display: none !important;
}

#colorbox.motolab-watchdog-modal .watchdog-checkbox,
#colorbox:has(#watchdog-form) .watchdog-checkbox {
  position: static !important;
  grid-column: 1;
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 1 !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  accent-color: #ff660e;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-choice label,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice label {
  position: static !important;
  grid-column: 2;
  width: auto !important;
  min-width: 0 !important;
  margin: 0;
  padding: 0 !important;
  color: #303436;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-choice label::before,
#colorbox.motolab-watchdog-modal .motolab-watchdog-choice label::after,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice label::before,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice label::after {
  display: none !important;
  content: none !important;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-choice #priceUnder,
#colorbox:has(#watchdog-form) .motolab-watchdog-choice #priceUnder {
  grid-column: 2;
  width: 100% !important;
  margin: 1px 0 0 !important;
}

#colorbox.motolab-watchdog-modal .smart-label-wrapper,
#colorbox:has(#watchdog-form) .smart-label-wrapper {
  margin: 18px 0 0;
}

#colorbox.motolab-watchdog-modal .smart-label-wrapper > label,
#colorbox:has(#watchdog-form) .smart-label-wrapper > label {
  display: block;
  margin: 0 0 6px;
  color: #303436;
  font-size: 12px;
  font-weight: 800;
}

#colorbox.motolab-watchdog-modal .form-control,
#colorbox:has(#watchdog-form) .form-control {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  color: #25282a;
  font-size: 16px;
  background: #fff;
  border: 1px solid #cfd3d5;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
}

#colorbox.motolab-watchdog-modal .form-control:focus,
#colorbox:has(#watchdog-form) .form-control:focus {
  border-color: #ff660e;
  outline: 2px solid rgba(255, 102, 14, 0.16);
}

#colorbox.motolab-watchdog-modal .submit-wrapper,
#colorbox:has(#watchdog-form) .submit-wrapper {
  margin: 18px 0 0;
}

#colorbox.motolab-watchdog-modal #watchdog-submit,
#colorbox:has(#watchdog-form) #watchdog-submit {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #ff660e !important;
  border: 1px solid #ff660e !important;
  border-radius: 3px;
}

#colorbox.motolab-watchdog-modal #watchdog-submit:hover,
#colorbox.motolab-watchdog-modal #watchdog-submit:focus,
#colorbox:has(#watchdog-form) #watchdog-submit:hover,
#colorbox:has(#watchdog-form) #watchdog-submit:focus {
  background: #dc5400 !important;
  border-color: #dc5400 !important;
}

#colorbox.motolab-watchdog-modal .motolab-watchdog-form--sending #watchdog-submit,
#colorbox:has(#watchdog-form) .motolab-watchdog-form--sending #watchdog-submit {
  cursor: wait;
  opacity: 0.78;
}

#colorbox.motolab-watchdog-modal #cboxClose,
#colorbox:has(#watchdog-form) #cboxClose {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  bottom: auto !important;
  left: auto !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  color: #555b5e !important;
  font-size: 0 !important;
  line-height: 1 !important;
  background: #f3f4f4 !important;
  border: 1px solid #d9dcde !important;
  border-radius: 50% !important;
}

#colorbox.motolab-watchdog-modal #cboxClose::before,
#colorbox:has(#watchdog-form) #cboxClose::before {
  content: "\00d7";
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.motolab-watchdog-feedback {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  background: rgba(31, 34, 36, 0.68);
  transition: opacity 180ms ease, background-color 480ms ease;
}

.motolab-watchdog-feedback.is-visible {
  opacity: 1;
}

.motolab-watchdog-feedback.is-leaving {
  opacity: 1;
  background: rgba(31, 34, 36, 0);
}

.motolab-watchdog-feedback__card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  width: min(420px, calc(100vw - 32px));
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  color: #203027;
  background: #fff;
  border: 1px solid #a8cfb6;
  border-top: 4px solid #178a45;
  border-radius: 5px;
  box-shadow: 0 18px 55px rgba(20, 24, 26, 0.25);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 200ms ease, transform 260ms ease;
}

.motolab-watchdog-feedback.is-visible .motolab-watchdog-feedback__card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.motolab-watchdog-feedback.is-leaving .motolab-watchdog-feedback__card {
  opacity: 0;
  transform: translateY(-7px) scale(0.99);
}

.motolab-watchdog-feedback__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  background: #178a45;
  border-radius: 50%;
}

.motolab-watchdog-feedback__card strong,
.motolab-watchdog-feedback__card small {
  display: block;
}

.motolab-watchdog-feedback__card strong {
  margin: 0 0 3px;
  color: #1f2b24;
  font-family: "Exo 2", sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.motolab-watchdog-feedback__card small {
  color: #617067;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #colorbox.motolab-watchdog-modal,
  #colorbox:has(#watchdog-form) {
    width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 20px);
  }

  #colorbox.motolab-watchdog-modal #cboxWrapper,
  #colorbox:has(#watchdog-form) #cboxWrapper {
    max-height: calc(100dvh - 20px);
  }

  #colorbox.motolab-watchdog-modal #cboxLoadedContent,
  #colorbox:has(#watchdog-form) #cboxLoadedContent {
    max-height: calc(100dvh - 24px);
  }

  #colorbox.motolab-watchdog-modal .watchdog-form,
  #colorbox:has(#watchdog-form) .watchdog-form {
    padding: 22px 18px 19px;
  }

  #colorbox.motolab-watchdog-modal .watchdog-title,
  #colorbox:has(#watchdog-form) .watchdog-title {
    font-size: 22px !important;
  }

  .motolab-watchdog-feedback {
    padding: 12px;
  }

  .motolab-watchdog-feedback__card {
    grid-template-columns: 40px minmax(0, 1fr);
    width: calc(100vw - 24px);
    gap: 11px;
    padding: 16px;
  }

  .motolab-watchdog-feedback__icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .motolab-watchdog-feedback__card strong {
    font-size: 17px;
  }
}

.type-detail .p-info-wrapper.motolab-product-sold .motolab-product-actions {
  display: none !important;
}

@media (max-width: 767px) {
  .type-detail .motolab-product-price > .price-final {
    font-size: 32px !important;
  }

  .type-detail .motolab-product-price > .price-additional {
    margin-top: 4px !important;
    font-size: 12px !important;
  }

  .type-detail .motolab-product-price > .motolab-product-unit {
    margin-top: 11px !important;
    padding: 9px 10px !important;
    font-size: 13px !important;
  }

  .type-detail .p-info-wrapper .motolab-product-availability .availability-label {
    font-size: 16px;
  }

  #content .p-info-wrapper #motolabProductTrust.motolab-product-trust h2 a {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    gap: 7px !important;
    min-height: 56px !important;
    padding: 5px 4px !important;
  }

  .type-detail .motolab-product-trust h2 a > img {
    width: 46px !important;
    height: 46px !important;
  }

  .type-detail .motolab-product-trust h2 a strong {
    font-size: 12px;
  }

  .benefitBanner.motolab-benefit-banner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 !important;
    padding: 2px 4px !important;
  }

  body.type-detail .benefitBanner.motolab-benefit-banner {
    margin: 0 !important;
    padding: 2px 4px !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__item + .benefitBanner__item {
    border-left: 0 !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__item:nth-child(2) {
    overflow: visible !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__link {
    display: flex;
    min-height: 104px;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 4px;
    text-align: center;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__picture {
    width: 62px !important;
    height: 62px !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__img {
    width: 60px !important;
    height: 60px !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__item:not(:nth-child(2)) .benefitBanner__img {
    transform: translateY(4px) !important;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__title {
    font-size: 12px;
    line-height: 1.15;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__content {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }

  .benefitBanner.motolab-benefit-banner .benefitBanner__data {
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.25;
  }

  .motolab-sold-card__actions {
    grid-template-columns: 1fr;
  }
}

/* Důvěryhodnostní panel v objednávkovém procesu */
.ordering-process .motolab-cart-trust {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  overflow: hidden;
  color: #292929;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 4px solid #ff6c00;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Exo 2", Arial, sans-serif;
}

.ordering-process .motolab-cart-trust *,
.ordering-process .motolab-cart-trust *::before,
.ordering-process .motolab-cart-trust *::after {
  box-sizing: border-box;
}

.motolab-cart-trust__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  min-height: 136px;
  overflow: hidden;
  background: #111;
}

.motolab-cart-trust__intro {
  align-self: center;
  padding: 18px 16px 18px 22px;
}

.motolab-cart-trust__kicker {
  display: block;
  margin-bottom: 8px;
  color: #ffad70;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

#content .motolab-cart-trust__head h2 {
  margin: 0 0 7px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}

.motolab-cart-trust__head p {
  margin: 0;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.5;
}

.motolab-cart-trust__warranty,
.motolab-cart-trust__warranty:visited {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  color: #fff;
  background: #1c1c1c;
  border-left: 1px solid #383838;
  text-align: center;
  text-decoration: none;
}

.motolab-cart-trust__warranty:hover,
.motolab-cart-trust__warranty:focus {
  color: #fff;
  background: #262626;
  text-decoration: none;
}

.motolab-cart-trust__warranty strong {
  color: #ff6c00;
  font-size: 27px;
  line-height: 1;
}

.motolab-cart-trust__warranty span {
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.motolab-cart-trust__warranty small {
  margin-top: 7px;
  color: #d7d7d7;
  font-size: 9px;
  line-height: 1.25;
}

.motolab-cart-trust__body {
  padding: 14px 18px;
}

.motolab-photo-proof,
.motolab-photo-proof:visited {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 3px 0 12px;
  color: #292929;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}

.motolab-photo-proof:hover,
.motolab-photo-proof:focus {
  color: #292929;
  text-decoration: none;
}

.motolab-photo-proof i {
  margin-top: 3px;
  color: #ff6c00;
  font-size: 13px;
}

.motolab-photo-proof strong {
  display: block;
  color: #d85c00;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.motolab-photo-proof small {
  display: block;
  margin-top: 3px;
  color: #292929;
  font-size: 12px;
  line-height: 1.4;
}

.motolab-cart-trust__ratings {
  min-width: 0;
  margin: 0;
  padding: 10px 0 0;
  border: 0;
}

.motolab-cart-trust__ratings-title {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.motolab-cart-trust__ratings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.motolab-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
  min-height: 76px;
  padding: 5px 14px 2px 0;
  color: #292929;
  border-right: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.motolab-rating:last-child {
  padding-right: 0;
  padding-left: 14px;
  border-right: 0;
}

.motolab-rating:hover,
.motolab-rating:focus,
.motolab-rating:visited {
  color: #292929;
  text-decoration: none;
}

.motolab-rating:hover strong,
.motolab-rating:focus strong {
  color: #d85c00;
}

.motolab-rating__brand {
  display: flex;
  height: 22px;
  min-width: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 700;
}

.motolab-rating__brand b {
  color: #292929;
  font-size: 13px;
}

.motolab-rating__logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.motolab-rating__logo--google {
  width: 18px;
  height: 18px;
}

.motolab-rating__logo--firmy {
  width: 76px;
  height: 18px;
}

.motolab-rating strong {
  color: #111;
  font-size: 13px;
  white-space: nowrap;
}

.motolab-rating i {
  margin-left: 3px;
  color: #ff6c00;
  font-size: 12px;
}

.motolab-rating small {
  display: block;
  margin: 0;
  color: #666;
  font-size: 10px;
  font-weight: 400;
}

.motolab-cart-summary > h2 {
  display: none !important;
}

.motolab-discount-toggle {
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 7px;
  margin: 0 0 7px;
}

.motolab-discount-toggle input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #ff6c00;
}

.motolab-discount-toggle label {
  margin: 0;
  color: #555;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.motolab-discount-coupon {
  display: none !important;
  margin: 2px 0 10px;
  padding-left: 0 !important;
}

.motolab-discount-coupon.is-open {
  display: block !important;
}

.motolab-discount-coupon::before {
  display: none !important;
  content: none !important;
}

.motolab-discount-coupon .input-group {
  display: flex;
  width: 100%;
}

.motolab-discount-coupon .form-control {
  min-width: 0;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  column-gap: 12px;
  row-gap: 5px;
  align-items: start;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: auto !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
  text-align: right;
  white-space: nowrap;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount {
  display: flex !important;
  grid-column: 1 / -1;
  grid-row: 2;
  gap: 4px;
  align-items: baseline;
  width: auto !important;
  color: #777;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  border: 0 !important;
  padding: 0 !important;
}

body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount .motolab-order-unit::before,
body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount .motolab-order-unit::before {
  content: "\00d7\00a0";
}

@media (max-width: 991px) {
  .ordering-process .motolab-cart-trust {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100%;
    margin: 15px 0;
  }
}

@media (max-width: 479px) {
  .motolab-cart-trust__head {
    grid-template-columns: minmax(0, 1fr) 108px;
    min-height: 134px;
  }

  .motolab-cart-trust__intro {
    padding: 18px 14px 18px 18px;
  }

  #content .motolab-cart-trust__head h2 {
    font-size: 19px;
  }

  .motolab-cart-trust__head p {
    font-size: 12px;
  }

  .motolab-cart-trust__body {
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  body.in-kosik.ordering-process,
  body.in-krok-1.ordering-process,
  body.in-krok-2.ordering-process {
    padding-bottom: calc(100px + env(safe-area-inset-bottom)) !important;
  }

  body.in-kosik.ordering-process .summary-wrapper {
    display: block !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.in-kosik.ordering-process .summary-wrapper > .box {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-wrapper {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    max-height: none !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 10px 10px 8px !important;
    overflow: visible !important;
    background: #fff !important;
    border-top: 2px solid #ff6c00 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-label {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  body.in-kosik.ordering-process .summary-wrapper .price {
    margin: 0;
    font-size: 23px;
    line-height: 1;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step {
    display: grid !important;
    position: static !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.45fr);
    gap: 8px;
    height: auto !important;
    min-height: 50px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 10px 8px !important;
    overflow: visible !important;
    background: #fff !important;
    box-sizing: border-box !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step .btn {
    display: flex !important;
    position: static !important;
    min-width: 0;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 9px 8px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-back {
    color: #555;
    background: #fff;
    border: 1px solid #d7d7d7;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-forward {
    color: #fff !important;
    background: #ff6c00 !important;
    border-color: #ff6c00 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-forward:hover,
  body.in-kosik.ordering-process .summary-wrapper .next-step-forward:focus {
    color: #fff !important;
    background: #d85c00 !important;
    border-color: #d85c00 !important;
  }
}

@media (max-width: 767px) {
  body.in-kosik.ordering-process .summary-wrapper .price-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    gap: 5px 12px;
    align-items: baseline;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-label.price-primary {
    grid-column: 1;
    grid-row: 1;
  }

  body.in-kosik.ordering-process .summary-wrapper .price.price-primary {
    grid-column: 2;
    grid-row: 1;
    font-size: 23px !important;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-label.price-secondary {
    grid-column: 1;
    grid-row: 2;
    color: #777;
    font-size: 12px !important;
    font-weight: 400;
  }

  body.in-kosik.ordering-process .summary-wrapper .price.price-secondary {
    grid-column: 2;
    grid-row: 2;
    color: #777;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
  }

  body.in-kosik.ordering-process .cart-table .p-price {
    white-space: normal !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price .price-final {
    display: block !important;
    white-space: nowrap;
  }

  body.in-kosik.ordering-process .cart-table .p-price .motolab-order-unit {
    display: block !important;
    max-width: none;
    margin: 0;
    color: #202224;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    white-space: normal !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    column-gap: 12px;
    row-gap: 5px;
    align-items: start;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-name,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-name {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: auto !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-price,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-price {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
    text-align: right;
    white-space: nowrap;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount {
    display: flex !important;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 4px;
    align-items: baseline;
    width: auto !important;
    color: #777;
    font-size: 11px;
    line-height: 1.3;
    text-align: left;
    border: 0 !important;
    padding: 0 !important;
  }

  body.in-krok-1.ordering-process #checkoutSidebar .cart-item-amount .motolab-order-unit::before,
  body.in-krok-2.ordering-process #checkoutSidebar .cart-item-amount .motolab-order-unit::before {
    content: "\00d7\00a0";
  }
}

/* Product surcharge and actions */
.type-detail .p-info-wrapper .add-to-cart,
.type-detail .p-info-wrapper #motolabProductTrust,
.type-detail .p-info-wrapper .motolab-product-actions {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .add-to-cart {
  display: block;
}

.type-detail .p-info-wrapper .motolab-add-to-cart-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  color: #fff;
  background: #ff660e;
  border-color: #ff660e;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .motolab-add-to-cart-button:hover,
.type-detail .p-info-wrapper .motolab-add-to-cart-button:focus {
  color: #fff;
  background: #e75c00;
  border-color: #e75c00;
}

.type-detail .p-info-wrapper .motolab-add-to-cart-button::before,
.type-detail .p-info-wrapper .motolab-add-to-cart-button::after {
  display: none !important;
  content: none !important;
}

.type-detail .p-info-wrapper .motolab-add-to-cart-button svg,
.type-detail .p-info-wrapper .motolab-add-to-cart-button i,
.type-detail .p-info-wrapper .motolab-add-to-cart-button__icon,
.type-detail .p-info-wrapper .motolab-add-to-cart-button__arrow {
  display: none !important;
}

.type-detail .p-info-wrapper .motolab-add-to-cart-button span {
  min-width: 0;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.type-detail .p-info-wrapper #motolabProductTrust h2 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.type-detail .p-info-wrapper #motolabProductTrust h2 a {
  width: 100%;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .detail-parameters {
  width: 100%;
  margin: 16px 0 14px;
  border: 0;
}

.type-detail .p-info-wrapper .detail-parameters tbody {
  display: block;
}

.type-detail .p-info-wrapper .motolab-surcharge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.85fr);
  gap: 12px;
  align-items: center;
  padding: 7px 10px;
  background: #fafafa;
  border: 1px solid #dedede;
  border-left: 3px solid #ff660e;
  border-radius: 4px;
}

.type-detail .p-info-wrapper .motolab-surcharge > th,
.type-detail .p-info-wrapper .motolab-surcharge > td {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  text-align: left;
}

.type-detail .p-info-wrapper .motolab-surcharge > th {
  color: #202224;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.type-detail .p-info-wrapper .motolab-surcharge-hint {
  display: none;
}

.type-detail .p-info-wrapper .motolab-surcharge .question-tooltip {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: #d65300;
  font-size: 11px;
  line-height: 1;
  vertical-align: 1px;
  background: #fff;
  border: 1px solid #ff660e;
  border-radius: 50%;
  cursor: help;
}

.type-detail .p-info-wrapper .motolab-surcharge .motolab-balance-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
}

.type-detail .p-info-wrapper .motolab-balance-toggle {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 3px;
  overflow: hidden;
  background: #eceeef;
  border: 1px solid #d6d8da;
  border-radius: 4px;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .motolab-balance-toggle::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(50% - 3px);
  background: #fff;
  border: 1px solid #d4d6d8;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(18, 22, 25, 0.12);
  content: "";
  transition: transform 240ms ease, background-color 240ms ease, border-color 240ms ease;
}

.type-detail .p-info-wrapper .motolab-balance-toggle.is-balanced::before {
  background: #ff660e;
  border-color: #ff660e;
  transform: translateX(100%);
}

.type-detail .p-info-wrapper .motolab-balance-toggle__option {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 32px;
  padding: 0 6px;
  color: #63676a;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  transition: color 180ms ease;
}

.type-detail .p-info-wrapper .motolab-balance-toggle__option[aria-pressed="true"] {
  color: #202224;
}

.type-detail .p-info-wrapper .motolab-balance-toggle.is-balanced .motolab-balance-toggle__option:last-child {
  color: #fff;
}

.type-detail .p-info-wrapper .motolab-balance-toggle__option:focus-visible {
  outline: 2px solid #202224;
  outline-offset: -3px;
}

.type-detail .p-info-wrapper .motolab-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 8px;
  width: 100%;
  margin: 9px 0 16px;
  padding: 0;
  float: none;
  text-align: left;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 12px;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon::before {
  display: block;
  position: static;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0 !important;
  line-height: 20px;
  transform: none;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon span {
  display: block;
  margin: 0;
  line-height: 20px;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon.chat {
  color: #c94f00;
  font-weight: 700;
  background: #fff7f2;
  border-color: #ffb07d;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon:hover,
.type-detail .p-info-wrapper .motolab-product-actions .link-icon:focus {
  color: #fff;
  background: #202224;
  border-color: #202224;
  outline: 0;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon.chat:hover,
.type-detail .p-info-wrapper .motolab-product-actions .link-icon.chat:focus {
  color: #fff;
  background: #e75c00;
  border-color: #e75c00;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon.print {
  display: none !important;
}

.type-detail .p-info-wrapper .motolab-product-actions .link-icon.share {
  display: none !important;
}

.type-detail .p-info-wrapper.motolab-product-sold .motolab-surcharge {
  display: none !important;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters {
  margin: 12px 0 0;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out {
  display: block !important;
  width: 100%;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out td {
  display: block;
  width: 100%;
  padding: 13px 14px;
  color: #26292b;
  text-align: left;
  background: #fff7f2;
  border: 1px solid #ffd0b3;
  border-left: 4px solid #ff660e;
  border-radius: 4px;
  box-sizing: border-box;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out strong,
.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out small {
  display: block;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out strong {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 1.25;
}

.type-detail .p-info-wrapper.motolab-product-sold .detail-parameters .sold-out small {
  color: #686d70;
  font-size: 12px;
  line-height: 1.35;
}

.type-detail .p-info-wrapper.motolab-product-sold .availability-value {
  margin-top: 8px;
}

.type-detail .p-info-wrapper.motolab-product-sold .availability-label,
.type-detail .p-info-wrapper.motolab-product-sold .availability-label .acronym {
  color: #7a2f00 !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  .type-detail .p-info-wrapper .motolab-surcharge {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 9px;
  }

  .type-detail .p-info-wrapper .motolab-balance-toggle__option {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
  }

  .type-detail .p-info-wrapper .motolab-add-to-cart-button {
    min-height: 52px;
    padding: 9px 14px;
  }

  .type-detail .p-info-wrapper .motolab-add-to-cart-button span {
    font-size: 16px;
  }

  .type-detail .p-info-wrapper .motolab-product-actions {
    grid-template-columns: minmax(0, 1fr) 96px;
    margin-bottom: 14px;
  }

  .type-detail .p-info-wrapper .motolab-product-actions .link-icon {
    min-height: 44px;
    padding: 9px 8px;
    font-size: 12px;
  }

  .type-detail .p-info-wrapper .motolab-product-actions .link-icon::before {
    margin-right: 5px !important;
  }
}

@media (max-width: 359px) {
  .type-detail .p-info-wrapper .motolab-surcharge {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-detail .p-info-wrapper .motolab-balance-toggle::before,
  .type-detail .p-info-wrapper .motolab-balance-toggle__option {
    transition: none;
  }
}

/* Compact product specification generated by the Sady export. */
.type-detail .motolab-product-spec {
  min-width: 0;
  margin: 12px 0 20px;
  color: #25282a;
}

.type-detail .motolab-product-spec__intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7e8;
}

.type-detail .motolab-product-spec__lead {
  margin: 0;
  color: #25282a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.type-detail .motolab-product-spec__note {
  margin: 15px 0 0;
  padding: 9px 0 9px 12px;
  color: #565b5e;
  font-size: 13px;
  line-height: 1.45;
  background: transparent;
  border-left: 3px solid #ff660e;
}

.type-detail .motolab-product-spec__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 22px;
}

.type-detail .motolab-product-spec__group {
  min-width: 0;
}

.type-detail .motolab-product-spec__group h3 {
  margin: 0;
  padding: 0 0 8px;
  color: #202224;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #d9dcde;
}

.type-detail .motolab-product-spec__group table {
  display: table;
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: transparent;
}

.type-detail .motolab-product-spec__group th,
.type-detail .motolab-product-spec__group td {
  height: auto;
  padding: 7px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px solid #e5e7e8;
  background: transparent;
  overflow-wrap: anywhere;
}

.type-detail .motolab-product-spec__group th {
  width: 38%;
  padding-right: 10px;
  color: #72777a;
  font-size: 12px;
  font-weight: 600;
}

.type-detail .motolab-product-spec__group td {
  color: #25282a;
  font-size: 13px;
  font-weight: 600;
}

/* Plain product description generated by the current Sady export. */
.type-detail .motolab-product-spec--plain {
  margin-top: 28px;
  color: #25282a;
  font-size: 14px;
  line-height: 1.5;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__lead {
  margin: 0 0 8px;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__note {
  margin: 0;
  padding: 0;
  color: #565b5e;
  font-size: 14px;
  line-height: 1.5;
  background: transparent;
  border: 0;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__grid {
  gap: 32px;
  padding-top: 24px;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__group h3 {
  margin: 0 0 7px;
  padding: 0 0 8px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px solid #4f5356;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__group th,
.type-detail .motolab-product-spec--plain .motolab-product-spec__group td {
  padding: 7px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.45;
  border: 0;
  border-bottom: 1px solid #b8bcbe;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__group th {
  padding-right: 12px;
  font-weight: 600;
}

.type-detail .motolab-product-spec--plain .motolab-product-spec__group td {
  font-weight: 400;
}

@media (max-width: 767px) {
  .type-detail .motolab-product-spec {
    margin-bottom: 18px;
  }

  .type-detail .motolab-product-spec__lead {
    font-size: 17px;
  }

  .type-detail .motolab-product-spec__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .type-detail .motolab-product-spec--plain {
    margin-top: 24px;
  }

  .type-detail .motolab-product-spec--plain .motolab-product-spec__lead {
    font-size: 16px;
  }

.type-detail .motolab-product-spec--plain .motolab-product-spec__grid {
    gap: 20px;
    padding-top: 22px;
  }
}

/* Compact price and availability row in category product cards. */
.products-block .motolab-product-card .p-in {
  padding-bottom: 18px;
}

.products-block .motolab-product-card .p-in-in {
  height: auto !important;
  min-height: 0 !important;
}

.products-block .motolab-product-card .name {
  margin-bottom: 0;
}

.products-block .motolab-product-card__ratings-empty {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

.products-block .flags-default {
  top: auto !important;
  right: auto !important;
  bottom: 12px !important;
  left: 12px !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: auto !important;
  height: auto !important;
}

.products-block .flags-default .flag,
.type-detail .p-detail-info .flags-default.flags-inline .flag {
  position: static;
  display: inline-flex !important;
  float: none;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 25px;
  margin: 0 !important;
  padding: 4px 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 0;
  white-space: nowrap;
  border: 0;
  border-radius: 2px;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
}

.products-block .flags-default .motolab-flag--top,
.products-block .flags-default .flag-custom2,
.type-detail .p-detail-info .flags-default .motolab-flag--top,
.type-detail .p-detail-info .flags-default .flag-custom2 {
  color: #2d2700 !important;
  background-color: #dbba00 !important;
}

.products-block .flags-default .motolab-flag--new,
.products-block .flags-default .flag-new,
.type-detail .p-detail-info .flags-default .motolab-flag--new,
.type-detail .p-detail-info .flags-default .flag-new {
  background-color: #248a43 !important;
}

.products-block .flags-default .motolab-flag--sensors,
.products-block .flags-default .flag-senzory-tlaku,
.type-detail .p-detail-info .flags-default .motolab-flag--sensors,
.type-detail .p-detail-info .flags-default .flag-senzory-tlaku {
  background-color: #ff660e !important;
}

.products-block .flags-default .motolab-flag--sale,
.type-detail .p-detail-info .flags-default .motolab-flag--sale {
  background-color: #d63b35 !important;
}

.type-detail .p-detail-info .flags-default.flags-inline {
  position: static !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  width: auto !important;
  height: auto !important;
  margin-top: 8px;
}

.products-block .motolab-product-card .p-bottom {
  height: auto !important;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 0;
}

.products-block .motolab-product-card .p-bottom > .motolab-product-card__footer {
  display: grid !important;
  grid-template-columns: minmax(90px, 1fr) auto auto;
  align-items: center !important;
  gap: 10px;
  width: 100%;
}

.products-block .motolab-product-card__footer .prices,
.products-block .motolab-product-card__footer .p-tools,
.products-block .motolab-product-card__availability {
  width: auto !important;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  align-self: center !important;
  align-items: center;
}

.products-block .motolab-product-card__footer .prices {
  display: flex;
  position: relative;
  justify-content: flex-start;
  text-align: left;
}

.products-block .flags-extra {
  top: 14px !important;
  right: 14px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}

.products-block .flags-extra .flag-discount {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 8px 11px;
  color: #c84d00;
  background: #fff0e7;
  border: 1px solid #ffc8a8;
  border-radius: 3px;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  box-shadow: 0 2px 8px rgba(108, 42, 0, 0.1);
}

.products-block .flags-extra .flag-discount .price-standard {
  display: none;
}

.products-block .flags-extra .flag-discount .price-save {
  color: #c84d00;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.products-block .flags-extra .flag-discount .price-save::before {
  content: "Sleva ";
  margin-right: 7px;
  color: #c84d00;
  font-size: 12px;
  font-weight: 700;
}

.products-block .motolab-product-card__sale {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  min-height: 18px;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.products-block .motolab-product-card__original-price {
  color: #666a6d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: #ff660e;
  text-decoration-thickness: 1.5px;
  white-space: nowrap;
}

.products-block .motolab-product-card__saved-percent {
  color: #c84d00;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.products-block .motolab-product-card__footer .price strong {
  font-size: 21px;
  line-height: 1.25;
  white-space: nowrap;
}

.products-block .motolab-product-card__availability {
  position: static !important;
  display: flex;
  justify-content: center;
  text-align: center !important;
}

.products-block .motolab-product-card__availability > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.products-block .motolab-product-card__availability > span::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.products-block .motolab-product-card__footer .p-tools {
  display: flex;
  justify-content: flex-end;
}

.products-block .motolab-product-card__footer .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 36px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .products-block .motolab-product-card .p-in {
    padding-bottom: 16px;
  }

  .products-block .motolab-product-card .p-bottom {
    margin-top: 10px;
    padding-top: 20px;
  }

  .products-block .motolab-product-card__footer {
    gap: 8px;
  }

  .products-block .flags-default {
    bottom: 9px !important;
    left: 9px !important;
    gap: 4px;
  }

  .products-block .flags-default .flag,
  .type-detail .p-detail-info .flags-default.flags-inline .flag {
    min-height: 23px;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 16px;
  }

  .products-block .motolab-product-card__footer .price strong {
    font-size: 20px;
  }

  .products-block .motolab-product-card__sale {
    gap: 6px;
  }

  .products-block .motolab-product-card__original-price {
    font-size: 12px;
  }

  .products-block .motolab-product-card__saved-percent {
    font-size: 11px;
  }

  .products-block .flags-extra .flag-discount {
    padding: 7px 9px;
  }

  .products-block .flags-extra {
    top: 10px !important;
    right: 10px !important;
  }

  .products-block .flags-extra .flag-discount .price-save {
    font-size: 14px;
  }
}

/* Desktop cart preview opened from the header. */
@media (min-width: 768px) {
  #cart-widget.cart-widget {
    width: 420px;
    height: auto !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9dcde;
    border-radius: 4px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    transform-origin: top right;
  }

  body.cart-window-visible #cart-widget.cart-widget {
    animation: motolabCartWidgetIn 150ms ease-out;
  }

  #cart-widget .cart-widget-inner,
  #cart-widget .cart-widget-products,
  #cart-widget .cart-widget-products-inner {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
  }

  #cart-widget .cart-widget-products {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #cart-widget .cart-widget-product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 0;
    padding: 14px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e3e5e6;
  }

  #cart-widget .cart-widget-product-image,
  #cart-widget .cart-widget-product-name,
  #cart-widget .cart-widget-product-delete {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
  }

  #cart-widget .cart-widget-product-image a,
  #cart-widget .cart-widget-product-image img {
    display: block;
    width: 72px;
    height: 72px;
  }

  #cart-widget .cart-widget-product-image img {
    object-fit: cover;
    border: 1px solid #e1e3e4;
  }

  #cart-widget .cart-widget-product-name {
    min-width: 0;
  }

  #cart-widget .cart-widget-product-name strong,
  #cart-widget .cart-widget-product-name > span {
    display: block;
  }

  #cart-widget .cart-widget-product-name strong {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.35;
  }

  #cart-widget .cart-widget-product-name strong a {
    display: block;
    color: #25282a;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  #cart-widget .cart-widget-product-name strong a:hover,
  #cart-widget .cart-widget-product-name strong a:focus {
    color: #c94d00;
    text-decoration: none;
  }

  #cart-widget .cart-widget-product-name > span {
    color: #e85b0b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  #cart-widget .cart-widget-product-delete {
    visibility: visible;
    opacity: 1;
  }

  #cart-widget .cart-widget-product-delete form,
  #cart-widget .cart-widget-product-delete .inline {
    display: block;
    width: 30px;
    height: 30px;
  }

  #cart-widget .cart-widget-product-delete .remove-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #6b7073;
    background: transparent;
    border: 0;
  }

  #cart-widget .cart-widget-product-delete .remove-item::before {
    color: currentColor;
    font-size: 12px;
  }

  #cart-widget .cart-widget-product-delete .remove-item:hover,
  #cart-widget .cart-widget-product-delete .remove-item:focus {
    color: #c94d00;
    background: #fff3eb;
  }

  #cart-widget .cart-widget-button {
    position: static;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0 !important;
    background: #fff;
  }

  #cart-widget .cart-widget-button .btn,
  #cart-widget #continue-order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    background: #ff660e;
    border: 0;
    border-radius: 0;
  }

  #cart-widget .cart-widget-button .btn:hover,
  #cart-widget .cart-widget-button .btn:focus,
  #cart-widget #continue-order-button:hover,
  #cart-widget #continue-order-button:focus {
    color: #fff;
    background: #df5608;
  }
}

@keyframes motolabCartWidgetIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sleva na detailu produktu */
.type-detail .p-image .flags-extra {
  display: none !important;
}

.type-detail .p-final-price-wrapper > .price-standard {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 8px 5px 0;
  color: #55595c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.type-detail .p-final-price-wrapper > .price-standard::before {
  content: "Původně";
  color: #73777a;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.type-detail .p-final-price-wrapper > .price-standard > span {
  text-decoration: line-through;
  text-decoration-color: #ff660e;
  text-decoration-thickness: 2px;
}

.type-detail .p-final-price-wrapper > .price-save {
  display: inline-flex;
  align-items: center;
  margin: 0 0 5px;
  padding: 3px 7px;
  color: #c84d00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  background: #fff0e7;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .type-detail .p-final-price-wrapper > .price-standard {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  #header .site-name,
  body.in-kosik.ordering-process #header .site-name {
    width: calc(100% - 60px) !important;
  }
}

/* Desktopovy kosik: stejna informacni hierarchie jako na mobilu. */
@media (min-width: 768px) {
  body.in-kosik.ordering-process .cart-table {
    margin: 14px 0 12px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.removeable {
    grid-template-columns: 96px minmax(0, 1fr) 120px 140px 32px;
    grid-template-areas:
      "image name name availability remove"
      "image price price total total";
    gap: 10px 14px;
    align-items: center;
    margin: 0 0 12px;
    padding: 14px;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires {
    grid-template-areas:
      "image name name availability remove"
      "image quantity price total total";
  }

  body.in-kosik.ordering-process .cart-table .cart-p-image {
    align-self: stretch;
  }

  body.in-kosik.ordering-process .cart-table .cart-p-image a,
  body.in-kosik.ordering-process .cart-table .cart-p-image img {
    width: 96px !important;
    height: 96px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-name {
    align-self: end;
  }

  body.in-kosik.ordering-process .cart-table .p-name .main-link {
    font-size: 15px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-label {
    margin: 0 0 4px;
  }

  body.in-kosik.ordering-process .cart-table .p-availability {
    align-self: end;
    justify-self: end;
    text-align: right !important;
  }

  body.in-kosik.ordering-process .cart-table .availability-label {
    gap: 7px;
    font-size: 13px;
  }

  body.in-kosik.ordering-process .cart-table .availability-label::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .p-quantity {
    align-self: start;
  }

  body.in-kosik.ordering-process .cart-table tr.motolab-cart-item--tires .quantity .amount {
    width: 28px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: left;
  }

  body.in-kosik.ordering-process .cart-table .p-price {
    align-self: start;
    min-width: 0 !important;
  }

  body.in-kosik.ordering-process .cart-table .p-total {
    align-self: start;
    justify-self: end;
    min-width: 0 !important;
    text-align: right !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price .price-final,
  body.in-kosik.ordering-process .cart-table .p-total .price-final {
    line-height: 1.2;
  }

  body.in-kosik.ordering-process .cart-table .p-total .price-final {
    font-size: 19px !important;
  }

  body.in-kosik.ordering-process .cart-table .p-price .motolab-order-unit {
    font-size: 15px;
  }

  body.in-kosik.ordering-process .cart-table .motolab-cart-remove {
    align-self: start;
    justify-self: end;
  }

  body.in-kosik.ordering-process .cart-table .remove-item {
    width: 30px !important;
    height: 30px !important;
  }

  body.in-kosik.ordering-process .cart-table .remove-item::before {
    font-size: 19px;
  }

  body.in-kosik.ordering-process .cart-table tr.related {
    margin: -12px 0 12px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-product {
    gap: 12px 20px;
    padding: 10px 14px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-info {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 2px 12px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-img {
    width: 56px !important;
    height: 56px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-img img {
    width: 56px !important;
    height: 56px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-name {
    font-size: 13px !important;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-availability {
    font-size: 12px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button {
    align-items: center;
    gap: 14px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .price-final {
    font-size: 14px;
  }

  body.in-kosik.ordering-process .cart-table tr.related .cart-related-button .btn {
    min-width: 72px;
    padding: 8px 12px !important;
    color: #fff !important;
    background: #ff6c00 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .box {
    padding: 18px !important;
    background: #fff !important;
    border: 1px solid #dfe1e2 !important;
    border-top: 3px solid #ff6c00 !important;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.06);
  }

  body.in-kosik.ordering-process .summary-wrapper .price-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: baseline;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-label,
  body.in-kosik.ordering-process .summary-wrapper .price {
    width: auto !important;
    margin: 0 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price {
    text-align: right;
    white-space: nowrap;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step {
    display: grid;
    grid-template-columns: auto minmax(150px, 1fr);
    gap: 10px;
    align-items: stretch;
    margin-top: 18px;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step .btn {
    display: inline-flex;
    height: 46px !important;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 14px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-back {
    padding-right: 12px !important;
    padding-left: 12px !important;
    color: #555 !important;
    background: #fff !important;
    border: 1px solid #d6d8d9 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-forward {
    color: #fff !important;
    background: #ff6c00 !important;
    border: 1px solid #ff6c00 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-forward:hover,
  body.in-kosik.ordering-process .summary-wrapper .next-step-forward:focus {
    color: #fff !important;
    background: #df5608 !important;
    border-color: #df5608 !important;
  }

  body.in-kosik.ordering-process .motolab-discount-toggle {
    margin-top: 4px;
    padding: 8px 2px 2px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.in-kosik.ordering-process .summary-wrapper .next-step {
    grid-template-columns: 1fr;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-forward {
    order: 1;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step-back {
    order: 2;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-primary.price {
    font-size: 30px !important;
  }
}

/* Desktopovy objednavkovy proces: kroky a kontakt. */
@media (min-width: 768px) {
  body.ordering-process #header .motolab-order-cart-link {
    display: none !important;
  }

  body.ordering-process .cart-header {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow: hidden;
    list-style: none;
    background: #fff;
    border: 1px solid #dfe1e2;
    border-top: 3px solid #ff6c00;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
  }

  body.ordering-process .cart-header .step {
    position: relative;
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    margin: 0 !important;
    padding: 10px 12px 10px 48px !important;
    color: #74787a;
    background: #fff;
    border: 0 !important;
    box-sizing: border-box;
  }

  body.ordering-process .cart-header .step + .step {
    border-left: 1px solid #e4e5e6 !important;
  }

  body.ordering-process .cart-header .step::before {
    display: flex;
    position: absolute;
    left: 12px;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: #6b6f72;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    background: #f0f1f2;
    border: 1px solid #d8dadd;
    border-radius: 50%;
    box-sizing: border-box;
  }

  body.ordering-process .cart-header .step:nth-child(1)::before {
    content: "1";
  }

  body.ordering-process .cart-header .step:nth-child(2)::before {
    content: "2";
  }

  body.ordering-process .cart-header .step:nth-child(3)::before {
    content: "3";
  }

  body.ordering-process .cart-header .step > a,
  body.ordering-process .cart-header .step > strong {
    display: flex !important;
    width: 100%;
    min-width: 0;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
  }

  body.ordering-process .cart-header .step > a > span::before,
  body.ordering-process .cart-header .step > strong > span::before {
    display: none !important;
    content: none !important;
  }

  body.ordering-process .cart-header .step > a:hover,
  body.ordering-process .cart-header .step > a:focus {
    color: #d95700 !important;
  }

  body.ordering-process .cart-header .step.active {
    color: #202224;
    background: #fff7f1;
  }

  body.ordering-process .cart-header .step.active::before {
    color: #fff;
    background: #ff6c00;
    border-color: #ff6c00;
  }

  body.ordering-process .cart-header .step.completed {
    color: #3f4345;
  }

  body.ordering-process .cart-header .step.completed::before {
    color: #fff;
    background: #3f4345;
    border-color: #3f4345;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper:not(.motolab-cart-trust) {
    margin: 0 0 14px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe1e2;
    border-top: 3px solid #ff6c00;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper:not(.motolab-cart-trust) > h2 {
    margin: 0 !important;
    padding: 13px 16px 8px !important;
    color: #202224 !important;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.25;
    text-transform: none;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper:not(.motolab-cart-trust) > .box {
    margin: 0 !important;
    padding: 0 16px 14px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box {
    display: block;
    padding: 0 !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box > img {
    display: none !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box li {
    display: block;
    margin: 0 !important;
    padding: 8px 0 !important;
    border-top: 1px solid #e5e6e7;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box li > span {
    display: flex;
    position: relative;
    min-height: 24px;
    align-items: center;
    padding-left: 34px;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box li > span::before {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #ff6c00;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-50%);
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box li > span.mail::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f0e0" !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box li > span.tel::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f095" !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box a {
    color: #2d3032 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
  }

  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box a:hover,
  body.in-kosik.ordering-process .cart-content.checkout-box-wrapper .contact-box a:focus {
    color: #d95700 !important;
  }
}

/* Kosik: vyrazny souhrn objednavky a rozsirena pomoc. */
body.in-kosik.ordering-process .summary-wrapper {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.in-kosik.ordering-process .summary-wrapper > .box {
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-top: 4px solid #ff6c00 !important;
  border-bottom: 1px solid #dfe2e4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.in-kosik.ordering-process .summary-wrapper .price-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  gap: 7px 14px !important;
  min-height: 0 !important;
  align-items: baseline !important;
  margin: 0 !important;
  padding: 18px !important;
  color: #25282a;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #dfe2e4 !important;
  box-shadow: none !important;
}

body.in-kosik.ordering-process .summary-wrapper .price-label,
body.in-kosik.ordering-process .summary-wrapper .price {
  width: auto !important;
  margin: 0 !important;
}

body.in-kosik.ordering-process .summary-wrapper .price-label.price-primary {
  grid-column: 1;
  grid-row: 1;
  color: #25282a !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.2;
}

body.in-kosik.ordering-process .summary-wrapper .price.price-primary {
  grid-column: 2;
  grid-row: 1;
  color: #25282a !important;
  font-size: 34px !important;
  font-weight: 800;
  line-height: 1 !important;
  text-align: right;
  white-space: nowrap;
}

body.in-kosik.ordering-process .summary-wrapper .price-label.price-secondary {
  grid-column: 1;
  grid-row: 2;
  color: #73787b !important;
  font-size: 12px !important;
  font-weight: 500;
}

body.in-kosik.ordering-process .summary-wrapper .price.price-secondary {
  grid-column: 2;
  grid-row: 2;
  color: #73787b !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

body.in-kosik.ordering-process .summary-wrapper .next-step {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 14px !important;
  background: #fff !important;
}

body.in-kosik.ordering-process .summary-wrapper .next-step .btn {
  display: flex !important;
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
}

body.in-kosik.ordering-process .summary-wrapper .next-step-forward {
  order: 1;
  height: 50px !important;
  min-height: 50px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800;
  background: #ff6c00 !important;
  border: 1px solid #ff6c00 !important;
}

body.in-kosik.ordering-process .summary-wrapper .next-step-forward:hover,
body.in-kosik.ordering-process .summary-wrapper .next-step-forward:focus {
  color: #fff !important;
  background: #df5608 !important;
  border-color: #df5608 !important;
}

body.in-kosik.ordering-process .summary-wrapper .next-step-back {
  order: 2;
  height: 40px !important;
  min-height: 40px !important;
  color: #5a5e61 !important;
  font-size: 12px !important;
  font-weight: 700;
  background: #fff !important;
  border: 1px solid #d8dadd !important;
}

body.in-kosik.ordering-process .cart-content.checkout-box-wrapper:not(.motolab-cart-trust) > h2::before {
  margin-right: 8px;
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f059";
}

body.in-kosik.ordering-process .motolab-contact-message {
  display: flex !important;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 0 !important;
  padding: 8px 12px !important;
  color: #d95700 !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background: #fff7f1 !important;
  border: 1px solid #ff6c00 !important;
  border-radius: 3px;
  box-sizing: border-box;
}

body.in-kosik.ordering-process .motolab-contact-message > span::before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f075";
}

body.in-kosik.ordering-process .motolab-contact-message:hover,
body.in-kosik.ordering-process .motolab-contact-message:focus {
  color: #fff !important;
  background: #ff6c00 !important;
}

@media (max-width: 767px) {
  body.in-kosik.ordering-process .summary-wrapper {
    margin-top: 12px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-wrapper {
    padding: 16px 14px !important;
    border-top: 0 !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price-label.price-primary {
    font-size: 13px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .price.price-primary {
    font-size: 29px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step {
    min-height: 0 !important;
    padding: 10px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step .next-step-forward {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    font-size: 15px !important;
  }

  body.in-kosik.ordering-process .summary-wrapper .next-step .next-step-back {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }
}

/* Hlavni navigace: technicky desktop a prehledne skupiny na telefonu. */
#navigation .navigation-in > ul > li.menu-item-1821 {
  display: none !important;
}

#navigation .navigation-in > ul > li.motolab-nav-no-submenu > ul,
#navigation .navigation-in > ul > li.motolab-nav-no-submenu > a .submenu-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  #header {
    border-bottom-color: #ff660e !important;
  }

  #navigation {
    background: #ff660e !important;
    box-shadow: inset 0 -1px 0 #d84f00;
  }

  #navigation .navigation-in {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    background: #ff660e !important;
  }

  #navigation .navigation-in > ul {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 3px 10px !important;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    box-sizing: border-box;
  }

  #navigation .navigation-in > ul > li {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    animation: none !important;
    transition: none !important;
  }

  #navigation .navigation-in > ul > li.motolab-nav-desktop-secondary-start {
    position: relative;
    margin-left: 22px !important;
  }

  #navigation .navigation-in > ul > li.motolab-nav-desktop-secondary-start::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -12px;
    width: 1px;
    background: rgba(255, 255, 255, .42);
    content: "";
  }

  #navigation .navigation-in > ul > li > a {
    display: flex !important;
    min-height: 39px;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 11px !important;
    color: #fff !important;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  #navigation .navigation-in > ul > li > a > b {
    font-weight: 700;
  }

  #navigation .navigation-in > ul > li > a[href="/"]::before,
  #navigation .navigation-in > ul > li > a[href="/sady-kol/"]::before,
  #navigation .navigation-in > ul > li > a[href="/pneu/"]::before,
  #navigation .navigation-in > ul > li > a[href="/podle-parametru/"]::before {
    width: 14px;
    flex: 0 0 14px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  #navigation .navigation-in > ul > li > a[href="/"]::before {
    content: "\f015";
  }

  #navigation .navigation-in > ul > li > a[href="/sady-kol/"]::before {
    content: "\f1ce";
  }

  #navigation .navigation-in > ul > li > a[href="/pneu/"]::before {
    content: "\f51f";
  }

  #navigation .navigation-in > ul > li > a[href="/podle-parametru/"]::before {
    content: "\f545";
  }

  #navigation .navigation-in > ul > li:hover > a,
  #navigation .navigation-in > ul > li > a:hover,
  #navigation .navigation-in > ul > li > a:focus,
  #navigation .navigation-in > ul > li > a.active,
  body.in-index #navigation .navigation-in > ul > li.menu-item-external-24 > a {
    color: #242729 !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(94, 31, 0, .22) !important;
  }

  #navigation .navigation-in > ul > li:hover > a::before,
  #navigation .navigation-in > ul > li > a:hover::before,
  #navigation .navigation-in > ul > li > a:focus::before,
  #navigation .navigation-in > ul > li > a.active::before,
  body.in-index #navigation .navigation-in > ul > li.menu-item-external-24 > a::before {
    color: #ff660e;
  }

  #navigation .navigation-in > ul > li > a .submenu-arrow::after {
    color: #fff !important;
  }

  #navigation .navigation-in > ul > li:hover > a .submenu-arrow::after,
  #navigation .navigation-in > ul > li > a:focus .submenu-arrow::after {
    color: #ff660e !important;
  }

  .menu-helper {
    background: #ff660e !important;
    box-shadow: inset 0 -1px 0 #d84f00;
  }

  .menu-helper > span {
    color: #fff !important;
    background: #ff660e !important;
  }
}

.motolab-mobile-nav-trust {
  display: none;
}

@media (max-width: 767px) {
  body.motolab-navigation-enhanced #navigation {
    position: fixed !important;
    top: 104px !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 99;
    width: min(calc(100% - 38px), 360px) !important;
    min-width: min(calc(100% - 38px), 360px) !important;
    max-width: calc(100% - 38px) !important;
    height: calc(100dvh - 104px) !important;
    background: #fff !important;
    box-shadow: none;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform 220ms cubic-bezier(.22, .75, .28, 1), visibility 0s linear 220ms !important;
    touch-action: pan-y;
  }

  body.motolab-navigation-enhanced.navigation-window-visible #navigation {
    box-shadow: -16px 18px 38px rgba(22, 26, 29, .2);
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) !important;
    transition-delay: 0s !important;
  }

  body.navigation-window-visible #navigation.motolab-navigation-dragging {
    transform: translate3d(var(--motolab-navigation-drag-x, 0), 0, 0) !important;
    transition: none !important;
    touch-action: none;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in {
    min-height: calc(100vh - 104px);
    padding: 12px 14px 24px !important;
    overflow-y: auto;
    background: #fff !important;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust {
    display: block;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #dfe2e4;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__label {
    display: block;
    margin: 0 0 9px;
    color: #73797d;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid > a {
    display: flex;
    min-width: 0;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 9px 7px !important;
    color: #2b2f31 !important;
    font-family: "Exo 2", Arial, sans-serif;
    text-align: center;
    background: #fff !important;
    border: 1px solid #dfe2e4 !important;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none !important;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid img {
    display: block;
    width: 31px !important;
    height: 31px !important;
    object-fit: contain;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid span,
  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid strong,
  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid small {
    display: block;
    min-width: 0;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid strong {
    color: #242729;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
  }

  body.motolab-navigation-enhanced #navigation .motolab-mobile-nav-trust__grid small {
    margin-top: 3px;
    color: #73797d;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.25;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li {
    display: block;
    width: auto !important;
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.motolab-nav-primary {
    order: 1;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.motolab-nav-utility {
    order: 3;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a {
    display: flex !important;
    position: relative;
    width: 100% !important;
    min-width: 0;
    height: 44px !important;
    min-height: 44px;
    max-height: 44px !important;
    align-items: center;
    gap: 9px;
    padding: 8px 10px !important;
    color: #2b2f31 !important;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: none !important;
    background: #fff !important;
    border: 1px solid #dfe2e4 !important;
    border-radius: 4px;
    box-sizing: border-box !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a > b {
    min-width: 0;
    font-weight: 700;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/pneu/"] > b {
    font-size: 0;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/pneu/"] > b::after {
    font-size: 12px;
    content: "Pneumatiky";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a::before {
    width: 17px;
    flex: 0 0 17px;
    color: #ff660e;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/"]::before {
    content: "\f015";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/sady-kol/"]::before {
    content: "\f1ce";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/pneu/"]::before {
    content: "\f51f";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/podle-parametru/"]::before {
    content: "\f545";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/sluzby/"]::before {
    content: "\f0ad";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/doprava/"]::before {
    content: "\f0d1";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/vykup/"]::before {
    content: "\f02b";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/kontakty/"]::before {
    content: "\f3c5";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/blog/"]::before {
    content: "\f02d";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/napiste-nam/"]::before {
    content: "\f075";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a[href="/moje-objednavka/"]::before {
    content: "\f15c";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a.active,
  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a:hover,
  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li > a:focus,
  body.in-index.motolab-navigation-enhanced #navigation .navigation-in > ul > li.menu-item-external-24 > a {
    color: #a83d00 !important;
    background: #fff6f0 !important;
    border-color: #ff660e !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.ext > a .submenu-arrow {
    margin-left: auto;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.ext > ul {
    z-index: 2;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.motolab-nav-no-submenu > ul,
  body.motolab-navigation-enhanced #navigation .navigation-in > ul > li.motolab-nav-no-submenu > a .submenu-arrow {
    display: none !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul::before,
  body.motolab-navigation-enhanced #navigation .navigation-in > ul::after {
    display: flex !important;
    grid-column: 1 / -1;
    height: auto !important;
    min-height: 38px;
    max-height: none !important;
    align-items: flex-end;
    padding: 12px 0 7px !important;
    color: #73797d;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    border-top: 1px solid #e1e4e6 !important;
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul::before {
    order: 0;
    min-height: 26px;
    padding-top: 0 !important;
    border-top: 0 !important;
    content: "Nakupovat";
  }

  body.motolab-navigation-enhanced #navigation .navigation-in > ul::after {
    order: 2;
    content: "Pomoc a informace";
  }
}
