@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "FontIcon";
  src: url("/fonts/Icons_font.woff") format("woff");
}
@font-face {
    font-family: "Outdoorsportshop";
    src: url("../fonts/outdoorsportshop-font.eot");
    src: url("../fonts/outdoorsportshop-font.eot#iefix") format("embedded-opentype"),
    url("../fonts/outdoorsportshop-font.woff") format("woff"),
    url("../fonts/outdoorsportshop-font.ttf") format("truetype"),
    url("../fonts/outdoorsportshop-font.svg") format("svg");
}
/*barvy
3498DB - modrá
ECF0F1 - světlá
34495E - tmavá
F1C40F - žlutá
*/
/*textura pozadi*/
#page_background {
    background: #f7f7f7;
}
/*lista pozadi*/
.myheader {
    background-color: #f7f7f7;
}
#page {
    background: #f7f7f7;
    background-color: #f7f7f7;
}
body {
    font-family: 'Roboto';
    color: #222f3d;
    border-top: 5px solid #3498DB;
}

/*unikátní stránky*/
.page-e-basket #left-box, .page-e-basket #right-box, .page-e-register #right-box, .page-e-register #left-box, .page-e-finish #left-box, .page-e-finish #right-box, .page-e-login #left-box, .page-e-login #right-box, .page-e-login-psw #left-box, .page-e-login-psw #right-box {
    display: none;
}
.page-e-basket #centerpage2, .page-e-finish #centerpage2, .page-e-login #centerpage2, .page-e-register #centerpage2, .page-e-login-psw #centerpage2 {
    width: 100%;
    border-left: none;
}
.page-e-basket #basket_form label {
    margin-top: 0px;
}
.page-e-register .form-box, .page-e-finish .form-box {
    padding: 0px;
    width: 100%;
}
.page-e-register #boxNorm > div.buttons > p {
    text-align: center;
}

/*patička*/
#und_footer {
    width: 100%;
    max-width: 100%;
    background-color: #222f3d;
    margin-top: 80px;
}
.up {
    font-size: 100px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 2000;
    height: 60px;
    border-radius: 50%;
    line-height: 6px;
    width: 60px;
    transition: all 0.2s;
    opacity: .3;
    background-color: #3498DB;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px #25709b;
    background-image: linear-gradient(to top, #2785d1, #48a6e0);
}
.up:hover {
    opacity: 1;
}
.up a {
    text-decoration: none;
    color: white;
    font-family: 'Outdoorsportshop';
    position: absolute;
    left: 0px;
    width: 65%;
    height: 100%;
    padding: 0 0 0 35%;
}
.up a:hover {
    text-decoration: none;
}
.myfooter {
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    background-color: #222f3d;
}
.myfooter h5 {
    color: #ecf0f1;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: none;
    letter-spacing: 0px;
}
.myfooter .content {
    max-width: 1140px;
    min-height: 100px;
    padding: 0px 0px 60px 0px;
    text-align: left;
    border-bottom: 1px solid #3d4956;
}
.myfooter .separator {
    height: 3px;
    width: 20px;
    border-radius: 3px;
    background: #3d4956;
    margin-bottom: 20px;
}
.f-one, .f-two, .f-three {
    width: 35%;
    margin-right: 4%;
    display: inline-block;
}
.f-two {
    width: 20%
}
.f-one .tecka {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #F1C40F;
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
}
.f-one a, .f-two a {
    font-size: 16px;
    font-weight: 400;
    color: #a1adb9;
    line-height: 36px;
    display: inline-block;
    text-decoration: underline;
}
.f-two a {
    display: block;
}
.f-one a:hover, .f-two a:hover {
    text-decoration: none;
}
.f-three {
    margin-right: 0%;
}
.f-three p {
    font-size: 16px;
    font-weight: 400;
    color: #a1adb9;
    margin-bottom: 10px;
}
.f-three .f-group p {
    font-size: 16px;
    font-weight: 500;
    color: #a1adb9;
    line-height: 40px;
    margin-bottom: 0px;
}
.f-three .f-group a {
    text-decoration: none;
    color: #a1adb9;
}
.f-three .f-group a:hover {
    text-decoration: underline;
}
.f-three .f-fotka {
    width: 30%;
    margin-right: 9%;
    display: inline;
    height: auto;
}
.f-three .f-kontakty {
    width: 60%;
    display: inline-block;
}
.f-three i {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 11px;
}
.i-phone {
    background-image: url("../images/i_phone.png");
}
.i-mail {
    background-image: url("../images/i_mail.png");
}
.mycopy {
    color: #5b6d7e;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
}

/*cookies*/
.cookies-notify {
    position: fixed;
    width: 300px;
    bottom: 60px;
    left: 30px;
    background: #222F3D none repeat scroll 0% 0%;
    box-shadow: 0px 3px 10px rgba(0,0,0,.3);
    opacity: .8;
    color: #F7F7F7;
    z-index: 3000;
}
.cookies-notify:hover {
    opacity: 1;
}
.cookies-notify-text {
    float: none;
    width: 100%;
    background: transparent;
    margin: 0 auto;
    padding: 17px 0px 9px;
}
.cookies-notify-text a {
    color: white;
}
.cookies-notify-text a:hover {
    color: white;
}
#close-cookies-notify {
    color: white;
    text-shadow: none;
}
#close-cookies-notify:hover {
    color: #1E4212;
}
.cookies-notify-button {
    background: #4D5762 none repeat scroll 0% 0%;
    border: 1px solid #4D5762;
    border-radius: 4px;
    margin: 5px;
      -ms-transform: translate(95px,0px);
    -webkit-transform: translate(95px,0px);
    transform: translate(95px,0px);
}
.cookies-notify-button:hover {
    background: white;
}

