
* {
    margin: 0;
    padding: 0;
}

.print {
    display: none;
}

html {
    overflow-y: scroll;
    min-width: 1300px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    min-height: 100%;
}

/*body>div:first-child { display: none !important; }
body>iframe:first-child { display: none !important; }
body>img:last-child { display: none !important; }*/
body {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.noscreen {
    display: none;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

input {
    font-family: 'Serial', helvetica, sans-serif;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -30px;
}

input[type="checkbox"], input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 19px;
    height: 19px;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    transform: translateY(-1px);
    display: grid;
    place-content: center;
    text-align: right;
    background: #ffffff;
}

input[type="checkbox"]::before, input[type="radio"]::before {
    font-family: 'sicon';
    content: "\e916";
    width: 19px;
    height: 19px;
    opacity: 0;
    margin-right: 2px;
    font-size: 16px;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
    opacity: 1;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: none;
    /*outline-offset: max(2px, 0.15em);*/
}

input[type="checkbox"]:disabled, input[type="radio"]:disabled {
    --form-control-color: #959495;

    color: #959495;
    cursor: not-allowed;
}

.form-label-group {
    position: relative;
    margin-top: 8px;
}

.form-label-group label {
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #BFBFBF;
}

.form-label-group label + div > input,
.form-label-group label + div > textarea,
.form-label-group label + div > select {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    font-size: 16px;
    line-height: 23px;
    padding: 25px 13px 11px 13px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.sunny-select-wrapper {
    position: relative;
    height: 61px;
    z-index: 999;
}

.form-label-group.sunny-radio-select {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    font-size: 16px;
    padding: 25px 13px 11px 13px;
    height: auto;
    background: #fff;
}

.sunny-radio-select.expanded {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.sunny-radio-select::before {
    font-family: 'sicon';
    content: "\e900";
    position: absolute;
    top: 25px;
    right: 13px;
    color: #BFBFBF;
    font-size: 14px;
    font-weight: normal;
}

.sunny-radio-select.expanded::before {
    transform: rotate(90deg);
    color: #000000;
}

.sunny-radio-select-value {
    padding-right: 20px;
}

.sunny-radio-select-option {
    position: relative;
}

.sunny-radio-select-option label {
    display: none;
}

.sunny-radio-select.expanded .sunny-radio-select-option {
    margin-top: 5px;
}

.sunny-radio-select.expanded .sunny-radio-select-option label {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    left: initial;
    top: initial;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #efefef;
}

.sunny-radio-select-option input[type="radio"] {
    display: none;
}

.container {
    min-height: 1px;
}

.box:after, #product-info:after, #vypis-prislusenstvi:after, .set-detail:after, .novinka:after, .reference:after, #english:after, .product:after, #main-homepage:after, #availabilityInfo:after, #partners:after {
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: ".";
}

.clear {
    float: none;
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
    display: block;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}


.hidden {
    position: absolute;
    left: -1000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

li {
    list-style: none;
}

acronym, abbr {
    cursor: help;
}

body {
    background-color: #ffffff;
    font-family: 'Serial', helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: center;
}

input {
    font-family: 'Serial', helvetica, sans-serif;
}

*:focus {
    outline: none;
}

a {
    color: #1E4AA1;
    text-decoration: none;
}

a:visited {
    color: #1E4AA1;
}

a:hover {
    text-decoration: underline;
}

#main p {
    margin-bottom: 1em;
}

.warning {
    margin-left: 0px;
    color: #bf0000;
    border: 1px solid #fd8a8a;
    background: #fff5f3;
    padding: 10px;
    line-height: 26px;
    border-radius: 4px;
}

.warning p {
    margin: 0 auto;
    width: 890px;
    padding: 15px 15px 15px 30px;
    background: url('/img/exclamation.png') no-repeat 10px center;
}

.q-info {
    margin-left: 0px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #00BBFF;
    padding-left: 5px;
}

.q-info p {
    margin: 0 auto;
    width: 890px;
    padding: 10px 10px 10px 30px;
    background: url('/img/info.png') no-repeat 10px center;
}

.q-info a {
    color: #FFFFFF;
}

.q-info img {
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.msg {
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.msg span {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 20px;
}

.msg span.nobold {
    font-weight: normal !important;
}

.msg.err {
    background: #FFDDCC;
    border: 1px solid #FF8855;
}

.msg.err span {
    background: url('/img/exclamation.png') no-repeat 0px center;
}

.msg.ok {
    background: #F3FFCD;
    border: 1px solid #B1DA81;
}

.msg.ok span {
    background: url('/img/vyhoda.png') no-repeat 0px center;
}

.msg.info {
    background: #E8F6FF;
    border: 1px solid #AADDFF;
}

.msg.info span {
    background: url('/img/info.png') no-repeat 0px center;
}

#chat-application {
    right: 30px !important;
}

.content-boundary {
    width: 1300px;
    margin: 0px auto;
}

.stars {
    display: inline-block;
    text-align: left;
    font-family: 'sicon';
    position: relative;
    color: #FFDD21;
}

.stars:before {
    content: "\e920\e920\e920\e920\e920";
    position: relative;
    z-index: 2;
}

.stars .stars-val {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: clip;
}

.stars .stars-val:before {
    content: "\e909\e909\e909\e909\e909";
}

#container-wrapper {
    overflow-x: clip;
    flex-grow: 1;
}

#container-wrapper.faded {
    opacity: 0.3;
    filter: grayscale(1);
}

#container {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    background-color: #FFFFFF;
}

#container .main_box {
    margin-bottom: 30px;
}

#container .main_box.nomenu {
    top: 90px;
}

#header {
    width: 100%;
    min-width: 1300px;
    z-index: 130;
    position: relative;
}

#logo {
    width: 210px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

#logo a {
    display: inline-block;
}

#logo img {
    width: 155px;
    vertical-align: middle;
}

#header #news {
    float: left;
    width: 400px;
    height: 55px;
    margin-top: 10px;
    margin-left: 40px;
    padding: 0px 0px 0px 40px;
    background: url('/img/pda-big.png') no-repeat left top;
}

#header #help-nav {
    height: 36px;
    line-height: 36px;
    background: #F2F6FE;
}

.layout-minimized #header #help-nav {
    display: none;
}

.layout-minimized #footer-advantages {
    display: none;
}

.layout-minimized #footer-menu {
    display: none;
}

.layout-minimized #footer {
    padding: 0;
    background: none;
}

.layout-minimized #footer .footer-cols {
    margin-bottom: 0;
    width: 100%;
    background: #4263AB;
    background: linear-gradient(270deg, rgba(66, 99, 171, 1) 0%, rgba(24, 52, 118, 1) 100%);
}

.layout-minimized #footer .footer-contact-wrapper {
    margin: 25px 0;
}

.layout-minimized #footer .contact-info h5 {
    display: none;
}

#header #help-nav .content-boundary {
    display: flex;
    justify-content: space-between;
    padding: 0px 9px;
    box-sizing: border-box;
}

#header #help-nav a,
#header #help-nav a:active,
#header #help-nav a:visited {
    color: #000;
    text-decoration: none;
}

#header #help-nav a:hover {
    color: #000;
    text-decoration: underline;
}

#header .podpora-kontakt {
    font-weight: 500;
}

#header #header-bar .podpora-kontakt {
    flex-grow: 1;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: left;
}

#header #header-bar .podpora-kontakt a {
    color: #fff;
}

#header .help-nav-contact {
    font-weight: 600;
    font-size: 14px;
}

#header #header-bar .help-nav-otviracka,
#header #header-bar .podpora-kontakt .sicon {
    color: #fff;
}

#header .help-nav-icon-operator {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: url('/img/ft-petra.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 5px;
}

#header .podpora-kontakt .sicon {
    color: #6d6d6d;
    font-size: 11px;
}

#header .help-nav-otviracka {
    font-weight: normal;
    color: #6d6d6d;
}

#header .content-boundary > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    height: 36px;
    vertical-align: middle;
}

#header #help-nav li.lang-selector {
    margin-right: 5px;
    padding: 0 5px;
    z-index: 101;
    cursor: pointer;
}

#header #help-nav li.lang-selector .down-arrow {
    display: inline-block;
    width: 3px;
    height: 3px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -2px;
}

#header #help-nav li.lang-selector img {
    vertical-align: middle;
}

#header #help-nav li.lang-selector > ul {
    display: none;

}

#header #help-nav li.lang-selector.expanded {
    z-index: 111;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#header #help-nav li.lang-selector.expanded > ul {
    position: absolute;
    top: 100%;
    left: -1px;
    display: block;
    background: #fff;
    z-index: -1;
    border: 1px solid #ccc;
    line-height: 25px;
}

#header #help-nav li.lang-selector.expanded > ul img {
    margin-right: 10px;
}

#header #help-nav li.lang-selector.expanded > ul li {
    white-space: nowrap;
    display: block;
    text-align: left;
}

#header #help-nav li.lang-selector.expanded > ul li.current {
    background-color: #ecf5fe;
}

#header #help-nav li.lang-selector.expanded > ul a {
    display: block;
    padding: 5px 10px;
}

#header #header-bar {
    height: 64px;
    background: #234295;
    background: linear-gradient(91deg, rgba(35, 66, 149, 1) 0%, rgba(42, 68, 132, 1) 100%);
}

#header #header-bar .content-boundary {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#header #news {
    position: relative;
}

#header #news h2 {
    font-size: 1.2em;

}

#header #news h2 a {
    font-weight: bold;
    text-transform: uppercase;
    height: 33px;
}

#header #news a, #header #news a span {
    text-decoration: none;
    color: #f64c19;
}

#header #news a:hover, #header #news a:hover span, #header #news .more a {
    text-decoration: underline;
    color: #f64c19;
}

#header #news span {
    line-height: 160%;
    font-size: 0.9em;
}

#header #news .news {
    position: absolute;
}

#header #news .news a .obsah {
    float: left;
    white-space: nowrap;
    width: 360px;
    overflow: hidden;
}

#header #news .more {
    font-size: 0.9em;
    position: relative;
    top: 50px;
}

#search .search-box {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#search .search-box #hledany_vyraz {
    border: 0;
    color: #444444;
    font-size: 13px;
    z-index: 2;
    background-color: transparent;
    position: relative;
    outline: none;
    flex-grow: 1;
}

#search {
    z-index: 110;
    position: relative;
    flex-grow: 1;
}

.layout-minimized #search {
    display: none;
}

#search > form {
    position: relative;
}

#search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    left: 0;
    top: 0;
    display: none;
}

#search #search-loading {
    position: absolute;
    left: 275px;
    top: 11px;
    display: none;
}

#search #nothing-found {
    position: absolute;
    left: 285px;
    top: 20px;
    display: none;
}

#search .button {
    width: 18px;
    height: 18px;
    color: #000000;
    border: none;
    font-size: 18px;
    background: transparent;
    margin-left: 10px;
}

#suggest-box {
    display: none;
    width: 326px;
    border: 5px solid #34AAE2;
    border-top: 0;
    color: #444;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 37px;
    height: auto;
    background: #FFFFFF;
}

#suggest-box li {
    position: relative;
}

.suggested {
    border-top: 1px solid #e0e0e0;
    padding: 5px;
}

.suggested.last {
    height: auto;
}

.suggested:hover {
    background-color: #FFFFE0;
}

#device-list div {
    width: 126px;
    height: 180px;
    float: left;
    text-align: center;
    padding: 10px 4px;
}

#selector-stripe {
    position: absolute;
    top: 163px;
    width: 956px;
    background-color: #FFFFFF;
    z-index: 20;
}

#selector-stripe #device-search {
    padding: 5px;
    border: 1px solid #1B94CC;
    margin: 0 10px;
    color: #444444;
    font-size: 11px;
    width: 150px;
}

#selector-stripe #ss-head {
    padding: 0 10px 15px 10px;
    text-align: center;
    margin-top: -5px;
    height: 30px;
}

#selector-stripe #ss-head a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

#selector-stripe #ss-head label {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#selector-stripe .ds-arr {
    position: relative;
    top: 10px;
}

#selector-stripe #ss-body {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
}

a .suggested {
    color: #555;
    text-decoration: none;
}

.suggested .store, .suggested .willbe {
    text-decoration: none !important;
    font-weight: bold;
    float: left;
}

.suggested .img {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 15px;
}

.suggested .img, .suggested .img span {
    display: table-cell;
    vertical-align: middle;
}

.suggested .name {
    padding: 2px;
    margin: 2px 0 0 62px;
    text-decoration: underline;
    color: #009CDD;
    font-weight: bold;
}

.suggested .description {
    float: left;
    display: block;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 0.9em;
}

.suggested .price {
    display: block;
    float: right;
    color: #f64c19;
}

.suggested .all-found {
    text-align: right;
    font-weight: bold;
    color: #009CDD;
    text-decoration: underline;
    padding: 5px 0;
}

#suggest-box .compare {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: url('/img/fam/balance_12.png') no-repeat left center;
}

#user-nav {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-left: 35px;
}

#user-nav .sicon {
    font-size: 21px;
    margin-right: 10px;
    opacity: 34%;
}

#user-nav a,
#user-nav a:active,
#user-nav a:visited {
    color: #fff;
    text-decoration: none;
}

#user-nav a:hover {
    text-decoration: underline;
}

#cart {
    margin-left: 35px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 101;
    padding-right: 10px;
}

.layout-minimized #cart {
    display: none;
}

#cart .empty .sicon,
#cart .not-empty .sicon {
    font-size: 18px;
    margin-right: 12px;
    position: relative;
}

#cart .cart-items-total {
    font-size: 9px;
    line-height: 14px;
    padding: 0 2px;
    display: block;
    background: #FE3D1C;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    right: -6px;
    font-family: 'Serial', Verdana, sans-serif;
    font-weight: 600;
    min-width: 14px;
    box-sizing: border-box;
}

#cart a,
#cart a:active,
#cart a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#cart a.order-items {
    color: #fff;
    background-color: #FE3D1C;
    display: block;
    padding: 10px 20px;
    margin: 15px auto 5px auto;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#cart .cart-items {
    display: none;
    position: absolute;
    width: 350px;
    background-color: #fff;
    right: -15px;
    padding: 5px 5px 0px 5px;
    box-shadow: #ccc 0px 0px 5px;
    top: calc(100% + 15px);
    border-radius: 10px;
}

#cart .cart-items .item {
    border-bottom: 1px solid #EBEBEB;
}

#cart .cart-items .item .image {
    float: left;
    width: 50px;
    padding: 5px;
}

#cart .cart-items .item .description {
    float: left;
    padding: 5px;
    width: 280px;
    line-height: 17px;
    color: #000;
    text-align: left;
}

#cart .cart-items .item .description a,
#cart .cart-items .item .description a:visited,
#cart .cart-items .item .description a:active {
    color: #000;
    text-decoration: none;
}

#cart .cart-items .item .description a:hover {
    color: #000;
    text-decoration: underline;
}

#cart .cart-items .item .amount-price {
    display: flex;
    justify-content: space-between;
}

#cart .cart-items .item .amount,
#cart .cart-items .item .price-per-unit {
    color: #BFBFBF;
    font-weight: normal;
}

#cart .cart-items .item .price {
    color: #000;
    font-weight: 500;
}

#myDevicesBlur {
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1090;
    opacity: 0;
    left: 0;
}


#myDevicesSelectContainer {
    display: none;
    padding: 0;
    opacity: 0;
    width: 983px;
    height: 80%;
    border: 4px solid #0589C8;
    position: fixed;
    top: 0;
    left: 350px;
    background-color: #fff;
    z-index: 1091;
    text-align: left;
}

#myDevicesSelectContainer .myDevicesSelectContainerClose {
    width: 32px;
    height: 32px;
    background: transparent url('/img/mydevices-window-close.png') no-repeat left top;
    position: absolute;
    right: -17px;
    top: -18px;
    cursor: pointer;
}

#myDevicesSelectContainer .inner {
    padding: 5px;
}

#myDevicesSelectContainer h3 {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    color: #34AAE2;
    font-size: 14px;
    margin: 0;
    padding: 3px 6px;
}

#myDevicesSelectContainer h3 small {
    font-weight: normal;
    font-size: 11px;
}

#myDevicesSelectContainer p {
    padding: 10px 0;
}

#myDevicesSelectContainer input.search {
    border: 3px solid #ddd;
    padding: 5px;
    margin: 5px;
    outline: none;
    width: 280px;
    color: #888;
}

#myDevicesSelectContainer input.search:focus {
    border-color: #34AAE2;
}

#myDevicesSelectContainer .items {
    overflow: auto;
    height: 570px;
    margin: 10px 0;
}

#myDevicesSelectContainer .items h5 {
    padding: 5px 30px;
    background: transparent url('/img/mydevices-dot-bbb.png') repeat-x left center;
}

#myDevicesSelectContainer .items h5 span.title {
    background-color: #fff;
    padding: 0 5px;
    font-size: 11px;
}


#myDevicesSelectContainer .items a.item,
#vyhledavani-prislusenstvi .items a.item {
    float: left;
    margin: 16px;
    border: 1px solid #ddd;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    width: 90px;
    height: 111px;
    overflow: hidden;
}

