#shop-cart [id*=cartItem]{padding-left:1px;padding-right:1px;}#shop-cart [id^='cart-note-']{padding-top:4px;}.shop-cart-3-left{float:left;width:calc(100% - 40rem);}@media screen and (max-width:1020px){.shop-cart-3-left{float:none;width:100%;}}.hidden-form-block-header{padding:1rem 2rem;background:#F4F6F8;border-radius:6px;min-height:5rem;display:flex;align-items:center;}.form-blok-header{margin:0 0 2rem 0;}.form-blok{display:flex;flex-direction:column;gap:0.5rem;}.form-blok ._company-data{margin:0;}.form-blok-radek{margin:0;display:flex;}.form-blok-radek > p{margin:0;flex-shrink:0;width:20rem;height:5rem;font-weight:400;font-size:1.5rem;line-height:2rem;display:flex;align-items:center;}.form-blok-radek > p.--required:after{content:'*';color:#D90000;margin-left:0.3rem;}.form-blok-radek > .float-left{margin:0;min-height:5rem;display:flex;align-items:center;position:relative;}.form-blok-radek input,.form-blok-radek .ui-selectmenu-button{flex-shrink:0;width:28rem;}.form-blok-radek textarea{width:100%;resize:vertical!important;}.form-input-valid,.form-input-notvalid,.form-input-loading{flex-shrink:0;margin-left:2rem;margin-right:1rem;width:1.6rem;height:1.6rem;border-radius:50%;display:none;}.form-input-valid{background:url('/templates/100/1/icons/checkbox_check.svg') center center no-repeat;background-color:#31b5d0;background-size:1rem;}.form-input-notvalid{background:url('/templates/100/1/cart-warning.svg') center center no-repeat;background-size:contain;}.form-input-loading{background:url('/templates/100/1/loading.svg?v1') center center no-repeat;background-size:contain;width:3rem;height:3rem;top:1rem;margin-left:1.2rem;}.form-blok-radek > .float-left :is(.form-input-valid-info, #check-login, #check-ic){margin:0;display:none;}.form-blok-radek > .float-left :is(.form-input-valid-info, #check-login, #check-ic) p{margin:0;font-weight:500;font-size:1.3rem;line-height:1.6rem;color:#D90000;}.form-blok-radek > .float-left :is(.form-input-valid-info, #check-login, #check-ic) a{font-weight:700;color:inherit;text-decoration:underline;}@media screen and (max-width:1240px){.form-blok-radek > .float-left{flex-wrap:wrap;}.form-blok-radek > .float-left :is(.form-input-valid-info, #check-login, #check-ic){width:100%;margin:0.5rem 0;}}@media screen and (max-width:600px){.form-blok{gap:1.5rem;}.form-blok-radek{flex-direction:column;}.form-blok-radek > p{height:auto;margin-bottom:0.5rem;}}.form-blok-radek :is(#telefon_predvolba-button, #tel_predvolba-button){width:11rem;}.form-blok-radek :is(input[name=telefon], input[name=tel]){width:calc(28rem - 11.5rem);margin-left:0.5rem;}.telefon_predvolba_flag{display:none;}@media screen and (min-width:400px){.telefon_predvolba_flag{display:block;position:absolute;left:calc(1.6rem + 1px);top:1.8rem;}.telefon_predvolba_flag img{height:1.4rem;width:2.1rem;}.form-blok-radek :is(#telefon_predvolba-button, #tel_predvolba-button) .ui-selectmenu-text{margin-left:2.8rem;margin-right:0;}#telefon_predvolba-menu .ui-menu-item div,#tel_predvolba-menu .ui-menu-item div{padding-left:4.4rem;}#telefon_predvolba-menu .ui-menu-item div:after,#tel_predvolba-menu .ui-menu-item div:after{content:'';display:block;position:absolute;top:50%;margin-top:-0.7rem;left:1.6rem;height:1.4rem;width:2.1rem;background-size:cover;background-repeat:no-repeat;}}/* POLOŽKY KOŠÍKU */.cart-item-layout{width:100%;display:grid;}.cart-item-layout > div{margin:0;}.cart-item-layout > div.cart-item-layout__image { grid-area:_image; }.cart-item-layout > div.cart-item-layout__name  { grid-area:_name; }.cart-item-layout > div.cart-item-layout__cross { grid-area:_cross; }.cart-item-layout > div.cart-item-layout__avail { grid-area:_avail; }.cart-item-layout > div.cart-item-layout__qty   { grid-area:_qty; }.cart-item-layout > div.cart-item-layout__price { grid-area:_price; }.cart-item-layout > div.cart-item-layout__total { grid-area:_total; }.cart-item-layout > div.cart-item-layout__remove{ grid-area:_remove; }.cart-item-layout.--no-image > div.cart-item-layout__image{ display:none!important; }/* layout - desktop */@media screen and (min-width:1101px){.cart-item-layout{grid-template-areas:'_image _name  _avail _price _qty   _total _remove''_      _cross _cross _cross _cross _cross _cross';grid-template-columns:10rem auto 15rem 12rem 9rem 11rem 3rem;}.cart-item-layout > div.cart-item-layout__image { justify-self:start; align-self:center; }.cart-item-layout > div.cart-item-layout__name  { align-self:center; }.cart-item-layout > div.cart-item-layout__cross { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__avail { align-self:center; }.cart-item-layout > div.cart-item-layout__qty   { justify-self:center; align-self:center; }.cart-item-layout > div.cart-item-layout__price { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__total { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__remove{ justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__cross{margin:1rem 0 0 0;}.cart-item-layout > div.cart-item-layout__avail{margin:0 1.5rem;}.cart-item-layout > div.cart-item-layout__price{margin-right:3rem;}}/* layout - tablet */@media screen and (min-width:701px) and (max-width:1100px){.cart-item-layout{grid-template-areas:'_image _name  _name  _name  _name  _remove''_image _avail _price _qty   _total _total''_image _cross _cross _cross _cross _cross';grid-template-columns:10rem auto 12rem 9rem 8rem 3rem;}.cart-item-layout > div.cart-item-layout__image { justify-self:start; align-self:start; }.cart-item-layout > div.cart-item-layout__cross { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__avail { align-self:center; }.cart-item-layout > div.cart-item-layout__qty   { justify-self:center; align-self:center; }.cart-item-layout > div.cart-item-layout__price { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__total { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__remove{ justify-self:end; align-self:start; }.cart-item-layout > div.cart-item-layout__name{margin-bottom:1.5rem;}.cart-item-layout > div.cart-item-layout__cross{margin-top:1.5rem;}.cart-item-layout > div.cart-item-layout__price{margin-right:3rem;}}/* layout - mobil */@media screen and (max-width:700px){.cart-item-layout{grid-template-areas:'_image _name  _name  _name  _remove''_avail _avail _avail _avail _avail''_price _price _qty   _total _total''_cross _cross _cross _cross _cross';grid-template-columns:10rem calc(33.3333% - 10rem) 33.3333% calc(33.3333% - 3rem) 3rem;}.cart-item-layout > div.cart-item-layout__image { justify-self:start; align-self:start; }.cart-item-layout > div.cart-item-layout__name  { align-self:start; }.cart-item-layout > div.cart-item-layout__qty   { justify-self:center; align-self:center; }.cart-item-layout > div.cart-item-layout__price { justify-self:start; align-self:center; }.cart-item-layout > div.cart-item-layout__total { justify-self:end; align-self:center; }.cart-item-layout > div.cart-item-layout__remove{ justify-self:end; align-self:start; }/* fix pro mobil, kdy se na Samsungu v Chrome cena zalamuje, i když má dost prostoru pro vykreslení na 1 řádek */.cart-item-layout > div.cart-item-layout__price,.cart-item-layout > div.cart-item-layout__total{width:100%;}.cart-item-layout.--no-image{grid-template-areas:'_name  _name  _name  _name  _remove''_avail _avail _avail _avail _avail''_price _price _qty   _total _total''_cross _cross _cross _cross _cross';}.cart-item-layout > div.cart-item-layout__image{margin-bottom:1.5rem;}.cart-item-layout > div.cart-item-layout__name{margin-bottom:1.5rem;}.cart-item-layout > div.cart-item-layout__avail{margin-bottom:1.5rem;}.cart-item-layout > div.cart-item-layout__cross{margin-top:1.5rem;}}.shop-cart-vypis{display:flex;flex-direction:column;gap:0.5rem;}.shop-cart-vypis > *{margin:0;}.shop-cart-tbl-row-product{padding:2rem;border:1px solid #E6E6E6;border-radius:6px;position:relative;}.shop-cart-tbl-col-image{}.shop-cart-tbl-col-image img{width:8rem;height:8rem;display:block;}.shop-cart-tbl-col-image img.--small{width:4rem;height:4rem;margin:-1rem 2rem;}.shop-cart-tbl-col-content{}.shop-cart-tbl-col-content .title{margin:0;font-weight:700;font-size:1.5rem;line-height:1.8rem;word-break:break-word;}.cart-item-x-plus-y{margin:1rem 0 0 0;font-weight:700;}.shop-cart-compatibility-for-printers{margin:1rem 0 0 0;background-color:#F4F8FB; border-radius:5px;padding:0.7rem 1.6rem 0.7rem 1.4rem;display:inline-flex;align-items:center;gap:1.2rem;color:#0D5EA9;font-weight:700;font-size:1.3rem;line-height:1.6rem;cursor:pointer;}.shop-cart-compatibility-for-printers:hover{text-decoration:underline;}.shop-cart-compatibility-for-printers > .__printer-img{width:1.6rem;height:1.6rem;background-color:#0D5EA9;flex-shrink:0;}.shop-cart-tbl-col-avail{}.shop-cart-tbl-col-avail p{margin:0;font-weight:600;font-size:1.5rem;line-height:1.8rem;text-align:center;}.shop-cart-tbl-col-avail p span{display:block;}.shop-cart-tbl-col-avail p.--in-stock{color:#6FA32E;}.shop-cart-tbl-col-avail p.--not-in-stock{color:#D90000;}.shop-cart-tbl-col-q{}.shop-cart-tbl-col-q p{margin:0;}.shop-cart-tbl-col-q{}.shop-cart-tbl-col-price{}.shop-cart-tbl-col-price p{margin:0;font-weight:400;font-size:1.8rem;line-height:2rem;}.shop-cart-tbl-col-price-total{}.shop-cart-tbl-col-price-total p{margin:0;font-weight:700;font-size:1.8rem;line-height:2rem;}.shop-cart-tbl-col-price p._secondary,.shop-cart-tbl-col-price-total p._secondary{font-family:Roboto, sans-serif, gf;font-size:1.4rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:normal;color:#717f95;margin-bottom:0.3rem;text-decoration:line-through; }.shop-cart-remove{}.shop-cart-remove a{display:block;width:2rem;height:2rem;background:url(/template/images/remove.svg) center right no-repeat;background-size:1rem;}.shop-cart-tbl-col-cross{}.cart-item-bulk-discount{padding:0.5rem 1.8rem 0.5rem 4.8rem;background:url('/template/images/cart.crosssell.svg') 1.8rem center no-repeat;background-size:2rem;border-radius:5px;text-align:left;cursor:pointer;}.cart-item-bulk-discount.--green{background-color:#6FA32E;}.cart-item-bulk-discount.--blue{background-color:#1188E1;}.cart-item-bulk-discount > span{display:block;font-weight:400;font-size:1.5rem;line-height:2rem;color:#FFFFFF;}.cart-item-swap-original{padding:0.5rem 0.5rem 0.5rem 4.8rem;background:url('/template/images/cart.crosssell.svg') 1.8rem center no-repeat #6FA32E;background-size:2rem;border-radius:5px;text-align:left;cursor:pointer;display:flex;}.cart-item-swap-original > .__text{margin:auto 2rem auto 0;flex-shrink:1;}.cart-item-swap-original > .__text span{display:inline-block;font-weight:400;font-size:1.5rem;line-height:2rem;color:#FFFFFF;}.cart-item-swap-original > button{margin:auto 0 auto auto;flex-shrink:0;}@media screen and (max-width:1100px){.shop-cart-tbl-col-avail p{text-align:left;}}@media screen and (max-width:700px){.shop-cart-tbl-row-product{}.shop-cart-tbl-col-image img.--small{margin:-1rem 2rem 0 2rem;}.shop-cart-tbl-col-avail p{text-align:center;}.shop-cart-tbl-col-avail p span{display:inline-block;}.shop-cart-tbl-col-avail p span:before{content:', ';}.shop-cart-tbl-col-price p{text-align:left;}}/* DÁRKY - DESKTOP */#shop-present-container{margin-top:0.5rem;display:flex;flex-direction:column;gap:0.5rem;}#shop-present-container .shop-cart-present{margin:0;padding:2rem;border:1px solid #E6E6E6;border-radius:6px;}#shop-present-container .shop-cart-present-image{}#shop-present-container .shop-cart-present-image img{width:8rem;height:auto;display:block;}#shop-present-container .shop-cart-present-title{}#shop-present-container .shop-cart-present-title .title{margin:0;font-size:1.5rem;line-height:1.8rem;}#shop-present-container .shop-cart-present-title .amount-left{margin:0.5rem 0 0 0;font-size:1.5rem;line-height:1.8rem;opacity:0.6;}#shop-present-container .shop-cart-present-q{margin:0;font-size:1.8rem;line-height:2rem;text-align:center;}#shop-present-container .shop-cart-present-price-total{margin:0;font-weight:700;font-size:1.8rem;line-height:2rem;text-align:right;}/* KOŠÍK REKAPITULACE FORMULÁŘ */.shop-cart-neregistrovany-registrujse{padding:2rem 2rem 2rem 8rem;background:#F4F6F8;border-radius:6px;position:relative;}.shop-cart-neregistrovany-registrujse:before{content:'';display:block;width:4rem;height:4rem;border-radius:50%;background:url('/template/images/shop-cart.user-icon.svg') center center no-repeat #FFFFFF;background-size:1.6rem auto;position:absolute;top:2rem;left:2rem;}.shop-cart-neregistrovany-registrujse p{margin:0;font-weight:400;font-size:1.5rem;line-height:1.8rem;}.obch-podminky{}.obch-podminky.obch-podminky-container{max-width:73rem;}.lang-de .obch-podminky.obch-podminky-container,.lang-at .obch-podminky.obch-podminky-container{max-width:53rem;}.obch-podminky :is(.g-ch, .g-ch-neni) :is([type='checkbox'], [type='radio']) + :is(label, .g-ch-label){font-size:1.3rem;line-height:1.8rem;text-align:right;}.obch-podminky a{text-decoration:underline;}.obch-podminky a:hover{text-decoration:none;}.obch-podminky .obch-podminky-bg{display:block;padding:2rem;background:#F4F6F8;border-radius:6px;}.obch-podminky .obch-podminky-bg-red{border:solid 1px #D90000;}.obch-podminky .obch-podminky-bg .g-ch :is([type='checkbox'], [type='radio']) + :is(label, .g-ch-label){display:block;text-align:left;}.lovespread{position:absolute;margin-top:-29.4rem;margin-left:6rem;}@media screen and (max-width:1200px){.lovespread{ display:none;}}/* NEMAZAT - CSS SE STÁLE POUŽÍVAJÍ - HTML JE NA STRÁNKU VKLÁDÁNA POMOCÍ JS TŘETÍ STRANY */.shop-cart-slider-item{width:100%;flex-shrink:0;flex-grow:1;margin:0;padding:2rem;box-shadow:0 2px 4px 0 rgba(25, 36, 47, 0.05);border:solid 1px #e0e5ea;background-color:#ffffff;display:flex;flex-direction:column;}.shop-cart-slider-item-title-container{display:flex;margin:0 0 1.5rem 0;}.shop-cart-slider-item-title-container img{width:4.4rem;height:auto;margin:1rem 0.8rem 0 0;}.shop-cart-slider-item-title-container h4{margin:0;}.shop-cart-slider-item-title-container h4 a{font-size:1.6rem;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#3973a8;}.shop-cart-slider-item .info-stock{font-size:1.4rem;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;margin:auto auto 1rem auto;}.shop-cart-slider-item .info-stock.in-stock{color:#6fa32e;}.shop-cart-slider-item .info-stock.not-in-stock{color:#d0021b;}.shop-cart-slider-item .price-container{margin:0 auto 1.5rem auto;}.shop-cart-slider-item .price3{font-size:1.2rem;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;text-decoration:line-through;color:#d90000;margin:0;}.shop-cart-slider-item .price3._spacer{visibility:hidden;}.shop-cart-slider-item .price{font-size:2rem;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:center;color:#26364d;margin:0;}.shop-cart-slider-item .price2{font-size:1.2rem;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#717f95;margin:0;}.shop-cart-slider-item > p,.shop-cart-slider-item > form{display:flex;justify-content:center;margin:-0.5rem;flex-wrap:wrap;}.shop-cart-slider-item .toCartCountContainer{width:7rem;margin:0.5rem;flex-shrink:0;}.shop-cart-slider-item .button-basic2{padding-right:1rem;padding-left:1rem;margin:0.5rem;flex-shrink:0;}/* úprava paddingu tak, aby na TP PL byly prvky ještě na jednom řádku */#body.body-lang-pl .shop-cart-slider-item .button-basic2{padding-right:0.7rem;padding-left:0.7rem;}.cart-form-delivery-address-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(24rem, 1fr));gap:1.5rem;}.cart-form-delivery-address{margin:0;padding:2rem;background:#F4F6F8;border-radius:6px;display:flex;}.cart-form-delivery-address.--single{grid-column:1 / -1;justify-self:left;}.cart-form-delivery-address p{margin:0;}.cart-form-delivery-address .main-delivery-address-tag{position:absolute;top:0.6rem;right:0.6rem;}.main-delivery-address-tag{font-size:1rem;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#ffffff;padding:0.3rem 0.6rem;border-radius:2px;background-color:#31b5d0;text-transform:uppercase;}.main-delivery-address-tag._large{font-size:1.6rem;padding:0.5rem 1rem;}/* FIXACE NAVIGACE NA DESKTOPU *//*@media screen and (min-width:701px){.container.page-kosik--fixed-nav{padding-bottom:8.5rem;}.container.page-kosik--fixed-nav ~ #chat-widget{bottom:8.5rem;}.container.page-kosik--fixed-nav ~ div > #CookiebotWidget{bottom:calc(10px + 8.5rem);}.container.lang-de.page-kosik--fixed-nav ~ #trustedshops-badge,.container.lang-at.page-kosik--fixed-nav ~ #trustedshops-badge{bottom:8.5rem;}.container.lang-de.page-kosik--fixed-nav ~ div > #CookiebotWidget,.container.lang-at.page-kosik--fixed-nav ~ div > #CookiebotWidget{bottom:calc(100px + 8.5rem); }.container.page-kosik--fixed-nav .shop-cart-nav-and-timer{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#ffffff;border-top:3px solid #31b5d0;margin:0;}@media screen and (min-width:1601px){.container.page-kosik--fixed-nav .shop-cart-nav-and-timer{padding-left:calc(50% - 800px + 90px);padding-right:calc(50% - 800px + 90px);}}@media screen and (min-width:1461px) and (max-width:1600px){.container.page-kosik--fixed-nav .shop-cart-nav-and-timer{padding-left:calc(50% - 710px);padding-right:calc(50% - 710px);}}@media screen and (max-width:1460px){.container.page-kosik--fixed-nav .shop-cart-nav-and-timer{padding-left:20px;padding-right:20px;}}}*/