BODY {font-family: 'Open Sans', sans-serif; font-size: 14px; margin: 0px;}

.mainFrame {width: 1200px; margin: 0px auto;}
.hidden {display: none;}
.kotva {width: 100%; height: 0px; float: left; line-height: 0px;}
.obrazekVlevo {float: left; margin: 0px 15px 10px 0px;}
.obrazekVpravo {float: right; margin: 0px 0px 10px 15px;}
.block {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.hamburger {display: none;}

IMG {border: 0px;}
P, H1, H2, H3, H4, H5, H6 {margin: 0px;}
P {line-height: 1.6;}
A {color: inherit; text-decoration: none;}
HR {width: 100%; height: 1px; float: left; background-color: #757374; border: 0px; margin: 10px 0px;}
INPUT {background-color: transparent; padding: 0px; border: 0px; font-size: 12px; color: #494949;}
INPUT[type=submit] {cursor: pointer; font-size: 12px; color: #494949; font-weight: 600;}

.floatL {float: left;}
.floatR {float: right;}
.line {width: 100%; float: left;}
.trans {transition: all 0.3s;}
.corner {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.arrowR::AFTER {content:' ►'; float:right; margin:0 0 0 10px; -moz-transition:0.5s all;-webkit-transition:0.5s all; }
.arrowR:HOVER::AFTER { -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); text-shadow: 1px 0 rgba(0,0,0,0.4); }

.flexbox {display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;}

#loading {display: none; position: fixed; left: 50%; top: 50%; z-index: 999;}
#loading.zahrada {color: #1c5d41;}

#mainBanner .slide {width: 100%; height: auto; display: flex; align-items: flex-end; justify-content: space-around; background-size: cover; background-position: center; color: #FFF; position: relative;}
#mainBanner .slide .filter {}
#mainBanner .slide .text {width: 1600px; margin: 0 auto 40px auto; z-index: 1;}
#mainBanner .slide .text h2 {margin: 5px 0; padding: 0; font-size: 40px; text-transform: uppercase; text-shadow: 0px 0px 10px rgba(0,0,0,0.5);}
#mainBanner .slide .buttonMore {display: inline-block; padding: 8px 24px; background-color: #3a4875; font-weight: 300; font-size: 15px; border-radius: 0px; margin: 0px 0px 0px 0px; transition: all 200ms; text-transform: uppercase;}
#mainBanner .slide .buttonMore:hover {background-color: #6977a4;}

.uvedene-ceny {width: 100%; float: left; font-size: 12px; margin: 10px 0 0 0; border-top: 1px dotted #424040;}

.loadingContainer {width: 100%; min-height: 500px; float: left; padding: 0px 0px; /*background-image: url('/images/loading.gif'); background-repeat: no-repeat; background-position: center center; background-size: 300px 300px;*/}
.loadingContainer:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #FFF;
    display: block;
    top: 100px;
    z-index: 10;
    left: calc(50% - 50px);
    border-radius: 50%;
    box-shadow: 0 0 6px 0px #DCDCDC;
    background-image: url('/images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
}
.loadingContainer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.asyncItemsContainer {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

#paticka {padding: 15px 0; background-color: #646261; border-top: 1px #5c5a5a solid; font-size: 14px; font-weight: 300; color: #e2e2e2;}
#paticka.typ_z {background-color: #2b724e; border-color: #2b724e;}
#paticka h3 {padding: 5px 0; margin: 0; font-size: 14px; font-weight: 700;}
#paticka a:hover {text-decoration: underline;}
#paticka a img {margin-left: 3px;}
#paticka ul {list-style: none; padding: 0; margin: 0;}
#paticka ul li {list-style: none; padding: 0; margin: 0;}
#paticka .inner {justify-content: space-between;}
#paticka .phone {display: inline-block; padding: 3px 0 3px 25px; background-image: url("/images/icon-phone-white.png"); background-repeat: no-repeat; background-position: left center;}
#paticka .email {display: inline-block; padding: 3px 0 3px 25px; background-image: url("/images/icon-email-white.png"); background-repeat: no-repeat; background-position: left center;}
#paticka .netsimple {margin-top: 4px; font-size: 13px;}
#paticka .heureka {align-items: center;}
#paticka .zbozi {align-items: flex-end; flex-direction: column; justify-content: center;}
#paticka .let {flex-direction: column; align-items: flex-end;}
#paticka .let img {width: 120px;}

#paticka .pay {margin: auto 20px auto 0; flex-direction: column; align-items: center;}
#paticka .pay img {margin: 3px 0;}
#paticka .pay .hc {width: 44px;}

.buttonBig01 {float: right; color: #1c252c; display: block; padding: 10px 10px 10px 20px; font-size: 14px; /*background-color: #b5ce27;*/ background-color: #f1e05b;}
.buttonBig01.zahrada {background-color: #1c5d41; color: #fff;}
.buttonBig01::after {margin:0 0 0 15px;}
.buttonBig01::hover {background-color: #e7491d;}

.arrowActive::AFTER {content:' ►'; float:right; margin:0 0 0 10px; -moz-transition:0.5s all; -webkit-transition:0.5s all; }
.arrowActive:HOVER::AFTER {-moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); text-shadow: 1px 0 rgba(0,0,0,0.4); }

#rightFloatedFrame {width: 40px; height: 240px; float: left; background-image: url('/images/tracking.png'); background-repeat: no-repeat; background-position: left; position: fixed; right: 0px; top: 180px; overflow: hidden; z-index: 100; font-size: 12px; transition: width 0.75s; }
#rightFloatedFrame:HOVER { width: 200px; }
#rightFloatedFrame .opener {width: 40px; height: 240px; float: left; display: block; }
#rightFloatedFrame .rightFloatedContent {width: 130px; height: 219px; padding: 20px 15px 0px 15px; background-color: #f7eb8b; float: left; position: absolute; left: 40px;}
#rightFloatedFrame .rightFloatedContent H3 {width: 100%; text-align: center; color: #494949; font-size: 15px; font-weight: 600; text-transform: uppercase; margin: 0px 0px 10px 0px;}
#rightFloatedFrame .rightFloatedContent P {width: 100%; text-align: center; color: #494949;}
#rightFloatedFrame .rightFloatedContent INPUT[type=text] {background-color: #494949; box-shadow: 0 0 10px #2d2d2d inset; color: #e2e2e2; float: left; height: 31px; margin: 10px 0 5px; padding: 0 10px; width: 100%;}
#rightFloatedFrame .rightFloatedContent INPUT[type=submit] {background-color: #494949; box-shadow: 0 0 10px #2d2d2d inset; color: #e2e2e2; float: right; height: 31px; width: 36px;}

#fullMapFrame {width: 100%; height: 300px; float: left;}

#topFrame {width: 100%; height: 106px; float: left; }
#logoFrame {width: 400px; height: 66px; float: left; display: block; margin: 20px 0px 0px 0px;}
#logoFrame img {max-width: 310px;}
#logoFrame h1 {margin: 0; padding: 0; line-height: 1; text-transform: uppercase; font-family: 'Quilon-Semibold';}
#logoFrame h1.zahrada {font-size: 38px;}
#searchFrame {width: 228px; height: 31px; float: left; margin: 40px 0px 0px 237px; position: relative;}
#searchFrame INPUT[type=text] {width: 172px; height: 31px; float: left; padding: 0px 10px;}
#searchFrame INPUT[type=submit] {width: 36px; height: 31px; float: left;}
#searchFrame #searchTipsContainer {width: 398px; max-height: 500px; overflow-y: scroll; padding: 1px; float: left; position: absolute; top: 31px; left: 0px; background-color: #646464; display: none; z-index: 100; overflow-x: hidden;}
#searchFrame #searchTipsContainer .searchTipsLine {width: 100%; float: left; padding: 8px 15px; font-size: 12px; background-color: #7c7c7c;}
#searchFrame #searchTipsContainer .searchTipsLine:HOVER {background-color: #646464;}
#searchFrame #searchTipsContainer .header {background-color: #646464; font-weight: 600; border-bottom: 1px #c6c6c6 solid;}
#searchFrame #searchTipsContainer .header:HOVER {background-color: #646464;}
#searchFrame #searchTipsContainer .bt {border-top: 1px #c6c6c6 solid;}
#searchFrame #searchTipsContainer .center {font-weight: 600; text-align: center;}

#topKontaktFrame {width: 250px; min-width: 210px; height: 86px; padding: 10px 0px; float: right; background-size: 100% 100%; color: #fff; font-size: 15px; font-weight: 600; text-align: center;}
#topKontaktFrame .inner {width: 100%; height: 48px; float: left; padding: 0px 20px; border-bottom: 1px #494949 solid;}
#topKontaktFrame .inner P {line-height: 1.3;}
#topKontaktFrame .kosik {width: 100%; height: 47px; float: left; padding: 12px 20px 0px 50px; display: block; background-position: 20px center; background-repeat: no-repeat; text-align: left;}

#fullMenuFrame {width: 100%; height: 43px; margin: 0px; padding: 0px 0px 0px 0px; float: left; background-repeat: repeat-x;}
#fullMenuFrame UL {width: 100%; height: 43px; float: left; padding: 0px; margin: 0px; list-style: none; font-size: 13px; text-transform: uppercase; font-weight: 500; background-image: url('/images/top-menu-sepr.png'); background-position: left; background-repeat: no-repeat;}
#fullMenuFrame UL LI {position: relative; height: 43px; float: left; padding: 0px 1px 0px 0px; margin: 0px; background-image: url('/images/top-menu-sepr.png'); background-position: right; background-repeat: no-repeat;}
#fullMenuFrame UL LI A {height: 31px; float: left; padding: 12px 16px 0px 16px;}
#fullMenuFrame UL LI:HOVER {background-repeat: repeat-x;}
#fullMenuFrame UL LI A:HOVER {}
#fullMenuFrame UL .last {background-image: none; padding-right: 0px;}
#fullMenuFrame UL .last A {padding-right: 0px;} 
#fullMenuFrame UL LI .submenu {width: 180px; height: auto; float: left; display: none; position: absolute; z-index: 100; top: 42px; left: 0px; background-color: #082144;}
#fullMenuFrame UL LI .submenu LI {width: 180px; padding: 0px; height: auto; border-right: 0px; border-top: 1px #535353 solid; float: left;}
#fullMenuFrame UL LI .submenu LI A {width: 150px; padding: 10px 15px; color: #FFF; height: auto; border: 0px; float: left;}
#fullMenuFrame UL LI .submenu LI A:HOVER {}

#contentFrame {width: 100%; float: left; background-repeat: repeat-y; background-position: left;}

#mainLeftFrame {width: 287px; padding: 10px 1px 0px 0px; float: left; position: relative;}
#mainLeftFrame .padd {width: 100%; padding: 0px 20px 0px 20px; float: left;}
#mainLeftFrame H3 {color: #e8e8e8; font-size: 20px; font-weight: 600; margin: 0px 0px 10px 0px;}
#mainLeftFrame .menu, #mainLeftFrame UL {list-style: none; padding: 0px; margin: 0px; float: left; font-size: 12px; color: #e2e2e2; font-weight: 600;}
#mainLeftFrame .menu LI {width: 100%; float: left;}

#mainLeftFrame .menu LI A {width: 100%; float: left; display: block; padding-top: 6px; padding-bottom: 6px; border-bottom: 1px #494949 solid;}
#mainLeftFrame .menu LI:hover {background-image: url('/images/left-menu-on.jpg'); background-size: 100% 100%; /*color: #373636 !important;*/}
/*#mainLeftFrame .menu LI A:hover {color: #494949;}*/
#mainLeftFrame .menu LI UL {width: 100%; background-color: #2e2c2c;}
#mainLeftFrame .menu LI UL LI UL {border-bottom: 1px #494949 solid;}
#mainLeftFrame .menu LI UL LI UL LI A {padding-top: 3px; padding-bottom: 3px; border-bottom: 0px;}
#mainLeftFrame .menu LI UL LI UL LI UL LI A {padding-top: 3px; padding-bottom: 3px; border-bottom: 0px; padding-left: 40px;} 
#mainLeftFrame #newsletterFrame {width: 100%; float: left; padding-top: 15px; padding-bottom: 15px; }
#mainLeftFrame #newsletterFrame INPUT[type=text] {width: 100%; height: 31px; float: left; padding: 0px 10px; margin: 10px 0px 5px 0px;}
#mainLeftFrame #newsletterFrame INPUT[type=submit] {width: 36px; height: 31px; float: right;}
#mainLeftFrame .astra {width: 260px; height: 474px; float: left; background-image: url('/images/astra.png'); position: absolute; top: -140px; right: 287px; z-index: 100;}

#lastViewedCont {width: 100%; float: left; margin: 0px 0px 20px 0px;}
#lastViewedCont H2 {font-size: 15px; font-weight: 600; color: #f1e78c; margin: 10px 0px 0px 0px; text-transform: uppercase;}
#lastViewedCont .inner {width: 100%; float: left; padding: 10px 20px 0px 20px;}
#lastViewedCont .lastViewedItem {width: 100%; float: left; border-bottom: 1px #5b5a5a solid; padding: 10px 20px 10px 20px;}
#lastViewedCont .lastViewedItem .photo {width: 80px; float: left; margin: 0px 20px 0px 0px; border: 1px #50504f solid;}
#lastViewedCont .lastViewedItem H3 {font-size: 13px; color: #FFF; font-weight: 600;}
#lastViewedCont .lastViewedItem P {font-size: 13px; color: #FFF; font-weight: 600;}
#lastViewedCont .lastViewedItem .more {width: 135px; padding: 5px 0px; float: left; background-color: #484848; color: #FFF; text-align: center; margin: 10px 0px 0px 0px;}

#mainFullWidth .col3 .left p a.hc {text-decoration: none; font-weight: 400; color: #f9f1a8; font-size: 13px;}
#mainFullWidth .col3 .left p a.hc:hover {text-decoration: underline;}

#mainRightFrame {width: 853px; padding: 0px 30px; float: right;}

#mainFullWidth {width: 100%; padding: 10px 30px; float: left; background-color: #646361;}
#mainFullWidth .col3 {width: 340px; float: left;}
#mainFullWidth .col3 .deleteFrame {width: 20px; float: left; font-size: 20px; font-weight: 600; color: #f9f1a8; line-height: 24px;}
#mainFullWidth .col3 .deleteFrame A:HOVER {text-decoration: underline;}
#mainFullWidth .col3 .photoDescFrame {width: 320px; float: left; border-bottom: 1px #757374 solid; padding: 0px 0px 0px 0px; margin: 0px 0px 15px 0px;}
#mainFullWidth .col3 .photoCont {width: 52px; float: left; margin: 0px 10px 20px 0px;}
#mainFullWidth .col3 .photo {width: 52px; float: left;}
#mainFullWidth .col3 .descFrame {width: 258px; float: left;}
#mainFullWidth .col3 .descFrame P {margin: 0px 0px 10px 0px;}
#mainFullWidth .col3 .descFrame P A {text-decoration: underline;}
#mainFullWidth .col3 .descFrame .small {color: #f9f1a8; font-weight: 600;}
#mainFullWidth .col3 .descFrame .cnt {width: 20px; height: 25px; float: left; padding: 0px 10px; margin: 0px 0px 5px 0px; border: 1px #a0a0a0 solid; background-color: #c9c9c9; color: #424040; -moz-box-shadow: inset 0 0 10px #a0a0a0; -webkit-box-shadow: inset 0 0 10px #a0a0a0; box-shadow: inset 0 0 10px #a0a0a0; text-align: center;}
#mainFullWidth .col3 .descFrame .ks {width: auto; float: left; margin: 3px 0px 0px 5px; font-size: 13px;}
#mainFullWidth .col3 H2 {margin: 0px 0px 10px 0px; font-size: 15px; font-weight: 600; width: 100%; float: left;}
#mainFullWidth .col3 LABEL {width: 100%; float: left; margin: 0px 0px 10px 0px;}
#mainFullWidth .col3 .dopravaSelector {float: left; margin: 7px 5px 10px 0px;}
#mainFullWidth .col3 .left {width: 70%; float: left; font-size: 14px; font-weight: 600;}
#mainFullWidth .col3 .left P {line-height: 1.3;}
#mainFullWidth .col3 .left .gray {font-weight: normal; font-size: 12px;}
#mainFullWidth .col3 .right {width: 30%; float: left; text-align: right; font-size: 14px; font-weight: 600;}
#mainFullWidth .col3 H2.mt {margin-top: 15px;}
#mainFullWidth .col3.center {margin-left: 60px; margin-right: 60px;}
#mainFullWidth .totalPrice {width: 100%; padding: 10px 20px 9px 20px; margin: 0px 0px 20px 0px; float: left; background-color: #f9f1a8; color: #515050; font-size: 18px; font-weight: 600;}
#mainFullWidth .totalPrice .left {width: 50%; float: left;}
#mainFullWidth .totalPrice .right {width: 50%; float: left; text-align: right;}
#mainFullWidth .dopravaSelect {width: 100%; float: left; padding: 5px 10px; border: 1px #ccc solid;}

#bannerFrame {width: 851px; height: 325px; border: 1px #949073 solid; border-top: 0px; float: left;}

#fullBottomFrame {width: 100%; float: left; background-color: #646261; border-top: 1px #5c5a5a solid; padding: 30px 0px; color: #FFF;}
#fullBottomFrame .column {width: 20%; float: left;}
#fullBottomFrame .alignR {text-align: right;}
#fullBottomFrame A:HOVER {text-decoration: underline;}

#filterCont {width: 100%; float: left; margin: 20px 0px 20px 0px;}
#filterCont .column3 {width: 32%; min-height: 100px; float: left; margin: 0px 2% 20px 0px; padding: 10px 10px 10px 10px; background-color: #585657; border: 1px solid #4a4949;}
#filterCont .column3.last {margin-right: 0px;}
#filterCont .column3 H3 {font-size: 16px; font-weight: 600; margin: 0px 0px 10px 0px;}
#filterCont .column3.colors H3 { margin-bottom: 5px; }
#filterCont .column3.colors .colorFiltr {width: 30px; float: left; margin: 5px 10px 0px 0px; cursor: pointer;}
#filterCont .column3.colors INPUT {display: none;}
#filterCont .column3.colors .colorFiltr IMG {width: 100%; float: left;}
#filterCont .column3.colors LABEL {width: 100%; float: left; border: 2px #FFF solid;}
#filterCont .column3.colors .halfCheckFrame {width: auto; float: left;}
#filterCont .column3 .halfCheckFrame {width: 50%; float: left;}

#filterCont .sizeLine {margin: 0px 0px 10px 0px;}
#filterCont .sizeLine P {margin: 1px 0px 0px 0px;}
#filterCont .sizeName {width: 70px; float: left;}
#filterCont .sizeParam {width: 24px; float: left;}
#filterCont .sizeInput {width: 28px; height: 18px; background-color: #FFF; border: 1px #c2c5c8 solid; float: left; margin: 0px 10px 0px 0px; text-align: center;}
#filterCont .sizeUnit {width auto; float: left; color: #a3a6ab; font-style: italic;}

.itemsFrame {width: 100%; float: left; margin: 20px 0px;}
.itemsFrame .itemFrame {width: 202px; padding: 20px 30px; border: 1px #4a4949 solid; min-height: 400px; float: left; margin: 0px 30px 20px 0px; position: relative; background-color: #5c5a5a; position: relative;}
.itemsFrame .itemFrame .photo {/*width: 204px;*/ padding: 0px 0px 0px 0px; float: left; /*background-image: url('/images/loading.gif'); background-position: center center; background-repeat: no-repeat;*/}
.itemsFrame .itemFrame .desc {width: 100%; height: 133px; float: left; overflow: hidden;}
.itemsFrame .itemFrame H2 {width: 100%; height: 65px; float: left; font-size: 16px; margin: 10px 0px 10px 0px; font-weight: 600; color: #f1e78c; overflow: hidden;}
.itemsFrame .itemFrame H2 A {text-decoration: none;}
/*.itemsFrame .itemFrame H2.headingSize2 {font-size: 16px; color: #f1e78c;}*/
.itemsFrame .itemFrame P {width: 100%; float: left; font-size: 12px; color: #e9e9e9; line-height: 1.4; margin: 10px 0px 0px 0px;}
.itemsFrame .itemFrame .priceFrame {width: 100%; float: left;}
.itemsFrame .itemFrame .priceFrame .priceVat {width: 100%; float: left; margin: 10px 0px 0px 0px; font-size: 14px; color: #f1e05b; padding: 0px 0px 0px 0px; font-weight: bold;}
.itemsFrame .itemFrame .priceFrame .buy {width: 100%; float: right; margin: 15px 0px 0px 0px; padding: 6px 0px 6px 0px; font-size: 15px; color: #dadada; background-color: #1c252c; text-align: center; font-weight: 600;}
.itemsFrame .itemFrame .stock {height: 18px; float: right; padding: 4px 15px 0px 15px; font-size: 12px; color: #FFF; background-color: #b5de12; font-weight: 100; position: absolute; right: 0px; top: 253px;}
.itemsFrame .itemFrame .bublinyCont {position: absolute; right: 0px; top: 105px; float: left; }
.itemsFrame .itemFrame .bublina {float: right; padding: 6px 8px; background-color: #ecd400; font-size: 12px; font-weight: 600; clear: both; color: #494949; margin: 0px 0px 7px 0px; min-width: 70px; border: 1px solid black; box-shadow: 2px 2px 2px #4a4a4a;}
.itemsFrame .itemFrame .photoCont {width: 100%; height: 200px; float: left; overflow: hidden;}
.itemsFrame .itemFrame .perex {width: 100%; height: 120px; float: left; overflow: hidden;}
.itemsFrame .last {margin-right: 0px;}

#itemDetail {width: 100%; float: left;}
.detailLeftFrame {width: 665px; padding: 0px 30px 0px 0px; float: left;}
.detailLeftFrame .priceFrame {width: 100%; float: left; padding: 10px 15px; margin: 20px 0px 10px 0px;}
.detailLeftFrame .priceFrame .dopravaSk {width: 100%; float: left; line-height: 1.4; margin-top: 15px 0px 0px 0px;}
.detailLeftFrame .priceFrame .freeDelivery {width: 100%; float: left; margin: 10px 0px 0px 0px;}
.detailLeftFrame .paramFrame {width: 100%; float: left; padding: 0px; margin: 10px 0px 0px 0px;}
.detailLeftFrame .paramFrame .paramValue {width: 100%; float: left;}
.detailLeftFrame .paramFrame H3 {width: 100%; float: left; padding: 10px 15px 5px 15px; margin: 0px 0px 0px 0px; border-bottom: 1px #515050 solid; font-size: 15px; font-weight: 600; text-transform: uppercase;}
.detailLeftFrame .paramFrame .inner {width: 100%; float: left; padding: 10px 15px;}
.detailLeftFrame .paramFrame INPUT[type=radio] {width: 20px; float: left; margin: 7px 10px 5px 0px;}
.detailLeftFrame .paramFrame INPUT[type=checkbox] {width: 20px; margin: 8px 10px 10px 0px; float: left;}
.detailLeftFrame .paramFrame INPUT[type=text] {width: 20px; padding: 2px 10px; margin: 5px 10px 10px 0px; float: left; text-align: center; background-color: #f7f7f7; border: 1px #cbcbcb solid; font-size: 13px;}
.detailLeftFrame .paramFrame .paramName {width: 600px; float: left; font-size: 15px; font-weight: 600; margin: 0px;}
.detailLeftFrame .paramFrame .desc {width: auto; float: left; font-size: 13px; margin: 4px 10px 0px 0px;}
.detailLeftFrame .paramFrame .desc.full {width: 100%; margin-top: 0px;}
.detailLeftFrame .paramFrame .price {font-size: 15px; font-weight: 600; color: #f9f1a8;}
.detailLeftFrame .paramFrame .kosikLine {width: 100%; padding: 10px 15px; float: left;}
.detailLeftFrame .paramFrame .kosikLine INPUT[type=text] {width: 30px; height: 31px; float: left; padding: 0px 10px; margin: 10px 0px 5px 0px; border: 1px #a0a0a0 solid; background-color: #c9c9c9; color: #424040; -moz-box-shadow: inset 0 0 10px #a0a0a0; -webkit-box-shadow: inset 0 0 10px #a0a0a0; box-shadow: inset 0 0 10px #a0a0a0;}
.detailLeftFrame .paramFrame .kosikLine INPUT[type=submit] {width: auto; float: right; padding: 8px 15px 7px 15px; margin: 10px 0px 5px 0px; background-color: #f6ee9b; color: #424040; font-size: 16px; font-weight: 600; text-transform: uppercase;}
.detailLeftFrame .paramFrame .kosikLine .ks {float: left; margin: 15px 0px 0px 10px; color: #FFF; font-size: 14px; font-weight: 600;}
.detailLeftFrame .paramFrame .kosikLine .skladem {color: #f9f1a8;}

.detailLeftFrame .paramFrame .buyHc {width: 100%; float: left; padding: 0 15px 10px 0; justify-content: flex-end;}
.detailLeftFrame .paramFrame .buyHc a {width: 180px;}
.detailLeftFrame .paramFrame .buyHc a img {max-width: 100%;}

.detailLeftFrame .paramFrame.bm {margin: 0px 0px 20px 0px;}
.detailLeftFrame .dokumenty {width: 100%; float: left; ; padding: 0px; margin: 0px 0px 0px 0px; border-bottom-style: ridge; border-width: 3px; border-color: lightgray;}

/* zásah 14.5.2020 */
.detailLeftFrame .videoListHeader {width: 100%; float: left; margin: 20px 0px 0px 0px; padding: 10px 20px 5px 20px;}
/* .detailLeftFrame .videoListHeader {width: 100%; float: left; background-color: #e4e4e4; margin: 20px 0px 0px 0px; padding: 10px 20px 5px 20px;} */ 
.detailLeftFrame .videoList {width: 100%; float: left; margin: 0px 0px 0px 0px;}
/* .detailLeftFrame .videoList {width: 100%; float: left; background-color: #e4e4e4; margin: 0px 0px 0px 0px;} */

.detailLeftFrame .videoList TD {padding: 0px 10px 10px 10px;}
.detailLeftFrame .videoList IMG {width: 100%; float: left;}


.detailRightFrame {width: 158px; float: left;}
.detailRightFrame IMG {border: 1px #66645a solid; width: 156px; float: left; margin: 0px 0px 15px 0px;} 

.orderFrame {width: 100%; float: left; padding: 5px 0px; font-size: 13px; color: #a8abb0; border-bottom: 1px #757374 solid;}
.orderFrame .inner {width: auto; float: right;}
.orderFrame .orderDesc {width: auto; float: right; margin: 5px 10px 0px 0px; color: #a8abb0; }
.orderFrame .order {padding: 4px 10px; float: left; margin: 0px 0px;}
.orderFrame .order:HOVER {color: #545454;}
.orderFrame .order.on {}
.orderFrame UL {float: right; width: auto; list-style: none; margin: 0px; padding: 0px;}
.orderFrame UL.selector {width: 140px; position: relative;}
.orderFrame UL.selector LI {width: 120px; float: left; padding: 6px 10px;}
.orderFrame UL.selector LI.arrow {cursor: pointer;}
.orderFrame UL.selector LI.arrow::after {content: " ▼"; color: #a8abb0; float: right; margin-left: 5px;} 
.orderFrame UL.subframe {width: 130px; position: absolute; top: 28px; right: 0px; z-index: 100; display: none;}
.orderFrame UL.subframe LI {width: 130px; float: left; padding: 0px;}
.orderFrame UL.subframe LI A {width: 110px; float: left; padding: 6px 10px; background-color: #f0f3f5; color: #545454; border-bottom: 1px #e2e4e5 solid;}
.orderFrame UL.subframe LI A:HOVER {background-color: #626061; color: #FFF;}

.slider-range {width: 94%; margin: 0px 3%;}

.textContainer {width: 100%; float: left;}
.textFrame .error {font-weight: 600; font-size: 12px; color: #c77609;}
.textFrame H1 {font-size: 25px; font-weight: 500; margin: 20px 0px 10px 0px;}
.textFrame H2 {font-size: 25px; font-weight: 600; margin: 20px 0px 10px 0px;}
.textFrame H3 {font-size: 22px; font-weight: 600; margin: 20px 0px 10px 0px;}
.textFrame H4 {font-size: 20px; font-weight: 600; margin: 20px 0px 10px 0px;}
.textFrame H5 {font-size: 18px; font-weight: 600; margin: 20px 0px 10px 0px;}
.textFrame P {line-height: 1.6; margin: 5px 0px; }
.textFrame UL {line-height: 1.6; list-style-type: square;}
.textFrame A {text-decoration: underline;}

H2.prislus {width: 100%; float: left; padding: 12px 15px; margin: 10px 0px 0px 0px; font-size: 25px; font-weight: 600;}

.fs-14 {font-size: 14px;}
.fs-16 {font-size: 16px;}
.fs-20 {font-size: 20px;}
.fw-6 {font-weight: 600;}
.lh-30 {line-height: 30px;}
.textFrame .ntm {margin-top: 0px;}

.mr-60 {margin-right: 60px;}

.flo-r {float: right !important;}

.button1 {width: 100%; padding: 9px 0px 8px 0px; margin: 10px 0px 0px 0px !important; float: left; background-color: #ccc; border: 0px; color: #515050; font-size: 18px; font-weight: 600; cursor: pointer; text-transform: uppercase; text-decoration: none !important; text-align: center;}

.addressDo {width: 100%; float: left;}

.textFrame .headingMain {border-left: 4px #f9f1a8 solid; padding: 0px 0px 0px 10px; width: 100%; float: left; margin: 10px 0px 20px 0px;}

.infoPanel {width: 100%; float: left; padding: 10px 20px; background-color: #f9f1a8; text-align: center; margin: 10px 0px; font-weight: 600;}
.infoPanel.done {background-color: green;}

.navigFrame {width: 100%; float: left; margin: 15px 0px 20px 0px;}

.newsframe {width: 100%; float: left; border-top: 1px #eeeded solid; padding: 15px 0px 0px 0px; margin: 15px 0px 15px 0px;}
.newsframe .newsImage {float: left; border: 1px #ccc solid; width: 150px; margin: 0px 20px 5px 0px;}


