@charset "UTF-8";
/*
    Template Name : HTML - theme
    Author: visual
    Version: v1.0 Html
*/
/* Style In style.css :
    1. CSS Reset
    2. Bootstrap fix for WinPhone 8 and IE10
    3. Typography
    4. Basic Document Style
    5. Basic Layout Style
    6. Flexslider
    7. Superfish
    8. Preloader
*/

/*-----------------------------------------------------------------------------------*/
/*  1. Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;    
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    background: white;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.clear {
    clear: both;
}
.nopadd {
    padding: 0
}
.nomargin {
    margin: 0
}
.center {
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  2.HlaviÄka
/*-----------------------------------------------------------------------------------*/

#head {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 15;
}
/*menu*/

.navbar-toggle {
    background: black;
    margin-top: 30px;
}

ul.navbar-nav {
    float: right;
    margin-top: 32px;
    margin-right: 10px; 
}

ul.navbar-nav li:first-child a {
    margin-left: 0;
}

ul.navbar-nav li a {
    padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

a.logo {
    padding: 5px 0 5px 10px;
    display: block;
}

a.logo img {
    height: 79px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-nav.visible-xs-block#menu {
    margin-right: 0px; 
    margin-top: 5px;
}

ul.navbar-nav li.objednat a {
    font-weight: 800;
}

.info-about-change {
	padding: 1px 5px;
	margin-top: 2px;
}

ul.navbar-nav li.home {
    margin: 9px -20px 0 0px;
}

ul.navbar-nav li.home a {
    width: 21px;
    height: 18px
}

@media (max-width: 768px) {
    ul.navbar-nav {
        float: none
    }
    ul.navbar-nav li a {
        margin-left: 0;
    }
    ul.navbar-nav li.home {
        margin: 9px 0px 0 10px;
    }
}
/*slider*/
#slider .item img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

#slider .item h2 {
    text-transform: uppercase;
}

#slider .item .text {
    position: absolute;
    bottom: 0;
    height: 50%;
    margin: auto;
    left: 0;
    right: 0;
}
#slider .owl-prev {
    background: url(https://www.exitshop.cz/assets3/solo/miton/img/slider-arrow.png) no-repeat left;
    width: 40px;
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    height: 100%;
    top: 0;
}
#slider .owl-next {
    background: url(https://www.exitshop.cz/assets3/solo/miton/img/slider-arrow.png) no-repeat right;
    width: 40px;
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    height: 100%;
    top: 0;
}
@media (max-width: 1600px) {
    #slider .owl-prev {
        left: 2%;
    }
    #slider .owl-next {
        right: 2%;
    }
}
@media (max-width: 1327px) {
    #slider .item h1 {
        font-size: 80px
    }
}
@media (max-width: 1055px) {
    #slider .item h1 {
        font-size: 60px
    }
}
@media (max-width: 768px) {
    #slider .item h1 {
        font-size: 40px;
    }
    #slider .item h2 {
        font-size: 20px;
    }
}

.flow-cart {
    display: none;
}

@media (max-width: 1199px) {
    .flow-cart{
        display: none !important;
    }
}

