.banners-top .banner-wrapper:nth-of-type(5) {
  width: 100%;
}

.header-navigation > div {
  width: 1440px;
}

/* LIST */
.one-column-body .container #nadpis_ext,
.one-column-body .container .clanek_ext {
  display: none;
}

.in-krok-1 .container #nadpis_ext,
.in-krok-1 .container .clanek_ext {
  display: none;
}

.in-krok-2 .container #nadpis_ext,
.in-krok-2 .container .clanek_ext {
  display: none;
}

.in-krok-3 .container #nadpis_ext,
.in-krok-3 .container .clanek_ext {
  display: none;
}

.in-krok-4 .container #nadpis_ext,
.in-krok-4 .container .clanek_ext {
  display: none;
}

.news-item .image img {
  max-height: 190px;
}

.news-item .image img:hover {
  background-size: cover;
  background-repeat: no-repeat;
  /*
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    */
}

.news-item {
  width: 31%;
  margin: 1%;
  float: left;
  display: unset;
}

.news-item .image {
  width: 100%;
  height: 210px;
}

.pagination-wrapper {
  float: none;
  width: 100%;
}

.pagination-count {
  padding-top: 60px;
}

@media only screen and (max-width: 850px) {
  .news-item {
    width: 98%;
    margin: 1%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1180px) {
  .news-item {
    width: 48%;
    margin: 1%;
  }

  .news-item .image {
    width: 100%;
    height: 160px;
  }

  .news-item .image img {
    max-height: 130px;
  }
}

/* NAV */
.navigation-in {
  width: 1440px;
}

p {
  line-height: 2.4rem;
}

/* SLEVA */
.navigation-in > ul > li:nth-of-type(2) a {
  color: rgb(73, 255, 0) !important;
  font-family: inherit;
  font-weight: 700 !important;
  animation: blik 4s infinite;
  -webkit-animation: blik 2s infinite;
}

@keyframes blik {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blik {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.xxxbanner-wrapper a:hover,
.xxxbanner-wrapper a:active {
  background: red;
}

/* HEADER */
.type-index h1.header-title {
  height: 150px;
  padding: 0px !important;
  margin: 0px !important;
}

h1.header-title > span {
  margin-bottom: 0px;
}

header#header div.vyber {
  margin: 0px auto;
  text-align: center;
  padding-bottom: 60px;
  z-index: 9999 !important;
}

div.vyber a {
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  transition: 1s;
  text-decoration: none !important;
  padding: 12px 25px 12px 25px;
  cursor: pointer;
  background-color: #f56b00;
}

div.vyber a:hover {
  font-size: 20px;
  background-color: #282028;
}

/*
div.vyber a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255,81,0,1) !important;
    text-transform: uppercase;
    border: 5px solid rgba(255,81,0,1);
    transition: 1s;
    text-decoration: none !important;
    padding: 12px 25px 12px 25px;
    border-radius: 2px;
    cursor: pointer;
    }

div.vyber a:hover {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: rgba(231,56,39,1);
    background: -moz-linear-gradient(45deg, rgba(231,56,39,1) 0%, rgba(231,56,39,1) 58%, rgba(255,81,0,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,56,39,1)), color-stop(58%, rgba(231,56,39,1)), color-stop(100%, rgba(255,81,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(231,56,39,1) 0%, rgba(231,56,39,1) 58%, rgba(255,81,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(231,56,39,1) 0%, rgba(231,56,39,1) 58%, rgba(255,81,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(231,56,39,1) 0%, rgba(231,56,39,1) 58%, rgba(255,81,0,1) 100%);
    background: linear-gradient(45deg, rgba(231,56,39,1) 0%, rgba(231,56,39,1) 58%, rgba(255,81,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#ff5100', GradientType=1 );
    text-decoration: none !important;
    padding: 12px 25px 12px 25px;
    border-radius: 2px;
    cursor: pointer;
    }
*/

.navigation-in {
  position: unset;
  width: 100%;
  min-width: 900px;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.navigation-in ul li a b {
  font-weight: 600;
}

.navigation-in > ul > li {
  padding: 0px 5px;
}

.navigation-in > ul > li:first-child > a,
.navigation-in > ul > li:first-child > a:hover,
.navigation-in ul li a,
.navigation-in ul li a:hover {
  padding: 8px 12px;
  font-size: 17px;
  font-weight: 500;
}

/* BANNERY
.banner a:hover,
.banner-wrapper a:hover,
.carousel-inner a:hover {
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -ms-filter: brightness(60%);
    -o-filter: brightness(60%);
    filter: brightness(60%);
    }
*/

@media only screen and (max-width: 1000px) {
  .navigation-in {
    position: unset;
    width: 100%;
    min-width: min-content;
    max-width: max-content;
    margin: 0 auto;
    text-align: left;
  }

  .navigation-window-visible #navigation {
    width: auto;
  }
}

@media only screen and (min-width: 1000px) {
  #navigation {
    padding: 0px !important;
  }

  .navigation-in > ul > li {
    padding: 0px !important;
  }

  .navigation-in {
    position: unset;
    width: 100%;
    min-width: min-content;
    max-width: max-content;
    margin: 0 auto;
    text-align: left;
  }
}

/* ČLANEK */
.in-index .news-item .image {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}

.news-item .image {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}

.in-index .clanek_ext .news-item {
  width: 31%;
  float: left;
  display: unset;
  margin: 1%;
}

.clanek_ext .news-item {
  width: 31%;
  float: left;
  display: unset;
  margin: 1%;
}

@media only screen and (max-width: 60rem) {
  .in-index .clanek_ext .news-item {
    width: 100%;
  }
}

.in-index .news-item .image {
  width: 100%;
}

.news-item .image {
  width: 100%;
}

.in-index .news-item .text .title {
  line-height: 32px;
  font-size: 21px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.news-item .text .title {
  line-height: 32px;
  font-size: 21px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.in-index .news-item .text .description p:last-child {
  height: 180px;
}

.news-item .text .description p:last-child {
  height: 180px;
}

/* LIST */
/* IMG */
.in-index .clanek_ext .news-item .image img {
  width: auto;
  height: 200px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.clanek_ext .news-item .image img {
  width: auto;
  height: 200px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.in-index .clanek_ext .news-item .image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.clanek_ext .news-item .image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
.filter-sections {
    padding: 20px;
    border-radius: 4px;
    }

#content .filter-section fieldset div {
    width: 33%;
    }

input[type="checkbox"]+label,
input[type="radio"]+label {
    line-height: 25px;
    }

div#category-filter-hover.visible div#manufacturer-filter,
div#category-filter-hover.visible div.filter-section {
    width: 33%;
    float: left;
    }

body.in-paddleboardy #content .filter-section fieldset div,
body.in-prislusenstvi #content .filter-section fieldset div,
body.in-oplachteni #content .filter-section fieldset div {
    text-align: left;
    width: 50%;
    }

body.in-padla #content .filter-section fieldset div {
    text-align: left;
    width: 100%;
    }

@media only screen and (max-width: 40rem) {
    .filter-sections {
        background-color: #fff;
        height: -webkit-fill-available;
        }

    div#category-filter-hover.visible div#manufacturer-filter,
    div#category-filter-hover.visible div.filter-section {
        width: 100%;
        }
    }
*/
/* CONTAINER */
.container {
  max-width: 1440px;
  width: 100%;
}

header#header .container .vyber {
  xxxdisplay: none !important;
}

.container .vyber {
  xxxdisplay: none !important;
}

.p:hover:hover,
.advanced-order .p:hover {
  padding: 20px;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
}

/* DETAIL */
mousetrap {
  width: 100%;
}

/* TAB */
.active .shp-tab-link {
  font-size: 18px;
  font-weight: 600;
}

ul.shp-tabs li a {
  font-size: 18px;
  font-weight: 600;
}

/* VYROBCE */
.p-detail-top > span,
.p-detail-top > i {
  color: #444;
  background: #f9f9f9;
  padding: 5px 10px;
  border-radius: 2px;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper span {
  line-height: 2.2rem;
}

.p-vendor a {
  color: #444;
}

table.detail-parameters {
  width: 100%;
}

table.detail-parameters tr {
  height: 30px;
}

table.detail-parameters tr:nth-of-type(1),
table.detail-parameters tr:nth-of-type(3),
table.detail-parameters tr:nth-of-type(5),
table.detail-parameters tr:nth-of-type(7),
table.detail-parameters tr:nth-of-type(9),
table.detail-parameters tr:nth-of-type(11),
table.detail-parameters tr:nth-of-type(13) {
  background: #f5f5f5;
}

/* TABLE */
footer#footer .oceneni {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

footer#footer .oceneni a {
  margin-left: 20px;
  margin-right: 20px;
}

