@font-face {
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg?#webfontregular') format('svg');
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg?#webfontregular') format('svg');
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg?#webfontbold') format('svg');
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
}

@font-face {
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto-Italic.ttf') format('truetype'),
        url('../fonts/Roboto-Italic.svg?#webfontitalic') format('svg');
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
}

@font-face {
    src: url('../fonts/TTMussels-Medium.eot');
    src: url('../fonts/TTMussels-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTMussels-Medium.woff2') format('woff2'),
        url('../fonts/TTMussels-Medium.woff') format('woff'),
        url('../fonts/TTMussels-Medium.ttf') format('truetype'),
        url('../fonts/TTMussels-Medium.svg?#webfontregular') format('svg');
    font-family: 'TTMussels';
    font-style: normal;
    font-weight: 500;
}

@font-face {
    src: url("../../fonts/icomoon.eot");
    src: url("../../fonts/icomoon.eot?#iefixqvp9zc") format("embedded-opentype"),
        url("../../fonts/icomoon.woff2?qvp9zc") format("woff2"),
        url("../../fonts/icomoon.woff?qvp9zc") format("woff"),
        url("../../fonts/icomoon.ttf?qvp9zc") format("truetype"),
        url("../../fonts/icomoon.svg?qvp9zc#icomoon") format("svg");
    font-family: "icomoon";
    font-style: normal;
    font-weight: 400;
}

:root {
    --base-color:#494949; /* barva fontu */
    --border-radius:0;

    --main-button-color:#ffffff;
    --main-button-background:#99aa84; /* barva prvku */
    --main-button-background-hover:#333333;

    --system-button-color:#ffffff;
    --system-button-background:#adadad;
    --system-button-background-hover:#818181;

    --disabled-color:#c2c2c2;
    --href-color:#99aa84;

    --check-color:#99aa84;
    --check-border-color:#e1dfdc;
}

a, *:before, *:after, img, span.wo, #filtrovani li span, #filtrovani .load_next, input[type="submit"], #vypis-produktu select,
header #top #basket-i, header #top #account, header #top #search #search-button, #nav ul.subs .all, .text, .splide__pagination__page,
#topmenu .prihlaseni .login-submit, #topmenu .zapomenute_heslo .login-submit, #topmenu .registrace p a.reg,
#nav > li > a, #nav > a, #cookie-warning .closew, .product, .select-wrapper, .select-wrapper::after, .item_list #vypis-produktu #cat-in-actual-group li {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* GRID LAYOUT */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .row.justify-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

.col3, .col4, .col6, .col12 {
    padding: 0 15px;
}

.col3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


html {
    font-size: 16px;
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.top {
    margin-top: 230px;
}

    .top.homepage {
        margin-top: 170px;
        margin-bottom: 30px;
    }

.wrap {
    width:1280px;
    max-width:100%;
}

.wrapin {
    padding-top:0;
    padding-bottom:30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}

p {
    line-height:1.2;
}

a, a:link, a:visited {
    cursor:pointer;
    color:#000000;
}

a:hover {
    color:#666666;
}

    a.button {
        color: #ffffff;
        background-color: #99aa84;
        background-color: var(--main-button-background, #99aa84);
    }

        a.button:hover {
            color: #ffffff;
            background-color: #333333;
            background-color: var(--main-button-background-hover, #333333);
        }

/* HOVER TRANSITION */
    a, a::before, a::after, header #top #topmenu_position #topmenu li a, /*.banner_item .banner_caption .caption_text a,*/ footer section .footer_nav .footer_nav_section li a, footer section .footer_nav .footer_nav_section #odeslat,
    #ochrana-osobnich-udaju-footer, .scroll-top .inner, #vypis-produktu .product, #vypis-produktu #countandsubmit .koupit, #step0_continue_order, #step0_continue_reservation, #step1_continue_order, #step2_continue_order,
    #step3_continue_order, #step3_continue_order2, #step0_continue_shopping, #step1_continue_shopping, #step2_continue_shopping, #step3_continue_shopping, header #top #basket-i #nr, header #top #basket-i #nr:before, header #top #basket-i #celkem strong,
    #strankovani span.wo, #strankovani2 span.wo, #vypis-produktu select, .select-wrapper, .select-wrapper:after, #next a, #qtyminus, #qtyplus, #filtrovani li.droplink span, #filtrovanitop li.droplink span, #costfilter li.droplink span,
    #filtrovani li.droplink span:before, #filtrovanitop li.droplink span:before, #costfilter li.droplink span:before, #login-in-basket, .dokoncit_registraci, .odeslat, #pay_and_finish, #pay_and_finish2, #vas-nazor input[type="submit"], .udaje-prihlasit,
    .obal-box .nadpis-udaje a, .one-click-registration, #vas-nazor input[type="submit"], header #top #search #search-button, #topmenu .prihlaseni .login-submit, #topmenu .zapomenute_heslo .login-submit, #topmenu .registrace p a.reg,
    #cookie-warning .closew, .znacky .content li, .znacky .content li .cattext, .znacky .sidebar .list_links li, .znacky .sidebar .list_links li a, #cat-in-actual-group li span,
    #filtrovani .load_next, #filtrovanitop .load_next, #filtrovani .load_next:before, #filtrovanitop .load_next:before, #nav > li > a, .obal-box .table-new-line, .obal-box .table-udaj .vice, .obal-box .table-udaj .mene {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.banner_item .banner_caption .caption_text a, header #top #search #srch {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* HEADER */
header {
    height: 170px;
    background: #122836;
    background: -moz-linear-gradient(top, #000000 46px, #ffffff 46px,#ffffff 100%);
    background: -webkit-linear-gradient(top, #000000 46px, #ffffff 46px,#ffffff 100%);
    background: linear-gradient(to bottom, #000000 46px, #ffffff 46px,#ffffff 100%);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    /*box-shadow: 0 0 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
}

    header #top {
        width:1280px;
        float:left;
        clear:left;
    }

        header #top #logo {
            /*width: 330px;
            height: 62px;
            background: url(../images/logo.svg) no-repeat;
            background-size: 330px 62px;
            left:40%;
            left:calc(50% - 165px);*/
            /*top:73px;
            left:40%;
            left:calc(50% - 175px);
            width: 350px;
            height: 47px;
            background: url(../images/logo3.svg) no-repeat;*/
            top: 59px;
            left: 40%;
            left: calc(50% - 225px);
            width: 450px;
            height: 70px;
            background: url(../images/logo3.svg) no-repeat;
            background-size: 450px 70px;
        }

    header #top #search {
        /*display:none;
        left:360px;
        right:170px;*/
        left:5px;
        top:80px;
    }


				header #search .in {
					background:none;
				}
				
        header #top #search #srch {
            width:254px;
            height: 28px;
            margin: 0;
            padding: 0;
            /*border: 2px solid #ddd;
            border-right: none;*/
            border: none;
            border-bottom:1px dotted #dddddd;
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            text-indent:10px;
        }
        
        	header #search .in::before {
        		display:none;
        	}

            header #top #search #srch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #888;
            }

            header #top #search #srch:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #888;
            }

            header #top #search #srch::-ms-input-placeholder { /* Microsoft Edge */
                color: #888;
            }

        header #top #search #search-button {
            width: 100px;
            height: 45px;
            margin: 0;
            padding: 0;
            background: #333333;
            border: none;
            color: #ffffff;
            text-shadow: none;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .5px;

            width: 45px;
            background: url('../icons/search-clean_ffffff.svg') no-repeat;
            background-size: 25px;
            background-position: center;
            background-color: #333333;
            text-indent:50px;
            overflow:hidden;

            width:28px;
            height:28px;
            border-bottom:1px dotted #dddddd;
            background: url('../icons/search-clean_000000.svg') no-repeat;
            background-size: 15px;
            background-position: center;
            background-color: #ffffff;
        }

        header #top #search #search-button:hover {
            /*background-color:#888888;*/
            background-color:#dddddd;
        }

        header #top #search #srch:focus,
        header #top #search #srch:focus + #search-button {
            border-color: #333;
        }

.ui-autocomplete {
    width: 326px !important;
}

    .ui-autocomplete.ui-menu {
        padding: 0;
        width: 65% !important;
        max-width:650px;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none !important;
}

li.ui-menu-item {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.8em;
}

    li.ui-menu-item .item .image {
        mix-blend-mode: darken;
    }

    li.ui-menu-item .item .info {
        width: 226px;
    }

