/* Menu 2 - Statické - rozbalovaci */
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2196f3; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(3,88,147,1); 
}
#base #col-add {
  width:0;
  height:0;
  float:left;
  border:1px solid #ddd;
  box-sizing:border-box;
  margin-top:0px;
  text-align:center;
  border-radius:0;
  margin-right: 0px;
  position:absolute;
  z-index:99999;
  background:#fff;
  overflow:hidden;
  transition:.2s;
  display: block;
}
#base:target #col-add {
  width:20%;
  height: calc(100% - 249px);
  overflow-y: auto;
  overflow-y: scroll;  
  border-radius: 8px;
  margin-top: 50px !important;
}
/*main {
  margin:0 auto;
  width:100%;
  position:relative
}*/
#col-content,
.product_item #col-content {
  width:100% !important;
}

.menu2 > div.clear {
  clear: both;
  line-height: 10px;
  height: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 100%;
  background: white;
  left: -1px;
  position: relative;
}
.menu2 li > a {
  text-transform: uppercase;
  padding: 13px 15px !important;
  line-height: 25px;
  height: auto !important;
  font-size: 11px !important;
  font-weight: normal !important;
  display: block;
  float: none !important;
  color: #000 !important;
  width: 100% !important;
  box-sizing: border-box;
}
.menu2 li > a:hover {
  color: #2196f3 !important;
}
.menu2 li.submenu > a {
  padding: 13px 35px 13px 15px !important;
  position: relative;
}
.menu2 li.submenu > a:after {
  content: "\25bc";
  color: gray;
  display: block;
  position: absolute;
  right: 10px;
  font-size: 14px;
  width: 15px;
  height: 15px;
  top: 13px;
}
.menu2 li > a > em {
  margin-right: 6px;
  font-size: 15px;
  width: 17px;
}
.menu2 li > ul {
  margin-top: 0px;
  background-color: #eee;
  box-shadow: inset 0px 11px 10px -10px #aaa, inset 0px -11px 10px -10px #aaa;
}
.menu2 li > ul > li > a {
  border-bottom: 1px solid #bbb !important;
}
.menu2 li > ul > li > ul {
  margin-top: 0px;
  background-color: #ddd;
  box-shadow: inset 0px 11px 10px -10px #999, inset 0px -11px 10px -10px #999;
}
.menu2 li > ul > li > ul > li > a {
  border-bottom: 1px solid #bbb !important;
}
.menu2 ul {
  display: none;
}
.menu2 ul.opened {
  display: block;
}
#desktopmenu a {
  color: #ffffff !important;
  background: transparent !important;
  text-align: center;
}
#desktopmenu a em {
  font-size: 15px;
  vertical-align: middle;
}
#desktopmenu a em.fa-xmark {
  font-size: 18px;
}
#desktopmenu a span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
.menu2 li > a > em {
  margin-right: 10px;
}
#mobilmenu a {
  color: #2196f3 !important;
  background: none transparent !important;
  text-align: center;
}
#mobilmenu a em {
  font-size: 40px;
  line-height: 50px;
}
#base:target #col-add {
  width:100%;
  /*height:auto;
  overflow-y: visible;*/
  margin-top: 0px !important;
}
}

/* Krytoland - Celý web */
.menusmall #skflag {
  margin-left: 10px;
  padding: 8px 13px;
  position: relative;
}

.menusmall #skflag img {
  vertical-align: middle;
  position: absolute;
  top: 1px;
  3 left: 0px;
}

.dpUrlActions {
  /*display: none;*/
  padding-top: 15px;
  padding-left: 0px;
  float: left;
  margin-left: 34px;
  width: 45%;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .dpUrlActions {
    width: 100%;
    margin-left: 0px;
    padding-left: 10px;
  }
}

.dpUrlActions .dpURLCopylink,
.dpUrlActions .dpURLMaillink {
  display: inline-block;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  /*display: none;*/
  margin-right: 10px;
}

.dpUrlActions .dpURLCopylink:hover,
.dpUrlActions .dpURLMaillink:hover {
  color: #2196f3;
}

.dpUrlActions .dpURLCopylink em,
.dpUrlActions .dpURLMaillink em {
  margin-right: 8px;
}

/*.dpUrlActions .dpURLMaillink {
  display: none;
}*/
.detailImgSlider {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.detailImgSlider>div {
  position: relative;
  display: none;
  float: none !important;
  width: 100% !important;
}

.detailImgSlider>div.active {
  display: block;
}

.detailImgSlider .disVideolink {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.detailImgSlider .disVideolink:hover {
  color: #2196f3;
}

.detailImgSlider .disVideolink em {
  margin-right: 8px;
}

.detailImgSlider a.disPrevImg,
.detailImgSlider a.disNextImg {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #a0a0a0;
  background: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  cursor: default;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

.detailImgSlider a.disPrevImg.hid,
.detailImgSlider a.disNextImg.hid {
  display: none;
}

.detailImgSlider a.disPrevImg:hover,
.detailImgSlider a.disNextImg:hover {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  color: #404040;
  cursor: pointer;
}

.detailImgSlider a.disPrevImg {
  left: 15px;
}

.detailImgSlider a.disNextImg {
  right: 15px;
}

#mobile_basket_block {
  display: none !important;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px 0px gray;
  box-sizing: border-box;
  padding: 0px 10px;
}

#mobile_basket_block form {
  margin: 0px !important;
  width: 100%;
  box-sizing: border-box;
}

#mobile_basket_block dl dd.even {
  padding-left: 0px !important;
}

#mobile_basket_block dl.price-code dd.pv-text.promokod {
  font-size: 20px !important;
}

#mobile_basket_block .zelene {
  padding: 6px 10px !important;
}

#mobile_basket_block dl.item_info {
  margin-bottom: 0px;
}

#mobile_basket_block input[type='submit'] {
  position: absolute;
  top: 10px;
  right: 0px;
  width: auto;
  left: auto;
  font-size: 12px;
  padding: 10px 20px;
  margin-bottom: 0px;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: none;
  width: 40%!important;
  white-space: normal!important;
}

@media only screen and (max-width: 576px) {
  body.mbb #mobile_basket_block {
    display: block !important;
    z-index: 999;
  }

  body.mbb div#smartsupp-widget-container div[data-testid="widgetButtonFrame"] {
    bottom: 120px !important;
  }

  body.mbb div#smartsupp-widget-container div[data-testid="widgetPopupFrame"] {
    bottom: 190px !important;
  }

  body.mbb #col-content dl.price-code dd.pv-text.promokod,
  body.mbb #col-content dl.price-code dd.pricevat,
  body.mbb #col-content dl.item_info dd.pv-text.sklad_info,
  body.mbb #col-content dl.item_info input[type='submit'] {
    display: none !important;
  }

  body.mbb .viewOther {
    border: 1px solid #ddd;
    padding: 16px;
    margin: 0px 10px;
    text-align: left;
  }
}

#item_paging,
.blog #item_paging {
  display: none !important;
}

#item_paging.forceshow {
  display: block !important;
}

#ajaxPaging {
  text-align: center;
  /*display: none;*/
  margin: 20px 0px;
}

.blog #ajaxPaging {
  margin: 30px 0px !important;
}

.homepage .blog #ajaxPaging {
  display: none;
}

#ajaxPaging a.prevLink,
#ajaxPaging a.nextLink {
  border: 2px solid #ddd;
  color: #ddd;
  padding: 5px;
  border-radius: 30px;
  text-decoration: none;
  /* font-weight: bold; */
  font-size: 27px;
  height: 30px;
  line-height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

#ajaxPaging a.prevLink:hover,
#ajaxPaging a.nextLink:hover {
  color: #2196f3;
  border: 2px solid #2196f3;
}

#ajaxPaging a.loadLink {
  display: inline-block;
  margin: 0px 20px;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 5px;
  color: white;
  background: #2196f3;
  background: linear-gradient(90deg, rgba(0, 150, 255, 1) 0%, rgba(3, 88, 147, 1) 100%);
}

#ajaxPaging.loading a.prevLink,
#ajaxPaging.loading a.nextLink {
  display: none;
}

@media only screen and (max-width: 300px) {

  #ajaxPaging a.prevLink,
  #ajaxPaging a.nextLink {
    font-size: 80%;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  #ajaxPaging a.loadLink {
    font-size: 80%;
    margin: 0px 10px;
    padding: 10px 15px;
  }
}

h4.content-widget-inner-203488718-h4 {
  padding: 10px 10px;
  color: white;
  background: rgb(3, 88, 147);
  background: linear-gradient(32deg, rgba(3, 88, 147, 1) 0%, rgba(0, 150, 255, 1) 10%, #eef6ff 30%);
  cursor: pointer;
  clear: both;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left {
  display: inline !important;
  color: white;
  background: #1ba1ff;
  border: 1px solid white;
  border-radius: 0px 5px 5px 0px;
  height: 40px;
  line-height: 40px;
  width: 10px;
  font-size: 12px;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-right {
  display: inline !important;
  color: white;
  background: #1ba1ff;
  border: 1px solid white;
  border-radius: 5px 0px 0px 5px;
  height: 40px;
  line-height: 40px;
  width: 10px;
  font-size: 12px;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left:hover,
.content-widget-inner-203488718 .slick-slider .fa-arrow-right:hover {
  background: rgb(3, 88, 147);
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left.slick-disabled,
.content-widget-inner-203488718 .slick-slider .fa-arrow-right.slick-disabled {
  display: none !important;
}

span.clear {
  clear: both;
  display: block;
}

.slick-list {
  max-width: calc(90vw - 12px);
  padding: 0px !important;
}

.slick-track .product img {
  margin-top: 0px;
}

#foot .sloupek2 .hbatch {
  text-align: center;
}

.viewOther {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.onas.kontakt blockquote p span.content-img.prettyphoto {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.onas.kontakt blockquote p span.bqinfo {
  display: table-cell;
  vertical-align: middle;
}

#speedPreviewBack {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #242424;
  opacity: .3 !important;
  position: fixed;
  z-index: 999998;
}

#speedPreview {
  background: white;
  border-radius: 12px;
  max-width: 990px;
  width: calc(100% - 32px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

#speedPreview a.spClose {
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

#speedPreview a.spClose::before {
  width: 2px;
  height: 20px;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  background-color: #999;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#speedPreview a.spClose::after {
  width: 20px;
  height: 2px;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  background-color: #999;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#speedPreview .spContent .spButton {
  vertical-align: middle;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 15px;
  font-size: 0;
  line-height: 1;
  background: #fff;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  cursor: pointer;
  display: block;
  opacity: .5;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 2;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

#speedPreview .spContent .spButton:hover {
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  opacity: 1;
}

#speedPreview .spContent .spButton.spPrev {
  left: -88px;
}

#speedPreview .spContent .spButton.spPrev::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.361.238a.977.977%200%20011.278%200l7.097%206.377a.755.755%200%20010%201.147.977.977%200%2001-1.278%200L8%201.96%201.542%207.762a.977.977%200%2001-1.277%200%20.755.755%200%20010-1.147L7.36.238z%22%20fill%3D%22%23000%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22matrix(-1%200%200%201%209%200)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#speedPreview .spContent .spButton.spNext {
  right: -88px;
}

#speedPreview .spContent .spButton.spNext::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.361.238a.977.977%200%20011.278%200l7.097%206.377a.755.755%200%20010%201.147.977.977%200%2001-1.278%200L8%201.96%201.542%207.762a.977.977%200%2001-1.277%200%20.755.755%200%20010-1.147L7.36.238z%22%20fill%3D%22%23000%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22matrix(-1%200%200%201%209%200)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1170px) {
  #speedPreview .spContent .spButton.spPrev {
    left: -34px;
  }

  #speedPreview .spContent .spButton.spNext {
    right: -34px;
  }
}

#speedPreview .spContent .spProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap {
  position: relative;
  width: 512px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  /* background-color: rgba(41,43,83,.03);*/
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink em {
  margin-right: 8px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink {
  display: block;
  position: absolute;
  bottom: 11px;
  left: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  /*display: none;*/
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink em {
  margin-right: 8px;
}

#speedPreview .spContent .spProduct .attach {
  position: relative;
  display: none;
  width: 100%;
}

#speedPreview .spContent .spProduct .attach.video {
  width: 100%;
}

#speedPreview .spContent .spProduct .attach.active {
  display: block;
}

#speedPreview .spContent .spProduct .attach div.cocka {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  padding: 10px;
  top: 6px;
  left: 50%;
  cursor: pointer;
  max-width: 550px;
}

#speedPreview .spContent .spProduct .attach a {
  cursor: default;
}

#speedPreview .spContent .spProduct .attach a img {
  width: 100%;
  max-height: 672px;
}