footer#footer .oceneni img {
  max-width: 150px;
}

@media only screen and (max-width: 100rem) {
  .header-navigation > div {
    width: 100%;
    max-width: 1440px;
  }

  #header {
    border-color: #e3e3e3;
    color: #fff;
    background-color: #000;

    min-height: 150px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
  div.vyber {
    margin: 20px auto !important;
    text-align: center;
  }

  div.vyber a,
  div.vyber a:hover {
    font-size: 14px;
    font-weight: 600;
  }
}

.flag .flag-new {
  background-color: #15d04a;
}
.flag .flag-custom1 {
  background-color: #0062f5;
}
.flag .flag-custom2 {
  background-color: #f50c00;
}
.flag .flag-freeshipping {
  background-color: #f56b00;
}
.flag.default-variant {
  background-color: #f56b00;
}

.header-top .btn.cart-count i {
  background-color: #f56b00;
  color: #fff;
}
.narrow .banners-row .banner-wrapper {
  margin-top: 0;
}
#header {
  background-color: #f2f3f5;
  min-height: unset;
}
#categories .expandable.expanded > ul {
  background-color: #f9f9f9;
}
.slider-wrapper.filter-section-default.filter-section.cFilterHidden {
  display: none !important;
}
.slider-wrapper.filter-section-default.filter-section {
  display: block !important;
}
.top-navigation-contacts > strong {
  color: #f36a30;
}
.p:hover:hover,
.advanced-order .p:hover {
  padding: 0px;
}
.filter-sections {
  background-color: #f1f3f5;
}
.cFilterWrap {
  background-color: #282028;
  margin-top: 10px;
}
.cFilterWrap h4 {
  color: #fff;
}
#filters[class~="cDone"] [class~="cFilterOpen"] {
  background-color: #f36a30;
}
#filters[class~="cDone"] [class~="cFilterOpen"]:hover {
  background-color: #f36a30;
}
#filters:before {
  content: "Vyfiltruj si produkty přesně podle svých potřeb!";
  font-size: 22px;
  color: #f56b00;
  font-weight: 600;
  margin-top: 30px;
  display: block;
  padding-right: 100px !important;
}
.category-header {
  border-bottom-color: #fff;
}
#filters[class~="cDone"] [class~="cFilterWrap"] h4 span::after {
  border-top-color: #fff;
}
#filters[class~="cDone"] [class~="cFilterWrap"] h4 + span::after {
  border-top-color: #f56b00;
}
#filters[class~="cDone"] [class~="cFilterWrap"] h4 + span + span::after {
  display: none !important;
}
#filters .question-tooltip {
  display: none;
}

.p-detail .p-final-price-wrapper .price-standard > span,
.btn,
a.btn,
.flag {
  border-radius: 0px !important;
}

.banner-wrapper.banner1 {
  margin-bottom: 30px;
}
.p-vendor:hover {
  background-color: #a9a9a9;
}

.filter-section {
  width: 100% !important;
}
@media (max-width: 1200px) {
  #content .filter-section fieldset div {
    width: 50% !important;
  }
}

#header .container .vyber {
  display: block !important;
}
.container > .vyber {
  display: none;
}

/* mobilní úpravy */
@media (max-width: 767px) {
  #header {
    background-position: right;
  }
  .p-info-wrapper {
    padding: 15px;
  }
  .p-final-price-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-detail .p-final-price-wrapper .price-final,
  .p-detail .p-final-price-wrapper .price-standard,
  .p-detail .p-final-price-wrapper .price-save {
    width: 100%;
    text-align: center;
  }
  .p-final-price-wrapper .price-standard > span {
    background-color: #fff !important;
    color: #000;
    text-decoration-color: #fe0000;
    font-weight: 600;
    font-size: 22px;
  }
  .p-detail .p-final-price-wrapper .price-save {
    padding: 10px 15px;
    background-color: #f56b00 !important;
    color: #fff;
    text-decoration-color: #fe0000;
    font-weight: 600;
    font-size: 22px;
  }
}

.p-detail-top > span,
.p-detail-top > i {
  color: #fff;
  background: #343434;
  padding: 10px 15px;
  border-radius: 2px;
}
.p-vendor a {
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
}

@media (max-width: 767px) {
  div.vyber a {
    font-size: 12px;
  }
}
/* Alert */
.site-msg.information {
  text-align: center;
  color: #000;
  font-size: 14px;
}
.site-msg.information {
  background: #f77136;
  opacity: 1;
}

@media (min-width: 992px) {
  .multiple-columns-body .position--benefitHomepage .benefitBanner__item {
    flex: 1 1 25%;
  }
}

#footer,
.custom-footer,
.footer-bottom,
#footer > .container {
  background-color: #231f20;
  border-color: #231f20;
}
#footer {
  margin-top: -5px;
  padding: 20px;
}
#footer h4 {
  color: #f77136;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}
#footer .contact-box a,
#footer .password-helper a,
#footer .news-item-widget a,
#footer ul a {
  color: #fff;
}
#footer ul a,
#footer .contact-box a,
#footer .contact-box ul li > span.mail::before,
#footer .contact-box ul li > span.tel::before,
#footer .contact-box ul li > span.facebook::before,
#footer .contact-box ul li > span.instagram::before {
  color: #fff;
}
#footer .col-lg-3 {
  padding-left: 25px;
  padding-right: 25px;
}
#footer a:not(.login-btn):not(.btn):hover {
  color: #fff;
  text-decoration: none;
}
.banner-category span,
.banner-wrapper span,
.banner span {
  background-color: transparent;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: none !important;
}
.container.footer-bottom {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .navigation-window-visible #navigation {
    margin-top: 40px;
    width: 100%;
    background: #f1f3f5;
  }
  .navigation-in {
    min-width: unset;
    max-width: unset;
    padding: 50px;
  }
  .navigation-in > ul > li {
    padding: 5px;
    border-color: #ffe5db;
  }
}
.flag.flag-new {
  background-color: #32b979 !important;
}
.top-navigation-contacts a > span:after {
  content: "Po-Pá: 10-18:00";
  display: block;
  font-size: 12px;
  color: #444444;
  font-weight: 400;
}

h4.homepage-group-title,
.h4.homepage-group-title,
#filters:before {
  display: inline-block;
  background: #f56b00;
  color: #fff;
  clip-path: polygon(
    93% 0,
    87% 100%,
    94% 100%,
    100% 0,
    97% 0,
    91% 100%,
    0 100%,
    0 0
  );
  padding: 20px 75px 15px 20px;
  font-size: 28px;
}
.homepage-products-heading-28 {
  background: #282128 !important;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .navigation-window-visible #chat-application {
    bottom: 112px !important;
    left: 20px !important;
    right: unset !important;
  }
  .navigation-window-visible #OPHWidgetWrapp {
    display: none;
  }
  .navigation-window-visible #navigation {
    padding-bottom: 75px;
  }
  .navigation-window-visible
    .top-navigation-bar
    .container
    > div.top-navigation-menu {
    left: 0;
    right: 0;
    bottom: 0;
    height: unset;
    padding: 10px;
    background: #f56b00;
  }
  .navigation-window-visible .top-navigation-bar li:not(.cropped) a,
  .navigation-window-visible .top-navigation-menu-trigger::before {
    color: #fff !important;
  }
  .top-navigation-menu-trigger {
    right: 20px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top-navigation-menu a {
    color: #f56b00 !important;
    font-weight: 600 !important;
  }
  .top-navigation-menu a:hover {
    cursor: pointer;
    color: #282128 !important;
  }
}
body.ordering-process {
  background-color: #f1f3f5 !important;
}
.top-navigation-contacts:before {
  top: 10px;
}
table.detail-parameters tr {
  height: unset;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  body:not(.paxio-merkur) #header .cart-count {
    top: 19px !important;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur) .top-navigation-bar {
    height: 69px !important;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur)
    .responsive-tools
    > a[data-target="navigation"] {
    right: 66px;
    top: 19px;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur).template-11
    #navigation {
    margin-top: 69px !important;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur)
    .popup-widget.cart-widget {
    top: 69px;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur) #content-wrapper {
    padding-top: 0 !important;
  }
  .navigation-in > ul > li:nth-of-type(2) a {
    color: rgb(245 107 0) !important;
  }
}