#myDevicesSelectContainer .items a.item:hover,
#vyhledavani-prislusenstvi .items a.item:hover {
    border: 1px solid #34AAE2;
}

#myDevicesSelectContainer .items a.item img,
#vyhledavani-prislusenstvi .items a.item img {
    margin: 6px 10px;
}

.myDevicesArrow {
    display: none;
    width: 160px;
    height: 80px;
    background: transparent url('/img/mydevices-start-bg2.png') no-repeat left top;
    position: fixed;
    top: 0;
    left: 0;
}

.myDevices {
    display: none;
    width: 115px;
    border: 1px solid #34AAE2;
    background-color: #fff;
    position: fixed;
    top: 86px;
    box-shadow: #aaa 0 0 4px;
    -webkit-box-shadow: #aaa 0 0 4px;
    -moz-box-shadow: #aaa 0 0 4px;
    padding: 1px;
    z-index: 1092;
}

@media screen and (max-width: 1270px) {
    .myDevices {
        display: none !important;
    }
}

.myDevices .top {
    background: url('/img/cartOnWheels-top-bg.png') repeat-x left top;
    height: 35px;
}

.myDevices .top b {
    padding: 10px 0 9px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.myDevicesBody {
    position: relative;
}

.myDevicesBody .myDevicesSelectDiv {
    padding: 1px 13px 1px 3px;
    border: 1px solid #bbb;
    cursor: pointer;
    background: transparent url('/img/mydevices-select-arrow.png') no-repeat right center;
}

.myDevicesBody #myDevicesSelectHighlighter {
    display: none;
    opacity: 0;
    width: 170px;
    height: 19px;
    border: 4px solid #0589C8;
    border-right: none;
    position: absolute;
    left: -4px;
    top: 217px;
    background-color: #fff;
    cursor: pointer;
    padding: 11px 20px;
}

.myDevicesBody #myDevicesSelectHighlighter b {
    font-size: 15px;
}

.myDevicesBody select {
    font-size: 12px;
    width: 100%;
}

.myDevicesBody a.add {
    display: block;
    padding: 15px 0 15px 38px;
    margin: 0 1px 0 1px;
    text-align: left;
    color: #888888;
    font-size: 12px;
    background: #F5F5F5 url('/img/mydevices-add.png') no-repeat left center;
    text-decoration: none;
}

.myDevicesBody a.add:hover {
    background: #F5F5F5 url('/img/mydevices-add-hover.png') no-repeat left center;
    text-decoration: underline;
}

.myDevicesBody .inner {
    padding: 10px;
}

.myDevicesBody .inner p.empty {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 18px;
}

.myDevicesBody b.title {
    padding: 10px 0 0 0;
    display: block;
    text-align: center;
    color: #333333;
}

.myDevicesBody .buttonSave {
    display: block;
    padding: 3px 6px;
    background-color: #21A8EA;
    border: 1px solid #098DCC;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 60px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.myDevicesBody .buttonSave:hover {
    background-color: #34b2ef;
    border: 1px solid #0180bc;
}

.myDevicesBody .buttonSave.unactive {
    background-color: #ededed;
    border: 1px solid #e2e2e2;
    color: #333;
}

.myDevicesBody .buttonSave.unactive:hover {
    background-color: #f2f2f2;
    border: 1px solid #dbd9d9;
    color: #000;
}

.myDevicesBody .items {

}

.myDevicesBody .items .item {
    border-top: 1px solid #34AAE2;
    border-bottom: 1px solid #d4ebf4;
    background-position: center 5px;
    background-repeat: no-repeat;
}

.myDevicesBody .items .item .item-container {
    background: transparent url('/img/ajax-loading-transparent-w.png') repeat left top;
    height: 178px;
}

.myDevicesBody .items .item p {
    margin: 0;
    padding: 10px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.myDevicesBody .items .item p span.name {
    text-transform: uppercase;
    display: block;
    height: 27px;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
    text-shadow: 0px 0px 3px #fff;
}

.myDevicesBody .items .item img {
    display: block;
    margin: 5px 3px;
    float: left;
}

.myDevicesBody ul.icons {
    height: 24px;
    margin: 60px auto 1px auto;
    padding: 0;
    width: 96px;
}

.myDevicesBody ul.icons li {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    float: left;
    text-align: center;
}

.myDevicesBody ul.icons li:last-child {
    margin: 0;
}

.myDevicesBody ul.icons li a {
    display: block;
    width: 24px;
    height: 24px;
}

.myDevicesBody ul.icons li a.icoSelect {
    background: transparent url('/img/mydevices-device-hover.png') no-repeat center center;
}

.myDevicesBody ul.icons li a.icoSubscribe {
    background: transparent url('/img/mydevices-mail-hover.png') no-repeat center center;
}

.myDevicesBody ul.icons li a.icoHelp {
    background: transparent url('/img/mydevices-help-hover.png') no-repeat center center;
}

.myDevicesBody ul.icons li a.icoSelect:hover,
.myDevicesBody ul.icons li a.icoSelect.active {
    background: transparent url('/img/mydevices-device-active.png') no-repeat center center;
}

.myDevicesBody ul.icons li a.icoSubscribe:hover,
.myDevicesBody ul.icons li a.icoSubscribe.active {
    background: transparent url('/img/mydevices-mail-active.png') no-repeat center center;
}

.myDevicesBody ul.icons li a.icoHelp:hover,
.myDevicesBody ul.icons li a.icoHelp.active {
    background: transparent url('/img/mydevices-help-active.png') no-repeat center center;
}

.myDevicesBody a.btn {
    color: #333;
    background-color: #ededed;
    border: 1px solid #e2e2e2;
    padding: 2px;
    display: block;
    width: 90px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.myDevicesBody a.btn:hover {
    color: #000;
    background-color: #f2f2f2;
    border: 1px solid #dbd9d9;
}

.myDevicesBody a.btn.save {
    background-color: #21A8EA;
    border: 1px solid #098DCC;
    color: #fff;
}

.myDevicesBody a.btn.save:hover {
    background-color: #34b2ef;
    border: 1px solid #0180bc;
}

.myDevicesBody a.btn.red {
    color: #fff;
    background-color: #DA4937;
    border-color: #ce3423;
    font-weight: bold;
}

.myDevicesBody a.btn.red:hover {
    color: #fff;
    background-color: #e25c4d;
    border-color: #c42715;
}

.myDevicesBody .offer {
    opacity: 0;
    background-color: #f2f6f9;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    height: 0;
}

.myDevicesBody .offer p {
    padding: 10px;
    border-top: 1px solid #34AAE2;
}

.myDevicesBody hr {
    border-top: 1px solid #34AAE2;
    border-bottom: 1px solid #d4ebf4;
    height: 0px;
    margin: 10px 0 0 0;
}

.boxRightContent {
    position: fixed;
    display: none;
}

@media screen and (max-width: 1270px) {
    .boxRightContent {
        display: none !important;
    }
}

.cartOnWheels {
    border: 1px solid #34AAE2;
    background-color: #fff;
    box-shadow: #aaa 0 0 4px;
    -webkit-box-shadow: #aaa 0 0 4px;
    -moz-box-shadow: #aaa 0 0 4px;
    padding: 1px;
}

.cartOnWheels .top {
    background: url('/img/cartOnWheels-top-bg.png') repeat-x left top;
    height: 35px;
}

.cartOnWheels .top a {
    padding: 10px 10px 9px 30px;
    margin: 0 auto;
    width: 40px;
    display: block;
    background: url('/img/cartOnWheels-ico.png') no-repeat left center;
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.cartOnWheels .top a:hover {
    text-decoration: none;
}

.cartOnWheelsBody {
    position: relative;
}

.cartOnWheelsBody .loading,
.myDevicesBody .loading,
#myDevicesSelectContainer .loading {
    display: none;
    position: absolute;
    z-index: 1093;
    height: 100%;
    width: 100%;
    background: transparent url('/img/ajax-loading-transparent-w.png') repeat left top;
}

.cartOnWheelsBody .loading .animation,
.myDevicesBody .loading .animation,
#myDevicesSelectContainer .loading .animation {
    background: transparent url('/img/ajax-load-blue-48x48.gif') no-repeat center center;
    height: 100%;
    width: 100%;
}

.cartOnWheels .delete,
.myDevicesBody .delete {
    display: none;
    position: absolute;
    right: 5px;
    z-index: 1094;
}

.cartOnWheels .delete a,
.myDevicesBody .delete a {
    display: block;
    border: 1px solid #00aef0;
    background: #fff url('/img/close.png') no-repeat center center;
    width: 13px;
    height: 12px;
    margin: 6px 0 0 0;
    -moz-box-shadow: 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 5px #fff;
    box-shadow: 0px 0px 5px #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cartOnWheels .items {
    border-bottom: 1px solid #34AAE2;
}

.cartOnWheels .items a {
    text-decoration: none;
}

.cartOnWheels .items .item {
    position: relative;
    height: 50px;
    padding: 7px 5px;
    margin: 0;
    border-bottom: 1px solid #d4ebf4;
    z-index: 100;
}

.cartOnWheels .items .item .img {
    float: left;
    padding: 10px 2px 2px 2px;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cartOnWheels .items .item .img b {
    background-color: #0589c7;
    color: #fff;
    display: block;
    width: 16px;
    height: 15px;
    text-align: center;
    margin: 18px 0 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cartOnWheels .items .item .img b.len3 {
    width: 23px;
    margin: 18px 0 0 10px;
}

.cartOnWheels .items .item p {
    padding: 1px 2px 1px 5px;
    margin: 0;
    font-size: 9px;
    overflow: hidden;
    height: 33px;
    text-transform: uppercase;
}

.cartOnWheels .items .item strong.sklad {
    padding: 1px 2px 1px 5px;
    font-size: 9px;
    color: #1DB51D;
}

.cartOnWheels .items .item strong.cena {
    padding: 2px 2px 1px 0px;
    font-size: 10px;
    color: #000;
    float: right;
}

.cartOnWheels p.price {
    padding: 10px 5px;
    border-bottom: 1px solid #d4ebf4;
    font-size: 11px;
}

.cartOnWheels p.price b {
    float: right;
}

.cartOnWheels .info {
    border-top: 1px solid #34AAE2;
    min-height: 70px;
    background: transparent url('/img/cartOnWheels-info-bg.png') repeat-x left top;
}

.cartOnWheels .info p {
    background: transparent url('/img/cartOnWheels-info.png') no-repeat center 13px;
    padding: 55px 5px 10px 5px;
    text-align: center;
    color: #777;
    font-size: 12px;
}

.cartOnWheels .empty {

}

.cartOnWheels .empty p {
    padding: 10px 5px;
    text-align: center;
}

.boxRecenzeObchodu {
    border: 1px solid #34AAE2;
    background-color: #fff;
    box-shadow: #aaa 0 0 4px;
    -webkit-box-shadow: #aaa 0 0 4px;
    -moz-box-shadow: #aaa 0 0 4px;
    padding: 1px;
    margin: 10px 0 0 0;
}

.boxRecenzeObchodu .top {
    background: url('/img/cartOnWheels-top-bg.png') repeat-x left top;
    height: 35px;
}

.boxRecenzeObchodu .top b {
    padding: 10px 0 9px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.boxRecenzeObchodu .stemple {
    margin: 10px auto;
    background: transparent url('/img/doporucuje_new.png') no-repeat left top;
    width: 60px;
    height: 85px;
    font-size: 36px;
    color: #fff;
    padding: 15px 31px 0 9px;
    text-align: right;
}

.boxRecenzeObchodu .logoShopRoku {
    width: 140px;
    height: 57px;
    background: url('/img/logo_shop_roku_2016.png') center center no-repeat;
    margin: 10px auto;
    max-width: 100%;
    background-size: contain;
}

.boxRecenzeObchodu p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.boxRecenzeObchodu p b.highlight {
    color: #34AAE2;
    font-size: 25px;
}

.boxRecenzeObchodu .info {
    border-top: 1px solid #34AAE2;
    min-height: 70px;
    background: transparent url('/img/cartOnWheels-info-bg.png') repeat-x left top;
}

.boxRecenzeObchodu .info p {
    padding: 10px 5px 10px 5px;
    margin: 0;
    text-align: center;
    color: #777;
    line-height: 15px;
}

.boxRecenzeObchodu ul {
    margin: 0;
    padding: 0;
}

.boxRecenzeObchodu ul li {
    margin: 3px 0 2px 5px;
    padding: 2px 10px 2px 22px;
    font-size: 12px;
    background: url('/img/vyhoda.png') no-repeat left 1px;
}

#left-column {
    float: left;
    width: 650px;
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}

#katalog h2, #tagcloud h2, #contact h2, #s-vyberem-pomohou h2, #contact-form h2, .filter h2, #recommended h2, #help-boxes h3, #contact-boxes h3, #forget-password h2, #new-customer h2, #novinky h2, #newsletter h2, #page-doprava h2, #pokladna-kontakty h2, #objednavka-vypis h2, .main_box div.sub-header {
    font-size: 1.2em;
    font-weight: bold;
    color: #464646;
    margin-bottom: 10px;
    margin-top: 20px;
}

.filter h2 {
    margin: 0;
}

#hp-info {
    text-align: center;
    padding: 10px 0 10px 0;
    color: #009CDD;
}

#help-boxes h3, #contact-boxes h3 {
    color: #fff;
}

#help-boxes h3, #contact-boxes h3 {
    display: block;
    width: 446px;
    _width: 466px;
    height: 30px;
    _height: 50px;
    padding: 17px 0 0 20px;
    margin: 0px;
    margin-left: 1px;
    background: url('/img/help-boxes-background.png') no-repeat top left;
}

#contact-boxes h3 {
    background: url('/img/contact-boxes-background.png') no-repeat top left;
}

#contact-boxes .prodejna h3 {
    color: #464646;
    background: none;
    padding: 0;
    margin-left: 20px;
}

#recommended h2 {
    float: left;
    margin-bottom: 10px;
}

#contact h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

#help h2 {
    clear: both;
    font-size: 1.6em;
    color: #464646;
}

#produkty-tabs li.tabs a:hover {
    background-position: 0 -66px !important;
}

#katalog a:hover {
    color: #e94919;
    background-position: 0 -53px !important;
}

#tagcloud {
    clear: both;
    padding-top: 10px;
    width: 350px;
    float: right;
    font-size: 0.9em;
    text-align: center;
}

#tagcloud h2 {
    text-align: left;
}

#tagcloud a {
    margin-right: 10px;
    text-decoration: none;
    line-height: 100%;
}

#tagcloud a:hover {
    text-decoration: underline;
}

#right-column {
    width: 285px;
    margin-left: 20px;
    float: left;
    margin-top: 15px;
    color: #464646;
}

/* TABY PRO CELY SUNNYSOFT E-SHOP */

li.tabs a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #000000;
    margin-left: 60px;
    border: 1px solid transparent;
}

li.tabs a:hover {
    text-decoration: none;
    border-bottom: 1px solid #d7d7d7;
}

#produkty-tabs li.tabs a {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #C8C8C8;
    border-bottom: 0px;
}

#produkty-tabs, #prodejny-tabs, #kontakty-tabs {
    z-index: 1;
    position: relative;
    height: 34px;
}

#produkty-tabs {
    left: 20px;
}

#product-info-tabs {
    clear: both;
    z-index: 3;
    position: relative;
    margin-top: 32px;
    display: flex;
    height: 43px;
    background: #FCFCFC;
    border-radius: 12px;
    width: 100%;
    align-items: center;
}

.set {
    position: relative;
}

.set span.pluscount {
    position: absolute;
    display: block;
    top: 35px;
    left: 30px;
    color: #F64C19;
    font-weight: bold;
    font-size: 1.5em;
}

#prislusenstvi {
    position: relative;
}

#prislusenstvi form select,
#vyhledavani-prislusenstvi form select,
form #choose-your-phone select {
    margin: 10px;
    padding: 3px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Serial', helvetica, sans-serif;
    width: 140px;
    border: 1px solid #CCCCCC;
}

#vyhledavani-prislusenstvi-form {
    padding: 10px;
    margin-top: 10px;
    background: #0589c8;
    color: #fff;
}

#vyhledavani-prislusenstvi-form h2 {
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    width: 190px;
    margin: 10px auto !important;
    padding: 5px 10px 5px 30px;
    font-size: 17px !important;
    font-family: 'Serial', helvetica, sans-serif;
    font-weight: normal !important;
    background: transparent url(/img/icons/phone-white-transparent.png) no-repeat 5px center;
    text-transform: none;
}

#vyhledavani-prislusenstvi-form .selectDiv {
    padding: 8px 13px 8px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    /*width: 173px;*/
    color: #000;
    width: 160px;
    display: inline-block;
    margin: 5px 20px 15px 0px;

    background: #FFFFFF url('/img/mydevices-select-arrow-2.png') no-repeat 157px center;
}

#loading_models {
    margin: auto;
    width: 144px;
    text-align: left;
    position: relative;
}

#loading_models div {
    position: absolute;
    top: -30px;
    left: 4px;
    text-align: center;
    background: #FFFFFF;
    padding: 0px 2px;
}

#loading_models_3 div {
    position: absolute;
    top: 70px;
    left: 43px;
    text-align: center;
    background: #FFFFFF;
    padding: 0px 2px;
}