#speedPreview .spContent .spProduct:not(.LOWP).LIKE .attach a:before {
  content: '\f164';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct:not(.LOWP).LIKE .attach a:after {
  content: 'Krytoland odporúča';
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

#speedPreview .spContent .spProduct:not(.LIKE).LOWP .attach a:before {
  content: '\f64d';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: rgb(3, 88, 147);
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct:not(.LIKE).LOWP .attach a:after {
  content: 'Garancia najnižšej ceny';
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: rgb(3, 88, 147);
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

#speedPreview .spContent .spProduct.LIKE.LOWP .attach a:before {
  content: '\f164\A\f64d';
  white-space: pre;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 5px 0px 7px;
  line-height: 26px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct.LIKE.LOWP .attach a:after {
  content: 'Krytoland doporučuje\AGarancia najnižšej ceny';
  white-space: pre;
  display: block;
  position: absolute;
  top: 10px;
  left: 37px;
  color: #ffffff;
  font-size: 11px;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 7px 0px 2px;
  line-height: 26px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

.spImgLoader {
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.spImgLoader .sd-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.spImgLoader .sd-ripple div {
  position: absolute;
  border: 4px solid #2196f3;
  opacity: 1;
  border-radius: 50%;
  animation: sd-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.spImgLoader .sd-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes sd-ripple {
  0% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #a0a0a0;
  background: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  cursor: default;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg.hid,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg.hid {
  display: none;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg:hover,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg:hover {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  color: #404040;
  cursor: pointer;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg {
  left: 15px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg {
  right: 15px;
}

#speedPreview .spContent .spProduct .spProductContent {
  width: 480px;
  height: 672px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  z-index: 1;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 28px 40px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader a.spProductTitle {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #242424;
  border-color: initial;
  font-size: 24px;
  line-height: 32px;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  white-space: break-spaces;
  font-weight: 700;
  margin-bottom: 12px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader a.spProductTitle:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo {
  /*overflow-y: auto;
  scrollbar-color: #d5d5d5 transparent;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px 0 40px;
  padding: 0 18px 0px 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductPriceBlock .spProductPrice {
  font-size: 24px;
  color: #0096ff;
  font-weight: 700;
  vertical-align: baseline;
  display: inline-block;
  text-align: right;
  margin: 0px 20px 0px 0px;
  padding-left: 0px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductPriceBlock .spProductOldPrice {
  color: #808080;
  display: inline-block;
  font-size: 16px;
  margin: 0px;
  text-decoration: line-through;
  vertical-align: baseline;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters {
  overflow-y: auto;
  scrollbar-color: #d5d5d5 transparent;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 16px 0 40px;
  padding: 0 18px 0 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductPws dl.item_info {
  margin-top: 25px;
  margin-bottom: 20px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box {
  padding: 0px 10px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box {
  padding: 15px 0 20px 0px;
  text-align: left;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vntitle {
  display: block;
  font-weight: bold;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda em {
  margin-right: 15px;
  display: inline-block;
  color: #000000;
  width: 20px;
  text-align: center;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda span {
  display: inline-block;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductDeliveryInfo span {
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  display: block;
  margin-top: 15px;
  width: fit-content;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductDeliveryInfo span.nc {
  background: #f8f8fd none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #2196f3;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn {
  display: block;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  background: #009901;
  border-color: #03A9F4;
  border-radius: 7px;
  box-shadow: 0 5px 0 #005d01;
  margin: 30px 0px;
  text-decoration: none;
  text-align: center;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn:hover {
  background: #028102;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn {
  display: block;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  background: #2196f3;
  border-color: #2196f3;
  border-radius: 7px;
  box-shadow: 0 5px 0 #0965af;
  margin: 30px 0px;
  text-decoration: none;
  text-align: center;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn:hover,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn:hover {
  background: #0071cb;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn em,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn em,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn em {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn span,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn span,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn span {
  vertical-align: middle;
}

#speedPreview .spContent .spProduct .spProductContent .spProductDetailButton {
  border-color: initial;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #242424;
  border-color: transparent;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 20px 20px 22px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  z-index: 1;
}

#speedPreview .spContent .spProduct .spProductContent .spProductDetailButton:hover {
  color: #2196f3;
}

body .product .add1[name='add1[119418423]'],
body .product .add1[name='add1[64845235]'],
body .product .add1[name='add1[65296995]'],
body .product .add1[name='add1[75467904]'],
body .product .add1[name='add1[71188566]'],
body .product .add1[name='add1[69705575]'],
body .product .add1[name='add1[71189214]'],
body .product .add1[name='add1[80532427]'],
body .product .add1[name='add1[118567254]'],
body .product .add1[name='add1[119730639]'],
body .product .add1[name='add1[119418853]'],
body .product .add1[name='add1[119491062]'],
body .product .add1[name='add1[119419078]'],
body .product .add1[name='add1[120388442]'],
body .product .add1[name='add1[120415044]'] {
  display: none;
}

body .product .add1[name='add1[178364535]'],
body .product .add1[name='add1[178660561]'] {
  display: none;
}

a.add1a,
a.add1b,
a.add1c {
  display: block;
  text-decoration: none;
  padding: 7px 0px;
  border: 1px solid #2196f3;
  border-radius: 2px;
  top: 467px;
  position: absolute;
  width: 99%;
  background: #fff;
  color: #2196f3;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  right: 0px;
}

a.add1a em,
a.add1b em,
a.add1c em {
  margin-right: 8px;
  font-size: 19px;
}

a.add1a:hover,
a.add1b:hover,
a.add1c:hover {
  background: #2196f3;
  color: #fff;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {

  body .product a.add1a,
  body .product a.add1b,
  body .product a.add1c {
    width: 90%;
    right: 5%;
  }
}

@media only screen and (max-width: 460px) {

  body .product a.add1a,
  body .product a.add1b,
  body .product a.add1c {
    top: 330px !important;
    font-size: 12px;
  }

  body .product a.add1a em,
  body .product a.add1b em,
  body .product a.add1c em {
    font-size: 17px;
  }
}

div.ncpblocker {
  display: block;
  background: transparent;
  font-size: 14px;
  padding: 20px 0px 20px 0px;
  margin-bottom: 30px;
  position: relative;
  margin-top: -86px;
  margin-left: 10px;
  width: 96%;
  cursor: pointer;
  box-shadow: 0 5px 0 transparent;
  border-radius: 7px;
}

.detail_hd_form,
.detail_spurl_form {
  padding: 15px 0 0px 10px;
  text-align: left;
}

.detail_hd_form form,
.detail_spurl_form form {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.detail_hd_form form fieldset,
.detail_spurl_form form fieldset {
  padding: 0px;
  border: 0px none;
}

.detail_hd_form form fieldset div.hd_info,
.detail_spurl_form form fieldset div.hd_info {
  font-style: italic;
  color: #aaa;
  margin-top: 20px;
}

.detail_hd_form form fieldset div.mail_div,
.detail_spurl_form form fieldset div.mail_div {
  margin-bottom: 10px;
}

.detail_hd_form form fieldset div.mail_div input,
.detail_spurl_form form fieldset div.mail_div input {
  padding: 15px;
  font-size: 15px;
  color: black;
  letter-spacing: 1px;
  font-weight: 500;
  border: none;
  box-shadow: 0px 0px 0px 1px #2196f3;
  width: 300px;
}

.detail_hd_form form fieldset div.submit_div,
.detail_spurl_form form fieldset div.submit_div {
  margin-top: 10px;
}

.detail_hd_form form fieldset div.submit_div a,
.detail_spurl_form form fieldset div.submit_div a {
  display: block;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  background: #0096ff;
  border-color: #0096ff;
  border-radius: 7px;
  box-shadow: 0 5px 0 #017fd8;
  text-decoration: none;
  width: auto;
  max-width: 100px;
  text-align: center;
}

.detail_hd_form div.sent,
.detail_spurl_form div.sent {
  color: #2196f3;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.detail_hd_form div.sent em,
.detail_spurl_form div.sent em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  div.ncpblocker {
    margin-top: -125px;
    margin-bottom: 69px;
    margin-left: 5%;
    width: 90%;
  }
}

.item #attachments .main_descr {
  display: block;
  clear: both;
  padding: 20px 10px 0px 10px;
  position: relative;
  float: none;
}

.item #attachments .main_descr h2 {
  line-height: initial;
}

div.banner_soutez_box {
  padding: 0px 10px 20px 10px;
  margin-top: -25px;
  text-align: center;
}

div.banner_soutez_box img {
  max-width: 100%;
}

body.product_item div#col-content #siblings_cont {
  display: block;
  float: left;
  width: 100%;
}

body.product_item div#col-content #siblings_cont #dvloader,
body.product_item div#col-content #siblings_cont #sibling_paging {
  display: none;
}

li.total_price_vat_discount {
  clear: both;
  padding-top: 10px;
}

li.total_price_vat_discount #summary_vat_discount,
li.total_price_vat_discount .currency_discount {
  font-size: 20px;
  text-decoration: line-through;
  font-weight: bold;
  color: gray;
}

#dynamic_descr {
  display: block;
  clear: both;
}

#dynamic_descr div {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 31px;
}

body.group #dynamic_descr div {
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 768px) {
  #dynamic_descr div {
    flex-wrap: wrap;
    justify-content: center;
  }

  #dynamic_descr div p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  #dynamic_descr div p span.floatright {
    margin-left: 0px;
  }

  #dynamic_descr div p span.floatleft {
    margin-right: 0px;
  }

  #dynamic_descr>div:nth-of-type(1),
  #dynamic_descr>div:nth-of-type(3) {
    flex-direction: column-reverse;
  }

}

body.kosik .oo_info {
  padding: 60px 5px 30px;
  text-align: center;
  font-weight: bold;
}

body.kosik.step1 #formBasketStep1.eshop_basket_v2 span.doruc {
  display: block;
  font-weight: 300;
  font-size: 1.17em;
  color: grey;
  padding-bottom: 15px;
}

a.phonetypeget {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 0px 0px 0px;
  padding-left: 0%;
  float: left;
  width: 45%;
  font-size: 16px;
  color: red;
  line-height: 25px;
  vertical-align: middle;
  margin-left: 34px;
  margin-bottom: 10px;
}

.poukaz a.phonetypeget {
  display: none;
}

a.phonetypeget em {
  font-size: 20px;
  line-height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  color: #2196f3;
}

a.phonetypeget:hover {
  text-decoration: underline;
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  a.phonetypeget {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    clear: left;
    margin-left: 0px;
  }
}

a#bgklikleft {
  display: block;
  width: calc((100% - 1230px)/2);
  height: 100%;
  position: fixed;
  cursor: pointer;
  top: 0px;
  left: 0px;
}

a#bgklikright {
  display: block;
  width: calc((100% - 1230px)/2);
  height: 100%;
  position: fixed;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

@media (max-width: 1230px) {

  a#bgklikleft,
  a#bgklikright {
    display: none;
  }
}

.attach-video .description {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.slevadnes {
  background: rgba(0, 0, 0, 0) url("/cimagebank/sleva.png") no-repeat scroll 0 0;
  font-size: 14px;
  padding: 22px 27px 39px 81px;
  position: absolute;
  right: 290px;
  top: 78px;
  width: 148px;
}

#head .doprava {
  background: url("/cimagebank/doprava.png") no-repeat;
  padding-top: 30px;
  padding-left: 81px;
  padding-right: 27px;
  padding-bottom: 39px;
  position: absolute;
  right: 25px;
  top: 78px;
  width: 138px;
  font-size: 14px;
}

.cenapred {
  color: #c65c5c;
  text-decoration: line-through;
}

.cenaprd {
  display: block !important;
  font-size: 21px;
  color: #c65c5c;
  text-decoration: line-through;
  margin-left: 9px;
}

body .product .price {
  bottom: 37px;
  font-size: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  font-size: 17px;
}

.cenapred {
  color: #c65c5c;
  text-decoration: line-through;
  position: absolute;
  bottom: 70px;
  margin-left: -29px;
}

select.pv-txt-select {
  padding: 10px;
  width: 300px;
  margin-top: 10px;
}

.vyber img.active {
  border: 2px solid #dba28c;
  box-sizing: border-box;
}

.vyber img {
  border: 2px solid #fff;
  box-sizing: border-box;
}

select[name*='Varianta'] {
  visibility: hidden;
}

.ukazatel {
  width: 158px;
  display: inline-block;
  height: 28px;
  position: relative;
  vertical-align: middle;
}

.ukazatel>div {
  height: 28px;
  background: #2196f3;
}

.ukazatel>img {
  position: absolute;
  top: 0px;
  z-index: 99;
  height: 30px;
  left: 0px;
}

.psiutulek {
  display: block;
  float: none;
  margin-left: 10px;
  font-size: 14px;
  color: #627955;
  margin-top: 8px;
  margin-bottom: -16px;
}

.add2cart input[size="1"] {
  visibility: hidden;
}

body.product_item .add2cart input[size="1"] {
  visibility: visible;
}

body.product_item .add2cart .eshop_pieces {
  display: inline;
}

body.product_item #containerCount {
  margin-left: 12px;
  margin-bottom: 10px;
  display: none;
}

.add2cart input[size="1"] dt.caranahore,
dt.doprava {
  width: 200px;
}

dl.item_info {
  margin-bottom: 80px;
}

dd.puvodni_cena {
  text-decoration: line-through;
}

.vs_sk_val {
  color: #08ace2;
  font-weight: 600;
  font-size: 18px;
}

.items .promodiscount {
  display: block !important;
  left: 13px;
  position: absolute !important;
  top: 274px !important;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 26px;
  color: white;
  background: #1ba1ff;
  border-radius: 5px;
  border: 1px solid #0096ff;
  font-size: 13px;
  font-weight: bold;
}

header #promocounter {
  display: block;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  width: 284px;
  text-align: center;
  z-index: 999;
  background: black;
  padding: 5px 15px 7px 15px;
  border-radius: 0 0 5px 5px;
}

div#promocounter:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 0px;
  border-bottom: 0px;
  right: -10px;
  top: -3px;
  border-radius: 5px 0px 0px 0px;
  width: 10px;
  height: 10px;
}

div#promocounter:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: 0px;
  border-bottom: 0px;
  left: -10px;
  top: -3px;
  border-radius: 0px 5px 0px 0px;
  width: 10px;
  height: 10px;
}

#aframe-cash {
  width: 1px;
  height: 1px;
  border: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.qtip-bitcoin-price {
  padding: 6px;
  font-size: 14px;
  color: #186680;
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .qtip-bitcoin-price {
    max-width: 260px;
  }

  header #promocounter {
    top: 100px;
    left: 0;
    width: 100%;
    transform: none;
    padding: 5px 0px 7px 0px;
    border-radius: 0px;
  }

  div#promocounter:after,
  div#promocounter:before {
    display: none;
  }

  .ukazatel {
    margin: 0 auto;
  }
}

form#formBasketStep1>h3>strong {
  border-bottom: 1px dashed;
  color: #2196f3;
}

/* ilustracni obrazek - veta detail */
body.vyrezymsg .ilustrobr {
  display: block;
  clear: both;
  padding: 10px 0px;
  font-size: 14px;
  color: #aaa;
}

body.vyrezymsg.poukaz .ilustrobr {
  display: none;
}

/* doprava info - detail produktu*/
.doprava_info_box {
  padding: 15px 10px 0px 10px;
  /* 45 bottom */
  text-align: left;
}

.doprava_info_box .doprava {
  border: 1px solid #ddd;
  padding: 16px 50px 16px 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-size: 15px;
}

.doprava_info_box .doprava.valentyn {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.valentyn b {
  color: #ff0096;
}

.doprava_info_box .doprava.mdz {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.mdz b {
  color: #ff0096;
}

.doprava_info_box .doprava.velik {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.velik b {
  color: #ff0096;
}

.doprava_info_box .doprava.leto {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.leto b {
  color: #ff0096;
}

.doprava_info_box .doprava a.minfo {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  text-decoration: none;
  color: #2196f3;
}

.doprava_info_box .doprava .pobliz a.minfo,
.doprava_info_box .doprava.oodor a.minfo {
  display: inline;
  position: relative;
  top: 0px;
  transform: translateY(0);
  right: 0px;
  text-decoration: none;
  color: #2196f3;
}

body>div.cpost_dp_select_iframe,
.doprava_info_box div.cpost_dp_select_iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 999999999;
  background: white;
  padding: 10px;
  box-shadow: 0px 0px 10px #000000;
  box-sizing: border-box;
}

body>div.cpost_dp_select_iframe>div,
.doprava_info_box div.cpost_dp_select_iframe>div {
  display: block;
  height: 94%;
}

body>div.cpost_dp_select_iframe div.oodiv,
.doprava_info_box div.cpost_dp_select_iframe div.oodiv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

body>div.cpost_dp_select_iframe div.address,
.doprava_info_box div.cpost_dp_select_iframe div.address {
  text-align: left;
  width: 30%;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
}

body>div.cpost_dp_select_iframe div.address div,
.doprava_info_box div.cpost_dp_select_iframe div.address div {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
}

body>div.cpost_dp_select_iframe div.mapdiv,
.doprava_info_box div.cpost_dp_select_iframe div.mapdiv {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 550px) {

  body>div.cpost_dp_select_iframe div.oodiv,
  .doprava_info_box div.cpost_dp_select_iframe div.oodiv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  body>div.cpost_dp_select_iframe div.address,
  .doprava_info_box div.cpost_dp_select_iframe div.address {
    width: 100%;
    height: 18%;
    overflow-y: auto;
  }

  body>div.cpost_dp_select_iframe div.mapdiv,
  .doprava_info_box div.cpost_dp_select_iframe div.mapdiv {
    width: 100%;
    height: 80%;
  }
}

body>div.cpost_dp_select_iframe .dp_sel_title,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title {
  display: block;
  position: relative;
  height: 6%;
}

body>div.cpost_dp_select_iframe .dp_sel_title span,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title span {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

body>div.cpost_dp_select_iframe .dp_sel_title a,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title a {
  position: absolute;
  top: 2px;
  right: 0px;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(246 174 0);
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  background: rgb(246 174 0);
  color: rgb(255 255 255);
  text-decoration: none;
}

body>div.cpost_dp_select_iframe iframe,
.doprava_info_box div.cpost_dp_select_iframe iframe {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.doprava_info_box .doprava em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

.doprava_info_box .doprava.valentyn em {
  color: #df8393;
}

.doprava_info_box .doprava.mdz em {
  color: #df8393;
}

.doprava_info_box .doprava.velik em {
  color: #df8393;
}

.doprava_info_box .doprava.leto em {
  color: #df8393;
}

.doprava_info_box .doprava.info span,
.doprava_info_box .doprava.info em {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.doprava_info_box .doprava.info span {
  width: calc(100% - 35px);
}

.doprava_info_box .doprava.andel img {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  margin-right: 10px;
}

.doprava_info_box .doprava.andel.info span {
  width: calc(100% - 110px);
}

/* vyhody nákupu - detail produktu */
.vyhody_nakupu_box {
  padding: 15px 0 45px 10px;
  text-align: left;
}

.vyhody_nakupu_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.vyhody_nakupu_box>div .vntitle {
  display: block;
  font-weight: bold;
}

.vyhody_nakupu_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

.vyhody_nakupu_box>div .vyhoda em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

.vyhody_nakupu_box>div .vyhoda span,
.vyhody_nakupu_box>div .vyhoda em {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.vyhody_nakupu_box>div .vyhoda span {
  width: calc(100% - 35px);
}

/* radi pomuzeme - detail produktu */
.radi_pomuzeme_box {
  padding: 15px 0 0px 10px;
  text-align: left;
}

.radi_pomuzeme_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.radi_pomuzeme_box>div .vntitle {
  display: block;
  font-weight: bold;
}

.radi_pomuzeme_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

.radi_pomuzeme_box>div .vyhoda a {
  text-decoration: none;
}

.radi_pomuzeme_box>div .vyhoda a:hover {
  text-decoration: underline;
}

.radi_pomuzeme_box>div .vyhoda em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

/* soutez banner */
.soutez_banner {
  display: none;
  text-align: center;
}

body.item.product_item form.add2cart .soutez_banner {
  display: none;
}

@media (min-width: 781px) {

  /* soutez banner */
  #col-add.sb {
    position: relative !important;
  }

  #col-add .soutez_banner {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
  }

  #col-add .soutez_banner a {
    width: auto;
    padding: 0;
    height: auto;
    border: 0;
  }

  #col-add .soutez_banner a img {
    width: 100%;
  }
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {

  /* ilustracni obrazek - veta detail */
  body.vyrezymsg .ilustrobr {
    text-align: center;
  }

  /* presun nadpisu */
  .movedTitle.product_item h1 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .movedTitle.product_item form.add2cart {
    margin-top: 0;
    border-top: 0px none;
  }

  .items .promodiscount {
    top: 135px !important;
    width: 35px;
    height: 22px;
    font-size: 11px;
    line-height: 24px;
  }
}

a.tooltip {
  font-weight: bold;
  color: #2196f3;
  text-decoration: none;
}

.items .pv-text-outer.sklad_info span a.tooltip {
  color: #009901;
}

.items .pv-text-outer.sklad_info span.no a.tooltip {
  color: #d0000e;
}

.ui-tooltip.myTooltip {
  background: black !important;
  font-size: 12px !important;
  height: 10px !important;
  width: 150px !important;
  padding: 10px !important;
  color: #fff !important;
  z-index: 150 !important;
  bottom: 0px !important;
  border: 2px solid white !important;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
  position: absolute !important;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slider .fa-arrow-left {
  display: none !important;
  position: absolute;
  top: 50%;
  padding: 5px;
  background: #ddd;
  border-radius: 20px;
  width:
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-right {
  display: inline !important;
  color: white;
  background: #1ba1ff;
  border: 1px solid white;
  border-radius: 5px 0px 0px 5px;
  height: 40px;
  line-height: 40px;
  width: 10px;
  font-size: 12px;
}

.homepage .t_none {
  width: 100%;
  margin: 0;
}

/* NEW CSS START */

/* Krytoland - Celý web */
.menusmall #skflag {
  margin-left: 10px;
  padding: 8px 13px;
  position: relative;
}

.menusmall #skflag img {
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: 0px;
}

.dpUrlActions {
  /*display: none;*/
  padding-top: 15px;
  padding-left: 0px;
  float: left;
  margin-left: 34px;
  width: 45%;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .dpUrlActions {
    width: 100%;
    margin-left: 0px;
    padding-left: 10px;
  }
}

.dpUrlActions .dpURLCopylink,
.dpUrlActions .dpURLMaillink {
  display: inline-block;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  /*display: none;*/
  margin-right: 10px;
}

.dpUrlActions .dpURLCopylink:hover,
.dpUrlActions .dpURLMaillink:hover {
  color: #2196f3;
}

.dpUrlActions .dpURLCopylink em,
.dpUrlActions .dpURLMaillink em {
  margin-right: 8px;
}

/*.dpUrlActions .dpURLMaillink {
  display: none;
}*/
.detailImgSlider {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.detailImgSlider>div {
  position: relative;
  display: none;
  float: none !important;
  width: 100% !important;
}

.detailImgSlider>div.active {
  display: block;
}

.detailImgSlider .disVideolink {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.detailImgSlider .disVideolink:hover {
  color: #2196f3;
}

.detailImgSlider .disVideolink em {
  margin-right: 8px;
}

.detailImgSlider a.disPrevImg,
.detailImgSlider a.disNextImg {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #a0a0a0;
  background: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  cursor: default;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

.detailImgSlider a.disPrevImg.hid,
.detailImgSlider a.disNextImg.hid {
  display: none;
}

.detailImgSlider a.disPrevImg:hover,
.detailImgSlider a.disNextImg:hover {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  color: #404040;
  cursor: pointer;
}

.detailImgSlider a.disPrevImg {
  left: 15px;
}

.detailImgSlider a.disNextImg {
  right: 15px;
}

#mobile_basket_block {
  display: none !important;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px 0px gray;
  box-sizing: border-box;
  padding: 0px 10px;
}

#mobile_basket_block form {
  margin: 0px !important;
  width: 100%;
  box-sizing: border-box;
}

#mobile_basket_block dl dd.even {
  padding-left: 0px !important;
}

#mobile_basket_block dl.price-code dd.pv-text.promokod {
  font-size: 20px !important;
}

#mobile_basket_block .zelene {
  padding: 6px 10px !important;
}

#mobile_basket_block dl.item_info {
  margin-bottom: 0px;
}

#mobile_basket_block input[type='submit'] {
  position: absolute;
  top: 10px;
  right: 0px;
  width: auto;
  left: auto;
  font-size: 12px;
  padding: 10px 20px;
  margin-bottom: 0px;
  line-height: 20px;
  vertical-align: middle;
  box-shadow: none;
}

@media only screen and (max-width: 576px) {
  body.mbb #mobile_basket_block {
    display: block !important;
    z-index: 999;
  }

  body.mbb div#smartsupp-widget-container div[data-testid="widgetButtonFrame"] {
    bottom: 120px !important;
  }

  body.mbb div#smartsupp-widget-container div[data-testid="widgetPopupFrame"] {
    bottom: 190px !important;
  }

  body.mbb #col-content dl.price-code dd.pv-text.promokod,
  body.mbb #col-content dl.price-code dd.pricevat,
  body.mbb #col-content dl.item_info dd.pv-text.sklad_info,
  body.mbb #col-content dl.item_info input[type='submit'] {
    display: none !important;
  }

  body.mbb .viewOther {
    border: 1px solid #ddd;
    padding: 25px 16px;
    margin: 0px 10px;
    text-align: left;
  }

  .product_item .inner_content h3:first-child{
      margin: 25px 0px;
}
}

#item_paging,
.blog #item_paging {
  display: none !important;
}

#item_paging.forceshow {
  display: block !important;
}

#ajaxPaging {
  text-align: center;
  /*display: none;*/
  margin: 20px 0px;
}

.blog #ajaxPaging {
  margin: 30px 0px !important;
}

.homepage .blog #ajaxPaging {
  display: none;
}

#ajaxPaging a.prevLink,
#ajaxPaging a.nextLink {
  border: 2px solid #ddd;
  color: #ddd;
  padding: 5px;
  border-radius: 30px;
  text-decoration: none;
  /* font-weight: bold; */
  font-size: 27px;
  height: 30px;
  line-height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

#ajaxPaging a.prevLink:hover,
#ajaxPaging a.nextLink:hover {
  color: #2196f3;
  border: 2px solid #2196f3;
}

#ajaxPaging a.loadLink {
  display: inline-block;
  margin: 0px 20px;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 5px;
  color: white;
  background: #2196f3;
  background: linear-gradient(90deg, rgba(0, 150, 255, 1) 0%, rgba(3, 88, 147, 1) 100%);
}