.flag.flag-action {
  background-color: #f33030 !important;
}
.flag.flag-tip {
  background-color: #407bcc !important;
}
.flag.flag-new {
  background-color: #40cc8a !important;
}
.flag.flag-freeshipping {
  background-color: #282128 !important;
}
.flag.flag-discount {
  background-color: #f33030 !important;
}
.flag.flag-custom1 {
  background-color: #997c1b !important;
}
.flag.flag-custom2 {
  background-color: #f36a30 !important;
}
.flag.flag-custom3 {
  background-color: #282128 !important;
}
.flag.flag-0-99--reklamaci {
  background-color: #3094f3 !important;
}
.categories .topic > a {
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .sticky-mobile:not(.ordering-process) #header .top-navigation-contacts {
    max-height: 50px;
  }
}
.sticky-mobile:not(.ordering-process) #header {
  background-color: #f2f3f5 !important;
}
.search {
  z-index: 1;
}

.news-item .image {
  height: unset;
}
.news-item .text .title {
  margin-top: 5px !important;
}

@media (max-width: 767px) {
  .header-top {
    height: 64px;
  }
  .search-window-visible .header-top {
    height: 112px;
  }
  .search-window-visible .header-top .search {
    top: 46px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .benefitBanner.position--benefitHomepage {
    margin: 20px 0px !important;
  }
  .narrow .banners-row .col-sm-4 {
    padding: 0;
  }
  .next-to-carousel-banners {
    flex-wrap: wrap;
  }
  .next-to-carousel-banners > div:nth-child(1) {
    margin-right: 0;
  }
  .narrow .banners-row .banner-wrapper + .banner-wrapper {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .custom-footer > div {
    width: 25% !important;
  }
  h4.homepage-group-title,
  .h4.homepage-group-title,
  #filters:before {
    padding: 20px 105px 15px 20px !important;
  }
}

@media (max-width: 992px) {
  #content .filter-section fieldset div {
    width: 100% !important;
  }
}
#filters .param-filter-top,
.filter-sections > div:first-child {
  display: block !important;
  order: 999;
}
.filter-sections {
  display: flex;
  flex-direction: column;
}
.filter-sections > div:first-child {
  border-top: solid 1px #e6e8e9;
}
[class~="c-section__val"] {
  background-color: #d63442;
}
[class~="c-section__val"]::after {
  content: "\e912";
}

@media (min-width: 992px) {
  #filters .param-filter-top {
    display: flex !important;
  }
  .param-filter-top form:first-child {
    width: 25%;
  }
  .param-filter-top form:first-child fieldset > div {
    width: 100% !important;
  }
  .param-filter-top form:nth-child(2) {
    width: 75%;
  }
  .param-filter-top form:nth-child(2) fieldset {
    display: flex;
  }
  .param-filter-top form:nth-child(2) fieldset > div {
    width: 33% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #content .param-filter-top form:first-child fieldset > div {
    width: 100% !important;
  }
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
  max-width: unset;
  width: unset;
  margin: 0;
  padding: 10px;
}
@media (max-width: 992px) {
  .description-inner {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .basic-description h3 {
    margin-top: 30px !important;
  }
  .p-short-description,
  .basic-description p {
    text-align: left !important;
  }
}
.detail-parameters th {
  padding-left: 25px;
  padding-right: 10px;
}
.detail-parameters .row-header-label .show-tooltip.question-tooltip {
  margin-right: 5px;
  margin-left: -26px;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper span {
  line-height: 17px;
}
@media (min-width: 1200px) {
  #content .filter-section fieldset div {
    width: 25%;
  }
}

.widget-parameter-wrapper .widget-parameter-list {
  justify-content: center;
  width: 100%;
  min-height: 25px;
}
.widget-parameter-wrapper .widget-parameter-value {
  min-height: 25px;
}
.widget-parameter-wrapper .widget-parameter-value a {
  padding: 2px 10px !important;
  border: solid 1px #e6e8e9;
  margin: 0 3px;
}
.widget-parameter-wrapper .widget-parameter-value:hover a {
  border: solid 1px #f36a30;
  background: #f36a30;
  color: #fff !important;
}
.flag {
  max-width: unset;
}
.flag.flag-gift {
  background-color: #f56b00 !important;
}
.p-gifts-wrapper {
  margin: 29px 0;
  background-color: #f9f9f9;
  border: 1px solid #e7e8e9;
  padding: 15px;
  border-radius: 4px;
}
.p-gifts-wrapper .p-gift-image {
  border-radius: 4px;
  border: 1px solid #f36a30;
  overflow: hidden;
}
.p-gift-name a,
.p-gift-name a:hover,
.p-gift-name a:focus {
  color: #40cc8a;
}
.p-gift-name a .nowrap {
  color: #282d35;
}
.p-gifts-heading {
  font-weight: 600;
  color: #f36a30;
}
.p-gifts-heading:after {
  content: ":";
}
.in-index .news-item {
  float: unset;
  margin: 0;
}
.latest-contribution-wrapper.latest-contribution-wrapper--large {
  display: none;
}

.sidebar .contact-box ul li > span.mail::before,
.sidebar .contact-box ul li > span.tel::before,
.sidebar .contact-box ul li > span.facebook::before,
.sidebar .contact-box ul li > span.instagram::before {
  color: #282d35;
}
@media (max-width: 767px) {
  .in-index .news-item {
    margin: 0 auto;
  }
}
.news-item .text .description p:last-child {
  height: 120px;
  display: none;
}
.news-item .text a:after,
#blog_more a {
  content: "Přečíst článek";
  border-radius: 4px !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Nunito", sans-serif !important;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
  position: relative;
  background-color: #40cc8a;
  border: 1px solid #32b979;
  display: block;
  order: 999;
  line-height: 27px;
  max-width: 200px;
  margin: 10px auto;
}
#blog_more a {
  max-width: 250px;
}
.news-item .text a:hover:after,
#blog_more a:hover {
  color: #fff !important;
  background: #32b979;
  border: 1px solid #32b979;
}
.in-index {
  display: flex;
  flex-direction: column;
}
.in-index .footer-addon {
  order: 97;
}
.in-index #footer {
  order: 98;
}
.in-index .container.footer-bottom {
  order: 99;
}
.blog-hp {
  background: #f1f3f5;
  max-width: 100%;
  padding: 50px 20px;
  margin: 0;
}
.blog-hp #newsWrapper {
  max-width: 1418px;
  margin: auto;
}
.in-index .news-item {
  padding: 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #00000021;
}
.blog-hp .news-item .image img {
  max-height: 190px;
  border-radius: 6px 6px 0px 0px;
}
[class~="blog-hp"] [class~="news-item"]:nth-child(n + 4) {
  display: inline-block;
}
[class~="blog-hp"] [class~="news-item"]:nth-child(n + 7) {
  display: none;
}
@media screen and (max-width: 479px) {
  .blog-hp #newsWrapper {
    display: flex;
    flex-wrap: wrap;
  }
  [class~="blog-hp"] [class~="news-item"] {
    width: 98%;
    margin: 1%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .blog-hp #newsWrapper {
    display: flex;
    flex-wrap: wrap;
  }
  [class~="blog-hp"] [class~="news-item"] {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (min-width: 768px) {
  [class~="blog-hp"] [class~="news-item"] {
    width: 31%;
    margin: 1%;
  }
}
#blog_more {
  order: 96;
  padding: 0px 50px 50px;
  text-align: center;
  background: #f1f3f5;
}
h4.homepage-group-title,
.h4.homepage-group-title,
#filters:before {
  padding: 20px 75px 15px 20px !important;
}
.sidebar-inner > div h4 {
  padding-top: 10px;
  padding-left: 10px;
}
.sidebar-inner > .box-contact,
.sidebar-inner > .box-section3 {
  background: #f1f3f5;
  border: 1px solid #e7e8e9;
  padding: 10px 0px 0px;
  border-radius: 4px;
  margin-top: 20px;
}
.sidebar .box-contact .contact-box {
  border: none;
  padding: 0px 10px;
  background: #f9f9f9;
}
.sidebar .news-item-widget {
  margin: 0;
  padding: 10px;
  background: #f9f9f9;
}
.breadcrumbs a {
  color: #f56b00;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
    background: #0000000a;
    padding: 12px;
  }
  .type-product .breadcrumbs > span:last-of-type {
    display: none;
  }
  .breadcrumbs > span:not(:last-of-type):after {
    content: ">";
  }
  .type-product .breadcrumbs > span:nth-last-of-type(2):after {
    display: none;
  }
  .navigation-home-icon-wrapper::before {
    left: 10px;
    top: 25px;
    font-size: 13px;
    line-height: 13px;
  }
  .navigation-home-icon-wrapper #navigation-first a {
    padding-left: 20px;
  }
}
#categories .expandable.expanded > ul > li > ul > li > ul {
  background-color: #f1f3f5;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navigation-in > ul > li:nth-of-type(2) a {
  animation: none;
  -webkit-animation: none;
}
@media (max-width: 767px) {
  .navigation-window-visible #chat-application {
    bottom: 75px !important;
    left: unset !important;
    right: 6px !important;
  }
}