.ui-menu-item a {
    float: none !important;
}

    .ui-menu-item a.ui-state-focus,
    .ui-menu-item a.ui-state-active {
        margin: 0 !important;
    }

    li.ui-menu-item.g {
        color: #99aa84 !important;
    }

    li.ui-menu-item b {
        color: #99aa84 !important;
    }

    li.ui-menu-item .item .info .cost {
        color: #99aa84 !important;
    }

    li.ui-menu-item .item .info .name {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #45516b;
        top: 10px;
        height: 30px;
    }

        li.ui-menu-item .item .info .name b {
            font-weight: 400;
        }

    li.ui-menu-item .item .info .code {
        top: 40px;
        font-size: 10px;
    }

    li.ui-menu-item .item .info .cost {
        top: 52px;
        font-family: 'Roboto', sans-serif;
        font-size:18px;
        line-height:18px;
    }

        header #top #basket-i {
            top: 80px;
            right: 0;
            background: none;
            width: auto;
            height: auto;
            padding-left:30px;
            background:url('../icons/shopping-cart_000000.svg') no-repeat;
            background-size:25px;
            background-position:left center;
            
        }

            header #top #basket-i #nr {
                position:static;
                float:left;
                font-size:20px;
            }

            header #top #basket-i #nr,
            header #top #basket-i #nr.noitems {
                display:none;
                /*top: 0;*/
                width: auto;
                height: auto;
                padding: 0 0 0 10px;
                background: none !important;
                border: none;
                color: #000000;
                line-height: 28px;
                box-shadow: none;
                white-space: nowrap;
            }

            header #top #basket-i #nr.noitems {
                display:block;
            }
            
            header #basket-i #celkem {
            	display:block;
            	font-size:0;
            	color:transparent;
            }
            
            header #top #basket-i::before {
            	display:none;
            }


            /*header #top #basket-i #nr:before {
                display: inline-block;
                width: 30px;
                content: '\e685';
                font-family: icomoon;
                font-size: 23px;
                line-height:25px;
                text-align: left;
            }

        header #top #basket-i #nr:hover:before {
            color:#888
        }*/

        /*header #top #basket-i #nr span {
            display: inline-block;
        }*/


            header #top #basket-i #celkem {
                position:static;
                float:left;
                /*top: 30px;
                right: 0;*/
                font-size:20px;
                line-height: 28px;
                text-indent: -54px;
                overflow: hidden;
                white-space: nowrap;
            }

        header #top #basket-i #nr.noitems + #celkem {
            display:none;
        }

        header #top #basket-i #celkem strong {
            font-size:20px;
        }

    header #top #basket-i:hover #nr,
    header #top #basket-i:hover #celkem strong {
        color:#888888;
    }
    
    header #top #basket-i::before {
    	
    }

    header #top #topmenu_position {
        top: 0;
        right:115px;
        width:100%;
        width:calc(100% - 115px);
    }

        #topmenu li,
        #topmenu li:last-child {
            margin: 0 !important;
            padding: 0 !important;
            font-family: 'Roboto', sans-serif;
        }

        #topmenu li:hover {
            background:none;
        }

            header #top #topmenu_position #topmenu li a {
                background: #000000;
                color: #fff !important;
                font-size: 10px;
                font-weight:700;
            }

                header #top #topmenu_position #topmenu li a:hover {
                    /*text-decoration: underline;*/
                    /*background:#333 !important;*/
                }

header #top #topmenu_position #topmenu li:nth-child(1) a,
header #top #topmenu_position #topmenu li:nth-child(2) a {
    /*min-width: 150px;*/
}

            /*header #top #topmenu_position #topmenu li.account a {
                padding-left:25px;
                background:url('../icons/user3_ffffff.svg') !important;
                background-size:10px !important;
                background-position:left 10px center !important;
                background-repeat:no-repeat !important;
            }*/

header #top #topmenu_position #topmenu li.account li {
    padding:0 !important;
}

header #top #topmenu_position #topmenu li.account .name {
    padding-left:5px;
}

    header #top #topmenu_position #topmenu li.account .name .active-discount {
        padding-left:10px;
        color:#d46a6a;
    }

header #top #topmenu_position #topmenu li.account li a {
    background: none !important;
    padding: 10px;
}

        #topmenu > li {
            float:left;
        }

        #topmenu > li:last-child {
            float:right;
            min-width:150px;
            /*margin-right:10px !important;*/
        }

        /*#topmenu > li:first-child {
            display:inline-block;
            padding:17px 10px !important;
            color:#ffffff;
            font-size:10px;
            font-weight:700;
            text-transform:uppercase;
        }

        #topmenu > li:first-child a {
            float:left;
        }*/

        #topmenu li a {
            text-transform:uppercase;
            padding:17px 10px;
        }

        #topmenu li ul {
            top:46px;
            background:#000000;
            margin:0 !important;
        }

        #topmenu li.account a {

        }

#topmenu li .icon {
    padding-left: 30px;
}

header #top #topmenu_position #topmenu li a.mail,
header #top #topmenu_position #topmenu li a.mail:hover {
    /*content:"";*/
    /*background: url('../icons/envelope_ffffff.svg') no-repeat !important;*/
    background: url('../icons/envelope3_ffffff.svg') no-repeat !important;
    background-size: 14px !important;
    background-position: left 10px center !important;
}

header #top #topmenu_position #topmenu li a.tel,
header #top #topmenu_position #topmenu li a.tel:hover {
    /*background: url('../icons/phone-line_ffffff.svg') no-repeat !important;*/
    background: url('../icons/phone_ffffff.svg') no-repeat !important;
    background-size: 12px !important;
    background-position: left 10px center !important;
    text-align:left;
}

    header #top #menu_position {
        top: 130px;
        width: 100%;
        min-width: 0;
    }

				header #top #menu_position #nav .logged {
					display:none;
				}
				
				header #top #menu_position #nav.logged .logged {
					display:block;
				}


        header #top #menu_position #nav {
            width: 100%;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            /*font-family: 'TTMussels', sans-serif;*/
            font-weight:500;
        }

            header #top #menu_position #nav > li {
                border: none;
                padding: 0;
                display: inline-block;
                float: none;
            }

                header #top #menu_position #nav > li:nth-child(n + 9) {
                    /*display:none;*/
                }

                /*header #top #menu_position #nav > li.nth-child62 {
                    display:inline-block;
                }*/

                header #top #menu_position #nav > li > a {
                    height: 40px;
                    padding: 0 25px;
                    color: #000000;
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 40px;

                    padding: 0 30px;
                    font-family: 'TTMussels';
                    font-size:16px;
                    /*text-transform:uppercase;*/
                }

                header #top #menu_position #nav > li:hover > a {
                    background-color: #99aa84 !important;
                    color: #ffffff !important;
                }

            header #top #menu_position #nav > li ul {
                /*display:none;*/
            }

            #nav ul.subs {
                top:40px;
                /*background:#fafafa;*/
                border-bottom:none;
            }

            #nav ul.subs .all {
                display:none;
            }

        header #top #menu_position > li {
            display:none;
        }

        #nav ul.subs > li {
            border:none;
            width:14%;
            width:calc(100% / 7);
        }

        #nav ul.subs > li li {
            padding:0;
        }

        #nav ul.subs > li > a {
            font-size:14px;
            font-weight:700;
        }

        #nav ul.subs > li > a p {
            display:block;
            /*display:none;*/
            /*text-align:center;*/
            margin-top:0;
        }

        #nav ul.subs > li > a p img {
            display:inline-block;
            margin:0;
            width:70%;
        }

        #nav ul.subs > li li a {
            font-size:12px;
            /*color:#000000;*/
        }

        #nav ul.allin {
            padding:0;
        }

        header #breadcrumbs {
            top:190px;
            left:0;
            color:#000000;
            font-size:14px;
            line-height:1;
        }

        header #breadcrumbs a:hover {
            color:#99aa84;
            text-decoration:underline;
        }

            header #breadcrumbs .sep {
                position: relative;
                display: inline-block;
                top: -1px;
                left: -3px;
                height: 2.5px;
                background-color: transparent;
                padding: 2.5px;
                border: solid #000000;
                border-width: 0 1.5px 1.5px 0;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
            }

header #top #languages_position {
    top:18px;
}

#languages li {
    width:auto;
}

#languages a {
    /*height:23px;*/
    height:14px;
}

#languages > li > a {
    float: left;
    /*height:30px;
    width:40px;*/
    /*height: 26px;
    width: 36px;*/
    height: 14px;
    width: 20px;
    border: 1px solid #ffffff;
    margin-right: 1px;
}

    #languages > li a > span {
        display: none;
    }

#languages > li a:hover {
    border-color:#aaa;
}

#languages li ul {
    display:block;
    position:static;
    width:auto;
    background:none;
    box-shadow:none;
}

    #languages li ul li {
        width:auto;
    }

    #languages li ul li:hover {
        background: none;
    }

    #languages li ul li a {
        /*width:40px;*/
        /*width:31px;*/
        width:20px;
    }

    #languages li ul li b,
    #languages li ul li i {
        display: none !important;
    }

    #languages li ul li:hover a {
        border:1px solid #aaa;
    }

#languages_position #languages .cs_CZ {
    background: url('../../images/flags/cs_CZ.svg') no-repeat !important;
    background-size: 16px !important;
    background-position: center !important;
}

#languages_position #languages .sk_SK {
    background: url('../../images/flags/sk_SK.svg') no-repeat !important;
    background-size: 16px !important;
    background-position: center !important;
}

#languages_position #languages .en_US {
    background: url('../../images/flags/en_GB.svg') no-repeat !important;
    background-size: 16px !important;
    background-position: center !important;
}

/* LOGIN ACCOUNT  */
#topmenu .muj_ucet {
    position: fixed;
    left: 0%;
    top: calc(50% - 290px);
    box-shadow: 0px 0px 1000px 1000px rgba(0,0,0,.6);
    padding: 0;
    width: 380px;
    border: none;
    background: #ffffff;
    z-index: 9999999999;
}

header #top .muj_ucet .close {
    display: block;
    z-index: 5;
    background: none;
    color: #aaa;
}

    header #top .muj_ucet .close:after {
        position: absolute;
        content: "\e644";
        font-family: icomoon;
    }

    header #top .muj_ucet .close:hover {
        color: #c62f32;
    }

#topmenu .prihlaseni,
#topmenu .registrace,
#topmenu .zapomenute_heslo,
#topmenu .zakaznicka_karta {
    padding: 25px 20px;
}

#topmenu .prihlaseni,
#topmenu .zapomenute_heslo {
    border-bottom: 1px solid #dcdcdc;
}

#topmenu .prihlaseni {
    position: relative;
}

    #topmenu .prihlaseni h2,
    #topmenu .registrace h2,
    #topmenu .zapomenute_heslo h2,
    #topmenu .zakaznicka_karta h2 {
        margin: 0 0 12px 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight:700;
        font-size:14px;
        line-height:18px;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #topmenu .prihlaseni p,
    #topmenu .registrace p,
    #topmenu .zapomenute_heslo p,
    #topmenu .zakaznicka_karta p {
        margin: 0 0 12px 0;
        font-family: 'Roboto', sans-serif;
        font-size:13px;
        line-height:18px;
        color: #787878;
    }

        #topmenu .prihlaseni p.name,
        #topmenu .registrace p.name,
        #topmenu .zapomenute_heslo p.name,
        #topmenu .zakaznicka_karta p.name {
            color: #000000;
            width: 35%;
        }