#ajaxPaging.loading a.prevLink,
#ajaxPaging.loading a.nextLink {
  display: none;
}

@media only screen and (max-width: 300px) {

  #ajaxPaging a.prevLink,
  #ajaxPaging a.nextLink {
    font-size: 80%;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  #ajaxPaging a.loadLink {
    font-size: 80%;
    margin: 0px 10px;
    padding: 10px 15px;
  }
}

h4.content-widget-inner-203488718-h4 {
  padding: 10px 10px;
  color: white;
  background: rgb(3, 88, 147);
  background: linear-gradient(32deg, rgba(3, 88, 147, 1) 0%, rgba(0, 150, 255, 1) 10%, #eef6ff 30%);
  cursor: pointer;
  clear: both;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left {
  display: inline !important;
  color: white;
  background: #1ba1ff;
  border: 1px solid white;
  border-radius: 0px 5px 5px 0px;
  height: 40px;
  line-height: 40px;
  width: 10px;
  font-size: 12px;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-right {
  display: inline !important;
  color: white;
  background: #1ba1ff;
  border: 1px solid white;
  border-radius: 5px 0px 0px 5px;
  height: 40px;
  line-height: 40px;
  width: 10px;
  font-size: 12px;
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left:hover,
.content-widget-inner-203488718 .slick-slider .fa-arrow-right:hover {
  background: rgb(3, 88, 147);
}

.content-widget-inner-203488718 .slick-slider .fa-arrow-left.slick-disabled,
.content-widget-inner-203488718 .slick-slider .fa-arrow-right.slick-disabled {
  display: none !important;
}

span.clear {
  clear: both;
  display: block;
}

.slick-list {
  max-width: calc(90vw - 12px);
  padding: 0px !important;
}

.slick-track .product img {
  margin-top: 0px;
}

#foot .sloupek2 .hbatch {
  text-align: center;
}

.viewOther {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.onas.kontakt blockquote p span.content-img.prettyphoto {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.onas.kontakt blockquote p span.bqinfo {
  display: table-cell;
  vertical-align: middle;
}

#speedPreviewBack {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #242424;
  opacity: .3 !important;
  position: fixed;
  z-index: 999998;
}

#speedPreview {
  background: white;
  border-radius: 12px;
  max-width: 990px;
  width: calc(100% - 32px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

#speedPreview a.spClose {
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

#speedPreview a.spClose::before {
  width: 2px;
  height: 20px;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  background-color: #999;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#speedPreview a.spClose::after {
  width: 20px;
  height: 2px;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  background-color: #999;
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#speedPreview .spContent .spButton {
  vertical-align: middle;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 15px;
  font-size: 0;
  line-height: 1;
  background: #fff;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  cursor: pointer;
  display: block;
  opacity: .5;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 2;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

#speedPreview .spContent .spButton:hover {
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  opacity: 1;
}

#speedPreview .spContent .spButton.spPrev {
  left: -88px;
}

#speedPreview .spContent .spButton.spPrev::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.361.238a.977.977%200%20011.278%200l7.097%206.377a.755.755%200%20010%201.147.977.977%200%2001-1.278%200L8%201.96%201.542%207.762a.977.977%200%2001-1.277%200%20.755.755%200%20010-1.147L7.36.238z%22%20fill%3D%22%23000%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22matrix(-1%200%200%201%209%200)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#speedPreview .spContent .spButton.spNext {
  right: -88px;
}

#speedPreview .spContent .spButton.spNext::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.361.238a.977.977%200%20011.278%200l7.097%206.377a.755.755%200%20010%201.147.977.977%200%2001-1.278%200L8%201.96%201.542%207.762a.977.977%200%2001-1.277%200%20.755.755%200%20010-1.147L7.36.238z%22%20fill%3D%22%23000%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22matrix(-1%200%200%201%209%200)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1170px) {
  #speedPreview .spContent .spButton.spPrev {
    left: -34px;
  }

  #speedPreview .spContent .spButton.spNext {
    right: -34px;
  }
}

#speedPreview .spContent .spProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap {
  position: relative;
  width: 512px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  /* background-color: rgba(41,43,83,.03);*/
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spVideolink em {
  margin-right: 8px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink {
  display: block;
  position: absolute;
  bottom: 11px;
  left: 15px;
  background: white;
  color: #404040;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
  font-size: 14px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  /*display: none;*/
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductSliderWrap .spURLCopylink em {
  margin-right: 8px;
}

#speedPreview .spContent .spProduct .attach {
  position: relative;
  display: none;
  width: 100%;
}

#speedPreview .spContent .spProduct .attach.video {
  width: 100%;
}

#speedPreview .spContent .spProduct .attach.active {
  display: block;
}

#speedPreview .spContent .spProduct .attach div.cocka {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  padding: 10px;
  top: 6px;
  left: 50%;
  cursor: pointer;
  max-width: 550px;
}

#speedPreview .spContent .spProduct .attach a {
  cursor: default;
}

#speedPreview .spContent .spProduct .attach a img {
  width: 100%;
  max-height: 672px;
}