.header-top {
  position: relative;
}
.search-window-visible #header .search {
  position: absolute;
  top: -7px;
}

.contact_girl_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
/* Fix for Safari width */
.contact_girl_container:before,
.contact_girl_container:after {
  width: 100%;
}

@media (max-width: 767px) {
  .contact_girl_container {
    padding: 0px 20px;
  }
  .contact_girl2 {
    width: 100%;
  }
  .contact_girl_container {
    background: #f1f3f5;
    padding-top: 11px;
  }
  .contact_girl3 {
    order: 99;
    width: 100%;
  }
  .contact_girl3 img {
    margin-bottom: 0px !important;
  }
  .contact_girl3 p > span {
    position: absolute;
    left: 20px;
    text-align: left;
    max-width: 100px;
    top: 20px;
    font-size: 14px;
    color: #f56b00;
  }
  .contact_girl3 p > span > span {
    font-size: 26px;
    color: #282128;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_girl2 {
    width: 46%;
  }
  .contact_girl_container {
    background: #f1f3f5;
    padding-top: 11px;
  }
  .contact_girl3 {
    display: none;
  }
}

@media (min-width: 992px) {
  .contact_girl2 {
    width: 46%;
  }
  .contact_girl3 {
    width: 33.3333%;
    padding: 10px;
  }
  .contact_girl23 {
    width: 66.6666%;
    padding: 10px;
  }
}
.contact_girl2.girl_phone,
.contact_girl2.girl_phone:hover {
  background-image: url(/user/documents/upload/contact_phone.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px center;
  padding-left: 70px;
}
.contact_girl2.girl_phone:hover {
  background-image: url(/user/documents/upload/contact_phone_white.png);
}
.contact_girl2.girl_mail,
.contact_girl2.girl_mail:hover {
  background-image: url(/user/documents/upload/contact_mail.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px center;
  padding-left: 70px;
}
.contact_girl2.girl_mail:hover {
  background-image: url(/user/documents/upload/contact_mail_white.png);
}
.contact_girl2:hover {
  background: #f36a30;
  border-color: #f36a30;
  box-shadow: 0px 0px 20px 0 #f36a30a1;
}
.contact_girl2 a {
  color: #f56b00;
}
.contact_girl2:hover a,
.contact_girl2:hover p {
  color: #fff;
}
.contact_girl2:hover a:hover {
  color: #fff !important;
  text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact_girl3 {
    display: none;
  }
  .contact_girl23 {
    width: 100%;
  }
  .contact_girl_container {
    background: #f1f3f5;
    padding-top: 11px;
  }
  .contact_girl3 > span {
  }
}
@media (min-width: 1200px) {
  .contact_girl_container {
    box-shadow: inset 0 -192px 0 #f1f3f5;
  }
  .contact_girl3 p {
    text-align: right !important;
  }
  .contact_girl3 p > span {
    position: absolute;
    left: 20px;
    text-align: left;
    max-width: 100px;
    bottom: 20px;
    font-size: 14px;
    color: #f56b00;
  }
  .contact_girl3 p > span > span {
    font-size: 26px;
    color: #282128;
  }
}

.contact_girl2 {
  padding: 10px;
  margin: 2%;
  border: solid 1px #dadada;
  background: #fff;
  box-shadow: 0px 0px 20px 0 #00000014;
}
@media (max-width: 480px) {
  .contact_girl_container {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .type-product .contact_girl23 {
    width: 100%;
  }
  .type-product .contact_girl3 {
    position: absolute;
    margin-top: 100px;
  }
  .type-product .contact_girl3 p > span {
    display: none;
  }
  .type-product .contact_girl23 {
    box-shadow: none;
    position: relative;
  }
  .type-product .contact_girl_container:not(.contact_girl23) {
    box-shadow: inset 0 -200px 0 #f1f3f5;
    margin-top: 150px;
  }
  .type-product .contact_girl23 h4 {
    max-width: 60%;
    margin-left: 40% !important;
    text-align: center;
  }
  .type-product .contact_girl23 h3 {
    max-width: 60%;
    margin-left: 40% !important;
    text-align: center;
  }
}
.owl-carousel.category_links .owl-stage {
  align-items: flex-start;
}
.owl-carousel.category_links .item h5 {
  text-align: center;
}
.owl-carousel.category_links .item {
  position: relative;
}
.owl-carousel.category_links .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur):not(.venus)
    .responsive-tools
    > a[data-target="login"],
  .sticky-mobile .responsive-tools > a[data-target="search"] {
    visibility: visible !important;
  }
  .sticky-mobile .responsive-tools {
    padding-top: 12px;
    z-index: 2;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .dropdown {
    display: block !important;
    margin-top: 12px;
  }
  body:not(.paxio-merkur):not(.venus) .top-navigation-bar .site-name {
    display: none !important;
  }
}

p[data-testid="productCardDescr"] {
  margin-top: 10px;
}
#description table.detail-parameters tr:nth-child(even) {
  background: #f6f6f6 !important;
}
#description .detail-parameters th {
  padding: 10px 10px 10px 32px !important;
}
#description .tab-content .detail-parameters td {
  padding: 10px !important;
}
@media (max-width: 767px) {
  .header-top {
    max-height: 64px;
    height: 64px;
  }
  .sticky-mobile.search-window-visible #header .search {
    position: fixed;
    top: 69px;
    background: #f2f3f5;
    left: 0;
    right: 0;
    padding: 0 20px;
    border-bottom: 2px solid #ededed;
    z-index: 99;
    width: 100%;
    height: auto;
  }
}

.cat_perex_wrapper {
  display: flex;
}
.cat_perex_faq {
  display: none;
  padding: 20px;
  background: #f6f6f6;
  margin-left: 20px;
  min-width: 230px;
}
.cat_perex_faq a {
  display: block;
  margin-bottom: 18px;
}
.id-727 .cat_perex_faq {
  display: block;
}