#topmenu .asterisk {
    display: none;
}

.obal-nadpis-udaje label.udaj-text {
    padding: 1px 5px;
}

#topmenu .prihlaseni p.value,
#topmenu .registrace p.value,
#topmenu .zapomenute_heslo p.value,
#topmenu .zakaznicka_karta p.value {
    width: 65%;
}

    #topmenu .prihlaseni p.value input,
    #topmenu .registrace p.value input,
    #topmenu .zapomenute_heslo p.value input,
    #topmenu .zakaznicka_karta p.value input {
        height: 35px;
        border: 1px solid #dcdcdc;
        background: none;
        text-indent: 6px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

#topmenu .prihlaseni .login-submit,
#topmenu .zapomenute_heslo .login-submit,
header #top #topmenu_position #topmenu .registrace p a.reg {
    /*color: #ffffff;
    background: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    height: 35px;
    width: 48%;
    min-width: 187px;
    margin: 0 !important;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 0;*/
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
    letter-spacing: 1px;
    padding:0;
}

    /*#topmenu .prihlaseni .login-submit:hover,
    #topmenu .zapomenute_heslo .login-submit:hover,
    header #top #topmenu_position #topmenu .registrace p a.reg:hover {
        background: #99aa84 !important;
        text-decoration: none;
    }*/

#topmenu .registrace p a.reg {
   width:100%;
}

/*header #top #topmenu_position #topmenu .registrace p a.reg:hover {
    text-decoration: none;
}*/

#topmenu .login-submit-fb,
#topmenu .registrace p a.reg-fb {
    background: url('../icons/facebook-letter-logo_ffffff.svg') no-repeat;
    background-color:#4267b2 !important;
    background-position:left 5px center !important;
    background-size:15px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    width: 163.2px;
    margin: 0 !important;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 0;
    position: absolute;
    top: 197px;
    left: 20px;
    text-indent: 0;
    text-align: center;
}

#topmenu .registrace p a.reg-fb {
    top: 571px;
    color: #ffffff !important;
}

    #topmenu .login-submit-fb:hover,
    #topmenu .registrace p a.reg-fb:hover {
        background-color: #000000 !important;
    }

/* HEADER SLIDE */
header.topslide {
    position:fixed;
    top:-50px;
    z-index:3;
}

#info-alert-move-top p {
    font-family: 'TTMussels', sans-serif;
}

/* FOOTER */
footer {
    color: #000
}

    footer a, footer a:link, footer a:visited {
        color:#000000;
    }

        footer a:hover, footer a:link:hover, footer a:visited:hover {
            text-decoration:underline;
        }

    footer .all {
        margin: 0;
        border: none;
        background: #efefef;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    footer section .footer_nav_section h4 {
        display: block;
        margin: 50px 0 20px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform:uppercase;
        color:#99aa84;
    }

    footer section .footer_nav_section p {
        background:none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 24px;
    }

    footer section .footer_nav .footer_nav_section ul {
        padding:0
    }

    footer section .footer_nav .footer_nav_section li {
        color:#000000;
        font-size: 14px;
        line-height:24px;
    }

    footer section .footer_nav .footer_nav_section #odeslat {
        border: none;
        max-width: 100%;
        height: 32px;
        background:#99aa84;
        background: var(--main-btn-bg, #99aa84);
        color:#ffffff;
        color:var(--main-btn-txt, #fff);
        font-family: 'Roboto', sans-serif;
        font-size:14px;
        line-height:32px;
        font-weight:700;
        letter-spacing:.5px;
        cursor: pointer;
        text-shadow: none;
        text-transform:uppercase;
    }

    footer section .footer_nav .footer_nav_section #odeslat:hover {
        background:#333333;
        background:var(--main-btn-hvr, #333);
    }

    .checktermsnewsletter {
        color:#666;
    }

#checktermsnewsletter + span:before {
    top:1px;
    border:1px solid #ccc;
    border:1px solid var(--check-border, #ccc)
}

#checktermsnewsletter:checked + span:before {
    color: #99aa84;
    color: var(--check, #99aa84);
}

/*#ochrana-osobnich-udaju-footer:hover {
    text-decoration:underline;
}*/

footer section .info-line {
    border: none;
    background: #efefef;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    footer section .info-line .copyright {
        width:100%;
    }

    footer section .info-line .copyright li {
        color:#000000;
        font-size:12px;
        line-height:1.2;
    }


    .scroll-top .inner {
        bottom:42px;
        width: 50px;
        height: 50px;
        background: url('../icons/caret-up_ffffff_bold.svg') no-repeat;
        background-size: 15px;
        background-position: center;
        background-color: #99aa84;
        /*background-color: rgba(51,84,8,.5);*/
        border-radius: 50%;
        /*opacity: 1;*/
        opacity:.5;
    }

    .scroll-top .inner:hover {
        /*background-color: #99aa84;*/
        opacity:1;
    }

    #cookie-warning .closew {
        height:40px;
        line-height:40px;
        background-color:#99aa84;
        color:#ffffff;
        font-weight:700;
        letter-spacing:1px;
        text-transform:uppercase;
        border-radius:0;
    }

    #cookie-warning .closew:hover {
        background-color:#333333;
    }

/* HOMEPAGE */
#homepage-slider-cover {
    margin-bottom: 30px;
    opacity: 0;
}

#homepage-slider .caption,
#homepage-slider .caption2,
#homepage-slider .caption3 {
    top: 30%;
    left: 25%;
    left: calc((100% - 550px) / 2);
    width: 50%;
    max-width: 550px;
    color: #ffffff;
    font-size: 48px;
    line-height: 66px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

#homepage-slider-cover .splide__arrow {
    top: 0;
    bottom: 41px;
    transform: none;
    float: none;
    clear: none;
    width: 60px;
    height: auto;
    margin: 0;
    border-radius: 0;
    opacity: 0;
}

    #homepage-slider-cover .splide__arrow:hover {
        opacity: .5;
    }

#homepage-slider-cover .splide__arrow--prev {
    left: 0;
}

#homepage-slider-cover .splide__arrow--next {
    right: 0;
}

#homepage-slider-cover .splide__arrow svg {
    height: 40px;
    width: 40px;
    color: #fff;
}

#homepage-slider-track {
    margin-bottom: 30px;
}

#homepage-slider .splide__slide a {
    display:block;
    line-height:0;
}

#homepage-slider-cover .splide__pagination__page,
#homepage-slider-cover .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100px;
    height: 5px;
    border-radius: 0;
    background: #dddddd;
    opacity: 1;
}

    .splide__pagination__page:hover,
    .splide__pagination__page.is-active {
        transform: none;
        background: #555555;
        opacity:1;
    }

.static-banners {
    height:auto;
    margin:0;
    padding:0;
}

