* { padding: 0; margin: 0; }
:root { --blue: #0079be; --blue-hover: #008acf; --gray: #f3f3f3; --yellow: #fab800; --aver-ultralight: #f9ede5; --aver-light: #eec1a5; --aver-dark: #b28d77; }

/******************************************************************************/

input, textarea, select { padding: 4px 5px; }
select option[disabled="disabled"] { color: #990033; }
fieldset { background: rgba(230, 230, 230, 0.25); border: 1px solid #dedede; border-radius: 5px; float: left; margin-right: 10px; padding: 5px 10px; }
fieldset legend .fa { color: #aaa; padding: 0 2px; }
fieldset legend .fa:hover { color: #444; }
ul { list-style: none; }
ul li::before {content: "•"; color: #ff6c08; display: inline-block; margin-left: -1em; width: 1em; }

.responsive-design { font-size: 1em; }

/******************************************************************************/

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: oswald; font-size: 1em; }
.custom-combobox-toggle { margin: -2px 0 0 1px; padding: 8px 2px 8px 1px; }

a[href^="tel"] { color: inherit; text-decoration: none; }
a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; line-height: inherit !important; }

/******************************************************************************/

.highlight { /*color: var(--aver-dark);*/ font-weight: bold; }
.highlight2 { color: var(--aver-light); }
.nu { text-decoration: none; }
.nu:hover { text-decoration: underline; }
.un { text-decoration: underline; }
.un:hover { text-decoration: none; }
.nn { text-decoration: none; }
.nn:hover { text-decoration: none; }
.nc { text-decoration: none; }
.nc:hover { color: #eb2332; color: #1aa9e6; }
.ui-tooltip { background: #444; border: 0; border-radius: 2px; box-shadow: none; color: #fff; font-family: oswald; font-size: 12px; }
.hidden { display: none; }
.clear { clear: both; }
.text-shadow { text-shadow: 1px 2px 3px #222; }
.center { text-align: center; }
.uppercase { text-transform: uppercase; }
.go-back { display: inline-block; /*margin-top: 3em;*/ text-transform: lowercase; }
.aver-dark { color: var(--aver-dark); }

/******************************************************************************/
/* tlačítka */

.button-black { background: #000; border: 3px solid #000; color: #fff; cursor: pointer; padding: 5px 30px; text-align: center; }
.button-black:hover { background: #111; }
.button-gold { background: #fecb04; border: 3px solid #fecb04; color: #000; cursor: pointer; padding: 5px 30px; text-align: center; }
.button-gold:hover { background: #edba03; }
.button-white { background: #fff; border: 3px solid #aaa; color: #666; cursor: pointer; padding: 5px 30px; text-align: center; }
.button-white:hover { background: #eee; }

/******************************************************************************/
/* tabulka */

.table tr th, .table tr td { padding: 5px 15px; }
.table tr th, .table thead tr td, .table tr.th td { background: #81ba25; color: #fff; font-weight: bold; }

.table2 tr th, .table2 tr td { padding: 5px 15px 5px 0; }

/******************************************************************************/
/* hlášky */

.msg-ok { background: #0a0; color: #fff; margin-bottom: 1em; padding: 5px 15px; }
.msg-error { background: #c00; color: #fff; margin-bottom: 1em; padding: 5px 15px; }
.msg-ok a, .msg-error a { color: #fff; }

/******************************************************************************/
/* blok */

.wrap1 { clear: both; float: left; position: relative; width: 100%; /*background: var(--gray);*/ }
.wrap2 { margin: 0 auto; position: relative; width: 1280px; /*width: 92%;*/ }
.content { float: left; padding: 25px 0; position: relative; width: 100%; }

.wrap-title { border-bottom: 1px solid #999; width: 50%; }
.wrap-title .title { border: 1px solid #999; border-bottom: 0; display: inline-block; left: calc(100% - (1260px / 2) + 25px); padding: 3px 15px; position: relative; text-transform: uppercase; }

/******************************************************************************/
/* plášť hlavičky */

#wrap-head { background: #fff; position: absolute; top: 0; z-index: 9; }
#wrap-head { position: fixed; }

/******************************************************************************/
/* jazyky */

#lang { background: #333; border-bottom: 1px solid #444; }
#lang .content { font-size: .85em; padding: 5px 0; text-align: right; }
#lang .content, #lang .content a { color: #eee; }

.lang { display: inline-block; line-height: 1em; margin-left: 5px; text-transform: uppercase; }
.lang.last-child { /* margin-right: 45px; */ }
.lang img { vertical-align: middle; }
/*.lang.active { text-decoration: underline; }*/
/*.lang.active:hover { text-decoration: none; }*/
/*.lang:hover { text-decoration: underline; }*/

#fast-account a, #fast-basket a { margin: 0 3px; }

/******************************************************************************/
/* hlavička */

/*#head { background: #f3f3f3; }*/
#head .content { padding: 25px 0; transition: padding .2s;}
/*#head .content, #head .content a { color: #eee; }*/

.head-menu { display: inline-block; position: relative; text-align: center; top: 15px; width: 585px; margin-left: 85px; }
.head-inline { float: right; position: relative; text-align: right; top: 15px; width: calc(100% - 865px);/*calc(100% - 265px);*/ }

/******************************************************************************/
/* logo */

#logo { display: inline-block; text-decoration: none; vertical-align: top; padding: 15px 0; }
#logo img { height: auto; width: 170px; }

/******************************************************************************/
/* vyhledávání */

.form-search { display: inline-block; float: none; vertical-align: middle; margin-bottom: 1em; margin-right: 35px; }
.form-search .wrap-input-search { background: var(--blue); display: inline-block; padding: 0px; vertical-align: middle; }
.form-search .input-search { padding: 13px; vertical-align: middle; width: 300px; border: 1px solid #fff; border-radius: 0; -webkit-appearance: none; }
.form-search button { background: var(--blue); color: #eee; border: 0; cursor: pointer; font-size: 1.25em; margin-left: 1px; padding: 12px 18px; vertical-align: middle; }
.form-search .unset-search { background: none; border: 0; color: #000; cursor: pointer; font-size: 1.25em; font-weight: bold; }

/******************************************************************************/
/* rychlé ikony */

.fast-icon { display: inline-block; line-height: 1.4em; margin-left: 35px; text-align: left; vertical-align: top; }
.fast-basket { margin-left: 0; }
.fast-icon .fa-icon { border-right: 1px solid #b4b4b4; /*color: var(--blue);*/ display: inline-block; min-width: 40px; font-size: 2.5em; padding: 0 15px 0 0; vertical-align: top; }
.fast-icon .title { text-transform: uppercase; color: #000; }
.fast-icon .text { display: inline-block; padding: 0 0 0 15px; }
.fast-icon .text-gray, #head .fast-icon .text-gray a { /*color: #4d4d4d;*/ /*font-size: small;*/ }
.fast-icon .price { color: var(--aver-dark); }
.fa-opencart { color: #444; }

.fast-icon:hover .fa { color: #229bde; }
/*.fast-icon:hover .text { color: var(--blue); }*/

/******************************************************************************/
/* hlavička */

#head2 { background: #212121; }
#head2 .content { padding: 0; }
#head2 .content, #head2 .content .a { color: #eee; }

/******************************************************************************/
/* menu */

#menu { display: inline-block; line-height: 1em; margin: 0; padding: 0; position: relative; }
#menu li { display: inline-block; list-style: none; margin: 0; }
#menu li::before { content: ""; display: none; }
#menu li a { display: block; padding: 16px 7px; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 4px; }
#menu li a:hover, #menu li a.active { color: var(--aver-dark); transition: background .5s; }
#menu li.icon { display: none; }
#head .divider { color: var(--aver-dark); }

/******************************************************************************/
/* měna a jazyk */

#head .currency a.active, #head .currency a:hover, #head .language a.active, #head .language a:hover { color: var(--aver-dark); }
.language img { width: 30px; }

/******************************************************************************/
/* slider */

#subpage #slider { display: none; }
#slider { margin-top: 0px; position: relative; z-index: 1; /*margin-bottom: 1em;*/ }
#slider .wrap2 { width: 100% !important; }
#slider .content { overflow: hidden; padding: 0; position: relative; }
#slider .content ul li { list-style: none; }
/*#slider .content ul li a { display: inline-block; width: 100%; }*/

#slider .wrap2 .content { min-height: auto; }

#slider .title { color: #fff; font-size: 6em; font-weight: bold; left: calc((100% - 1260px) /2); line-height: 1.25em; position: absolute; text-transform: uppercase; top: 20vh; z-index: 2; }

/*#img-sl1 { background-image: url('https://www.averfashion.com/img/turlak_lakovani_kovu.jpg'); }*/

.slider-box { /*background: rgba(234,184,25,1);*/ position: absolute; /*width: 350px;*/ }
.slider-box a { text-decoration: none; }
/*.slider-box.left { left: 0; top: 25px; }*/
.slider-box.left { left: 16%; bottom: 15%; position: absolute; /*font-size: 39px; line-height: 1.5em; letter-spacing: 11px;*/ width: 68%; text-align: center; }
/*.slider-box.left .box-shadow { background: linear-gradient(to right, rgba(178, 141, 119, 0), rgba(178, 141, 119, 0.75) 70%, rgba(178, 141, 119, 0.75) 70%, rgba(178, 141, 119, 0)); }*/
.slider-box.left .box-shadow { background: linear-gradient(to right, rgba(178, 141, 119, 0), rgba(95, 50, 21, 0.85) 70%, rgba(95, 50, 21, 0.85) 70%, rgba(178, 141, 119, 0)); }
/*.slider-box.right { bottom: 25px; right: 0; }*/
.slider-box.right { top: 25%; right: 25%; position: absolute; /*width: 50%;*/ transform: translate( 25%, 25% ); }
.slider-box .up { /*background: rgba(234,184,25,1);*/ color: #fff; font-weight: bold; margin-bottom: 10px; /*padding: 10px 15px;*/ position: relative; font-size: 40px; line-height: 1.5em; letter-spacing: 12px; }
.slider-box .up .bl1 { font-size: 1.5em; font-weight: bold; line-height: 1.25em; }
.slider-box .down { background: rgba(255,255,255,1); border-bottom: 1px solid #ccc; font-size: 12px; padding: 7px 15px; }
.slider-box .down .more { background: url('https://www.averfashion.com/img/arrow_000.png') right center no-repeat; padding: 0 20px 0 0; }
.slider-box .eshop-button-0 { float: right; letter-spacing: 0; font-size: 15px; letter-spacing: 4px; background: var(--aver-dark); padding: 10px 20px; color: #fff; }
.slider-box .eshop-button-1 { letter-spacing: 0; font-size: 20px; background: var(--aver-dark); padding: 10px 20px; color: #fff; text-align: center; width: 120px; margin: 0 auto; }
.slider-box .eshop-button-0:hover, .slider-box .eshop-button-1:hover { background: var(--aver-light); }


/******************************************************************************/
/* obsah */

#content {  margin-top: 125px; }
#content .content { min-height: 300px; }

#breadcrumbs { margin-bottom: 1em; text-transform: uppercase; letter-spacing: 3px; font-size: 12px; color: var(--aver-dark); }
#breadcrumbs a { color: var(--aver-dark); }
#content ul li { line-height: 1.75em; }

/******************************************************************************/
/* kategorie - HP */

#main-categories a { text-decoration: none; }

#main-categories { margin: 60px 0 0 0; }
#main-categories .hp-category { display: inline-block; width: calc(33% - 25px); position: relative; text-align: center; margin: 0 40px 40px 0; }
#main-categories .hp-category:last-child { margin-right: 0; }
#main-categories .hp-category img { width: 100%; }

#main-categories .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--aver-light); color: #fff; padding: 10px 20px; display: none;}
#main-categories .hp-category:hover .centered { display: block; }
#main-categories .under-centered { position: relative; bottom: -20px; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; text-align: center; letter-spacing: 5px; font-size: 20px; margin-top: 10px; }
#main-categories .hp-category:hover .under-centered { color: var(--aver-light); }

/******************************************************************************/
/* AVER - klíč */

#hp-info { overflow: hidden; }
#hp-info .info {  position: relative;  }
#hp-info .info .info-img { width: 100%; }
#hp-info .info .text { position: absolute; top: 0%; left: 39%; /*transform: translate(-60%, -20%);*/ text-align: justify; width: 45%; height: 60%; margin-top: 70px; color: var(--aver-dark); }
#hp-info .info .text .title { font-size: 30px; margin-bottom: 20px; margin-top: 35px; text-align: left; letter-spacing: 4px; }
#hp-info .info .text .h1 { text-align: left; }
#hp-info #aver-key { position: absolute; right: 22%; width: 20%; bottom: 3%; }

/******************************************************************************/
/* produkty - HP */

#main-products { margin: 60px 0; }
#main-products .hp-product { display: inline-block; width: 100%; position: relative; text-align: center; margin: 0 40px 40px 0; }
#main-products .hp-product a { text-decoration: none; }
#main-products #eshop .hp-product { width: calc(25% - 30px); margin: 0 40px 40px 0; }
#main-products #eshop .hp-product:last-child, #main-products #eshop .hp-product.fourth { margin-right: 0; }
#main-products #eshop .hp-product:last-child { margin-bottom: 0; }
#main-products .owl-theme .owl-prev{ position: absolute; left: -30px; top: 38%; font-size: 50px; height: 70px; }
#main-products .owl-theme .owl-next { position: absolute; right: -30px; top: 38%; font-size: 50px; height: 70px; }
#main-products .owl-prev:hover, #main-products .owl-next:hover { color: var(--aver-dark); }
#main-products .hp-product img { width: 100%; }
#main-products .owl-carousel .hp-product .img { background-size: contain; }

#main-products .centered { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -40%); background: var(--aver-light); color: #fff; padding: 10px 20px; display: none;}
#main-products .hp-product:hover .centered { display: block; }
#main-products .under-centered { /*position: absolute; bottom: -50px; left: 25%; transform: translate(-10%, -50%);*/ font-size: 14px; letter-spacing: 4px; min-height: 50px; margin: 10px 0; text-transform: uppercase; position: relative; }
#main-products .hp-product:hover .under-centered { color: var(--aver-light); }
#main-products .under-block { padding: 5px; background: var(--aver-dark); /*position: absolute; bottom: -80px;*/ width: 100%; color: #fff; box-sizing: border-box; font-size: 13px; letter-spacing: 4px; }
#main-products .hp-product:hover .under-block { background: var(--aver-light); }

/******************************************************************************/
/* About us - HP */

#hp-about-us { background: #fcfaf8; }
#hp-about-us .content { text-align: center; }
#hp-about-us .about-us { color: var(--aver-dark); position: relative; padding: 40px 0px 65px 0px; width: 30%; display: inline-block; margin: 0 80px;  /*margin-right: 200px;*/ vertical-align: top; text-align: left; }
#hp-about-us .about-us a { color: var(--aver-dark); text-decoration: none; }
#hp-about-us .about-us:last-child { margin-right: 0; }
#hp-about-us .about-us:last-child .about-photo { text-align: right; }
#hp-about-us .about-us .about-photo { width: 100%; }
#hp-about-us .about-us .about-photo img { width: 100%; }
/*#hp-about-us .about-us .about-photo img { width: 100%; }*/
#hp-about-us .about-us .about-text { margin-top: 30px; }
#hp-about-us .about-us .about-text p { font-size: 20px; }
#hp-about-us .about-us:last-child .about-text { text-align: left; }
#hp-about-us .about-us .about-text h1, #about-us-table h1 { color: var(--aver-dark); text-transform: uppercase; font-size: 23px; letter-spacing: 8px; margin-bottom: 0; }
#hp-about-us .about-us .about-text h2, #about-us-table h2 { text-transform: uppercase; color: var(--aver-light); letter-spacing: 4px; font-size: 15px; text-align: left; }
#hp-about-us .about-us .more { text-align: right; text-transform: capitalize; font-style: italic; }



#about-us-table { margin: 50px 0; }
#about-us-table .photo-lucie { margin-top: -250px; }
#about-us-table .text-andrea { margin-left: -250px; width: 750px; }
#about-us-table .text-lucie { width: 700px; margin-top: 50px; }



/*
#hp-about-us .about-us .text { color: var(--aver-dark); }
#hp-about-us .about-us .text p { font-style: italic; }
#hp-about-us .about-us .signature { float: right; margin-top: 20px; }

#hp-about-us .about-us .andrea .left { width: 40%; display: inline-block; margin-right: 50px; }
#hp-about-us .about-us .andrea .right { width: calc(60% - 50px); display: inline-block; vertical-align: top; }

#hp-about-us .about-us .lucie { margin-top: -25%; }
#hp-about-us .about-us .lucie .left { width: calc(60% - 50px); display: inline-block; vertical-align: bottom; }
#hp-about-us .about-us .lucie .right { width: 40%; display: inline-block; vertical-align: top; margin-left: 50px; }
*/



/******************************************************************************/
/* fotografie */

.wrap-photo { }
.photo { display: inline-block; margin: 6px 6px; }
.photo img { height: auto; vertical-align: top; width: 150px; }
.photo:hover img { opacity: 0.95; }

/******************************************************************************/
/* fotky na HP */

#photo-on-hp .wrap2 { width: 100%; }
#photo-on-hp .content { background: #eee; padding: 0 0 50px 0; }

#photo-on-hp .photo-on-hp { background-position: center center; background-repeat: no-repeat; background-size: cover; height: calc(20vw/384 * 260); display: inline-block; vertical-align: top; width: 20%; }

/******************************************************************************/
/* mapa */

#map-title { }
#map-title .content { font-size: 50px; font-weight: bold; padding: 100px 0; text-align: center; }

#map { position: relative; text-align: center; }
#map .wrap2 { width: 100%; }
#map .content { padding: 0; }

#google-maps { }
#google-maps iframe { pointer-events: none; }

/******************************************************************************/
/* tabulka formulář */

.table-form { }
.table-form td { padding: 5px 10px 5px 0; }
.table-form td input[type="text"], .table-form td input[type="password"], .table-form td input[type="number"], .table-form td textarea, .table-form td .ui-autocomplete-input, .table-form td select { width: 300px; }
.table-form td textarea { height: 108px; }
.table-form td select.code { width: 65px; }
.table-form td input[type="text"].phone { width: 232px; }

/******************************************************************************/
/* e-shop */

.wrap-left { float: left; margin-right: 25px; width: 275px; }
.wrap-right { float: right; width: calc(100% - 300px); }

/******************************************************************************/
/* menu - e-shop kategorie */

.wrap-menu { background: #f8f6f4; color: var(--aver-dark); padding: 15px; }

.menu-ec { display: block; line-height: 1em; margin: 0; padding: 0; position: relative; text-align: center; }
.menu-ec .fa-chevron-right { position: absolute; right: 15px; top: 13px; }
.menu-ec li { display: inline-block; list-style: none; margin: 0; position: relative; }
.menu-ec li::before { content: ""; display: none; }
.menu-ec li a { letter-spacing: 4px; color: var(--aver-dark); text-transform: uppercase; display: block; line-height: 1.5em; padding: 9px 33px 9px 30px; text-decoration: none; }
.menu-ec li a:hover, .menu-ec li a.active { text-decoration: underline; }
/*.menu-ec li a.active { text-decoration: underline; }*/
.menu-ec li a.home { text-transform: uppercase; }
.menu-ec li.icon { display: none; }

.menu-ec li .fa-arrow-right { font-size: 10px; vertical-align: middle; padding-bottom: 2px; }

/*.menu-level2 { display: none; position: relative; }*/
.menu-ec.level2 { padding: 0; }
.menu-ec.level2 { padding: 0; position: absolute; z-index: 2; left: 275px; top: -1px; width: 275px; visibility: hidden; border: 1px solid #ccc; }
.menu-ec.active { padding: 0; background: #ddd; position: relative; z-index: 2; left: 0; top: 0; width: auto; visibility: visible!important; border: 0; }
.menu-ec.level2 li { }
.menu-ec.level2 li a { /*background: #ccc;*/ }
.menu-ec.level2 li a.active { color: #000; font-weight: bold; padding: 15px 15px 15px 30px; background: #ddd; }
.menu-ec.level2 li a:hover { color: var(--blue); }
/*.menu-ec.level2 li a:hover, .menu-ec li a.active { color: #fff; }*/

/*.menu-level3 { display: none; position: relative; }*/
.menu-ec.level3 { padding: 0;}
.menu-ec.level3 { padding: 0; width: 275px;  left: 275px; top: -1px; z-index: 2; position: absolute; visibility: hidden; border: 1px solid #ccc; }
.menu-ec.level2 .active { padding: 0; background: #ddd; position: relative; z-index: 2; left: 0; top: 0; width: auto; visibility: visible!important; border: 0; background: #eee; }
.menu-ec.level3 li { }
.menu-ec.level3 li a { /*background: #e6e6e6;*/ }
.menu-ec.level3 li a.active { background: #eee; }

/******************************************************************************/
/* náhodné produkty */

.random-products { background: #fff; display: block; line-height: 1.25em; margin-top: 25px; padding: 15px; position: relative; }
.random-products .main-title { border-bottom: 1px solid #eee; margin-bottom: 15px; padding-bottom: 15px; text-transform: uppercase; }
.rp { display: block; margin-bottom: 3em; }
.rp .left { display: inline-block; vertical-align: top; width: 75px; }
.rp .left .img { background-size: contain; background-repeat: no-repeat; display: block; height: 75px; }
.rp .right { display: inline-block; padding: 0 0 0 10px; vertical-align: top; width: calc(100% - 85px); }
.rp .right .title { display: block; }
.rp .right .title:hover { color: var(--blue); }
.rp .right .price { color: var(--blue); margin: 0.5em 0; font-size: 1.20em; font-weight: bold; }

.rp-bottom { display: none; }

/******************************************************************************/
/* filtr */

.filter2 { background: #fff; clear: both; margin-bottom: 1em; padding: 12px 25px; }
.filter2 .group { display: inline-block; margin-right: 30px; }
.filter2 .group:last-child { margin-right: 0; }
.filter2 a { margin-right: 5px; }
.filter2 a:hover, .filter2 a.active, .page-active { color: var(--blue); text-decoration: none; }
.filter2 .fa { font-size: 14px; }
.filter2 .paging { display: inline-block; }
.filter2 .paging a { text-decoration: none; }

.filter3 { font-size: 0.85em; line-height: 1.5em; position: relative; }
.filter3 .title { display: inline-block; margin-right: 15px; }
.filter3 a { margin: 0; }
.filter3 label { margin: 0 15px 0 3px; }
.filter3 .wrap-button-filter-delete { display: inline-block; }

/******************************************************************************/
/* eshop - společné prvky */

.line-through { color: #777; text-decoration: line-through; }

.stock { margin-bottom: 1em; padding: 3px 5px; }
.stock0 { /*background:#ddd;*/ color: #4d4d4d; }
.stock1 { /*background:#e5f8ec;*/ color: #00bc47; }

.wrap-amount { display: inline-block; position: relative; }
.wrap-amount .title { margin-bottom: 10px; }
.wrap-amount * { vertical-align: middle; }
.minus, .plus { border: 1px solid #aaa; color: var(--aver-dark); cursor: pointer; display: inline-block; font-size: 2em; font-weight: bold; padding: 6px 0; text-align: center; width: 40px; }
.minus:hover, .plus:hover { background: var(--aver-light); }
.minus { /*border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-right: 0;*/ margin-right: 5px; }
.plus { /*border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-left: 0;*/ margin-left: 5px; }
.amount { -moz-appearance: textfield; border: 1px solid #aaa; padding: 13px 50px 8.5px 20px; text-align: right; width: 40px; }
.amount:hover { border: 1px solid #666; }
.unit { background: #fff; display: inline-block; margin: 3.5px 0 0 -25px; position: absolute; }

.button-shoping-cart, .submit-button { background: var(--aver-dark); border: 0; letter-spacing: 4px; font-size: 13px; text-transform: uppercase; color: #fff; cursor: pointer; display: block; padding: 10px 10px; text-align: center; text-decoration: none; margin-bottom: 10px; width: 240px; }
.submit-button-2 { background: var(--aver-light); border: 0; text-transform: uppercase; color: #fff; cursor: pointer; display: block; padding: 5px 15px; text-align: center; text-decoration: none; margin-bottom: 10px;  }
.submit-button-2.active, .submit-button-2:hover { background: var(--aver-dark); }
.submit-button, .submit-button-2 { display: inline-block; }
.button-shoping-cart:hover, .submit-button:hover { background: var(--aver-light); }
.button-shoping-cart.active { background: #c4083d; color: #fff; }

.separator { border-top: 1px solid #ddd; height: 1px; margin: 0.5em 0; }

/******************************************************************************/
/* eshop - seznam produktů */

.hp-product .img { background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; height: 400px; text-align: center; }

.ul-ep { background: #fff; margin-bottom: 1em; }
.ul-ep .li { border-bottom: 1px solid #eee; border-right: 1px solid #eee; display: inline-block; padding: 25px; text-align: center; width: calc(33% - 50px); }
.ul-ep .li:nth-child(3n) { border-right: 0; }
.ul-ep .li:hover { }

.ul-ep .li .img { background-position: center center; background-repeat: no-repeat; background-size: contain; display: block; height: 150px; margin-bottom: 2em; text-align: center; }
.ul-ep .li .title { display: block; margin-bottom: .5em; font-weight: bold; }
.ul-ep .li .price { color: var(--blue); margin-bottom: .5em; font-size: 1.20em; font-weight: bold; }
.ul-ep .li .price.not-available { color: #777; }
.ul-ep .li .perex { display: block; margin: .5em 0; }
.ul-ep .li .stock { border-radius: 3px; display: inline-block; }
.ul-ep .li .wrap-amount { margin-bottom: 1em; }

/* list0 */
.list0 .li:nth-last-child(1), .list0 .li:nth-last-child(2), .list0 .li:nth-last-child(3) { border-bottom: 0; }

/* list1, list2 - dlaždice přes celou šíři */
.list1, .list2 { width: 100%; }
.list1 .li, .list2 .li { border-right: 0; width: calc(100% - 50px); }
.list1 .li:last-child, .list2 .li:last-child { border: 0; }

.list1 .left, .list2 .left { float: left; margin-right: 5%; width: 20%; }
.list1 .li .img, .list2 .li .img { clear: both; float: left; height: 150px; width: 100%; }

.list1 .right, .list2 .right { float: left; text-align: left; width: 75%; }
.list1 .li .button-shoping-cart, .list2 .li .button-shoping-cart { display: inline-block; width: 150px; }

/* dlaždice přes celou šíři - bez popisu */
.list2 .li { padding: 2%; width: 96%; }
.list2 .li .img { height: 100px; }
.list2 .li .perex { display: none; }

.ep-discount { position: absolute; top:0; right:0; color:#fff; background:var(--cs-background-button); padding:10px; border-radius: 0 0 0 20px; font-size:20px; }
.ep-discount-small { font-size:12px; }

/******************************************************************************/
/* eshop - náhled produktu */

.overlay { position: fixed; height: 100%; padding-top: 50px; left: 0; top: 0; bottom: 0; width: 100%; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); padding-bottom: 0vh; z-index: 10; overflow: auto; visibility: hidden; }
.overlay.light { background: rgba(255, 255, 255, 0.5); }
.overlay .cancel { position: absolute; width: 100%; height: 100%; cursor: default; }
.overlay:target, .overlay { visibility: visible; opacity: 1; }

.popup { margin: 75px auto; padding: 20px; background: #fff; border: 1px solid #666; width: 1020px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); position: relative; }
.popup .left { width: calc(66% - 50px); display: inline-block; text-align: left; }
.popup .left .logo { margin-top: 25px; }
.popup .right { width: calc(33% - 50px); display: inline-block; vertical-align: top; text-align: left; }
.light .popup { border-color: #aaa; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }

.popup .close { position: absolute; width: 20px; height: 20px; top: 20px; right: 20px; opacity: 0.8; transition: all 200ms; font-size: 24px; font-weight: bold; text-decoration: none; color: #666; }
.popup .close:hover { opacity: 1; }
.popup .content { max-height: 400px; overflow: auto; }
.popup p { margin: 0 0 1em; }
.popup p:last-child { margin: 0; }

#eshop-preview h1 { text-transform: uppercase; letter-spacing: 4px; font-size: 20px; }
#eshop-preview .price { font-size: 20px; }
#eshop-preview .eshop-preview-perex { margin-top: 65px; }
#eshop-preview .eshop-preview-perex .line { border-bottom: 1px solid var(--aver-dark); }
#eshop-preview .social-network-fixed { position: absolute; top: 100px; right: 0; }
#eshop-photo-preview {}
#eshop-photo-preview .photo-ep { width: 65%; }
#eshop-photo-preview .photo-thumbs { width: 31.6%; }

.eshop-detail-button { color: var(--aver-dark); text-align: right; }

/******************************************************************************/
/* eshop - detail produktu */

#eshop-deatil { margin-top: 0; }

.eshop-detail-perex { margin-bottom: 20px;}

.ep-left { float: left; width: 500px; }
.ep-right { float: right; width: calc(100% - 610px); }
.ep-right .fixed { position: fixed; /*max-width: 755px;*/ /*width: 100%;*/ box-sizing: border-box; }

.ep-left img { height: auto; width: 100%; }


.ep-detail .price { /*color: var(--blue);*/ font-size: 1.25em; /*margin: 1em 0;*/ }
.ep-detail .price-without-vat { margin: 0 0 2em 0; }
.ep-detail .button-shoping-cart { display: inline-block; }
.ep-detail .wrap-photos { text-align: center; }

.ep-detail-percentage { margin-top: 10px; font-size: 1.25em; color: var(--aver-dark); }
.ep-detail-percentage .ep-small { font-size: 12px; }

.ep-detail .photo-ep { width: 100%; }

/* foto */
.photo-ep { border: 1px solid #dedede; display: inline-block; margin-bottom: 1em; vertical-align: bottom; margin-right: 10px; }
.photo-ep:hover { border: 1px solid #ccc; }
.photo-ep img { height: auto; width: 100%; }
.photo-ep.thumb img { height: auto; /*width: 115px;*/ }
.photo-ep.thumb { margin: 0 15px 10px 0; }
/*.photo-ep.thumb:nth-child(odd) { margin-right: 0; }*/
.photo-thumbs { display: inline-block; vertical-align: top;}
.photo-thumbs .thumb { display: block; }

/* velikost */
#size .title { margin-bottom: 15px; }
#size input[type="radio"] { display: none; }
#size label { border: 1px solid #aaa; padding: 10px 20px; margin-right: 15px; white-space: nowrap;}
#size label:hover { cursor: pointer; }
#size label.checked { background: #000; color: #fff; border: 1px solid #000; transition: background .5s; }

/* voucher */
.for_who { width: 175px; padding: 15px 15px; }


/* související */
#ralated-products.desktop { display: block; }
#related-products.mobile { display: none; }
/* skrytí náhledu u souvisejících produktů - nefungovalo na mobilní verzi */
#related-products #main-products .centered { display: none; }

#main-products.related-products .hp-product { width: calc(50% - 20px); }
#main-products.related-products .hp-product:last-child, #main-products.related-products .hp-product.second { margin-right: 0; }
#main-products.related-products { margin: 0; }
.realated-products-headline { color: var(--aver-dark); text-transform: uppercase; text-align: center; font-size: 25px; margin: 20px; }

/******************************************************************************/
/* karty vlastností */

.ul-properties { border-bottom: 1px solid #dedede; margin: 0; padding: 0; }
.ul-properties li { display: inline-block; }
.ul-properties li::before { content: ""; display: none; }
.ul-properties li a { background: #eee; border: 1px solid #eee; border-bottom: 0; display: inline-block; /*margin-right: 5px;*/ padding: 5px 30px; text-decoration: none; position: relative; top: 1px }
.ul-properties li a:hover, .ul-properties li a.active { background: #fff; border: 1px solid #dedede; border-bottom: 0; color: #111; }
.ul-properties li a.active { font-weight: bold; }

/* vlastnosti - popis */
.properties { background: #fff; border: 1px solid #dedede; border-top: 0; display: none; min-height: 160px; padding: 1em 25px; }
.properties.active { display: block; }

/******************************************************************************/
/* technická specifikace */

.table-specification { border-collapse: collapse; margin-bottom: 5em; width: 100%; }
.table-specification tr td { background: #f7f7f7; border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 7px 30px; }
.table-specification tr:nth-child(even) td { background: none; }
.table-specification tr td.subtitle { background: #ddd; }

/* ke stažení */
.download { padding: 30px; margin-bottom: 1em; }
.download ul { margin: 0; padding: 0; }
.download ul li { list-style: none; }
.download ul li span { margin-right: 5px; }

/******************************************************************************/
/* košík */

.table-basket { border-collapse: collapse; margin-bottom: 1px; min-width: 800px; width: 100%; }
.table-basket tr th, .table-basket tr td { border: 1px solid #dedede; background: #fff; font-weight: normal; padding: 13px 13px; }
.table-basket tr th, .table-basket tr td { }
.table-basket tr td.title { }
.table-basket tr td .img { background-position: center center; background-repeat: no-repeat; background-size: contain; display: inline-block; height: 50px; width: 50px; }
.table-basket tr td.pc { border-left: 3px double #ddd; }

.table-basket.small { font-size: 0.9em; }
.table-basket tr td.td-thumb a { display: inline-block; }
.table-basket tr td.td-thumb a img { max-height: 100px; vertical-align: bottom; width: auto; }

.wrap-basket-form { background: #eee; border-top: 1px solid #ccc; margin-bottom: 20px; padding: 20px; }
.wrap-basket-form { border-top-left-radius: 0; }
.wrap-basket-form table { width: 100%; }
.wrap-basket-form table table tr td:first-child { width: 110px; }
.wrap-basket-form table table tr td { padding: 0 0 10px 0; }
.wrap-basket-form input, .wrap-basket-form textarea { border: 1px solid #ccc; padding: 10px 5%; width: 80%; }
.wrap-basket-form textarea { height: 170px; width: 90%; }

.wrap-submit { text-align: center; }
.wrap-submit input { background: #fbb900; border: 0; color: #000; cursor: pointer; font-weight: bold; padding: 10px 20px; }

/******************************************************************************/
/* Uložení košíku - dokončení nákupu později */

.basket-save { text-align: center; margin: 40px auto; }
.basket-save .submit { color: #fff; background: #888; width: fit-content; padding: 10px 10px; white-space: normal; border: none; }
.basket-save .submit:hover { color: #fff; background: var(--cs-background-button-hover); transition: background .25s; cursor: pointer; }
.basket-save .email { padding: 8px 10px; border: 1px solid #eee; }

/******************************************************************************/
/* objednávka */

.block { /*background: var(--aver-ultralight);*/ clear: both; float: left; margin-bottom: 2em; padding: 20px; width: calc(100% - 40px); border-bottom: 1px solid #eee; border-top: 1px solid #eee; }
.block h3 { text-transform: uppercase; letter-spacing: 4px; }
.block-voucher input[name=code] { border: 1px solid #dedede; padding: 11px 15px; }
.block-voucher .submit-button-2 { padding: 12px 15px; letter-spacing: 4px; }
select#how { padding: 10px 15px; border: 1px solid #dedede; }
#total-price-dph { background: #c4083d; color: #fff; font-size: 16px; font-weight: bold; }
.comment { padding: 5px; width: calc(100% - 12px); border: 1px solid #dedede; }
.rwd-table tr { border: 1px solid #eee; }
.rwd-table td { padding: 10px; }

/******************************************************************************/
/* tabulka block v registračním formuláři */

.ac-block { float: left; margin-bottom: 1em; width: 50%; }

.table-block { max-width: 400px; width: 95%; }
.table-block td { padding: 5px 10px 5px 0; }
.table-block td.width { width: 110px; }
.table-block td input[type="text"], .table-block td input[type="password"] { width: calc(100% - 12px); border: 1px solid #dedede; padding: 11px 15px; }
.table-block input[type="text"].street { float: left; margin-right: 8px; width: calc(70% - 20px); }
.table-block input[type="text"].number { width: calc(30% - 12px); }

/******************************************************************************/
/* kontakt */

#contact { /*background: #333;*/ background: #fff; margin-top: -25px; }
#contact .content { padding: 50px 0px 50px 0px; width: 100%; }
#contact, #contact a, #contact .h1 { color: var(--aver-dark); text-decoration: none; }
#contact a.active, #contact a:hover { text-decoration: underline; }

#contact .headline { border-bottom: 1px solid var(--aver-dark); text-transform: uppercase; margin-bottom: 20px; letter-spacing: 4px; }

.co1, .co2, .co3 { display: inline-block; vertical-align: top; }
.co1, .co2 { width: 25%; margin-right: 75px; }
.co1 { /* color: #fecb04; */ }
.co1 img { height: auto; margin: 1em 0 0 0; max-width: 315px; width: 80%; }
.co2 { }
.co3 { width: calc(50% - 160px); }
.co3 h3 { font-size: 1.5em; }

#contact .newsletter .newsletter-mail { border: 1px solid var(--aver-light); width: 63%; height: 35px; }
#contact .newsletter .newsletter-register { background: var(--aver-light); border: none; padding: 14px 16px; margin-left: 5px; color: #fff; text-transform: uppercase; letter-spacing: 4px; }
#contact .newsletter .newsletter-register:hover { background: var(--aver-ultralight); color: #000; cursor: pointer; }

/* podstránka kontakt */
.contact-cell { width: 50%; display: inline-block; vertical-align: top; }

/******************************************************************************/
/* sociální sítě */

.social-network { /*margin-top: 2em;*/ /*margin: 35px auto;*/ }
.social-network .title { font-weight: bold; margin-bottom: 1em; }
.social-network a { font-size: 3em; margin-right: 10px; }
.social-network #onhover { display: none; }
.social-network .nn { display: inline-block; }
.social-network .nn:hover #original  { display: none; }
.social-network .nn:hover #onhover { display: block; }
.social-network img { width: 45px; }

/******************************************************************************/
/* sociální sítě */

.social-network-fixed { position: fixed; top: 200px; right: 260px; z-index: 2; display: block; }
.social-network-fixed a { font-size: 3em; display: block; margin-bottom: 10px;}
.social-network-fixed #onhover { display: none; }
.social-network-fixed .nn:hover #original  { display: none; }
.social-network-fixed .nn:hover #onhover { display: block; }

/******************************************************************************/
/* poptávkový formulář - vazníky, PUR pěna */

#demand { background: #eee; border-top: 1px solid #aaa; }

.demand-form input, .demand-form select, .demand-form textarea { border: 1px solid #aaa !important; }
.demand-form .wrap-input { background: #fff; border: 1px solid #aaa; padding: 10px 3%; text-align: left; }
.demand-form .wrap-input input[type="file"] { width: 85%; }

/******************************************************************************/
/* kontaktní formulář */

.contact-form table { border-collapse:separate; border-spacing:0 15px; }

.contact-form { display: inline-block; position: relative; text-align: center; width: 100%; }
.contact-form .h1 { color: #fff !important; }
.contact-form table { text-align: left; width: 100%; }
.contact-form table input[type="text"], .contact-form table input[type="number"], .contact-form table textarea { background: #fff; border: 1px solid #fff; padding: 10px 3%; width: calc(94% - 2px); }
.contact-form table input[type="number"] { width: calc(94% - 30px); }
.contact-form table input[type="submit"] { background: var(--aver-light); text-transform: uppercase; letter-spacing: 4px; border: 0; color: #fff; cursor: pointer; padding: 10px 0; width: 100%; }
.contact-form table input[type="submit"]:hover { background: var(--aver-dark); }
.contact-form table textarea { height: 180px; }
.contact-form table select { border: 0; padding: 10px 3%; width: calc(100% - 2px); }
.contact-form table tr td { /*padding: 0 0 0.75em 0;*/ vertical-align: top; border: 1px solid #e5e5e5; }
.contact-form table tr td.gdpr { padding: 10px 3%; }
.mapsitna { display: none; }

/******************************************************************************/
/* reklamační formulář */

.reclamation-form { max-width: 500px; }

/******************************************************************************/
/* patička */

#foot { background: var(--aver-ultralight); color: var(--aver-dark); }
#foot, #foot a { color: var(--aver-dark); text-decoration: none; }
#foot a:hover { color: var(--aver-light); }
#foot .content { margin: 35px auto; }

#foot .left, #foot .right { display: inline-block; }
#foot .left { width: 20%; }
#foot .right { width: 80%; }
#foot .right { text-align: right; vertical-align: top; }
#foot .divider { margin: 0 20px; }

/******************************************************************************/
/* vyskakovací okno - trendy */

.modal_trends { display: none; position: fixed; z-index: 1; left: 0; top: 0; bottom: 0; width: 100%; padding-top: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); padding-bottom: 0vh; z-index: 10; overflow: auto; height: 100%; }
.modal_trends img { width: 100%; margin-top: 20px; }
/* Modal Content */
.modal_trends-content { background-color: #fefefe; margin: 5% auto; padding: 20px; border: 1px solid #888; max-width: 560px; height: auto; }

.close_trends { color: #ccc; float: right; font-size: 40px; font-weight: bold; text-align: right; opacity: .8; height: 15px; cursor: pointer; }
.close_trends:hover. { color: #000; text-decoration: none; cursor: pointer; }