/*--- flow cart --- */
@media (min-width: 1200px) {
    .flow-cart {
        position: fixed;
        color: #fff;
        width: 350px;
        z-index: 11;
        float: right;
        top: 100px;
        right: 0;
        font-size: 0.8em !important;
    }

    .flow-cart .flow-cart-close {
        width: 16px;
        height: 16px;
        background: url("https://www.exitshop.cz/assets3/solo/modern/img/close_icon.png");
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .flow-cart .flow-cart-remove {
        width: 16px;
        height: 16px;
        background: url("https://www.exitshop.cz/assets3/solo/modern/img/close_icon.png");
        display: block;
    }

    .flow-cart .flow-cart-button {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0px;
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
        margin-top: 5px;
    }

    .flow-cart .items{
        width: 100%; 
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flow-cart .items .caption{
        width: 45%;
    }

    .flow-cart .items .price{
        width: 15%;
        text-align: right;
    }

    .flow-cart .items .amount{
        width: 20%;
        text-align: right;
    }

    .flow-cart .items .total_price{
        width: 20%;
        text-align: right;
    }

    .flow-cart .items .discount{
        display: none;
    }

    .flow-cart label{
        margin-top: 0;
    }

    .flow-cart h3{
        text-align: center;
        margin: 5px 0;
    }

    .flow-cart .inner{
        /* -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
         -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);
         box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);*/
        margin: 5px;
        padding: 7px;
        margin-bottom: 0px;
    }

    .flow-cart .items thead tr {
        /*    background: inherit; */
        border-bottom: 1px solid #bfbfbf;
    }

    .flow-cart .items th{
        text-align: center;
    }

    .flow-cart .items tr td {
        padding: 10px 5px;
    }

    .flow-cart .items tbody tr:first-of-type td{
        padding-top: 0.5em;
    }

    .flow-cart .items tbody tr:last-of-type td{
        padding-bottom: 0.5em;
    }

    .flow-cart .items tfoot tr {
        border-top: 1px solid #bfbfbf;
    }

    .flow-cart .items tfoot td{
        padding-top: 0.5em;
        font-weight: bold;
        padding-bottom: 2px;
    }

    .flow-cart .items tfoot tr td:first-child {
        text-align: left;
    }

    .flow-cart .product-desc {
        font-size: 0.75em;
    }    
}


/*-----------------------------------------------------------------------------------*/
/*  3.Popis produktu
/*-----------------------------------------------------------------------------------*/

#popis-produktu {
    width: 100%;
    height: auto;
}

.popis h3 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.popis h4 {
    font-weight: 800;
    font-size: 14px;
}

.popis p {
    /*font-size: 14px; font-weight: 300;*/
}

.popis-img img {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
/*parametry*/

.parametry img {
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
}

.parametry h3 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}

.parametry p {
    /*font-size: 14px;font-weight: 300 */
}

.popis-ul {
    list-style: none;
    text-align: left;
    padding: 0 30px;
}

.popis-ul li {
    font-size: 14px;
    /*font-weight: 300;*/

    margin-bottom: 10px;
}

.popis-ul li:before {
    padding-right: 10px;
    position: relative;
    top: -2px
}
/*-----------------------------------------------------------------------------------*/
/*  4. TakĂŠ koupili
/*-----------------------------------------------------------------------------------*/

.itembox {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.itembox h2 {
    margin: 30px 0px !important;
    font-size: 50px !important;
    font-weight: 300 !important;
}

.itembox .itembox-content {
    max-width: 100%;
    padding: 0px 40px;
    width: auto !important;
    position: relative;
}

.itembox .itembox-item {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0px 10px;
    margin: 0px 2px;
    cursor: default;
    border-left: 1px solid #e5e5e5;
    font-size: 0.9em;
}

.itembox .itembox-item img {
    margin-bottom: 10px;
    background: transparent !important;
    padding: 0px !important;
}

.itembox .itembox-item .koupil {
     margin-bottom: 0px;
}

.itembox .itembox-item .product_name {
    text-decoration: none;
    display: block;
    color: inherit !important;
}

.itembox .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    height: 80%;
    left: -40px;
    bottom: 0;
}
.itembox .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    height: 80%;
    right: -40px;
    bottom: 0;
}

@media (max-width: 830px) {
    .owl-buttons {
        display: none
    }
}
/*-----------------------------------------------------------------------------------*/
/*  5. OnĂĄs
/*-----------------------------------------------------------------------------------*/

#onas {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Chci koupit
/*-----------------------------------------------------------------------------------*/

#chci-koupit, #endorder {
    width: 100%;
    height: auto;
    padding: 45px 0 20px 0;
}

#endorder .cart-empty {
    text-align: center;
    display: block;
}

#shopping-cart {
    margin-bottom: 0px;
}

#shopping-cart label.emptylabel {
    margin-bottom: 10px;
}

#shopping-cart .mycount {
    text-align: center;
    float: left;
    margin-right: 5px;
}

#shopping-cart .add_to_cart_pcs {
    display: none;
}

#chci-koupit td, #endorder td,
#chci-koupit th, #endorder th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#chci-koupit td, #endorder td {
    border-top: 0;
    vertical-align: middle;
}