/*.sbanner2 {
    margin-right:-15px;
    margin-left:-15px;
}*/

    .static-banners .static-banner-1,
    .static-banners .static-banner-2,
    .static-banners .static-banner-3,
    .static-banners .static-banner-4 {
        min-width:0;
        margin-bottom:0;
    }

    .static-banners .static-banner-1 {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .static-banners .static-banner-1 h2 {
            position: relative;
            margin: 0;
            padding: 10px 30px 40px 30px;
            font-size: 24px;
            font-weight: 400;
            text-align: center;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
        }

            .static-banners .static-banner-1 h2:before {
                content: '';
                height: 1px;
                background: #b7b7b7;
                position: absolute;
                width: 100%;
                width: 16px;
                top: 71%;
            }

            .static-banners .static-banner-1 h2:after {
                content: '';
                height: 1px;
                background: #B7B7B7;
                position: absolute;
                width: 100%;
                width: 30px;
                top: 84%;
            }

    .static-banners .static-banner-2,
    .static-banners .static-banner-3,
    .static-banners .static-banner-4 {
        /*float: left;
        clear:none;
        width: 31.5%;
        margin-right:2.75%;*/
        float:left;
        clear:none;
        width:33.33333333%;
        padding-right:15px;
        padding-left:15px;
    }

    .static-banners .static-banner-4 {
        margin:0;
    }

    .static-banners.sbanner3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

.static-banners.sbanner4 {
    width:100%;
    padding:57px 15px 0 15px;
}

.static-banners.sbanner5 {
    width:100%;
    padding:20px 15px 57px 15px;
}

.banner_item {
    position: relative;
    background: #f0f0f0;
}

    .banner_item:first-child {
        margin-bottom: 30px;
    }

    .banner_item a {
        display: block;
        line-height: 0;
        /*padding: 10% 20% 85px;*/
    }

    .banner_item .banner_caption {
        position: absolute;
        /*left: 20%;*/
        right: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        min-width: 150px;
        margin-right: auto;
        margin-left: auto;
    }

        .banner_item .banner_caption .caption_text {
            margin: 0 auto 32px auto;
            background: #ffffff;
            color: #000000;
            font-family: 'TTMussels', sans-serif;
            font-size: 16px;
            font-weight: 500;
            /*font-style: italic;*/
            letter-spacing: .7px;
            text-align: center;
            box-shadow: 0px 4px 4px #c2c2c2;
            box-shadow: 0px 4px 4px rgba(194,194,194,0.25);
        }

            .banner_item .banner_caption .caption_text a {
                padding: 10px 10px;
                display: inline-block;
                width: 100%;
                line-height: 1;
            }

    .banner_item:hover .banner_caption .caption_text a {
        /*background: #99aa84;*/
        background: #99aa84;
        color: #ffffff;
    }

.static-banners .static-banner-5,
.static-banners .static-banner-6 {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
    position:relative;
    float: left;
    width: 49%;
    /*padding: 0 15px;*/
    font-size: 0;
    line-height: 0;
}

.static-banners .static-banner-5 {
    margin-right:2%;
}

.static-banners .btext-static-banner-5,
.static-banners .btext-static-banner-6 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    padding:0 12%;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.static-banners img {
	width:100%;
	height:auto;
}

.static-banners .static-banner-7,
.static-banners .static-banner-8,
.static-banners .static-banner-9 {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;*/
    float: left;
    width: 30%;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 24px 33px;
    /*background: #335408;*/
    background: #99aa84;
    font-size: 0;
    line-height: 0;
}

.static-banners .static-banner-9 {
    margin: 0;
}

    .static-banners .static-banner-7 p,
    .static-banners .static-banner-8 p,
    .static-banners .static-banner-9 p {
        background:none;
        color:#ffffff;
        font-size: 18px;
        line-height: 55px;
        font-weight: 700;
        letter-spacing:.1em;
        text-transform: uppercase;
    }

    .static-banners .static-banner-7 .icon,
    .static-banners .static-banner-8 .icon,
    .static-banners .static-banner-9 .icon {
        float:left;
        display: block;
        width:45px;
        height:55px;
        margin-right:23px;
        font-size: 0;
        line-height: 0;
    }
    
.static-banners .static-banner-10,
.static-banners .static-banner-11,
.static-banners .static-banner-12 {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;*/
    float: left;
    width: 30%;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    /*background: #335408;*/
    background: #99aa84;
    font-size: 0;
    line-height: 0;
}

.static-banners .static-banner-12 {
    margin: 0;
}
    
    
    

.static-banners .icon.doprava {
    background: url('../icons/delivery-truck3_ffffff.svg');
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: center center;
}

.static-banners .icon.balik {
    background: url('../icons/delivery-box_ffffff.svg');
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: center center;
}

.static-banners .icon.spolehlivost {
    background: url('../icons/shield-check_ffffff.svg');
    background-repeat: no-repeat;
    background-size: 45px 45px;
    background-position: center center;
}

#homepage-promo-slider1,
#homepage-promo-slider2,
#homepage-promo-slider3,
#homepage-promo-slider4,
#homepage-promo-slider5 {
    margin-bottom:30px;
    padding: 0 15px;
}

    #homepage-promo-slider2 {
        margin-top:20px;
    }

    #homepage-promo-slider1 strong,
    #homepage-promo-slider2 strong,
    #homepage-promo-slider3 strong,
    #homepage-promo-slider4 strong,
    #homepage-promo-slider5 strong {
        position: relative;
        margin: 0;
        padding: 10px 30px 40px 30px;
        border: none;
        color: #000000;
        font-family: Roboto, sans-serif;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
    }

        #homepage-promo-slider1 strong:before,
        #homepage-promo-slider2 strong:before,
        #homepage-promo-slider3 strong:before,
        #homepage-promo-slider4 strong:before,
        #homepage-promo-slider5 strong:before {
            content: '';
            height: 1px;
            background: #b7b7b7;
            position: absolute;
            width: 100%;
            width: 16px;
            top: 71%;
        }

        #homepage-promo-slider1 strong:after,
        #homepage-promo-slider2 strong:after,
        #homepage-promo-slider3 strong:after,
        #homepage-promo-slider4 strong:after,
        #homepage-promo-slider5 strong:after {
            content: '';
            height: 1px;
            background: #B7B7B7;
            position: absolute;
            width: 100%;
            width: 30px;
            top: 84%;
        }

    #homepage-category2-slider ul.bxslider-homepage-promo,
    #homepage-promo-slider1 ul.bxslider-homepage-promo,
    #homepage-promo-slider2 ul.bxslider-homepage-promo,
    #homepage-promo-slider3 ul.bxslider-homepage-promo {
        margin:0;
    }

    #homepage-promo-slider1 .inner,
    #homepage-promo-slider2 .inner,
    #homepage-promo-slider3 .inner,
    #homepage-promo-slider4 .inner,
    #homepage-promo-slider5 .inner {
        height:auto;
        width:calc(100% - 30px);
        margin:0 15px;
    }

.itemdetail #homepage-promo-slider1 .inner,
.itemdetail #homepage-promo-slider2 .inner,
.itemdetail #homepage-promo-slider3 .inner,
.itemdetail #homepage-promo-slider4 .inner,
.itemdetail #homepage-promo-slider5 .inner {
    height: 465px;
}

    #homepage-promo-slider1 .product,
    #homepage-promo-slider2 .product,
    #homepage-promo-slider3 .product {
        min-width: 15.0% !important;
        /*width: calc((100% - 60px) / 4) !important;*/
        margin:10px 20px 10px 0 !important;
    }

        #homepage-promo-slider1 .product:nth-child(4n),
        #homepage-promo-slider2 .product:nth-child(4n),
        #homepage-promo-slider3 .product:nth-child(4n) {
            margin-right: 0 !important;
        }

.bx-wrapper .bx-controls-direction a {
    top: calc(50% - 40px);
}

/* ITEMLIST */
#categories li,
#mcategories li {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-bottom:none;
    height:auto;
}

#categories li:last-child,
#mcategories li:last-child {
    border-bottom:1px solid #ddd;
}

#categories li a,
#mcategories li a {
    color:#000000;
    height:auto;
    overflow:visible;
    line-height:1.2;
    padding:5px 0;
}

#categories li a:first-letter,
#mcategories li a:first-letter {
    text-transform: uppercase;
}

    #categories li.level1,
    #mcategories li.level1 {
        /*background-color:#404040;*/
    }

    #categories li.level1 a,
    #mcategories li.level1 a {
        text-indent:0;
        padding-left:20px;
        color:#000000;
    }

    #categories li.level2,
    #mcategories li.level2 {
        /*display:none;*/
    }

    #categories li.level2 a,
    #mcategories li.level2 a {
        text-indent:0;
        padding-left:38px;
    }

    #categories li.selected,
    #mcategories li.selected,
    #categories li.selectedtree,
    #mcategories li.selectedtree {
        border-color: #99aa84;
    }

        #categories li.selected a,
        #mcategories li.selected a,
        #categories li.selectedtree a,
        #mcategories li.selectedtree a {
            background-color: #99aa84 !important;
            color: #ffffff;
        }

    #categories li:hover,
    #mcategories li:hover {
        background: #ffffff;
    }

    #categories li:hover a {
        color:#000000;
    }

    /*#categories li:not(.selected):hover,
    #mcategories li:not(.selected):hover {
        background-color:#99aa84;
    }*/

#cat-in-actual-group.level1 {
    display:none;
}

/* TEST !!! */
/*#categories {
    width: 77%;
    float: right;
    clear: none;
    margin-bottom: 20px;
}
    
    #categories li {
        display: block;
        float:left;
        width: 15%;
        margin-top: 2%;
        margin-right: 2%;
        position: relative;
        padding-top: 15%;
        background-color: #404041;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #categories li:nth-child(6n) {
        margin-right:0;
    }

    #categories li a {
        position:absolute;
        top:0;
        text-align:center;
        background-color:#99aa84;
        color:#ffffff;
        font-weight:700;
        text-indent:0 !important;
    }

        #categories li:nth-child(1),
        #categories li:nth-child(10) {
            background: url('../icons/pictograms/tricka.svg') no-repeat;
            background-size:70%;
            background-position:center top 38px;
            background-color: #404041;
        }

        #categories li:nth-child(2),
        #categories li:nth-child(6) {
            background: url('../icons/pictograms/boty.svg') no-repeat;
            background-size: 70%;
            background-position: center top 38px;
            background-color: #404041;
        }

        #categories li:nth-child(3),
        #categories li:nth-child(7) {
            background: url('../icons/pictograms/kalhoty.svg') no-repeat;
            background-size: 70%;
            background-position: center top 38px;
            background-color: #404041;
        }

        #categories li:nth-child(4),
        #categories li:nth-child(8) {
            background: url('../icons/pictograms/rukavice.svg') no-repeat;
            background-size: 70%;
            background-position: center top 38px;
            background-color: #404041;
        }

        #categories li:nth-child(5),
        #categories li:nth-child(9) {
            background: url('../icons/pictograms/kosile.svg') no-repeat;
            background-size: 70%;
            background-position: center top 38px;
            background-color: #404041;
        }

        #categories li:hover {
            background-color:#303030;
        }

        #categories li:hover a {
            background-color:#2d882d;
        }

#vypis-produktu {
    width: 77%;
}*/


/* TEST !!! */
#cat-in-actual-group {
    overflow:hidden;
    padding:0 10px;
    list-style:none;
}

#cat-in-actual-group li {
    width:15%;
    background:#404041;
    float:left;
    margin:0 2% 0 0;
}

#cat-in-actual-group li:nth-child(6n) {
    margin-right:0;
}

#cat-in-actual-group li a {
    display:block;
    position:relative;
    /*display:flex;
    flex-direction:column;*/
}

    #cat-in-actual-group li span.image {
        display: block;
        padding: 10px;
        padding-top: 60px;
        /*order:2;*/
    }

    #cat-in-actual-group li:hover span.image {
        background-color:#333333;
    }

    #cat-in-actual-group li span:nth-child(2) {
        /*display: table-cell;*/
        display: block;
        width: 100%;
        height: 50px;
        background: #99aa84;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
        padding: 0 10px;
        position:absolute;
        top:0;
        /*order: 1;*/

        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cat-in-actual-group li:hover span:nth-child(2) {
        background:#2d882d;
    }

#vypis-produktu {
    width: 77%;
}

#vypis-produktu {
    width: 77%;
}

    #vypis-produktu h1,
    #vypis-produktu2 h1,
    #vypis-produktu3 h1,
    #vypis-produktu4 h1,
    #vypis-produktu5 h1 {
        margin: 40px 0 30px 0;
        border: none;
        font-size: 24px;
        line-height: 1.2;
        text-transform:uppercase;
    }