/*dlaždice*/
.metro-wrapper {
    width: 100%;
    height: auto;
    margin: 40px 0;
}
.metro-wrapper a {
    text-decoration: none;
}
.metro-wrapper img {
    max-width: 60%;
    max-height: 60%;
    display: block;
    margin: 0 auto;
    padding: 13px 0px;
}
.metro-wrapper .h-tile {
    color: #3498db;
    text-align: center;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    box-shadow: 0px 2px #D5D9DA;
    display: inline-block;
    height: 140px;
    border-radius: 3px;
    transition: all 0.2s;
}
.metro-wrapper .h-tile:hover {
    color: #F1C40F;
    box-shadow: 0px 2px #F1C40F;
}

/*značky*/
.article-content .content {
    display: inline-block;
    max-width: 1140px;
    text-align: left;
    width: 100%;
}
.znacky {
    display: block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
.znacky p {
    color: #7A8692;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
}
.znacky img {
    display: block;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
}

/*ikonky nad logem*/
.headercontent {
    position: absolute;
    height: auto;
    text-align: center;
    top: 25px;
    width: 100%;
}
.headercontent .content {
    display: inline-block;
    max-width: 1140px;
    text-align: left;
    width: 100%;
}
.headercontent .content p {
    font-size: 13px;
    color: #697577;
    font-weight: 300;
    display: inline-block;
    line-height: 21px;
    margin-right: 10px;
}
.headercontent .content img {
    width: auto;
    height: 100%;
    margin-right: 5px;
}
.headercontent .content a {
    color: #3498DB;
}

/*ikonky v body*/
.homepagecontent {
    position: relative;
    height: auto;
    text-align: left;
    width: 100%;
    margin-top: 30px;
}
.homepagecontent .content {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.homepagecontent .content p {
    font-size: 13px;
    color: #697577 !important;
    font-weight: 300;
    display: inline-block;
    line-height: 21px !important;
    width: 87%;
    margin-bottom: 20px;
}
.homepagecontent .content img {
    width: auto;
    height: 100%;
    margin-right: 5px;
}
.homepagecontent .content a {
    color: #3498DB;
}

/*levý sloupec - nadpis dole*/
.contact-box-title {
    background-color: #3498db;
    box-shadow: none;
    height: 51px;
    line-height: 51px;
    font-weight: 500;
    width: 100%;
    padding-left: 0px;
    text-indent: 20px;
}
.contact-box-title-bg {
    background: white;
    padding: 15px;
    box-shadow: 0 2px #D5D9DA;
    border-radius: 4px;
    margin-bottom: 20px;
}
.contact-box-title-bg p {
    padding: 10px 0;
    line-height: 24px;
}
.contact-box-title-bg img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.contact-box-title-bg h2 {
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #3498db;
}
.contact-box-title-bg .popisecek {
    font-size: 12px;
    color: #697577;
    padding-top: 0px;
    line-height: 12px;
}
.contact-box-title-bg .separator {
    height: 2px;
    width: 100%;
    background: #F3F3F3;
    margin: 20px auto 0;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
}
.col-h-l.required label {
    font-size: 16px;
}
a, .myfooter .icon, .page-e-register h1, .centerpage_params_filter_areas .ui-tabs-nav li.ui-state-active a, .centerpage_params_filter_areas .ui-tabs-nav li.ui-state-hover a, .parallax button:hover i, .unoslider_left.unoslider_navigation:hover::after, .unoslider_right.unoslider_navigation:hover::after, html .mybanner a:hover h2 {
	color: #3498DB;
}
#basket_shipping_list, .live_delivery{
    margin: 0px;
}
#boxNorm #login_btn, .news-box-title, .action-box-title, .contact-box-title, .poll-box-title, .page-e-register h1:before, ul.bookmark li.selected, #registration_btn, #send_btn, .basket_merge_buttons, .submit_save, #submit_save, #submit_btn, .productList .buy_btn, #page .centerpage_params_filter_areas .ui-slider .ui-slider-handle, #page .centerpage_params_filter_areas .ui-slider .ui-slider-handle:hover, #page .extract_details_btns, .cancel_filter_button, .unoslider_timer, .wrapper_search_submit {
	background-color:#3498DB;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px #25709b;
    -moz-box-shadow: 0 2px #25709b;
    box-shadow: 0 2px #25709b;
    background-image: -webkit-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -moz-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -o-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -ms-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: linear-gradient(to top, #2785d1, #48a6e0);
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
}
#main-menu, #left-box .title_left_eshop, .elink.user_name_text:before, html body .elink.user_login_text:before, .elink.user-logout.user_register_text:before, .elink.user-logout.user_register_text:before {
    background-color:#3498DB;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px #25709b;
    -moz-box-shadow: 0 2px #25709b;
    box-shadow: 0 2px #25709b;
    background-image: -webkit-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -moz-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -o-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -ms-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: linear-gradient(to top, #2785d1, #48a6e0);
}
.page-e-login #boxNorm label, .page-e-login-psw label {
    font-size: 16px;
}
#submit_save, #registration_btn, #boxNorm #login_btn, #submit_btn {
    width: 250px;
    height: 50px;
}
ul.bookmark.continue_shopping {
    margin-top: 0px !important;
    padding-top: 0px;
}
.productList {
    box-shadow: 0 2px #D5D9DA !important;
    padding: 0px;
}
.cancel_filter_button, .extract_details_btns {
    border: none;
}
#main-menu ul:first-child li a::before {
    background-color: transparent;
    border-radius: 4px;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    height: 51px;
    left: 23px;
    line-height: 53px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: auto;
}
#main-menu ul li ul li a {
    padding: 0px;
}
.bookmark li.selected {
    background-image: linear-gradient(to top, #2785d1, #48a6e0) !important;
}
.bookmark li.selected:hover {
    background-image: linear-gradient(to top, #2785d1, #48a6e0) !important;
}
.currency_label {
    line-height: 34px;
}
#centerpage_params_filter_area input.price {
    border: 0px solid #AAA;
}
#page #search .search_submit {
    border-radius: 3px;
}
.extract_details_btns {
    border: none !important;
    box-shadow: none !important;
}
.centerpage_params_filter_areas .ui-tabs-nav li.ui-state-active a {
    box-shadow: 2px 0px 0px #27A1B0 inset;
}
.centerpage_params_filter_areas .ui-tabs-nav li.ui-state-active, .centerpage_params_filter_areas .ui-tabs-nav li.ui-state-hover {
    background-color: #21222A;
}
.ui-tabs-vertical .ui-tabs-nav li {
    background: #21222A;
    box-shadow: none;
}
.params_values_place {
    margin-top: -1px;
}
.ui-tabs-vertical .ui-tabs-nav li {
    box-shadow: none !important;
}
.ui-tabs-vertical .ui-tabs-nav li a, .ui-tabs-vertical .ui-tabs-nav, .ui-tabs-vertical .ui-tabs-nav li, .param.centerpage_params_filter_areas td.value_cells {
    border-color:#0F1018;
}
.param.centerpage_params_filter_areas td.value_cells {
    background-color: #32333B;
    width: 33.3%;
    border: 6px solid rgb(33, 34, 42) !important;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    border-right: 1px solid #0F1018;
}
.myfooter h4, .myfooter .icon, .myfooter h5, input:hover, input:focus, #page .centerpage_params_filter_areas .ui-slider .ui-slider-handle, #page .centerpage_params_filter_areas .ui-slider .ui-slider-handle:hover, #page .extract_details_btns, .category-menu-sep-order-1, .category-menu-sep-order-2, .category-menu-sep-order-3, .category-menu-sep-order-4, .category-menu-sep-order-5, .category-menu-sep-order-6, .category-menu-sep-order-7, .category-menu-sep-order-8, .category-menu-sep-order-9, .category-menu-sep-order-10, .category-menu-sep-order-11, .category-menu-sep-order-11, .category-menu-sep-order-13, .category-menu-sep-order-14, .category-menu-sep-order-15, textarea:hover  {
	border-color: #D5D9DA;
}
.centerpage_params_filter_areas .ui-slider-range {
    border: 1px solid #D5D9DA !important;
}
.centerpage_params_filter_areas .ui-tabs-nav li.ui-state-active a {
	box-shadow:#27A1B0;
}
.sliderwrapper {
    box-shadow: 0 3px #D5D9DA;
    border-radius: 4px;
}
.contentslider {
    margin-top: 5px;
}
#registration_btn, #buy_btn, #send_btn, .basket_merge_buttons, .submit_save, #submit_save, #submit_btn, #show_selected_button, .button_new_discussion, .wa-button {
    background-color: #3498db;
    padding: 4px 30px;
    text-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    background-image: linear-gradient(to top, #2785d1, #48a6e0);
    box-shadow: 0 2px #25709B;
}
.productPriceBox .buy_btn {
    background-color: #3498db;
    padding: 4px 30px;
    text-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    box-shadow: 0 1px #25709B;
}
#btn_continue_shopping {
     padding: 4px 30px;
    text-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