#chci-koupit tr, #endorder tr {
    margin-bottom: 10px;
    display: block;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    background: #fff;
}

#chci-koupit tr.mezera, #endorder tr.mezera {
    box-shadow: none;
    background: none;
}

#chci-koupit table .cena, #endorder table .cena {
    font-weight: 800;
    font-size: 20px;
    padding-right: 30px;
}

#chci-koupit table .cena span, #endorder table .cena span {
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
}

#chci-koupit table .input {
    text-align: center;
}

#chci-koupit table .input input, #endorder table .input input {
    width: 60px;
}

#endorder table .input {
    min-width: 180px;
}

#chci-koupit table .input input {
    /* float: left; */
    display: inline-block;
}

#chci-koupit .text a, #endorder .text a {
    color:rgb(51, 51, 51);
}

#chci-koupit .text label, #endorder .text label {
    cursor: pointer;
}

@media (max-width: 1200px) {
    #chci-koupit .text, #endorder .text {
        width: 165px;
    }
}
@media (max-width: 992px) {
    #chci-koupit .text, #endorder .text {
        padding-right: 0px;
    }
    #chci-koupit table .cena, #endorder table .cena {
        padding-right: 5px;
    }
}


#chci-koupit .mail-watch-form .show-form {
    padding-top: 8px;
}

#chci-koupit .mail-watch-form label {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: normal;
}

#chci-koupit .mail-watch-form input {
    width: 180px;
    display: inline-block;
}

#chci-koupit .mail-watch-form button.button {
    display: inline-block;
    margin-top: 0px !important;
}

#chci-koupit .mail-watch-form .form-mail-errors {
    margin-top: 5px;
    font-size: 12px;
    color: red;
    text-align: right;
}

#chci-koupit .mail-watch-form .form-mail-errors ul {
    list-style: none;
}

#chci-koupit .mail-watch-form .form-mail-errors ul li {
    font-size: 12px;
}

#chci-koupit .mail-watch-form .show-confirm {
    text-align: left;
}

#chci-koupit .product-box .product-strips {
    margin: 0;
    left: 0px;
    width: 300px;
    text-align: left;
    top: -20px;
}

#chci-koupit .product-box .product-strips .product-strip {
    display: inline-block;
    float: none;
    max-width: 100%;
    padding-top: 0px;
}

#shopping-cart .product-strips {
    display: none;
}

@media (min-width: 1200px) {
    /* Product strip */
    #chci-koupit .product-box .product-strips {
        left: -100px;
        top: 0px;   
        width: 100px;
    }

    #chci-koupit .product-box .product-strips .product-strip {
        display: block;
        float: right;
        max-width: 100px;
    }
}

tr.product-note{
    margin-top: -10px;
}

.product-note .key{
    text-align: right;
    width: 585px;
     padding-right: 30px;
}

.product-note .value{
    text-align: left;
}

.product-note .key label{
    float: none !important;
}

.product-note input{
    width: 250px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. Form
/*-----------------------------------------------------------------------------------*/

#form, #endform {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

#form .cena-celkem, #endform .cena-celkem {
    font-size: 20px;
    font-weight: 800;
}

#form .cena-celkem span, #endform .cena-celkem span {
    font-weight: 800;
}

#form input[type="submit"], #endform input[type="submit"] {
    border: 0;
}

#form .inline-block, #endform .inline-block {
    display: inline-block;
    width: 700px;
}

#form .col-sm-6, #endform .col-sm-6 {
    text-align: left;
}

@media (max-width: 768px) {
    #form .inline-block,  #endform .inline-block {
        display: block;
        width: auto
    }
}

/*-----------------------------------------------------------------------------------*/
/*  8. OtĂĄzky
/*-----------------------------------------------------------------------------------*/

#otazky {
    width: 100%;
    height: auto;
}

.terms {
    /*font-weight: 300;*/
    font-size: 14px;
    color: black
}

/*-----------------------------------------------------------------------------------*/
/*  9.Info
/*-----------------------------------------------------------------------------------*/

#info {
    width: 100%;
    height: auto;
}

#info h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    color: black;
    text-align: left;
}

#info ul {
    list-style: none;
    text-align: left;
}