.detail-parameters .shipping-options {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.detail-parameters .shipping-options::before {
  position: absolute;
  content: "\e92e";
  font-family: shoptet;
  left: 0px;
  top: -3px;
  font-size: 20px;
}
.custom-footer ul li::before {
  display: none;
}

@media (max-width: 767px) {
  .responsive-tools {
    position: absolute;
    right: 68px;
    top: 13px;
  }
  .responsive-tools > a[data-target="navigation"] {
    position: unset;
  }
  .top-navigation-bar {
    height: 69px !important;
  }
  .header-top {
    height: 0;
  }
  body:not(.paxio-merkur):not(.sticky-mobile) #header .cart-count {
    top: -50px !important;
  }
  .top-navigation-tools,
  .site-name-wrapper {
    position: relative;
  }
  .top-navigation-bar .dropdown {
    top: 17px;
    left: unset;
    right: 180px;
  }
  #topNavigationDropdown {
    margin-right: 0px;
  }
  #header .site-name {
    position: absolute;
    top: -46px;
    left: 10px;
    margin: 0;
  }
  #header .site-name a img {
    max-width: 130px;
  }
  #topNavigationDropdown:before {
    display: none;
  }
  .sticky-mobile .responsive-tools {
    padding-top: 12px;
    top: 0px;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .dropdown {
    top: 4px;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) #header .site-name {
    position: fixed;
    top: 23px;
    z-index: 9;
  }
  .breadcrumbs {
    margin-top: 0px;
  }
  #header {
    margin-bottom: 0;
  }
  .category-perex,
  .category__secondDescription {
    font-size: 14px !important;
  }
  #footer .banner {
    min-height: unset;
    margin-bottom: 0px;
  }
  #footer h4:after {
    content: "+";
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    margin-left: 20px;
  }
  #footer h4 {
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 0;
  }
  .custom-footer > div {
    max-width: 100%;
  }
  #footer h4 + *,
  #footer .custom-footer__instagram h4:after {
    display: none;
  }
  #footer h4 + *.footer_vis {
    display: block;
  }
  #footer .custom-footer__instagram h4 + * {
    display: flex;
  }
  .banner-wrapper {
    margin-top: 0px;
  }
  .custom-footer {
    padding-top: 0;
  }
}
.owl-dots span {
  width: 7px;
  height: 7px;
  background: #c9c9c9;
  display: block;
  border-radius: 100%;
}
.owl-dots .active span {
  background: #231f20;
}
.owl-carousel button.owl-dot {
  padding: 5px !important;
}
.owl-dots {
  text-align: center;
}
.owl-nav {
  display: none;
}

.footer-addon {
  background-color: #fff;
  padding: 50px 20px;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-addon h4 {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 0.291666667in;
  line-height: 1.384615;
}
.footer-addon p {
  width: 100%;
  margin-top: 30px;
}
.footer-addon p a {
  color: #f77136;
  text-underline-offset: 3px;
}
.footer-addon > a {
  padding: 10px 5px;
}
@media (max-width: 767px) {
  .footer-addon > a {
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-addon > a {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .footer-addon > a {
    width: 10%;
  }
}
#mobile_cat_wrapper .kn_child1_cat {
  background: {
    color: #fff;
  }
  background-size: cover;
  background-position: center;
}
#mobile_cat_wrapper .kn_child1_cat .mobile_tel {
  color: #fff;
}

.siteCookies__form {
  font-size: 12px;
}
#header .site-name a img {
  max-width: 300px;
}
@media (max-width: 767px) {
  #navigation {
    z-index: 10000;
  }
  #header .site-name a img {
    max-width: 180px;
  }
  .menu-level-1 + .dropdown {
    padding: 20px;
    color: #000;
  }
  #navigation .dropdown a {
    padding-left: 30px;
  }

  .navigation-window-visible
    .top-navigation-bar
    .container
    > div.top-navigation-menu {
    background: #f1f1f1;
  }
  .top-navigation-bar-menu li.cropped {
    display: block;
  }
  .navigation-window-visible .top-navigation-bar li:not(.cropped) a,
  .navigation-window-visible .top-navigation-menu-trigger::before {
    color: #000 !important;
  }
  .top-menu-trigger-visible .top-navigation-menu-trigger {
    display: none;
  }
  .navigation-window-visible.sticky-mobile:not(.ordering-process):not(
      .paxio-merkur
    ):not(.venus)
    .top-navigation-bar
    .top-navigation-tools {
    display: block !important;
  }
  body:not(.paxio-merkur):not(.venus) #header .cart-count,
  .header-top > div:nth-child(1) {
    z-index: 9999;
  }
}

@media (min-width: 768px) {
  #cat-1815 .topic a {
    padding-left: 40px;
    background: url(/user/documents/upload/2021/icons/xmas_stromek.png)
      no-repeat 2px center;
  }
  .categories#cat-1815 ul a {
    padding-left: 40px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-size: 30px;
  }
  #cat-1815 a[href="/darek-pro-zenu/"] {
    background: url(/user/documents/upload/2021/icons/xmas_zeny.png) no-repeat
      2px center;
  }
  #cat-1815 a[href="/darek-pro-muze/"] {
    background: url(/user/documents/upload/2021/icons/xmas_muzi.png) no-repeat
      2px center;
  }
  #cat-1815 a[href="/darek-pro-celou-rodinu/"] {
    background: url(/user/documents/upload/2021/icons/xmas_rodina.png) no-repeat
      2px center;
  }
  #cat-1815 a[href="/darek-do-2000-kc/"] {
    background: url(/user/documents/upload/2021/icons/xmas_levne.png) no-repeat
      2px center;
  }
}

#footer .custom-footer__section3 h5 a:hover {
  color: #f77136 !important;
}
#footer .custom-footer__section3 .btn.btn-default {
  background: #40cc8a;
  border-radius: 4px !important;
  text-transform: none;
  font-weight: 600;
  margin-top: 10px;
}
#footer .custom-footer__section3 .btn.btn-default:hover {
  background: #32b979;
}

.detail-parameters .shipping-options {
  font-size: 0;
}
.detail-parameters .shipping-options:after {
  content: "Jaké jsou možnosti doručení?";
  font-size: 14px;
}
.social-buttons-wrapper {
  display: none;
}
.product-top .add-to-cart button.disabled,
.disabled-add-to-cart .product-top .add-to-cart button,
.disabled-add-to-cart .btn.btn-conversion {
  color: #fff !important;
}
@media (max-width: 767px) {
  .submenu-arrow {
    float: right;
  }
  .submenu-arrow::after {
    transform: rotate(-90deg);
  }
  .ext.exp > .submenu-arrow::after {
    transform: rotate(-90deg);
  }
  .navigation-in > ul > li:nth-of-type(2) a {
    color: #282d35 !important;
  }
  .navigation-in > ul > li:nth-of-type(2) > a {
    color: rgb(245 107 0) !important;
  }
  .header-top *,
  .navigation-buttons * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.p-short-description > p:nth-last-child(2),
p[data-testid="productCardDescr"] {
  margin-top: 0px;
  display: inline;
}
.p-info-wrapper .chevron-after.chevron-down-after {
  margin-top: 0px;
  color: #f56b00;
}
#header .cart-count {
  animation-name: open;
  animation-duration: 0s;
}
.user-action {
  position: relative;
  z-index: 99999;
}

@media (max-width: 767px) {
  #footer h4 + .news-item-widget {
    display: block !important;
    margin-top: 20px;
  }
  #footer .custom-footer__section3 h4:after {
    display: none;
  }
  .carousel-control {
    display: block;
  }

  .mobile_accord {
    display: block;
    font-weight: 600;
    padding: 10px 30px;
    border: solid 1px #808080;
    margin: 10px -20px 10px;
    display: flex;
    justify-content: space-between;
  }
  .mobile_accord:after {
    content: "\e90e";
    font-family: shoptet;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mobile_accord.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .mobile_accord.open {
    margin-bottom: 20px;
    border-color: #f36a30;
    color: #f36a30;
  }
  .mobile_accord + *,
  .mobile_accord + * + iframe {
    display: none;
  }
  .mobile_accord.open + *,
  .mobile_accord.open + * + iframe {
    display: block;
  }
  .responsive-nav {
    display: none;
  }
  .contact_girl_container {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  ol.cart-header li {
    padding: 14px 60px 14px 20px;
  }
  .ordering-process #header .site-name {
    display: none;
  }
  .ordering-process .responsive-tools > a[data-target="navigation"] {
    top: 12px;
  }
  .ordering-process.navigation-window-visible #navigation {
    margin-top: 69px;
  }
}
.custom-footer > div.custom-footer__banner11 {
  width: 100% !important;
  text-align: center;
  padding: 20px;
}

.extended-description table.detail-parameters .mobile_accord {
  display: block;
  width: 200%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #e15c23;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  margin: 0;
  border: none;
}
.extended-description table.detail-parameters .mobile_accord:after {
  display: none;
}
.extended-description table.detail-parameters tr:nth-child(n + 9),
.extended-description table.detail-parameters .mobile_accord:last-child,
.extended-description table.detail-parameters .mobile_accord.open {
  display: none;
}
.extended-description table.detail-parameters .mobile_accord.open ~ tr {
  display: table-row;
}

@media screen and (max-width: 767px) {
  .navigation-in > ul > li.menu-item-29 {
    border-top: solid 3px #f56b00;
  }
}