#basket_shipping_list > tbody > tr > td, #cena_dodani_puvodni {
    font-size: 12px;
}
.button_new_discussion, .wa-button, #btn_continue_shopping {
    padding: 10px 30px;
}
table.comments tr.light {
    background: white;
    border: none;
}
table.comments tr.dark {
    background: #fafafa;
    border: none;
}
table.detail_params_tables td {
    padding: 5px 10px;
    font-size: 14px;
}
table.detail_params_tables td.param_name_cells {
    width: 50%;
}
table.comments {
    margin-top: 20px;
}
#registration_btn:hover, #buy_btn:hover, #send_btn:hover, #boxNorm #login_btn:hover, .basket_merge_buttons:hover, #submit_save:hover, #submit_btn:hover, .button_new_discussion:hover, .wa-button:hover, .productList .buy_btn:hover, .fixed-parent-node.visible > a.active {
    background-color: #34495E;
    background-image: none;
    box-shadow: 0 2px #162128;
}
#page .productBody .buy_btn:hover {
    background-color: #34495E;
    background-image: none;
    box-shadow: 0 1px #162128;
}
ul.bookmark li{
    background: none !important;
}
ul.bookmark {
    border-bottom: 3px solid #2785D1;
}
html body #page ul.bookmark li:hover a {
    color: #3498DB;
}

/*kosik*/
#basket_icon a::before {
	ackground-color: #E24646;
    text-shadow: none;
    -webkit-box-shadow: 0 2px #162128;
    -moz-box-shadow: 0 2px #162128;
    box-shadow: 0 2px #B32D2D;
    /* background-image: -webkit-linear-gradient(bottom, #293b4e, #465b6f); */
    background-image: -moz-linear-gradient(bottom, #e24666, #E24646);
    background-image: -o-linear-gradient(bottom, #e24666, #E24646);
    background-image: -ms-linear-gradient(bottom, #e24666, #E24646);
    background-image: linear-gradient(to top, #e24666, #E24646);
    transition: all 0.5s;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 15px;
    min-height: auto;
}
h2 input {
    height: auto;
    min-height: auto;
}
.form-box .spc p {
    font-size: 16px;
}
html body #ebar #quantity_tag:before {
    line-height: 42px;
    padding: 1px 13px;
}
#ebar {
    width: auto;
}
#basket_icon a:before {
    border-radius: 3px;
    font-size: 20px;
    height: 45px;
    margin-right: 15px;
    width: 45px;
}
#basket_icon {
    margin-top: 30px;
}