#banner {
    margin-bottom: 20px;
    margin-top: 20px;
}

#holder-bnr {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

#kategorie #holder-bnr {
    top: -8px;
}

#holder-bnr img {
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    margin: 0 10px;
    position: relative;
    -moz-box-shadow: 1px 1px 8px #999999;
    -webkit-box-shadow: 1px 1px 8px #999999;
    box-shadow: 1px 1px 8px #999999;
}

#holder-bnr a:hover img {
    top: 1px;
    left: 1px;
    -moz-box-shadow: 0px 0px 8px #999999;
    -webkit-box-shadow: 0px 0px 8px #999999;
    box-shadow: 0px 0px 8px #999999;
}

#kariera-footer, #newsletter-rss {
    border-top: 1px solid #e0e0e0;
    text-align: left;
    clear: both;
    font-weight: bold;
    width: 952px;
    line-height: 100%;
    font-size: 1.2em;
    margin-top: 15px;
}

#kariera-footer {
    padding: 15px 15px 0px 25px;
}

#newsletter-rss {
    padding: 15px 15px 10px 25px;
}

#newsletter-rss input.text, #help input.text {
    border: 1px solid #e0e0e0;
    padding: 7px;
    margin-left: 10px;
    width: 165px;
    color: #333;
    font-weight: normal;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: -5px;
    font-family: 'Serial', helvetica, sans-serif;
}

.sunny-button {
    color: #FFFFFF;
    font-weight: bold;
    border: 0px !important;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
}

.sunny-button.bigest {
    border-radius: 50px;
    font-size: 14px;
    min-width: 240px !important;
    height: 54px !important;
    line-height: 54px;
    font-weight: 500;
}

.sunny-button.big {
    min-width: 145px !important;
    height: 45px !important;
    line-height: 45px;
    font-size: 14px;
}

.sunny-button.small {
    min-width: 100px !important;
    height: 35px !important;
    line-height: 35px;
    font-size: 12px;
}

.sunny-button.small.btred {
    background: transparent url('/img/button/button-red-small.png');
}

.sunny-button.btgrey {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    background: #393939;
}

.sunny-button.btgrey.small {
}

.sunny-button.small.btgreen {
    background: transparent url('/img/button/button-green-small.png');
}


.sunny-button.big.btred {
    background: transparent url('/img/button/button-red-big.png');
}

.sunny-button.btgrey.big {
    font-size: 13px;
    font-weight: 500;
}

.sunny-button.big.btgreen {
    background: transparent url('/img/button/button-green-big.png');
}

.sunny-button.bigest.btgrey {
    font-size: 14px;
    font-weight: 500;
    min-width: 265px;
}

.sunny-button.bigest.btgreen {
    background: #1DB51D;
}

.sunny-button.submit {
    min-width: 120px;
    height: 39px;
    border: 0;
    border-radius: 50px;
    background: #FE3D1C;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    cursor: pointer;
}

.sunny-button.gradient,
.sunny-button.gradient:hover,
.sunny-button.gradient:active,
.sunny-button.gradient:visited {
    min-width: 120px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border: 0;
    box-shadow: none;
    padding: 17px;
    background: rgb(33, 86, 142);
    background: linear-gradient(95deg, rgba(33, 86, 142, 1) 0%, rgba(20, 117, 219, 1) 100%);
    border-radius: 50px;
    white-space: normal;
}

.sbutton {
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    padding: 0px 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
}

.sbutton.orange {
    background-color: #e03200;
    background-image: linear-gradient(180deg, #fa4f17, #e03200);
    color: #fff;
    text-decoration: none;
}

.sbutton.pay {
    padding-top: 10px;
    line-height: 25px;
}

.sbutton.pay:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
}


.signup {
    margin-left: 10px;
}

#newsletter-rss a {
    font-size: 0.8em;
}

#newsletter-rss a.newsletter {
    text-transform: none;
    font-size: 1em;
}

#newsletter-rss #aktualni, #newsletter-rss #mail .signup {
    position: relative;
    top: 10px;
    float: left;
}

#newsletter-rss #mail {
    float: right;
}

#newsletter-rss #mail form {
    float: left;
}

.hp-block,
.produkty-promo:not(:last-child) {
    padding: 20px 0 40px 0;
}

.hp-block,
.produkty-promo:not(:last-child) {
    border-bottom: 1px solid #F5F5F5;
}

.produkty-promo:nth-child(odd) {
    background-color: #F7FAFF;
    width: 100vw;
    position: relative;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.hp-block h2,
.produkty-promo h2 {
    margin: 0 0 20px 20px;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

.produkty-promo .produkt {
    position: relative;
    float: left;
}

.produkty-promo .produkt img {
    width: calc(100% - 10px);
    height: auto;
    margin: 5px;
    display: block;
}

.produkty-promo .produkt .carousel-product-text {
    margin-top: 0px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 0 10px;
    text-align: left;
    font-weight: 500;
}

.produkty-promo .produkt > a {
    border-radius: 4px;
    border: 1px solid #F7F7F7;
    position: relative;
}

.produkty-promo .produkt a {
    text-decoration: none;
    color: #333333;
    display: block;

}

.produkty-promo .produkt .carousel-product-text .nazev {
    display: block;
    height: 40px;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
}

.produkty-promo .produkt:hover .carousel-product-text .nazev {
    color: #2C4998;
}

.produkty-promo .produkt .carousel-product-text .hodnoceni {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    margin: 5px 0 10px 0;
}

.produkty-promo .produkt .carousel-product-text .hodnoceni .stars {
    margin-right: 5px;
}

.produkty-promo .produkt .carousel-product-text .cena {
    display: block;
    text-transform: none;
    font-weight: bold;
}

.produkty-promo .produkt .carousel-product-text .cena .puvodni {
    font-size: 0.9em;
    color: #888;
    text-decoration: line-through;
}

.produkty-promo .produkt .willbe {
    font-size: 12px;
}

.produkty-promo .produkt form {
    opacity: 0;
}

.produkty-promo .produkt:hover form {
    opacity: 1;
}

.produkty-promo .produkt form .add-to-cart-button {
    font-size: 14px;
    min-width: 100px;
    height: 30px;
}

.produkty-promo .promo-link {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.top-vyrobci {
    width: auto;
    padding: 90px 0;
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: center;
}

.top-vyrobci img {
    filter: grayscale(1);
    opacity: 0.3;
    transition: opacity 0.3s, grayscale 0.3s;
}

.top-vyrobci img:hover {
    filter: grayscale(0);
    opacity: 1;
}

#switcher {
    width: 34px;
    position: absolute;
    right: -22px;
    top: 20px;
}

.switch {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 22px;
    float: right;
}


.switch a:hover {
    color: #fff;
    background: url('/img/switch-hover.png') no-repeat top left;
}

.switch a {
    padding-top: 4px;
    background: url('/img/switch.png') no-repeat top left;
    display: block;
    color: #7f7f7f;
    height: 18px;
    width: 22px;
    float: right;
    _height: 22px;
    text-decoration: none;
}

.switch.active {
    width: 34px;
    margin-bottom: 5px;
}

#switcher .switch.active a {
    margin-left: 2px;
    float: left;
    width: 29px;
    _width: 34px;
    padding-left: 5px;
    height: 25px;
    color: #fff;
    background: url('/img/switch-active.png') no-repeat top left;
}

#newsletter {
    background: url('/img/newsletter-background.png') no-repeat top center;
    padding: 18px;
    font-size: 0.9em;
    height: 68px;
    _height: 104px;
    clear: both;
    margin-top: 10px;
}

#newsletter p {
    margin-bottom: 10px;
}

#newsletter input.text {
    font-size: 1em;
    border: 1px solid #c0c0c0;
    color: #464646;
    display: block;
    float: left;
    padding: 5px;
    width: 150px;
    background: #fff;
}

#newsletter input.button {
    display: block;
    float: left;
    margin-top: -5px;
    margin-left: 5px;
    float: right;
}

#contact {
    background: url('/img/contact-background.png') no-repeat top left;
    padding: 20px;
    margin-top: 10px;
}

#contact p {
    line-height: 180%;
    font-size: 0.9em;
}

#operatori {
    margin-top: 30px;
}

#operatori li {
    float: right;
    font-size: 0.9em;
}

#operatori li.left {
    float: left;
}

#menu {
    position: absolute;
    top: 85px;
    padding-left: 5px;
    width: 964px;
}

#menu li {
    float: left;
}

#menu a.menuGroupItem {
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9px;
    float: left;
    width: 75px;
    height: 78px;
    background-color: #006494;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    top: 0;
    background-image: linear-gradient(top, #36ACE2 0px, #1E92CB 75px);
    background-image: -moz-linear-gradient(top, #36ACE2 0px, #1E92CB 75px);
    background-image: -o-linear-gradient(top, #36ACE2 0px, #1E92CB 75px);
    background-image: -webkit-linear-gradient(top, #36ACE2 0px, #1E92CB 75px);
}

#menu a.menuGroupItem span {
    position: relative;
    bottom: -46px;
}

#menu a.menuGroupItem .menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 78px;
    background-image: url('/img/menu_squares.png');
}

#menu a.menuGroupItem:hover {
    color: #000000;
    background-color: #FFFFFF;
    background-image: none;
}

#menu a.menuGroupItem:hover .menu-icon {
    background-image: url('/img/menu_squares.png');
}

#menu a.menuGroupItem#menu-1 .menu-icon {
    background-position: 0px 0px;
}

#menu a.menuGroupItem#menu-2 .menu-icon {
    background-position: -75px 0px;
}

#menu a.menuGroupItem#menu-3 .menu-icon {
    background-position: -150px 0px;
}

#menu a.menuGroupItem#menu-4 .menu-icon {
    background-position: -225px 0px;
}

#menu a.menuGroupItem#menu-5 .menu-icon {
    background-position: -300px 0px;
}

#menu a.menuGroupItem#menu-6 .menu-icon {
    background-position: -375px 0px;
}

#menu a.menuGroupItem#menu-7 .menu-icon {
    background-position: -450px 0px;
}

#menu a.menuGroupItem#menu-8 .menu-icon {
    background-position: -525px 0px;
}

#menu a.menuGroupItem#menu-9 .menu-icon {
    background-position: -600px 0px;
}

#menu a.menuGroupItem#menu-10 .menu-icon {
    background-position: -675px 0px;
}

#menu a.menuGroupItem#menu-11 .menu-icon {
    background-position: -750px 0px;
}

#menu a.menuGroupItem#menu-12 .menu-icon {
    background-position: -825px 0px;
}

#menu a.menuGroupItem#menu-1:hover .menu-icon, #menu a.menuGroupItem#menu-1.hover .menu-icon {
    background-position: 0px 78px;
}

#menu a.menuGroupItem#menu-2:hover .menu-icon, #menu a.menuGroupItem#menu-2.hover .menu-icon {
    background-position: -75px 78px;
}

#menu a.menuGroupItem#menu-3:hover .menu-icon, #menu a.menuGroupItem#menu-3.hover .menu-icon {
    background-position: -150px 78px;
}

#menu a.menuGroupItem#menu-4:hover .menu-icon, #menu a.menuGroupItem#menu-4.hover .menu-icon {
    background-position: -225px 78px;
}

#menu a.menuGroupItem#menu-5:hover .menu-icon, #menu a.menuGroupItem#menu-5.hover .menu-icon {
    background-position: -300px 78px;
}

#menu a.menuGroupItem#menu-6:hover .menu-icon, #menu a.menuGroupItem#menu-6.hover .menu-icon {
    background-position: -375px 78px;
}

#menu a.menuGroupItem#menu-7:hover .menu-icon, #menu a.menuGroupItem#menu-7.hover .menu-icon {
    background-position: -450px 78px;
}

#menu a.menuGroupItem#menu-8:hover .menu-icon, #menu a.menuGroupItem#menu-8.hover .menu-icon {
    background-position: -525px 78px;
}

#menu a.menuGroupItem#menu-9:hover .menu-icon, #menu a.menuGroupItem#menu-9.hover .menu-icon {
    background-position: -600px 78px;
}

#menu a.menuGroupItem#menu-10:hover .menu-icon, #menu a.menuGroupItem#menu-10.hover .menu-icon {
    background-position: -675px 78px;
}

#menu a.menuGroupItem#menu-11:hover .menu-icon, #menu a.menuGroupItem#menu-11.hover .menu-icon {
    background-position: -750px 78px;
}

#menu a.menuGroupItem#menu-12:hover .menu-icon, #menu a.menuGroupItem#menu-12.hover .menu-icon {
    background-position: -825px 78px;
}

#menu .mainMenuItem {
    position: relative;
}

#menu .mainMenuItem .menu-submenu {
    width: 215px;
    min-height: 100px;
    padding: 10px;
    display: none;
    position: absolute;
    border: 1px solid #35ABE1;
    border-bottom: 3px solid #35ABE1;
    top: 84px;
    left: -1px;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}

#menu .mainMenuItem .menu-submenu h5 {
    padding: 5px 30px;
    background: transparent url('/img/mydevices-dot-bbb.png') repeat-x left center;
    text-align: center;
}

#menu .mainMenuItem .menu-submenu h5 span {
    background-color: #fff;
    padding: 0 5px;
    font-size: 11px;
}

#menu .mainMenuItem .menu-submenu p a {
    display: block;
    padding: 0 0 0 10px;
    background: transparent url('/img/arrow-right-blue.png') no-repeat -10px 1px;
    text-decoration: none;
}

#menu .mainMenuItem .menu-highlighter {
    width: 75px;
    height: 85px;
    display: none;
    background-color: #fff;
    position: absolute;
    border: 1px solid #35ABE1;
    border-bottom: none;
    top: -1px;
    left: -1px;
}

#prodejny-odkaz {
    width: 103px;
    height: 45px;
    float: right;
    position: relative;
    right: -10px;
}

#breadcrumbs {
    padding: 7px 15px;
}

.product-top #breadcrumbs {
    margin-top: 0;
    padding-left: 0;
}

#breadcrumbs span a {
    color: #2667AD;
}

.breadcrumb-arrow {
    color: #BFBFBF;
    font-size: 10px;
    padding: 0 3px;
}

#top-banner-txt {
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    font-family: 'Serial', helvetica, sans-serif;
}

#top-banner-txt a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0px;
    padding-top: 15px;
    width: 100%;
}

#top-banner-img {
    text-align: center;
}

.ban-ousko-leva,
.ban-ousko-prava {
    position: absolute;
    top: 0;
}

.ban-ousko-leva {
    right: 100%;
}

.ban-ousko-prava {
    left: 100%;
}

#main {
    background: url('/img/container-background.png');

    z-index: 0;
}

#porovnani, #help, #seznam-vyrobcu, #newsletter-nastaveni, #kategorie, #oblibene, #results, #landing-page, #login, #novinky, #newslettery, #reference-page, #english, #main-homepage, #prodejny-kontakty, #content, #text, #page-doprava, #pokladna-kontakty, #kosik, #kosik2, #hledani-dle-parametru, #vyhledavani, #vyhledavani-prislusenstvi, #zarizeni-prislusenstvi, #poptavka-kontakt, #order-page, #register, #zakaznik-editace, #login, #objednavky-vypis, #faktury-vypis, #prispevky-vypis, #hlidani-vypis, #objednavka-vypis, #detail-uctu, #affiliate-vypis, #err-page, #bonusprogram, #mojebody, #slevy, .main_box {

    /*background-image: linear-gradient(top, #F3F3F3 0px, #FFFFFF 200px);
	background-image: -moz-linear-gradient(top, #F3F3F3 0px, #FFFFFF 200px);
	background-image: -o-linear-gradient(top, #F3F3F3 0px, #FFFFFF 200px);
	background-image: -webkit-linear-gradient(top, #F3F3F3 0px, #FFFFFF 200px);*/
    position: relative;
}

#detail-produktu, #porovnani, #help, #seznam-vyrobcu, #newsletter-nastaveni, #oblibene, #kategorie, #prislusenstviPro, #vyhledavani, #results, #landing-page, #prodejny-kontakty, #content, #text, #hledani-dle-parametru, #vyhledavani-prislusenstvi, #zarizeni-prislusenstvi, #poptavka-kontakt, #objednavky-vypis, #faktury-vypis, #prispevky-vypis, #hlidani-vypis, #objednavka-vypis, #detail-uctu, #affiliate-vypis, #login, #novinky, #newslettery, #reference-page, #english, #text, #page-doprava, #pokladna-kontakty, #register, #zakaznik-editace, #err-page, #bonusprogram, #mojebody, #slevy, .main_box {
    padding: 15px;
    padding-top: 25px;
    overflow: visible;
}

#kategorie {
    padding: 25px 15px 0 0;
    display: flex;
    gap: 30px;
}

#prislusenstviPro {
    padding: 0;
}

#detail-produktu h1, #hledani-dle-parametru h1, #poptavka-kontakt h1, #porovnani h1 {
    font-size: 2.0em;
    margin-bottom: 5px;

}

#main-homepage {
    padding: 0;
    margin-top: 0;
    background-image: none;
}

#footer-advantages {
    height: 155px;
    background: #F5F8FF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1300px;
    position: relative;
    z-index: 1;
}