#vypis-produktu .popis,
#vypis-produktu2 .popis,
#vypis-produktu3 .popis,
#vypis-produktu4 .popis,
#vypis-produktu5 .popis {
    margin:0 0 30px 0;
    color:#000000;
}

#vypis-produktu .popis p,
#vypis-produktu2 .popis p,
#vypis-produktu3 .popis p,
#vypis-produktu4 .popis p,
#vypis-produktu5 .popis p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

#vypis-produktu #default #iitm {
    padding:0 10px;
}

#razeni-select select {
    color:#000000;
    font-size:16px;
}

#vypis-produktu select:hover {
    border-color: #99aa84;
}

.select-wrapper select {
    font-family: 'Roboto', sans-serif;
}

.select-wrapper:after {
    top: 1px;
    right: 1px;
    width: 33px;
    height: 33px;
    background: #ddd;
    font-size: 20px;
}

.select-wrapper:hover:after {
    background:#99aa84;
    color:#ffffff;
}

.item_list .product,
.product {
    width: calc((100% - 60px) / 3);
    height: 440px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border: none;
    border: 1px solid #ddd;
    background: #fbfbfb;
}

    .product:nth-child(3n) {
        margin-right:0;
    }

    .product:hover {
        background: #ffffff;
        box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
        -moz-box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    }

    .product .image {
        height: 260px;
        border: none;
    }

    .product .image img {
        max-width: 100%;
        max-height: 100%;
        mix-blend-mode:darken;
    }

    .product .name {
        top:280px;
        height:38px;
        border:none;
    }

    .product .name h2 {
        margin:0;
        padding:0 16px;
        color:#000000;
        font-size: 16px;
        line-height:18px;
        text-align:center;
    }

    .product .cost {
        top: 350px;
        width:100%;
        height:auto;
        border: none;
        padding:0 16px;
    }

        .product .cost .label {
            /*display:none;*/
            color:#000000;
            font-size:19px;
            font-weight:400;
        }

        .product .cost .value {
            float:left;
            width:50%;
            font-size:22px;
            font-weight:400;
            text-align:right;
            /*text-align:center;*/
            color:#000000;
        }

    .product .cost_original {
        top:370px;
        width:100%;
        height:auto;
        margin:0;
        /*margin-left:50%;*/
        padding:0 16px;
    }

        .product .cost_original .label {
            /*display: none;*/
            line-height: 32px;
            font-size: 1rem;
        }

    .product .cost_original .value {
        float: left;
        width: 50%;
        padding:0;
        font-size: 1rem;
        line-height:32px;
        text-align: right;
        /*text-align: center;*/
        color: #888888;
    }

    .product .cost .show-original-cost-value {
        float: left;
        width: 100%;
        font-size: 22px;
        text-align: center;
        color: #000000;
    }

/* PAGINATION */
#strankovani,
#strankovani2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

    #strankovani span,
    #strankovani2 span {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 0 0 -1px;
        border: 1px solid #ddd;
        line-height: 31px;
    }

    #strankovani span.prev,
    #strankovani2 span.prev {
        background: url(../icons/caret-left_000000_bold.svg) no-repeat !important;
        background-position: 5px center !important;
        background-size: 12px !important;
    }

    #strankovani span.next,
    #strankovani2 span.next {
        background: url(../icons/caret-right_000000_bold.svg) no-repeat !important;
        background-position: right 5px center !important;
        background-size: 12px !important;
    }

#strankovani2 {
    text-align: center;
}

    #strankovani strong,
    #strankovani2 strong {
        display: inline-block;
        width: 32px;
        height: 32px;
        font-weight: 400;
        line-height: 31px;
        text-shadow: none;
        color: #ffffff;
        border-color: #99aa84;
        background: #99aa84;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #strankovani a,
    #strankovani2 a,
    #strankovani span.prev,
    #strankovani2 span.prev,
    #strankovani span.next,
    #strankovani2 span.next,
    #strankovani span.wo,
    #strankovani2 span.wo {
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #000000;
        background: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        padding: 0;
        margin: 0 0 0 -1px;
    }

        #strankovani a:hover,
        #strankovani2 a:hover,
        #strankovani span.wo:hover,
        #strankovani2 span.wo:hover {
            background: #e0e0e0;
        }

    #strankovani .prev,
    #strankovani .next,
    #strankovani2 .prev,
    #strankovani2 .next,
    #strankovani span.prev,
    #strankovani2 span.prev,
    #strankovani span.next,
    #strankovani2 span.prev {
        font: 400 14px/32px 'Roboto', sans-serif;
        color: #c4c4c4;
        text-transform: capitalize;
        padding: 0;
        line-height: 32px;
        cursor: not-allowed;
        float: none;
        width: 110px !important;
    }

    #strankovani .prev,
    #strankovani2 .prev,
    #strankovani span.prev,
    #strankovani2 span.prev,
    #strankovani span.prev {
        margin-right:10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    #strankovani .next,
    #strankovani2 .next,
    #strankovani span.next,
    #strankovani2 span.next {
        margin-left:10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #strankovani span.wo.prev,
    #strankovani2 span.wo.prev,
    #strankovani span.wo.next,
    #strankovani2 span.wo.next {
        cursor: pointer;
        color: #000 !important;
    }

        #strankovani span.wo.prev:hover,
        #strankovani2 span.wo.prev:hover,
        #strankovani span.wo.next:hover,
        #strankovani2 span.wo.next:hover {
            background-color: #e0e0e0 !important;
        }

#next a {
    background: #99aa84;
    width:auto !important;
    height: 55px;
    margin: 0 0 20px 0;
    padding: 0 30px;
    border:none;
    font-size: 16px;
    line-height:55px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#next a:hover {
    background: #333;
}

/* FILTER */
#filtrovani {
    width:23%;
    padding-right:20px;
}

    #filtrovani h2,
    #filtrovanitop h2 {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

#cost-slider {
    background:#fbfbfb;
    border-color:#dddddd;
}

#cost-slider .ui-slider-range {
    background: #99aa84;
}

#filtrovani input[type="checkbox"] + label span,
#filtrovanitop input[type="checkbox"] + label span {
    /*background-image: url('../icons/check-square-army_uncheck.svg');
    background-position: top;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;*/
}

#filtrovani li:hover input[type="checkbox"] + label span,
#filtrovanitop li:hover input[type="checkbox"] + label span {
    /*background-image: url('../icons/check-square-army_uncheck_hover.svg');
    background-position: top;
    color: #666;*/
}

#filtrovani input[type="checkbox"]:checked + label span,
#filtrovanitop input[type="checkbox"]:checked + label span {
    /*background-image: url('../icons/check-square-army_check.svg');
    background-position: top;*/
}

#filtrovani li:hover input[type="checkbox"]:checked + label span,
#filtrovanitop li:hover input[type="checkbox"]:checked + label span {
    /*background-image: url('../icons/check-square-army_check.svg');
    background-position: top;*/
}

#filtrovani input[type=checkbox]+label {
	display:inline-block;
}

#filtrovani li a {
	display:inline;
}


#filtrovani .load_next,
#filtrovanitop .load_next {
    text-indent:0;
    text-decoration:none;
    background:none;
    color:#888888;
    font-size:14px;
}

#filtrovani .load_next:before,
#filtrovanitop .load_next:before {
    display: inline-block;
    width: 20px;
    padding-right: 5px;
    color: #888;
    font-family: icomoon;
    content: '\e6de';
    font-size: 13px;
    text-align: center;
}

#filtrovani .load_next:hover,
#filtrovanitop .load_next:hover {
    color:#000000;
}

#filtrovani .load_next:hover:before,
#filtrovanitop .load_next:hover:before {
    color:#000000;
}

#filtrovani li.droplink,
#filtrovanitop li.droplink,
#costfilter li.droplink {
    margin: 5px 0 0 0;
}

#filtrovani li.droplink span,
#filtrovanitop li.droplink span,
#costfilter li.droplink span {
    color: #888;
    margin: 0;
    background: none;
    font-size:14px;
    text-indent: 0;
    text-decoration: none;
}

#filtrovani li.droplink:hover span,
#filtrovanitop li.droplink:hover span,
#costfilter li.droplink:hover span {
    color: #000000;
}

    #filtrovani li.droplink span:before,
    #filtrovanitop li.droplink span:before,
    #costfilter li.droplink span:before {
        display: inline-block;
        width: 20px;
        padding-right:8px;
        color: #888;
        font-family: icomoon;
        content: '\e6e0';
        font-size: 10px;
        text-align:center;
    }

#filtrovani li.droplink:hover span:before,
#filtrovanitop li.droplink:hover span:before,
#costfilter li.droplink:hover span:before {
    color: #c60000;
}

    #filtrovani li.droplink span.img,
    #filtrovanitop li.droplink span.img,
    #costfilter li.droplink span.img {
        display:none;
    }

#cost-slider {
    height: 10px;
    border-radius: 4px !important;
    background: #ffffff;
}

    #cost-slider .ui-slider-range {
        background: #99aa84;
    }

    #cost-slider .ui-slider-handle {
        height: 20px;
        margin-top: -1px;
        border-radius: 4px !important;
    }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: 400;
    color: #555;
}


/* DETAIL */
#vypis-produktu .nazev h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px;
    letter-spacing: .025em;
}

#vypis-produktu #compatible .promo {
    top:49px;
    right:0;
    width:50%;
    padding-left:25px;
}

#vypis-produktu #image-box {
    float: left;
    clear: left;
    width: 50%;
    padding-right: 25px;
}

#vypis-produktu #detail-images {
    width:100%;
    margin-bottom:25px;
}

	#detail-images .splide__track {
		height:580px;
	}

#vypis-produktu .other-images a {
    border:1px solid #ddd;
}

    #vypis-produktu .other-images a:hover,
    #vypis-produktu .other-images a.active {
        border: 1px solid #000000;
    }

