.header {
    background: #ffffff;
}

.btn-basic {
    color: #fff;
    background-color: #1d93d1;
    border: 1px solid transparent !important;
}

    .btn-basic:hover {
        color: #fff;
        background-color: #136e9d;
        border-color: #d58512;
    }

#basketInfo {
    background: #1d93d1;
    padding: 10px 50px 10px 10px;
    border-radius: 0px;
    position: relative;
    margin: 15px 0 0 0;
}

    #basketInfo a {
        color: #ffffff;
    }

    #basketInfo .fa {
        position: absolute;
        right: 15px;
        color: #fff;
        font-size: 30px;
        top: 50%;
        transform: translate(0,-50%);
    }

.page-description h1 {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 36px;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1d93d1;
}

.page-description-text {
    /*  border-top: 1px solid #1d93d1;
    border-block-width: 2px; */
}

.page-description {
    color: #444;
    background: #fff;
    border-bottom-color: #e9ecbc;
    margin: 0 0 15px;
}

.signpost-row li {
    background: #f9f9f9;
    border: 2px solid #0569a8;
    position: relative;
    float: left;
    padding: 10px;
    width: 32%;
    height: 35px; 
    margin: 0% 0.5% 1% 0.1%;
}

.signpost-row a {
    color: #000;
    width: 100%;
}

.category-box > h2 {
    font-size: 14px;
    margin: 0 0 15px;
    border-bottom: 2px solid #313538;
}

.category-box > h2 span {
    background: #313538;
    float: left;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.signpost-row img {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 3px;
}

.product-list-title a {
    display: block;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 8px;
    color: #000;
    text-decoration: none;
}

.product-list-title {
    text-align: center;
}

.product-list-price {
    display: inline-block;
    background: #1d93d1;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0;
}

.product-list-availability {
    color: #000;
    font-weight: bold;
    padding-left: 5px;
}

.product-list-price-old {

    padding-left: 5px;
}

.price-with-vat {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #1d93d1;
}

.ui-tabs.ui-tabs .tabContent h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #000;
}

.ui-tabs.ui-tabs .ui-tabs-nav .ui-tabs-active a {
    color: #000;
}

.left-col-h2 {
    display: none;
}

/* PRVNÍ LEVEL */
#leftMenu > ul > li > ul > li > a {
    color: #1E98D9;
    background-color: #E3EBEE;
    border-left: 10px solid #1E98D9;
    font-weight: 700;
    padding-right: 30px;
}

    #leftMenu > ul > li > ul > li > a::after {
        content: "\A";
        border-style: solid;
        border-width: 6px 6px 0px 6px;
        border-color: #1E98D9 transparent transparent transparent;
        position: absolute;
        right: 15px;
        top: 22px;
    }


/* DRUHÝ LEVEL */
#leftMenu > ul > li > ul > li > ul > li > a {
    color: #287C96;
    background-color: #DEE6E9;
    border-left: 10px solid #287C96;
    padding-left: 15px;
    padding-right: 30px;
    font-weight: 700;
}

    #leftMenu > ul > li > ul > li > ul > li > a::after {
        content: "\A";
        border-style: solid;
        border-width: 6px 6px 0px 6px;
        border-color: #287C96 transparent transparent transparent;
        position: absolute;
        right: 15px;
        top: 22px;
    }

/*  TŘETÍ LELVEL */
#leftMenu > ul > li > ul > li > ul > li > ul > li > a {
    color: #747474;
    background-color: #EEEEEE;
    border-left: 10px solid #747474;
    padding-left: 25px;
    padding-right: 30px;
    font-weight: 700;
}

    #leftMenu > ul > li > ul > li > ul > li > ul > li > a::after {
        content: "\A";
        border-style: solid;
        border-width: 6px 6px 0px 6px;
        border-color: #747474 transparent transparent transparent;
        position: absolute;
        right: 15px;
        top: 22px;
    }


/* ČTVRTÝ LEVEL */
#leftMenu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    color: #000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding-left: 45px;
}


/* NADPIS */
#leftMenu > ul > li > span {
    display: none;
}