#footer-advantages ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#footer-advantages ul li {
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer-advantages ul li.adv {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

#footer-advantages ul li.adv.highlight {
    color: #bed3ef;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

#footer-advantages ul li .adv-sub {
    font-size: 13px;
    line-height: 13px;
}


#footer-advantages ul li.adv.highlight .adv-sub {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

#footer-advantages ul li:not(.highlight) .adv-sub:first-letter {
    text-transform: uppercase;
}

#footer-advantages ul li a {
    text-decoration: none;
}


#footer {
    color: #ffffff;
    text-align: center;
    padding: 60px 0 0 0;
    background: #4263AB;
    background: linear-gradient(270deg, rgba(66, 99, 171, 1) 0%, rgba(24, 52, 118, 1) 100%);
    font-size: 14px;
    line-height: 24px;
    min-width: 1300px;
    z-index: 1;
    position: relative;
}

#footer a,
#footer a:visited,
#footer a:active {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-contact {
    width: 100%;
    max-width: 300px;
}

#footer .footer-cols {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
    align-items: center
}

#footer .footer-contact-wrapper {
    margin-top: 32px;
}

#footer .contact-portrait {
    display: inline-block;
    width: 63px;
    height: 63px;
    background: url('/img/ft-petra.png') center center no-repeat;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    background-size: cover;
    border-radius: 50%;
}

#footer .contact-portrait .glyphicon {
    position: absolute;
    top: 47px;
    left: 47px;
    font-size: 18px;
}

#footer .contact-info {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#footer h5 {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}


#footer .contact-info .glyphicon {
    opacity: 56%;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
}

#footer .footer-logo {
    width: 115px;
    height: 18px;
    margin: 30px auto 0 auto;
    background: url('/img/logo-mono-small.png') center center no-repeat;
    background-size: contain;
    opacity: 0.5;
}


#footer .copyright {
    margin: 12px auto 15px auto;
    line-height: 18px;
    font-size: 12px;
    opacity: 56%;
}

#footer a {
    color: #ffffff;
}

#footer-menu {
    text-align: left;
}

#footer-menu h5 {
    color: #96C2EF;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

#footer-menu .footer-menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

#footer-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
}

.online, .green, .available, .bonus, .open {
    color: #1DB51D !important;
}

.bonus {
    font-weight: bold;
}

.orange {
    color: #f64c19;
}

.b {
    font-weight: bold;
}

#vsechny-produkty {
    margin: 0 25px 0 21px;
}

#vsechny-produkty a {
    width: 161px;
    height: 43px;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
    margin-left: 1px;
}

#vsechny-produkty a span {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    background: url('/img/vsechny-produkty.png') no-repeat top left;
}

#prodejny-odkaz {
    margin-right: 25px;
}

#prodejny-odkaz a {
    width: 105px;
    height: 43px;
    overflow: hidden;
    position: relative;
    float: right;
    display: block;
}

#prodejny-odkaz a span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    background: url('/img/prodejny.png') no-repeat top left;
}

.arrow {
    font-size: 0.75em;
    margin: 0 5px 0 5px;
}


#xx select {
    border: 1px solid #e0e0e0;
    padding: 3px;
    background-color: #FFFFFF;
    background-image: linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -moz-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -o-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -webkit-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
}

input.count {
    border: 1px solid #e0e0e0;
    padding: 3px;
    width: 20px;
    background-color: #FFFFFF;
    background-image: linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -moz-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -o-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -webkit-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    margin-top: 10px;
    margin-right: 5px;
}

input.text {
    background-color: #FFFFFF;
    background-image: linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -moz-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -o-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -webkit-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
}

.ks-text {
    display: block;
    float: left;
    margin-top: 15px;
}

#up-down {
    float: left;
    position: relative;
    margin-left: 5px;
    display: block;
    width: 11px;
    height: 30px;
    margin: 12px 10px 0 0;
}

.up-down {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    font-weight: 500;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.up-down .cart-quantity-up,
.up-down .cart-quantity-down {
    display: block;
    width: 100%;
    height: 100%;
}

#up, .up, #down, .down {
    width: 11px;
    height: 6px;
    text-indent: -9000px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0px;
    cursor: pointer;
    padding: 2px;
}

#up, .up {
    background: url('/img/up-arrow.png') no-repeat 2px 2px;
    top: -2px;
}

#down, .down {
    background: url('/img/down-arrow.png') no-repeat 2px 2px;
    top: 10px;
}


.product {
    margin-bottom: 10px;
}

.product:before {
    visibility: visible;
    content: "";
    position: absolute;
    bottom: -28px;
    top: -18px;
    right: -8px;
    background: #E3E3E3;
    width: 1px;
}

.product:after {
    visibility: visible;
    content: "";
    position: absolute;
    bottom: -30px;
    left: -8px;
    right: -8px;
    background: #E3E3E3;
    height: 1px;
    z-index: 1100;
}

.product.has-stats {
    padding-bottom: 110px !important;
}

.neaktivni {
    opacity: 0.6;
}

.product p {
    margin-left: 10px;
}

#order-info {
    float: left;
    margin-left: 3px;
}

#other-info {
    clear: both;
}

.filter #price {
    background: none;
    width: auto;
    height: auto;
    float: none;
    position: relative;
}

#final-price, #final-price-smaller {
    font-size: 16px;
    font-weight: bold;
    color: #FF8E00;
    line-height: 23px;
}

#final-price-smaller {
    font-size: 1.6em;
}

.add-to-cart-button {
    min-width: 120px;
    height: 39px;
    border: 0;
    border-radius: 50px;
    background: #FE3D1C;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    cursor: pointer;
}

.add-to-cart-button .glyphicon {
    font-size: 14px;
    margin-right: 10px;
    opacity: 68%;
}

.saved {
    color: #e53b08;
    font-size: 1.2em;
    margin-left: 5px;
}

#sale, #alternativy, #components, #varianty, #varianty2 {
    border-top: 0;
    position: relative;
    margin-bottom: 20px;
}

#sale h2, #alternativy h2, #components h2, #varianty2 h2 {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

#sale h3 {
    font-size: 1.0em;
    padding: 0 0 0 70px;
}

#sale .plus {
    background: url('/img/plus.png') no-repeat center left;
    height: 60px;
    padding-left: 50px;
    float: left;
    margin-right: 15px;
}

#sale img, #components img, #alternativy img {
    float: left;
    margin-right: 10px;
}

#sale p, #components p, #alternativy p {
    margin: 10px 0;
    padding: 0 0 0 70px;
}

#sale .stars-wrapper, #alternativy .stars-wrapper,
#sale .stitek, #alternativy .stitek,
#sale .product-configurator-link, #alternativy .product-configurator-link {
    display: none;
}

#components .count {
    color: #FF0000;
    font-weight: bold;
    position: absolute;
    left: 0;
}


#other-info {
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #e0e0e0;
    min-height: 245px;
    width: 576px;
    float: right;
    overflow: hidden;

}

#product-info, #vypis-prislusenstvi {
    clear: both;
    background-color: #FFFFFF;
    padding-top: 17px;
    position: relative;
}

#prislusenstvi-produktu h3 {
    margin-bottom: 10px;
}

#list-of-accessories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

#list-of-accessories li {
    flex-basis: calc(25% - 8px);
}

#list-of-accessories a {
    position: relative;
    text-decoration: none;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 8px;
    color: #000000;
    font-weight: 500;
}

#list-of-accessories li.active a {
    background: #E0F0F8;
}

#list-of-accessories li.active a .items {
}

#list-of-accessories .items {
    color: #e53b08;
}

/*.accessories {
    float: left;
    width: 929px;
    margin-left: 10px;
}*/

/*.accessories div div{
	float:left;
	width: 164px;
	display: block;
	margin: 0 0 20px 15px;
	line-height: 150%;
}

.accessories div .clear {
	float:none;
	margin: 0;
}*/

#recommended {
    width: 100%;
}

#recommended-products {
    margin-top: 20px;
    margin-right: 20px;
}

#recommended-products h2 {
    font-size: 1.3em;
    margin-left: 25px;
    margin-bottom: 15px;
}

.recommended-item-image {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}

.recommended-item-image {
    width: 130px;
    height: 130px;
}

#add-all {
    text-align: center;
}

/*.accessories img, .recommended-item-image img{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.accessories a{ color: #5e5e5e; }
.accessories .acc-all { text-align: right; }
.accessories .acc-all a{ color: #009CDD; }
*/


#filters {
    padding: 20px 10px;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    background: #F2F6FE;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

#filters label {
    cursor: pointer;
}

#filtersIl {
    padding: 10px 0 0 0;
    height: 20px;
}

.filter {
    text-align: left;
}

#filters .filters-headline {
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0 2px;
}

#filters .categorySearch {
    padding: 0;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background: #ffffff;
    margin: 10px 0 10px 0;
}

#filters .categorySearch .inputs {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 10px;
}

#filters .categorySearch .inputs .inputQuery {
    border: none;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    max-width: calc(100% - 20px);
}

#filters .categorySearch .inputs button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 17px;
    background: #ffffff;
    position: relative;
    top: 2px;
}

#dle-zarizeni-container {
    background-color: #0589c8;
    min-height: 140px;
    border-bottom: 1px solid #FFFFFF;
    display: none;
}

#filters #dle-zarizeni, #filters #dle-rozmeru {
    margin: 0 0 15px 0;
    padding: 0;
}

#dle-zarizeni-container h2 {
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    padding: 13px 10px 13px 30px;
    font-size: 17px;
    font-family: 'Serial', helvetica, sans-serif;
    font-weight: normal;
    background: transparent url('/img/icons/phone-white-transparent.png') no-repeat 5px center;
}

#dle-zarizeni-container select {
    font-size: 11px;
    padding: 3px;
    border: 1px solid #CCCCCC;
    width: 150px;
    margin-bottom: 5px;
}

#dle-zarizeni .filtrZarizeniSelectDiv {
    padding: 8px 13px 8px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    /*width: 173px;*/
    width: 160px;
    margin: 5px auto 15px auto;
    text-align: center;
    background: #FFFFFF url('/img/mydevices-select-arrow-2.png') no-repeat 157px center;
}

#filters #dle-zarizeni-container .zarizeni-form-switch {
    font-size: 13px;
    font-family: 'Serial', helvetica, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

#dle-zarizeni-container.dle-zarizeni-center {
    text-align: left;
    min-height: 95px;
    background-color: inherit;
    color: inherit;
}

#dle-zarizeni-container.dle-zarizeni-center h2 {
    background-image: url('/img/icons/watch-white-transparent.png');
    padding-left: 9px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

#dle-zarizeni-container.dle-zarizeni-center .filtrZarizeniSelectDiv {
    display: inline-block;
    width: 185px;
    margin: 5px 5px 15px 5px;
    background-position: 188px center;
    border: 1px solid #E0E0E0;
    text-align: left;
    padding-left: 10px;
}

#filters #dle-zarizeni-container .zarizeni-form-switch:hover {
    text-decoration: none;
}

#filters #filter-form:after {
    content: "";
}

#filters #dle-zarizeni-container .filtr-rozmer-field {
    width: 176px;
    margin: 5px auto 15px auto;
    height: 30px;
    position: relative;
}

#filters #dle-zarizeni-container .filtr-rozmer-jednotka {
    display: block;
    width: 28px;
    text-align: center;
    padding: 8px 0px;
    background-color: #dff0f7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    float: left;
    height: 14px;
    color: #7d7d7d;
}

#filters #dle-rozmeru input[type="text"] {
    padding: 8px 13px 8px 3px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 132px;
    border: 0;
    font-size: 12px;
    display: block;
    float: left;
}

#filters .sunny-button {
    width: 100%;
}

#filters .filter-container table {
    width: 100%;
    margin: 0;
}

#filters .filter-container table td {
    border: none;
    vertical-align: top;
    text-align: left;
    padding: 2px;
}

#filters .filter-container table td label {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

#filters .filter-container h2 {
    color: #000000;
    padding: 20px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

#filters .filter-container .param-helper {
    border-bottom: 1px dotted #d7d7d7;
    cursor: help;
    display: inline-block;
    line-height: 16px;
}

#filters .filter-container .parametr:first-child h2 {
    border-top: none;
}

#filters .filter-container h2.noTopBorder {
    border-top: none;
}

#filters .filter-container input.text {
    background-color: #FFFFFF;
    background-image: none;
}

#filters #sticky-filter-button {
    position: sticky;
    bottom: 0;
    padding: 10px 0;
}

#filters #sticky-filter-button.sticked {
    border-top: 1px solid #EBEBEB;
    padding: 10px 10px;
    background: #F2F6FE;
    width: calc(100% + 20px);
    margin-left: -10px;
    box-sizing: border-box;
    z-index: 6;
}

#filters #sticky-filter-button.sticked:after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: -11px;
    left: -1px;
}

#filtersIl #dle-zarizeni-container {
    width: 450px;
    background-color: #FFFFFF;
}

#filtersIl #dle-zarizeni {
    padding: 0 5px 5px 5px;
}

#filtersIl #dle-zarizeni h2 {
    text-align: center;
    background-color: #FFFFFF;
    top: -12px;
    position: relative;
    margin: 0;
}

#filtersIl #dle-zarizeni select {
    font-size: 11px;
    padding: 3px;
    border: 1px solid #CCCCCC;
    width: 150px;
    margin-bottom: 5px;
}

#kategorie-body {
    flex-grow: 1;
}

#kategorie-body #breadcrumbs {
    padding-left: 0;
}

#pagination-up .pagination {
    padding-top: 4px;
    float: right;
    bottom: -5px;
    position: relative;
    z-index: 2;
    _width: 240px;
}

#pagination-down .pagination {
    clear: both;
    text-align: right;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 10px;
}

#pagination-up .pagination a,
#pagination-up .pagination span,
#pagination-down .pagination a,
#pagination-down .pagination span {
    color: #000000;
    width: 50px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
}

#pagination-up .pagination span,
#pagination-down .pagination span {
    margin-bottom: 0;
    color: #2667AD;
    background: #FCFCFC;
}

#pagination-up .pagination div.sicon,
#pagination-down .pagination div.sicon {
    color: #BFBFBF;
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    font-size: 12px;
}

.pagination a:hover {
    color: #2667AD;
}

#vyber-razeni {
    height: 34px;
    z-index: 20;
    color: #5274B0;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
}

#vyber-razeni #vyber-razeni-overlay {
    display: none;
}

#vyber-razeni.expanded #vyber-razeni-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#vyber-razeni .razeni-button-wrapper {
    border: 1px solid #EBEBEB;
    font-size: 12px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-top: 34px;
    width: 175px;
}

#vyber-razeni .razeni-button-wrapper .sicon {
    height: 34px;
    line-height: 34px;
    color: #BFBFBF;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 12px;
}

#vyber-razeni .razeni-button {
    width: 175px;
    height: 34px;
    line-height: 34px;
    display: block;
}

#vyber-razeni:not(.expanded) .razeni-button:not(.active) {
    display: none;
}

#vyber-razeni .razeni-button.active {
    position: absolute;
    top: 0;
    left: 0;
}

#vyber-razeni .razeni-button.active, #vyber-razeni .razeni-button:hover {
    font-weight: 500;

}

#vyber-razeni .razeni-button a {
    color: #000;
    display: block;
    padding-left: 10px;
}

.view {
    clear: both;
}

#view {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #F2F6FE;
    border-radius: 4px;
}

#view .products-total {
    font-size: 12px;
    color: #9c9c9c;
}

#dle-zarizeni #loading_models_2 {
    margin: auto;
    width: 142px;
    text-align: left;
    position: relative;
}

#dle-zarizeni #loading-kategorie-zarizeni {
    position: absolute;
    top: -24px;
    left: -1px;
    text-align: center;
    background: #FFFFFF;
    padding: 0px 2px;
}

.filter p {
    line-height: 150%;

}

.filter label {
    margin: 0 5px;
}

.filter input.text {
    width: 40px;
}

#products, #prislusenstviPro, #skupiny .l-products {
    clear: both;
    background: #fff;
    border-left: none;
    border-right: none;
    text-align: center;
    position: relative;
    padding: 0 0px;
}

#prislusenstviPro {
    border: none;
}

#ordering {
    right: 0px;
    _right: 290px;
    top: -53px;
    position: absolute;
}

#order-az {
    float: right;
    font-size: 1.5em;
    margin-left: 10px;
}

#order-az .order-arr {
    border: 1px solid #E0E0E0;
    margin-left: 3px;
    padding: 5px;
    background-color: #DDDDDD;
}

#order-az .order-arr.active {
    background-color: #FFFFFF;
}

#filtered-products {
    /*border-left: 1px solid #e0e0e0;*/
    float: left;
    /*padding-left: 21px;*/
    padding-top: 30px;
    /*left: -22px;*/
    position: relative;
}

#search-results, #filtered-products, #prislusenstviPro, #skupiny .l-products, .products-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px 15px;
    width: 100%;
    overflow: hidden;
}

#search-results {
    float: left;
    margin-top: 30px;
    position: relative;
}

#need-help {
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    margin: 0px 0 0px 0;

}

#need-help a {
    width: 280px;
    height: 60px;
    display: inline-block;
    background: url('/img/poradit.png') no-repeat;
    text-indent: -9000px;
    overflow: hidden;
}