#faq_btn {
  position: relative;
  margin-top: 8px;
  display: block;
  width: 100%;
  padding-left: 30px;
}
#faq_btn:before {
  content: "?";
  font-weight: 600;
  border-radius: 100%;
  border: solid 1px;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: -30px;
  text-align: center;
}

[class~="c-section__vals"],
[class~="c-section"],
#filters[class~="cDone"] [class~="cFilterWrap"] {
  display: flex;
  flex-wrap: wrap;
}

/* 2023 */
.filter-sections {
  display: flex;
  flex-direction: column-reverse;
}
.filter-count {
  background-color: #f56b00;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  #filters .param-filter-top {
    display: flex !important;
    flex-direction: column;
  }
  .param-filter-top form:first-child,
  .param-filter-top form:nth-child(2),
  .param-filter-top form:nth-child(2) fieldset > div,
  .advanced-filters-wrapper {
    width: 100% !important;
  }
  .param-filter-top form:nth-child(2) fieldset {
    display: flex;
    flex-direction: column;
  }
}
.param-filter-top .filter-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
label[for="dd[]1"] {
  color: #f32f30;
}
label[for="dd[]2"] {
  color: #7dc389;
}
label[for="stock"] {
  color: #6aa7d4;
}
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  border-color: #f36a30;
}
.filter-total-count {
  text-align: center;
}
#filters:before {
  content: "Filtr";
  color: #fff !important;
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 15px;
  text-transform: none;
  font-family: "Nunito", sans-serif !important;
  background-color: #f36a30 !important;
  border: 1px solid #e15c23 !important;
  width: 100%;
  clip-path: none;
  padding: 10px 12px !important;
}
#filters .question-tooltip {
  display: inline-block;
  color: #fff;
}
.filter-section h4 + form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vybrane-filtry {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.vybrane-filtry .filter-section:not(.filter-section-default) {
  display: flex;
}
.filter-section
  h4
  + form
  fieldset.less_shown
  > div:nth-child(n + 12):not(.aktivni-filtr),
.filter-section h4 + form fieldset:not(.less_shown) .show_more,
.vybrane-filtry .show_more,
#filters .vybrane-filtry .question-tooltip {
  display: none;
}
.filter-section h4 + form fieldset > div:nth-child(n + 12):not(.aktivni-filtr) {
  display: block;
}
*:not(h4) + .show_more {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #f56b00;
  cursor: pointer;
}

.filter-section h4 + form fieldset > div:not(.aktivni-filtr) {
  width: 50%;
  margin-right: 0;
  font-size: 10px;
}
.filter-section#manufacturer-filter h4 + form fieldset > div,
.filter-section.filter-section-parametric-id-369 h4 + form fieldset > div,
.filter-section.filter-section-parametric-id-325 h4 + form fieldset > div,
.filter-section.filter-section-parametric-id-120 h4 + form fieldset > div {
  width: 100%;
}
.sidebar .categories .topic > a {
  padding: 12px 10px 12px;
  font-size: 15px;
}
#categories .expandable > .topic.active > a:not(:hover) > span:before,
.categories li.active > a:not(:hover) > span:before {
  filter: invert(1);
}
#filters > h3:first-child {
  display: none;
}
@media (max-width: 767px) {
  #filters > h3:first-child {
    display: block;
    text-decoration: none;
    background: url(/user/documents/upload/res2022/paddle_filter_btn.svg)
      #f56b00 no-repeat left center;
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
  }
  #filters:before {
    margin-top: 0;
  }
  #filters.more_shown > h3:first-child,
  #filters:not(.more_shown):before,
  #filters.more_shown:after {
    display: none;
  }
  #filters.more_shown .filter-sections {
    display: flex;
  }

  #content .filter-section fieldset div {
    width: auto !important;
  }
  .filter-section h4 + form fieldset {
    justify-content: center;
  }
  #filters {
    position: relative;
  }
  #filters:after {
    content: "";
    font-size: 12px;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/modul/jaspis/jaspis/ic-top.png);
    width: 11px;
    height: 7px;
    display: inline-block;
    background-size: cover;
    top: 24px;
    right: 20px;
    z-index: 3;
    transform: rotate(180deg);
    filter: invert(1);
    position: absolute;
  }
  .mobile_accord + * + .detail-parameters {
    display: none;
  }
  .mobile_accord.open + * + .detail-parameters {
    display: table;
  }
}
.vybrane-filtry input[type="checkbox"]:checked + label::before,
.vybrane-filtry input[type="radio"]:checked + label::before {
  color: #d63500;
  font-weight: 900;
}
.box-info.filter-sections {
  padding: 20px;
  margin-bottom: -30px;
  background: url(/user/documents/upload/res2022/paddle_info_box.svg) no-repeat
    #f1f3f5 bottom right;
}
.box-info.filter-sections span,
.box-info.filter-sections h3 {
  color: #f56b00;
}

.box-bg-default .categories a[href="/roddiny-paddleboard/"]:after,
.box-bg-default .categories a[href="/nafukovaci-paddleboardy/"]:after {
  content: "Oblíbené";
  display: inline-block !important;
  background: #40cc8a;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  transform: translate(10px, 0px);
}
.flag.flag-discount {
  border-radius: 4px !important;
  height: 40px;
}
.p-image-wrapper .flags-extra .flag.flag-discount {
  height: 60px;
}

.categories li a[href="/jaky-typ-a-tvar-paddleboard/"],
.categories li a[href="/kdo-na-paddleboardu-bude-jezdit--typ/"] {
  display: none;
}
.subcategories li a[href="/jaky-typ-a-tvar-paddleboard/"],
.subcategories li a[href="/kdo-na-paddleboardu-bude-jezdit--typ/"] {
  background-color: #ffe4c452;
  border-color: #ffe4c4;
}
.subcategories.with-image li a .image {
  mix-blend-mode: darken;
}

@media (max-width: 767px) {
  .navigation-window-visible #navigation,
  #navigation {
    margin-top: 70px;
  }
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 70px;
  }
  #filters:after {
    display: none;
  }
  .vybrane-filtry {
    margin-bottom: 10px;
    background-color: #f1f3f5;
    border-radius: 4px;
    border: 1px solid #e7e8e9;
  }
}
.vybrane-filtry .filter-section:last-child {
  border-bottom: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  z-index: 999999;
}
.vybrane-filtry::before {
  background: #f77136;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #d7753d;
}
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  border-color: #bfbfbf;
}
.blog_articles {
  margin: 1em 0;
}
#footer h4 + *.show_more {
  display: block;
}