#info ul li, #info ul li a {
    font-size: 20px;
    /*font-weight: 300;*/
    color: black
}

#info ul li a.fb {
    width: 35px;
    height: 36px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px
}
#info ul li.fsize14, #info ul li.fsize14 a {
    font-size: 14px;
}
#info .col-sm-4 {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #info .row {
        display: inline-block;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  10. Footer
/*-----------------------------------------------------------------------------------*/

.doprava-help {
    float: right;
}

.doprava-info {
    width: 0px;
    height: 23px;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    margin-left: 5px;
    color: #000;
}

.label-shipping {
	margin-left: 5px;
	width: 120px;
	height: 35px;
	display: inline-block;
}

.label-shipping img {
    max-width: 80%;
	height: 35px;
}

.has-shipping-thumb {
	position: relative !important;
	top: 3px;
}

.section-default, #galerie {
    width: 100%;
    height: auto;
}

#galerie img {
    max-width: 190px;
    width: 190px;
    height:auto;
    /*float: left;*/
    margin: 18px 10px 0;
}

/* discount */

.free_text_highlight {
    color: red;
    font-weight: bold;
}

.img a img {
    max-width: 100%;
}

ul.cms_menu {
    list-style-type: none;
    padding: 0;
}
ul.cms_menu_horizontal li {
    display: inline;
    margin-right: 40px;
}
span.new_line {
    font-size:12px;
}

.es-countdown {
    padding: 20px 30px;
    margin: 10px 0px;
    font-size: 24px;
    color: #fff;
}

.es-countdown strong {
    margin-right: 10px;
}

.es-countdown span {
    display: inline-block;
    min-width: 100px;
    padding: 0px 10px;
    text-align: center;
}

.newsletter-block {
    margin: 15px 0px;
    overflow: hidden;
    padding: 20px;
}

.newsletter-block .newsletter-info-text {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}


.newsletter-block .newsletter-info-text p {
    color: #fff !important;
}

.newsletter-block h2 {
    margin-bottom: 10px !important;
    color: #fff !important;
    font-size: 24px;
}

.newsletter-block input.newsletter_mail {
    float: left;
    border-radius: 7px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    height: 32px;
    color: #333 !important;
    margin-bottom: 10px;
}

.newsletter-block input[type="submit"] {
    float: left;
    width: 200px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
    margin-left: 10px;
}

.newsletter-block .newsletter-mail-errors {
    display: none;
    padding-bottom: 10px;
}

.newsletter-block .newsletter-mail-errors ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.newsletter-block .newsletter-mail-errors ul li {
    color: #fff !important;
    background: #d72d35;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px !important;
}

.newsletter-block .newsletter-mail-confirm {
    display: none;
    margin-top: 10px;
}

.newsletter-block .newsletter-mail-confirm p {
    background: #91bb2c;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}

#newsletter-info-modal {
    color: white !important;
}

#payu_ > .container {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
}

#payu_ > div > div > table.table-payu {
    width: 100%;
    margin: 0px;
}

.packetery-branch-list img {
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
}

.packetery-branch-list > div > div {
    float: none !important;
    width: 100% !important;
    border-right: 0px !important;
}

.packetery-branch-list > div > div:first-child {
    border-bottom:  1px dashed #888;
}

/* Custom */
a#floatMenu {
    background-color: #9142dc !important;
    color: #fff !important;
}

#chci-koupit table .longer-input {
    min-width: 210px !important;
}

/* Plus button */
input[name="add_to_cart_pcs"] {
    vertical-align: top;
}

#products .plus-button {
    display: inline-block;
}

#products .plus-button img {
    float: right;
}

#products .plus-button span {
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
}

#shopping-cart .plus-button {
    display: none;
}

#shopping-cart .product-desc {
    font-size: 0.750em;
    clear: both;
    text-align: left;
}

/* Product sold */
.product-sold {
    text-align: left;
}