.need-help {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 40px;
}

#store-availability {
    display: block;
    margin: 10px 0;
    padding: 0;
    text-align: left;
}

#store-availability #skladem_provozovny {
    margin-top: 5px;
}

#sort-by {
    font-size: 0.9em;
    font-family: 'Serial', helvetica, sans-serif;
    padding: 3px;
    border: 1px solid #e0e0e0;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}

#store-availability label {
    margin-right: 20px;
    margin-left: 5px;
}


#vyber-zobrazeni {
    margin-left: 10px;
}

#vyber-zobrazeni div {
    float: left;
    width: 34px;
    margin-right: 3px;
    height: 30px;

    bottom: -1px;
    position: relative;
    text-align: center;
    background: url('/img/zobrazeni-tab.png') no-repeat;
    font-size: 1em;
    z-index: 1;
}

#vyber-zobrazeni #obrazkove-zobrazeni {
    background: url('/img/obrazkove-ico.png') no-repeat;
}

#vyber-zobrazeni #tabulkove-zobrazeni {
    background: url('/img/tabulkove-ico.png') no-repeat;
}

#vyber-zobrazeni #obrazkove-zobrazeni.active {
    background: url('/img/obrazkove-active-ico.png') no-repeat;
}

#vyber-zobrazeni #tabulkove-zobrazeni.active {
    background: url('/img/tabulkove-active-ico.png') no-repeat;
}

#obrazkove-zobrazeni a, #tabulkove-zobrazeni a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}


#vyber-zobrazeni a {
    color: #666;
    text-decoration: none;
    padding-left: 18px;

    font-size: 0.9em;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#kategorie h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    max-width: 80%;
    font-weight: 600;
}

#kategorie .product, #kosik .product, #vyhledavani .product, #results .product, #landing-page .product, #prislusenstviPro .product {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    flex-basis: calc(25% - 13px);
}

#kategorie .product {
    flex-basis: calc(25% - 13px);
}

#kosik .product, #results .product, #vyhledavani .product, #landing-page .product {
    flex-basis: calc(20% - 13px);
}

#product-info #prislusenstviPro .product {
    flex-basis: calc(33% - 13px);
}

#alternativy-produktu .product a.fancyIframeSrovnavac {
    display: none !important;
}

#kategorie .product:last-child, #kosik.product:last-child, #results .product:last-child, #landing-page .product:last-child, #prislusenstviPro .product:last-child {
    margin-right: 0;
}

#kategorie .product a.product-image, #kosik .product a#product-image, #results .product a.product-image, #landing-page .product a.product-image, #prislusenstviPro .product a.product-image, #vyhledavani .product a.product-image {
    display: block;
    border: 1px solid #F7F7F7;
    margin: 0 0px 10px 0px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
}

.product img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product img.preview-second {
    display: none !important;
}

.product:hover img.preview-first {
    display: none !important;
}

.product:hover img.preview-second {
    display: block !important;
}

.product a.product-configurator-link {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 10px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.product a.product-configurator-link:hover {
    opacity: 1.0;
}

.product .product-stuha {
    position: absolute;
    z-index: 99;
    top: -5px;
    left: -5px;
    width: 99px;
    height: 99px;
    background: url("/img/stuha/stuha-kategorie.png") center center no-repeat;
}

.product .product-stuha span {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: bold;
    color: #fff;
    font-stretch: condensed;
    font-size: 18px;
    text-align: center;
    line-height: 0.85em;
    width: 100px;
    display: block;
    font-style: italic;
}

.product .discount, #products td.price .discount, .produkty-promo .produkt .discount {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 7px;
    display: block;
    padding: 5px 10px;
    color: #1475DA;
    background-color: #CBE4FF;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}

#products td.price .discount {
    top: 50%;
    transform: translateY(-50%);
}

.product .stars-hodnoceni, #kategorie .product-availability .stars-hodnoceni {
    display: inline-block;
    width: 90px;
    height: 18px;
    background: transparent url('/img/star.png') repeat-x left top;
}

.product .stars-hodnoceni .stars-hodnoceni-hodnota, #kategorie .product-availability .stars-hodnoceni .stars-hodnoceni-hodnota {
    height: 18px;
    display: block;
    background: transparent url('/img/star.png') repeat-x 0px -18px;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px;
    float: left;
}

#kosik, #kosik2, #order-page {
    max-width: 1200px;
    margin: 0px auto;
}

#kosik .product a#product-image {
    width: 140px;
    margin-right: 20px;
    margin-left: 20px;
}

.product a .product-stuha, .product a .stars-hodnoceni {
    opacity: 0.7;
}

.product a .available, .product a .will-be, .product a .unknown, .product a .soldout, .product a .prepare, .varianta2 a .available, .varianta3 a .available, .alternativa a .available {
    background: #99d81f;
    position: absolute;
    top: 20px;
    right: -1px;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    color: #fff !important;
    font-weight: bold;
    opacity: 0.7;
}

.product a:hover .available, .product a:hover .will-be, .product a:hover .prepare, .product a:hover .unknown, .product a:hover .soldout, .product a:hover .sale, .varianta2 a:hover .sale, .varianta2 a:hover .available, .product a:hover .product-stuha, .product a:hover .stars-hodnoceni,
.varianta3 a:hover .sale, .varianta3 a:hover .available, .alternativa a:hover .available {
    opacity: 1.0;
}

.product .stitek, #product-images .stitek {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px 5px 5px;
    border-radius: 10px;
    font-weight: 600;
    vertical-align: sub;
}

.product .stitek.offset, #product-images .stitek.offset {
    top: 45px;
}

.product .stitek .sicon, #product-images .stitek .sicon {
    margin-right: 5px;
    font-size: 15px;
}

.product .stitek-orange, #product-images .stitek-orange {
    color: #FF8E00;
    background: #fef0dd;
}

.product .stitek-brown, #product-images .stitek-brown {
    color: #7B4400;
    background: #EADDCF;
}

.product .stitek-green, #product-images .stitek-green {
    color: #006E3F;
    background: #BBFDE6;
}

.product .stitek-purple, #product-images .stitek-purple {
    color: #9400A0;
    background: #ECD8ED;
}

.product .stitek-gray, #product-images .stitek-gray {
    color: #fbfbfb;
    background: #1F1F1E;
    font-weight: 500;
}

.product p.nazev:hover {
    position: relative;
    z-index: 20;
}

.product a .sale, .varianta2 a .sale, .varianta3 a .sale {
    background: #f64c19;
    position: absolute;
    top: 20px;
    right: -1px;
    font-size: 0.9em;
    text-transform: uppercase;
    decoration: uppercase;
    padding: 5px 8px 5px 8px;
    color: #fff !important;
    font-weight: bold;
    opacity: 0.7;
}

.product a .sale.offset, .varianta2 a .sale.offset, .varianta3 a .sale.offset {
    top: 60px;
}

#kategorie .product p, #kosik .product p, #vyhledavani .product p, #results .product p, #landing-page .product p, #prislusenstviPro .product p, #landing-page .product p {
    margin: 0;
    text-align: left;
}

.product .stars-wrapper {
    height: 20px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 3px;
}

.product .stars-wrapper .stars {
    font-size: 13px;
    margin-right: 3px
}

.product .stars-wrapper .rating-value {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-right: 6px;
}

.product .stars-wrapper .rating-count {
    font-size: 12px;
    font-weight: 500;
    color: #9A9A9A;
}

.product .stars-wrapper .fancyIframeSrovnavac {
    float: right;
}

.product .nazev {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}

.product a {
    color: #000000;
}

.product a:hover {
    text-decoration: none;
}

.product:hover .nazev a {
    color: #2C4998;
}

.product .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.product .cmp-ico {
    font-weight: 600;
    font-size: 14px;
    color: #707070;
}

.product .price form {
    display: inline-block
}

.product .add-to-cart-button {
    min-width: 49px;
    height: 33px;
    font-size: 12px;
    padding: 0 20px;
    color: #FE3D1C;
    border: 1px solid #FE3D1C;
    background: #FFE9E5;
    white-space: nowrap;
}

.product:hover .add-to-cart-button {
    background: #FE3D1C;
    color: #fff;

}

.product .add-to-cart-button .glyphicon {
    margin: 0;
    opacity: 1;
    font-size: 15px;
    vertical-align: text-bottom;
}

.product:hover .add-to-cart-button .glyphicon {
    opacity: 68%;
}

#kosik .product p {
    width: 140px;
}

#kategorie .product-name a {
    letter-spacing: 1px;
}

#kategorie .price, #results .price, #vyhledavani .price, #kosik .price, #landing-page .price, #prislusenstviPro .price, #landing-page .price {
    text-transform: none !important;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
    font-weight: 500;
    text-align: left;
}

#results .dostupnost, #vyhledavani .dostupnost, #kategorie .dostupnost, #landing-page .dostupnost, #prislusenstviPro .dostupnost, #landing-page .dostupnost {
    font-weight: 500;
    font-size: 13px;
}

#kategorie td .dostupnost {
    text-align: right;
}

#kategorie .price-novat,
#search-results .price-novat,
#kosik .price-novat,
#prislusenstviPro .price-novat {
    text-transform: none !important;
    font-size: 0.7em !important;
    font-weight: normal;
}

#kategorie .price-old,
#search-results .price-old,
#kosik .price-old,
#prislusenstviPro .price-old,
#landing-page .price-old,
.product .price-old,
.produkt .price-old {
    font-weight: normal;
    text-decoration: line-through;
}

.product .current-price.discounted,
.produkt .current-price.discounted {
    display: inline-block;
    font-weight: 600;
    color: #1475DA;
    background-color: #CBE4FF;
    border-radius: 10px;
    margin-left: 5px;
    padding: 3px 5px;
}

.product .prdesc a, td .prdesc a, .product .prdesc a, td .prdesc a {
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    color: #888888;
}

.product .prdesc {
    padding-top: 5px;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
}

.product .prinfo {
    color: #1475DA;
    background-color: #f4fafd;
    border-radius: 10px;
    padding: 8px 0;
    width: 100%;
    text-align: center !important;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 65px;

}


#kategorie td .prdesc a, #results td .prdesc a {
    margin-top: 10px;
}


#kategorie .product img, #kosik .product img, #vyhledavani .product img, #results .product img, #landing-page .product img {
    max-width: calc(100% - 10px);
    height: auto;
    display: block;
    margin: 5px;
}

#manufac-logo {
    float: left;
    margin: 0 30px 10px 0;
}

#manufac-desc {
    margin: 15px 0;
    text-align: justify;
    font-size: 13px;
}

#footer-support {
    float: left;
    line-height: 170%;
    width: 270px;
    padding-right: 10px;
    font-size: 1.2em;
    font-weight: bold;
    border-right: 1px solid #e0e0e0;
    min-height: 80px;
}

.sunnysoft-info {
    float: left;
    margin-left: 20px;
    width: 150px;
    padding-left: 20px;
    border-right: 1px solid #e0e0e0;
    min-height: 80px;
}

#fb-doprava {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e0e0e0;
    min-height: 80px;
    padding-top: 5px;
    width: 125px
}

#fb-doprava a {
    display: block;
    padding-bottom: 10px;
}

#poptavka-velkoobchod {
    float: left;
    width: 175px;
    border-right: 1px solid #e0e0e0;
    min-height: 80px;
}

#reference-mobil {
    float: left;
    width: 175px;
    border-right: 1px solid #e0e0e0;
    min-height: 80px;
}


#reference {
    padding: 10px;
    min-height: 40px;
}

#mobil {
    border-top: 1px solid #e0e0e0;
    min-height: 20px;
    padding: 10px 15px;
}

#mobil a {
    position: relative;
    top: 10px;
}

#qr-mobil {
    float: left;
    padding: 20px 40px;
    text-align: center;
    width: 75px;
    float: left;
}

#poptavka {
    border-top: 1px solid #e0e0e0;
    min-height: 30px;
    padding: 10px;
}

#poptavka a {
    position: relative;
    top: 5px;
}

#velkoobchod {
    padding: 5px 5px;
    min-height: 50px;
}

#velkoobchod a {
    position: relative;
    top: 5px;
}

#reference a, #mobil a, #poptavka a, #velkoobchod a, #fb-doprava a {
    font-size: 1.2em;
    font-weight: bold;
}

#register .register-button input {
    margin-left: 63px;
    width: 145px;
}


.register-button {
    text-align: center;
}

.login-button {
    width: 138px !important;
    height: 46px;
    border: none;
    background: none;
    padding: 0;
    margin-left: 40px;
}

#operatori {
    float: left;
    width: 240px;
    margin-top: 15px;
    margin-left: 20px;
}


#s-vyberem-pomohou p.contact {
    float: left;
    width: 250px;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 180%;
    font-weight: normal;
}

.phone-mail .contact {
    float: right;
    width: 168px;
    margin-left: 10px;
    margin-top: 20px;
    line-height: 180%;
    font-size: 0.9em;
}

.phone-mail #operatori {
    margin-left: 0;
}


#s-vyberem-pomohou p.guide {
    float: none;
    clear: both;
    padding-top: 10px;

}


dl.reference {
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #e0e0e0;
    padding: 15px;
    line-height: 180%;
    margin-bottom: 10px;
    clear: both;
}

dl.reference dt {
    margin-bottom: 15px;
}

dl.reference .reference-obrazek {
    float: left;
}

dl.reference .reference-text {
    float: left;
    margin-left: 30px;
    width: 850px;
}

dl.reference dt {
    font-size: 1.2em;
    font-weight: bold;
}

#contact-form textarea, .contact-form textarea {
    height: 80px;
    width: 330px;
    margin-top: 15px;
}

#contact-form {
    width: 330px;
    float: right;
    text-align: center;
    padding-top: 10px;
    position: relative;
}

.contact-form {

}

.send-button {

    text-align: center;
}

.contact-form textarea {
    width: 400px !important;
    height: 100px;
}

#contact-form h2, .contact-form h2, .contact-form h4 {
    margin-bottom: 20px;
}

#contact-form input, .contact-form input {
    padding: 5px;
    font-size: 0.9em;
    color: #666;
    width: 150px;
    border: 1px solid #c0c0c0;
}

#contact-form #loginbtn {
    margin: 10px 0 0 0;
}

.contact-form input {
    width: 198px;
}

#contact-form input.button, .contact-form input.button {
    width: auto;
    border: none;
    margin-top: 10px;
    background: none;
}

.contact-form, .phone-mail {
    margin: 0 3px 0 3px;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 20px 0 20px;
}


#category-help {

    background: #fff;
    border: 2px solid red;
}

#category-help #links {
    float: left;
}

#category-help #s-vyberem-pomohou {
    float: right;
}


/* vypis kosiku */

table {
    font-size: 1em;
}

.final-price {
    font-size: 1.8em;
    color: #666;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}

.final-price .tip {
    font-size: 0.6em;
    margin-top: 10px;
    display: block;
}

.final-price .tip a {

    color: #fff;
}

.priceNumber {
    padding: 10px;
    display: inline-block;
    background: #a7e7ff;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #A7E7FF;
}

.buy-with {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    background: #a7e7ff;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #A7E7FF;
    width: 80px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 5px;
    position: absolute;
    bottom: -35px;
    margin-left: 43px;
}

.bought-with {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    background: #A7E7FF;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #A7E7FF;
    width: 140px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 5px;
}

#recommended-products-list {
    padding-left: 20px;
}

.set {
    float: left;
    margin: 10px 0 20px 0;
}

#components .set {
    /*width: 570px;*/
}


#cart-nav table {
    margin-bottom: 23px;
}

#cart-nav table tr td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

#back {
    display: inline-block;
    background: url('/img/zpet.png') no-repeat;
    width: 167px;
    height: 47px;
    overflow: hidden;
    text-indent: -9000px;
    margin-right: 5px;
}

#continue {
    display: inline-block;

    margin-left: 5px;
    width: 231px;
    height: 49px;
    overflow: hidden;
    text-indent: -9000px;
    background: url('/img/pokracovat.png') no-repeat;
}

#order-page h3, #register h3 {
    margin-top: 15px;
}

#order-page fieldset fieldset, #register fieldset fieldset {
    border: 2px solid #fff;
    padding: 10px;
}

.fieldset-description {
    color: #00aeef;
}


#order-page input {
    width: 250px;
}

#order-page label {
    width: 125px;
    display: block;
    padding-top: 5px;
    float: left;
    text-align: right;
}


#order-page legend, #register legend {
    _display: none;
}

.doprava-platba table {
    margin: 2px 0;
    border: 1px solid #d0d0d0;
}

.in-cart tr.purchased-products td.product-name h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 10px;
    position: relative;

}

.in-cart .cart-product-image {
    border-radius: 10px;
    display: block;
    margin: 5px;
}

.in-cart tr.purchased-products td.quantity {
    text-align: center;
    min-width: 110px;
}

.in-cart .quantity input {
    width: 30px;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    color: #000;
    height: 32px;
    border: none;
    padding: 0;
}

.just-added {
    font-weight: bold;
    font-size: 0.9em;

}

.in-cart tr.purchased-products td.availability-info {
    text-align: center;
    width: 120px;
    font-size: 1.2em;
    font-weight: bold;
}

.store {
    color: #1DB51D !important;
}