/*tmavší barva*/
.elink.user_login_text:hover::before, .elink.user-logout.user_register_text:hover::before, .cancel_filter_button:hover, .extract_details_btns:hover, .elink.user_name_text:hover::before, .elink.user-logout.user_logout_text:hover::before, #page .wrapper_search_submit:hover, .wrapper_newsletter_submit:hover {
   background-color: #34495E;
   background-image: none;
   box-shadow: 0 2px #162128;
}

/*separator*/
.category-menu-sep-order-1, .category-menu-sep-order-2, .category-menu-sep-order-3, .category-menu-sep-order-4, .category-menu-sep-order-5, .category-menu-sep-order-6, .category-menu-sep-order-7, .category-menu-sep-order-8, .category-menu-sep-order-9, .category-menu-sep-order-10, .category-menu-sep-order-11, .category-menu-sep-order-12, .category-menu-sep-order-13, .category-menu-sep-order-14, .category-menu-sep-order-15,  .myfooter .icon, .sorting_label, #basket_form ul.bookmark li a:hover {
	color: #8C9294;
}
.price-desc, .detail-info .price-value {
    color: #34495e;
    font-weight: 900;
    font-size: 16px;
}
.news-title > a {
	color: #B2B2BA;
}
#top_loading_bar {
    background-color: #F1C40F !important;
}
#top_loading_container {
    background-color: transparent !important;
}
.centerpage_params_filter_areas .ui-widget-content:not(.ui-tabs-panel) {
    border: 1px solid #D5D9DA;
    background-color: #ECF0F1;
    box-shadow: none !important;
}
table.productList tr.dark {
    background: #32333B;
}

/*table*/
td.alt, tr:nth-child(2n) td {
    background-color: #fafafa;
}
.params_values_place tr:nth-child(2n) td {
    background-color: #32333B !important;
}
html body .params_values_place .empty_value_cells {
    background: #21222A !important;
}
.comments tr.buttons:nth-child(2n) td {
    background-color: inherit !important;
}
#basket_form .price-desc.left, .wrapper-tax-payer, .product_price_text {
    color: #34495E;
    font-weight: 900;
    font-size: 18px;
}
#wherei {
    font-size: 13px;
    margin: 0 0 30px 0;argin: 1.5em 1em;
}
ul.bookmark li a, td, .bookmark #listaA a, .bookmark #listaB a, #mojeid_tab a {
    color: #34495e;
}
.sorting, .param {
    color: #B2B2BA;
    font-weight: bold;
    font-size: 14px;
}
#left-box .leftmenu ul ul, html #page li.leftmenuAct {
    background: #34495E;
}
html body #left-box {
    top: 0px;
}
#left-box .leftmenu ul ul::after{
border-right: 12px solid #34495E;
}
#topmenu {
    float: left;
    margin-right: 0px;
    width: 100%;
    border-left: none;
}
#left-box .leftmenu ul li ul li ul li a {
    color: #B4CEE8;
}
#left-box .leftmenu ul li ul li a {
    color: white;
}

/*pagination*/

.pagination a.act, .pagination span.act, .pagination a:hover, .pagination span:hover {
    background-color: #FFF;
    color: #3498DB;
    text-shadow: none;
    box-shadow: 0 2px #d5d9da;
}
.pagination a, .pagination span.act {
    color: #8C999C;
    border: none;
    font-size: 16px;
    padding: 8px 12px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.productList .dark > th {
    line-height: 20px;
}
.delete_btns:hover::before{
    color: #BC0015;
}
.poll-answer > a {
    color: #959595;
}
input, textarea, .input, .textarea, input[type="text"], input[type="password"] {
    min-height: auto;
    height: auto;
}
#page .shipping-and-payment td input {
    margin-right: 0px;
}