@media (max-width: 991px) {
    .uiz-dialog {
        width: 100% !important;
    }

    .uiz-dialog-content > div {
        width: 100% !important;
    }

    .packetery-info-dialog div.packetery-left, .packetery-info-dialog div.packetery-right {
        width: 100% !important;
        float: none;
    }

    .packetery-info-dialog .packetery-map {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    #chci-koupit table, #chci-koupit table tbody {
        width: 100% !important;
        display: block;
     }

    #chci-koupit table tr {
        width: 100% !important;
        margin-right: 30px !important;
        display: block;
    }

    #chci-koupit table td {
        display: block;
        width: 100% !important;
    }

    #chci-koupit input[name="mail_watch"] {
        display: block !important;
        margin: 5px 0px;
    }

    #endform .inline-block {
        padding: 10px;
    }

    #endform #submit-form {
        width: 100%;
    }

    .newsletter-block input[type="submit"] {
        margin-left: 0px;
    }


    .packetery-branch-list {
        width: 100% !important;
        margin: 0px !important;
    }

}

.category-open, .category-close {
    padding: 10px;
}

.category-open:before {
    content: url(https://www.exitshop.cz/assets3/shared/img/category_open.png);
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}

.category-close:before {
    content: url(https://www.exitshop.cz/assets3/shared/img/category_close.png);
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}

/* Cart control */
.cart-item-control .cart-item-control-operation.cart-plus {
    margin-top: 1px;
}

.cart-item-control .cart-item-control-operation.cart-minus,
.cart-item-control .cart-item-control-operation.cart-clear {
    margin-top: 10px;
}
    
div.terms_checkboxes_div {
    float:left;
    position: relative;
    top: -10px;
}

div.terms_checkboxes_div input[type="checkbox"] {
    width: 19px; 
    height: 19px;
    position:relative;
    top:2px;
    margin-right: 5px;
}

div.terms_checkboxes_div label, div.terms_checkboxes_div a {
    cursor: pointer;
    display: inline;
    font-size: 15px;
}

/* add to cart info */
.add-to-cart-info {
	display: none;
	margin-top: 2px;
	font-size: 13px;
}

/*---NOTIFICATION BAR---*/
#notification-bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	margin-bottom: 0;
}

#notification-bar #notification-bar-close {
	padding-right: 10px;
}
		
#localized_shops_flags {
	position: absolute;
	right: 16px;
	z-index: 1050;
}

@media (max-width: 768px) {
	#localized_shops_flags {
		position: static;
		text-align: right;
		margin-right: 15px;
	}
}

@media (max-width: 415px) {
	#localized_shops_flags {
		margin-bottom: -15px;
	}
}

footer .copy {
    font-size: 13px;
    font-weight: 300;
    color:#fff;
}

#load-saved-address p {
    font-size: 0.9em;
    margin: 0px 0px 0px 12px;
}

.house-num-col {
	margin-right: 5px;
}

.required-field {
    padding-left:5px;
    color:red;
    font-weight:bold;
}/*-----------------------------------------------------------------------------------*/
/*  1. Fonty
/*-----------------------------------------------------------------------------------*/
@font-face { 
	font-family: Avalon; 
	src: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/fonts/Avalon_CE.eot);		
}

@font-face {
	font-family: Avalon; 
	src: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/fonts/Avalon_CE.ttf); /* TTF file for CSS3 browsers */
}

@font-face { 
	font-family: Avalon; 
	font-weight: bold; 
	src: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/fonts/AvalonCEBold.eot); 
}

@font-face { 
	font-family: Avalon; 
	font-weight: bold; 
	src: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/fonts/AvalonCEBold.ttf); 
}