#vypis-produktu #info-box {
    float: right;
    border: none;
    width: 50%;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: relative;
}

#vypis-produktu #description {
    padding:0;
}

#vypis-produktu #description table {
	width: 100% !important;
  margin:0 0 50px 0;
  color:#000;	
  border-collapse: collapse;
}


					
		#vypis-produktu #description table tr {
			border:solid #d9d9d9 1px;
			font-size:0.875rem;
			height: 1.4rem;
			line-height: 1.4rem;
		}	
	
		#vypis-produktu #description table th {
			border:solid #d9d9d9 1px;
			background:#EFEFEF;
			text-align:center;
		}
	
			#vypis-produktu #description table td:first-child {
		    text-align: center;
		    font-weight:700;
			}
			
			#vypis-produktu #description table td {
		    border:solid #d9d9d9 1px;
		    text-align:center;
			}






#vypis-produktu #sizes ul li {
    width: 70px;
}

#vypis-produktu .count .label {
    display:none;
}

#vypis-produktu #costs {
    margin-bottom: 20px;
    border: none;
}

#vypis-produktu.itemdetail #costs {
    position: relative;
    top: -54px;
    width: 60%;
    margin: 0;
    padding: 0;
}

#vypis-produktu .cost {
    width:100%;
    clear:none;
}

    #vypis-produktu .cost .label {
        /*display:none;*/
        font-size: 19px;
        font-weight: 700;
        line-height: 26px;
        max-width:120px;
    }

    #vypis-produktu #costs .cost .value {
        float:left;
        width:50%;
        width:calc(100% - 120px);
        /*font-size: 26px;*/
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        text-align:left;
    }

#vypis-produktu.itemdetail #costs .sufix {
    display:inline;
    color:#aaaaaa;
    font-size:.8em;
}

#vypis-produktu #costs .cost_original {
    clear: none;
    width: 100%;
    margin: 0;
}

    #vypis-produktu #costs .cost_original .label {
    	width:50%;
        /*display:none;*/
        color: #888888;
        font-size: 1rem;
        line-height: 26px;
        max-width:120px;
    }

    #vypis-produktu #costs .cost_original .value {
        float:left;
        width: 50%;
        /*padding-left: 20px;*/
        color: #888888;
        font-size: 1rem;
        line-height: 26px;
        text-align: left;
        text-decoration: line-through;
    }

#vypis-produktu .save {
    display: none;
}

#matrix-basket {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

    #matrix-basket .line:nth-child(2n) {
        background:#f7f7f7;
    }

    #matrix-basket .line .color-name {
        display:none;
        padding: 5px;
        line-height: 1.5;
        min-width:85px;
    }

    #matrix-basket .line .size-name {
        padding:2px 0;
    }

    #matrix-basket .line .size-input {
        background: none;
        position: relative;
        padding: 5px;
        line-height: 1.5;
    }

        #matrix-basket .line .size-input:before {
            content: '';
            position: absolute;
            top: -43px;
            right: -6px;
            width: 15px;
            height: 15px;
            background: #ffffff;
            border-radius: 50%;
        }

        #matrix-basket .line .size-input:after {
            content: '';
            position: absolute;
            top:-40px;
            right:-3px;
            width: 9px;
            height: 9px;
            background: #eb0202;
            border-radius:50%;
        }

        #matrix-basket .line .size-input.skladem:after {
            background: #2d882d;
        }

        #matrix-basket .line .size-input input {
            height: auto;
            font-size: 1rem;
            background: none;
        }

#vypis-produktu #countandsubmit {
    padding-right:3px;
}

#vypis-produktu #countandsubmit #qtyminus,
#vypis-produktu #countandsubmit #qtyplus {
    background: #efefef;
    width: 45px;
    margin: 0;
    border: 1px solid #ddd;
}

#vypis-produktu #countandsubmit #qtyminus:hover,
#vypis-produktu #countandsubmit #qtyplus:hover {
    background:#e3e3e3;
}

#vypis-produktu #countandsubmit .pocet {
    margin:0;
    border-right:none;
    border-left:none;
}

#vypis-produktu #countandsubmit .koupit,
#reservationBtn {
    height: 45px;
    padding: 0 30px;
    background: #99aa84;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow:none;
}

#vypis-produktu #countandsubmit .koupit:hover,
#reservationBtn:hover {
    background:#333333;
}

#add-to-basket .nadpis h1 {
    background: #99aa84;
    font-size: 24px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

#vypis-produktu .count {
    margin-top:-20px;
}

#vypis-produktu .info .label {
    padding: 3px 0 3px 40px;
    /*font-size: 14px;
    line-height: 20px;*/
    font-size:14px;
    line-height:30px;
    font-weight: 700;
}

#vypis-produktu .info .value {
    padding:3px 0;
    /*color: #999999;*/
    /*font-size: 14px;
    line-height:20px;*/
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

#vypis-produktu .info .item_code .label {
    background: url('../icons/kod.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .hmotnost .label {
    background:url('../icons/vaha.svg');
    background-repeat:no-repeat;
    background-size:30px;
    background-position:left;
}

#vypis-produktu .info .material .label {
    background: url('../icons/material.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .objem .label {
    background: url('../icons/objem.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .rozmery .label {
    background: url('../icons/rozmery.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .ksvbaleni .label {
    background: url('../icons/baleni.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .armada .label {
    background: url('../icons/zeme.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .maskovani .label {
    background: url('../icons/barva.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .strih .label {
    background: url('../icons/strih.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

#vypis-produktu .info .vyrobce .label {
    background: url('../icons/vyrobce.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}

/*#vypis-produktu .info .line.vlastnosti {
    float:left;
}

#vypis-produktu .info .line.vlastnosti .value {
    line-height:1;
}*/

/*#vypis-produktu .info.info1 {
    border:none;
}*/

/* PROMO */
.promo div {
    font-weight: 700;
    padding: 2px 6px;
    /*margin-left:0;*/
    font-size: 10px;
    line-height: 13px;
    letter-spacing: .4px;
    clear: none;
    float:left;
    /*max-width:90px;*/
}

    .product .promo div + div {
        margin-left:5px;
    }

.product .promo {
    top: -30px;
    padding: 3px;
    overflow:visible;
    width:100%;
}

    .promo .new {
        background: #888888;
    }

    .promo .nejprodavanejsi {
        background: #000080;
    }

    .promo .doprodej {
        background: #888888;
    }

    .promo .akce {
        background: #aa3c39;
    }

    .promo .skladem {
        background: none;
        position: absolute;
        top: 360px;
        left: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0;
        color: #99aa84;
        font-size: 12px;
    }

    .promo .neniskladem {
        background: none;
        position: absolute;
        top: 360px;
        left: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0;
        color: #000000;
        font-size: 12px;
    }

.product .other_sign {
    top:-30px;
}

    .product .other_sign .discount,
    .product .other_sign .discount_logged,
    .product .other_sign .item_count {
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        border-radius: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .product .other_sign .discount .in,
        .product .other_sign .discount_logged .in,
        .product .other_sign .item_count .in {
            background: #99aa84;
            border:none;
            border-radius:20px;
            color:#ffffff;
            text-shadow:none;
        }

        #vypis-produktu.itemdetail .promo .skladem {
            display: none;
        }

        .promo .skladem span {
            text-align: center;
            color: #2d882d;
        }

        /* BASKET */
#basket-steps .name {
    max-width:175px;
}

.basket h3 {
    margin:30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#basketListTable-global {
    border:none;
}

#basketListTable th {
    height:84px;
    border-bottom:1px solid #ddd !important;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

#basketListTable .nazev a:hover {
    color:#888888;
}

#basketListTable .zbozi {
    text-align: center;
}

#basketListTable .skladem {
    color:#2d882d;
}

#basketListTable .pricti,
#basketListTable .odecti {
    padding:0;
}

#basketListTable .cena {
    font-size: 16px;
    line-height:1.2;
    padding-top:18px;
}

    #basketListTable .cena i {
        display:inline-block;
        font-size: 13px;
        padding-right: 5px;
        color: #999;
        font-style: normal;
    }

#basketListTable .cenac {
    color:#000000;
    font-size:16px;
    font-weight:700;
}

#basketListTable .cenacn {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 18px;
}

#basketListTable .cenacn i {
    display: inline-block;
    font-size: 13px;
    padding-right: 20px;
    color: #999;
    font-style: normal;
}

#sumarizace {
    padding: 25px 15px 0;
    background: none;
}

    #sumarizace .sumas {
        margin:0;
        height:auto;
    }

    #sumarizace .sumabez {
        height:auto;
    }

    #sumarizace .popis {
        font-size:20px;
        line-height:1.2;
    }

    #sumarizace .popis strong {
        font-size: 22px;
        line-height: 40px;
    }

    #sumarizace .castka {
	    color: #000000;
	    font-size: 28px;
	    line-height: 40px;
    }

    #sumarizace .castka strong {
        color:#000000;
        font-size: 28px;
        line-height: 40px;
    }

#step0_continue_order,
#step0_continue_reservation,
#step1_continue_order,
#step2_continue_order,
#step3_continue_order,
#step3_continue_order2,
.dokoncit_registraci,
.odeslat, #pay_and_finish,
#pay_and_finish2,
#vas-nazor input[type="submit"],
.udaje-prihlasit {
    padding: 0 30px;
    background: #99aa84;
    border:none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    #step0_continue_order:hover,
    #step0_continue_reservation:hover,
    #step1_continue_order:hover,
    #step2_continue_order:hover,
    #step3_continue_order:hover,
    #step3_continue_order2:hover,
    .dokoncit_registraci:hover,
    .odeslat:hover,
    #pay_and_finish:hover,
    #pay_and_finish2:hover,
    #vas-nazor input[type="submit"]:hover,
    .udaje-prihlasit:hover {
        background: #333;
    }

#step0_continue_shopping,
#step1_continue_shopping,
#step2_continue_shopping,
#step3_continue_shopping {
    width:auto;
    margin:30px 0;
    padding:0 !important;
    background:none;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    #step0_continue_shopping:before,
    #step1_continue_shopping:before,
    #step2_continue_shopping:before,
    #step3_continue_shopping:before {
        display:inline-block;
        font-family: icomoon;
        content: '\e641';
        width:30px;
    }

    #step0_continue_shopping:hover,
    #step1_continue_shopping:hover,
    #step2_continue_shopping:hover,
    #step3_continue_shopping:hover {
        color: #888;
    }