.willbe {
    color: #009CDD !important;
}

.willbe.td small {
    display: block;
}

.order {
    color: #000000 !important;
}

.soldout {
    color: #ED1414;
}

.price-without-dph {
    font-size: 0.8em;
}

.in-cart tr.purchased-products td.remove {
    padding: 0 25px 0 55px;
    width: 16px;
    padding-top: 3px;
}

.in-cart tr.purchased-products td.remove a {
    color: #000000;
    font-size: 21px;
}

.now {
    background: #CCEEFF !important;
}


#products.box .tabulka {
    padding: 2em;
    padding-top: 0pt;
}

#products table {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}


#products td {
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;

    text-align: center;
    padding: 7px 0 7px 0;

}


#products th {

    padding-bottom: 10px;

}

#products td.product-image {
    padding-left: 5px;
}

#products td.product-name {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 500px;
}

#products td.product-name a {
    display: block;
    position: relative;
    padding-right: 50px;
    text-align: left;
}

#products td.product-name #parametry {
    font-weight: normal;
    text-transform: none;
    font-size: 0.8em;
    margin-top: 10px;
}

#products table td.sale {
    width: 150px;
}


#products td.product-availability {
    text-align: left;
    width: 150px;
    padding: 0px 10px

}

#products td.product-availability span {
    background: #99d81f;
    border: 2px solid;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 8px 5px 8px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
}

#products td.product-availability span.sale {
    background: #f64c19;
}

#products td.product-availability span.prepare,
.product .prepare {
    color: #009CDD;
}

#products td.product-availability span.will-be,
.product .will-be {
    color: #009CDD;
}

#products td.product-availability span.unknown,
.product .unknown {
    color: #CCCCCC;
}

#products td.product-availability span.soldout,
.product .soldout {
    color: #ED1414 !important;
}

#products td.product-availability a {
    text-decoration: none;
}

#products td.price {
    text-align: right;
    width: 100px;
    font-size: 1.1em;
    font-weight: bold;
    width: 180px;
    position: relative;
}

#help #help-boxes {
    width: 466px;
    float: left;
    margin-top: 20px;
}

#help #contact-boxes {
    width: 466px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

#help .contact-box {

    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #e0e0e0;
    border-top: 0;
    margin-bottom: 20px;
}

#help .help-box {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #e0e0e0;
    border-top: 0;
}

#help .help-box ul {
    padding: 15px;

}

#help-boxes h3, #contact-boxes h3 {
    color: #fff;
}

#help-boxes h3, #contact-boxes h3 {
    display: block;
    width: 446px;
    _width: 466px;
    height: 30px;
    _height: 50px;
    padding: 17px 0 0 20px;
    margin: 0px;
    left: -1px;
    position: relative;
    background: url('/img/help-boxes-background.png') no-repeat top left;
}

#contact-boxes h3 {
    background: url('/img/contact-boxes-background.png') no-repeat top left;
}

#help .help-box li {
    line-height: 180%;
}

#help .contact-box h4 {
    font-size: 1.2em;
}

p.opening-hours {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #e93e0b;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    padding-right: 0;
    margin-bottom: 0 !important;
}

#results {
    margin-left: 7px;
}

#login-box {
    background: url('/img/login-box-background.png') repeat-x top left;
    height: 60px;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

#login-box input.button {
    margin-bottom: -13px;
}

#login-box input.text {
    width: 150px;
    border: 3px solid #d0d0d0;
    color: #444;
    padding: 5px;
    font-size: 0.9em;
    margin-right: 10px;
    margin-left: 10px;
}

#new-customer {
    padding: 5px 15px 15px 15px;
    background: url('/img/lost-password-background.png') repeat-x bottom left;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

#login-button {
    float: right;
    padding-top: 4px;
}

#social-media {
    position: fixed;
    left: 0;
    top: 25%;
    border: 1px solid #e0e0e0;
    border-left: 0;
    background: #fff;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

#social-media a {
    display: block;
    padding: 5px;
}


blockquote {
    border: 1px solid #e0e0e0;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 0.9em;
    padding: 10px;
    background-color: #FFFFFF;
    background-image: linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -moz-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -o-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    background-image: -webkit-linear-gradient(top, #EEEEEE 0px, #FFFFFF 20px);
    font-weight: bold;
}

fieldset {
    border: 1px solid #EDEDED;
}

fieldset td {
    vertical-align: middle;
    font-size: 1.2em;
}

.textarea {
    padding-top: 10px;
    vertical-align: top;
}


fieldset label {
    font-family: 'Serial', helvetica, sans-serif;
    color: #444;
    margin-right: 20px;
    text-decoration: none;
    font-weight: bold;
}


.feedbackOvladani {
    text-align: center;
    margin-top: 10px;
}

.feedbackOvladani input {
    width: auto;
    padding: 0;
    border: 0;
    background: none;
}

#prodejny h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

#prodejny li.vyhody {
    font-size: 0.9em;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url('/img/vyhoda.png') no-repeat center left;
}

.sunnysoft {
    _color: #009CDD;
    color: #009CDD;
}

#social {
    margin-top: 50px;
    width: 480px;
    float: right;
    border: 1px solid #e0e0e0;
}

#social li {
    float: left;
    padding: 1px;
    padding-right: 0;
    border-right: 1px solid #e0e0e0;
}

#social li#facebook a {
    display: block;
    width: 158px;
    height: 67px;
    text-indent: -10000px;
    background: url('/img/facebook.png') no-repeat top left;

}

#social li#twitter a {
    display: block;
    width: 158px;
    height: 67px;
    text-indent: -10000px;
    background: url('/img/twitter.png') no-repeat top left;

}

#social li#youtube {
    border: 0;

}

#social li#youtube a {
    display: block;
    width: 158px;
    height: 67px;
    text-indent: -10000px;
    background: url('/img/youtube.png') no-repeat top left;

}

#tagy {
    margin-top: 20px;
    padding-left: 20px;
    width: 450px;
    _width: 470px;
    float: right;
    line-height: 50px;
}

#tagy a {
    color: #666;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#tagy a:hover {
    border: 1px solid #009CDD;
    color: #009CDD;
}

p.video {
    text-align: center;
    padding: 20px 0 20px 0;
}

video {
    background-color: #000;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.pokladna-email-check {
    text-align: right;
    padding: 0 362px 0 0;
    color: #f00;
    font-weight: bold;
    position: relative;
    top: -20px;
}


/* menu */


td.remove {
    width: 100px;
    font-size: 0.9em;
}

td.add-to-cart {
    width: 100px;
    text-align: center;
}

td.add-to-cart a {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    width: 54px;
    height: 45px;
    background: url('/img/add-sale-to-cart.png') no-repeat left center;
}

#oblibene #products {
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 0;
}

#oblibene h1 {
    padding-left: 30px;
    background: url('/img/oblibene-nadpis.png') no-repeat left center;
}

#oblibene #products table {
    width: 100%;
    margin-right: 20px;
    margin-bottom: -1px;

}

#text h2 {
    margin: 20px 0 15px 0;
    font-weight: bold;
    font-size: 1.2em;


}

#text h3 {
    font-weight: bold;
    margin: 15px 0 10px 0;
}

#err-page {
    line-height: 200%;
    padding-left: 30px;
}

#err-page h1 {
    margin-bottom: 1em;
}

#err-page h2 {
    margin-top: 1em;
}

#err-page ul li {
    list-style-type: disc;
    list-style-position: inside;

}


#text p {
    margin-bottom: 1.5em;
    line-height: 160%;
    text-align: justify;
}

#list {
    display: block;
    clear: both;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    margin-top: 15px;

}


#list dl {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    background: #fff;
    display: block;

}

#list dl dt, #list dl dd {
    display: inline;
    margin-right: 10px;
}


#list dl dt {
    font-weight: bold;
}

#about-links {
    border-top: 1px solid #E0E0E0;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    width: 992px;
    text-align: left;
}

#copyright {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    color: #b0b0b0;
    margin-bottom: 40px;
}

#copyright div {
    margin-bottom: 10px;
}

#o-sunnysoftu {
    width: 450px;
    _width: 600px;
    font-size: 1.1em;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    height: 80px;
    line-height: 150%;
    font-size: 1.2em;
}

#heu-oz, #heu-gar, #verified, #chw-dr {
    float: left;
    padding: 15px;
    background-color: #FFFFFF;
}

#verified {
    padding: 35px 5px;
}

#heu-gar {
    padding: 0px 5px;
}

#links {
    width: 140px;
    float: right;

}

#links li {
    float: left;
    width: 120px;
}

#links li a {
    font-size: 0.9em;
    line-height: 180%;
    color: #444;

}

#links li a:hover {
    color: #f64c19;
}

hr {
    margin-bottom: 10px;
    height: 1px;
    font-size: 1px;
    border: 0px solid #e0e0e0;
    color: #e0e0e0;
    background: #e0e0e0;
    padding: 0;
    clear: both;
}

.doprava-platba table {
    width: 100%;
}

.doprava-platba td {
    padding: 0px 5px;
    vertical-align: middle;
    height: 20px;
    position: relative;
}

.doprava-platba td.radio {
    text-align: center;
}


.doprava-platba td p {
    margin-top: 5px;
}

#price h2 {
    margin-top: 15px;
}


.widget.zakaznik form#name div {
    display: inline;
    margin-left: 1em;
}

.widget.zakaznik form#name input {
    margin-left: 0.5em;
}

.widget.zakaznik form#name a {
    margin-left: 1em;
}


#partners {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 397px;
    vertical-align: middle;
}

#partners img {
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#partners img#tmobile {
    margin-top: 30px;
}

#partners img#microsoft {
    margin-top: 20px;
}

#hledani-dle-parametru #parametry-kategorie {
    width: 100%;
    margin-top: 20px;
}

#hledani-dle-parametru #parametry-kategorie td {
    font-size: 1.2em;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
}

#hledani-dle-parametru td.active {
    background: url('/img/arrow-right.png') no-repeat center left;
}

#hledani-dle-parametru td.active a {
    color: #f64c19;
}

#hledani-dle-parametru .parametry {
    border: 1px solid #C8C8C8;
    margin-top: 20px;
    padding: 10px;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
}

#hledani-dle-parametru .parametry h2 {
    font-size: 16px;
    margin-bottom: 1em;
}

#hledani-dle-parametru .parametry td, #hledani-dle-parametru .parametry th {
    text-align: left;
}

#hledani-dle-parametru .parametry table {
    margin: auto;
}

#hledani-dle-parametru .parametry th {
    width: auto;
}

#hledani-dle-parametru .parametry th span {
    position: relative;
}

#hledani-dle-parametru .parametry td {
    padding: 5px;
    width: auto;
}


.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.invisible {
    display: none !important;
}

.set-detail {
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.set-detail .plus {
    position: relative;
    top: -20px;
    font-size: 1.4em;
    font-weight: bold;
}

.set-detail .text {
    margin-left: 20px;
    margin-right: 20px;
}

.set-detail .text p {
    float: left;
    margin-top: 1em;
}

.set-detail .images {
    float: left;
}

.set-detail .popis-balick {
    float: left;
    width: 870px;
}

.set-detail .add-sale-to-cart {
    float: right;
}

.set .add-sale-to-cart {
    float: right;
    padding: 5px 0 10px 10px;
}

#review-list {
    font-size: 1.2em;
    border: 1px solid #E0E0E0;
    padding: 15px;
}

#review-list ul li {
    margin-left: 0;
    padding: 0;
}

.review {
    padding: 10px;
    border: 1px solid #E0E0E0;
}

#review-list table.pros-cons td {
    width: 270px;
    border: 0;
}

#review-list table.rating {
    float: right;
    width: 220px;
}

#diskuze-a-dotazy {
    position: relative;
}

#diskuze-tip {
    bottom: 107px;
    left: 220px;
    position: absolute;
    color: #FF0000;
    width: 550px;
}

#diskuze-tip b {
    position: absolute;
    left: -30px;
}

.comment-body table.rating td {
    width: 90px;
    border: 0 !important;
}

.comment-body table.rating th {
    width: 190px;
    font-size: 0.8em;
    font-weight: normal;
    border: 0 !important;
}

.comment-body .cons {
    color: #CC2222;
}

.comment-body .pros {
    color: #55AA11;
}

.comment-body div.cons, .comment-body div.pros {
    font-weight: bold;
    margin: 5px 0;
}

.comment-body span.cons, .comment-body span.pros {
    font-weight: bold;
}

.comment-body div.rating {
    height: 20px;
}

.comment-body p {
    font-style: italic;
    padding-bottom: 5px;
    margin: 0 !important;
}

.comment-body table.rating {
    float: right;
    width: 220px;
}

.comment-body .review-texts {
    float: left;
    width: 65%;
    font-size: 0.9em;
}

#recenze .page {
    padding-top: 14px !important;
    width: 890px;
    background: transparent !important;
}

.recenze-head img {
    float: left;
    margin-right: 15px;
}

.recenze-head p {
    padding-top: 14px;
    font-size: 18px;
}

.recenze-head span {
    float: right;
    font-size: 16px;
}

#main-homepage .comment-body {
    border: 0;
    padding: 10px 0 0 0;
    background: transparent !important;
}

#main-homepage .comment-body p {
    padding-bottom: 10px;
}

#main-homepage .comment-body p .autor {
    font-weight: bold;
    font-style: normal;
}

#main-homepage .comment-body div {
    padding-bottom: 10px;
}

#main-homepage .comment-body .autor {
    padding-bottom: 10px;
}

#recenze-line {
    position: relative;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #c8c8c8;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    height: 220px;
}

#recenze-line .akce .page {
    padding: 30px 20px 20px 20px;
}

#recenze ul {
    position: relative;
}

#recenze-line #controls {
    position: absolute;
    top: -21px;
    right: 20px;
}

#recenze-line #controls li {
    padding: 5px 0px;
    float: left;
    margin: 5px;
    border: 1px solid #C8C8C8;
    background-color: #FFFFFF;
    background-image: linear-gradient(bottom, #DDDDDD 0px, #FFFFFF 10px);
    background-image: -moz-linear-gradient(bottom, #DDDDDD 0px, #FFFFFF 10px);
    background-image: -o-linear-gradient(bottom, #DDDDDD 0px, #FFFFFF 10px);
    background-image: -webkit-linear-gradient(bottom, #DDDDDD 0px, #FFFFFF 10px);
}

#recenze-line #controls li.current {
    background-color: #0085CC;
    background-image: linear-gradient(bottom, #0085CC 0px, #0085CC 100%);
    background-image: -moz-linear-gradient(bottom, #0088CC 0px, #0099EE 100%);
    background-image: -o-linear-gradient(bottom, #0085CC 0px, #0085CC 100%);
    background-image: -webkit-linear-gradient(bottom, #0085CC 0px, #0085CC 100%);
}

#recenze-line #controls a {
    padding: 5px 8px;
    color: #999999;
    text-decoration: none;
}

#recenze-line #controls li.current a {
    color: #FFFFFF;
}

.help-action {
    cursor: help;
}

.help-window {
    padding: 20px;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    width: 400px;
    display: none;
    font-size: 14px;
    z-index: 100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.29);
    color: #000000;
    line-height: 120%;
    text-align: left;
}

.help-window h3 {
    font-weight: 600;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.help-window img.close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.help-window-small img.close {
    left: 220px;
}

.help-window p {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #727272;
}

.help-window .top-arrow {
    width: 10px;
    height: 10px;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    background: #fff;
    left: calc(50% - 5px);
}


#add-to-nsltr {
    margin: 20px auto;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
}

#add-to-nsltr h2 {
    margin-top: 0;
}

#add-to-nsltr p {
    float: left;
    width: 515px;
    margin-bottom: 0;
}

#add-to-nsltr form {
    float: right;
    position: relative;
}

#add-to-nsltr input#add-to-nsltr-email {
    border: 1px solid #E0E0E0;
    color: #333333;
    font-family: 'Serial', helvetica, sans-serif;
    font-weight: bold;
    width: 217px;
    padding: 7px;
    margin-right: 15px;
}


#newsletter-rss #nsltr-add-ok, #newsletter-rss #nsltr-add-err {
    padding: 8px 11px 7px 25px;
    font-size: 0.8em;
    width: 195px;
    border: 1px solid #c0c0c0;
    position: relative;
    top: 2px;
    float: left;
    background: #F3FFCD url('/img/vyhoda.png') no-repeat 5px center;
    border: 1px solid #B1DA81;
    margin-left: 10px;
    margin-right: 4px;
    margin-bottom: -3px;

}

#newsletter-rss #nsltr-add-err {
    background: #FFDDCC url('/img/exclamation.png') no-repeat 5px center;
    border: 1px solid #FF8855;
}

.input-error, .input-alert {
    color: #FF0000;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: normal;
}

.input-error li {
    background: url('/img/fam/cancel.png') no-repeat left 2px;
    padding: 3px 0px 3px 18px;
}

.input-alert li {
    background: url('/img/fam/alert.png') no-repeat left 2px;
    padding: 3px 0px 3px 18px;
}

#english p {
    margin: 10px 0;
}

#english ul {
    margin: 10px;
}

#english li {
    list-style: disc inside;
}


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


.star-rating {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 90px;
    height: 18px;
    position: relative;
    overflow: hidden;
    background: url('/img/star.png') top left repeat-x;
    float: left;
}