h1, h2, h3, h4, h5, h6, ul.navbar-nav li a {
	font-family: Avalon, Trebuchet, "Trebuchet MS", Verdana, "Geneva CE", "Helvetica CE", Helvetica, lucida, sans-serif;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.section-default p {
    line-height: 26px;
}	

section a {
    color: #00a7b1 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  2.Hlavièka
/*-----------------------------------------------------------------------------------*/
#head {
    background: #fff url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/head.png) top center repeat-x;
}

a.logo {
    padding-top: 6px;
}

/*menu*/
.navbar .navbar-static-top {
	min-height: 80px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

ul.navbar-nav {
    margin: 30px 12px 0 0;	
}

/* TODO: CHECK */
ul.navbar-nav li:first-child a {
    margin-left: 0;
}

ul.navbar-nav li a {
    color: #000;	
    text-transform: uppercase;	
    font-size: 14px;
    margin: 0 6px 0 0px;
    padding: 10px 21px;
}

ul.navbar-nav li a:hover {
    color: #000;
	border-radius: 8px;
}

ul.navbar-nav li:nth-of-type(2) a:hover {
    background: #5dc1c3;	
}	

ul.navbar-nav li:nth-of-type(3) a:hover {
    background: #a1d042;	
}	

ul.navbar-nav li:nth-of-type(4) a:hover {
    background: #ffbb41;	
}	

ul.navbar-nav li.objednat a, .info-about-change  {
	font-family: Avalon, Trebuchet, "Trebuchet MS", Verdana, "Geneva CE", "Helvetica CE", Helvetica, lucida, sans-serif;
    font-size: 16px;
    color: #fff;
    background: #b63c6b;	
	border-radius: 8px;	
}

ul.navbar-nav li a.xs-objednat{
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}

ul.navbar-nav li.home a {
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/icons_home.png) no-repeat;
}

/*slider*/
#slider {
    background: #efefef url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/slider_top.png) repeat-x;
}

#slider .item h1 {
    font-size: 50px;
	line-height: 48px;
    color: #fff;
	height: 150px;
	display: table-cell; 
	vertical-align: middle;	
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/icons_slider.png) top left no-repeat;	
	padding: 0 12px 0 156px;
	text-align: left;
}

#slider .item h2 {
    font-size: 26px;
	min-height: 26px;	
    color: #fff;
	padding: 0 14px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}

#slider .item .text {
    top: 124px;
    height: 48%;
	width: 480px;
    right: 490px;
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/transparent.png) repeat;	
	border-radius: 8px;
}

/* Flow cart */
.flow-cart {
    background-color: #fff;
    color: #000;
}

.flow-cart .flow-cart-close {
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/close_icon.png);
}

.flow-cart .flow-cart-button {
    color: #fff;
    background: #5fc0c5;
}

.flow-cart .items tbody tr:nth-child(even) {
    background: #eee;
}

/*-----------------------------------------------------------------------------------*/
/*  3.Popis produktu
/*-----------------------------------------------------------------------------------*/

.section-default {
	background: #fff;
	padding: 0 0 20px 0;
}

.section-default .container {
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/head.png) top center repeat-x;
	padding-top: 30px;
}

.section-default h1 {
    color: #00829c;
	padding: 21px 0 20px 16px;
	margin-top: 10px;
}

/* CHECK */
.container p {
	padding: 14px 0;
	font-size: 15px;
	line-height: 25px;
}

#popis-produktu  {
    background: #efefef;		
    padding: 45px 0;
}

/* CHECK */
.row h2 img {
    width: 300px; 
	height: 225px; 
	display: block; 
	margin: 12px 0 0 30px; 
	float: right; 
}

.popis h2 {
    margin-bottom: 4px;
	padding: 0 0 5px 16px;	
    color: #5dc1c3;
}

/*parametry*/
/* Check */
.parametry {
    padding: 27px 30px 20px 30px;
    margin: 40px 0 20px 0;
	background: #fff url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/parametry_top.png) top center no-repeat;	
}

.parametry h2 {
    margin-bottom: 38px;
}

.parametry p, .parametry h3 {
    color: #333;	
}

/* check */
#gallery {
	margin-top: 36px;
    width: 100%;
    height: auto;
    padding: 160px 0 55px 0;
    background: #fff url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/icons_gallery.png) top center no-repeat;	
}

/* check */
#gallery a {
    max-width: 246px;
    width: 246px;
    height: auto;
    float: left;
    margin: 1px 1px 0 0;
}	

/* check */
#gallery a:nth-of-type(4), #gallery a:nth-of-type(8), #gallery a:nth-of-type(12), #gallery a:nth-of-type(16), #gallery a:nth-of-type(20)     {
    margin-right: 0;
}	

/* check */
#gallery img {
    max-width: 246px;
    width: 246px;
    height: auto;
}

/* check content */
.popis-ul li:before {
    content: '¦';
}