@media (max-width: 767px) {
  .contact_girl3 img {
    max-height: 150px !important;
    margin-left: 100px;
  }
  .contact_girl23 h4 {
    font-size: 14px !important;
    line-height: 18px;
  }
  .extended-description .detail-parameters th,
  .extended-description .detail-parameters td {
    padding: 7px 10px;
  }
}
.extended-description table.detail-parameters tr:nth-child(even) {
  background: #f6f6f6 !important;
}
.p-detail .p-final-price-wrapper .price-save {
  display: none;
}
.p-info-wrapper .price-standard {
  margin: 0 0 15px;
}
.p-detail {
  display: flex;
  flex-direction: column;
}
.products-related-header {
  order: 98;
  font-size: 0;
  margin-top: 30px !important;
}
.products-related {
  order: 99;
}
.products-related-header:before {
  content: "Zákazníci také nakoupili";
  font-size: 20px;
}
.box-bg-default .categories a {
  color: #282d35;
}
html {
  scroll-behavior: smooth;
}
body * {
  scroll-margin-top: 100px;
  scroll-padding-top: 100px;
}
@media (max-width: 767px) {
  body * {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.extended-description
  table.detail-parameters
  tbody.opened_params
  tr:nth-child(n + 9) {
  display: table-row;
}
#content .filter-section fieldset div:not(:first-child) {
  width: auto !important;
  min-width: 50%;
}
@media (max-width: 767px) {
  .HP_cat_sup {
    display: none !important;
  }
  .filter-section h4 + form fieldset {
    justify-content: flex-start;
  }
}
.p-info-wrapper .price-standard,
.p-detail .p-final-price-wrapper .price-save {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 24px;
  color: #888;
  margin-bottom: 10px;
  margin: 0 0 10px 0;
  background-color: #f9f9f9;
  border: 1px solid #e7e8e9;
  padding: 15px;
  border-radius: 4px;
}
.price-standard > span {
  text-decoration-color: #f33030;
}
.p-detail .p-final-price-wrapper .price-save {
  color: #fff;
  font-weight: 600;
  background-color: #f33030 !important;
  border-color: #f33030;
}
.p-image-wrapper .flags-extra .flag.flag-discount {
  display: none;
}
.p-info-wrapper .price-final {
  padding: 5px 15px;
}

.sidebar .sidebar-inner > div.box-contact h4,
.sidebar-inner > div > .banner40 h4 {
  padding-top: 10px !important;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  color: white !important;
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background-color: #f36a30 !important;
  border: 1px solid #e15c23 !important;
}
.sidebar .sidebar-inner > div.box-contact h4 span {
  color: #fff;
}
.sidebar .sidebar-inner > div.box-contact,
.sidebar-inner > div > .banner40 {
  padding: 0;
  border-bottom-style: solid;
  margin: 20px 0 0;
}
.sidebar-inner > div > .banner40 {
  background: #f9f9f9;
  border: 1px solid #e7e8e9;
  padding: 0px;
  border-radius: 4px;
}
.homepage-box.welcome-wrapper {
  order: 96;
}
.p-thumbnails a {
  border: solid 1px #fff;
  margin: 15px 8px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 15px #00000026;
}
.p-thumbnails a img {
  border-color: #fafafa;
}
.p-thumbnails > div,
.p-thumbnails {
  height: 130px;
}
.p-thumbnails a:first-child {
  margin-left: 15px;
}
.p-thumbnail.highlighted,
.show360image.highlighted,
.p-thumbnail:hover,
.show360image:hover {
  border: solid 1px #f77136;
  box-shadow: 0 0 15px #f771368c;
}
.p-thumbnails.overflow-next::after {
  height: 128px;
}
.p-thumbnail.highlighted::before,
.show360image.highlighted::before,
.p-thumbnail:hover::before,
.show360image:hover::before {
  display: none;
}

@media (max-width: 767px) {
  .p-info-wrapper .price-standard {
    width: 65% !important;
    margin-right: 2%;
  }
  .p-detail .p-final-price-wrapper .price-save {
    width: 33%;
  }
  .in-index .content {
    display: flex;
    flex-direction: column;
  }
  #mobile_cat_wrapper + .banners-row {
    order: -99;
  }
  #mobile_cat_wrapper > .kn_child1_cat:first-child,
  .in-index .contact_girl2.girl_mail,
  .in-index .contact_girl23 h4 + h3 {
    display: none;
  }
  .benefitBanner.position--benefitHomepage {
    order: -98;
  }
  .row.banners-content.body-banners {
    order: -97;
  }
  .in-index .contact_girl23 h4 {
    font-size: 25px !important;
    line-height: 28px;
    margin-bottom: 15px !important;
  }
  .in-index .contact_girl_container {
    margin-bottom: 20px;
  }
  .category-perex p,
  .category-perex p span,
  .category-perex li,
  .category-perex li span {
    font-size: 14px !important;
    line-height: 1.5;
  }
  .filters-wrapper .btn.btn-default {
    color: #fff;
    border-color: #f56b00;
    background-color: #f56b00;
    padding: 10px 15px;
  }
  .filters-wrapper .btn.btn-default:before {
    content: "";
    background-image: url(/user/documents/upload/res2022/paddle_filter_btn.svg);
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: -7px 20px -14px 0;
    background-size: cover;
  }
  .btn.btn-default:hover,
  a.btn.btn-default:hover {
    color: #fff !important;
  }
}
.in-index .news-item .text .description p:last-child {
  padding: 10px 0 0;
  line-height: 1.5;
  font-size: 12px;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.availability,
.availability-label {
  font-weight: 700;
}
.availability-amount {
  font-weight: 300;
}
@media (max-width: 767px) {
  .search-window-visible .header-top .search {
    z-index: 99999;
  }
  #header .site-name a img {
    max-width: 155px;
  }
  #header .site-name {
    top: -61px;
  }
  #header .site-name a {
    padding: 20px 0;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) #header .site-name {
    top: 9px;
  }
}
#header_contacts {
  padding: 5px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#header_contacts > * {
  cursor: pointer;
  flex: 1;
  text-align: center;
  border-radius: 4px;
  background-color: #40cc8a;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header_contacts > *:hover {
  background: #f56b00;
  color: #fff !important;
}
#header_contacts a span {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  #header_contacts a:first-child span:before {
    content: "\e92b";
    font-family: shoptet;
  }
  #header_contacts a:last-child span:before {
    content: "\e922";
    font-family: shoptet;
  }
}
.filter-count {
  padding: 1px 0.5em;
  font-size: 10px;
}
.extended-description table.detail-parameters .mobile_accord {
  width: 100%;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper .row-header-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.extended-description .detail-parameters th {
    padding: 10px 10px 10px 32px !important;
}
.extended-description .row-header-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 600;
    color: #222;
}
.extended-description .detail-parameters th > span {
    flex-direction: row !important;    position: relative;
}
.extended-description .detail-parameters .row-header-label .show-tooltip.question-tooltip {
    position: absolute;
    margin: 0;
    left: -25px;
}
.extended-description .detail-parameters td {
    white-space: nowrap;
}
.extended-description table.detail-parameters tr:nth-child(even) {
    background: #fff !important;
}
.extended-description {
        padding-left: 0px;
}
.p-info-wrapper .extended-description tbody {
    display: table;
    width: 100%;
}
.p-info-wrapper .extended-description table.detail-parameters tr {
    border: none;
    border-bottom: 1px solid #e7e8e9;
    display: table-row;
}
.p-info-wrapper .extended-description table.detail-parameters tr:nth-child(n + 9) {display: none;}
.extended-description table.detail-parameters tbody.opened_params tr:nth-child(n + 9) {
    display: table-row;
}
.p-info-wrapper .extended-description .detail-parameters th > span {
    display: unset;
}
.p-info-wrapper .extended-description .detail-parameters th {
    text-align: left;
}
.p-info-wrapper .extended-description table.detail-parameters tr:nth-child(even) {
    background: #f9f9f9 !important;
}

.flag-black-friday {
    background-color: #000 !important;
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    font-size: 0 !important;
    background-image: url(/user/documents/upload/bg_paddle.png);
}
.type-product .flag-black-friday {
    position: absolute;
    left: 0;
    top: 20px;
}
.products-block .flag-black-friday {
    width: 75px;
    height: 75px;
    background-size: contain;
}
@media (max-width:767px) {
.type-product .flag-black-friday {
    width: 75px;
    height: 75px;
    background-size: contain;
}
}
.product-top .flags-default {
    position: relative;
    z-index: 9;
}


@media (max-width: 767px) {
    .mobile_accord + *, .mobile_accord + * + iframe {
        display: none !important;
    }
        .mobile_accord.open + *, .mobile_accord.open + * + iframe {
        display: block !important;
    }
}

.categories ul a {
    font-size: 14px !important;
}
.sidebar .categories .topic > a {
    font-size: 17px;
}
label[for="stock"] {
    color: #32cb00;
}
label[for="dd[]1"] {
    color: #f33030;
}
label[for="dd[]2"] {
    color: #3c78d4;
}
.flag.flag-new {
    background-color: #3c78d4 !important;
}
.filter-section h4 + form fieldset > div:not(.aktivni-filtr) {
    font-size: 14px;
}
.id-688 .box-bg-default .categories a[href="/nafukovaci-paddleboardy/"]:after {display: none !important;}

@media (min-width:992px) {
.desktop.type-product .sidebar {
    background-color: transparent;
    position: absolute;
    z-index: 3;
    top: -10px;
}
.desktop.type-product .content-wrapper-in {position: relative;}
.desktop.type-product .sidebar-inner > div h4 {margin-top:-40px;position: relative;cursor:pointer;}
.desktop.type-product .sidebar-inner > div h4:after {
        content: "\e910";
        font-family: shoptet;
        font-size: 10px;
        transform: rotate(90deg) translateX(-50%);
        position: absolute;
        right: 20px;
        top: 50%;
    }
.desktop.type-product .sidebar #categories,
.desktop.type-product .sidebar > div > div:not(.box-categories) {display:none;}
.desktop.type-product .sidebar h4:hover + #categories,
.desktop.type-product .sidebar:hover #categories {display:block;margin-top: 0px;}
.desktop.type-product .breadcrumbs {padding-left: 315px;}
.desktop.type-product .navigation-home-icon-wrapper:before {left: 340px;}
}

