.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;
}

.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 {
  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: -10px;
}

.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 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;
}
#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;
}

.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;
}

.greyBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.greyBoxes .greyBox {
  width: 49%;
  max-width: 49%;
  min-width: 49%;
  box-sizing: border-box;
  padding: 27px 20px 10px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.greyBoxes .greyBox.formBox {
  padding-bottom: 76px;
  position: relative;
}
.greyBoxes .greyBox.formBox .retino-widget-root {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.greyBoxes .greyBoxMax {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.greyBoxes .greyBox .openhours {
  font-size: 120%;
}
.greyBoxes .greyBox .openhours .day {
  display: inline-block;
  font-weight: bold;
  width: 40px;
}
.greyBoxes .greyBox.greyContact {
  padding: 0px;
  position: relative;
}
.greyBoxes .greyBox.greyContact iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.greyBoxes .greyBox h2 {
  margin-top: 0px;
}
.greyBoxes .greyBox p.tramvaj {
  vertical-align: middle;
}
.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;
}
.greyBoxes .greyBox p.tramvaj,
.greyBoxes .greyBox p.vlak,
.greyBoxes .greyBox p.auto {
  position: relative;
  margin-left: 40px;
  min-height: 34px;
  line-height: 34px;
}
.greyBoxes .greyBox p.phone,
.greyBoxes .greyBox p.mail {
  position: relative;
  margin-left: 50px;
  min-height: 34px;
}
.greyBoxes .greyBox p.tramvaj:before {
  content: "\f207";
}
.greyBoxes .greyBox p.vlak:before {
  content: "\f239";
}
.greyBoxes .greyBox p.auto:before {
  content: "\f1b9";
}
.greyBoxes .greyBox p.phone:before {
  content: "\f095";
  top: 12px;
  left: -50px;
}
.greyBoxes .greyBox p.phone a {
  font-size: 140%;
}
.greyBoxes .greyBox p.mail {
  line-height: 32px;
  margin-top: 18px;
}
.greyBoxes .greyBox p.mail a {
  font-size: 140%;
}
.greyBoxes .greyBox p.mail:before {
  content: "\f0e0";
  top: 0px;
  left: -50px;
}

.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;
}
.greyBoxes .greyBox h2.car:before {
  content: "\f1b9";
}
.greyBoxes .greyBox h2.truck:before {
  content: "\f0d1";
}
.greyBoxes .greyBox h2.osobni:before {
  content: "\f290";
}

#content #dklabVyhody h2 {
  font-size: 120%;
  color: black;
}
#content #dklabVyhody h2 a {
  color: black;
  background: #efefef;
  padding: 5px 10px 14px 25px;
  display: block;
  text-decoration: none;
}
#content #dklabVyhody 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%;
  }

  .greyBoxes .greyBox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .greyBoxes .greyBox.greyContact {
    background: transparent;
  }
  .greyBoxes .greyBox.greyContact iframe {
    height: 250px;
    position: relative;
  }
}

@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"] {
    right: 10px;
  }
  #carousel {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-top .btn.cart-count i {
    left: 15px;
    top: -5px;
    background: black;
  }
  .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 {
    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);
  }

  .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: 46px;
    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.dklab {
  margin: 0px 0px 0px 3px !important;
  width: 50px !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 #dklabVyhody h2 a {
    font-size: 12px;
  }
  .product-top {
    margin-bottom: 10px;
  }
}

#formContact .required-asterisk {
  color: #d63500;
  font-weight: 700;
}

/* 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: 135px;
    margin: 4px 0 0;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    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 #dklabVyhody,
.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 #dklabVyhody h2 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.type-detail .p-info-wrapper #dklabVyhody 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(180px, 0.75fr);
  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 select {
  width: 100%;
  height: 38px;
  padding: 0 34px 0 10px;
  color: #27292b;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #cfd1d2;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
}

.type-detail .p-info-wrapper .motolab-surcharge select:hover,
.type-detail .p-info-wrapper .motolab-surcharge select:focus {
  border-color: #ff660e;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(255, 102, 14, 0.12);
}

.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: minmax(0, 1fr) minmax(174px, 1.15fr);
    gap: 8px;
    padding: 7px 9px;
  }

  .type-detail .p-info-wrapper .motolab-surcharge select {
    height: 40px;
    padding-right: 30px;
    font-size: 13px;
  }

  .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;
  }
}

/* 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;
  }
}