/*Konkrétní položka*/
.left-menu a {
    border-bottom: 1px solid #cecece;
    display: block;
    position: relative;
    padding: 15px 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
    outline: 0;
    background: #fff;
}



.left-menu > ul > li > ul > li.active > a {
    background: #07567e;
    border-bottom-color: #cecece;
    color: #fff;
}

.left-menu > ul > li > ul > li.active > ul > li > a {
    color: #000;
    padding-left: 15px;
    background: #dedede;
    border-bottom-color: #313538;
}


/* PŘEJETÍ MYŠÍ */
.left-menu > ul > li > ul > li.active > ul > li > a:hover {
    color: #fff;
    padding-left: 15px;
    background: #1d93d1;
    border-bottom-color: #313538;
}

.left-menu a:hover {
    color: #1d93d1 !important;
}

/*AKTIVNÍ PRVEK*/

.left-menu .menu-active {
    color: #1E98D9 !important;
    padding-left: 25px;
    font-weight: 800;
}

    .left-menu .menu-active::after {
        content: "\A" !important;
        border-style: solid !important;
        border-width: 6px 6px 6px 0px !important;
        border-color: transparent #1E98D9 transparent transparent !important;
        position: absolute !important;
        right: 15px !important;
        top: 19px !important;
        transform: rotate(180deg) !important;
    }


#leftMenu > ul > li > ul > li > ul > li > ul > li > ul > .active a {
    color: #1E98D9 !important;
    font-weight: 800;
}

    #leftMenu > ul > li > ul > li > ul > li > ul > li > ul > .active a::after {
        content: "\A" !important;
        border-style: solid !important;
        border-width: 6px 6px 6px 0px !important;
        border-color: transparent #1E98D9 transparent transparent !important;
        position: absolute !important;
        right: 15px !important;
        top: 19px !important;
        transform: rotate(180deg) !important;
    }


.MainSiteMap-Title {
    display: none;
}

.h1 {
    font-size: 20px;
    color: #1d93d1;
    margin: 0 0 15px 0;
}

.product-list-vat {
    margin-left: 0;
    font-size: 11px;
}

.login-form-table table input[type="submit"] {
    color: #fff;
    background-color: #1d93d1;
    border-color: #1d93d1;
}

.login-form-table table input[type="submit"]:hover {
    color: #fff;
    background-color: #136e9d;
    border-color: #136e9d;
}


.steps li {
    display: block;
    padding: 4px;
    border: 1px solid #2590c8;
    border-left-width: 0;
    border-bottom-width: 0;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    padding: 10px;
    text-decoration: underline;
}

.steps {
    background: #2590c8;
    text-transform: uppercase;
    font-size: 12px;
}

.steps li:before {
    width: 24px;
    padding-top: 2px;
    height: 24px;
    display: inline-block;
    border-radius: 12px;
    background: #0079b0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

.steps li.active {
    background: #1cb0de;
    color: #fff;
    text-decoration: none;
}

.steps li.active:before {
    background: #fff;
    color: #1cb0de;
}

.order-addressess .orderBox .h1 {
    font-size: 16px;
    color: #1d93d1;
}

.order-addressess .orderBox.active {
    background: #f9f9f9;
    border: 2px solid #136e9d;
}

.order-addressess .orderBox.active .switch {
        background: #1d93d1;
}

.btn-basic:focus, .btn-basic.focus {
    color: #fff;
    background-color: #1cb0de;
    border-color: #1cb0de;
}

.btn-basic:active:hover, .btn-basic.active:hover, .open > .dropdown-toggle.btn-basic:hover, .btn-basic:active:focus, .btn-basic.active:focus, .open > .dropdown-toggle.btn-basic:focus, .btn-basic:active.focus, .btn-basic.active.focus, .open > .dropdown-toggle.btn-basic.focus {
    color: #fff;
    background-color: #1cb0de;
    border-color: #1cb0de;
}

#stripe {
    border-radius: 0;
    border: 0;
    background: #fff;
    border-bottom: 2px solid #313538;
}