#speedPreview .spContent .spProduct:not(.LOWP).LIKE .attach a:before {
  content: '\f164';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct:not(.LOWP).LIKE .attach a:after {
  content: 'Krytoland doporučuje';
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

#speedPreview .spContent .spProduct:not(.LIKE).LOWP .attach a:before {
  content: '\f64d';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: rgb(3, 88, 147);
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct:not(.LIKE).LOWP .attach a:after {
  content: 'Garancia najnižšej ceny';
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: rgb(3, 88, 147);
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

#speedPreview .spContent .spProduct.LIKE.LOWP .attach a:before {
  content: '\f164\A\f64d';
  white-space: pre;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 5px 0px 7px;
  line-height: 26px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

#speedPreview .spContent .spProduct.LIKE.LOWP .attach a:after {
  content: 'Krytoland doporučuje\AGarancia najnižšej ceny';
  white-space: pre;
  display: block;
  position: absolute;
  top: 10px;
  left: 37px;
  color: #ffffff;
  font-size: 11px;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 7px 0px 2px;
  line-height: 26px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

.spImgLoader {
  display: none;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.spImgLoader .sd-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.spImgLoader .sd-ripple div {
  position: absolute;
  border: 4px solid #2196f3;
  opacity: 1;
  border-radius: 50%;
  animation: sd-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.spImgLoader .sd-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes sd-ripple {
  0% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #a0a0a0;
  background: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  cursor: default;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg.hid,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg.hid {
  display: none;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg:hover,
#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg:hover {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  color: #404040;
  cursor: pointer;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spPrevImg {
  left: 15px;
}

#speedPreview .spContent .spProduct .spProductSliderWrap a.spNextImg {
  right: 15px;
}

#speedPreview .spContent .spProduct .spProductContent {
  width: 480px;
  height: 672px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  z-index: 1;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 28px 40px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader a.spProductTitle {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #242424;
  border-color: initial;
  font-size: 24px;
  line-height: 32px;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  white-space: break-spaces;
  font-weight: 700;
  margin-bottom: 12px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductHeader a.spProductTitle:hover {
  color: #2196f3;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo {
  /*overflow-y: auto;
  scrollbar-color: #d5d5d5 transparent;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px 0 40px;
  padding: 0 18px 0px 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductPriceBlock .spProductPrice {
  font-size: 24px;
  color: #0096ff;
  font-weight: 700;
  vertical-align: baseline;
  display: inline-block;
  text-align: right;
  margin: 0px 20px 0px 0px;
  padding-left: 0px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductPriceBlock .spProductOldPrice {
  color: #808080;
  display: inline-block;
  font-size: 16px;
  margin: 0px;
  text-decoration: line-through;
  vertical-align: baseline;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters {
  overflow-y: auto;
  scrollbar-color: #d5d5d5 transparent;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 16px 0 40px;
  padding: 0 18px 0 0;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductPws dl.item_info {
  margin-top: 25px;
  margin-bottom: 20px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box {
  padding: 0px 10px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box {
  padding: 15px 0 20px 0px;
  text-align: left;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vntitle {
  display: block;
  font-weight: bold;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda em {
  margin-right: 15px;
  display: inline-block;
  color: #000000;
  width: 20px;
  text-align: center;
}

#speedPreview .spContent .spProduct .spProductContent .spProductParameters .spProductDelivery .doprava_info_box .proc_premium_box>div .vyhoda span {
  display: inline-block;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductDeliveryInfo span {
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  display: block;
  margin-top: 15px;
  width: fit-content;
}

#speedPreview .spContent .spProduct .spProductContent .spProductInfo .spProductDeliveryInfo span.nc {
  background: #f8f8fd none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #2196f3;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn {
  display: block;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  background: #009901;
  border-color: #03A9F4;
  border-radius: 7px;
  box-shadow: 0 5px 0 #005d01;
  margin: 30px 0px;
  text-decoration: none;
  text-align: center;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn:hover {
  background: #028102;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn {
  display: block;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  background: #2196f3;
  border-color: #2196f3;
  border-radius: 7px;
  box-shadow: 0 5px 0 #0965af;
  margin: 30px 0px;
  text-decoration: none;
  text-align: center;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn:hover,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn:hover {
  background: #0071cb;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn em,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn em,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn em {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
}

#speedPreview .spContent .spProductContent .spProductOrder a.spProductBasketBtn span,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductManageBtn span,
#speedPreview .spContent .spProductContent .spProductOrder a.spProductToChciBtn span {
  vertical-align: middle;
}

#speedPreview .spContent .spProduct .spProductContent .spProductDetailButton {
  border-color: initial;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #242424;
  border-color: transparent;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 20px 20px 22px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  z-index: 1;
}

#speedPreview .spContent .spProduct .spProductContent .spProductDetailButton:hover {
  color: #2196f3;
}

body .product .add1[name='add1[119418423]'],
body .product .add1[name='add1[64845235]'],
body .product .add1[name='add1[65296995]'],
body .product .add1[name='add1[75467904]'],
body .product .add1[name='add1[71188566]'],
body .product .add1[name='add1[69705575]'],
body .product .add1[name='add1[71189214]'],
body .product .add1[name='add1[80532427]'],
body .product .add1[name='add1[118567254]'],
body .product .add1[name='add1[119730639]'],
body .product .add1[name='add1[119418853]'],
body .product .add1[name='add1[119491062]'],
body .product .add1[name='add1[119419078]'],
body .product .add1[name='add1[120388442]'],
body .product .add1[name='add1[120415044]'] {
  display: none;
}

body .product .add1[name='add1[178364535]'],
body .product .add1[name='add1[178660561]'] {
  display: none;
}

a.add1a,
a.add1b,
a.add1c {
  display: block;
  text-decoration: none;
  padding: 7px 0px;
  border: 1px solid #2196f3;
  border-radius: 2px;
  top: 467px;
  position: absolute;
  width: 99%;
  background: #fff;
  color: #2196f3;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  right: 0px;
}

a.add1a em,
a.add1b em,
a.add1c em {
  margin-right: 8px;
  font-size: 19px;
}

a.add1a:hover,
a.add1b:hover,
a.add1c:hover {
  background: #2196f3;
  color: #fff;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {

  body .product a.add1a,
  body .product a.add1b,
  body .product a.add1c {
    width: 90%;
    right: 5%;
  }
}

@media only screen and (max-width: 460px) {

  body .product a.add1a,
  body .product a.add1b,
  body .product a.add1c {
    top: 330px !important;
    font-size: 12px;
  }

  body .product a.add1a em,
  body .product a.add1b em,
  body .product a.add1c em {
    font-size: 17px;
  }
}

div.ncpblocker {
  display: block;
  background: transparent;
  font-size: 14px;
  padding: 20px 0px 20px 0px;
  margin-bottom: 30px;
  position: relative;
  margin-top: -86px;
  margin-left: 10px;
  width: 96%;
  cursor: pointer;
  box-shadow: 0 5px 0 transparent;
  border-radius: 7px;
}

.detail_hd_form,
.detail_spurl_form {
  padding: 15px 0 0px 10px;
  text-align: left;
}

.detail_hd_form form,
.detail_spurl_form form {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.detail_hd_form form fieldset,
.detail_spurl_form form fieldset {
  padding: 0px;
  border: 0px none;
}

.detail_hd_form form fieldset div.hd_info,
.detail_spurl_form form fieldset div.hd_info {
  font-style: italic;
  color: #aaa;
  margin-top: 20px;
}

.detail_hd_form form fieldset div.mail_div,
.detail_spurl_form form fieldset div.mail_div {
  margin-bottom: 10px;
}

.detail_hd_form form fieldset div.mail_div input,
.detail_spurl_form form fieldset div.mail_div input {
  padding: 15px;
  font-size: 15px;
  color: black;
  letter-spacing: 1px;
  font-weight: 500;
  border: none;
  box-shadow: 0px 0px 0px 1px #2196f3;
  width: 300px;
}

.detail_hd_form form fieldset div.submit_div,
.detail_spurl_form form fieldset div.submit_div {
  margin-top: 10px;
}

.detail_hd_form form fieldset div.submit_div a,
.detail_spurl_form form fieldset div.submit_div a {
  display: block;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  background: #0096ff;
  border-color: #0096ff;
  border-radius: 7px;
  box-shadow: 0 5px 0 #017fd8;
  text-decoration: none;
  width: auto;
  max-width: 100px;
  text-align: center;
}

.detail_hd_form div.sent,
.detail_spurl_form div.sent {
  color: #2196f3;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.detail_hd_form div.sent em,
.detail_spurl_form div.sent em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  div.ncpblocker {
    margin-top: -125px;
    margin-bottom: 69px;
    margin-left: 5%;
    width: 90%;
  }
}

.item #attachments .main_descr {
  display: block;
  clear: both;
  padding: 20px 10px 0px 10px;
  position: relative;
  float: none;
}

.item #attachments .main_descr h2 {
  line-height: initial;
}

div.banner_soutez_box {
  padding: 0px 10px 20px 10px;
  margin-top: -25px;
  text-align: center;
}

div.banner_soutez_box img {
  max-width: 100%;
}

body.product_item div#col-content #siblings_cont {
  display: block;
  float: left;
  width: 100%;
}

body.product_item div#col-content #siblings_cont #dvloader,
body.product_item div#col-content #siblings_cont #sibling_paging {
  display: none;
}

li.total_price_vat_discount {
  clear: both;
  padding-top: 10px;
}

li.total_price_vat_discount #summary_vat_discount,
li.total_price_vat_discount .currency_discount {
  font-size: 20px;
  text-decoration: line-through;
  font-weight: bold;
  color: gray;
}

#dynamic_descr {
  display: block;
  clear: both;
}

#dynamic_descr div {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 31px;
}

body.group #dynamic_descr div {
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 768px) {
  #dynamic_descr div {
    flex-wrap: wrap;
    justify-content: center;
  }

  #dynamic_descr div p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  #dynamic_descr div p span.floatright {
    margin-left: 0px;
  }

  #dynamic_descr div p span.floatleft {
    margin-right: 0px;
  }

  #dynamic_descr>div:nth-of-type(1),
  #dynamic_descr>div:nth-of-type(3) {
    flex-direction: column-reverse;
  }

}

body.kosik .oo_info {
  padding: 60px 5px 30px;
  text-align: center;
  font-weight: bold;
}

body.kosik.step1 #formBasketStep1.eshop_basket_v2 span.doruc {
  display: block;
  font-weight: 300;
  font-size: 1.17em;
  color: grey;
  padding-bottom: 15px;
}

a.phonetypeget {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 0px 0px 0px;
  padding-left: 0%;
  float: left;
  width: 45%;
  font-size: 16px;
  color: red;
  line-height: 25px;
  vertical-align: middle;
  margin-left: 34px;
  margin-bottom: 10px;
}

.poukaz a.phonetypeget {
  display: none;
}

a.phonetypeget em {
  font-size: 20px;
  line-height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  color: #2196f3;
}

a.phonetypeget:hover {
  text-decoration: underline;
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  a.phonetypeget {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    clear: left;
    margin-left: 0px;
  }
}

a#bgklikleft {
  display: block;
  width: calc((100% - 1230px)/2);
  height: 100%;
  position: fixed;
  cursor: pointer;
  top: 0px;
  left: 0px;
}

a#bgklikright {
  display: block;
  width: calc((100% - 1230px)/2);
  height: 100%;
  position: fixed;
  cursor: pointer;
  top: 0px;
  right: 0px;
}

@media (max-width: 1230px) {

  a#bgklikleft,
  a#bgklikright {
    display: none;
  }
}

.attach-video .description {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.slevadnes {
  background: rgba(0, 0, 0, 0) url("/cimagebank/sleva.png") no-repeat scroll 0 0;
  font-size: 14px;
  padding: 22px 27px 39px 81px;
  position: absolute;
  right: 290px;
  top: 78px;
  width: 148px;
}

#head .doprava {
  background: url("/cimagebank/doprava.png") no-repeat;
  padding-top: 30px;
  padding-left: 81px;
  padding-right: 27px;
  padding-bottom: 39px;
  position: absolute;
  right: 25px;
  top: 78px;
  width: 138px;
  font-size: 14px;
}

.cenapred {
  color: #c65c5c;
  text-decoration: line-through;
}

.cenaprd {
  display: block !important;
  font-size: 21px;
  color: #c65c5c;
  text-decoration: line-through;
  margin-left: 9px;
}

body .product .price {
  bottom: 37px;
  font-size: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  font-size: 17px;
}

.cenapred {
  color: #c65c5c;
  text-decoration: line-through;
  position: absolute;
  bottom: 70px;
  margin-left: -29px;
}

select.pv-txt-select {
  padding: 10px;
  width: 300px;
  margin-top: 10px;
}

.vyber img.active {
  border: 2px solid #dba28c;
  box-sizing: border-box;
}

.vyber img {
  border: 2px solid #fff;
  box-sizing: border-box;
}

select[name*='Varianta'] {
  visibility: hidden;
}

.ukazatel {
  width: 158px;
  display: inline-block;
  height: 28px;
  position: relative;
  vertical-align: middle;
}

.ukazatel>div {
  height: 28px;
  background: #2196f3;
}

.ukazatel>img {
  position: absolute;
  top: 0px;
  z-index: 99;
  height: 30px;
  left: 0px;
}

.psiutulek {
  display: block;
  float: none;
  margin-left: 10px;
  font-size: 14px;
  color: #627955;
  margin-top: 8px;
  margin-bottom: -16px;
}

.add2cart input[size="1"] {
  visibility: hidden;
}

body.product_item .add2cart input[size="1"] {
  visibility: visible;
}

body.product_item .add2cart .eshop_pieces {
  display: inline;
}

body.product_item #containerCount {
  margin-left: 12px;
  margin-bottom: 10px;
  display: none;
}

.add2cart input[size="1"] dt.caranahore,
dt.doprava {
  width: 200px;
}

dl.item_info {
  margin-bottom: 80px;
}

dd.puvodni_cena {
  text-decoration: line-through;
}

.vs_sk_val {
  color: #08ace2;
  font-weight: 600;
  font-size: 18px;
}

.items .promodiscount {
  display: block !important;
  left: 13px;
  position: absolute !important;
  top: 274px !important;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 26px;
  color: white;
  background: #1ba1ff;
  border-radius: 5px;
  border: 1px solid #0096ff;
  font-size: 13px;
  font-weight: bold;
}

header #promocounter {
  display: block;
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  width: 284px;
  text-align: center;
  z-index: 999;
  background: black;
  padding: 5px 15px 7px 15px;
  border-radius: 0 0 5px 5px;
}

div#promocounter:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 0px;
  border-bottom: 0px;
  right: -10px;
  top: -3px;
  border-radius: 5px 0px 0px 0px;
  width: 10px;
  height: 10px;
}

div#promocounter:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: 0px;
  border-bottom: 0px;
  left: -10px;
  top: -3px;
  border-radius: 0px 5px 0px 0px;
  width: 10px;
  height: 10px;
}

#aframe-cash {
  width: 1px;
  height: 1px;
  border: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.qtip-bitcoin-price {
  padding: 6px;
  font-size: 14px;
  color: #186680;
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .qtip-bitcoin-price {
    max-width: 260px;
  }

  header #promocounter {
    top: 100px;
    left: 0;
    width: 100%;
    transform: none;
    padding: 5px 0px 7px 0px;
    border-radius: 0px;
  }

  div#promocounter:after,
  div#promocounter:before {
    display: none;
  }

  .ukazatel {
    margin: 0 auto;
  }
}

form#formBasketStep1>h3>strong {
  border-bottom: 1px dashed;
  color: #2196f3;
}

/* ilustracni obrazek - veta detail */
body.vyrezymsg .ilustrobr {
  display: block;
  clear: both;
  padding: 10px 0px;
  font-size: 14px;
  color: #aaa;
}

body.vyrezymsg.poukaz .ilustrobr {
  display: none;
}

/* doprava info - detail produktu*/
.doprava_info_box {
  padding: 15px 10px 0px 10px;
  /* 45 bottom */
  text-align: left;
}

.doprava_info_box .doprava {
  border: 1px solid #ddd;
  padding: 16px 50px 16px 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-size: 15px;
}

.doprava_info_box .doprava.valentyn {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.valentyn b {
  color: #ff0096;
}

.doprava_info_box .doprava.mdz {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.mdz b {
  color: #ff0096;
}

.doprava_info_box .doprava.velik {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.velik b {
  color: #ff0096;
}

.doprava_info_box .doprava.leto {
  border: 1px solid #ff0096;
}

.doprava_info_box .doprava.leto b {
  color: #ff0096;
}

.doprava_info_box .doprava a.minfo {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  text-decoration: none;
  color: #2196f3;
}

.doprava_info_box .doprava .pobliz a.minfo,
.doprava_info_box .doprava.oodor a.minfo {
  display: inline;
  position: relative;
  top: 0px;
  transform: translateY(0);
  right: 0px;
  text-decoration: none;
  color: #2196f3;
}

body>div.cpost_dp_select_iframe,
.doprava_info_box div.cpost_dp_select_iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  z-index: 999999999;
  background: white;
  padding: 10px;
  box-shadow: 0px 0px 10px #000000;
  box-sizing: border-box;
}

body>div.cpost_dp_select_iframe>div,
.doprava_info_box div.cpost_dp_select_iframe>div {
  display: block;
  height: 94%;
}

body>div.cpost_dp_select_iframe div.oodiv,
.doprava_info_box div.cpost_dp_select_iframe div.oodiv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

body>div.cpost_dp_select_iframe div.address,
.doprava_info_box div.cpost_dp_select_iframe div.address {
  text-align: left;
  width: 30%;
  padding: 0px 10px 20px 10px;
  box-sizing: border-box;
}

body>div.cpost_dp_select_iframe div.address div,
.doprava_info_box div.cpost_dp_select_iframe div.address div {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
}

body>div.cpost_dp_select_iframe div.mapdiv,
.doprava_info_box div.cpost_dp_select_iframe div.mapdiv {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
}

@media (max-width: 550px) {

  body>div.cpost_dp_select_iframe div.oodiv,
  .doprava_info_box div.cpost_dp_select_iframe div.oodiv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  body>div.cpost_dp_select_iframe div.address,
  .doprava_info_box div.cpost_dp_select_iframe div.address {
    width: 100%;
    height: 18%;
    overflow-y: auto;
  }

  body>div.cpost_dp_select_iframe div.mapdiv,
  .doprava_info_box div.cpost_dp_select_iframe div.mapdiv {
    width: 100%;
    height: 80%;
  }
}

body>div.cpost_dp_select_iframe .dp_sel_title,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title {
  display: block;
  position: relative;
  height: 6%;
}

body>div.cpost_dp_select_iframe .dp_sel_title span,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title span {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

body>div.cpost_dp_select_iframe .dp_sel_title a,
.doprava_info_box div.cpost_dp_select_iframe .dp_sel_title a {
  position: absolute;
  top: 2px;
  right: 0px;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(246 174 0);
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  background: rgb(246 174 0);
  color: rgb(255 255 255);
  text-decoration: none;
}

body>div.cpost_dp_select_iframe iframe,
.doprava_info_box div.cpost_dp_select_iframe iframe {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.doprava_info_box .doprava em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

.doprava_info_box .doprava.valentyn em {
  color: #df8393;
}

.doprava_info_box .doprava.mdz em {
  color: #df8393;
}

.doprava_info_box .doprava.velik em {
  color: #df8393;
}

.doprava_info_box .doprava.leto em {
  color: #df8393;
}

.doprava_info_box .doprava.info span,
.doprava_info_box .doprava.info em {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.doprava_info_box .doprava.info span {
  width: calc(100% - 35px);
}

.doprava_info_box .doprava.andel img {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  margin-right: 10px;
}

.doprava_info_box .doprava.andel.info span {
  width: calc(100% - 110px);
}

/* vyhody nákupu - detail produktu */
.vyhody_nakupu_box {
  padding: 15px 0 45px 10px;
  text-align: left;
}

.vyhody_nakupu_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.vyhody_nakupu_box>div .vntitle {
  display: block;
  font-weight: bold;
}

.vyhody_nakupu_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

.vyhody_nakupu_box>div .vyhoda em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

.vyhody_nakupu_box>div .vyhoda span,
.vyhody_nakupu_box>div .vyhoda em {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.vyhody_nakupu_box>div .vyhoda span {
  width: calc(100% - 35px);
}

/* radi pomuzeme - detail produktu */
.radi_pomuzeme_box {
  padding: 15px 0 0px 10px;
  text-align: left;
}

.radi_pomuzeme_box>div {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}

.radi_pomuzeme_box>div .vntitle {
  display: block;
  font-weight: bold;
}

.radi_pomuzeme_box>div .vyhoda {
  display: block;
  padding: 10px 0px 0px 0px;
  font-size: 15px;
}

.radi_pomuzeme_box>div .vyhoda a {
  text-decoration: none;
}

.radi_pomuzeme_box>div .vyhoda a:hover {
  text-decoration: underline;
}

.radi_pomuzeme_box>div .vyhoda em {
  margin-right: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
}

/* soutez banner */
.soutez_banner {
  display: none;
  text-align: center;
}

body.item.product_item form.add2cart .soutez_banner {
  display: none;
}

@media (min-width: 781px) {

  /* soutez banner */
  #col-add.sb {
    position: relative !important;
  }

  #col-add .soutez_banner {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 10px;
  }

  #col-add .soutez_banner a {
    width: auto;
    padding: 0;
    height: auto;
    border: 0;
  }

  #col-add .soutez_banner a img {
    width: 100%;
  }
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {

  /* ilustracni obrazek - veta detail */
  body.vyrezymsg .ilustrobr {
    text-align: center;
  }

  /* presun nadpisu */
  .movedTitle.product_item h1 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .movedTitle.product_item form.add2cart {
    margin-top: 0;
    border-top: 0px none;
  }

  .items .promodiscount {
    top: 135px !important;
    width: 35px;
    height: 22px;
    font-size: 11px;
    line-height: 24px;
  }
}

a.tooltip {
  font-weight: bold;
  color: #2196f3;
  text-decoration: none;
}

.items .pv-text-outer.sklad_info span a.tooltip {
  color: #009901;
}

.items .pv-text-outer.sklad_info span.no a.tooltip {
  color: #d0000e;
}

.ui-tooltip.myTooltip {
  background: black !important;
  font-size: 12px !important;
  height: 10px !important;
  width: 150px !important;
  padding: 10px !important;
  color: #fff !important;
  z-index: 150 !important;
  bottom: 0px !important;
  border: 2px solid white !important;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
  position: absolute !important;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-slider .fa-arrow-left {
  display: none !important;
  position: absolute;
  top: 50%;
  padding: 5px;
  background: #ddd;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  z-index: 9999;
  cursor: pointer;
}

.slick-slider .fa-arrow-right {
  display: none !important;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 5px;
  background: #ddd;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  z-index: 9999;
  cursor: pointer;
}

.slick-slider:hover .fa-arrow-left,
.slick-slider:hover .fa-arrow-right {
  display: block !important;
}

@media only screen and (min-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .content-widget-inner-203488718 .product.slick-slide {
    max-width: initial;
  }
}

@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {

  .slick-slider:hover .fa-arrow-left,
  .slick-slider:hover .fa-arrow-right {
    display: none !important;
  }

  .slick-list {
    max-width: calc(100vw - 12px);
    padding: 0px !important;
  }

  .content-widget-inner-203488718 .product.slick-slide {
    max-width: initial;
  }

  h4.content-widget-inner-203488718-h4 {
    padding: 10px 10px;
    color: white;
    background: rgb(3, 88, 147);
    background: linear-gradient(32deg, rgba(3, 88, 147, 1) 0%, rgba(0, 150, 255, 1) 30%, #eef6ff 70%);
  }
}

@media only screen and (max-width: 576px) {
  .slick-list {
    max-width: calc(100vw - 12px);
    padding: 0px !important;
  }

  .blog #banner {
    width: 100% !important
  }
}

/* dots */
ul[role='tablist'] {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0%;
  /*transform: translateX(-50%);*/
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  text-align: center;
}

ul[role='tablist'] li {
  display: inline-block;
  margin: 0 5px;
}

ul[role='tablist'] li button {
  border-radius: 10px;
  width: 10px;
  height: 12px;
  background: #ddd;
  border: 0px none;
  color: #ddd;
  font-size: 1px;
  line-height: 1px;
  display: inline-block;
}

ul[role='tablist'] li:hover button {
  color: #2196f3;
  background: #2196f3;
}

ul[role='tablist'] li.slick-active button {
  border-radius: 15px;
  width: 15px;
  height: 15px;
  color: #2196f3;
  background: #2196f3;
}


body .groups .groups_inner>div.breaker {
  border: 0;
  width: 100%;
}

/* Heureka In Item Detail  START*/

.product_item #heurekaRecenze,
.product_item #googleRecenze {
  display: flex;
  justify-content: center;
  gap: 30px;
}


.product_item #heurekaRecenze h2 {
  text-align: center;
  color: #333;
}

.product_item #heurekaRecenze ul {
  list-style-type: none;
  padding: 0;

}

.product_item #heurekaRecenze li h3 {
  margin: 0;
  color: #007bff;
}

.product_item #heurekaRecenze li p {
  margin: 5px 0;
  color: #555;
}

.product_item #heurekaRecenze ul,
.product_item #googleRecenze .review {
  padding: 1.875rem 2vw;
  width: 33%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
  padding: 28px 28px 24px;
  border-radius: 16px;
}

.product_item #heurekaRecenze .recomendation {
  margin-top: 20px;
}

.product_item #heurekaRecenze .summary,
.product_item #heurekaRecenze .pros {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_item #heurekaRecenze .pros:before {
  content: "+";
  /* Ensure the pseudo-element is rendered */
  display: flex;
  /* Use Flexbox for alignment */
  align-items: center;
  /* Center content vertically */
  justify-content: center;
  /* Center content horizontally */
  width: 16px;
  /* Adjust size as needed */
  height: 16px;
  /* Adjust size as needed */
  background-image: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path fill="%23008F34" d="M16.059 8.059H9.941V1.941a.94.94 0 1 0-1.882 0v6.118H1.941a.94.94 0 1 0 0 1.882h6.118v6.118a.94.94 0 1 0 1.882 0V9.941h6.118a.94.94 0 1 0 0-1.882z"/></svg>);
  background-size: contain;
  /* Ensure the icon scales correctly */
  background-repeat: no-repeat;
  /* Prevent repeating the background image */
  background-position: center;
  /* Center the icon within the pseudo-element */

  background-color: #d7ffe6;
  /* Background color */
  border-radius: 50%;
  /* Make the background circular */
}

.product_item #heurekaRecenze li {
  display: flex;
  /* Use Flexbox for layout */
  align-items: center;
  gap: 8px;
}

.product_item #heurekaRecenze li:not(.user-name) {
  padding-left: 3.3rem;
}