.p-info-wrapper .extended-description .detail-parameters th {
    font-size: 18px;
}
.extended-description .detail-parameters td {
    font-size: 14px;
}
#header_contacts {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
}
#header_contacts > a span {
    font-weight: 700;
    font-size:0;
    display: block;
}
#header_contacts > a span:before {
    font-size:20px;
}
#header_contacts:before {
    content: 'Potřebujete poradit?';
    font-size: 20px;
    font-weight: 800;
}

@media (max-width: 767px) {
#header .project-phone {
 display:none;
}
.mobile_accord {
        margin: 5px 10px 5px;
    }
.extended-description {
    order: -9;
}
.type-product #tab-content {
    display: flex;
    flex-direction: column;
}
.browse-p {
    margin: 0;
}
}
.top-navigation-contacts:before {
    width: 40px;
    height: 40px;
    left:25px;
    border-radius: 100%;
    background-image: url("/user/documents/upload/res/header_image.png");
}








@media (max-width: 767px) {
    .footer-banners {
        flex-direction:column;
    }
    .footer-banners>div {
        width: 100%;
    }
}
.footer-banners {
    margin-top: 50px;
}
.in-index .blog-wrapper {
    gap: 20px;
}
@media (min-width: 768px) {
.in-index .blog-wrapper .news-item,
.in-index.multiple-columns-body .blog-wrapper .news-item,
.in-index.multiple-columns-body.mobile .blog-wrapper .news-item {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }
}
.in-index .news-item .image img {
    max-height: unset;
}
.in-index .news-item .text .title {
    font-weight: 600;
}
#blog_more {
    background: #fff;
}
.extended-description .detail-parameters .row-header-label .show-tooltip.question-tooltip {
    right: -25px;
    top: 3px;
    left: unset;
}
.extended-description .detail-parameters th > span {
    padding-left: 15px;
}
.extended-description .detail-parameters th {
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
}
.detail-parameters tr.typ.pádla th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_typ_padla.svg);
}
.detail-parameters tr.doporučený.věk th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_vek.svg);
}
.detail-parameters tr.materiál.pádla th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_material_padla.svg);
}
.detail-parameters tr.objem.vaku th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_objem_vaku.svg);
}
.detail-parameters tr.počet.dílů th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_pocet_dilu.svg);
}
.detail-parameters tr.rok.výroby th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_rok_vyroby.svg);
}
.detail-parameters tr.tloušťka.neoprenu th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_tloustka_neoprenu.svg);
}
.detail-parameters tr.typ.bot th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_typ_bot.svg);
}
.detail-parameters tr.délka.rukávu th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_delka_rukavu.svg);
}
.detail-parameters tr.nosnost th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_nosnost.svg);
}
.detail-parameters tr.doporučená.váha.jezdce th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_vaha_jezdce.svg);
}
.detail-parameters tr.délka th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_delka.svg);
}
.detail-parameters tr.šířka th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_sirka.svg);
}
.detail-parameters tr.tloušťka th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_tloustka.svg);
}
.detail-parameters tr.váha th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_vaha.svg);
}
.detail-parameters tr.výtlak th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_vytlak.svg);
}
.detail-parameters tr.tlak th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_tlak.svg);
}
.detail-parameters tr.typ.uchycení.ploutve th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_flosna.svg);
}
.detail-parameters tr.konstrukce th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_konstrukce.svg);
}
.detail-parameters tr.barva th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_barva.svg);
}
.detail-parameters tr.doporuceny.pocet.jezdcu th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_pocet_jezdcu.svg);
}
.detail-parameters tr.maximalni.pocet.jezdcu th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_pocet_jezdcu_max.svg);
}
.detail-parameters tr.kajakové.sedátko th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_sedatko.svg);
}
.detail-parameters tr.rozměry th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_delka.svg);
}
.detail-parameters tr.kategorie th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_kategorie.svg);
}
.detail-parameters tr.záruka th:before {
    content: url(/user/documents/upload/res/icons/Icons_param_zaruka.svg);
}
.detail-parameters tr th:before {display: none;}
.extended-description .detail-parameters tr th:before {display:block;}

.filter-section h4 + form fieldset > div:not(.aktivni-filtr) {
    font-size: 13px;
}

.product-top .flags-default {
    z-index: 2;
}
@media (max-width:767px) {
.top-navigation-contacts:before, .top-navigation-contacts > strong {display: none !important;}
.p-detail-info > div {order:2}
.product-top .flags-default {
            order: 1;
        margin-right: 15px;
}
.p-detail .stars-wrapper {
    order: 3;width:100%;padding-top: 7px;
}
.p-detail-info>div+div:before {display: none;}
}
.custom-footer {
    padding-left: 0;
}
    #footer .site-name {
        display: none;
    }

    @media (max-width:991px) {
.param_bars {
    grid-template-columns: 1fr;
}
}
@media (min-width:992px) {
.set_content_with_images:has(:nth-last-child(6)) > div {
    flex: 1;
    min-width: 33%;
    margin-bottom: 20px;
    max-width: 33%;
}
}
.set_content_with_images > div span a,
.set_content_with_images > div span {
    font-size: 14px;
    line-height: 1;
    margin-top: -15px;
    display: block;
    font-weight: 400;
}
.set_content_with_images > div span a:hover {text-decoration:underline;}
.param_measurements > div:nth-child(5) > span:before {
    content: 'Váha';
}
    
.extended-description .detail-parameters tbody,
.extended-description .detail-parameters tbody tr {
display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}
.extended-description .detail-parameters tbody td {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.extended-description table.detail-parameters .mobile_accord {
    width: 100%;
    grid-column: span 2;
    border-top: solid 1px #f1f1f1;
}
.extended-description table.detail-parameters tbody.opened_params tr:nth-child(n + 9) {
    display: grid;
}
.extended-description table.detail-parameters tr.open,
.extended-description table.detail-parameters tr.open ~ tr {display:grid;}
.extended-description .detail-parameters .row-header-label .show-tooltip.question-tooltip {
    top: 0px;
}
@media (min-width:992px) {
.extended-description table.detail-parameters tr:nth-child(4n+2),
.extended-description table.detail-parameters tr:nth-child(4n+3) {
background:#f6f6f6 !important;
}
}
@media (max-width:991px) {
.extended-description .detail-parameters tbody {
    grid-template-columns: 1fr;
}
.extended-description table.detail-parameters .mobile_accord {
    grid-column: span 1;
}
.extended-description table.detail-parameters tr:nth-child(even) {
background:#f6f6f6 !important;
}
}

.extended-description {
    max-width: 1305px;
    margin: 0 auto;
}
#footer .custom-footer__banner43 .contact_widget > h4 + div {
    display: flex;
}

.top-navigation-contacts:before {
    background-image: url("/user/documents/upload/res/header_phone_photo_kolja.png");
}
.extended-description .detail-parameters th > span.has-tooltip {
    width: 100%;
}
.extended-description .detail-parameters .row-header-label .show-tooltip.question-tooltip {
    position: unset;
    float: right;
    order: 9;
    flex: 18px;
    display: block;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    margin-left: auto;
}
@media (max-width: 767px) {
#header_contacts > a span:before {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("/user/documents/upload/cont_icon_phone.svg");
}
#header_contacts a:last-child span:before {
    background-image: url("/user/documents/upload/cont_icon_chat.svg");
}
}

.site-msg.information {
    position: unset;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    opacity: 1;
    padding: 0;
}
.site-msg.information .text {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.site-msg.information .text span {
    padding: 5px 10px;
    text-align: center;
    flex: 1;
    color: #fff;
    font-weight: 600;
}
.site-msg.information .text span a {color: #fff;text-decoration:underline;}
.site-msg .close {display:none;}
.site-msg.information .text span:first-child {background:#222;}
@media (max-width:599px) {
.site-msg.information {
position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
} 
.site-msg.information .text {flex-direction:column;}
}
.site-msg.information .container {
        max-width: 100%;
}
.top-navigation-contacts a > span:after {
    content: "Po-Pá: 10:00-18:00";
}

@media (min-width: 992px) {
    .desktop.type-product .sidebar-inner > div h3.pageElement__heading {
        margin-top: -40px;
    }
}