/*-----------------------------------------------------------------------------------*/
/*  4. Také koupili
/*-----------------------------------------------------------------------------------*/

.itembox {
    background: #5dc1c3;
    line-height: 18px;	
    
}

.itembox h2  {
	background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/icons_koupili.png) top center no-repeat;	
	padding-top: 140px !important;
    color: #fff !important;
}	

.itembox .itembox-item {
    color: #fff !important;
}

.produkt img {
    margin-bottom: 20px;
	border-radius: 50%;
}

.itembox .container .produkt h2 {
    background: none;
}

/* check */
.produkt .koupil {
    font-size: 13px;
    /*font-weight: 300;*/
    margin-bottom: 8px;
    color: #48a8a7;	
}

/* check */
.produkt .koupil span {
    font-style: italic;
	color: #333 !important;	
}	

/* check */
.itembox .produkt h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
    font-size: 15px;
    color: #48a8a7;
	padding: 0;	
}

/* check */
.produkt .cena {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #333 !important;
}

/* check */
.produkt .cena span:last-child {
	font-family: Avalon, Trebuchet, "Trebuchet MS", Verdana, "Geneva CE", "Helvetica CE", Helvetica, lucida, sans-serif;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: lighter !important;
	line-height: 28px;
	margin-top: 6px;
	padding: 2px 9px 3px 10px;
	background: #b63c6b;
	border-radius: 8px;
}

/* check */
.itembox .owl-prev {
    top: 30px;
}

/* check */
.itembox .owl-next {
    top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  5. Onás
/*-----------------------------------------------------------------------------------*/

#onas {
    background: #efefef;
    padding: 20px 0 40px 0;	
}

.vyhoda h2 {
    margin-bottom: 4px;
	padding: 50px 0 5px 16px;	
    color: #fda83b;	
}

/*-----------------------------------------------------------------------------------*/
/*  6. Chci koupit
/*-----------------------------------------------------------------------------------*/

#chci-koupit, #endorder {
    background: #5fc0c5;
}

#chci-koupit h2, #endorder h2 {
	background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/icons_chci.png) top center no-repeat;	
	padding-top: 140px;
    color: #fff;
}

#chci-koupit table, #endorder table {
    margin-top: 18px;	
	line-height: 21px;
	font-size: 14px;
}

/* check */
.table td.img {
    padding: 4px !important;
}


#chci-koupit tr, #endorder tr {
    margin-bottom: 4px;
    background: #b63c6b;
    color: #fff;	
    padding: 4px 10px;
	border-radius: 8px;
}

#chci-koupit tr a, #endorder tr a {
    color: #fff !important;
}

#chci-koupit tr.mezera, #endorder tr.mezera {
    padding: 2px 10px;
}

#chci-koupit table .img, #endorder table .img {
    width: 80px;
}

#chci-koupit .img img, #endorder .img img {
	border-radius: 8px;
}

#chci-koupit tr td:last-child, #endorder tr td:last-child {
    color: #9ae6ea;
    font-weight: 600;
	font-size: 13px;
	padding-left: 20px;	
}

#chci-koupit tr.mezera td, #endorder tr.mezera td  {
    color: #fff;
    font-size: 1.2em;	
}

#chci-koupit table .input, #endorder table .input {
    width: 70px;
}

#chci-koupit table .input input {
    background: #5fc0c5;
	border: 1px solid #b63c6b;
    color: #fff;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4) inset;
	border-radius: 8px;
	font-size: 18px;
}

#chci-koupit .text, #endorder .text {
    width: 560px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. Form
/*-----------------------------------------------------------------------------------*/
#form, #endform {
    background: #fff;
}

#form h2 {
	padding-top: 140px;	
    color: #b63c6b;
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/form_h2.png) top center no-repeat;	
}

.form-group {
	margin-bottom: 4px !important;
}

#form label, #endform label {
    font-size: 13px;
	font-weight: lighter !important;	
    text-transform: uppercase;	
    color: #333;
    margin: 0 0 1px 10px;
}

#form .form-group + label, #endform  .form-group + label {
	font-weight: bold !important;	
    margin-bottom: 0;
}

#form .radio label, #endform .radio label {
    margin: 0 0 3px 0;
}