#stripe .MainMenu a {
    float: left;
    border-right: none;
    border-bottom: none;
    background: #fff;
    color: #000;
    padding: 10px;
}

    #stripe .MainMenu a:hover {
        background: #136e9d;
        color: #fff;
    }

    #stripe .MainMenu a.menu-active {
        background: #1d93d1;
        color: #fff;
        border: none;
    }

.table {
    margin-top: 20px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  
    vertical-align: middle;
}




.tools {
    text-align: center;
}

.ProductListCatalog {
    margin: 35px 0;
}

.product-list-picture h2 a {
    display: block;
    margin: 0 0 15px;
    font-size: 14px;
    background: #fff;
    padding: 6px 8px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-popup .modal-desc .modal-title {
    background: #136e9d;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}

.cart-sum-price td {
    background: #f9f9f9;
    font-size: 16px;
    font-weight: bold;
    color: #1d93d1;
}

.ajax__tab_xp.ajax__tab_xp .ajax__tab_body {

    margin-top: 15px;
}

.paging a {
    background: #1d93d1;
    color: #fff;
    text-decoration: none;
}

.page-container {
    margin-left: 55px;
    margin-right: 55px;
}

.select-box input {
    width: 20px;
    height: 20px;
}



.wl-input {
    width: 250px !important;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding-top: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.footerCopyright {
    display: none;
}


/*Objednávky*/

.opened {
   color: #dc8204;
   font-weight:700;
}

.closed {
    color: #038f35;
    font-weight: 700;
}

.table-header {
    background: #1E98D9;
    color: #fff;
}



/* TILES */

/* Style for Extra Large Screen */
@media (max-width:3920px) {
    .btn-sq-responsive {
        width: 200px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        height: 125px !important;
        font-size: 24px;
    }
}

/* Style for Large Screen */
@media (max-width:991px) {
    .btn-sq-responsive {
        width: 150px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        height: 150px !important;
        font-size: 18px;
    }
}

/* Style for Medium Screen */
@media (max-width:767px) {
    .btn-sq-responsive {
        width: 100px !important; /* whatever width you want for medium screen */
        max-width: 100% !important;
        max-height: 100% !important;
        height: 100px !important; /* whatever height you want for medium screen */
        font-size: 12px;
    }
}

/* Style for Small Screen */
@media (max-width:575px) {
    .btn-sq-responsive {
        width: 50px !important; /* whatever width you want for mobile screen */
        max-width: 100% !important;
        max-height: 100% !important;
        height: 50px !important; /* whatever height you want for mobile screen */
        font-size: 5px;
        padding: 0px;
        font-size: 7px;
    }
}


.float-left {
    float: left !important;
}


.img-responsive {
    max-width: 100%; 
    height: auto;
    display:block;
}

.table-striped-firm > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
    background-color: #ddd !important;
}

.groupDownloads {
   /*background: #f9f9f9;*/ 
}



.download-line {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

td {
    vertical-align: middle !important;
}

.product-detail-slider .slick-next {
    right: 17px;
    color: #000;
}

.product-detail-slider .slick-prev {
    left: 10px;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #1d93d1;
    border-color: #1d93d1;
}

#stripe .MainMenu a:hover {
    background: #1d93d1;
    color: #fff;
}


#ctl00_ctl14_price_filter_body {
    display: none;
}

#ctl00_ctl14_P_PRICE_label_txt {
    display: none;
}

.ui-widget-header {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #fff !important;
    color: #333;
    font-weight: bold;
}

.ui-widget-content {
    border: 0px solid #ddd !important;
    background: #fff !important;
    color: #333;
}

.customSearchBox {
    border-top: 1px solid #cecece;
}

.cartButtons {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .vl-box-body label {
        font-size: 12px;
    }
}

.customSearchBox input[type=checkbox] {
    width: 15px;
    height: 15px;
}

#iqSearch .section ul li a:hover {
    text-decoration: none;
    background: #1d93d1;
    color:#fff; 
}

.site-map {
    background: #fff !important;
    padding: 10px 15px;
    font-size: 12px;
    margin: 0 0 15px;
}