/*produktové štíky*/
html body #page .ico_new {
	background-color: #f44336;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px #c72c2c;
} 
html body #page .ico_act {
	background-color: #6248ff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px #543bd1;
} 
html body #page .ico_top {
	background-color: #c62c6d;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px #9f2358;
} 
html body #page .ico_shiping {
	background-color: #5bab25;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px #508d1f;
}
/*tmava sablona*/
#left-box ul li a {
    color: #34495E;
    border: none;
    padding-left: 20px;
    text-shadow: none;
    height: 39px;
    line-height: 39px;
}
#left-box .leftmenu > ul > li:hover > a, #left-box .leftmenuAct a, html body #page .leftmenu2 li:hover, #left-box ul li a:hover, html body #page .leftmenu2 li.leftmenu2Act, html body #page .leftmenu2 ul ul li.leftmenu2Act, html body #page .leftmenu2 li.leftmenu2Act a, html body #page .leftmenu2 ul ul li.leftmenu2Act a{
    color: #34495e;
    background: #f1f1f1;
    border-left: 3px solid #f1c40f;
}
#left-box .leftmenu > ul > li:hover > a, #left-box .leftmenuAct a, #left-box .leftmenu2 > ul > li:hover > a, #left-box .leftmenuAct a {
    text-align: left;
    padding-left: 30px;
    border-left: 3px solid #f1c40f;
}
html .leftmenu2 ul li a, html .leftmenu2 ul li:hover  a{
transition: all 200ms linear ;
}
.toc,
.prev,
.next{
    border: 1px solid #797986;
}
.detail-box-product .image img, .detail-info #incenterpage2 h1, .detail-info table, .photogall, .productList {
    border: 0px;
    box-shadow: none;
    box-sizing: border-box;
}
#incenterpage2 {
    padding-top: 0px;
}
#basket_form {
    margin-top: 0px;
}
.image_foot {
    display: none;
}
.part.selected {
    background:none;
    border:none;
    box-shadow: none;
}
.spc .product {
    background-color: transparent;
    box-shadow: none;
}
.productDetail .productTitle {
    background-color: #32333B;
    border-bottom: none;
    box-shadow: none;
    border-color: #24252D;
}
.productBody, #products_sorting_table, .in-news-box, .in-action-box, .in-contact-box, .in-poll-box {
    background-color: white;
    border: none;
    box-shadow: 0px 2px #D5D9DA;
    border-radius: 3px;
}
.news-box-title, .action-box-title, .poll-box-title {
    background-color: #F4F8F9;
    box-shadow: 0px 2px #D5D9DA;
    font-weight: bold;
    height: 35px;
}
#search_setup_area label {
    color: #30333B;
}
.news-content, .productTitle a, .product3TitleContent > a, .productPrice .our_price_text, #boxNorm > a, .page-e-basket .center div, th.center, #basket_form > table > thead tr > th > div, html body .product3Price > font,.product3Price .our_price_text, .productPrice > font, .toc, .prev, .next, #wherei, .ui-tabs-vertical .ui-tabs-nav li a {
    color: #34495E;
}
.our_price_text {
    color: #7D8C90;
}
.news-content, .productTitle a, .product3TitleContent > a, .productPrice .our_price_text, #boxNorm > a {
    line-height: 20px;
    font-size: 14px;
}
.productTitle a:hover, .product3TitleContent > a:hover, #boxNorm > a:hover {
    color: #34495E;
}
.title_page.def_color {
    color: #34495E;
    margin-bottom: 30px;
}
.title_page.def_color .page-e-basket .center div, th.center, #basket_form > table > thead tr > th > div {
    text-align: left;
    padding-left: 5px;
    color: #B2B2BA;
}
.sorting .sorting_item.active{
    font-weight: 400;
    color: #34495e;
}
.news-title, div.subcat, #right-box .product3{
    border-top: 1px solid #22232B;
}
.img_box {
    border-bottom: 0px;
}
.leftmenu > ul > li {
    background-color: white;
}
#left-box .title_left_eshop {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 500;
}
#search {
    left: 50px;
}
#inleft_eshop > div {
    box-shadow: 0 2px #D5D9DA;
}
#left-box li a:before {
    display: none;
}
.mylogo, #search {
    z-index: 1;
}
#search #q {
    border: none !important;
    background: white;
    border-radius: 3px;
    box-shadow: 0 2px #d5d9da;
}
#search #q:hover, #search #q:focus {
    border: none !important;
    box-shadow: 0 2px #f1c40f;
}
#ebar div {
    display: block !important;
    padding-right: 0px;
}
html body #page #ebar_set a {
    color: #32333B;
    top: 5px;
}
html body #page #ebar_set a:hover {
    color: #3498db;
}
.elink.user_login_text:hover::before, .elink.user-logout.user_register_text:hover::before, .elink.user_name_text:hover::before, .elink.user-logout.user_logout_text:hover::before, #page .wrapper_search_submit:hover{
    color: white;
}
 #basket_icon a:hover::before, #buy_btn {
    background-color: #F1C40F;
    color: #FFF;
    box-shadow: 0 2px #be8806;
    background-image: -webkit-linear-gradient(bottom, #eaac07, #f5d322);
    background-image: -moz-linear-gradient(bottom, #eaac07, #f5d322);
    background-image: -o-linear-gradient(bottom, #eaac07, #f5d322);
    background-image: -ms-linear-gradient(bottom, #eaac07, #f5d322);
    background-image: linear-gradient(to top, #eaac07, #f5d322);
}
.wrapper_search_submit {
    border-radius: 3px;
}
.in-news-box, .in-action-box, .in-contact-box, .in-poll-box {
    border: none;
    border-top: none;
    background-color: white;
    box-shadow: 0px 2px #D5D9DA;
    border-radius: 3px;
}
#basket_form, .cart tr {
    background: white;
    border: none;
    box-shadow: 0 2px #D5D9DA;
}
#basket_form .cart tr td {
    border: none;
}
.page-product-detail h1, .article-content h1, #incenterpage > span.title_page.def_color, .title_page.def_color, #incenterpage2 h1 .detail-box-product .image, .detail-info #incenterpage2 h1, .photogall, .productList, html body #page #description, .form-box, .page-e-login #boxNorm, .page-e-login-psw .login, #mojeid_tab {
    color: #34495E;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 28px;
}
.detail-info table {
    font-size: 16px;
    box-shadow: 0 2px #D5D9DA;
}
.detail-info form .cart tr td {
    font-size: 16px;
    width: 50%;
    padding: 12px 12px;
}
.article-content h1, #incenterpage2 h1, #incenterpage > span.title_page.def_color, .title_page.def_color, #incenterpage2 h1, .page-product-detail h1 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #34495E;
    font-weight: 900;
    padding: 0px;
}
.page-product-detail h3, .page-product-detail h4, #comment h4, h4, .shipping-and-payment > table > thead > tr > th > div {
    margin: 20px 8px 10px;
    background: none;
}
.page-product-detail h3 {
    font-size: 18px;
    font-weight: 700;
}
a, .myfooter .icon, .page-e-register h1, .centerpage_params_filter_areas .ui-tabs-nav li.ui-state-active a, .centerpage_params_filter_areas .ui-tabs-nav li.ui-state-hover a, .parallax button:hover i, .unoslider_left.unoslider_navigation:hover::after, .unoslider_right.unoslider_navigation:hover::after, html .mybanner a:hover h2, #basket_form a, .productList .dark > th a, .page-product-detail h3, .page-product-detail h4, #comment h4, h4, #footer_right > a, .productList tr td a, .wrapper-recalc-btn::before, #basket_form ul.bookmark li a {
    color: #3498DB ;
}
.shipping-and-payment > table > thead > tr > th > div {
    color: #B2B2BA;
}
.payment_group
{
    color: #3498DB !important;
}
#left-box .leftmenu > ul > li:hover ul {
    max-width: 827px;
    min-height: 70px;
}
#left-box .leftmenu ul ul {
    margin-left: 25px !important;
    border-left: none !important;
}
#left-box .leftmenu ul ul::before {
    content: " ";
    display: inline-block;
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0px;
    width: 25px;
    background: none;
}
.product3 .stock_no, .product3 .stock_yes {
    font-size: 12px;
}
#incenterpage .detail-box-product .stock_no, #incenterpage .detail-box-product .stock_no, #incenterpage2 .detail-box-product .stock_yes, #incenterpage2 .detail-box-product .stock_no {
    display: none;
}
.product-status-place h2 {
    padding: 0px;
}
html body .product3Price > font {
    display: table;
    font-size: 13px;
    float: right;
    min-width: 100px;
}
.productList th.headline {
    border-bottom: 1px solid #D5D9DA;
}
.productList .row_noimg  {
    border-bottom: none;
}
.headline {
    color: #7D8C90;
}
#main-menu ul li {
    box-shadow: none;
    border-right: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,0);
    height: 51px;
}
#main-menu {
    padding: 0px;
    border-radius: 3px;
}
#main-menu > ul li a {
    padding: 0 20px;
    line-height: 54px;
    text-shadow: 0px 1px 3px rgba(0,0,0,.2);
    height: auto;
}
#main-menu ul ul li, #main-menu ul li:hover {
    background-color: #25709B;
}
#main-menu ul ul li {
    border-left: 1px solid rgba(0,0,0,.11);
}
#main-menu ul li ul li:hover {
    background-color: #1B587B;
}
#main-menu ul ul li{
    border: none;
    height: auto;
    padding: 10px 20px;
}
.page-product-detail #description ol, .page-product-detail #description ul, .page-product-detail #description li, .article-content p, .article-content ol, .article-content ul, .article-content li {
    padding: 5px 0;
}
#description > .spc > ul > li {
    line-height: 15px;
}
.productList .buy_btn {
    font-size: 13px !important;
    font-weight: bold;
    padding: 10px !important;
}
#main-menu ul:first-child li a {
    height: 51px;
}
#main-menu ul:first-child li:hover {
    border-top-left-radius: 3px;
}
center {
    padding: 5px;
}
tr, th, td{
    vertical-align: middle;
}
html body .live_delivery {
    vertical-align: top !important;
}
div.fleft {
    display: none;
}
.count {
    line-height: 34px;
}
#footer_right {
    position: absolute;
    bottom: -22px;
    right: 0px;
}
html #footer {
    position: relative;
    border-color: #0D7F8E;
    display: none;
}
#footer_right > a {
    padding-left: 4px;
}
#footer_right > a:hover {
    color: white;
}
input[type="text"], input[type="password"] {
    border: 1px solid #cdd6d8;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #34495E;
}
input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #3498DB;
}
#quantity_tag > font {
    color: #80838B;
}
.productTitleContent {
    min-height: 35px;
}
#prispevek {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.productPrice span:nth-child(2), .productPrice span:last-child {
    color: #34495e;
    font-weight: 700;
    font-size: 18px;
}
.article-content {
    background: none;
    border: none;
    box-shadow: none;
    color: #34495E;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
}
th.center {
    font-size: 14px;
    padding-bottom: 15px;
}
th {
    text-transform: none;
}
.eshop-menu-home:hover,{
    border-right: 1px solid transparent !important;
}
.productTitle {
    padding-top: 7px;
    min-height: 35px;
    width: 100%;
}
#incenterpage p {
    padding-top: 5px;
    color: #222f3d;
    padding: 0px;
    line-height: 26px;
}
#incenterpage {
    margin: 0px;
}
.price_small {
    color: #B2B2BA;
    line-height: 32px;
}
table.cart .total .price-desc .price_small, .cart .prices .price_small {
    font-weight: 500;
}
input#submit_recalc {
    top: 25%;
}
.wrapper-recalc-btn:hover::before {
    color: #34495E;
}
.price-value, #basket_form a, .product_name_cell a {
    font-size: 14px;
}
.voucher label {
    display: inline-block;
    float: left;
}
#voucher-code {
    width: 100%;
    max-width: 350px !important;
}
.page-e-register h1 {
    display: none;
}
.title_left2 {
    color: white !important;
    border-bottom: 2px solid #27A1B0;
    font-weight: bold;
    margin: 20px 0px 16px;
    text-indent: 8px;
}
#page .wrapper_newsletter_submit::before {
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    line-height: 36px;
    padding-left: 8px;
    color: white;
    text-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.3);
}
.wrapper_newsletter::after {
    content: " ";
    height: 44px;
    width: 100%;
    background: white;
    position: absolute;
    left: 0px;
    top: -4px;
    border-radius: 4px;
}
.wrapper_newsletter_submit {
    background: #27A1B0 ;
    height: 36px;
    width: 36px;
    top: 0px;
    right: 4px;
    border-radius: 4px;
    transition: all 300ms linear 0s;
    display: inline-block;
    position: absolute;
    z-index: 2;
}
form {
    position: relative;
}
#newsletter_mail {
    position: relative;
    z-index: 1;
    width: 100%;
}
.wrapper_newsletter {
    display: inline-block;
    width: 100%;
    position: relative;
}
#newsletter_submit {
    position: relative;
    top: -36px;
    height: 100%;
    width: 100%;
    background: transparent;
}
.productList tbody tr:nth-child(2n+1) {
    background: white !important;
}
.detail-info .price-value {
    font-size: 100%;
}
#basket_form ul.bookmark li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    display: table;
    text-shadow:none;
}
#basket_form ul.bookmark li a:hover {
	text-decoration:none;
	}