#form .form-control, #endform .form-control {
    box-shadow: none;
	border: none;
    background: #efefef;
	border-radius: 8px;	
	height: 34px;
}

#form .col-sm-6 textarea, #endform .col-sm-6 textarea {
    margin-bottom: 10px;
	height: 80px;	
}

#form .radijos, #endform .radijos {
    padding: 0;
}	

.radio  {
	margin-top: 5px !important;
	margin-bottom: 0;
}	

#form .form-group + label  + .radio, #endform .form-group + label  + .radio   {
	margin-top: 0 !important;
}		

#form .postovne, #endform .postovne  {
    padding-top: 18px;
    font-size: 14px;
    color: black;
}

#form .cena-celkem, #endform .cena-celkem {
    font-size: 16px;
    color: black;
    margin-top: 4px;
}

#form .postovne .styl:first-child, #endform .cena-celkem .styl:first-child  {
	margin-left: 4px;
	padding: 2px 14px;
    background: #efefef;
	border-radius: 8px;	
}

#form .cena-celkem .styl:first-child, #endform .cena-celkem .styl:first-child   {
    background: #b63c6b;
	color: #fff;	
}

#form input[type="submit"], #endform input[type="submit"] {
    padding: 6px 32px;	
    font-size: 26px;
    text-transform: uppercase;		
    color: #fff;
	margin-top: 14px;
    background: #b63c6b;
	border-radius: 8px;	
}
	
#form .doprava-info div, #endform .doprava-info div {
	background: #efefef;
	border-radius: 8px;	
	color: #000;
	font-size: 12px;
    text-transform: none;	
}

/*-----------------------------------------------------------------------------------*/
/*  8. Otázky
/*-----------------------------------------------------------------------------------*/

#otazky {
    background: #efefef;	
    padding: 40px 0;
}

#otazky h2 {
	padding-top: 140px;	
    color: #48a8a7;
    background: url(https://www.exitshop.cz/assets3/solo/miton/variants/color/img/otazky_h2.png) top center no-repeat;
	margin-bottom: 12px;	
}

/*-----------------------------------------------------------------------------------*/
/*  9.Info
/*-----------------------------------------------------------------------------------*/

#info {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #fff;
}

#info ul li a.fb {
    background: url(https://www.exitshop.cz/assets3/solo/miton/img/fb.png) no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*  10. Footer
/*-----------------------------------------------------------------------------------*/
footer {
    background: #48a8a7;
	padding: 25px 0;	
}

.doprava-info {
    background: url(https://www.exitshop.cz/assets3/solo/modern/img/icon-info.png) 0px 0px no-repeat;
}

.doprava-info div {
    width: 300px;
    padding: 12px 12px 12px 16px;
}

div.errors {
    padding: 40px 0;
    color: #fff;	
    background: #b63c6b;
}

/* discount */
.discount, .discount_price {
    font-weight: bold;
    color: #9ae6ea;
}

/* Newsletter */

.newsletter-block {
    background: #5fc0c5;
}      

.newsletter-block input[type="submit"] {
    background: #4488aa;
}

.newsletter-block p {
    padding: 0px;
}

/* Countdown */

.es-countdown {
    background: #4488aa;
}

/* Floatmenu */

a#floatMenu {
    background-color: #5fc0c5 !important;
    color: #fff !important;
}

/* Cookie law block */
.cookie-law-box {
    background: #fff;
    border-top-color: #5fc0c5;
}

.cookie-law-box .cookie-law-confirm {
    background: #5fc0c5;
    color: #fff;
}

.category-open, .category-close {
    border-radius: 8px;
}

/* Az */
#user-panel {
    top: 10px;
}

#user-panel .user-panel-login .az-logo {
    margin-top: 10px;
}

#user-panel .user-panel-control {
    margin-top: 20px;
}

#voucher_recalculate_btn {
	border: 1px solid silver;
    margin-bottom:5px;
}

/*---NOTIFICATION BAR---*/
#notification-bar {
	background-color: #b63c6b;
}

#localized_shops_flags {
	right: 18.5px;
}

#footer-user-panel a{
    color: white !important;
}

.house-num-col > label {
    margin-left: 3px !important;
}