/* Rozšíření - 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;
}
}

/* Caseland - Celý web */
#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 .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: 'CaseLand Ви препоръчва';
  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: 'Гаранция за най-ниска цена';
  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: 'CaseLand Ви препоръчва\AГаранция за най-ниска цена';
  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;
}
a.add1a, a.add1b {
  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 {
  margin-right: 8px;
  font-size: 19px;
}
a.add1a:hover, a.add1b: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 {
  width: 90%;
  right: 5%;
}
}
@media only screen and (max-width: 460px) {
body .product a.add1a, body .product a.add1b {
    top: 330px !important;
    font-size: 12px;
}
body .product a.add1a em, body .product a.add1b 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 {
  padding: 15px 0 0px 10px;
  text-align: left;
}
.detail_hd_form form {
  border: 1px solid #ddd;
  padding: 16px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
}
.detail_hd_form form fieldset {
  padding: 0px;
  border: 0px none;
}
.detail_hd_form form fieldset div.hd_info {
  font-style: italic;
  color: #aaa;
  margin-top: 20px;
}
.detail_hd_form form fieldset div.mail_div{
  margin-bottom: 10px;
}
.detail_hd_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 {
  margin-top: 10px;
}
.detail_hd_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 {
  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 {
  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;
}
.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("/rimage/122419625/28785652_content_7d881894d8e4e8bb53f59b2c7ebb29ff.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 a.minfo {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  text-decoration: none;
}
.doprava_info_box .doprava .pobliz a.minfo {
  display: inline;
  position: relative;
  top: 0px;
  transform: translateY(0);
  right: 0px;
  text-decoration: none;
}
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.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);
}
/* 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;
}

.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;
}
/* 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%; 
}

/* 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 */

.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;
    }
}


.subCollectionsSd_folders{
      justify-content: left;
}

.subCollectionsSd_folders{
  background-color: #f0f0f0c9;
}

body #galleryProducts  #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;
}

.subCollectionsSd_folders .sd_folder{
      display: grid;
    place-items: center;
}

.subCollectionsSd_folders .preview {
    height: 70px !important;
    width: 70px !important;
}

.subCollectionsSd_folders span {
    font-size: 13px !important;
}

.designYourOwnKryt img:first-child{
  width: 80%!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;
}



.eshop_feedback_v2{
z-index:999999999;
}

/* Paging START */

#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 {
  text-align: center;
  /* display: none; */
  margin: 20px 0px;
  float:left;
  width:100%;
}

.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;
  }
}


/* Paging END */


.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;
  }
}


.eurPriceDetailProduct{
   padding-left: 10px;
  color: #808080;
}

.priceEuroPopup{
color: #808080;
}

.eurPriceDetailProductVypis{
 position: absolute;
    bottom: 47px;
    top: 443px;
left: 60px;
  color: #808080;
    font-size: 19px;
}


@media only screen and (max-width: 460px) {
    .product span.promoprice, html body #base .product .price {
        top: 280px;
    }
.eurPriceDetailProductVypis{
 bottom: 45px;
    top: unset;
  padding-left: 2%;
}
}


#speedPreview .spProductPriceBlock{
 margin-bottom:10px;
}

body #context{
      top: -35px!important;
}

.basketPriceEur{
 float: right;
 padding-right: 17px;
}

/* 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 [BG] */
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: 'Caseland препоръчва';
    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: 'Caseland препоръчва\AГаранция за най-ниска цена';
    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;
}
}


.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;
}

.priceGridGlobalEuro{
  display: grid;
    grid-template-columns: auto auto;
    justify-content: center; /* centers the whole grid horizontally */
    align-items: center;     /* centers items vertically within their row */
    grid-row-gap: 2px; 
}

.globalGalleryEur{
 display:block;
 text-align:left;
    padding: 0px 5px;
 color: #808080;
}

/* Příslušenství pro Apple */
.item-heading-h1, .item-heading-h2, .item-heading-h3 {
  display: none;
}