input[type="radio"],input[type="checkbox"]
{
    background: none !important;
}
#aroundpage .selectboxit, #aroundpage .selectboxit-options, .detail-box-product .image img, .detail-info #incenterpage2 h1 {
    background-color: white;
}
#aroundpage .selectboxit {
    width: auto;
    border: 1px solid #D5D9DA;
    border-radius: 0px;
    color: #30333B !important;
    padding: 4px !important;
}
#aroundpage {
    padding-top: 40px;
}
#aroundpage ul.selectboxit-options a {
    padding: 3px 5px;
    font-size: 11px;
}
#aroundpage .selectboxit-text {
    font-size: 13px;
}
#aroundpage .selectboxit-options {
    width: auto;
    border: medium none;
    border-radius: 0px;
    color: #30333B !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#aroundpage .selectboxit-options a
{
    color: #30333B !important;
}
.sorting .sorting_item:hover {
    color: #3498db;
    text-decoration: none !important;
    border-color: rgba(0,0,0,.1);
}
.sorting .sorting_item:not(:last-child) {
    border-color: rgba(0,0,0,.1);
}
.sorting .sorting_item {
    color: #A3A7A9;
}
.sorting .sorting_item.active:hover {
    color: #34495e;
}
.sorting_item {
    padding-left: 12px !important;
}
.shipping-and-payment td {
    vertical-align: top;
}
.payment_group {
    color: white !important;
}
html .responsive-menu-button {
    color: #FFF;
    text-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.3);
    text-align: left;
    background-color: #3498DB;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px #25709b;
    -moz-box-shadow: 0 2px #25709b;
    box-shadow: 0 2px #25709b;
    background-image: -webkit-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -moz-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -o-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: -ms-linear-gradient(bottom, #2785d1, #48a6e0);
    background-image: linear-gradient(to top, #2785d1, #48a6e0);
    border-radius: 4px;
}
#basket_shipping_list tr:nth-child(2n) td,
#basket_payments_list tr:nth-child(2n) td{
    background-color: transparent;
}
#basket_shipping_list tr:nth-child(2n) td,
#basket_payments_list tr:nth-child(2n) td{
    background-color: transparent;
}