.product_item #heurekaRecenze .wrapper {
  display: flex;
}

@media screen and (max-width: 992px) {

  .product_item #heurekaRecenze,
  .product_item #googleRecenze {
    display: block;
  }

  .product_item #heurekaRecenze ul:nth-of-type(3),
  #heurekaRecenze ul:nth-of-type(4) {
    display: none;
  }

  #heurekaRecenze {
    margin-top: 50px !important;
  }

  .product_item #heurekaRecenze ul,
  #googleRecenze .review {
    width: 80% !important;
    margin-left: 10px;
  }


}

@media screen and (max-width: 576px) {
  .product_item #heurekaRecenze li {
    align-items: baseline;
  }

  #googleRecenze .review-date {
    font-size: 12px !important;
    padding-right: 2px;
    margin-right: 5px;
  }

  #googleRecenze .review {
    margin-top: 15px;
  }

  #googleRecenze .review:nth-last-of-type(-n+2) {
    display: none !important;
  }

  #googleRecenze {
    display: block !important;
    margin-bottom: 20px !important;
    margin-top: 65px !important;
  }

  #heurekaRecenze {
    margin-top: 75px !important;
  }


  #heurekaRecenze h3 {
    top: -55px !important;
  }

}



#googleRecenze .review {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

#googleRecenze .profile-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

#googleRecenze .review-details {
  flex: 1;
}

#googleRecenze .user-name {
  font-weight: bold;
  margin: 0;
}

#googleRecenze .review-info {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

#googleRecenze .review-date {
  color: #757575;
  font-size: 14px;
  margin-right: 10px;
}

#googleRecenze .rating-stars {
  display: flex;
  align-items: center;
}

#googleRecenze .yellow-star {
  width: 20px;
  height: 20px;
  fill: #FFD700;
  /* Yellow color for stars */
}

#googleRecenze .review-text {
  margin: 5px 0;
  color: #333;
}

#googleRecenze .recommendation {
  color: green;
  font-weight: bold;
  margin-top: 5px;
}

/* Heureka In Item Detail  End*/

.homepage .prettyphoto img {
  width: 100% !important;
  margin: 0px !important;
}

.product_item blockquote {
  font-size: initial;
}


.product_item .main_descr blockquote,
#karelRecenzeWrapper blockquote {
  background-color: #f0f6f9;
  max-height: 170px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  padding-top: 0 !important;
  margin-bottom: 50px;
}

.krytdesigner blockquote {

  background-color: initial !important;
  max-height: initial !important;
  overflow: initial !important;
  position: initial !important;
  padding: initial !important;
  padding-top: initial !important;
  margin-bottom: initial !important;
}

.product_item .inner_content blockquote {
  margin-bottom: 100px;
}

#showFulReview,
#showFulReviewMobile {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, white));
  padding: 30px 0 30px 0;
}

@media (max-width: 768px) {
#karelRecenzeWrapper blockquote{
  
  margin-bottom: 70px;
  }
}



.krytdesigner #showFulReviewMobile {
  display: none !important;
}

.karelExpand{
  max-height: unset !important;
}


.descriptionExpandFull{
  max-height: unset !important;
}


.responsive img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Custom CSS for the Woman slider before footer START */
.unique-slider {
  width: 100%;
  margin: 0 auto;
  clear: both;
  cursor: pointer;
}

.unique-slider .slick-slide img {
  width: 300px;
  /* Default image width for desktop */
  display: block;
}

.unique-slider .slick-list {
  overflow: visible;
  /* Make overflow visible to show partial image */
  max-width: 100vw;
  overflow: hidden;
}

.unique-slider .slick-track {
  display: flex !important;
  /* Ensure images are displayed in a row */
}

.unique-slider .slick-slide {
  display: inline-block;
  /* Align slides inline to show next slide partially */
}

.unique-slider .slick-prev,
.unique-slider .slick-next {
  display: none !important;
  /* Hide navigation arrows */
}

.unique-slider .slick-dots {
  display: none;
  /* Hide dots navigation */
}

/* Responsive CSS for Mobile */
@media (max-width: 768px) {
  .unique-slider .slick-slide img {
    width: 172px;
    /* Image width for mobile */
  }

  body footer {
    margin-top: 0px
  }

  .blog .shorts-container {
    margin-bottom: 100px;
  }

  .krytdesigner .footerBarBeforeSlider {
    margin-top: 20px;
  }

  .footerBarBeforeSlider p {
    font-size: 13px;
    line-height: 20px;
  }
}

.footerBarBeforeSlider {
  font-size: 15px;
  padding: 25px;
  text-align: center;
  background: #f1f1f1;
}

.footerBarBeforeSlider p {
  margin: 0px;
}

.krytdesigner .prvyKrat {
  display: none;
}

/* Custom CSS for the Woman slider before footer END */


/* Dotted line at product details START*/

/*@media (min-width: 1024px) {*/
.item_info .product-detail-info-wrapper .productDetailInfoSpan::after {
  border-bottom: 1px dashed #d3d4dd;
}

.item_info .product-detail-info-wrapper .productDetailInfoSpan span {
  position: relative;
}

.item_info .product-detail-info-wrapper .productDetailInfoSpan::after {
  bottom: 0px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.item_info .product-detail-info-wrapper .productDetailInfoSpan span {
  background-color: #fff;
  padding-right: 12px;

  z-index: 1;
}

.item_info .product-detail-info-wrapper .productDetailInfoSpan {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}

@media (min-width: 1024px) {


  .item_info .product-detail-info-wrapper dd {
    width: 40% !important;

  }

}

.item_info .product-detail-info-wrapper dt {
  width: 100% !important;
  line-height: 15px !important;
}

.item_info .product-detail-info-wrapper dd {
  /*white-space: nowrap;      Prevent text wrapping */
  overflow: visible;
  line-height: 15px !important;

}



#copyIdButton:hover {
  color: #2196F3;
}

.copyButtonDisabled {
  pointer-events: none;
  opacity: 0.5;
}

.dt-dd-wrapper {
  display: flex;
  align-items: center;
}


/* Dotted line at product details END*/

/* Consent popup */
.consent-cookies {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: white;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px 0px 20px #aaa;
  z-index: 99999;
  text-align: left;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

.consent-cookies.minimalistic .consent_left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.consent-cookies.minimalistic .consent_right {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.consent-cookies a,
.consent-cookies-settings a {
  font-size: 14px;
}

.consent-cookies p {
  line-height: 20px;
  margin: 10px 0px;
}

.consent-cookies b {
  font-weight: bold !important;
}

.consent-cookies ul {
  list-style: disc !important;
}

.consent-cookies ul li {
  list-style: disc !important;
}

.consent-cookies a.showmore {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

.consent-cookies a.showmore:before {
  content: '▶';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.consent-cookies a.showmore.less:before {
  transform: rotate(90deg)
}

.consent-cookies #more_info {
  display: none;
  max-height: 300px;
  overflow: auto !important;
  background: #f0f0f0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.consent-cookies #more_info li {
  margin-bottom: 15px;
}

.consent-cookies .main_t {
  line-height: 25px;
}

.consent-cookies .main_a {
  padding: 15px 0px;
  display: flex;
  flex-direction: row-reverse;
}

.consent-cookies .main_a button {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #009901;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #005d01;
  cursor: pointer;
}

.consent-cookies .main_a button.cookieNo {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  background: #e0e0e0;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #aaa;
  cursor: pointer;
}

.consent-cookies .main_a a.consent_settings {
  text-decoration: none;
  margin: 0px 30px;
  display: inline-block;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
}

.consent-cookies-settings-bcg {
  position: fixed;
  left: 0;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.consent-cookies-settings {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background: white;
  z-index: 999999;
  height: auto;
  max-width: 768px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #555;
  text-align: left;
}

.consent-cookies-settings .set_main_t {
  line-height: 25px;
}

.consent-cookies-settings .set_cookie_block {
  position: relative;
  line-height: 25px;
}

.consent-cookies-settings .set_cookie_block input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 18px;
}

.consent-cookies-settings .set_cookie_block h3 {
  display: inline-block;
  padding-left: 30px;
  color: #404040;
  margin: 20px 0px;
}

.consent-cookies-settings .set_main_a {
  padding: 15px 0px;
  display: flex;
  flex-direction: row-reverse;
}

.consent-cookies-settings .set_main_a button {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #009901;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #005d01;
  cursor: pointer;
}

@media only screen and (max-width: 1500px) {
  .consent-cookies.minimalistic .consent_left {
    width: 50%;
    display: inline-block;
  }

  .consent-cookies.minimalistic .consent_right {
    width: 50%;
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {

  .consent-cookies .main_a button,
  .consent-cookies .main_a a.consent_settings {
    font-size: 12px;
  }

  .consent-cookies.minimalistic .consent_left {
    width: 40%;
    display: inline-block;
  }

  .consent-cookies.minimalistic .consent_right {
    width: 60%;
    display: inline-block;
  }
}

@media only screen and (max-width: 675px) {
  .consent-cookies.minimalistic .consent_left {
    width: 100%;
    display: block;
  }

  .consent-cookies.minimalistic .consent_right {
    width: 100%;
    display: block;
  }

  .consent-cookies .main_a button.cookieNo {
    margin: 15px 5px 0px 5px;
  }

  .consent-cookies .main_a {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
  }

  .consent-cookies .main_a a.consent_settings {
    margin: 20px 10px 0px 10px;
  }

  .consent-cookies-settings {
    width: 95%;
  }
}

/* Mobil selector hlavička */
body #head .search_selects {
  display: flex;
  width: 400px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body #head .search_selects .head_z_box {
  flex-grow: 1;
  margin: 0px 3px;
  width: 50%;
  box-sizing: border-box;
}

body #head .search_selects .head_m_box {
  flex-grow: 1;
  margin: 0px 3px;
  width: 50%;
  box-sizing: border-box;
}

body #head .search_selects select {
  border: 2px solid #ceebf4;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

@media (max-width: 1030px) {
  body #head .search_selects {
    width: 200px;
  }
}

@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  body #head .search_selects {
    width: 95%;
    margin: 0px auto;
  }
}

/* Basket - Gift */
body.kosik .eshop_feedback_v2 .ctrl div.reloading {
  display: block;
  float: right;
  color: #404040;
}

body.kosik .eshop_feedback_v2 .ctrl div.reloading span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  line-height: 23px;
}

body.kosik .eshop_feedback_v2 .ctrl div.reloading .css_loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
}

body.kosik .eshop_feedback_v2 .ctrl div.reloading .css_loader:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #404040;
  border-color: #404040 transparent #404040 transparent;
  animation: css_loader 1.2s linear infinite;
}

@keyframes css_loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.darky .product.promo,
body.darky .product {
  height: 540px;
}

body.darky .product span.promoprice {
  width: 100%;
  text-align: center !important;
}

body.darky .product dl.item_info {
  position: absolute;
  top: 440px;
  margin-bottom: auto;
}

body.darky .product dl.item_info dt.pv-select.Pro_telefon {
  display: block;
  width: 100%;
}

body.darky .product dl.item_info dt.pv-select.Model {
  display: none;
}

body.darky .product dl.item_info dd.pv-select.Pro_telefon {
  width: 46%;
  padding-left: 0px;
}

body.darky .product dl.item_info dd.pv-select.Model {
  width: 46%;
}

body.darky .product dl.item_info dd.pv-select.Pro_telefon select,
body.darky .product dl.item_info dd.pv-select.Model select {
  width: 100%;
  padding: 3px 5px;
}

body.darky .product dl.item_info dt.pv-select.Typ_kabelu {
  display: block;
  width: 100%;
}

body.darky .product dl.item_info dd.pv-select.Typ_kabelu {
  width: 46%;
  padding-left: 0px;
}

body.darky .product dl.item_info dd.pv-select.Typ_kabelu select {
  width: 100%;
  padding: 3px 5px;
}

#basket_gift {
  color: #F6AE01;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  height: 100%;
  overflow: auto;
  max-height: 450px;
}

#basket_gift div.info {
  padding: 0px 10px;
}

#basket_gift div.info h3 {
  white-space: break-spaces;
  font-size: 18px;
}

#basket_gift div.info img {
  width: 100%;
  max-width: 350px;
}

#basket-popup-bg {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999998;
}

#basket-popup-window {
  animation: 6s ease 0s normal forwards 1 running example;
  background-color: white;
  min-height: 200px;
  z-index: 999999;
  font-size: 12px;
  margin: auto;
  max-width: 800px;
  min-width: 500px;
  position: absolute;
  padding-bottom: 10px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-height: 550px;
  overflow: hidden;
}