#login-in-basket {
    height:auto;
    padding:10px 15px;
    background:#f8f8f8;
    border:1px solid #ddd;
    color:#000000;
    text-align:center;
    display:none;
}

#login-in-basket:hover {
    background:#e8e8e8;
}

#basket-languages {
    margin-top:0;
}

    #basket-languages .select-wrapper select {
        font-family: 'TTMussels', sans-serif;
    }

    #basket-languages select {
        padding-left:45px;
    }

    .klasicke {
        width: 50%;
        margin-left: 25%;
    }

#basket-languages .en_US {
    /*background:none;*/
    background:url('../images/other-countries.svg') !important;
    background-repeat:no-repeat !important;
    /*background-size:10px;*/
    background-size:25px;
    background-position:10px center;
}

.prihlasit-obal div {
    text-align: right;
}

    .prihlasit-obal div a {
        color: #888;
        text-decoration: underline;
    }

        .prihlasit-obal div a:hover {
            color: #666;
        }

/*#delivery_top,
#payments_top,
.nadpis-udaje {
    height: auto;
    background: #99aa84;
    margin: 0;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}*/

/*#deliveryOptions .xpayments {
    border-top:none;
}*/

#deliveryOptions label:hover {
    background: #f8f8f8;
}

#deliveryOptions .d_text,
#deliveryOptions .p_text {
    font-size: 14px;
}

#deliveryOptions .xnote,
.mnote {
    color: #888;
    border-color: #888;
}

#deliveryOptions .d_cash,
#deliveryOptions .p_cash {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    display:none;
}

#deliveryOptions .d_date {
    /*font-size:14px;*/
    display:none;
}

#deliveryOptions input[type=radio]:checked + div.radios::before {
	background:#99aa84;
}

#deliverySummary {
    background: none;
    border: none;
    margin-bottom: 10px
}

.basket-summary span {
    height:48px;
    font-size:20px;
    line-height:1.2;
}

.basket-summary .cena-celkem span {
    font-size:22px;
    line-height:40px;
    font-weight:700;
}

.basket-summary .cena-celkem span:nth-child(2) {
    color:#000000;
}

.basket-summary .cena-celkem-bez {
    font-weight: 700;
}

.basket-summary .cena-celkem-bez span:nth-child(2) {
	font-size: 22px;
}

.basket-summary span.sufix,
.basket-summary i {
	display:none;
}

#sumarizace .sumas .popis strong,
#sumarizace .sumabez .popis {
	font-size: 20px;
	line-height: 40px;
	font-weight:700;
}

.obal-box {
    border-bottom: none;
    margin:0 0 20px 0;
}

.obal-box.REGISTER_text {
	border-top:solid #e1dfdc 1px;
}

.udaj-checkbox-dod .ostatni-text {
	font-weight:700;
}

.nadpis-udaje small {
	margin-top:10px;
}

/*.obal-nadpis-udaje:last-child {
    border-bottom: 1px solid #e1dfdc;
    padding-bottom:10px;
}*/

/*.obal-box input[type="checkbox"] + span,
.souhlas-s-obchodnimi-podminkami input[type="checkbox"] + span,
#customer_request_registration input[type="checkbox"] + span,
.wishlist input[type="checkbox"] + span {
    width: 14px;
    height: 14px;
    margin:-2px 4px 0 0;
    background: url('../icons/check-square-army_uncheck.svg') no-repeat;
    background-color: #ffffff;
    background-size: 14px;
    background-position: center;
}

.obal-box input[type="checkbox"]:checked + span {
    background: url('../icons/check-square-army_check.svg') no-repeat;
    background-color: #ffffff;
    background-size: 14px;
    background-position: center;
}*/

/*.udaj-text {
    line-height:37px;
    font-size:14px;
}

.udaj-textarea,
.udaj-input,
.udaj-input-full {
    background: none !important;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:14px;
}

.udaj-textarea {
    padding:5px;
}

.udaj-input-obal {
    line-height:37px;
}*/

.sep-in-adress {
    display:none;
}

#fakturacni-udaje-bottom.obal-box {
    border-bottom: solid #e1dfdc 1px;
    margin-top:20px;
}

#fakturacni-udaje-bottom .obal-nadpis-udaje,
#dorucovaci-udaje-bottom .obal-nadpis-udaje {
    height:auto;
    margin:0;
}

    #fakturacni-udaje-bottom .obal-nadpis-udaje:last-child {
        padding-bottom: 0;
    }

.spodni-udaje {
    height:0;
}

.upravit {
    color:#888 !important;
    font-weight:400;
    text-decoration:none;
}

.upravit:hover {
    color:#666 !important;
    text-decoration:underline;
}

.obal-box .nadpis-udaje a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.obal-box .nadpis-udaje a:hover {
    color:#dddddd;
}

.souhlas-bottom {
    margin:10px 0 0 0 !important;
}

.souhlas-bottom p {
    margin:0;
}

/*.obal-box input[type="checkbox"] + span,
.souhlas-s-obchodnimi-podminkami input[type="checkbox"] + span,
#customer_request_registration input[type="checkbox"] + span,
.wishlist input[type="checkbox"] + span {
    background: url('../icons/check-square-army_uncheck.svg') no-repeat;
    background-position: top;
    background-size: 17px;
    width: 17px;
    height: 18px;
}

.obal-box input[type="checkbox"]:checked + span,
.souhlas-s-obchodnimi-podminkami input[type="checkbox"]:checked + span,
#customer_request_registration input[type="checkbox"]:checked + span,
.wishlist input[type="checkbox"]:checked + span {
    background: url('../icons/check-square-army_check.svg') no-repeat;
    background-position: top;
    background-size: 17px;
    width: 17px;
    height: 18px;
}*/

.obal-box input[type="checkbox"] + span:before,
.souhlas-s-obchodnimi-podminkami input[type="checkbox"] + span:before,
#customer_request_registration input[type="checkbox"] + span:before,
.wishlist input[type="checkbox"] + span:before {
    top:11px;
}

.obal-box-last a,
.obal-box-last a:link,
.obal-box-last a:visited {
    color: #99aa84;
}

.obal-box-last a:hover {
    color:#494949;
    text-decoration:underline;
}

.obal-box-last .datum,
.obal-box-last .orderid,
.obal-box-last .email {
    color: #99aa84;
    /*font-weight: 700;*/
}

.obal-box-last,
.obal-box-last h4 {
    text-align: center;
    line-height:1.5;
}

.obal-box-last h4 {
    margin:30px 0 10px 0;
    color:#99aa84;
}

    /*.obal-box-last strong {
        color: #99aa84;
    }*/

.basket h4 {
    font-family: 'Roboto', sans-serif;
}

.one-click {
    width:49%;
    margin-right:2%;
    clear:none;
}

    .one-click .default {
        width:100%;
        padding:20px;
    }

    .one-click .text {
        margin: 0 0 20px 0;
        padding-bottom:70px;
        width: 100%;
        height:auto;
    }

    .one-click h4 {
        margin:0 0 20px 0;
    }

    .one-click .ocbutton {
        margin:0;
        width:100%;
        text-align:center;
    }

.one-click-registration {
    margin: 0;
    float: none;
    background: #99aa84 !important;
    padding: 0;
    text-indent: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow:none;
}

    .one-click-registration:hover {
        background:#333333 !important;
    }

.obal-box-last.newsletter-nazor {
    display: none;
}

.newsletter-nazor {
    width: 50%;
    clear: none;
    margin-left:25%;
}

#vas-nazor {
    width:100%;
    padding:20px;
    margin:20px 0;
}

    #vas-nazor h4 {
        margin: 0 0 20px 0;
    }

    .newsletter-box .text,
    #vas-nazor .text {
        margin:0 0 20px 0;
        width:100%;

    }

    /*.newsletter-box .vsbutton,
    #vas-nazor .vsbutton {
        margin:0;
        width:100%;
        text-align:center;
    }

    #vas-nazor input[type="submit"] {
        background:#333333 !important;
        text-indent:0;
        padding:0;
        text-shadow:none;
    }

    #vas-nazor input[type="submit"]:hover {
        background:#666 !important;
    }*/

    #vas-nazor textarea {
        padding: 5px;
        height: 80px;
        font-family: 'Roboto', sans-serif;
        background:none;
        font-size:14px;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }

    #vas-nazor .vsbutton {
        clear:none;
        width:100%;
        margin:0;
        text-align:center;
    }

/* BLOG */

/* REGISTRATION */
.registration #firemni-udaje {
    display:block;
}

.registration .udaj-select {
    background: url('../icons/caret-down_000000.svg') no-repeat;
    background-size: 18px;
    background-position: right 10px center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: none;
}

.udaj-input-obal.op label {
    width: 100%;
    margin-left:20px;
    padding-bottom: 10px;
    line-height: 25px;
}

.registration .obal-box-last,
.registration .obal-box-last p {
    text-align:center;
}