.star-rating.small {
    background: url('/img/star-small.png') top left repeat-x;
    width: 60px;
    height: 12px;
}

.star-rating li {
    padding: 0px;
    margin: 0px;
    width: 18px;
    height: 18px;
    float: left;
}

.star-rating.small li {
    width: 12px;
    height: 12px;
    float: left;
}

.current-rating.null {
    width: 0px;
}

.current-rating.null.half {
    width: 9px;
}

.current-rating.one {
    width: 18px;
}

.current-rating.one.half {
    width: 27px;
}

.current-rating.two {
    width: 36px;
}

.current-rating.two.half {
    width: 45px;
}

.current-rating.three {
    width: 54px;
}

.current-rating.three.half {
    width: 63px;
}

.current-rating.four {
    width: 72px;
}

.current-rating.four.half {
    width: 81px;
}

.current-rating.five {
    width: 90px;
}


.star-rating.small li {
    width: 12px;
    height: 12px;
    float: left;
}

.current-rating.small.null {
    width: 0px;
}

.current-rating.small.null.half {
    width: 6px;
}

.current-rating.small.one {
    width: 12px;
}

.current-rating.small.one.half {
    width: 18px;
}

.current-rating.small.two {
    width: 24px;
}

.current-rating.small.two.half {
    width: 30px;
}

.current-rating.small.three {
    width: 36px;
}

.current-rating.small.three.half {
    width: 42px;
}

.current-rating.small.four {
    width: 48px;
}

.current-rating.small.four.half {
    width: 54px;
}

.current-rating.small.five {
    width: 60px;
}

.star-rating li a {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}

.star-rating li a:hover, .star-rating li a.x {
    background: url('/img/star.png') left bottom;
    z-index: 2;
    left: 0px;
    border: none;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover, .star-rating a.one-star.x {
    width: 18px;
}

.star-rating a.two-stars {
    left: 18px;
}

.star-rating a.two-stars:hover, .star-rating a.two-stars.x {
    width: 36px;
}

.star-rating a.three-stars {
    left: 36px;
}

.star-rating a.three-stars:hover, .star-rating a.three-stars.x {
    width: 54px;
}

.star-rating a.four-stars {
    left: 54px;
}

.star-rating a.four-stars:hover, .star-rating a.four-stars.x {
    width: 72px;
}

.star-rating a.five-stars {
    left: 72px;
}

.star-rating a.five-stars:hover, .star-rating a.five-stars.x {
    width: 90px;
}

.star-rating li.current-rating {
    background: url('/img/star.png') left center;
    position: absolute;
    height: 18px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.star-rating li.current-rating.small {
    background: url('/img/star-small.png') left bottom;
    position: absolute;
    height: 12px;
}


.comments_item {
    border-bottom: 0;
    border-top: 0;
    position: relative;
}

.comments_item .comments_item {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: -5px;
}

.comments_item .comments_item::before {
    display: block;
    content: "";
    background: #F2F6FE;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: -8px;
}

.comment_info {
    padding-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.comment_info .comment_author img {
    vertical-align: text-bottom;
    width: 80px;
    margin-left: 5px;
}

.comment_info .comment_date {
    color: #BFBFBF;
}

.comment-title {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.comment-header {
    position: relative;
    z-index: 2;
    padding-bottom: 3px;
}

.comment_link {
    color: #000000;
    font-weight: normal;
    font-size: 10px;
    clear: both;
}

.comment-number {
    float: right;
    position: relative;
    bottom: -3px;
}

.comment-number a {

    padding: 5px;
    background: #f64c19;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.comment-number a.sunnysoft-background {
    background: #009CDD;
}

.comment-body {
    border: 1px solid #F5F5F5;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #FCFCFC;
    font-size: 14px;
    border-radius: 4px;
}

.comment-body.comment-sunnysoft {
    border: none;
    background: #F2F6FE;
}

.comment-body .ssReactionTitle {
    font-size: 13px;
    margin-top: 20px;
}

.comment-body .ssReaction {
    font-size: 13px;
}


#seznam-vyrobcu .list h2 {
    margin-top: 10px;
}

#seznam-vyrobcu .sublist {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999999;
}

#seznam-vyrobcu .sublist li.item {
    list-style-type: none;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    font-size: 1.1em;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}

#seznam-vyrobcu .sublist li.item a {
    display: block;
}

#seznam-vyrobcu .sublist li.item .vyrobce-logo {
    margin-bottom: 10px;
    width: 100%;
    height: 90px;
    line-height: 90px;
}

#barvy-head {
    margin-bottom: 10px;
}

#barvy-head h1 {
    margin-top: 4px;
}

#barvy-head select, #barvy-head input {
    margin-left: 10px;
}

#barvy-head select {
    border: 1px solid #E0E0E0;
    padding: 3px;
    font-weight: bold;
}

#bb-result-lastvisited a.bb-prod, #bb-result-compare a.bb-prod {
    float: left;
    width: 122px;
    margin-left: 18px;
    text-decoration: none;
    color: #5E5E5E;
}

#bb-result-lastvisited .bb-prod img, #bb-result-compare .bb-prod img {
    padding: 10px;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
}

.bb-title {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bb-sk {
    cursor: pointer;
    position: relative;
}

.bb-title a {
    font-weight: normal;
}

.bb-sk-list {
    position: absolute;
}


#user-stripe {
    position: fixed;
    bottom: 0px;
    height: 25px;
    width: 100%;
    right: 0;
    z-index: 1001;
    top: auto !important;
}

#watch-items {
    position: relative;
    right: 0px;
    top: auto !important;
}

#watch-items span.bb-box-link {
    margin: 0 10px;
    cursor: pointer;
}

.bottom-box {
    left: 0px;
    position: relative;
    background-color: #FFFFFF;
    width: 1000px;
    margin: auto;
    overflow: hidden;
    height: 250px;
    z-index: 999;
    position: absolute;
    bottom: -290px;
    box-shadow: 0 -8px 12px #666666;
    padding: 15px;

    background-image: linear-gradient(center bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -moz-linear-gradient(center bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -webkit-gradient(center bottom, #EEEEEE 0px, #FFFFFF 40px);
    background-image: -o-linear-gradient(center bottom, #EEEEEE 0px, #FFFFFF 40px);
    border: 1px solid #E0E0E0;

    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#watch-items {
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    bottom: 0px;
    background-color: #FF00FF;
    height: 25px;
    width: 100%;
    box-shadow: 0 0 12px #999999;
    background-color: #DDEEFF;
    background-image: radial-gradient(50% 50%, ellipse closest-side, #FFFFFF, #DDEEFF 100%);
    background-image: -moz-radial-gradient(50% 50%, ellipse closest-side, #FFFFFF, #DDEEFF 100%);
    background-image: -webkit-radial-gradient(50% 50%, ellipse closest-side, #FFFFFF, #DDEEFF 100%);
    background-image: -o-radial-gradient(50% 50%, ellipse closest-side, #FFFFFF, #DDEEFF 100%);
    text-align: center;
    z-index: 1001;
}

#bb-display {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.bb-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: 0;
}

#bb-social {
    position: relative;
    margin-left: 20px;
    top: 0px;
}

#bb-social a {
    position: absolute;
    width: 24px;
    height: 24px;
}

#bb-social a.fb {
    background: url('/img/icons/bb-icons.png') no-repeat -100px 0;
}

#bb-social a.tw {
    background: url('/img/icons/bb-icons.png') no-repeat -148px 0;
    left: 34px;
}

#bb-social a.gp {
    background: url('/img/icons/bb-icons.png') no-repeat -124px 0;
    left: 68px;
}

#bb-links {
    position: relative;
    top: 2px;
}

#bb-ss-logo {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 100px;
    height: 16px;
    background: url('/img/icons/bb-icons.png') no-repeat 0 0;
}


#heu-img {
    float: left;
    width: 72px;
    height: 74px;
    background: url('/img/ft-imgs.png') no-repeat -346px 0;
}

#heu2-img {
    float: left;
    width: 79px;
    height: 103px;
    background: url('/img/logo_shop_roku_2016_paticka.png') no-repeat center center;
}

#verified-visa-img {
    float: left;
    width: 71px;
    height: 31px;
    background: url('/img/ft-imgs.png') no-repeat -75px -38px;
}

#chw-img {
    float: left;
    width: 66px;
    height: 78px;
    background: url('/img/ft-imgs.png') no-repeat -480px 0;
}

#velkoobchod-img {
    float: left;
    width: 40px;
    height: 37px;
    background: url('/img/ft-velkoobchodni-zakaznici.png') no-repeat 0 5px;
    margin-right: 10px;
}

#firemnizakaznici-img {
    float: left;
    width: 27px;
    height: 58px;
    background: url('/img/ft-imgs.png') no-repeat -145px -22px;
    margin: 0 14px 0 4px;
}

/*#poptavka-img {float: left; width: 33px; height: 28px; background: url('/img/ft-imgs.png') no-repeat -105px 0; margin-right: 10px;}*/
#o-sunnysoftu-img {
    float: left;
    width: 75px;
    height: 75px;
    background: url('/img/ft-imgs.png') no-repeat 0 0;
    margin-right: 10px;
}

#reference-img {
    float: left;
    width: 32px;
    height: 22px;
    background: url('/img/ft-imgs.png') no-repeat -141px 0;
    margin-right: 10px;
}

#mobverze-img {
    float: left;
    width: 25px;
    height: 38px;
    background: url('/img/ft-imgs.png') no-repeat -78px 0;
    margin-right: 10px;
}

#qrmobil-img {
    float: left;
    width: 75px;
    height: 75px;
    background: url('/img/ft-imgs.png') no-repeat -173px 0;
    margin-right: 10px;
}

#oper1-img {
    float: left;
    width: 70px;
    height: 70px;
    background: url('/img/ft-petra.png') no-repeat 0 0;
    margin-right: 10px;
    border-radius: 70px;
}

#oper2-img {
    float: left;
    width: 70px;
    height: 70px;
    background: url('/img/ft-martin.png') no-repeat;
    margin-right: 10px;
    border-radius: 70px;
}

#oper3-img {
    float: left;
    width: 70px;
    height: 70px;
    background: url('/img/ft-tereza.png') no-repeat;
    border-radius: 70px;
}


#suggest-box2 {
    display: none;
    font-family: 'Serial', helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: calc(100% + 10px);
    -moz-box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

#suggest-box2 ul,
#suggest-box2 li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#suggest-box2 li {
    list-style: none;
    box-sizing: border-box;
}

#suggest-box2 li.title {
    margin: 0;
    padding: 15px 0 10px 5px;
    width: auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

#suggest-box2 li.title a, #suggest-box2 li.title span {
    color: #BFBFBF;
    text-decoration: none;
}

#suggest-box2 li.title a:hover {
    text-decoration: underline;
}

#suggest-box2 li.item a {
    display: block;
    margin: 0;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

#suggest-box2 li.item a.kategorie {
    background-image: url('/img/iconmonstr-folder-20-16.png');
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 6px 8px 6px 40px;
}

#suggest-box2 ul.naseptavac-recent li {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: auto;
}

#suggest-box2 ul.naseptavac-recent li a {
    padding: 10px 15px;
}

#suggest-box2 ul.naseptavac-recent .sicon {
    color: #BFBFBF;
    margin-right: 6px;
    font-size: 12px;
}

#suggest-box2 ul.naseptavac-fulltext li,
#suggest-box2 ul.naseptavac-vyrobci li {
    border: 1px solid #E8E8E8;
    border-radius: 10px;

    margin-bottom: 7px;
}

#suggest-box2 ul.naseptavac-fulltext li a,
#suggest-box2 ul.naseptavac-vyrobci li a {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 14px;
}

#suggest-box2 ul.naseptavac-fulltext li a span,
#suggest-box2 ul.naseptavac-vyrobci li a span {
    line-height: 19px;
    overflow: hidden;
    padding-left: 20px;
    color: #000;
    font-weight: 600;
}

#suggest-box2 ul.naseptavac-kategorie li {
    border: 1px solid #EFEFEF;
    background: #F7F7F7;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    max-width: 70%;
    margin-bottom: 6px;
}

#suggest-box2 ul.naseptavac-kategorie li a {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
}

#suggest-box2 ul.naseptavac-kategorie .sicon {
    color: #BFBFBF;
    font-size: 16px;
    margin-right: 7px;
}

#suggest-box2 ul.naseptavac-prislusenstvi_pro_zarizeni li {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin-bottom: 7px;
}

#suggest-box2 ul.naseptavac-prislusenstvi_pro_zarizeni li a {
    padding: 10px 10px 10px 15px;
    display: flex;
}

#suggest-box2 ul.naseptavac-prislusenstvi_pro_zarizeni .sicon {
    color: #BFBFBF;
    font-size: 18px;
    margin-right: 9px;
}

#suggest-box2 ul.naseptavac-prislusenstvi_pro_zarizeni .nazev-zarizeni {
    flex-grow: 1;
}

#suggest-box2 ul.naseptavac-prislusenstvi_pro_zarizeni .count {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 0 10px;
    min-width: 25px;
    text-align: center;
}

#suggest-box2 ul.naseptavac-plain li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

#suggest-box2 ul.naseptavac-plain img {
    margin-right: 9px;
}

#suggest-box2 li.item a:hover span:not(.sicon),
#suggest-box2 li.item a.kategorie:hover,
#suggest-box2 li.item.selected a {
    text-decoration: underline;
}

#suggest-box2 .naseptavac-submit {
    display: block;
    margin: 0;
    background-color: #FFFFFF;
    color: #006494;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    border: none !important;
}

#suggest-box2 .naseptavac-submit:hover {
    text-decoration: underline;
}

#suggest-box2 li.item a b {
    color: #000;
}

#suggest-box2 .time {
    background-color: #CCCCCC;
    padding: 5px;
}

#suggest-box2 .naseptavac-button {
    display: block;
    background-color: #FF6C00;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-decoration: none !important;
}

#suggest-box2 .naseptavac-button .sicon {
    margin-right: 9px;
}

/* kampan - chci od jeziska! */
.chci-od-jeziska {
    clear: both;
    text-align: right;
    padding: 10px 30px 0 0;
}

.fancyIframeChciOdJeziska {
    display: block;
    background: transparent url('/img/kampane/chci-od-jeziska.jpg') no-repeat left top;
    width: 130px;
    height: 32px;
    margin: 0 0 0 120px;
}


/* oranzove tlacitko, nahrazuje obrazkova oranzova tlacitka */
.button-orange {
    display: block;
    border: 2px solid #DF3502;
    color: #fff !important;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fa501d; /* Old browsers */
    background: -moz-linear-gradient(top, #fa501d 0%, #e13704 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa501d), color-stop(100%, #e13704)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fa501d 0%, #e13704 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fa501d 0%, #e13704 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fa501d 0%, #e13704 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fa501d 0%, #e13704 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa501d', endColorstr='#e13704', GradientType=0); /* IE6-9 */
}

.button-small {
    display: block;
    border: 2px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 2px 0;
    text-decoration: none;
    cursor: pointer;
}

.button-small.textCenter {
    text-align: center;
}

.button-small.textBold {
    font-weight: bold;
}

.button-small.blue {
    color: #fff;
    border-color: #0589C8;
    background: #23ACED; /* Old browsers */
    background: -moz-linear-gradient(top, #23ACED 0%, #0589C8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23ACED), color-stop(100%, #0589C8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #23ACED 0%, #0589C8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #23ACED 0%, #0589C8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #23ACED 0%, #0589C8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #23ACED 0%, #0589C8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23ACED', endColorstr='#0589C8', GradientType=0); /* IE6-9 */
}

.button-small.orange {
    color: #fff;
    border-color: #DF3502;
    background: #fa501d; /* Old browsers */
    background: -moz-linear-gradient(top, #fa501d 0%, #e13704 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa501d), color-stop(100%, #e13704)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fa501d 0%, #e13704 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fa501d 0%, #e13704 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fa501d 0%, #e13704 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fa501d 0%, #e13704 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa501d', endColorstr='#e13704', GradientType=0); /* IE6-9 */
}


/* recenze zbozi */
.detailRecenze {
    border: 1px solid #1475DA;
    background: #F2F8FF;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.detailRecenze .hlavicka {
    margin-bottom: 8px;
    color: #1475DA;
    font-size: 15px;
    font-weight: 600;
}

.detailRecenze .hlavicka .sicon {
    margin-right: 5px;
}

.detailRecenze .obsah {
    padding-bottom: 7px;
}

.detailRecenze p.rNazor {
    text-align: left;
    line-height: 17px;
    padding-bottom: 7px;
}

.detailRecenze .rShowMore {
    text-align: center;
    padding-top: 8px;
}

.zRecenze {
    border: 1px solid #F5F5F5;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #FCFCFC;
    position: relative;
}

.zRecenze.ssReaction {
    width: calc(100% - 30px);
    margin-left: 30px;
    box-sizing: border-box;
}

.zRecenze.ssReaction::before {
    display: block;
    content: "";
    background: #FCFCFC;
    border-left: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: -8px;
}

.zRecenze .header {
    margin-bottom: 20px;
}

.zRecenze .header .datum {
    font-weight: normal;
    font-size: 14px;
    color: #BFBFBF;
    padding-left: 20px;
    display: inline-block;
}

.zRecenze .header .rating {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    font-weight: 600
}

.zRecenze .header .rating .rating-value {
    padding-right: 5px;
}

.zRecenze .header .rating .stars {
    font-size: 17px;
    font-weight: normal;
}

.zRecenze .autor {
    padding: 3px 15px 0 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.zRecenze .autor .autor-avatar {
    width: 50px;
}

.zRecenze .autor .autor-jmeno {
    font-weight: 600;
}

.zRecenze .autor .autor-mesto {
    font-size: 14px;
}

.zRecenze .autor .autor-mesto img {
    vertical-align: text-bottom;
    width: 80px;
}

.zRecenze .overeny-zakaznik {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-decoration-line: underline;
    text-decoration-color: #999;
    text-decoration-style: dotted;
    text-decoration-width: 1px;
    cursor: help;
    position: relative;
}

.zRecenze .overeny-zakaznik .sicon {
    font-size: 14px;
    color: #2667AD;
}

.zRecenze .header a.recenzeZboziEdit {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}


.zRecenze .cnt {
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
}

.zRecenze textarea {
    font-family: 'Serial', helvetica, sans-serif;
    width: 98%;
    font-size: 13px;
}

.zRecenze textarea.plus {
    width: 94%;
    color: #279901;
}

.zRecenze textarea.minus {
    width: 96%;
    color: #f00000;
}

.zRecenze p.rNazor {
    margin-bottom: 1.5em;
    line-height: 160%;
    text-align: justify;
}

.zRecenze div.rKladyZapory {
    display: flex;
}

.zRecenze ul.rKlady,
.zRecenze ul.rZapory {
    padding: 0 0 0 5px;
}

.zRecenze ul.rKlady {
    width: 50%;
}


.zRecenze ul.rZapory {
    width: 50%;
}


.zRecenze ul.rKlady li,
.zRecenze ul.rZapory li {
    list-style: none;
    padding: 4px 0 4px 23px;
    position: relative;
    font-weight: 500;
}

.detailRecenze ul.rKlady li,
.detailRecenze ul.rZapory li {
    list-style: none !important;
    padding: 4px 0 4px 23px;
    position: relative;
}

#recenzeZboziAdd {
    width: 700px;
    margin: 0px auto;
    text-align: left;
}

#recenzeZboziAdd h2 {
    font-size: 20px;
    font-weight: 600;
}

#recenzeZboziAdd p {
    color: #919191;
    font-weight: 600;
    font-size: 14px;
}

#recenzeZboziAdd .zRecenze {
    border: none;
    background: initial;
    border-radius: 0;
}