#basket-popup-window .title {
  background-color: #2FA9F4;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

#basket-popup-window .bottom-panel {
  border-top: 1px solid #F6AE01;
  position: absolute;
  bottom: 29px;
  height: 20px;
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

/*
#basket-popup-window .bottom-panel a{
background-color: #F5F5F5;
padding: 5px 10px;
color: black;
max-width: 204px;
text-align: center;
margin-right: 0;
margin: 0;
display: block;
position: relative;
top: 0;
bottom:0px;
width: 100%;
font-size: 16px;
text-decoration: none;
cursor: pointer;
text-align: center;
margin: 0px auto;
margin-top: 10px;
}
*/
#basket_gift .loading {
  text-align: center;
  color: black;
  font-size: 14px;
  padding-top: 36px;
}

#basket_gift .loading .css_loader {
  display: block;
  width: 80px;
  height: 80px;
  margin: 30px auto 30px auto;
}

#basket_gift .loading .css_loader:after {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid #2FA9F4;
  border-color: #2FA9F4 transparent #2FA9F4 transparent;
  animation: css_loader 1.2s linear infinite;
}

/*#basket_gift .loading img{
width: 226px;
}*/

#basket_gift .product {
  box-sizing: border-box;
  float: unset;
  position: relative;
  text-align: center;
  width: 190px;
  margin-bottom: 20px;
  margin: 0px auto;
  display: inline-block;
  height: 400px !important;
  overflow: unset;
  vertical-align: top;
}

#basket_gift .product:hover {
  border: none;
}

#basket_gift .product h4 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  bottom: 230px;
  font-size: 14px;
  font-weight: normal;
  height: 43px;
  line-height: 15px;
  margin: 0 0 0 5%;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 213px;
  width: 90%;
}

#basket_gift .product .attach {
  margin-top: 0px;
}

#basket_gift .product .attach img {
  width: 100%;
  margin-top: 0px;
}

body.darky .items .product .promodiscount,
body.darky .product span.price {
  display: none !important;
}

html body #basket_gift .product .price,
html body #basket_gift .product .price_2 {
  display: none;
}

#basket_gift .product dl.item_info {
  position: absolute;
  top: 300px;
  margin-bottom: auto;
}

#basket_gift .product dl.item_info dt.pv-select.Pro_telefon {
  display: block;
  width: 100%;
}

#basket_gift .product dl.item_info dt.pv-select.Model {
  display: none;
}

#basket_gift .product dl.item_info dd.pv-select.Pro_telefon {
  width: 46%;
  padding-left: 0px;
}

#basket_gift .product dl.item_info dd.pv-select.Model {
  width: 46%;
}

#basket_gift .product dl.item_info dd.pv-select.Pro_telefon select,
#basket_gift .product dl.item_info dd.pv-select.Model select {
  width: 100%;
  padding: 3px 5px;
}

#basket_gift .product dl.item_info dt.pv-select.Typ_kabelu {
  display: block;
  width: 100%;
}

#basket_gift .product dl.item_info dd.pv-select.Typ_kabelu {
  width: 46%;
  padding-left: 0px;
}

#basket_gift .product dl.item_info dd.pv-select.Typ_kabelu select {
  width: 100%;
  padding: 3px 5px;
}

body #basket_gift .product .add1 {
  background: rgba(0, 0, 0, 0) url(/cimagebank/add1.png) repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: transparent;
  float: right;
  height: 33px;
  margin-top: 6px;
  position: absolute;
  right: 28px;
  top: 274px !important;
  width: 137px;
  cursor: pointer;
}

body #basket_gift .product .css_loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 6px auto 0px auto;
  position: absolute;
  top: 274px;
  left: 50%;
  transform: translateX(-50%);
}

body #basket_gift .product .css_loader:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #2FA9F4;
  border-color: #2FA9F4 transparent #2FA9F4 transparent;
  animation: css_loader 1.2s linear infinite;
}

.disabled-gift-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #F6AE01;
  padding: 3px 10px;
  font-size: 22px;
  border: 2px solid #2FA9F4;
  cursor: pointer;
}

.disabled-gift-wrap .disabled-gift {
  transform: rotate(45deg);
}

@media only screen and (max-width: 500px) {
  #basket-popup-window {
    max-width: 90%;
    min-width: 90%;
    max-height: 98%;
    overflow: scroll;
  }

  #basket_gift {
    /*max-height: 100%;*/
    overflow-x: scroll;
  }

  .disabled-gift-wrap {
    font-size: 19px;
  }

  #basket-popup-window .title {
    text-align: left;
    font-size: 11px;
  }
}

/* galleryInlineProducts-Kryty-Flipy-Popsockety - global */
body.fkolekce .group-content .groups .groups_inner div.kpfback {
  display: none;
}

body div#system_designs_inline {
  margin: 20px auto;
  background: white;
  padding: 15px;
  position: relative;
}

body div#system_designs_inline.sdSlider {
  padding: 15px 0px;
}

body div#system_designs_inline .sd_title {
  margin: 5px 10px;
}

body div#system_designs_inline .sd_body .sd_loader {
  text-align: center;
  margin: 20px auto;
}

body div#system_designs_inline .sd_body .sd_loader span {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  color: #aaa;
  font-weight: bold;
}

body div#system_designs_inline .sd_body .sd_loader .sd-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

body div#system_designs_inline .sd_body .sd_loader .sd-ripple div {
  position: absolute;
  border: 4px solid #2196f3;
  opacity: 1;
  border-radius: 50%;
  animation: sd-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

body div#system_designs_inline .sd_body .sd_loader .sd-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes sd-ripple {
  0% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 16px;
    left: 16px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}

body div#system_designs_inline .sd_body .sd_folders {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

body div#system_designs_inline.sdSlider .sd_body .sd_folders {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  padding: 20px;
  box-shadow: inset 0px 11px 10px -10px #aaa, inset 0px -11px 10px -10px #aaa;
}

body div#system_designs_inline .sd_body .sd_folders .fselect {
  display: none;
  padding: 15px;
  width: 100%;
  position: relative;
}

body div#system_designs_inline .sd_body .sd_folders .fselect .fname {}

body div#system_designs_inline .sd_body .sd_folders .fselect .fname em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

body div#system_designs_inline .sd_body .sd_folders .fselect>em {
  position: absolute;
  right: 15px;
}

body div#system_designs_inline .sd_body .sd_folders .sd_folder {
  /*width: 15%;*/
  overflow: hidden;
  margin: 0px 5px 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 25px #ccc;
  padding: 15px;
  background: white;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

body div#system_designs_inline.sdSlider .sd_body .sd_folders .sd_folder {
  overflow: visible;
  margin: 0px 5px;
  box-shadow: none;
  white-space: wrap;
  display: block;
}

body div#system_designs_inline .sd_body .sd_folders .sd_folder.selected,
body div#system_designs_inline .sd_body .sd_folders .sd_folder:hover {
  background: #0096fb !important;
  color: white;
}

body div#system_designs_inline.sdSlider .sd_folders .sd_folder.selected,
body div#system_designs_inline.sdSlider .sd_folders .sd_folder:hover {
  background: #fff !important;
  color: black;
}

body div#system_designs_inline .sd_body .sd_folders .sd_folder em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

body div#system_designs_inline.sdSlider .sd_folders .sd_folder span {
  display: block;
  text-align: center;
}

body div#system_designs_inline.sdSlider .sd_folders .sd_folder span.preview {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #eee;
  background-size: contain;
}

body div#system_designs_inline.sdSlider .sd_folders .sd_folder.selected span.preview,
body div#system_designs_inline.sdSlider .sd_folders .sd_folder:hover span.preview {
  box-shadow: inset 0 0 0 5px #0096fb;
}

body div#system_designs_inline .sd_body .sd_designs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: initial;
}

body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}

body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}

body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design:hover {
  box-shadow: 0px 0px 34px #ccc;
}

body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.kkolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 1/2;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}

body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.pskolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}

body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.fkolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto;
  /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 2000/1700;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}

#speedPreview .spProductSliderWrap .attach .sd_image {
  max-height: 600px !important;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image img,
#speedPreview .spProductSliderWrap .attach .sd_image img {
  height: 100%;
  max-width: initial;
  width: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image img.sd_bg_img,
#speedPreview .spProductSliderWrap .attach .sd_image img.sd_bg_img {
  top: 6%;
  height: 82%;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image .sd_ousko,
#speedPreview .spProductSliderWrap .attach .sd_image .sd_ousko {
  width: 0px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image .sd_right_fixer,
#speedPreview .spProductSliderWrap .attach .sd_image .sd_right_fixer {
  width: 1px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  right: 0px;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span.sd_txt,
#speedPreview .spProductSliderWrap .attach .sd_image span.sd_txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  -ms-transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  font-size: 35px;
  width: 100%;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info,
#speedPreview span.sd_premium_info {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: right;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  padding: 8px;
  width: auto;
  z-index: 99;
}

#speedPreview span.sd_premium_info {
  top: 5px !important;
  right: 10px !important;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em,
#speedPreview span.sd_premium_info em {
  font-size: 15px;
  color: gold;
  margin-right: 8px;
}

@media screen and (max-width: 375px) {
  body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info {
    top: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
  }

  body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em {
    font-size: 8px !important;
  }
}

body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: auto;
  left: 20px;
}

body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: auto;
  left: 20px;
}

body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: fit-content;
  left: 0px;
  right: 0px;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_h4 h4 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  margin: 0px;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price {
  text-align: center;
  padding: 15px 0px;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice {
  font-size: 19px;
  font-weight: 700;
  color: #2196f3;
  padding: 0px 5px;
  white-space: nowrap;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .oprice {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  padding: 0px 5px;
  white-space: nowrap;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #2196f3;
  text-decoration: none;
  font-weight: bold;
  color: #2196f3;
  white-space: nowrap;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design:hover .sd_action a,
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a:hover {
  background: #2196f3;
  color: white;
}

body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a em {
  margin-right: 10px;
  font-size: 18px;
}

/* Gallery arrows START */
.arrow-wrapper {
  height: 220px;
  position: absolute;
  width: 100%;
}

.gallery-arrow-left {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #2196f3;
  width: 25px;
  height: 100%;
  line-height: 25px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  user-select: none;
  display: flex;
  justify-content: center;
}

.gallery-arrow-right {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #2196f3;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 999;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* Gallery arrows END */

.customPopSocket .items .promodiscount {
  display: block !important;
  left: 13px;
  position: absolute !important;
  top: 50px !important;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 26px;
  color: white;
  background: #1ba1ff;
  border-radius: 5px;
  border: 1px solid #0096ff;
  font-size: 13px;
  font-weight: bold;
}

.fkolekce .promodiscountCustomItem {
  display: block !important;
  left: 13px;
  position: absolute !important;
  bottom: 40px;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 26px;
  color: white;
  background: #1ba1ff;
  border-radius: 5px;
  border: 1px solid #0096ff;
  font-size: 13px;
  font-weight: bold;
}

.customPopSocket::before {
  content: '\f164';
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

.customPopSocket::after {
  content: 'Krytoland doporučuje';
  display: block;
  position: absolute;
  top: 0px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: #0096ff;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

.designYourOwnMainWrapper::before {
  content: '\f164\A\f64d';
  white-space: pre;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 5px 0px 7px;
  line-height: 26px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

.designYourOwnMainWrapper::after {
  content: 'Krytoland doporučuje\AGarancia najnižšej ceny';
  white-space: pre;
  display: block;
  position: absolute;
  top: 0px;
  left: 26px;
  color: #ffffff;
  font-size: 8px;
  background: #0096ff;
  background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
  padding: 0px 7px 0px 2px;
  line-height: 26px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}
}

.designYourownFlipWrapper::before {
  content: '\f7a2';
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #597c94;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  border-radius: 5px 0px 0px 5px;
}

.designYourownFlipWrapper::after {
  content: 'Vytvořeno v ČR';
  display: block;
  position: absolute;
  top: 0px;
  left: 35px;
  color: #ffffff;
  font-size: 12px;
  background: #597c94;
  padding: 5px;
  line-height: 18px;
  z-index: 999;
  text-align: left;
  border-radius: 0px 5px 5px 0px;
}

.galleryButton {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #e8e8f8;
  border-radius: 5px 5px 0px 0px;
  background: #f8f8fd;
  color: #2196f3;
  font-weight: normal;
  font-size: 20px;
}

.galleryButton:hover {
  cursor: pointer;
}

.fkolekce .promodiscountGeneral {
  display: block !important;
  left: 5px;
  position: absolute !important;
  bottom: 40px;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 26px;
  color: white;
  background: #1ba1ff;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #0096ff;
  font-size: 13px;
  font-weight: bold;
}

.galleryInGlobalActive {
  background: #2196f3;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #2196f3;
}

.gkolekce #system_designs_inline {
  padding: unset !important;
  margin: unset;
}

@media only screen and (max-width: 1024px) {
  body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span {
    font-size: 25px;
  }

  body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 49%;
  }
}

@media only screen and (max-width: 786px) {
  body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 33%;
  }

  body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 33%;
  }

  body div#system_designs_inline:not(.sd_bottom):not(.sdSlider) .sd_body .sd_folders {
    border: 1px solid #808080;
    border-radius: 5px;
  }

  body div#system_designs_inline:not(.sd_bottom):not(.sdSlider) .sd_body .sd_folders .sd_folder {
    width: 100%;
    box-shadow: none;
    padding: 15px;
    background: white;
    text-align: left;
    display: none;
  }

  body div#system_designs_inline .sd_body .sd_folders.opened .sd_folder {
    display: block !important;
  }

  body div#system_designs_inline .sd_body .sd_folders .fselect {
    display: block;
  }
}

@media only screen and (max-width: 567px) {
  body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span {
    font-size: 20px;
  }

  body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 49%;
  }

  body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 49%;
  }

  body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 40%;
  }

  /* CSS for mobile for shrink main items in flexbox START */

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image {
    margin: 20px auto !important;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
    font-size: 10px;
    padding: 5px 16px;
  }

  body .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
    width: 40%;
  }

  body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
    font-size: 10px;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info {
    font-size: 10px;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em {
    font-size: 10px;
  }

  .fkolekce .designYourOwnFlip .promodiscount {
    top: 6px;
    bottom: unset;

  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_h4 h4 {
    font-size: 10px;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice {
    font-size: 15px;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .oprice {
    font-size: 10px;
  }

  .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a {
    font-size: 12px;
  }

  .fkolekce .designYourownFlipWrapper::after {
    content: '';
    background: #ffff;
    ;
  }

  .fkolekce .designYourownFlipWrapper::before {
    content: '';
  }

  .fkolekce .designYourownFlip .promodiscount {
    width: 35px !important;
    font-size: 10px !important;
    bottom: 25px !important;
    top: unset !important;
  }

  /* CSS for mobile for shrink main items in flexbox END */
  .fkolekce .promodiscountGeneral,
  .fkolekce .promodiscountCustomItem {
    width: 35px;
    font-size: 10px;
    bottom: 25px;
  }



  body div#system_designs_inline .sd_body .sd_designs .customPopSocket .sd_h4 h4 {
    font-size: 12px
  }
}

@media only screen and (max-width: 400px) {
  body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice {
    display: block;
  }

  body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info {
    font-size: 11px;
  }

  body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em {
    font-size: 13px;
  }
}

/* krytoland - top lišta */
.listatoptop {
  color: white;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 30px;
  background: #0b4ea2!important;
  text-align: center;
  /*display: none;*/
  font-size: 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.listatoptop a {
  color: white;
  text_decoration: underline;
}

.listatoptop a.prevmsg {
  position: absolute;
  left: 10px;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.listatoptop a.nextmsg {
  position: absolute;
  right: 10px;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.listatoptop .slide {
  display: inline-block;
}

.listatoptop span.separator {
  display: inline-block;
  padding: 0px 10px;
}

@media only screen and (max-width: 760px) {

  .listatoptop span.separator,
  .listatoptop .slide {
    display: none;
  }

  .listatoptop .slide.active,
  .listatoptop a.prevmsg,
  .listatoptop a.nextmsg {
    display: block;
  }
}

/* Youtube Shorts */
.homepage .shorts-container,
.stavobj .shorts-container {
  clear: both;
}

.homepage .shorts-container h2,
.stavobj .shorts-container h2 {
  margin: 0px;
}

.homepage .shorts-container h2 {
  font-weight: bold;
  padding-left: 9px;
  font-size: 20px;
}

.stavobj .shorts-container h2 {
  text-align: center;
  width: 100%;
}

.shorts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.shorts-item {
  width: 200px;
  position: relative;
  margin: 5px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  /* Smooth transition for the scaling effect */
}

.shorts-item iframe {
  width: 100%;
  height: 355px;
  border: none;
  border-radius: 16px;
}

.shorts-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;

}

.shorts-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  /* Overlay on top of iframe */
  cursor: pointer;
}

.shorts-item:hover {
  transform: scale(1.05);
  /* Slightly scale up the item on hover */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .shorts-item {
    width: 48%;
  }

  .shorts-item:hover {
    transform: unset !important;
  }
}

#desktop_basket_block {
  position: fixed;
  top: 0px;
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px 0px gray;
  box-sizing: border-box;
  padding: 0px 10px;
  justify-content: end;
  z-index: 999;
}

.desktopBasketWrapper {
  display: flex;
  width: 80%;
  align-items: center;
  margin-left: 5%;
}

.desktopBasketWrapper p {
  font-size: 18px;
  FONT-WEIGHT: 800;
  margin-left: 2%;

}

#desktop_basket_block form {
  display: flex;
  align-items: center;
}

#desktop_basket_block .form-content {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
}