.registration .obal-box-last + a {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .registration .obal-box-last + a:before {
        display: inline-block;
        font-family: icomoon;
        content: '\e641';
        width: 30px;
    }

    /*.registration .obal-box-last + a:hover {
        color: #888;
    }*/

/* USER ADMIN */
.account_settings .obal-box {
    margin: 0 0 20px 0;
}

.account_settings form:last-child .obal-nadpis-udaje:last-child .udaj-input-obal {
    line-height: 25px;
}


.obal-box .orders_sort a:hover {
    color:#99aa84;
}

.obal-box .table-nadpisy {
    margin-bottom:10px;
}

.obal-box .table-nadpis,
.obal-box .table-udaj {
    width: 19%;
}

    .obal-box .table-nadpis:nth-child(3),
    .obal-box .table-udaj:nth-child(3) {
        width: 24%;
    }

.obal-box .table-new-line {
    background: #f2f2f2;
    border:none;
    border-top: 1px solid #ffffff;
}

.account_settings .obal-box:nth-child(2n+1 of .table-new-line) {
    background-color: #ffffff;
}

.obal-box .table-new-line:hover {
    background:#e9ecef;
}

    .obal-box .table-new-line:hover .vice,
    .obal-box .table-new-line:hover .mene {
        color: #99aa84;
        text-decoration: underline;
    }

.obal-box .order-info {
    width:100%;
    width:calc(100% - 20px);
    padding:10px;
    border:1px solid #f2f2f2;
}

.udaje-obal {
	padding:20px 0 20px 20px;
}

.udaje-obal input[type="button"] {
    background-color: var(--main-button-background,#22c59e);
    color: var(--main-button-color,#ffffff);
    border: none;
}

.udaje-obal input[type="button"]:hover {
    background-color: var(--main-button-background-hover,#333333);
}

/* PAGES */
.page {
    min-height:400px;
}

    .page h1,
    .page h2,
    .page h3 {
        /*color: #000000;*/
        color: #99aa84;
        font-size: 34px;
        border:none;
    }

    .page h1 {
        font-family: 'TTMussels', sans-serif;
        text-align: center;
    }

    .page a {
        color:#99aa84;
        text-decoration:underline;
    }

        .page a:hover {
            color: #bfccb0;
        }

    .page.o-nas,
    .page.o-nas h1, .page.o-nas h2, .page.o-nas h3, .page.o-nas h4 {
        font-family: 'TTMussels', sans-serif;
    }

    /*.page ul {
        padding:0;
        list-style:none;
    }*/

    .page p b:first-child,
    .page p strong:first-child {
        color:#99aa84;
    }

.page.o-nas img {
 float:right;
 padding:5px 30px 30px 30px;
}

.page.o-nas ul {
    list-style:none;
}

.page.o-nas li {

}

    .page.o-nas li:before {
        content: '-';
        padding-right: 5px;
        color:#99aa84;
        font-size: 20px;
        font-weight: 700;
    }

.page.kontakty {
}

.contact {
    float: left;
    width: 100%;
    margin-bottom:30px;
    letter-spacing:.025em;
}

.contact h3 {
    color: #000000;
    font-size:34px;
    text-align: center;
}

.contact h4 {
    margin:0 0 15px 0;
    /*height:50px;*/
    color: #000000;
    font-size: 18px;
    line-height:25px;
    font-weight:700;
    text-transform:uppercase;
}

.kontakty hr {
    float: left;
    width: 100%;
}

.contact.two {
    border-top:1px solid #dddddd;
}

.contact .contact-item {
    float:left;
    width:33.3333%;
    width:calc(100% / 3);
    padding-left:7.3%;
}

.contact.one .contact-item.one {
    margin-left:16.66666%;
}

.contact.two .contact-item h4 {
    height:50px;
}

.contact .contact-item .line {
    margin-bottom:15px;
    /*padding-bottom:3px;*/
    padding-left:30px;
    /*color:#888888;*/
    color:#000000;
    font-weight:300;
}

    .contact .contact-item .line.person {
        background: url('../icons/user3_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top;
        /*color:#99aa84;
        font-weight:700;*/
    }

    .contact .contact-item .line.law {
        background: url('../icons/bank_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top;
    }

    .contact .contact-item .line.bank {
        padding:0;
    }

    .contact .contact-item .line.phone {
        background: url('../icons/phone_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top 3px;
    }

    .contact .contact-item .line.fax {
        background: url('../icons/printer_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top 3px;
    }

    .contact .contact-item .line.mail {
        background: url('../icons/envelope3_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top 3px;
    }

    .contact .contact-item .line.address {
        background: url('../icons/home_000000.svg');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left top;
    }

.contact .contact-item .line span {
    /*padding:0 0 3px 30px;*/
    color:#99aa84;
    line-height:20px;
    font-weight:700;
}

    .contact .contact-item .line .bank {
        display:inline-block;
        width:30px;
        color:#000000;
    }

.contact .address {
    color:#888888;
}

    .contact .address ul {
        list-style: none;
        margin: 0;
        padding:0;
    }

    .contact .address ul li:first-child {
        color:#99aa84;
        font-weight:700;
        text-transform:uppercase;
    }

/* PAGES SKLAD */
    .page.sklad .galery .col4,
    .page.sklad .galery .col6 {
        padding:.5rem;
    }

/* PAGES TAB SIZE TABULKA VELIKOSTI */
.page.tabulka-velikosti table,
.page.tabulka-velikosti th,
.page.tabulka-velikosti td {
    border:1px solid #000000;
}

.page.tabulka-velikosti table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
}

.page.tabulka-velikosti th,
.page.tabulka-velikosti td {
    min-width:100px;
    padding:5px;
}

.page.tabulka-velikosti th:first-child {
    min-width:250px;
    text-align: left;
}

.page.tabulka-velikosti td {
    text-align:center;
}

/* ZBOZI */
.kategorie .sidebar {
    width:15%;
    float:left;
}

    .kategorie .sidebar .list {
        background: #f4f4f4;
        /*padding-bottom:5px;*/
    }

        .kategorie .sidebar .list + .list {
            margin-top: 20px;
        }

        .kategorie .sidebar .list h3 {
            padding: 5px 29px;
            background: url('../icons/minus_ffffff.svg') no-repeat;
            background-size: 14px;
            background-position: right 10px center;
            background-color: #2d882d;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            margin: 0;
        }

            .kategorie .sidebar .list h3.slide {
                background: url('../icons/plus_ffffff.svg') no-repeat;
                background-size: 14px;
                background-position: right 10px center;
                background-color: #2d882d;
            }

            .kategorie .sidebar .list h3 a {
                color: #ffffff;
            }

    .kategorie .sidebar .list_links {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .kategorie .sidebar .list_links li {
            padding-left: 15px;
            font-size: 14px;
            /*overflow:hidden;*/
            border: 1px solid #ddd;
            border-bottom: none;
        }

    .kategorie .sidebar .list_links .list_links li {
        padding-left:35px;
        font-size:12px;
        /*margin-bottom:1px;*/
        border-bottom:none;
    }
        
        .kategorie .sidebar .list > .list_links {
            display:none;
            border-bottom: 1px solid #ddd;
        }

        .kategorie .sidebar .list_links li a {
            padding:5px 5px 5px 10px;
            display:block;
            /*font-size:.9em;*/
            /*background: url('../icons/caret-right_888888_bolder_round.svg') no-repeat;
            background-size:8px;
            background-position:0 center;*/
        }

        .kategorie .sidebar .list_links .list_links li a {
            padding: 5px 5px 5px 15px;
            background: url('../icons/caret-right_888888_bolder_round.svg') no-repeat;
            background-size: 8px;
            background-position: 0 center;
        }

        .kategorie .sidebar .list_links li:hover {
            background:#ffffff;
        }

        .kategorie .sidebar .list_links li a:hover {
            color:#000000;
        }

        .kategorie .sidebar .list_links .list_links li a:hover {
            background-position: 3px center;
        }

.kategorie .content {
    width:75%;
    width:calc(77% - 20px);
    margin-left:20px;
    float:left;
}

.kategorie .content .category {
    float:left;
    clear:left;
    width:100%;
}

.kategorie .content .category h3 {
    text-align:center;
    margin-bottom:0;
}

    .kategorie .content .category:first-child h3 {
        margin:0;
    }

.kategorie .content ul {
    overflow:hidden;
    padding:0;
    margin-top:0;
}

    .kategorie .content li {
        display: block;
        float: left;
        width: 15%;
        margin-top: 2%;
        margin-right: 2%;
        position: relative;
        /*padding-top: 15%;*/
        /*background-color: #404041;*/
        background-color: #f2f2f0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .kategorie .content li:nth-child(6n) {
            margin-right: 0;
        }

    /*.kategorie .content li a {
        position: absolute;
        top: 0;
        text-align: center;
        background-color: #99aa84;
        color: #ffffff;
        font-weight: 700;
        text-indent: 0 !important;
    }*/

        .kategorie .content li .cattext {
            height:50px;
            background-color: #99aa84;
            color: #ffffff;
            font-size: 14px;
            line-height:1.2;
            font-weight:700;
            text-align:center;
            display:table-cell;
            width:1%;
            vertical-align:middle;
            padding:0 10px;
        }

    .kategorie .content li .catimg {
        padding:10px;
    }

    .kategorie .content li:hover {
        /*background-color:#333333;*/
        background-color:#dddddd;
    }

.kategorie .content li:hover .cattext {
    background-color:#2d882d;
}

.sufix {
    display:none;
}

.maloobchodni-cena {
	float:left;
	clear:left;
	width:60%;
	color:#aaaaaa;
	position: relative;
	top: -40px;
	margin-top:10px;
   
}

	.maloobchodni-cena .label {
		width:50%;
		float:left;
		clear:left;
		max-width:120px;
		vertical-align:bottom;
	}
	
	.maloobchodni-cena .value {
		width:50%;
		float:left;
		clear:none;
		vertical-align:bottom;
	}
	
	/*label[for="load_vies"] {
		display:none
	}*/
	
#vat-reverse-charge {
	background:#99aa84;
	margin: 10px 0;
	font-weight:700;
	color:#fff;
}