#left-box .leftmenu ul ul li a {
    background: inherit;
    border-bottom: none;
    box-shadow: 0px 1px rgba(0,0,0,0.1);
}
html .leftmenu li:hover, html #page li.leftmenuAct {
    background-color: #E7EBEC;
    transition: all 200ms linear;
}
html .mobile-menu-content {
    background-color: white;
}

html #page .mobile-menu-content ul li ul li a, html .mobile-menu-content > ul ul{
    color: #FFF;
    background-color: #272830;
}
#left-box .leftmenu ul ul a:hover {
    text-decoration: underline;
}
#left-box .leftmenu ul ul ul li:before {
    border-radius: 50%;
    background-color: #f1cf0f;
}
html .fixed-parent-node.visible, html .fixed-parent-node.visible > .direct-link-text{
    background-color: #3498DB;
    border: none;
}
html {
    background-color: #272830;
}
span#fullprice {
    min-width: 139px;
}
.prices-final .price-vat {
    text-align: right;
    float: right;
}
html .leftmenu2 ul li {
    background-color: #272830;
}
html body table.comments img {
    display: none;
}
.page-e-finish .cart thead tr {
    height: 50px;
}
.page-e-finish th.center {
    padding-bottom: 0px;
}
html .total td.price-desc.left {
    font-size: 20px;
    line-height: 40px;
    padding: 20px;
}
th.center {
    padding-bottom: 10px;
}
.alternative-currency-n #price2_value_def_color, .alternative-currency-n #price_value_def_color {
    line-height: 39px;
}
#price-value_final {
    color: #34495E;
    font-size: 20px;
    font-weight: 900;
}
html body #basket_form .cart tr td {
    padding: 10px 13px;
}
.helper::before {
    box-shadow: 0px 1px 0.4px rgba(0, 0, 0, 0.9);
}
.dataTable .prvniradek {
    background: #30333B none repeat scroll 0% 0%;
    border: 1px solid #25252D;
}
.dataTable tr {
    border: 1px solid #25252D;
    background: #30333B none repeat scroll 0% 0%;
}
.dvbdy1 {
    background: #272830 none repeat scroll 0% 0%;
    border: 1px solid #30333B;
}
.dvhdr1 {
    background: #30333B none repeat scroll 0% 0%;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
    border: 1px solid #30333B;
    padding: 5px;
    width: 500px;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
    html #topmenu {
    width: 100%;
    }
    .headercontent .content p {
    font-size: 12px;
    }
    .headercontent .content img {
    margin-top: 2px;
    width: 18px;
    }
    .headercontent .content {
    width: 960px;
    }
    .myfooter {
    max-width: 960px;
    }
    .f-one {
    width: 37%;
    margin-right: 2%;
    }
    .f-two {
    width: 20%;
    margin-right: 2%;
    }
    .f-three {
    width: 37%;
    }
    .metro-wrapper .h-tile {
    margin-right: 2%;
    margin-bottom: 2%;
    }
    .znacky img {
    width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    html #topmenu {
    width: 100%;
    margin-right: 9px;
    }
    .headercontent .content p {
    font-size: 12px;
    }
    .headercontent .content img {
    margin-top: 2px;
    width: 18px;
    }
    .headercontent .content .obsah {
    width: 45%;
    }
    .headercontent .content {
    width: 768px;
    }
    .headercontent {
    top: 14px;
    }
    html #main-menu ul li a {
    font-size: 13px;
    padding: 0px 12px;
    }
    .myfooter {
    max-width: 768px;
    }
    .f-one {
    width: 45%;
    margin-right: 9%;
    }
    .f-two {
    width: 35%;
    margin-right: 0%;
    }
    .f-three {
    width: 100%;
    margin-top: 40px;
    }
    #main-menu ul:first-child li a::before {
    left: 16px;
    }
    .metro-wrapper .h-tile {
    width: 31%;
    margin-right: 1%;
    margin-bottom: 3%;
    }
    #basket_icon {
    margin-top: 0px;
    }
    #ebar div {
    display: inline-block !important;
    }
    html #search {
    left: 208px;
    }
    #basket_icon a:before {
    font-size: 16px;
    height: 35px;
    width: 35px;
    }
    html body #ebar #quantity_tag:before {
    line-height: 35px;
    padding: 1px 10px;
    }
    .znacky img {
    width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .homepagecontent {
    display: none;
    }
}
@media only screen and (max-width: 767px) {
    html body #basket_form .cart tr td {
    padding: 10px 8px;
    width: 100%;
    }
    #basket_form .price-desc.left, .wrapper-tax-payer {
    font-size: 18px !important;
    }
    #left-box ul li a {
    height: 51px;
    line-height: 51px;
    }
    html #page .mobile-menu-content ul li ul li a, html .mobile-menu-content > ul ul {
    color: #34495E;
    background-color: #FFFFFF;
    }
    #left-box .leftmenu > ul > li:hover > a, #left-box .leftmenuAct a, #left-box .leftmenu2 > ul > li:hover > a, #left-box .leftmenuAct a {
    font-size: 20px;
    }
    .page-e-finish #price_value_final_small {
    float: right;
    }
    .headercontent, .contentslider {
    display: none !important;
    }
    .znacky img {
    width: 100%;
    }
    #basket_icon {
    margin-top: 0px;
    }
    html body #topmenu {
    display: none;
    }
    #aroundpage {
    padding-top: 0px;
    }
    html body #page #centerpage {
    margin-top: 0px;
    }
    html #incenterpage {
    padding-top: 20px;
    }
    body .cookies-notify {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    opacity: 1;
    background: #4D5762;
    height: auto;
    }
    body .cookies-notify-text {
    padding: 20px 0px;
    }
    body .cookies-notify-button {
    width: 100%;
    transform: none;
    background: white;
    border: none;
    margin: 0 0 10px 0;
    }
    body .cookies-notify-button:hover {
    background: #4D5762;
    }
    body .cookies-notify .close-link {
    padding-top: 0px;
    }
    body #close-cookies-notify {
    color: #4D5762;
    width: 100%;
    padding: 15px 0;
    }
    body #close-cookies-notify:hover {
    color: #FFF;
    }
    html body #page #centerpage2 {
    margin-top: 0px;
    }
    #incenterpage2 {
    padding-top: 20px;
    }
    #page .price-value, .price-value.def_color > span {
    font-size: 16px;
    }
    #basket_shipping_list, #basket_payments_list {
    padding: 0px;
    }
    html body #page .shipping-and-payment td {
    margin: 10px 5px;
    padding: 0px;
    }
    #basket_shipping_list tr {
    border-bottom: none;
    }
    .page-e-finish .cart p, .page-e-finish .box_text > a {
    font-size: 14px;
    }
    input, textarea, .input, .textarea, input[type="text"], input[type="password"] {
    width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    html #ebar {
    left: 0px;
    }
    html body #topmenu {
    display: none;
    }
    .metro-wrapper .h-tile {
    width: 31%;
    margin-right: 1%;
    margin-bottom: 3%;
    }
    .myfooter {
    max-width: 480px;
    }
    .f-one, .f-two {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    }
    .f-three {
    width: 100%;
    display: block;
    }
    table.cart .total .price-desc .price_small, .cart .prices .price_small {
    font-size: 14px !important;
    line-height: 12px;
    }
}
@media only screen and (max-width: 479px) {
    .metro-wrapper .h-tile {
    width: 45%;
    margin-right: 4%;
    margin-bottom: 6%;
    }
    .myfooter {
    max-width: 300px;
    }
    .f-one, .f-two {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    }
    .f-three {
    width: 100%;
    display: block;
    }
    .f-three .f-fotka {
    width: 100%;
    margin-right: 0%;
    display: block;
    }
    .f-three .f-kontakty {
    width: 100%;
    display: block;
    margin-top: 20px;
    }
    .sorting .sorting_item, .sorting .sorting_label {
    display: block;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    }
    .sorting .sorting_item:not(:last-child) {
    border-right: none;
    }
    .sorting {
    height: auto !important;
    }
    #submit_save {
    width: 100%;
    }
    table.cart .total .price-desc .price_small, .cart .prices .price_small {
    font-size: 10px !important;
    line-height: 7px;
    }
}