#desktop_basket_block .item_info {
  margin-bottom: 0px !important
}

#desktop_basket_block .promokod {
  font-size: 20px;
}

#desktop_basket_block .pricevat {
  font-size: 13px;
  margin-left: 15px;
}

#desktop_basket_block .button {
  width: 260px;
  margin-top: 15px;
  white-space:normal;
}

@media only screen and (max-width: 1100px) {
  #desktop_basket_block {
    display: none !important;
  }
}

.kosik .footerBarBeforeSlider,
.kosik .unique-slider {
  display: none;
}

.afterButtonText {
  display: none;
  font-size: 18px;
}

@media only screen and (max-width: 576px) {
  .afterButtonText {
    display: block;

  }

  .navrhniSiVlastni img {
    max-height: unset;
    height: unset !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 15px;
  }
}

.navrhniSiVlastni img {
  height: 507px;
}

/* Mezera header START */

@media only screen and (max-width: 576px) {
  body.narmain.domu.product_item #context {
    top: -5px;
  }

  .domu.product_item #col-content {
    margin-top: 0;
  }
}



/* Mezera header End */

@media screen and (max-width: 380px) {
  body.brands .new2021 .groups_inner>.pos3 h3 a {
    padding: 10px 0;
    padding-left: 80px;
  }

  body.brands .new2021 .groups_inner>.pos2 h3 a {
    padding: 10px 0;
    padding-left: 80px;
  }

  .menusmall #skflag {
    margin-left: 5px;
  }
}


@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .product .cocka {
    margin-top: 0px;

  }
}



@media only screen and (max-width: 820px),
only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
  .skback .product .cocka {
    margin-top: -30px;

  }
}

.skback .product:not(.LIKE):not(.LOWP).UVCZ .attach a:after,
.skback .product_item div:not(.LIKE):not(.LOWP).UVCZ #attachments .attachment.prettyphoto:first-child span.image a:first-child:after,
.skback .product:not(.LIKE):not(.LOWP).UVCZ .attach a:before,
.product_item div:not(.LIKE):not(.LOWP).UVCZ #attachments .attachment.prettyphoto:first-child span.image a:first-child:before {
  top: -25px!important;
}


.gkolekce .product.NOUP .attach .speedPreview::before {
    content: '\e28f' !important;
    display: block !important;
    position: absolute !important;
    top: 24px !important;
    left: 10px !important;
    width: 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    background: #000 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    border-radius: 5px 0px 0px 5px !important;
}


.gkolekce .product.NOUP .attach .speedPreview::after {
    content: 'PRÁZDNINOVÁ ZĽAVA' !important;
    display: block !important;
    position: absolute !important;
    top: 24px !important;
    left: 35px !important;
    color: #fff !important;
    font-size: 11px !important;
    background: #76B041 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    text-align: left !important;
    border-radius: 0px 5px 5px 0px !important;
}


.accessories_items .product.NOUP .attach .speedPreview::before {
    content: '\e28f' !important;
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    left: 10px !important;
    width: 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    background: #000 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    border-radius: 5px 0px 0px 5px !important;
}


.accessories_items .product.NOUP .attach .speedPreview::after {
    content: 'PRÁZDNINOVÁ ZĽAVA' !important;
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    left: 35px !important;
    color: #fff !important;
    font-size: 11px !important;
    background: #76B041 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    text-align: left !important;
    border-radius: 0px 5px 5px 0px !important;
}

.brands .product.BIGSALE .attach a:after {
    content: 'PRÁZDNINOVÁ ZĽAVA' !important;
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    left: 35px !important;
    color: #fff !important;
    font-size: 11px !important;
    background: #76B041 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    text-align: left !important;
    border-radius: 0px 5px 5px 0px !important;
}

.brands .product.BIGSALE .attach a:before {
    content: '\e28f' !important;
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    left: 10px !important;
    width: 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    background: #000 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    border-radius: 5px 0px 0px 5px !important;
}

@media (max-width: 576px) {
 .product.BIGSALE .attach a:after{
 content: 'PRÁZDNINOVÁ ZĽAVA' !important;
    display: block !important;
    position: absolute !important;
    top: -24px !important;
    left: 35px !important;
    color: #fff !important;
    font-size: 11px !important;
    background: #76B041 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    text-align: left !important;
    border-radius: 0px 5px 5px 0px !important;
}

.product.BIGSALE .attach a:before{
    content: '\e28f' !important;
    display: block !important;
    position: absolute !important;
    top: -24px !important;
    left: 10px !important;
    width: 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    background: #000 !important;
    padding: 5px !important;
    line-height: 18px !important;
    z-index: 999 !important;
    border-radius: 5px 0px 0px 5px !important;
}

    .brands .product.BIGSALE .attach a:after {
  
  content: 'PRÁZDNINOVÁ ZĽAVA' !important;
        display: block !important;
        position: absolute !important;
        top: -23px !important;
        left: 35px !important;
        color: #fff !important;
        font-size: 10px !important;
        background: #76B041 !important;
        padding: 3px !important;
        line-height: 18px !important;
        z-index: 999 !important;
        text-align: left !important;
        border-radius: 0px 5px 5px 0px !important;

  }

.brands .product.BIGSALE .attach a:before {
    content: '\e28f' !important;
        display: block !important;
        position: absolute !important;
        top: -23px !important;
        left: 14px !important;
        width: 15px !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-family: "Font Awesome 6 Pro" !important;
        font-weight: 900 !important;
        background: #000 !important;
        padding: 3px !important;
        line-height: 18px !important;
        z-index: 999 !important;
        border-radius: 5px 0px 0px 5px !important;
}

}

.qrCodeDownload{
    color: #08ace2;
    background: white;
    border: transparent;
}

.product.BIGSALE .attach .speedPreview::before,
.product.NOUP .attach .speedPreview::before {
                        content: '\e28f' !important;
                        display: block !important;
                        position: absolute !important;
                        top: 0px !important;
                        left: 10px !important;
                        width: 15px !important;
                        color: #ffffff !important;
                        font-size: 15px !important;
                        font-family: "Font Awesome 6 Pro" !important;
                        font-weight: 900 !important;
                        background: #000 !important;
                        padding: 5px !important;
                        line-height: 18px !important;
                        z-index: 999 !important;
                        border-radius: 5px 0px 0px 5px !important;
                    }
                    .product.BIGSALE .attach .speedPreview::after,
.product.NOUP .attach .speedPreview::after{
                        content: 'PRÁZDNINOVÁ ZĽAVA' !important;
                        display: block !important;
                        position: absolute !important;
                        top: 0px !important;
                        left: 35px !important;
                        color: #fff !important;
                        font-size: 11px !important;
                        background: #76B041 !important;
                        padding: 5px !important;
                        line-height: 18px !important;
                        z-index: 999 !important;
                        text-align: left !important;
                        border-radius: 0px 5px 5px 0px !important;
                    }


@media only screen and (max-width: 520px) {
 .product_item .listatoptop,
.product_item .listatop{
  display:none!important;
 }

 .product_item header{
   height: 90px;
 }
 
 .product_item header #mobilmenu{
  top:15px;
  }

.product_item header .logo-head{
  top:24px;
  }

.product_item header .eshop-wrap{
  top:17px!important;
  }

}

.product_item  dl.price-code dd.hodnoceni > span{
 padding-top:0px;
}

@media only screen and (min-width: 520px) {
 .preChristmasBlackFriday .inner_content .prettyphoto img{
 margin-top:15px;
 }
}


 .preChristmasBlackFriday .inner_content .prettyphoto img{
 margin-left:0px;
 }


 .preChristmasBlackFriday .items_inner > h3{
 padding-top:15px
}

.product_item .context-in .current{
  display:none;
}

.basket_info_emptyStatic{
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 10px;
    color: #000;
    float: none;
    font-weight: 700;
    height: 45px;
    position: relative;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 15px 10px 0 65px;
}

.basket_info_emptyStatic:before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f291";
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px 11px;
    background: #ffc949;
    color: white;
    background: #ffc949;
}

.basket_info_v2Static{
        display: table;
    /* background-color: #f8af00; */
    height: initial;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-position: center left;
    max-width: 250px;
    position: relative;
}

.basket_info_v2Static ul:last-of-type {
    border-bottom: none;
}

.basket_info_v2Static ul {
    color: #000;
    list-style-type: none;
    font-size: 13px;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
    clear: both;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.basket_info_v2Static ul > *{
    padding-left: 14px;
    box-sizing: border-box;
}

.basket_info_v2Static:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f291";
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px 11px;
    background: #ffc949;
    color: white;
      top: 12px;
}

@media only screen and (max-width: 820px), only screen and (-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape), only screen and (min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape), only screen and (-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
    .dl.basket_info_v2Static:before {
        top: 0px;
    }
}

#vanocni-box-doprava{
  background-image: url(https://www.krytoland.cz/rimage/28785653/28785652_content_a21ccd552d51f5cc32c4622437c92339.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  background-size: cover;
    background-blend-mode: lighten;
        background-color: rgb(255 255 255 / 80%);
}

.shorts-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10; /* Overlay on top of iframe */
  cursor: pointer;
}

   .iframeGallerySlide::after {
content: "";
background: transparent;
width: 90%;
height: 100%;
min-height: 1px;
position: absolute;
top: -30px;
right: 26px
}



@media (max-width: 500px) {
.krytdesigner .design-generator-settings{
  width:auto;
  margin-left:0px;
}

.krytdesigner .design-generator-settings .doprava_info_box{
  padding:0px;
}
}

.subCollectionsSd_folders .sd_folder{
      display: grid;
    place-items: center;
}



.subCollectionsSd_folders{
  height:195px;
}

.subCollectionsSd_folders .preview{
  height:70px!important;
  width:70px!important;
}

.subCollectionsSd_folders span{
  font-size:13px!important;
}
@media (max-width: 620px) {
.product .cocka{
      top: -20px;
}
.product:not(.LIKE):not(.LOWP).UVCZ .attach a:after,
.product:not(.LIKE):not(.LOWP).UVCZ .attach a:before{
 top:-25px;
}
}

.subCollectionsSd_folders{
      justify-content: left;
}

.subCollectionsSd_folders{
  background-color: #f0f0f0c9;
}

.items_inner #system_designs_inline .sd_body .sd_folders.subCollectionsSd_folders .selected{
      background-color: #0096fb !important;
    color: white;
}

.krytdesigner .inner_content #system_designs_inline .sd_body .sd_folders.subCollectionsSd_folders .selected{
      background-color: #0096fb !important;
    color: white;
}

#showFullDescription{
    display:flex;
        display: flex;
      margin-bottom: 15px;
    justify-content: center;
    left: 0;
    width: 100%;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, white));
  
}

.doprava.info.andel{
  display:none;!important
}

.loaderKosik {
  width: 45px;
  aspect-ratio: 1;
  position: absolute;
  top:8px;
  left: 50%;
}

.loaderKosik::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 8px solid white;

  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0%    { clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%) }
  12.5% { clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%) }
  25%   { clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%) }
  50%   { clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%) }
  62.5% { clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%) }
  75%   { clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%) }
  100%  { clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%) }
}

@keyframes l20-2 {
  0%    { transform: scaleY(1) rotate(0deg); }
  49.99%{ transform: scaleY(1) rotate(135deg); }
  50%   { transform: scaleY(-1) rotate(0deg); }
  100%  { transform: scaleY(-1) rotate(-135deg); }
}

.loaderWrapper{
  position:relative;
}

@media (max-width: 576px) {
.product_item .loaderWrapper{
  position:initial;
 }
.product_item .loaderKosik{
      position: absolute;
    top: 10px;
    width: 40px;
    right: 55px;
  left:unset;
}
}

.eshop_feedback_v2{
z-index:999999999;
}

.product-statistics .stat-purchases{
 color: #009901;
}


.default-insta-gallery img{
 width: 300px;
    height: 350px; /* fixed height to unify layout */
    object-fit: cover; /* crop excess but keep aspect ratio */
    display: block;
}

@media (max-width: 768px) {
  .default-insta-gallery img{
    width: 172px;
    height:200px;
  }



.icon-wrapper-unique{
    position: relative;
}



.icon-wrapper-unique .fa-input-icon-unique{
  color: white;
    position: absolute;
  left: 32.2%;
  top: 35%;
}

@media only screen and (min-width: 760px) {
.icon-wrapper-unique .fa-input-icon-unique{
left: 35.2%;
}
}


#desktop_basket_block .icon-wrapper-unique .fa-input-icon-unique{
    left: 15.2%;
  top:50%;
}

/* Consent popup */
.consent-cookies {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: white;
  padding: 10px 20px 20px 20px;
  box-shadow: 0px 0px 20px #aaa;
  z-index: 99999;
  text-align: left;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}
.consent-cookies.minimalistic .consent_left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.consent-cookies.minimalistic .consent_right {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.consent-cookies a, 
.consent-cookies-settings a {
  font-size: 14px;
}
.consent-cookies p {
  line-height: 20px;
  margin: 10px 0px;
}
.consent-cookies b {
  font-weight: bold !important;
}
.consent-cookies ul {
  list-style: disc !important;
}
.consent-cookies ul li {
  list-style: disc !important;
}
.consent-cookies a.showmore {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  padding-left: 20px;
  position:relative;
}
.consent-cookies a.showmore:before {
  content: '▶';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.consent-cookies a.showmore.less:before {
  transform: rotate(90deg)
}
.consent-cookies #more_info {
  display: none;
  max-height: 300px;
  overflow: auto !important;
  background: #f0f0f0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.consent-cookies #more_info li {
  margin-bottom: 15px;
}
.consent-cookies .main_t {
  line-height: 25px;
}
.consent-cookies .main_a {
  padding: 15px 0px;
  display: flex;
  flex-direction: row-reverse;
}
.consent-cookies .main_a button {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #009901;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #005d01;
  cursor: pointer;
}
.consent-cookies .main_a button.cookieNo {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  background: #e0e0e0;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #aaa;
  cursor: pointer;
}
.consent-cookies .main_a a.consent_settings {
  text-decoration: none;
  margin: 0px 30px;
  display: inline-block;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
}
.consent-cookies-settings-bcg {
  position: fixed;
  left: 0;
  top: 0px;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  height: 100%;
  width: 100%;
}
.consent-cookies-settings {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  background: white;
  z-index: 999999;
  height: auto;
  max-width: 768px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #555;
  text-align: left;
}
.consent-cookies-settings .set_main_t {
  line-height: 25px;
}
.consent-cookies-settings .set_cookie_block {
  position: relative;
  line-height: 25px;
}
.consent-cookies-settings .set_cookie_block input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 18px;
}
.consent-cookies-settings .set_cookie_block h3 {
  display: inline-block;
  padding-left: 30px;
  color: #404040;
  margin: 20px 0px;
}
.consent-cookies-settings .set_main_a {
  padding: 15px 0px;
  display: flex;
  flex-direction: row-reverse;
}
.consent-cookies-settings .set_main_a button {
  margin: 0px 5px;
  padding: 20px 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #009901;
  border-radius: 7px;
  border: 0px;
  box-shadow: 0 5px 0 #005d01;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
.consent-cookies.minimalistic .consent_left {
  width: 50%;
  display: inline-block;
}
.consent-cookies.minimalistic .consent_right {
  width: 50%;
  display: inline-block;
}
}
@media only screen and (max-width: 1200px) {
.consent-cookies .main_a button,
.consent-cookies .main_a a.consent_settings {
  font-size: 12px;
}
.consent-cookies.minimalistic .consent_left {
  width: 40%;
  display: inline-block;
}
.consent-cookies.minimalistic .consent_right {
  width: 60%;
  display: inline-block;
}
}
@media only screen and (max-width: 675px) {
.consent-cookies.minimalistic .consent_left {
  width: 100%;
  display: block;
}
.consent-cookies.minimalistic .consent_right {
  width: 100%;
  display: block;
}
.consent-cookies .main_a button.cookieNo {
  margin: 15px 5px 0px 5px;
}
.consent-cookies .main_a {
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
}
.consent-cookies .main_a a.consent_settings {
  margin: 20px 10px 0px 10px;
}
.consent-cookies-settings {
  width: 95%;
}
}