#recenzeZboziAdd .zRecenze:not(:last-child) {
    border-bottom: 1px solid #707070;
}

#recenzeZboziAdd .zRecenzeProdukt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

#recenzeZboziAdd .zRecenze.edit .zRecenzeProdukt {
    flex-direction: row;
}

#recenzeZboziAdd .zRecenze.edit .zRecenzeProdukt img {
    width: 70px;
}

#recenzeZboziAdd .zRecenze .header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#recenzeZboziAdd .zRecenze.edit .header {
    align-items: flex-start;
}

#recenzeZboziAdd .zRecenze .header a,
#recenzeZboziAdd .zRecenze .header a:hover,
#recenzeZboziAdd .zRecenze .header a:active,
#recenzeZboziAdd .zRecenze .header a:visited {
    color: #919191;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

#recenzeZboziAdd .recenzeHodnoceni {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 25px;
    font-weight: 500;
}

#recenzeZboziAdd .zRecenze.edit .recenzeHodnoceni {
    font-size: 20px;
    gap: 0;
}

#recenzeZboziAdd .recenzeHodnoceni .stars-val {
    z-index: 0;
}

#recenzeZboziAdd .recenzeHodnoceniTitle {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

#recenzeZboziAdd .zRecenze.edit .recenzeHodnoceniTitle,
#recenzeZboziAdd .zRecenze.finished .recenzeHodnoceniTitle {
    display: none;
}

#recenzeZboziAdd .zRecenze .score {
    width: 60px;
}

#recenzeZboziAdd .recenzeZboziEdit {
    display: none;
}

#recenzeZboziAdd .cnt table {
    width: 100%;
    border-spacing: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

#recenzeZboziAdd .cnt td {
    vertical-align: top;
    width: 50%;
}

#recenzeZboziAdd .cnt td .recenzeField {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 10px;
    min-height: 80px;
}

#recenzeZboziAdd .cnt td .recenzeField.recenzeZboziShrnutiFotky {
    min-height: 120px;
}

#recenzeZboziAdd .cnt textarea {
    border: none;
    width: 100%;
    resize: none;
    padding-left: 7px;
    font-weight: 500;
}

#recenzeZboziAdd .cnt textarea::placeholder {
    color: #000;
    opacity: 1;
}

#recenzeZboziAdd .cnt textarea::-ms-input-placeholder {
    color: #000;
}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory {
    display: flex;

}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory:not(:last-child) {
    margin-bottom: 5px;
}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory textarea {
    padding-left: 7px;
    overflow: hidden;
}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory:before {
    display: block;
    font-family: 'sicon' !important;
    font-weight: normal;
    font-style: normal;
    position: relative;
    top: -2px;
}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory.recenzeKlad:before {
    content: "\e922";
    color: #58BF17;
}

#recenzeZboziAdd .cnt .recenzeZboziKladyZapory.recenzeZapor:before {
    content: "\e923";
    color: #F43863;
}

#recenzeZboziAdd .cnt .recenzeZboziObrazky {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

#recenzeZboziAdd .cnt label {
    flex-basis: calc(33% - 6px);
    border: 1px dashed #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

#recenzeZboziAdd .cnt .recenzeObrazekPlus {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #2667AD;
    background: #f4fafd;
    text-align: center;
}

#recenzeZboziAdd .cnt .recenzeZboziObrazky input[type="file"],
#recenzeZboziAdd .cnt .recenzeZboziObrazky img,
#recenzeZboziAdd .cnt .recenzeZboziObrazky label.selected > div {
    display: none;
}

#recenzeZboziAdd .cnt .recenzeZboziObrazky label.selected img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#recenzeZboziAdd .recenze-finished {
    display: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    margin: 10px auto;
}

#recenzeZboziAdd .finished .recenze-finished {
    display: block;
}

#recenzePreview .detailRecenze ul.rKlady {
    float: left;
    width: 66%;
    display: flex;
}

#recenzePreview .detailRecenze ul.rKlady li {
    flex-basis: 50%;
}

#recenzePreview .detailRecenze ul.rZapory {
    float: left;
    width: 33%;
}

.zRecenze ul.rKlady li:before,
.detailRecenze ul.rKlady li:before {
    color: #58BF17;
    content: "\e922";
    display: block;
    position: absolute;
    font-family: 'sicon';
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 6px;
}

.zRecenze ul.rZapory li:before,
.detailRecenze ul.rZapory li:before {
    color: #F43863;
    content: "\e923";
    display: block;
    position: absolute;
    font-family: 'sicon';
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 6px;
}

.zRecenze .ssReactionTitle {
    margin-top: 15px;
}

.zRecenze .ssReactionTitle small {
    font-size: 11px;
}

.zRecenze .ssReaction, .comments_item .ssReaction {
    border: 1px solid #BFE0F0;
    margin-top: 0px;
}

.zRecenze .ssReaction .ssReactionInner, .comments_item .ssReaction .ssReactionInner {
    border: 1px solid #fff;
    background-color: #f7fbfc;
    padding: 10px;
    color: #117caa;
    -moz-box-shadow: inset 0 0 30px 1px #e3eff4;
    -webkit-box-shadow: inset 0 0 30px 1px #e3eff4;
    box-shadow: inset 0 0 30px 1px #e3eff4;
}

.zRecenze .rPrekladDisclaimer {
    margin-top: 10px;
    color: #A7A7A7;
    text-align: center;
    font-style: italic;
}

.poptavkovy-formular {
    margin-bottom: 50px;
}

.poptavkovy-formular h1 {
    margin-top: 20px;
}

.poptavkovy-formular p {
    margin-top: 20px;
}

.poptavkovy-formular table {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.poptavkovy-formular td {
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0 7px 0;
}

#hlavni-navigace {
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}

.layout-minimized #hlavni-navigace {
    display: none;
}

#katalog-menu {
    z-index: 100;
    padding: 0px;
    position: relative;
}

#katalog-menu.homepage {
    display: block;
    top: 0px;
    left: 0px;
    box-shadow: none;
}

#katalog-menu ul {
    display: flex;
    flex: 1 1 auto;
}

#katalog-menu ul li.main {
    flex: 1 1 auto;
}

#katalog-menu ul li.main:not(:first-child) {
    border-left: 1px solid #dfdfdf;
}

#katalog-menu ul {
    padding-left: 10px;
}

#katalog-menu ul li.main a {
    display: block;
    padding: 15px 10px 13px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 23px;
}

#katalog-menu ul li.main span.expand {
    position: absolute;
    padding: 0px 5px;
    left: 10px;
}

#katalog-menu ul li.main ul.sub {
    padding-left: 40px;
    display: none;
}

#katalog-menu ul li.main ul.sub span.expand {
    left: 25px;
}

#katalog-menu ul li.main ul.sub li a {
    padding: 2px;
    font-size: 13px;
}

#katalog-menu ul li.main ul.sub li a:hover {
    text-decoration: underline;
}

#katalog-menu ul li.main.active {
    background-color: #ffffff;
    z-index: 110;
}

#katalog-menu ul li.main.active > a {
    position: relative;
}

#katalog-menu ul li.main.active > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #ffffff;
}

#katalog-menu ul li.main .float-box {
    border: 1px solid #dfdfdf;
    border-top: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);;
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
    display: none;
    z-index: 105;
    box-sizing: border-box;
}

#katalog-menu ul li.main .float-box .content {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

#katalog-menu ul li.main .float-box .flex-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#katalog-menu ul li.main .float-box .content .column {
    padding: 0 20px 0 50px;
    background: transparent url(/img/menu/1.png) no-repeat left 10px;
    background-size: 40px 40px;
    min-height: 51px;
    flex-basis: 25%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

#katalog-menu ul li.main .float-box .content .column.expandable {
    padding-bottom: 25px;
}

#katalog-menu ul li.main .float-box .content .column .sub-children {
    overflow: hidden;
}

#katalog-menu ul li.main .float-box .content .column .column-expand {
    color: #2667AD;
    font-weight: 500;
}

#katalog-menu ul li.main .float-box .content .column.expanded .column-expand .show-more,
#katalog-menu ul li.main .float-box .content .column .column-expand .show-less {
    display: none;
}

#katalog-menu ul li.main .float-box .content .column .column-expand .show-more,
#katalog-menu ul li.main .float-box .content .column.expanded .column-expand .show-less {
    display: block;
}

#katalog-menu ul li.main .float-box .content .column .column-expand:hover {
    text-decoration: underline;
    cursor: pointer;
}

#katalog-menu ul li.main .float-box .content .column div.sub-header {
    margin: 0;
    text-transform: none;
    height: 60px;
    display: flex;
    align-items: center;
}

#katalog-menu ul li.main .float-box .content .column h2 a {
    font-size: 16px;
}

#katalog-menu ul li.main .float-box a {
    display: block;
    padding: 0;
    text-decoration: none;
    font-size: 13px;
}

#katalog-menu ul li.main .float-box a.bluerino {
    background: #F2F6FE;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 3px;
    color: #2C4998;
}

#katalog-menu ul li.main .float-box a:not(.bluerino):hover {
    text-decoration: underline;
}

.notificationBox {
    margin: 0;
    position: relative;
    z-index: 140;
}

.notificationBox .innerBox {
    width: 1200px;
    margin: 0 auto;
    padding: 7px 0;
    display: flex;
    align-items: center;
}

.notificationBox .innerBox a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #006494;
}

.notificationBox .innerBox a.innerBoxText {
    margin-right: 10px;
    flex-grow: 1;
}

.notificationBox .innerBox a.innerBoxText:hover {
    text-decoration: underline;
}

.notificationBox .innerBox a.notificationBoxClose:after {
    display: inline-block;
    content: "\00d7";
    font-weight: normal;
    font-size: 25px;
}

.supportBoxWebChat-window .subtitle {
    margin-bottom: 1.2em !important;
}


/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
    box-shadow: 0 0 6px #aaa;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

#cookie-bar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33, 86, 142);
    background: linear-gradient(97deg, rgba(33, 86, 142, 1) 5%, rgba(20, 117, 219, 1) 100%);
    z-index: 999999;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

#cookie-bar h2 {
    margin-bottom: 20px;
}

#cookie-bar a {
    color: #ffffff;
}

#cookie-bar p {
    margin-bottom: 5px;
}

#cookie-bar .cookie-bar-inner {
    display: flex;
    margin: 30px auto;
    max-width: 1200px;
}

#cookie-bar .cookie-bar-content {
    flex-grow: 1;
    text-align: left;
    padding-right: 100px;
}

#cookie-bar .cookie-bar-controls {
    text-align: center;
}

#cookie-bar .cookie-bar-customize {
    display: none;
}

#cookie-bar.extended .cookie-bar-summary {
    display: none;
}

#cookie-bar.extended .cookie-bar-customize {
    display: block;
}

#cookie-bar .cookie-bar-controls > span {
    display: block;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    width: 185px;
    margin: 10px auto;
    text-align: center;
    line-height: 20px;
}

#cookie-bar #cookies-allow {
    background: #FE3D1C;
}

#cookie-bar #cookies-customize {
    background: #fcfcfc;
    color: #555555;
}

#cookie-bar.extended #cookies-customize {
    display: none;
}

#cookie-bar #cookies-submit-customized {
    display: none;
    background: #fcfcfc;
    color: #555555;
}

#cookie-bar.extended #cookies-submit-customized {
    display: block;
}

#cookie-bar #cookies-decline {
    font-weight: normal;
    text-decoration: underline;
}

#cookie-bar .cookie-type-block {
    margin-bottom: 10px;
    padding-left: 20px;
}

#cookie-bar .cookie-title {
    display: flex;
    align-items: center;
}

#cookie-bar .cookie-title-name {
    font-size: 17px;
    font-weight: bold;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
}

#cookie-bar .cookie-title-name::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    left: -20px;
    top: 7px;
    transform: rotate(45deg);
}

#cookie-bar .cookie-type-block.expanded .cookie-title-name::before {
    transform: rotate(135deg);
    top: 5px;
}

#cookie-bar .cookie-type-block .cookie-description {
    display: none;
}

#cookie-bar .cookie-type-block.expanded .cookie-description {
    display: block;
}

.cookie-switch {
    --button-width: 3.5em;
    --button-height: 2em;
    --toggle-diameter: 1.5em;
    --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
    --toggle-shadow-offset: 10px;
    --toggle-wider: 3em;
    --color-grey: #cccccc;
    --color-green: #4296f4;
}

.cookie-slider {
    display: inline-block;
    width: var(--button-width);
    height: var(--button-height);
    background-color: var(--color-grey);
    border-radius: calc(var(--button-height) / 2);
    position: relative;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.cookie-slider::after {
    content: "";
    display: inline-block;
    width: var(--toggle-diameter);
    height: var(--toggle-diameter);
    background-color: #fff;
    border-radius: calc(var(--toggle-diameter) / 2);
    position: absolute;
    top: var(--button-toggle-offset);
    transform: translateX(var(--button-toggle-offset));
    box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.cookie-switch input[type="checkbox"]:checked + .cookie-slider {
    background-color: var(--color-green);
}

.cookie-switch input[type="checkbox"]:disabled + .cookie-slider {
    opacity: 0.5;
}

.cookie-switch input[type="checkbox"]:checked + .cookie-slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
    box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.cookie-switch input[type="checkbox"] {
    display: none;
}

.cookie-switch input[type="checkbox"]:active + .cookie-slider::after {
    width: var(--toggle-wider);
}

.cookie-switch input[type="checkbox"]:checked:active + .cookie-slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}

#fancybox-outer, #fancybox-content {
    border-radius: 10px;
}

#fancybox-outer {
    border: 1px solid #EBEBEB;
}

.fancybox-bg {
    display: none;
}

#fancybox-content > div::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}

#fancybox-content > div::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

#fancybox-content > div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999999;
}

#fancybox-close {
    background: none !important;
    top: 14px !important;
    right: 18px !important;
}

#fancybox-close:hover {
    text-decoration: none;
}

#fancybox-close:before {
    font-family: 'sicon' !important;
    content: "\e90e";
    color: #000000;
    font-size: 25px;
}

@media (min-width: 1600px) {
    #header {
        min-width: 1500px;
    }

    .content-boundary {
        width: 1500px;
    }

    #katalog-menu ul li.main .float-box .content .column {
        flex-basis: 20%;
    }
}

@media screen and (max-height: 900px) {
    #katalog-menu ul li.main .float-box .content {
        padding: 10px 20px;
    }

    #katalog-menu ul li.main .float-box .content .column.expandable {
        padding-bottom: 5px
    }

    #katalog-menu ul li.main .float-box a {
        line-height: 20px;
    }
}