/* Mobil selector hlavička */
body #head .search_selects {
  display: flex;
  width: 400px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body #head .search_selects .head_z_box {
  flex-grow: 1;
  margin: 0px 3px;
  width: 50%;
  box-sizing: border-box;
}
body #head .search_selects .head_m_box {
  flex-grow: 1;
  margin: 0px 3px;
  width: 50%;
  box-sizing: border-box;
}
body #head .search_selects select {
  border: 2px solid #ceebf4;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}
@media (max-width: 1030px) {
body #head .search_selects {
    width: 200px;
}
}
@media (max-width: 820px),
(-webkit-min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(min--moz-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape),
(-o-min-device-pixel-ratio: 3/1) and (max-width: 926px) and (orientation: landscape),
(min-device-pixel-ratio: 3) and (max-width: 926px) and (orientation: landscape) {
body #head .search_selects {
  width: 95%;
  margin: 0px auto;
}
}

/* galleryInlineProducts-Kryty-Flipy-Popsockety - global */
body.fkolekce .group-content .groups .groups_inner div.kpfback {
  display: none;
}
body div#system_designs_inline {
  margin: 20px auto;
  background: white;
  padding: 15px;
  position: relative;
}
body div#system_designs_inline.sdSlider {
  padding: 15px 0px;
}
body div#system_designs_inline .sd_title {
  margin: 5px 10px;
}
body div#system_designs_inline .sd_body .sd_loader {
  text-align: center;
  margin: 20px auto;
}
body div#system_designs_inline .sd_body .sd_loader span {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  color: #aaa;
  font-weight: bold;
}
body div#system_designs_inline .sd_body .sd_loader .sd-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
body div#system_designs_inline .sd_body .sd_loader .sd-ripple div {
  position: absolute;
  border: 4px solid #2196f3;
  opacity: 1;
  border-radius: 50%;
  animation: sd-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body div#system_designs_inline .sd_body .sd_loader .sd-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes sd-ripple {
  0% {
    top: 16px;
  left: 16px;
  width: 0;
  height: 0;
  opacity: 0;
}
4.9% {
  top: 16px;
  left: 16px;
  width: 0;
  height: 0;
  opacity: 0;
}
5% {
  top: 16px;
  left: 16px;
  width: 0;
  height: 0;
  opacity: 1;
}
100% {
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  opacity: 0;
}
}
body div#system_designs_inline .sd_body .sd_folders {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body div#system_designs_inline.sdSlider .sd_body .sd_folders {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  padding: 20px;
  box-shadow: inset 0px 11px 10px -10px #aaa, inset 0px -11px 10px -10px #aaa;
}
body div#system_designs_inline .sd_body .sd_folders .fselect {
  display: none;
  padding: 15px;
  width: 100%;
  position: relative;
}
body div#system_designs_inline .sd_body .sd_folders .fselect .fname {
  
}
body div#system_designs_inline .sd_body .sd_folders .fselect .fname em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
body div#system_designs_inline .sd_body .sd_folders .fselect > em {
  position: absolute;
  right: 15px;
}
body div#system_designs_inline .sd_body .sd_folders .sd_folder {
  /*width: 15%;*/
  overflow: hidden;
  margin: 0px 5px 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 25px #ccc;
  padding: 15px;
  background: white;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
body div#system_designs_inline.sdSlider .sd_body .sd_folders .sd_folder {
  overflow: visible;
  margin: 0px 5px;
  box-shadow: none; 
  white-space: wrap; 
  display: block;
}
body div#system_designs_inline .sd_body .sd_folders .sd_folder.selected,
body div#system_designs_inline .sd_body .sd_folders .sd_folder:hover {
  background: #0096fb !important;
  color: white;
}
body div#system_designs_inline.sdSlider .sd_folders .sd_folder.selected,
body div#system_designs_inline.sdSlider .sd_folders .sd_folder:hover {
  background: #fff !important;
  color: black;
}
body div#system_designs_inline .sd_body .sd_folders .sd_folder em {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
body div#system_designs_inline.sdSlider .sd_folders .sd_folder span {
  display: block;
  text-align: center;
}
body div#system_designs_inline.sdSlider .sd_folders .sd_folder span.preview {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 10px;
  border-radius: 100px;
  background-color: #eee;
  background-size: contain;
}
body div#system_designs_inline.sdSlider .sd_folders .sd_folder.selected span.preview,
body div#system_designs_inline.sdSlider .sd_folders .sd_folder:hover span.preview {
  box-shadow: inset 0 0 0 5px #0096fb;
}
body div#system_designs_inline .sd_body .sd_designs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: initial;
}
body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}
body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 24%; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
  cursor: pointer;
  position: relative;
  padding: 0px 3px 3px 3px;
  box-sizing: border-box;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design:hover {
  box-shadow: 0px 0px 34px #ccc;
}
body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.kkolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 1/2;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}
body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.pskolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image,
body.fkolekce #speedPreview .spProductSliderWrap .attach .sd_image {
  width: auto; /* TODO dynamicky dle sirky pruhledne casti templatu */
  height: auto;
  aspect-ratio: 2000/1700;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  margin: 0px auto;
}
 #speedPreview .spProductSliderWrap .attach .sd_image {
  max-height: 600px !important;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image img,
#speedPreview .spProductSliderWrap .attach .sd_image img {
  height: 100%;
  max-width: initial;
  width: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image img.sd_bg_img,
#speedPreview .spProductSliderWrap .attach .sd_image img.sd_bg_img {
  top: 6%;
  height: 82%;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image .sd_ousko,
#speedPreview .spProductSliderWrap .attach .sd_image .sd_ousko {
  width: 0px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image .sd_right_fixer,
#speedPreview .spProductSliderWrap .attach .sd_image .sd_right_fixer {
  width: 1px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  right: 0px;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span.sd_txt,
#speedPreview .spProductSliderWrap .attach .sd_image span.sd_txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  -ms-transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(1.5);
  font-size: 35px;
  width: 100%;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info,
#speedPreview span.sd_premium_info {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: right;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  padding: 8px;
  width: auto;
  z-index: 99;
}
#speedPreview span.sd_premium_info {
  top: 5px !important;
  right: 10px !important;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em,
#speedPreview span.sd_premium_info em {
  font-size: 15px;
  color: gold;
  margin-right: 8px;
}
body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: auto;
  left: 20px;
}
body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: auto;
  left: 20px;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
  display: block;
  position: absolute;
  bottom: 150px;
  margin: 0px auto;
  text-align: center;
  background: #e7f7e9 none repeat scroll 0 0;
  border: 1px solid #e8e8f8;
  border-radius: 5px;
  color: #009901;
  font-size: 13px;
  font-style: normal;
  padding: 6px 16px;
  width: fit-content;
  left: 0px;
  right: 0px;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_h4 h4 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  margin: 0px;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price {
  text-align: center;
  padding: 15px 0px;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice {
  font-size: 19px;
  font-weight: 700;
  color: #2196f3;
  padding: 0px 5px;
  white-space: nowrap;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .oprice {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  padding: 0px 5px;
  white-space: nowrap;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #2196f3;
  text-decoration: none;
  font-weight: bold;
  color: #2196f3;
  white-space: nowrap;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design:hover .sd_action a,
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a:hover {
  background: #2196f3;
  color: white;
}
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a em {
  margin-right: 10px;
  font-size: 18px;
}

/* Gallery arrows START */
.arrow-wrapper{
  height: 220px;
  position: absolute;
  width: 100%;
}

.gallery-arrow-left{
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #2196f3;
  width: 25px;
  height: 100%;
  line-height: 25px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  user-select: none;
  display: flex;
  justify-content: center;
}

.gallery-arrow-right{
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #2196f3;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 999;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* Gallery arrows END */

.customPopSocket .items .promodiscount {
    display: block !important;
    left: 13px;
    position: absolute !important;
    top: 50px !important;
    padding: 0;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 26px;
    color: white;
    background: #1ba1ff;
    border-radius: 5px;
    border: 1px solid #0096ff;
    font-size: 13px;
    font-weight: bold;
}

.fkolekce .promodiscountCustomItem {
    display: block !important;
    left: 13px;
    position: absolute !important;
    bottom: 40px;
    padding: 0;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 26px;
    color: white;
    background: #1ba1ff;
    border-radius: 5px;
    border: 1px solid #0096ff;
    font-size: 13px;
    font-weight: bold;
}

.customPopSocket::before{
        content: '\f164';
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    color: #ffffff;
    font-size: 17px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background: #0096ff;
    padding: 5px;
    line-height: 18px;
    z-index: 999;
    border-radius: 5px 0px 0px 5px;
}

.customPopSocket::after{
    content: 'Krytoland doporučuje';
    display: block;
    position: absolute;
    top: 0px;
    left: 35px;
    color: #ffffff;
    font-size: 12px;
    background: #0096ff;
    padding: 5px;
    line-height: 18px;
    z-index: 999;
    text-align: left;
    border-radius: 0px 5px 5px 0px;
}

.designYourOwnMainWrapper::before{
      content: '\f164\A\f64d';
    white-space: pre;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background: #0096ff;
    background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
    padding: 0px 5px 0px 7px;
    line-height: 26px;
    z-index: 999;
    border-radius: 5px 0px 0px 5px;
}

.designYourOwnMainWrapper::after{
    content: 'Krytoland doporučuje\AGarance nejnižší ceny';
    white-space: pre;
    display: block;
    position: absolute;
    top: 0px;
    left: 26px;
    color: #ffffff;
    font-size: 8px;
    background: #0096ff;
    background: linear-gradient(180deg, rgb(0, 150, 255) 0%, rgb(0, 150, 255) 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, rgba(3, 88, 147) 51%, rgba(3, 88, 147) 100%);
    padding: 0px 7px 0px 2px;
    line-height: 26px;
    z-index: 999;
    text-align: left;
    border-radius: 0px 5px 5px 0px;}
}

.designYourownFlipWrapper::before{
   content: '\f7a2';
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    color: #ffffff;
    font-size: 17px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background: #597c94;
    padding: 5px;
    line-height: 18px;
    z-index: 999;
    border-radius: 5px 0px 0px 5px;
}

.designYourownFlipWrapper::after{
    content: 'Vytvořeno v ČR';
    display: block;
    position: absolute;
    top: 0px;
    left: 35px;
    color: #ffffff;
    font-size: 12px;
    background: #597c94;
    padding: 5px;
    line-height: 18px;
    z-index: 999;
    text-align: left;
    border-radius: 0px 5px 5px 0px;
}

.galleryButton{
    width: auto;
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #e8e8f8;
       border-radius: 5px 5px 0px 0px;
    background: #f8f8fd;
    color: #2196f3;
    font-weight: normal;
    font-size: 20px;
}

.galleryButton:hover{
  cursor: pointer;
}

.fkolekce .promodiscountGeneral{
    display: block !important;
    left: 5px;
    position: absolute !important;
    bottom: 40px;
    padding: 0;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 26px;
    color: white;
    background: #1ba1ff;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #0096ff;
    font-size: 13px;
    font-weight: bold;
}

.galleryInGlobalActive{
  background: #2196f3;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #2196f3;
}

.gkolekce #system_designs_inline{
  padding: unset!important;
  margin: unset;
}

@media only screen and (max-width: 1024px) {
body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span {
  font-size: 25px;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 49%;
}
}
@media only screen and (max-width: 786px) {
body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 33%;
}
body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 33%;
}
body div#system_designs_inline:not(.sd_bottom):not(.sdSlider) .sd_body .sd_folders {
  border: 1px solid #808080;
  border-radius: 5px;
}
body div#system_designs_inline:not(.sd_bottom):not(.sdSlider) .sd_body .sd_folders .sd_folder {
  width: 100%;
  box-shadow: none;
  padding: 15px;
  background: white;
  text-align: left;
  display: none;
}
body div#system_designs_inline .sd_body .sd_folders.opened .sd_folder {
  display: block !important;
}
body div#system_designs_inline .sd_body .sd_folders .fselect {
  display: block;
}
}
@media only screen and (max-width: 567px) {
body div#system_designs_inline .sd_body .sd_designs .sd_design.sd_txt .sd_image span {
  font-size: 20px;
}
body.kkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 49%;
}
body.pskolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 49%;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 95%;
}
/* CSS for mobile for shrink main items in flexbox START */

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_image{
  margin: 20px auto!important;
}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info {
    font-size: 10px;
    padding: 5px 16px;
}

body .fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design {
  width: 40%;
}

body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_sklad_info{
    font-size: 10px;
}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info{
      font-size: 10px;
}
.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em{
  font-size: 10px;
}
.fkolekce .designYourOwnFlip .promodiscount{
  top: 6px;
  bottom: unset;

}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_h4 h4{
  font-size: 10px;
}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice{
   font-size: 15px;
}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .oprice{
  font-size: 10px;
}

.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design .sd_action a{
  font-size: 12px;
}

.fkolekce .designYourownFlipWrapper::after{
  content: '';
  background: #ffff;;
}

.fkolekce .designYourownFlipWrapper::before{
  content: '';
}

.fkolekce .designYourownFlip .promodiscount{
    width: 35px!important;
    font-size: 10px!important;
    bottom: 25px!important;
    top: unset!important;
}
/* CSS for mobile for shrink main items in flexbox END */
.fkolekce .promodiscountGeneral,
.fkolekce .promodiscountCustomItem{
    width: 35px;
    font-size: 10px;
    bottom: 25px;
}



body div#system_designs_inline .sd_body .sd_designs .customPopSocket .sd_h4 h4{
font-size:12px}
}
@media only screen and (max-width: 400px) {
body div#system_designs_inline .sd_body .sd_designs .sd_design .sd_price .cprice {
  display: block;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info {
  font-size: 11px;
}
body.fkolekce div#system_designs_inline .sd_body .sd_designs .sd_design span.sd_premium_info em {
  font-size: 13px;
}
}


.product.promo, .product:hover{
 background-color: white!important;
}


.product h4{
 z-index:999;
 background-color: white;
}

#productVideo{
width:100%;
position: absolute;
top: -100px;
left:0px;
}

@media only screen and (max-width: 460px) {
    .product h4 {
        top: 215px;
    }
}

.navrhniSiVlastni{
     display: flex;
    justify-content: center;
    align-items: end;
}

.navrhniSiVlastni img{
  padding:0px
}

form.form_top_items_nav .product:has(>h4 > a[href^='/myphoto']),
form.form_top_items_nav .product:has(>h4 > a[href^='/myflip']){
  display:none;
}

/* krytoland - top lišta */
.listatoptop {
  color: white;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 30px;
  background: #000000;
  text-align: center;
  /*display: none;*/
  font-size: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.listatoptop a {
  color: white;
  text_decoration: underline;
}
.listatoptop a.prevmsg {
  position: absolute;
  left: 10px;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
} 
.listatoptop a.nextmsg {
  position: absolute;
  right: 10px;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.listatoptop .slide {
  display: inline-block;
}
.listatoptop span.separator {
  display: inline-block;
  padding: 0px 10px;
}

@media only screen and (max-width: 760px) {
.listatoptop span.separator, .listatoptop .slide {
  display: none;
}
.listatoptop .slide.active, .listatoptop a.prevmsg, .listatoptop a.nextmsg {
  display: block;
}
}

/* Youtube Shorts */
.homepage .shorts-container,
.stavobj .shorts-container{
clear: both;
} 

.homepage .shorts-container  h2,
.stavobj .shorts-container h2{
  margin:0px;
}

.homepage .shorts-container h2{
font-weight: bold;
    padding-left: 9px;
    font-size: 20px;
}

.stavobj .shorts-container h2{
text-align: center;
    width: 100%;
}

.shorts-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
          margin-bottom: 30px;
  width:100%;
        }

        .shorts-item {
            width: 200px;
            position: relative;
            margin: 5px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease; /* Smooth transition for the scaling effect */
        }

        .shorts-item iframe {
            width: 100%;
            height: 355px;
            border: none;
            border-radius: 16px;
        }
  .shorts-title {
                        text-align: center;
                        font-size: 24px;
                        font-weight: bold;
                        margin-bottom: 20px;
                        
                    }
  
  .shorts-item-overlay {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: transparent;
                        z-index: 10; /* Overlay on top of iframe */
                        cursor: pointer;
                    }
  
  .shorts-item:hover {
            transform: scale(1.05); /* Slightly scale up the item on hover */
        }
  
        /* Media query for mobile devices */
        @media (max-width: 768px) {
            .shorts-item {
                width: 48%;
            }
          .shorts-item:hover {
              transform: unset!important;
            }
        }

