
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}


﻿/* —————————————————————————————— clear.css —————————————————————————————— */
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, font, 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, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    background: transparent;
    outline: none;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, span {
    vertical-align: baseline;
}

img {
    vertical-align: top;
    text-decoration: none;
    max-width: 100%;
    height: auto;
}

/* —————————————————————————————— general styles —————————————————————————————— */
html, body {
    width: 100%;
    height: 100%;
    min-width: 320px;
}

body {
    font: normal 12px "Arial", Arial, Helvetica, sans-serif;
    color: #000;
    font-display: swap;
}

.bold {
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

br.clear {
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

noscript ul {
    list-style-type: none;
    background: black;
    color: white;
    padding: 10px;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ".";
}

.clearblock {
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.hidden,
.collapsed,
.block_hidden_only_for_screen {
    display: none;
}

.center_column p {
    padding-top: 12px;
    color: #000;
    line-height: 1.25em;
}

.center_column a {
    color: #2452ae;
    text-decoration: underline;
}

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

#center_column h1 {
    padding: 10px 0 0 0;
    font: 600 17px "Open Sans";
    color: #2452ae;
}
#product #center_column h1 {
    padding: 10px 0;
}

#center_column h1 span {
    margin-left: 15px;
    font: normal 12px "Arial";
    color: #000;
    text-transform: none;
}

.center_column h2,
.center_column h3,
.center_column h4 {
    padding: 14px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #2452ae;
    text-transform: uppercase;
}

.center_column h3.carrierToggler {
    padding: 7px 0 0 0;
}

.center_column h2 {
    font-size: 15px;
}

.center_column strong, .center_column b {
    font-weight: bold;
}

a.product_link {
    font: 600 12px "Open Sans";
    color: #2656b8;
    text-decoration: none;
    text-transform: uppercase;
}

a.product_link:hover {
    color: #313131;
}

a.product_descr {
    font: normal 12px "Arial";
    color: #000;
    text-decoration: none;
    text-transform: none !important;
}

a.product_descr:hover {
    color: #313131;
}

/* ON SALE and DISCOUNT states */
span.on_sale,
span.discount {
    font-size: 11px;
    font-weight: bold;
    color: #ff0842;
    text-transform: uppercase;
}

/* prices display style */
table#cart_summary td.price,
.center_column span.price {
    font-weight: bold;
    color: #313131;
}

/* instant search */
#old_center_column {
    display: none;
}

#instant_search_results a {
    margin-left: 20px;
    text-transform: none;
    color: #000;
}

div.instant_search_results {
}

/* footer links */
ul.footer_links {
    height: 16px;
    clear: both;
    padding: 30px 0 0 0;
}

ul.footer_links li {
    height: 16px;
    float: left;
    margin: 0 25px 0 0;
}

ul.footer_links li a {
    line-height: 17px;
    color: #2452ae;
    text-decoration: none;
}

ul.footer_links li a:hover {
    color: #000;
}

ul.footer_links li img.icon {
    margin: 0 5px 0 0;
}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state {
    display: none;
}

/* errors */
div.error {
    border: 2px solid #da0f00;
    background: #f5f5f5;
    margin: 12px 0 0 0;
    padding: 10px;
}

div.error p {
    padding: 0;
    font-weight: bold;
    color: #000;
}

div.error ol {
    padding: 0 0 3px 0;
}

div.error li {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 10px 0;
    color: #da0f00;
}

/* warning */
p.warning {
    background: #f8e1a0;
    margin: 12px 0 0 0;
    padding: 10px 13px;
    font-weight: bold;
    color: #000;
}

.warning_inline {
    color: #da0f00;
    font-weight: bold;
}

/* success */
p.success {
    border: 2px solid #5eb569;
    background: #f1f2f4;
    margin: 12px 0 0 0;
    padding: 10px 13px;
    font-weight: bold;
    color: #3eab4c;
}

.success_inline {
    color: green;
    font-weight: bold;
}

/* confirmation */
p.confirmation {
    color: #33a33b;
    font-weight: bold;
}

#columns.searchByModel #center_column {
    /*width: 930px;*/
    width: 100%;
    background: #fff;
    border: 1px solid #CECECE;
    /*border-radius: 5px;*/
}

#columns.searchByModel #center_column2,
#columns.searchByModel #center_column3 {
    background: none;
}

#columns.searchByModel #right_column {
    display: none;
}

/* —————————————————————————————— layout —————————————————————————————— */
#wrapper1 {
    /*min-width: 980px;*/
    min-height: 100%;
    background: url(../img/bg_main.jpg) 50% 0 no-repeat #fff;
}

#wrapper2 {
    height: 100%;
}

#wrapper3 {
    /*width: 930px;*/
    margin: 0 auto;
    text-align: left;
}

#columns {
    float: left;
    padding: 44px 0 0 0;
    width:100%;
}

body#index #columns {
    padding: 44px 0 0 0;
    max-width:100%;
}

#center_column {
    /*width: 930px;*/
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    border: 1px solid #DDD;
    /*border-radius: 5px;*/
    box-sizing: border-box;
    /*background: url(../img/center_col_bottom.png) 0 bottom no-repeat;*/
}

body#index #center_column {
    /*width: 930px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#center_column2 {
    padding: 5px 0 0 0;
    /*background: url(../img/center_col_top.png) 0 0 no-repeat;*/
}

body#index #center_column2 {
    padding: 0;
    background: none;
}

#center_column3 {
    padding: 0 20px 15px 20px;
    /*background: url(../img/center_col_mid.png) 0 0 repeat-y;*/
}

body#index #center_column3 {
    padding: 0;
    background: none;
}

#right_column {
    width: 210px;
    float: left;
    margin: 0 0 0 30px;
}

/* ——————————————————————————————————— rte ——————————————————————————————————— */
body#cms div.content_only {
    padding: 0 20px 20px 20px;
    background: #fff;
    color: #000;
    text-align: left;
}

body#cms div.content_only h1 {
    padding: 14px 0 0 0;
    font: normal 18px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h2 {
    padding: 14px 0 0 0;
    font: bold 14px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h3 {
    padding: 14px 0 0 0;
    font: bold 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only h4,
body#cms div.content_only h5,
body#cms div.content_only h6 {
    padding: 14px 0 0 0;
    font: normal 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

body#cms div.content_only p {
    padding-top: 12px;
    font: normal 12px "Arial";
    color: #000;
}

body#cms div.content_only a {
    font: normal 12px "Arial";
    color: #0753b4;
    text-decoration: none;
}

body#cms div.content_only a:hover {
    color: #000;
}

body#cms div.content_only ul {
    list-style-type: circle;
    list-style-position: inside;
}

body#cms div.content_only ol {
    list-style-type: decimal;
    list-style-position: inside;
}

div.rte strong {
    font-weight: bold;
}

div.rte em {
    font-style: italic;
}

div.rte table {
    border-collapse: collapse;
    border-spacing: 1px;
    width: auto;
}

div.rte caption,
div.rte th,
div.rte td,
div.rte table {
    text-align: left;
    font-weight: normal;
    background: none;
    height: inherit;
    font: normal 12px "Arial";
    color: #000;
    text-align: center;
}

div.rte th {
    height: 24px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
}

div.rte table td {
    border: none;
}

/* ——————————————————————————————————— mce ——————————————————————————————————— */
.mceContentBody {
    width: 556px;
    margin: 9px 6px;
    background: #fff;
    font: normal 12px "Arial";
    color: #000;
    text-align: left;
}

body.mceContentBody {
    background-image: none;
}

.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1,
.mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote,
.mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite,
.mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins,
.mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong,
.mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd,
.mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th,
.mceContentBody td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.mceContentBody h1 {
    padding: 14px 0 0 0;
    font: normal 18px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h2 {
    padding: 14px 0 0 0;
    font: bold 14px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h3 {
    padding: 14px 0 0 0;
    font: bold 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
    padding: 14px 0 0 0;
    font: normal 12px "Arial";
    color: #777;
    text-transform: uppercase;
}

.mceContentBody p {
    margin: 7px;
    font: normal 12px "Arial";
    color: #000;
}

.mceContentBody a {
    font: normal 12px "Arial";
    color: #0753b4;
    text-decoration: underline;
}

.mceContentBody ul {
    list-style-type: circle;
    list-style-position: inside;
}

.mceContentBody ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.mceContentBody strong {
    font-weight: bold;
}

.mceContentBody em {
    font-style: italic;
}

.mceContentBody table {
    border-collapse: separate;
    border-spacing: 1px;
    width: auto;
}

.mceContentBody caption,
.mceContentBody th,
.mceContentBody td,
.mceContentBody table {
    text-align: left;
    font-weight: normal;
    background: none;
    height: inherit;
    border: 1px #eee solid;
    font: normal 12px "Arial";
    color: #000;
    text-align: center;
}

.mceContentBody th {
    height: 24px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
}

/* —————————————————————————————— buttons —————————————————————————————— */
/*
   -tags: input, a, span
   -sizes: mini, small, normal, large
   -types: button, exlusive
   -status: normal, hover, disabled
   -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    height: 19px !important;
    display: block;
    background-image: url(../img/bttns.png);
    background-repeat: no-repeat;
    border: none;
    font: 600 10px "Open Sans" !important;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

/* link/span button */
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    line-height: 18px !important;
}

/* firefox padding fix for input tag */
@-moz-document url-prefix() {
    input.button_mini, input.button_small, input.button, input.button_large,
    input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
    input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
    input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
        padding-bottom: 3px;
    }
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
    cursor: default;
    color: #bbb !important;
}

/* hover buttons */
input.button_mini:hover, a.button_mini:hover, input.button_small:hover, a.button_small:hover,
input.button:hover, a.button:hover, input.button_large:hover, a.button_large:hover,
input.exclusive_mini:hover, a.exclusive_mini:hover, input.exclusive_small:hover, a.exclusive_small:hover,
input.exclusive:hover, a.exclusive:hover, input.exclusive_large:hover, a.exclusive_large:hover {
    text-decoration: none !important;
}

/* all buttons */
input.button_mini, input.button_mini_disabled, a.button_mini, span.button_mini,
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {
    width: 60px;
    background-position: 0 0;
}

input.button_mini:hover, a.button_mini:hover,
input.exclusive_mini:hover, a.exclusive_mini:hover {
    background-position: 0 -76px;
}

input.button_small, input.button_small_disabled, a.button_small, span.button_small,
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {
    width: 90px;
    background-position: 0 -19px;
}

input.button_small:hover, a.button_small:hover,
input.exclusive_small:hover, a.exclusive_small:hover {
    background-position: 0 -95px;
}

input.button, input.button_disabled, a.button, span.button,
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {
    width: 120px;
    background-position: 0 -38px;
}

input.button:hover, a.button:hover,
input.exclusive:hover, a.exclusive:hover {
    background-position: 0 -114px;
}

input.button_large, input.button_large_disabled, a.button_large, span.button_large,
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {
    width: 200px;
    background-position: 0 -57px;
}

input.button_large:hover, a.button_large:hover,
input.exclusive_large:hover, a.exclusive_large:hover {
    background-position: 0 -133px;
}

/* —————————————————————————————— global table styles —————————————————————————————— */
div.table_block {
    padding: 17px 0 0 0;
}

table.std {
    width: 100%;
}

table.std td,
table.std th {
    padding: 7px;
    vertical-align: middle;
}

table.std tr.item td,
table.std tr.item th {
}

table.std tr.alternate_item td,
table.std tr.alternate_item th {
}

table.std tbody tr td,
table.std tfoot tr td {
    border-bottom: 2px solid #eee;
}
table.std tfoot #display_voucher_row td {
    border-bottom: 2px solid transparent;
    height: 21px;
}
table.std tfoot #display_voucher_row td a {
    font-size: 0.9em;
}

table.std th {
    height: 25px;
    padding: 0 7px;
    background: #eee;
    font-weight: bold;
    color: #000;
    text-align: left;
    white-space: nowrap;
}

table.std tfoot td {
    /*color: #fff;*/
    text-align: right;
    white-space: nowrap;
}
table.std tfoot #voucher_row td {
    color: #fff;
}
#order-detail-content.total-summary tfoot td:first-of-type {
    text-align: left;
}

/* —————————————————————————————— global form styles —————————————————————————————— */
form.std,
.form.std {
    clear: both;
}

form.std h3 {
    padding: 14px 5px 5px 0;
    border-bottom: 2px solid #eee;
}

form.std fieldset {
    border: none;
}

form.std h4,
form.std p {
    padding: 12px 0 0 0;
    clear: both;
}

/* global form styles */
input,
textarea,
select {
    background: #fff;
    border: 1px solid #bdc2c9;
    font: normal 12px "Arial";
    color: #000;
}

/* form labels */
.form.std .text label,
.form.std .password label,
.form.std .textarea label,
.form.std .select label,
.form.std .select span,
.form.std .radio span,
.form.std .checkbox span,

form.std .text label,
form.std .password label,
form.std .textarea label,
form.std .select label,
form.std .select span,
form.std .radio span,
form.std .checkbox span {
    float: left;
    text-align: left;
    width: 50px;
    padding: 2px 7px 0 0;
}

.form.std .text label,
.form.std .text span,
.form.std .password label,
.form.std .password span,
.form.std .textarea label,
.form.std .textarea span,
.form.std .select label,
.form.std .select span,
.form.std .radio label,
.form.std .radio span,
.form.std .checkbox label,
.form.std .checkbox span,

form.std .text label,
form.std .text span,
form.std .password label,
form.std .password span,
form.std .textarea label,
form.std .textarea span,
form.std .select label,
form.std .select span,
form.std .radio label,
form.std .radio span,
form.std .checkbox label,
form.std .checkbox span {
    font: normal 12px "Arial";
    color: #000;
}

form.std span.inline-infos {
    display: block;
    padding: 2px 0 0 157px;
    font: normal 11px "Arial";
    color: #000;
}

span.editable {
    font: normal 12px/19px "Arial";
    color: #000;
}

/* selectss */
select {
    height: 30px;
}

form.std p.select select {
    width: 206px;
}

select#days {
    width: 45px;
    margin: 0 8px 0 0;
}

select#months {
    width: 85px;
    margin: 0 8px 0 0;
}

select#years {
    width: 58px;
}

/* text inputs */
input.text {
    height: 15px;
    padding: 1px;
}

p.text input,
p.password input {
    width: 206px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 500px) {
    p.text input, 
    p.password input {
        width: 236px;
    }
}

/* textarea */
textarea {
    padding: 1px;
}

/* radio & checkboxes */
form.std p.checkbox,
form.std p.radio {
    overflow: hidden;
}

form.std p.checkbox {
    /*padding-left: 157px;*/
}

.checkbox input,
.radio input {
    display: inline;
    background: none;
    border: none;
    position: relative;
    left: 0;
    top: 1px;
}

* + html p.checkbox input {
    margin: -3px 0 0 -4px;
}

* + html p.radio input {
    margin: -3px 0 0 -4px;
}

.checkbox label,
.radio label {
    width: auto;
    padding: 0 0 0 3px;
}

/* submit */
form.std p.submit {
    padding: 20px 0 0 157px;
}

/* required state */
form.std .required sup {
    vertical-align: top;
    font: normal 13px "Tahoma";
    color: #da0f00;
}

form.std .required_desc {
    padding-left: 157px;
}

/* —————————————————————————————— header styles —————————————————————————————— */
div#header {
    height: 170px;
    background: url(../img/bg_header.png) right 0 no-repeat;
    position: relative;
    z-index: 100;
}

a#header_logo {
    width: 240px;
    height: 57px;
    display: block;
    position: absolute;
    top: 12px;
}

.header-edit #shopping_cart span.ajax_cart_quantity {
    display: inline-block !important;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #2b65db;
    color: white;
    border-radius: 8px;
    line-height: 16px;
    font-size: 10px;
    top: 1px;
    left: 15px;
    text-align: center;
}
/*.lang_cs .header-edit #shopping_cart span.ajax_cart_quantity {
    right: calc(50% + 41px);
}*/
.ajax_cart_product_txt_s, .ajax_cart_product_txt {
    display:none !important;
}
@media (max-width: 767px){
    a#header_logo {
        left: 0;
    }
    .header-edit #shopping_cart span {
        display:none !important;
    }
    .header-edit #shopping_cart span.ajax_cart_quantity {
        right: 0px;
        display: none !important;
    }
    /*.lang_cs .header-edit #shopping_cart span.ajax_cart_quantity {
        right: calc(50% + -15px);
    }*/
    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, font, 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, input, textarea {
        font-size: 16px;
        line-height: 1.3em;
    }
}

/* ————— blocklanguages.tpl ————— */
#languages_block_top {
    height: 25px;
    float: right;
    padding: 7px 12px 0 0;
}

#languages_block_top ul li {
    float: left;
}

#languages_block_top ul li + li {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #8b8b8b;
}

#languages_block_top ul li a {
    display: block;
    font: bold 12px "Arial";
    color: #212121;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}

#languages_block_top ul li a:hover {
    color: #2452ae;
}

#languages_block_top ul li.selected_language {
    font: bold 12px "Arial";
    color: #2452ae;
    text-align: center;
    text-transform: capitalize;
}

/* ————— blockcurrencies.tpl ————— */
div#currencies_block_top {
    height: 26px;
    float: right;
    padding: 6px 16px 0 0;
}

div#currencies_block_top label {
    display: block;
    float: left;
    padding: 1px 5px 0 0;
    color: #8b8b8b;
}

div#currencies_block_top select {
    width: 45px;
    height: 20px;
    padding: 1px;
    border: 1px solid #b6b6b6;
    font-size: 11px;
    color: #525151;
}

/* ————— blockuserinfo.tpl ————— */
#header_user {
    float: right;
    padding: 7px 0 0 0;
}

#header_user li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #8b8b8b;
}

#header_user #velkoobchod {
    width: 235px;
}

#header_user #velkoobchod a {
    font-weight: bold;
    color: #8b8b8b;
    text-decoration: none;
}

#header_user #velkoobchod a:hover {
    color: #2452ae;
}

#header_user #header_user_info {
    font-weight: bold;
    color: #8b8b8b;
}

#header_user #header_user_info a {
    font-weight: bold;
    color: #ababab;
    text-decoration: none;
    text-transform: lowercase;
}

#header_user #header_user_info a:hover {
    color: #fff;
}

#header_user #header_user_info span {
    font-weight: bold;
    color: #2452ae;
}

#header_user #your_account {
}

#header_user #your_account a {
    font-weight: bold;
    color: #212121;
    text-decoration: none;
}

#header_user #your_account a:hover {
    color: #2452ae;
}

#shopping_cart {
    width: 199px;
    height: 40px;
    padding: 3px 3px 0 52px;
    background: url(../img/header_cart.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 83px;
}

/*.header-edit #shopping_cart.hasProducts {
    background-image: url(../img/header-cart-white.png), url(../img/objednat.png);
    background-repeat: no-repeat, repeat-x;
    background-position: calc(50% - 75px), center center;
}
@media (max-width: 991px) {
    .header-edit #shopping_cart.hasProducts {
        background-position: 0px center, center center;
    }
}*/
/*.header-edit #shopping_cart.hasProducts span.ajax_cart_quantity,
.header-edit #shopping_cart.hasProducts span.ajax_cart_product_txt,
.header-edit #shopping_cart.hasProducts span.ajax_cart_product_txt_s,
.header-edit #shopping_cart.hasProducts span.ajax_cart_no_product,
.header-edit #shopping_cart.hasProducts > span.price {
    color: #fff;
}*/

#shopping_cart a {
    font: bold 14px "Arial";
    color: #2b52ae;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
/*.lang_cs .header-edit #shopping_cart.hasProducts span.ajax_cart_product_txt,
.lang_cs .header-edit #shopping_cart.hasProducts span.ajax_cart_product_txt_s,
.lang_cs .header-edit #shopping_cart.hasProducts span.ajax_cart_no_product,
.lang_cs .header-edit #shopping_cart.hasProducts > span.price {
    color: #666666 !important;
}*/
/*#shopping_cart.hasProducts > a {
    color: #fff !important;
}*/
/*.lang_cs #shopping_cart.hasProducts > a {
    color: #2452ae !important;
}*/

#shopping_cart a:hover {
    color: #212121;
}

#shopping_cart span {
    color: #666666;
}

/* ————— blocksearch-top.tpl ————— */
#search_block_top {
    height: 31px;
    position: absolute;
    right: 0;
    top: 42px;
}

#search_block_top p.search_form {
    height: 31px;
    float: left;
    background: url(../img/search_bg_left.png) 0 0 no-repeat;
}

#search_block_top select {
    float: left;
    margin: 4px 7px 0 6px;
    height: 23px;
    line-height: 23px;
    width: 104px;
    position: absolute;
    z-index: -1;
}

#search_block_top label {
    display: block;
    float: left;
    padding: 8px 11px 0 12px;
    font: bold 14px "Arial";
    color: #707070;
    text-transform: uppercase;
}

#search_block_top input.search_query {
    width: 165px;
    height: 21px;
    float: left;
    margin: 4px 0 0 0;
    padding: 0 5px;
    background: url(../img/search_form.png) 0 0 repeat-x;
    border: 1px solid #cecece;
    line-height: 21px;
}

#search_block_top p.search_btn {
    height: 31px;
    float: left;
    padding: 0 0 0 9px;
    background: url(../img/search_bg_right.png) 0 0 no-repeat;
}

#search_block_top p.search_btn a {
    width: 97px;
    height: 29px;
    display: block;
    margin: 2px 0 0 -3px;
    padding: 1px 0 0 0;
    background: url(../img/tmb_btn.png) 0 0 no-repeat;
    font: 800 16px "Open Sans";
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;

    /*
  width:80px;
  display:block;
  padding: 0;
  float:right;
  text-transform: uppercase;
  text-decoration: none;
  */
}

#search_block_top p.search_btn a:hover {
    text-decoration: underline;
}

#header_right .objednat_opravu {
    float: right;
}

#header_right .objednat_opravu a {
    display: block;
    background: url(../img/oprava_truck.png) no-repeat right top;
    padding: 0 51px 0 0;
    text-transform: uppercase;
    height: 26px;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    line-height: 26px;
    margin: 3px 5px 0 0;
}

#header_right .objednat_opravu a:hover {
    text-decoration: underline;
}

/* ————— tmheaderlinks.tpl ————— */
#tmheaderlinks {
    width: 669px;
    height: 31px;
    background: url(../img/header_links.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 83px;
    z-index: 9;
}

#tmheaderlinks li {
    float: left;
    border-right: 1px solid #c5c5c5;
}
#tmheaderlinks li:last-child {
    width: 428px;
    border-right: none;
}

#tmheaderlinks li a {
    height: 31px;
    display: block;
    text-align: center;
    font: 600 12px/31px "Open Sans";
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#tmheaderlinks li a:hover,
#tmheaderlinks li a.active {
    color: #2452ae;
}

/* ————— tmcategories.tpl ————— */
#tmcategories {
    /*width: 930px;*/
    width: 100%;
    height: 46px;
    background: url(../img/tmc_bg.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 133px;
}

#cat {
}

#cat > li {
    float: left;
    padding: 0 1px 0 0;
    background: url(../img/tmc_sep.png) right 0 no-repeat;
    position: relative;
    z-index: 100;
}

#cat > li > a {
    height: 36px;
    display: block;
    padding: 0 20px 0 20px;
    font: 700 10px/35px "Open Sans";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#cat > li:hover > a,
#cat > li > a.selected {
    background: url(../img/tmc_active.png) right 0 no-repeat;
}

#cat > li:first-child:hover > a,
#cat > li:first-child > a.selected {
    background: url(../img/tmc_active.png) 0 0 no-repeat;
}

#cat li ul.subcat {
    width: 155px;
    padding: 0 0 7px 0;
    background: url(../img/tmc_sub.png) 0 bottom no-repeat;
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
}

#cat li:first-child > ul.subcat {
    left: 9px;
}

#cat ul.subcat li {
    padding: 6px 10px 0 20px;
    background: #113070;
    position: relative;
}

#cat ul.subcat li:first-child {
    padding-top: 16px;
}

#cat ul.subcat li.last {
    padding-bottom: 11px;
}

#cat ul.subcat li a {
    font: bold 11px "Arial";
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#cat ul.subcat li a:hover,
#cat ul.subcat li a.selected {
    color: #256cfd;
}

#cat ul.subcat li ul.subcat {
    background: none;
    padding: 0;
    left: 155px;
    top: 0;
}

/* ------------- telefonické objednávky --------------- */
.tel-bottom, .tel-bottom a {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}
.tel-bottom a {
    text-decoration: none;
}
.tel-bottom a:hover {
    text-decoration: underline;
}

/* —————————————————————————————— left && right column blocks styles —————————————————————————————— */
/* ————— general block styles ————— */
div.column {
}

div.column a {
    color: #2452ae;
    text-decoration: none;
}

div.column a:hover {
    color: #000;
}

div.column > div {
    margin: 0 0 30px 0;
}

div.column div.block {
    padding: 0 0 5px 0;
    background: url(../img/block_bottom.png) 0 bottom no-repeat;
}

div.column div.block h4 {
    padding: 15px 0 0 20px;
    background: url(../img/block_top.png) 0 0 no-repeat;
    font: 600 17px "Open Sans";
    color: #000;
}

div.column div.block h4 a {
    font: 600 17px "Open Sans";
    text-decoration: none;
    color: #000;
}

div.column div.block h4 a:hover {
    color: #2452ae;
}

div.column div.block .block_content {
    padding: 0 20px 15px 20px;
    background: url(../img/block_mid.png) 0 0 repeat-y;
}

div.column div.block ul.bullet,
#rss_block_left ul {
    padding-top: 5px;
}

div.column div.block ul.bullet li,
#rss_block_left ul li {
    padding: 4px 0 0 12px;
    background: url(../img/bullet.gif) 0 8px no-repeat;
}

/* ————— blockcategories.tpl ————— */
#categories_block_left {
}

#categories_block_left ul.tree {
    padding: 5px 0 0 0;
}

#categories_block_left ul.tree li {
    padding: 4px 0 0 15px;
    position: relative;
}

#categories_block_left ul.tree li a {
}

#categories_block_left ul.tree li a:hover {
}

#categories_block_left ul.tree a.selected {
    font-weight: bold;
}

#categories_block_left ul.tree li ul {
    zoom: 1;
}

#categories_block_left ul.tree li ul li {
}

#categories_block_left ul.tree li ul li a {
}

#categories_block_left span.grower {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: -4px;
    top: 4px;
}

#categories_block_left span.OPEN {
    background: url(../img/categories_minus.gif) 3px 3px no-repeat;
}

#categories_block_left span.CLOSE {
    background: url(../img/categories_plus.gif) 3px 3px no-repeat;
}

/* ————— blockcart.tpl ————— */
#cart_block {
}

#cart_block .block_content {
    padding: 5px;
}

#cart_block h4 {
}

#cart_block h4 span {
    display: none;
}

#cart_block #cart_block_no_products {
    padding: 12px 0 17px 0;
    font-weight: bold;
    color: #2452ae;
}

#cart_block #cart_block_summary {
    padding: 10px 0 0 0;
}

#cart_block #cart_block_summary span {
    color: #000;
    zoom: 1;
}

#cart_block #cart_block_summary span.ajax_cart_total {
    margin: 0 0 0 5px;
    font-weight: bold;
}

#cart_block dl {
    padding: 0 0 17px 0;
}

#cart_block dl dt {
    height: 15px;
    padding: 12px 0 0 0;
    clear: both;
}

#cart_block dl dd {
    clear: both;
}

#cart_block span.quantity-formated {
    padding: 0 2px 0 0;
    float: left;
    font: normal 10px/17px "Arial";
    letter-spacing: 1px;
}

#cart_block span.quantity-formated span.quantity {
    font-size: 10px;
}

#cart_block dl a {
    text-decoration: underline;
}

#cart_block dl a:hover {
    text-decoration: none;
}

#cart_block dl dt a {
    float: left;
    width: 78%;
    height: 17px;
    overflow: hidden;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

#cart_block dl dt span.price {
    font-weight: bold;
    float: right;
    color: #000;
}

#cart_block dl dd a {
    padding: 0 0 0 14px;
    font-size: 11px;
    font-style: italic;
}

#cart_block a.ajax_cart_block_remove_link {
    width: 11px;
    height: 13px;
    margin: 0 0 0 5px;
    float: right;
    font-size: 0;
    display: block;
    background: url(../img/icon/delete.gif) 0 bottom no-repeat;
}

#cart_block a.ajax_cart_block_remove_link:hover {
    text-decoration: none;
}

#cart_block table#vouchers {
    width: 100%;
    margin: 0 0 17px 0;
}

#cart_block table#vouchers tr td.price {
    font-weight: bold;
    text-align: right;
}

#cart_block table#vouchers tr td.delete {
    width: 16px;
    text-align: right;
}

#cart_block table#vouchers tr td.delete a {
    width: 11px;
    height: 13px;
    font-size: 0;
    display: block;
    float: right;
    background: url(../img/icon/delete.gif) 0 bottom no-repeat;
}

#cart_block table#vouchers tr td.delete a img {
    display: none;
}

#cart_block ul.cart_block_customizations {
    padding: 0 0 0 13px;
}

#cart_block ul.cart_block_customizations li {
    font: 11px/15px "Arial";
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct {
    width: 11px;
    float: right;
}

#cart_block ul.cart_block_customizations div.deleteCustomizableProduct a {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#cart_block div.cart-prices {
    border-top: 1px solid #cecece;
}

#cart_block div.cart-prices div.cart-prices-block {
    height: 25px;
    background: #fff;
    border: 1px solid #cecece;
    border-top: none;
}

#cart_block div.cart-prices span {
    float: left;
    padding: 5px 0 0 7px;
}

#cart_block div.cart-prices span#cart_block_shipping_cost,
#cart_block div.cart-prices span#cart_block_total,
#cart_block div.cart-prices span#cart_block_wrapping_cost,
#cart_block div.cart-prices span#cart_block_tax_cost {
    float: right;
    padding: 5px 7px 0 0;
    font-weight: bold;
    color: #000;
}

#cart_block p#cart-price-precisions {
    padding: 19px 0 0 0;
}

#cart_block p#cart-buttons {
    padding: 0px 0 0 0;
    overflow: hidden;
    margin-top:19px;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
}#cart_block p#cart-buttons:hover {
     box-shadow: 0 0 15px #29d65dbf;
     -webkit-box-shadow: 0 0 15px #29d65dbf;
}

#cart_block p#cart-buttons a.button_mini {
    margin: 0 0 10px 0;
}

#cart_block p#cart-buttons a.button_small {
    background: #22b14c;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5em !important;
    box-sizing: border-box;
    height: 38px !important;
}
#cart_block p#cart-buttons a.button_small:hover {
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d65d', endColorstr='#22b14c',GradientType=0 );
}

/* ————— blocktags.tpl ————— */
#tags_block_left p.block_content {
    text-align: justify;
    padding-top: 10px;
}

#tags_block_left p.block_content a {
    margin: 0 3px 0 0;
    line-height: 20px;
}

#tags_block_left p.block_content a:hover {
    color: #fff;
    background: #2452ae;
    text-decoration: none;
}

a.tag_level1 {
    font-size: 13px;
}

a.tag_level2 {
    font-size: 15px;
}

a.tag_level3 {
    font-size: 17px;
    font-weight: bold;
}

/* ————— blockmyaccount.tpl ————— */
div.column div.myaccount p.logout {
    padding: 4px 0 0 12px;
}

div.column div.myaccount p.logout a {
    font-weight: bold;
}

/* ————— blocknewsletter.tpl ————— */
#newsletter_block_left div.block_content {
    padding-top: 5px;
}

#newsletter_block_left input {
    width: 160px;
    height: 17px;
    margin: 10px 0 0 0;
}

#newsletter_block_left select {
    width: 162px;
    margin: 10px 0 0 0;
}

#newsletter_block_left input.button_mini {
    width: 60px;
    text-transform: capitalize;
}

/* ————— blockmanufacturer.tpl && blocksupplier.tpl ————— */
.blockmanufacturer select,
.blocksupplier select {
    width: 160px;
    margin: 8px 0 0 0;
}

/* ————— blocklink.tpl ————— */

/* ————— blockrss.tpl ————— */

/* ————— blockadvertising.tpl ————— */
.advertising_block {
}

/* ————— blockpaymentlogo.tpl ————— */
div.paiement_logo_block {
}

div.paiement_logo_block a {
    text-decoration: none;
}

div.paiement_logo_block img + img {
    margin: 0 0 0 11px;
}

/* block products (new products, top sellers, viewed products) on left and right column */
/*.products_block ul {
    padding-top: 10px;
}*/

.products_block ul li {
    margin: 0 0 10px 0;
}

.products_block h5 a,
.products_block dl dt a {
    font-weight: bold;
}

.products_block dl {
    clear: both;
    padding: 2px 0 0 0;
    border-top: 1px solid #ccc;
}

.products_block dl dt {
    margin: 9px 0 0 0;
}

.products_block dl dd a {
    font-size: 11px;
}

.products_block dl dd a img {
    margin: 5px 0 0 0;
}

.products_block p a.button_large {
    margin: 12px 0 0 -15px;
    color: #fff;
}

/* ————— blockspecials.tpl ————— */
#special_block_right ul li {
    margin: 0;
}

#special_block_right h5 {
    padding: 12px 0 9px 0;
}

#special_block_right h5 a {
}

#special_block_right span.price-discount {
    text-decoration: line-through;
}

#special_block_right span.price {
    font-weight: bold;
}

/* ————— blocknewproducts.tpl ————— */

/* ————— blockbestsellers.tpl ————— */

/* ————— blockviewed.tpl ————— */
#viewed-products_block_left ul li.last_item {
    margin: 0;
}

#viewed-products_block_left h5 {
    padding: 5px 0 0 0;
}

#viewed-products_block_left h5 a {
    font-weight: bold;
}

#viewed-products_block_left p {
    font-size: 11px;
}

#viewed-products_block_left p img {
    margin: 4px 0 0 4px;
}

#viewed-products_block_left .price {
    display: block;
    padding: 3px 0 0 0;
    font: 800 15px "Open Sans";
    color: #313131;
}

/* ————— blockstore.tpl ————— */
#stores_block_left div.block_content {
    padding-top: 12px;
}

#stores_block_left p {
    text-align: left;
}

#stores_block_left p a img {
    margin: 0 0 10px 0;
}

/* —————————————————————————————— center column styles —————————————————————————————— */
/* ————— breadcrumb.tpl ————— */
.breadcrumb {
    position: relative;
}

.breadcrumb_inner {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    left: 1px;
    top: -34px;
}

.breadcrumb .navigation_page,
.breadcrumb .navigation_end,
.breadcrumb .navigation_product {
    font-size: 11px;
}

.breadcrumb .navigation-pipe {
    padding: 0 7px;
    font-size: 9px;
}

.breadcrumb a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #2452ae;
}

/* —————————————————————————————— product pages —————————————————————————————— */
/* ————— piscesslider.tpl ————— */
#slide_holder {
    width: 621px;
    height: 286px;
    float: left;
    overflow: hidden;
}

#slider {
    width: 541px;
    height: 286px;
    margin: 0 0 0 40px;
}
/*@media (max-width: 1px){
    width: calc(100% - 80px);
}*/

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}

.nivo-caption {
    width: 230px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 89;
}

.nivo-caption > p {
    background: url(../img/slider_caption.png) 0 0 repeat-x;
}

.nivo-caption h2 {
    padding: 24px 0 0 27px;
    font: 700 29px "Open Sans";
    color: #313131;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.nivo-caption h3 {
    margin: -4px 0 0 0;
    padding: 0 0 0 28px;
    font: normal 14px "Open Sans";
    color: #313131;
    text-transform: uppercase;
}

.nivo-caption p.descr {
    width: 180px;
    padding: 9px 0 0 28px;
    color: #313131;
}

.nivo-caption p.save {
    padding: 8px 0 0 28px;
    font: 600 19px "Open Sans";
    color: #313131;
    text-transform: uppercase;
}

.nivo-caption p.price {
    height: 53px;
    margin: -9px 0 0 0;
    padding: 0 0 0 27px;
}

.nivo-caption p.price span {
    display: block;
    float: left;
    font: 700 39px "Open Sans";
    color: #2656b8;
}

.nivo-caption p.price span + span {
    display: block;
    float: left;
    margin: 4px 0 0 0;
    font: 700 23px "Open Sans";
    color: #2656b8;
}

.nivo-caption p a {
    width: 144px;
    height: 0;
    display: block;
    margin: 7px 0 0 24px;
    padding: 42px 0 0 0;
    overflow: hidden;
    background: url(../img/slider_btn.png) 0 0 no-repeat;
}

.nivo-caption p a:hover {
    background-position: 0 -42px;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}

.nivo-directionNav a {
    width: 40px;
    height: 0;
    display: block;
    padding: 286px 0 0 0;
    overflow: hidden;
    background-image: url(../img/slider_nav.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.nivo-prevNav {
    left: -40px;
    background-position: 0 0;
}

.nivo-prevNav:hover {
    background-position: 0 -572px;
}

.nivo-nextNav {
    right: -40px;
    background-position: 0 -286px;
}

.nivo-nextNav:hover {
    background-position: 0 -858px;
}

/* ————— tmbanner1.tpl ————— */
.tmbanner1 {
    width: 290px;
    height: 286px;
    float: right;
}

.tmbanner1 a {
    width: 290px;
    height: 295px;
    display: block;
}

/* ————— tmbannerblock.tpl ————— */
#tmbannerblock {
    /*width: 920px;*/
    width:100%;
    /*height: 151px;*/
    margin: 5px 0 0 0;
    padding: 10px;
    /*background: url(../img/tmb_bg.png) 0 0 no-repeat;*/
    background-size: 100% 100%;
    box-sizing: border-box;
    /* background-'image' */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cecece;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    /* END background-'image' */
}

#tmbannerblock ul li {
    float: left;
    position: relative;
}

#tmbannerblock ul li img {
    width: 100%;
}

#tmbannerblock ul li + li {
    border-left: 1px solid #d8d8d8;
}

#tmbannerblock ul li div {
    width: 100%;
    padding: 0 18px 0 18px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

#tmbannerblock ul li div h2 {
    padding: 14px 0 0 0;
}

#tmbannerblock ul li div h2 a {
    font: 16px "Open Sans";
    color: #000;
    text-decoration: none;
    text-transform: none;
}

#tmbannerblock ul li div h2 a:hover {
    color: #2656b8;
}

#tmbannerblock ul li div p {
    padding: 3px 0 0 0;
    line-height: 17px;
}

#tmbannerblock ul li div p a {
    color: #000;
    text-decoration: none;
}

#tmbannerblock ul li div p a:hover {
    color: #2656b8;
}

#tmbannerblock ul li div a.btn {
    width: 97px;
    height: 21px;
    display: block;
    margin: 6px 0 0 -5px;
    padding: 3px 0 0 0;
    background: url(../img/tmb_btn.png) 0 0 no-repeat;
    font: 600 12px "Open Sans";
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

#tmbannerblock ul li div a.btn:hover {
    background-position: 0 -32px;
}
/*@media (max-width: 992px) {*/
    /*#tmbannerblock ul li:last-child {*/
        /*clear: both;*/
        /*margin: 0 auto;*/
        /*float: none;*/
        /*border: medium none;*/
        /*!*margin: ;*!*/
        /*padding-top: 10px;*/
    /*}*/
/*}*/
#tmbannerblock table {
    width: 100%;
    max-width: 250px;
}
@media (max-width: 767px) {
    #tmbannerblock ul li {
        overflow: hidden;
        position: relative;
    }
    #tmbannerblock ul li + li {
        border: none;
        margin-top: 10px;
    }
    #tmbannerblock ul li div {
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }
    #tmbannerblock ul li img {
        position: absolute;
        bottom: 0;
    }
    #tmbannerblock table {
        max-width: 300px;
    }
    #tmbannerblock ul li div a,
    a.product_link {
        font-size: 16px;
        line-height: 18px;
    }
    #tmbannerblock ul li div .hTwoTitle a {
        font-size: 18px;
    }
}
@media (max-width: 400px) {
    #tmbannerblock ul li div a {
        /*font-size:11px;*/
    }
    #tmbannerblock ul li div h2 {
        padding-top: 4px;
    }
    #tmbannerblock ul li div h2 a {
        font: 14px "Open Sans";
    }
}

/* ————— homefeatured.tpl ————— */
#featured-products_block_center {
    /*width: 930px;*/
    width: 100%;
}

#featured-products_block_center h4 {
}

#featured-products_block_center ul {
    /*width: 960px;*/
    width: 100%;
    overflow: hidden;
}

/*#featured-products_block_center ul li {
    !*width: 130px;*!
    height: 350px;
    float: left;
    padding: 0 0px 0 0; !* 0 30px 0 0 *!
    position: relative;
    text-align: center;
}*/

#featured-products_block_center ul li h5 {
    padding: 0px 0 0 0;
    margin: 0;
    height: 92px;
    overflow: hidden;
}

#featured-products_block_center ul li p.product_desc {
    padding: 2px 0 10px 0;
    line-height: 17px;
}

#featured-products_block_center ul li span.price {
    font: 600 15px "Open Sans";
    font-weight: bold;
}

#featured-products_block_center ul li .button_small {
    margin: 6px auto 0 auto;
}

/* ————— tmmanufacturers.tpl ————— */
/* core styles */
.jcarousel-container {
    position: relative;
}
#tmmanufacturers{
    max-width:100%;
}
.jcarousel-clip {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.jcarousel-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}

.jcarousel-prev,
.jcarousel-next {
    z-index: 3;
    display: none;
}

/* custom styles */
#homecarousel {
}

#homecarousel h4 {
}

div.jcarousel-container {
    /*width: 930px;*/
    width: 100%;
    height: 61px;
}

div.jcarousel-clip {
    /*width: 850px;*/
    width: calc(100% - 80px);
    height: 61px;
    margin: 0 0 0 40px;
    background: #fff;
    border: 1px solid #cecece;
    border-width: 1px 0;
    overflow: hidden;
}

#mycarousel {
}

#mycarousel li {
    width: 175px !important;
    height: 61px;
}

#mycarousel li.last {
    width: 150px !important;
}

.jcarousel-prev,
.jcarousel-next {
    width: 40px;
    height: 63px;
    background-image: url(../img/tmm_nav.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.jcarousel-prev {
    background-position: 0 0;
    left: 0;
}

.jcarousel-prev:hover,
.jcarousel-prev:active {
    background-position: 0 -126px;
}

.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-next {
    background-position: 0 -63px;
    right: 0;
}

.jcarousel-next:hover,
.jcarousel-next:active {
    background-position: 0 -189px;
}

.jcarousel-next-disabled,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:active {
    cursor: default;
    background-position: 0 -63px;
}

/* ————— editorial.tpl ————— */
#editorial {
    overflow: hidden; /*border-bottom:1px solid #cecece;*/
}

#editorial .editorial_txt {
    width: 610px;
    float: left;
    padding: 40px 0 30px 30px;
}

#editorial .editorial_txt > div {
    border-right: 1px solid #cecece;
}

#editorial .editorial_txt h1 {
    margin: -3px 0 0 0;
    padding: 0;
    font: 600 19px "Open Sans";
    color: #131011;
    text-transform: none;
}

#editorial .editorial_txt h2 {
    padding: 11px 0 0 0;
    font: bold 12px "Arial";
    color: #2656b8;
    text-transform: none;
}

#editorial .editorial_txt p {
    padding: 11px 0 0 0;
    color: #000;
    line-height: 18px;
}

#editorial .editorial_img {
    float: right;
}

/* ————— tmpaymentlogo.tpl ————— */
#tmpaymentlogo {
    width: 171px;
    height: 30px;
    float: left;
    padding: 39px 0 0 0;
}

/* ————— tmsocial.tpl ————— */
#tmsocial {
    float: left;
    padding: 44px 0 0 68px;
}

#tmsocial h4 {
    float: left;
    padding: 2px 0 0 0;
    font: 13px "Open Sans";
    color: #000;
    text-transform: none;
}

#tmsocial a {
    float: left;
    margin: 0 0 0 10px;
}

/* ————— tmnewsletter.tpl ————— */
#tmnewsletter {
    width: 430px;
    height: 118px;
    float: right;
}

#tmnewsletter h4 {
    padding: 24px 0 14px 0;
    font: 13px "Open Sans";
    color: #111;
    text-transform: none;
    text-align: right;
}

#tmnewsletter .tmnewsletter_input {
    width: 198px;
    height: 22px;
    float: right;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #cacaca;
    font: 12px/22px "Arial";
    color: #525151;
    text-transform: capitalize;
}

#tmnewsletter select {
    width: 116px;
    height: 24px;
    float: right;
    margin: 0 0 0 10px;
    padding: 2px;
    background: #fff;
    border: 1px solid #cacaca;
    font: 12px "Arial";
    color: #525151;
}

#tmnewsletter .tmnewsletter_btn {
    width: 39px;
    height: 24px;
    float: right;
    margin: 0 0 0 10px;
    background: url(../img/tmnewsletter_btn.png) 0 0 no-repeat;
    border: none;
    font: 12px "Open Sans";
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}

@-moz-document url-prefix() {
    #tmnewsletter .tmnewsletter_btn {
        padding-bottom: 3px;
    }
}

#tmnewsletter p {
    clear: both;
    padding: 10px 0 0 51px;
    font: normal 12px "Open Sans";
}

#tmnewsletter p.tmnewsletter_warning {
    color: #d80000;
}

#tmnewsletter p.tmnewsletter_success {
    color: #1a7a08;
}

/* ————— category.tpl ————— */
#subcategories ul {
}

#subcategories ul li {
    float: left;
    margin: 5px 5px 0 0;
    text-align: center;
    max-height: 50px;
    height: 50px;
    overflow: hidden;
}

#subcategories ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    /*border: 1px solid #C5C5C5;*/
    border: none;
    /*border-radius: 5px;*/
    width: 135px;
    /*height: 16px;*/
    line-height: 16px;
    overflow: hidden;
    color: #fff;

    background: #316fe9; /* Old browsers */
    background: -moz-linear-gradient(top, #316fe9 0%, #24478d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #316fe9), color-stop(100%, #24478d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #316fe9 0%, #24478d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #316fe9 0%, #24478d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #316fe9 0%, #24478d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #316fe9 0%, #24478d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316fe9', endColorstr='#24478d', GradientType=0); /* IE6-9 */

}

.addresults #subcategories ul li a {
    width: 127px;
}

#subcategories ul li a:hover {
    color: #fff;
    /*background-color: #F7F7F7;*/

    background: #24478d; /* Old browsers */
    background: -moz-linear-gradient(top, #24478d 0%, #316fe9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24478d), color-stop(100%, #316fe9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #24478d 0%, #316fe9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #24478d 0%, #316fe9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #24478d 0%, #316fe9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #24478d 0%, #316fe9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24478d', endColorstr='#316fe9', GradientType=0); /* IE6-9 */
}

#subcategories ul li a img {
    margin: 0 0 7px 0;
}

#categoryImage {
}

div.cat_desc {
    padding: 17px 0 0 0;
}

/* ————— product-compare.tpl ————— */
form.product_compare {
    height: 19px;
    padding: 20px 0 0 0;
    text-align: right;
}

/* ————— product-sort.tpl ————— */
form#productsSortForm {
    height: 19px;
    padding: 20px 0 0 0;
}

form#productsSortForm label {
    display: block;
    float: right;
    padding: 2px 7px 0 0;
}

form#productsSortForm select {
    width: 160px;
    height: 19px;
    float: right;
}

/* ————— product-list.tpl ————— */
ul#product_list {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #cecece;
}

ul#product_list li { /*height:200px;*/
    padding: 2px 0;
    border-top: 1px solid #cecece;
}

ul#product_list li a.product_img_link {
    width: 130px;
    height: 155px;
    display: block;
    float: left;
}

ul#product_list li div.center_block {
    width: calc(100% - 280px);
    float: left;
    margin: 0 0 0 20px;
    min-height: 130px;
}

ul#product_list li div.center_block div.product_flags {
    height: 26px;
}

ul#product_list li div.center_block div.product_flags span {
    height: 20px;
    display: block;
    float: left;
    padding: 6px 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

ul#product_list li div.center_block div.product_flags span.new {
    margin: 0 10px 0 0;
    background: #f5f5f5;
    color: #2452ae;
}

ul#product_list li div.center_block div.product_flags span.availability {
    background: #f5f5f5;
    color: #777;
}

ul#product_list li div.center_block h3 {
    padding: 17px 0 0 0;
}

ul#product_list li div.center_block .product_desc {
    padding: 14px 0 0 0;
    /*width:590px;*/
}

ul#product_list li div.center_block .product_desc ul {
    list-style: none;
}

ul#product_list li div.center_block .product_desc ul li {
    border: none;
    float: left;
    width: 195px;
}

ul#product_list li div.right_block {
    width: 130px;
    float: right;
    position: relative;
    height: 175px;
}

ul#product_list li div.right_block span.on_sale,
ul#product_list li div.right_block span.discount {
    display: block;
    padding: 6px 0 20px 0;
}

ul#product_list li div.right_block span.price_without {
    display: block;
    padding: 3px 0 0 0;
    font: 400 14px "Open Sans";
}

ul#product_list li div.right_block span.price {
    display: block;
    padding: 3px 0 0 0;
    font: 800 16px "Open Sans";
}

ul#product_list li div.right_block .exclusive {
    margin: 16px 0 5px 0;
}

ul#product_list li div.right_block p.compare {
    height: 15px;
    padding: 15px 0 0 0;
}

ul#product_list li div.right_block .availability {
    position: absolute;
    width: 140px;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 4px 10px 0 0;
    color: #2656b8;
}

ul#product_list li div.right_block .availability.redcolor {
    color: red;
}

* + html ul#product_list li div.right_block p.compare input {
    margin-right: -4px;
}

/* ————— pagination.tpl ————— */
div.pagination {
    height: 19px;
    padding: 20px 0 0 0;
}

ul.pagination {
    float: left;
    padding: 2px 0 0 0;
}

ul.pagination li {
    float: left;
    margin: 0 5px;
}

ul.pagination li a {
}

ul.pagination li a:hover {
    color: #000;
}

ul.pagination li.disabled span {
    color: #aaa;
}

ul.pagination li.current span {
    font-weight: bold;
    color: #000;
}

ul.pagination li#pagination_previous {
    text-transform: capitalize;
    margin: 0 15px 0 0;
}

ul.pagination li#pagination_next {
    text-transform: capitalize;
    margin: 0 0 0 15px;
}

form.pagination select {
    width: 45px;
    height: 19px;
    float: right;
}

form.pagination label {
    display: block;
    float: right;
    padding: 2px 10px 0 10px;
}

form.pagination a {
    float: right;
}

form.pagination input {
    display: none;
}

/* ————— stores.tpl ————— */
div#stores_block p.text label {
    display: block;
    float: left;
    padding: 2px 7px 0 0;
}

div#stores_block p.text input {
    width: 270px;
    height: 15px;
    padding: 1px;
    font: normal 12px "Arial";
    color: #000;
}

div#stores_block p.select {
    padding: 20px 0 0 0;
}

div#stores_block p.select label {
    display: block;
    float: left;
    padding: 2px 7px 0 0;
}

div#stores_block p.select select {
    float: left;
}

div#stores_block p.select span {
    display: block;
    float: left;
    padding: 2px 7px 0 7px;
}

div#stores_block p.select #stores_loader {
    margin: -2px 0 0 0;
    display: none;
}

div#stores_block input.button {
    clear: both;
    margin: 10px 0 0 0 !important;
}

div#stores_block select#locationSelect {
    margin: 20px 0;
    visibility: hidden;
}

div#stores_block div#map {
    width: 100%;
    height: 400px;
}

div#stores_block table#stores-table {
    margin: 20px 0 0 0;
    display: none;
}

/* ————— products-comparison.tpl ————— */
table#product_comparison {
    margin: 17px 0 0 0;
}

table#product_comparison h5 {
    height: 30px;
    margin: 0 20px 0 0;
}

table#product_comparison p {
    padding-right: 20px;
}

table#product_comparison div.comparison_product_infos {
    padding: 15px 0 0 0;
}

table#product_comparison div.comparison_product_infos div.product_discount {
    padding: 12px 0 0 0;
    height: 15px;
}

table#product_comparison div.comparison_product_infos a.cmp_remove {
    padding: 0 0 0 15px;
    background: url(../img/icon/delete.gif) 0 2px no-repeat;
    color: #dd0000;
    text-decoration: none;
}

table#product_comparison div.comparison_product_infos a.button {
    margin: 15px 0 0 0;
}

table#product_comparison div.comparison_product_infos .exclusive {
    margin: 5px 0 0 0;
}

table#product_comparison tr.empty td {
    height: 20px;
}

table#product_comparison tr.comparison_header td {
    padding: 5px 0 5px 8px;
    background: #2452ae;
    font-weight: bold;
    color: #fff;
}

table#product_comparison tr td.comparison_feature_odd,
table#product_comparison tr td.comparison_feature_even {
    padding: 5px 0 5px 8px;
    font-weight: bold;
    color: #2452ae;
}

table#product_comparison tr td.comparison_feature_odd {
    background: #eee;
}

table#product_comparison tr td.comparison_infos {
    font-weight: normal;
}

/* ————— product.tpl ————— */
#primary_block {
}

#primary_block #pb-right-column {
    width: 450px;
    float: left;
    padding: 17px 0 0 0;
}

/* product img */
#primary_block #image-block {
    width: 300px;
    height: 300px;
    float: left;
}

#primary_block #image-block img#bigpic {
    width: 300px;
    height: 300px;
    cursor: pointer;
}

#primary_block #image-block img#bigpic.jqzoom {
    cursor: crosshair;
    position: relative;
}

/* views block */
#views_block {
    width: 100px;
    height: auto;
    margin: 0 0 0 0;
    position: relative;
    float: right;
}

#view_scroll_left,
#view_scroll_right {
    width: 10px;
    height: 0;
    display: block;
    padding: 80px 0 0 0;
    overflow: hidden;
    background: url(../img/arrow_thumbs.gif) 0 0 no-repeat;
    position: absolute;
    top: 0;
}

#view_scroll_left {
    left: 0;
}

#view_scroll_right {
    background-position: 0 -80px;
    right: 0;
}

#thumbs_list {
    width: 100px;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#thumbs_list ul {
}

#thumbs_list li {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#thumbs_list li + li {
    /*margin: 0 0 0 10px;*/
}

#thumbs_list li a img {
}

span#wrapResetImages {
    display: none;
}

span#wrapResetImages div {
    padding: 12px 0 0 0;
}

/* usefull links */
#primary_block ul#usefull_link_block {
    padding: 2px 0 0 0;
    clear: both;
    overflow: hidden;
}

#primary_block ul#usefull_link_block li {
    padding: 7px 0 0 10px;
    background: url(../img/bullet_alt.gif) 0 11px no-repeat;
    float: left;
    margin: 0 15px 0 0;
}

#primary_block ul#usefull_link_block li.nobcg {
    background: none;
    padding-left: 0;
}

#primary_block ul#usefull_link_block li a,
#primary_block ul#usefull_link_block span.span_link {
    text-decoration: underline;
    color: #2452ae;
    cursor: pointer;
}

#primary_block ul#usefull_link_block li a:hover,
#primary_block ul#usefull_link_block span.span_link:hover {
    text-decoration: none;
}

#primary_block .availability_wrap {
    position: relative;
}

ul#product_list li div.right_block .availability_info,
#primary_block .availability_info {
    text-decoration: none;
    margin: 10px 0 0 0;
    display: block;
    font-size: 13px;
}

ul#product_list li div.right_block .availability_info:hover,
#primary_block .availability_info:hover {
    text-decoration: underline;
}

ul#product_list li div.right_block .availability_detail,
#primary_block .availability_detail {
    position: relative;
    border: 1px solid #2452ae;
    background: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    color: #000;
    margin-top: 5px;
}
#primary_block .availability_detail:before {
    content: '';
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #2452ae transparent;
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 4em;
}

ul#product_list li div.right_block .availability_detail {
    left: -520px;
    top: -25px;
}

ul#product_list li div.right_block .availability_detail p,
#primary_block .availability_detail p {
    color: #000;
}

ul#product_list li div.right_block .availability_detail h3,
#primary_block .availability_detail h3 {
    color: #2452ae;
    font: 600 17px "Open Sans";
    text-transform: none;
    padding: 0;
    margin: 0;
}

ul#product_list li div.right_block .availability_detail .italic,
#primary_block .availability_detail .italic {
    font-style: italic;
}

ul#product_list li div.right_block .availability_detail table,
#primary_block .availability_detail table {
    border-collapse: collapse;
    margin: 15px 0 0 0;
}

ul#product_list li div.right_block .availability_detail table td,
#primary_block .availability_detail table td {
    text-align: left;
    padding: 2px 0;
}

ul#product_list li div.right_block .availability_detail table td.first,
#primary_block .availability_detail table td.first {
    width: 145px;
}

#primary_block #pb-left-column {
    width: 325px;
    float: right;
    padding: 0 0 0 20px;
}

/* short description */
#primary_block #short_description_block,
#primary_block #short_description_content {
    margin: 0 0 20px 0;
    padding: 0;
}

#primary_block #short_description_content ul {line-height: 20px;}

#primary_block #short_description_content p {
    margin: 5px 0 0 0;
    padding: 0;
}

body #primary_block strong.red {
    color: red;
}

/* buttons */
#primary_block p.buttons_bottom_block {
    padding: 0;
}

#primary_block p.buttons_bottom_block a {
    margin: 5px 0 0 0;
}
#primary_block p.buttons_bottom_block a#addToCartBtnFb {
    background: #22b14c;
    padding: 8px 5px;
    font-size: 16px !important;
    width: auto;
    margin-right: 15px;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    min-width: 160px;
    box-sizing: border-box;
    height: auto !important;
}
#primary_block p.buttons_bottom_block a#addToCartBtnFb svg {
    height: 1.3em;
    display: inline-block;
    vertical-align: sub;
}
#primary_block p.buttons_bottom_block a#addToCartBtnFb:hover {
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d65d', endColorstr='#22b14c',GradientType=0 );
 }

#primary_block p.buttons_bottom_block input#add2cartbtn {
    display: none;
}

/* pack items */
#primary_block #short_description_block h3 {
    padding: 17px 0 3px 0;
}

#primary_block #short_description_block .pack_content {
    padding: 7px 0 0 0;
    font-size: 10px;
    color: #777;
}

#primary_block #short_description_block .pack_content p {
    padding: 0;
}

/* color picker */
#primary_block #color_picker {
    padding: 7px 10px 10px 10px;
    background: #eee;
    margin: 17px 0 0 0;
}

#primary_block #color_picker p {
    padding: 0;
}

#primary_block #color_to_pick_list li {
    display: inline;
    float: left;
    margin: 4px 7px 0 0;
}

#primary_block a.color_pick {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    cursor: pointer;
}

#primary_block a.color_pick:hover {
    border: 1px solid #000;
}

#primary_block a#color_all {
    cursor: pointer;
}

/* buy block */
#primary_block form#buy_block {
    border: 1px solid #cecece;
    padding: 7px 0 7px 10px;
    margin: 0 0 0px 0;
    background: #f5f5f5;
}

#primary_block form#buy_block p {
    padding: 0;
}

/* price */
#primary_block form#buy_block span.on_sale,
#primary_block form#buy_block span.discount {
    display: block;
    margin: 14px 0 0 0;
}

#primary_block form#buy_block .price .left,
#primary_block form#buy_block .price .right {
    float: left;
    width: 175px;
}

#primary_block form#buy_block .price .right {
    width: 135px;
    margin: 6px 0 0 0;
}

#primary_block form#buy_block #availability_statut,
#primary_block form#buy_block #pQuantityAvailable {
    float: left;
    width: 100%;
}

#primary_block form#buy_block #pQuantityAvailable {
    width: 115px;
}

.qty_and_cart {
    float: right;
    margin-top: -40px;
    margin-bottom: 10px;
}

#primary_block form#buy_block .qty_and_cart #quantity_wanted_p,
#primary_block form#buy_block .qty_and_cart #add_to_cart {
    float: left;
    width: 115px;
}

#primary_block form#buy_block .qty_and_cart #quantity_wanted_p {
    display: none;
}

#primary_block form#buy_block .qty_and_cart #add_to_cart {
    width: auto;
}

#primary_block form#buy_block span.our_price_display {
    display: block;
    margin: 0;
}

#primary_block form#buy_block span#our_price_display {
    margin: 0 3px 0 0;
    font: 800 20px "Open Sans";
    color: #2452ae;
}

#primary_block form#buy_block span.price_without_tax {
    margin: 0 3px 0 0;
    font: 800 14px "Open Sans";
    color: #000;
}

#primary_block form#buy_block .left + .right span.our_price_display,
#primary_block form#buy_block .left + .right span.our_price_display span.price_without_tax {
    color: #7f7f7f;
    font-weight: normal;
}

/* taxes & discounts */
#primary_block form#buy_block div#other_prices {
    margin: 0;
}

#primary_block form#buy_block div#other_prices p {
    margin: 2px 0 0 0;
}

#primary_block form#buy_block p#old_price {
    color: #777;
    text-decoration: line-through;
}

#primary_block form#buy_block p#reduction_percent {
    color: #777;
}

#primary_block form#buy_block p.pack_price {
    color: #777;
}

#primary_block form#buy_block p.price-ecotax {
    color: #229922;
}

/* attributes */
div#attributes {
}

div#attributes p {
    margin: 14px 0;
    padding: 3px 0 !important;
}

div#attributes p label {
    float: left;
    text-align: right;
    padding: 2px 7px 0 0;
}

/* quantities */
#primary_block form#buy_block p#quantity_wanted_p {
    margin: 14px 0;
    padding: 3px 0;
}

#primary_block form#buy_block p#quantity_wanted_p label {
    display: block;
    float: left;
    padding: 2px 7px 0 0;
}

#primary_block form#buy_block p#availability_statut {
    margin: 5px 0 10px 0;
}

#primary_block form#buy_block p#availability_statut span#availability_value {
    font-weight: bold;
}

#primary_block form#buy_block p#pQuantityAvailable {
    margin: 20px 0 10px 0;
    text-align: center;
}

#primary_block form#buy_block p#pQuantityAvailable span {
    font-weight: bold;
    color: #007cc3;
}

#primary_block form#buy_block p.online_only {
    margin: 14px 0 0 0;
}

#primary_block form#buy_block p#last_quantities {
    margin: 14px 0 40px 0;
    font-weight: bold;
    color: #ff0842;
}

/* tabs */
ul.idTabs {
    height: 25px;
    padding: 20px 0 0 0;
    clear: both;
}

ul.idTabs li {
    float: left;
}

ul.idTabs li a {
    height: 20px;
    display: block;
    padding: 5px 20px 0 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

ul.idTabs li a.selected {
    background: #f5f5f5;
    color: #2452ae;
}

/* tabs short */
ul.idTabsShort li a {
}

ul.idTabsShort li a.selected {
}

/* tabs content blocks */
div.tabs_content {
    background: #f5f5f5;
    padding: 14px 20px;
    zoom: 1;
}

/* quantity discount */
div#quantityDiscount {
}

div#quantityDiscount th,
div#quantityDiscount td {
    height: auto;
    padding: 5px;
    background: none;
    border: none;
}

div#quantityDiscount td {
    border-top: 2px solid #ccc;
}

/* tabs contents */
div#more_info_sheets {
}

/* idTab1 (product description) */
div#idTab1 {
    padding: 0 0 3px 0;
}

div#idTab1 p {
    padding: 3px 0 0 0;
}
div#idTab1 p img {
    width: 100%;
}

/* idTab2 (data sheet) */
ul#idTab2 li {
    padding: 3px 0 3px 10px;
    background: url(../img/bullet_alt.gif) 0 7px no-repeat;
}

ul#idTab2 li span {
    font-weight: bold;
}

/* idTab9 (attachments) */
ul#idTab9 li {
    padding: 3px 0 3px 10px;
    background: url(../img/bullet_alt.gif) 0 7px no-repeat;
}

ul#idTab9 li a {
    font-weight: bold;
}

/* idTab4 (accessories) */
ul#idTab4 {
    padding: 6px 0;
}

ul#idTab4 li {
    height: 80px;
    margin: 20px 0 0 0;
}

ul#idTab4 li:first-child {
    margin: 0;
}

ul#idTab4 li div.accessories_desc {
    width: 340px;
    float: left;
}

ul#idTab4 li div.accessories_desc a.accessory_image {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

ul#idTab4 li div.accessories_desc h5 {
    margin: 0 0 7px 0;
}

ul#idTab4 li div.accessories_price {
    width: 120px;
    float: right;
}

ul#idTab4 li div.accessories_price span.price {
    display: block;
    margin: 0 0 7px 0;
}

/* idTab5 (product comments) */
div#idTab5 p {
    padding: 3px 0;
}

div#idTab5 p.align_center {
    text-align: center;
}

div#idTab5 p.align_right {
    height: 11px;
    padding: 0;
}

div#idTab5 p.align_right a {
    width: 11px;
    height: 0;
    padding: 11px 0 0 0;
    overflow: hidden;
    display: block;
    float: right;
    background: url(../img/icon/delete.gif) 0 0 no-repeat;
}

div#idTab5 fieldset {
    margin: 0;
    padding: 0 0 3px 0;
}

div#idTab5 fieldset label {
    display: block;
    padding: 3px 0 0 0;
}

div#idTab5 fieldset input#customer_name,
div#idTab5 fieldset input#comment_title {
    width: 206px;
    height: 15px;
    padding: 1px;
    margin: 3px 0 0 0;
}

div#idTab5 textarea#content {
    width: 606px;
    height: 100px;
    margin: 3px 0 5px 0;
}

div#idTab5 div.table_block {
    padding: 0;
}

div#idTab5 div.table_block th,
div#idTab5 div.table_block td {
    height: auto;
    padding: 5px;
    background: none;
    border: none;
}

div#idTab5 div.table_block td {
    border-top: 2px solid #ccc;
}

/* customizable products */
div.customization_block {
}

div.customization_block p,
div.customizationUploadBrowseDescription {
    padding: 3px 0;
}

div.customization_block p img {
    margin: 0 2px 0 0;
}

div.customization_block h2 {
    padding: 9px 0 5px 0;
}

div.customization_block ul li div.customizationUploadBrowse {
    margin: 0 0 7px 0;
}

div.customization_block ul li div.customizationUploadBrowse img {
    margin: 0 7px 0 0;
}

textarea.customization_block_input {
    width: 606px;
    height: 50px;
}

div.customization_block p#customizedDatas {
    margin: 9px 0 15px 0;
}

/* pack products list */
div#pack_product_list {
    padding: 6px 0 0 0;
}

/* ————— manufacturers-list.tpl && suppliers-list.tpl ————— */
.mnf_sup_list {
    padding: 17px 0 0 0;
}

.mnf_sup_list li {
    height: 82px;
    clear: both;
    padding: 0 0 20px 0;
}

.mnf_sup_list li + li {
    padding: 20px 0;
    border-top: 2px solid #eee;
}

.mnf_sup_list li div.left_side {
    width: 395px;
    float: left;
}

.mnf_sup_list li div.logo {
    float: left;
    margin: 0 10px 0 0;
}

.mnf_sup_list li div.logo img {
    border: 1px solid #eee;
}

.mnf_sup_list li h3 {
    padding: 0;
    font-weight: bold;
    color: #000;
}

.mnf_sup_list li h3 a {
    font-weight: bold;
}

.mnf_sup_list li div.right_side {
    width: 120px;
    height: 82px;
    float: right;
    position: relative;
}

.mnf_sup_list li div.right_side a.button {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* —————————————————————————————— info pages —————————————————————————————— */
/* ————— sitemap.tpl ————— */
div.sitemap_block {
    width: 30%;
    float: left;
    padding: 0 3% 0 0;
}

div.sitemap_block ul {
    padding-top: 5px;
}

div.sitemap_block ul li {
    padding: 4px 0 0 10px;
    background: url(../img/sitemap-bullet.gif) 0 10px no-repeat;
}

div.categTree {
    clear: both;
    overflow: hidden;
    padding: 3px 0 0 0;
}

div.tree_top {
    height: 14px;
    margin: 7px 0 0 0;
    padding: 3px 0 0 28px;
    background: url(../img/sitemap-top.gif) -1px -1px no-repeat;
}

div.tree_top a {
    font-weight: bold;
    text-transform: uppercase;
}

div#center_column ul.tree li {
    border-left: solid 1px #a1a1a1;
    background: url(../img/sitemap-horizontal.gif) 0 12px no-repeat;
    margin: 0 0 0 11px;
    padding: 5px 0 0 16px;
}

div#center_column ul.tree li ul {
    padding: 2px 0 4px 0;
}

div#center_column ul.tree li ul li {
    margin: 0;
}

div#center_column ul.tree a {
    padding-left: 0;
}

div#center_column ul.tree a.selected {
    font-weight: bold;
}

div#center_column ul.tree li.last {
    background: url(../img/sitemap-last.gif) 0 0 no-repeat;
    border: none;
    padding: 5px 0 0 17px;
}

/* ————— contact-form.tpl ————— */
p#desc_contact0,
p#desc_contact1,
p#desc_contact2 {
    height: 15px;
    padding: 11px 0 0 157px;
}

body#contact-form div#center_column form p.file_input label {
    padding-top: 3px;
}

body#contact-form div#center_column form p.file_input input {
    height: 21px;
}

body#contact-form div#center_column form textarea#message {
    width: 330px;
}

/* —————————————————————————————— account pages —————————————————————————————— */
/* ————— authentication.tpl ————— */
/* login / create account */
body#authentication #create-account_form {
    width: 48%;
    clear: none;
    float: left;
    margin: 0 4% 0 0;
}

body#authentication #login_form {
    width: 47.9%;
    clear: none;
    float: left;
}

body#authentication #create-account_form h4,
body#authentication #login_form h4 {
    height: 31px;
    padding: 19px 0 0 0;
}

body#authentication #create-account_form p.text,
body#authentication #login_form p.text {
    width: 220px;
    height: 38px;
    padding: 12px 0 0 0;
}

body#authentication #create-account_form p.submit,
body#authentication #login_form p.submit {
    padding: 15px 0 0 0;
}

body#authentication #create-account_form label,
body#authentication #login_form label {
    display: block;
    clear: both;
    text-align: left;
}

body#authentication #login_form p.lost_password {
    padding: 12px 0 0 0;
}

#new_account_form p.radio input {
    top: 3px;
}

#new_account_form p.radio label {
    padding: 0 15px 0 3px;
    line-height: 19px;
    display: inline-block;
}

/* account creation form */
form#account-creation_form p.radio input {
    top: 3px;
}

form#account-creation_form p.radio label {
    padding: 0 15px 0 3px;
    line-height: 19px;
    display: inline-block;
}

form#account-creation_form textarea {
    width: 206px;
}

form#account-creation_form span.form_info {
    line-height: 19px;
}

/* ————— password.tpl ————— */

/* ————— my-account.tpl ————— */
body#my-account div#center_column ul#my_account_links {
    padding: 3px 0 0 0;
}

body#my-account div#center_column ul#my_account_links li {
    padding: 12px 0 0 0;
}

body#my-account div#center_column ul#my_account_links li img {
    margin: 0 5px 0 0;
    display: inline-block;
}

/* ————— addresses.tpl ————— */

#history ul.address {
    height: auto !important;
}

ul.address {
    float: left;
}

ul.item {
    width: 48%;
    margin: 17px 4% 0 0;
}

ul.alternate_item {
    width: 47.9%;
    margin: 17px 0 0 0;
}

ul.address li {
    margin: 5px 0 0 0;
    padding: 0 0 0 8px;
}

ul.address li.address_title {
    /*height: 20px;*/
    padding: 5px 0 0 8px;
    background: #eee;
    font-weight: bold;
    color: #000;
}

ul.address li span.address_name {
    padding: 8px 0 0 0;
    font-weight: bold;
    color: #2452ae;
}

ul.address li.address_update,
ul.address li.address_delete {
}

body#addresses div.address_add {
    clear: both;
    padding: 20px 0 0 0;
}

/* ————— address.tpl ————— */
body#address div#center_column form.std p.textarea textarea {
    width: 206px;
}

body#address div#center_column form.std p.submit .button {
    margin: 20px 0 0 0;
}

/* ————— identity.tpl ————— */
form.identity p.radio input {
    top: 3px;
}

form.identity p.radio label {
    padding: 0 15px 0 3px;
    line-height: 19px;
    display: inline-block;
}

form.identity p.required_desc {
    padding: 20px 0 0 157px;
}

p#security_informations {
    padding: 20px 0 0 157px;
    font-size: 11px;
}

/* —————————————————————————————— order pages —————————————————————————————— */
/* ————— order-steps.tpl ————— */
ul#order_step {
    width: 100%;
    height: 40px;
    margin: 10px 0;
    padding: 0;
    background: #3b3b3b;
    display: table;
}

ul#order_step li {
    width: 25%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
}

ul#order_step li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: -5px;
    top: 10px;
    color: #b5b5b5;
    z-index: 2;
}

ul#order_step li.step_current {
    font-weight: 600;
    color: #fff;
    background: #4a4a4a;
}

ul#order_step li.step_done {
    background: #4a4a4a;
}

ul#order_step li a {
    color: #b5b5b5;
}
@media (max-width: 767px) {
    ul#order_step li {
        font-size: 11px;
    }
    ul#order_step li a {
        font-size: 11px;
    }
}

ul#order_step li.step_todo {
    color: #e6e6e6;
}

ul#order_step li#step_end:after {
    display: none;
}

/* ————— Order step 1: summary (shopping-cart.tpl) ————— */
table.cart_last_product {
    width: 350px;
    margin: 15px auto 0 auto;
}

table.cart_last_product tr th {
    background: #2452ae;
    color: #fff;
}

table.cart_last_product tr td {
    border: none !important;
    padding-right: 0;
}

table.cart_last_product tr td.cart_product {
    width: 45px;
}

body#order table.std td:first-child a img {
}

body#order table.std h5 a {
}

body#order table.std h5 a:hover {
}

table#cart_summary {
}

table#cart_summary tr td.cart_product {
    width: 45px;
}

table#cart_summary tr td.cart_quantity {
    text-align: center;
    width: 46px;
}

table#cart_summary tr td.cart_quantity div#cart_quantity_button {
    width: 30px;
    float: left;
}

table#cart_summary tr td.cart_quantity div#cart_quantity_button input.text {
    width: 26px;
    margin: 3px 0;
    text-align: center;
}

table#cart_summary tr td.cart_quantity a {
    height: 9px;
    display: block;
    text-align: center;
}

table#cart_summary tr td.cart_quantity a.cart_quantity_delete {
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    margin: 15px 0 0 5px;
}

table#cart_summary tr td ul.customizationUploaded li img {
    margin: 0 10px 0 0;
    border: 1px solid #eee;
}

table#cart_summary tr td ul.typedText li {
    padding: 7px 0 0 0;
}

table#cart_summary tr td.cart_discount_delete {
    text-align: center;
}

table#cart_summary tr th.cart_total,
table#cart_summary tr td.cart_total,
table#cart_summary tr td.cart_discount_price {
    text-align: right;
    white-space: nowrap;
}

table#cart_summary tr td.cart_ref {
    width: 150px;
    color: #2AB20A;
    text-align: right;
}

table#cart_summary tr td.cart_ref > span {
    color: #F22828;
}

table#cart_summary tr td .price {
    white-space: nowrap;
}

/* voucher form */
form#voucher fieldset {
    border: 2px solid #eee;
    padding: 10px;
}

form#voucher fieldset h2 {
    float: left;
    padding: 2px 20px 0 0;
}

form#voucher fieldset p {
    float: left;
    padding: 0 20px 0 0;
}

form#voucher fieldset p.submit {
    padding: 0;
}

form#voucher fieldset p.text label {
    float: left;
    text-align: right;
    padding: 2px 7px 0 0;
}

form#voucher fieldset p.text input {
    width: 166px;
}

form#voucher fieldset div#display_cart_vouchers h4 {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}

form#voucher fieldset div#display_cart_vouchers div {
    padding: 4px 0 0 0;
}

form#voucher fieldset div#display_cart_vouchers span.voucher_name {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

form#voucher fieldset div#display_cart_vouchers span.voucher_name:hover {
    text-decoration: none;
}

/* order carrier */
div#order_carrier {
    border: 2px solid #eee;
    margin: 17px 0 0 0;
    padding: 10px;
}

div#order_carrier h4 {
    float: left;
    padding: 0 10px 0 0;
}

/* cart navigation */
p.cart_navigation .exclusive, #module-add_gopay-controllers-front-validation .exclusive_large {
    background: #22b14c;
    padding: 10px 15px;
    font-size: 14px !important;
    width: auto;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    font-weight: 400 !important;
    height: auto !important;
}
p.cart_navigation .exclusive:hover, #module-add_gopay-controllers-front-validation .exclusive_large:hover {
    box-shadow: 0 0 15px #29d65dbf;
    -webkit-box-shadow: 0 0 15px #29d65dbf;
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d65d', endColorstr='#22b14c',GradientType=0 );
}   
p.cart_navigation .button_large {
    background: #d4d4d4;
    padding: 10px 15px;
    font-size: 14px !important;
    width: auto;
    font-weight: 400 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
    p.cart_navigation .exclusive,
    p.cart_navigation .button_large,
    #module-add_gopay-controllers-front-validation .exclusive_large{
        width: 100%;
        box-sizing: border-box;
        height: auto !important;
    }
    p.cart_navigation .button_large {
        margin-top:15px;
    }
    #primary_block form#buy_block p#pQuantityAvailable {
        text-align: left;
    }
}
@media (max-width: 767px) {
    p.cart_navigation .exclusive,
    p.cart_navigation .button_large,
    #module-add_gopay-controllers-front-validation .exclusive_large{
        font-size: 11px !important;   
    }
    #primary_block form#buy_block #pQuantityAvailable {
        width: 125px;
    }
}
@media (max-width: 500px) {
    p.cart_navigation .exclusive,
    #module-add_gopay-controllers-front-validation .exclusive_large{
        width: 100%;
        box-sizing: border-box;
    }
    p.cart_navigation .button_large {
        display: block;
        background: none;
        color: #9c9c9c !important;
        text-align: center;
        width: 100%;
    }
}
#orderAddressForm {
    position:relative;
}
#orderAddressForm > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
#orderAddressForm .delivery-date {
    margin-bottom: 0;
}
p.cart_navigation .button_large:hover {
    background: #a9a9a9;
}   
p.cart_navigation {
    height: auto;
    clear: both;
    margin: 10px 0 0;
}
@media (min-width: 768px) {
    #orderAddressForm p.cart_navigation {
        clear: none;
        position: absolute;
        vertical-align: bottom;
        bottom: 49px;
        margin-top: 0;
        padding: 0 30px 30px 0;
        display: inline-block;
    }
}
p.cart_navigation:before,
p.cart_navigation:after {
    content: ' ';
    display: table;
}
p.cart_navigation:after {
    clear: both;
}

p.cart_navigation .button,
p.cart_navigation .button_large {
    float: left;
}

p.cart_navigation .exclusive,
p.cart_navigation .exclusive_large {
    float: right;
}

.carrierPayment-block {
    width: 50%;
    float: left;    
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .carrierPayment-block {
        width: 100%;
        padding: 0 !important;
    }
    .ui.selection.dropdown {
        min-width: 110px !important;
    }
}
.carrierPayment-block:nth-of-type(1) {
    padding-right: 10px;
}
.carrierPayment-block:nth-of-type(2) {
    padding-left: 10px;
}

.delivery_on_post {
    width: 100%;
    margin: 5px 0 0;
}

/* ————— carriercompare.tpl ————— */
#availableCarriers {
    padding: 12px 0 0 0;
}

#compare_shipping_form h3 {
    margin: 0 0 8px 0;
}

#compare_shipping_form #noCarrier {
    margin: 12px 0 0;
    padding: 10px 13px;
    text-align: center;
}

#availableCarriers_table {
    width: 100% !important;
}

#carriercompare_errors_list li {
    margin: 0 !important;
    padding: 3px 0 0 0;
}

/* ————— Order step 2: log in (authentication.tpl) ————— */

/* ————— Order step 3: addresses (order-address.tpl) ————— */
div.order_address {
}

div.order_address p.select label {
    float: left;
    text-align: right;
    padding: 2px 7px 0 0;
}

div.order_address p#address_invoice_form a.button_large {
    margin: 0 auto;
}

div.order_address p.address_add {
    padding: 17px 0 0 0;
}

div.order_address div#ordermsg textarea {
    width: 646px;
    height: 100px;
    max-width: 100%;
}

/* ————— Order step 4: shipping (order-carrier.tpl) ————— */
table#carrierTable,
table#paymentTable {
    margin: 17px 0 0 0;
    border-collapse: separate;
    border-bottom: 2px solid #eee !important;
}
table#carrierTable thead,
table#paymentTable thead {
    display: none;
}

table#carrierTable tr td,
table#paymentTable tr td {
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid transparent !important;
    height: 30px;
}

table#carrierTable tr.active td,
table#paymentTable tr.active td {
    border: 1px solid #2452ae !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}
table#carrierTable tr.active td:first-of-type,
table#paymentTable tr.active td:first-of-type {
    border-left: 1px solid #2452ae !important;
}
table#carrierTable tr.active td:last-of-type,
table#paymentTable tr.active td:last-of-type {
    border-right: 1px solid #2452ae !important;
}

table#carrierTable tr td:first-of-type,
table#paymentTable tr td:first-of-type {
    border-left: 2px solid #eee !important;
}
table#carrierTable tr td:last-of-type,
table#paymentTable tr td:last-of-type {
    border-right: 2px solid #eee !important;
}

table#carrierTable tr td.radio input,
table#paymentTable tr td.radio input {
    background: none;
    border: none;
    position: relative;
    top: 1px;
    left: 0;
}

table#carrierTable tr td.carrier_price,
table#paymentTable tr td.payment_price {
    white-space: nowrap;
    text-align: right;
}

table#carrierTable tr td.carrier_price .price,
table#paymentTable tr td.payment_price .price {
    display: block;
}

table#carrierTable tr td.carrier_name label {
    display: block;
    font-weight: 600;
}

.summary-block {
    background: #2452ae;
    clear: both;
    width: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 0;
    float: left;
    line-height: 18px;
}
.summary-block table {
    width: 100%;
}
.summary-block table td {
    font-size: 15px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .summary-block table td {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .summary-block tr {
        display: block;
        width: 100%;
        clear: both;
    }
}
.summary-block table td#free-shipping-info {
    text-align: left;
    color: #eeeeee;
}
.summary-block table td:last-of-type {
    text-align: right;
}
.summary-block table td .price {
    font-weight: bold;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;
}

p#gift_div {
    display: none;
    clear: both;
}

p#gift_div label {
    display: block;
}

p#gift_div textarea {
    width: 646px;
    height: 100px;
    margin: 12px 0 0 0;
}

/* ————— Order step 5: payment (order-payment.tpl) ————— */
p.payment_module {
    display: block;
    margin: 0 !important;
    padding: 17px 0 0 0 !important;
    border: none !important;
}

.payment_module img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.payment_module a {
    display: block;
    background: #fafafa;
    border: 2px solid #ddd;
    padding: 7px;
    color: #777;
    text-decoration: none;
}

.payment_module a:before, 
.payment_module a:after {
    content: ' ';
    display: table;
}
.payment_module a:after {
    clear: both;
}

.payment_module a:hover,
.payment_module a:focus,
.payment_module a:active {
    background: #fff;
    border: 2px solid #2452ae;
    color: #000;
}

/* ————— history.tpl ————— */
.color-myaccount,
a.color-myaccount {
    color: #2452ae;
}

div#block-history {
    margin: 17px 0 0 0;
}

div#block-history textarea {
    width: 646px;
    height: 100px;
}

table#order-list td.history_link a {
    font-weight: bold;
}

table#order-list td.history_detail a.details_link {
    text-transform: capitalize;
}

#block-history #block-order-detail table.std td.inputs input.order_qte_input {
    height: 15px;
    padding: 1px;
    float: left;
}

#block-history #block-order-detail table.std td.inputs label {
    display: block;
    float: left;
    padding: 2px 0 0 7px;
    font-weight: bold;
}

#block-history h3 {
    padding: 17px 0 0 0;
}

#block-history #block-order-detail {
    padding: 0 0 12px 0;
    border-top: 2px solid #2452ae;
    border-bottom: 2px solid #2452ae;
}

div#order-detail-content table.std th.last_item,
div#order-detail-content table.std td.last_item {
    text-align: right;
}

#order-detail-content.total-summary {
    float: right;
    width: 70%;
    padding-top: 0;
}
@media (max-width: 767px) {
    #order-detail-content.total-summary {
        width: 100%;
    }
}
#order-detail-content.total-summary > h1{
    margin-bottom: 10px;
}
.summary-address-block {
    width: 30%;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .summary-address-block {
        width: 100%;
    }
}
.summary-address-block .address {
    width: 100%;
    margin: 0;
}
.summary-address-block .address .address_title {
    background: transparent;
    font: 600 17px "Open Sans";
    color: #2452ae;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .summary-address-block .address .address_title {
        padding-left: 0;
    }
}

form#sendOrderMessage {
    padding: 3px 0 0 0;
}

form#sendOrderMessage p.submit {
    padding: 12px 0 0 0;
}

/* ————— order-slip.tpl ————— */

/* ————— discount.tpl ————— */
table.discount {
    margin: 17px 0 0 0;
}

table.discount td.discount_code {
    font-weight: bold;
}

table.discount td.discount_value {
    white-space: nowrap;
}

body#discount div.center_column sup {
    vertical-align: top;
    font: normal 13px "Tahoma";
    color: #da0f00;
}

/* ————— One Page Checkout ————— */
/* ————— order-opc.tpl ————— */
div#order-opc h2 {
    padding: 30px 0 0 0;
}

div#order-opc table#carrierTable {
    margin: 17px 0 0 0;
}

div#order-opc textarea#message {
    width: 646px;
    height: 100px;
    max-width:100%;
}

/* ————— order-opc-new-account.tpl ————— */

/* account choice */
div#opc_account_choice div.opc_float {
    padding: 17px 0 0 0;
    float: left;
    width: 48%;
}

div#opc_account_choice div.opc_float input {
    float: left;
    margin: 0 7px 0 0;
}

div#login_form_content input.text {
    width: 206px;
}

/* already registered */
div#login_form_content p.submit {
}

div#login_form_content #login_passwd {
    margin: 12px 0 0 157px;
}

/* new customer */
div#opc_account_form textarea#other,
div#opc_account_form #other_invoice {
    width: 206px;
}

div#opc_account_form p.required_desc {
    padding-top: 20px;
}

p#opc_account_saved {
    display: none;
    font-weight: bold;
    color: #3eab4c;
}

/* ————— guest-tracking.tpl ————— */
form.guest p.text i {
    padding: 0 0 0 5px;
    line-height: 19px;
}

/* ————— 404.tpl ————— */
p.error404 {
    border: 2px solid #dd0000;
    background: #f5f5f5;
    margin: 12px 0 0 0;
    padding: 10px;
    line-height: 32px;
}

p.error404 img {
    margin: 0 10px 0 0;
}

/* conditions & legal */
ul.shop_info {
    list-style-type: square !important;
    list-style-position: inside;
    padding: 0.6em;
    margin-top: 0.6em;
    margin-left: 2em;
    border: 1px solid #000;
}

ul.shop_info li {
    padding-left: 0.5em !important;
    padding-bottom: 0.5em !important;
}

/* module reversoform */
.account_creation #reverso-form {
    width: 100%;
}

.account_creation #reverso-form label {
    width: 250px;
    text-align: left;
    margin-left: 10px;
}

.account_creation #reverso-form label#legend_reverso {
    clear: both;
    width: 100%;
    font-size: 10px;
    text-align: left;
}

.account_creation #reverso-form input#reverso_form {
    margin-top: 20px;
}

/* module paypalapi */
.paypalapi_about {
    text-align: justify;
}

.paypalapi_about ul {
    padding-left: 20px;
}

//New 4pages Cart styling

.order_delivery {
    display: none;
}

/* —————————————————————————————— footer styles —————————————————————————————— */
#footer {
    clear: both;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dedede 0%, #f7f7f7 4%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#dedede 0%,#f7f7f7 4%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%,#dedede 0%,#f7f7f7 4%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cecece;

}
@media (max-width: 767px) {
    #footer {
        background: #fff;
    }
    #footer #tmfooterlinks .col-xs-6:nth-of-type(2n+0){
        border-right:none;
    }
    #footer #tmfooterlinks .col-xs-6:nth-of-type(3n+0), #footer #tmfooterlinks .col-xs-6:nth-of-type(4n+0){
        border-top: 1px solid #c6c6c6;
    }
}

/* ————— tmfooterlinks.tpl ————— */
#tmfooterlinks {
}

#tmfooterlinks div {
    height: 220px;
    float: left;
    border-right: 1px solid #c6c6c6;
}
#tmfooterlinks .footer_contacts {
    min-height: 176px;
    height: auto;
}


#tmfooterlinks div#fb, #tmfooterlinks div#fb div {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    border-right: none;
}

#tmfooterlinks h4 {
    padding: 15px 0 7px 0;
    font: 600 17px "Open Sans";
    color: #000;
}

#tmfooterlinks ul {
}

#tmfooterlinks ul li {
    padding: 5px 0 0 0;
}

#tmfooterlinks ul li a {
    color: #000;
    text-decoration: none;
}

#tmfooterlinks ul li a:hover {
    color: #2656b8;
}

#tmfooterlinks > p {
    padding: 25px 0 0 0;
    clear: both;
    color: #000;
    zoom: 1;
}

#tmfooterlinks > p a {
    color: #000;
    text-decoration: none;
}

#tmfooterlinks > p a:hover {
    color: #2656b8;
}

#tmfooterlinks .footer_contacts {
    border: none;
}

#tmfooterlinks .footer_contacts h2 {
    padding: 14px 0 0 0;
    font: 600 20px "Open Sans";
    color: #000;
}

#tmfooterlinks .footer_contacts h3 {
    margin: -5px 0 -4px 0;
    padding: 0;
    font: 600 24px "Open Sans";
    color: #2656b8;
    letter-spacing: -2px;
}

@media screen {
    #tmfooterlinks .footer_contacts h3 {
        letter-spacing: -3px;
    }
}

#tmfooterlinks .footer_contacts p a {
    padding: 11px 0 0 0;
    color: #000;
    line-height: 1.1em;
}

/* ---------- product-list GRID ---------- */
ul#product_list.grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1%;
    padding-left: 1%;
    margin: 0 -1%;
}
ul#product_list li.ajax_block_product.item-grid {
    flex-basis: 24%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 1%;
    border: 1px solid #ddd;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
ul#product_list li.ajax_block_product.item-grid > a {
    position: relative;
}
ul#product_list li.ajax_block_product.item-grid .name,
ul#product_list li.ajax_block_product.item-grid .name .name_full {
    font-size: 12px;
    height: 2.8em;
    display: block;
    text-align: center;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9;
    font-weight: 600;
}
ul#product_list li.ajax_block_product.item-grid .name .name_full {
    display: none;
}
ul#product_list li.ajax_block_product.item-grid .name:hover .name_full {
    display: block;
    min-height: fit-content;
    height: auto;
    top: 0;
}
ul#product_list li.ajax_block_product.item-grid .img-box {
    margin-top: 2.8em;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    padding-bottom: 100%;
}
ul#product_list li.ajax_block_product.item-grid .img-box:hover {
    border-color: #acbfe4;
}
ul#product_list li.ajax_block_product.item-grid .img-box img,
ul#product_list li.ajax_block_product.item-grid .img-box img.image-second {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s;
}
ul#product_list li.ajax_block_product.item-grid .img-box img.full-view {
    display: none;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    max-width: 200%;
}
ul#product_list li.ajax_block_product.item-grid .img-box img.image-second {
    visibility: hidden;
    opacity: 0;
}
ul#product_list li.ajax_block_product.item-grid .img-box:hover img,
ul#product_list li.ajax_block_product.item-grid .img-box:hover img.image-second {
    visibility: visible;
    opacity: 1;
    top: -5%;
    left: -5%;
    width: 110%;
    max-width: 110%;
    height: 110%;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .availability {
    width: 100%;
    font-size: 1.3em;
    min-height: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2px 0;
    background: #007cc38f;
    color: #fff;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .availability small {
    font-size: 75%;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .availability.redcolor {
    background: #ed1c2494;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .availability > span {
    font-size: inherit;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block {
    margin-top: 5px;
    border: 1px solid #7f7f7f;
    background: #f5f5f5;
    padding: 5px 0;
    text-align: center;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block a {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-top: 0.3em;
    line-height: 1.5em;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block a.ajax_add_to_cart_button {
    font-size: 1.3em !important;
    width: auto;
    background: #22b14c;
    line-height: 1.4em !important;
    height: auto !important;
    margin: 0.3em 5px 0;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block a.ajax_add_to_cart_button:hover {
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d65d', endColorstr='#22b14c',GradientType=0 );
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block a.ajax_add_to_cart_button svg {
    height: 1.2em;
    vertical-align: sub;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price {
    color: #264c98;
    font-size: 20px;
    vertical-align: text-bottom;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price small {
    color: #0d0c0a;
    vertical-align: inherit;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price_without {
    color: #8c8387;
}
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price,
ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price_without {
    display: inline-block;
    letter-spacing: -1px;
    vertical-align: middle;
    width: 100%;
}

/* —————————————————————————————— printable version —————————————————————————————— */
@media print {

    * {
        background: none !important;
        background-color: white !important;
    }

    div#left_column, div#right_column, div#footer, a.button, span.button, .button, ul#usefull_link_block, div#header_user, #languages_block_top,
    #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
        display: none;
    }

    div#center_column {
        width: 100%;
    }

    input.text {
        border: 1px solid gray;
    }

    .block_hidden_only_for_screen {
        display: block;
        margin-top: 1em;
    }

    #more_info_sheets #idTab1 {
        width: 530px;
    }

}

/*redesign header*/
#top {
    width: 100%;
    height: 26px;
    background: url('../img/top.png') repeat-x center center;
}

.top-content {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.top-content-left {
    float: left;
}

.top-content-left ul {

}

.top-content-left ul li {
    display: block;
    float: left;
    background: url('../img/menu-separator.png') no-repeat right center;
    margin-right: 13px;
    padding-right: 13px;
}

.top-content-left ul li a {

    display: block;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans";

}

.top-content-left ul li a:hover {
    text-decoration: underline;
}


.top-content-left ul li:last-child {
    background: none;
}

.header-edit {
    background: none !important;
    height: 124px !important;
}

.header-edit div#currencies_block_top {
    position: absolute;
    top: -23px;
    right: 0px;
    height: auto;
    float: none;
    padding: 0px;
    color: #ababab !important;
    font-family: "Open Sans";
    letter-spacing: -0.3px;
}

.header-edit #header_user #header_user_info {
    position: absolute;
    top: -23px;
    right: 115px;
    color: #ababab !important;
    font-family: "Open Sans";
    letter-spacing: -0.3px;
}

.header-edit #header_user li {
    border-right: none;
    margin: 0px;
    padding: 0px;
}

.menaP {
    display: inline-block;
}
.menaForm {
    display: inline-block;
}
.header-edit div#currencies_block_top span {
    color: #ababab !important;
    padding-right: 10px;
    font-weight: bold;
    margin: 0px;
}

.header-edit .objednat_opravu {
    width: 174px;
    height: 33px;
    background: url('../img/objednat.png') no-repeat center center;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.header-edit .objednat_opravu:hover {
    background: #1E448D;
}

.header-edit .objednat_opravu span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.header-edit #telefonicke-objednavky {
    position: absolute;
    left: 426px;
    top: 5px;
    background: url('../img/topphone.png') no-repeat left center;
}

.header-edit #telefonicke-objednavky .tel-top {
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.3em;
    font-family: "Open Sans";
    color: #2657bb;
    text-transform: uppercase;
    font-weight: 800;

}

.header-edit #telefonicke-objednavky .tel-bottom a {
    font-size: 16px;
    line-height: 1.3em;
    font-family: "Open Sans";
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.header-edit #telefonicke-objednavky .tel-bottom a:first-child {
    margin-left: 30px;
    float: left;
}
.header-edit #telefonicke-objednavky .tel-bottom a:last-child {
    margin-right: 5px;
    float: right;
}

.header-edit #sbs_top {
    top: 128px;
    background: #3B3B3B;
}

.header-edit #sbs_top form {
    margin: 0px 2px 0 20px;
}

.header-edit #sbs_top .title_head {
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: -0.3px;
    margin-right: 15px;
    text-decoration: none;
    display: block;
}

.header-edit #sbs_top .title_head:Hover {
    text-decoration: underline;
}

.header-edit .sbs_div {
    min-width: auto;
    width: calc( (100% - 290px) / 4);
    border-left: solid 1px #7b7b7b;
    height: 35px;
    margin-right: 0px;
}

.header-edit .sbs_div select {
    margin-top: 7px;
}

.header-edit .sbs_selectbox {
    width: 145px;
    margin-left: 4px;

}

.header-edit .sbs_loader {
    display: none;
}

.header-edit .sbs_submit {
    background: url('../img/sbs-submit.png') repeat-x center center;
    height: 25px;
    width: 107px;
    text-align: center;
    border: none;
    float: right;
    margin-top: 5px;
    margin-right: 2px;
}

.header-edit .sbs_submit .button_mini {
    background: none !important;
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase !important;
    line-height: 25px !important;
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    text-align: center !important;
    width: 100%;
}
.header-edit .sbs_submit .button_mini:hover {
    text-decoration: underline !important;
}
.header-edit #tmheaderlinks {
    width:100%;
    background-size:100% 100%;
    height: 33px;
    top: 90px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    background: transparent;
}

.header-edit #tmheaderlinks li {
    margin-top: 1px;
    width: 19.9%;
    float: left;
}
@media (max-width: 991px) and (min-width: 768px) {
    .header-edit #tmheaderlinks li {
        width: 19.7%;
    }
}

.header-edit #tmheaderlinks li a {
    height: 30px;
}

.header-edit #shopping_cart {
    z-index: 100;
    top: 24px;
    padding-left: 0;
    text-align: right;
    background: #fff/* url(../img/header-cart.png) no-repeat 80px center*/;
    cursor: pointer;
    background-position: 0 10px;
    width: 90px;
    box-sizing: border-box;
}
.header-edit #shopping_cart > svg {
    position: absolute;
    top: 11px;
    left: 1px;
    color: #8f8f8f;
    width: 2em;
}
.header-edit #search_block_top {
    width: 545px;
    height: 42px;
    top: 24px;
    right: 120px;
    background: #EBEBEB;
}
.header-edit #search_block_top p.search_form {
    background: none;
    width: 396px;
    padding-left: 2px;
}
.header-edit #search_block_top p.search_btn {
    background: none;
    width: 130px;
    height: 36px;
    border: solid 1px #cecece;
    text-align: center;
    margin-top: 2px;
    float: right;
    margin-right: 2px;
    padding: 0px;
    background: #fff; /* Old browsers */
}

.header-edit #search_block_top p.search_btn a {
    background: none;
    font-size: 14px;
    color: #2657bb;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding: 0px;
    margin: 0px;
}

.header-edit #search_block_top p.search_btn .srchs {
    background: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    height: 100%;
    font-size: 18px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

.header-edit #search_block_top p.search_btn .srchs:hover {
    text-decoration: underline;
}

.header-edit #search_block_top input.search_query {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 38px;
    margin-top: 2px;
    border: none;
    background: #fff;
    font-size: 18px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
}

/*currency selectbox*/
.header-edit #setCurrency {
    position: relative;
    z-index: 999;
}

.header-edit #setCurrency input.selectbox {
    background: url('../img/currency-arrow.png') transparent no-repeat right center;
    border: none;
    color: #ababab;
    font-weight: bold;
    padding: 2px 5px 0 0;
    cursor: pointer;
}

.header-edit #setCurrency input.selectbox:hover {
    color: #fff;
}

.header-edit #setCurrency div.selectbox-wrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: absolute;
    right: 0px;
    width: 50px;
}

.header-edit #setCurrency div.selectbox-wrapper ul li.selected {

}

.header-edit #setCurrency div.selectbox-wrapper ul li.current {
    background-color: #999;
    color: #fff;
}

.header-edit #setCurrency div.selectbox-wrapper ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0px 2px;
    padding-left: 5px;
    cursor: pointer;
}

/*search selectbox*/
.header-edit .search_form {
    position: relative;
}

.header-edit .search_form {
    position: relative;
}

.header-edit .search_form input.selectbox {
    background: url('../img/search-arrow.png') transparent no-repeat right center;
    border: none;
    color: #777777;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    border: solid 1px transparent;
    font-size: 12px;
    line-height: 31px;
    height: 31px;
    padding-left: 8px;
    width: 100px !important;
    cursor: pointer;
}

.header-edit .search_form div.selectbox-wrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 31px;
    width: 115px;
    z-index: 140;
}

.header-edit .search_form div.selectbox-wrapper ul li.selected {

}

.header-edit .search_form div.selectbox-wrapper ul li.current {
    background-color: #999;
    color: #fff;
}

.header-edit .search_form div.selectbox-wrapper ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 3px 2px;
    padding-left: 10px;
    cursor: pointer;
}

#fb {
    height: 185px !important;
    clear: both;
}

#tmfooterlinks > p {
    padding-bottom: 10px;
}

.addresults {
    border: solid 1px #CECECE;
    background: #F7F7F7;
    padding: 10px 20px;
    margin: 10px 0px 0px 0px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 1.5em;
}

.heights {
    height: 112px;
}

.addresults h2 {
    text-transform: none;
    margin: 5px 0px;
    padding: 0px;
}

.addresults h3 {
    text-transform: none;
    margin: 3px 0px;
    padding: 0px;
}

.addresults-more {
    border: solid 1px #CECECE;
    background: #F7F7F7;
    padding: 10px 20px;
    margin: 1px 0px 10px 0px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

/**/
a.showlink {
    display: block;
}

a.showlink-float {
    width: 33%;
    float: left;
}

#image-block {
    position: relative;
}

.saleend {
    position: absolute;
    top: 120px;
    background: #eee;
    padding: 10px 20px;
    text-align: center;
    border: solid 3px #e0e0e0;
    border-radius: 5px;
    font-size: 17px;
    width: 250px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.9;
}

.man_image {
    float: right;
}

#order-opc #right_column {
    display: none;
}

#order-opc #center_column {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background: none;
}

#order-opc #center_column2,
#order-opc #center_column3 {
    background: none;
}

#order-opc .delivery_wrap {
    float: right;
    width: 49%;
}

#order-opc .invoice_wrap {
    float: left;
    width: 49%;
}

#order-opc .invoice_wrap p.checkbox {
    padding-left: 0;
}

/* Free shipping info in cart */
#order-opc #free-shipping-info,
#order-opc #free-shipping-info span {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #3F48CC;
}

#order-opc #free-shipping-info span:last-of-type {
    color: #ED1C24;
}

/**/
#subcategories > table {
    border-collapse: collapse;
    display: table;
}

#subcategories > table tr td a,
#subcategories > table tr td a:hover {
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 80%;
    height: 100%;
    padding: 5px 10%;
}

#subcategories > table tr td {
    vertical-align: middle;
    text-decoration: none;
    border: 5px solid #F7F7F7;
    border-radius: 5px;
    line-height: 16px;
    overflow: hidden;
    color: #fff;

    background: #316fe9; /* Old browsers */
    background: -moz-linear-gradient(top, #316fe9 0%, #24478d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #316fe9), color-stop(100%, #24478d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #316fe9 0%, #24478d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #316fe9 0%, #24478d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #316fe9 0%, #24478d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #316fe9 0%, #24478d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316fe9', endColorstr='#24478d', GradientType=0); /* IE6-9 */
}

#subcategories > table tr td:hover {
    background: #24478d; /* Old browsers */
    background: -moz-linear-gradient(top, #24478d 0%, #316fe9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24478d), color-stop(100%, #316fe9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #24478d 0%, #316fe9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #24478d 0%, #316fe9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #24478d 0%, #316fe9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #24478d 0%, #316fe9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24478d', endColorstr='#316fe9', GradientType=0); /* IE6-9 */
}

#idTab6 .fotogallery {
    background-color: #fff;
    width: 580px;
    height: 580px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#idTab6 .fotogallery img {
    padding-left: 10px;
    width: 560px;
}

a[href="#idTab7"] {
    color: #0f0f0f;
    background-color: #ffe0e0;
}

a.category_ajax_add {
    margin-bottom: 5px !important;
}

#company_check {
    width: auto !important;
    margin-right: 10px;
}

.company_check {
    width: auto !important;
    float: none !important;
}
.cookieAcc {
    position: fixed;
    bottom: 0;
    padding: 5px 0 10px 0;
    background-color: #3b3b3b;
    z-index: 9999;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8em;
}

.cookieAcc a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.gopay_footer {
    margin: 15px 0 0 0;
    float: left;
}

.payment_cards {
}

.payment_cards img {
    float: left;
    width: 31px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.hidden-menu {
    position: absolute;
    top: 122px;
    background-color: #3B3B3B;
}

.hidden-menu ul {
    display: block;
    margin: 5px;
    width: 230px;
    height: auto;
    text-align: center;
}

.hidden-menu ul li {
    display: block;
    width: auto;
    height: auto;
    padding: 0px 5px 0px 15px;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

.hidden-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.hidden-menu ul li a:hover {
    text-decoration: underline;
}
.hidden-menu ul li span {
    float:right;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
}
.hidden-menu .level2 {
    position: absolute;
    left: 232px;
    display: block;
    height: auto;
    top: 1px;
    background-color: #3B3B3B;
    border-left: 1px solid #7a7a7a;
    padding-bottom: 4px;
}
.hidden-menu .level3 {
    position: absolute;
    left: 225px;
    display: block;
    height: auto;
    top: -5px;
    background-color: #3B3B3B;
    border-left: 1px solid #7a7a7a;
    padding-bottom: 4px;
    z-index: 101;
}
.hidden-menu .level4 {
    position: absolute;
    left: 225px;
    display: block;
    height: auto;
    top: -5px;
    background-color: #3B3B3B;
    border-left: 1px solid #7a7a7a;
    z-index: 101;
    padding-bottom: 4px;
}
#viewed_block {
    width: 100%;
}
#viewed_block .products li {
    height: 300px;
    float: left;
    position: relative;
    text-align: center;
}
#viewed_block .products li:last-child {padding-right: 0}
#viewed_block .products li img {
    width: 130px;
}
#viewed_block ul li h5 {
    padding: 0 0 0 0;
    margin: 0;
    height: 83px;
    overflow: hidden;
}
#viewed_block .price {
    font: 600 15px "Open Sans";
    font-weight: bold;
}
#viewed_block .button_small {
    margin: 6px auto 0;
}
/*
uprava designu pro product page
*/
#center_column.product_page {
    background-image: none !important;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.product_page #center_column2 {
    background-image: none !important;
}
.product_page  #center_column3 {
    background-image: none !important;
}
#product  #center_column3 {

}
.product_page .product_headline {
    width: 100%;
}
#new_qty_info {
    padding: 3px;
    line-height: 1.3em;
    background: #007cc38f;
    color: #fff;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Open Sans";
}
#new_qty_info.out_of_stock {
    background: #ed1c2494;
}
.out_of_stock .qty_and_cart,
#primary_block form#buy_block.out_of_stock p#oosHookWithOosp {
    width: 100%;
    text-align: center;
    padding-right: 10px;
    box-sizing: border-box;
}
.out_of_stock #oos_customer_email,
#primary_block form#buy_block.out_of_stock .qty_and_cart #add_to_cart {
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: inline-block;
    margin-top: 5px;
}
#primary_block .out_of_stock p.buttons_bottom_block a#addToCartBtnFb {
    margin-right: 0px;
}
.hours, .minutes {color: #00aa00; font-weight: bold;}
#cart_block {
    width: 300px;
    top: 5px;
    float: right;
    background-color: #fff;
    z-index: 9999;
    position: relative;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-top: none;
    margin-right: -4px;
}
#cart_block:before {
    content: '';
    display: block;
    border-top: 1px solid #cdcdcd;
}
@media (min-width: 1906px) {
    #cart_block {
        left: 1px;}
}
#hidden-menu-close {
    margin-right: 5px;
    cursor: pointer;
    float: right;
    color: #fff;
}
#hidden-menu-close:hover {
    text-decoration: underline;
    text-underline-color: #fff;
    text-underline-mode: dashed;
}

/* New logo - need some changes in style */
#header .logo {
    margin-top: 5px;
}
.inlineB {
    display: inline-block;
}
.italic {
    font-style: italic;
}
/*
*** order-opc-new-account.tpl vse okolo moznosti pridani dat z ARESu
*/
.question-mark {
    width:16px;
    height:16px;
    background-image: url(../img/icon/question_mark.png);
    background-size: 16px;
    display: block;
    margin-top: 5px;
}
#ares_info {
    border: 1px solid #CDCDCD;
    position: absolute;
    z-index: 9999;
    background-color: #FFF;
    width: 250px;
    padding: 5px;
}
#ares_button {
    margin: 12px 5px 0 15px;
    display: block;
    color: #fff !important;
    cursor: pointer;
    text-transform: none;
    float: left;
    background: #7acf06;
    background: -moz-linear-gradient(top, #7acf06 0%, #6cbf00 40%, #71a900 100%);
    background: -webkit-linear-gradient(top, #7acf06 0%,#6cbf00 40%,#71a900 100%);
    background: linear-gradient(to bottom, #7acf06 0%,#6cbf00 40%,#71a900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acf06', endColorstr='#71a900',GradientType=0 );
    padding: 5px 15px 6px;
    font-size: 11px !important;
    width: auto;
}
.ares-form {
    background: #ffdf6c;
    padding: 15px 15px;
    margin: 0 -10px;
}
.ares-form > p {
    float: left;
}
#ares_button:hover {
    box-shadow: 0 0 15px #29d65dbf;
    -webkit-box-shadow: 0 0 15px #29d65dbf;
    background: #7acf06;
}
#dni {
    width: 103px;
}

.hTwoTitle {
    padding: 14px 0 0 0 !important;
}

.hTwoTitle a {
    font: 16px "Open Sans";
    color: #000;
    text-decoration: none;
    text-transform: none;
}

.footerTitle {
    padding: 15px 0 7px 0;
    font: 600 17px "Open Sans";
    color: #000;
}
.zavolejte {
    padding: 14px 0 0 0;
    font: 600 20px "Open Sans";
    color: #000;
}
.telNumberInFooter a {
    margin: -5px 0 -4px 0;
    padding: 0;
    font: 600 24px "Open Sans";
    color: #2656b8;
    letter-spacing: -2px;
}

/* cross u hidden menu */
.close {
    position: absolute;
    right: -5px;
    top: 8px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    z-index: 1000;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transition: rotate(45deg);
    -o-transition: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transition: rotate(-45deg);
    -o-transition: rotate(-45deg);
}

/*banner akce na HP*/
.akceBanner {
    background-color: #2657BB;
}
.alignC {
    text-align: center;
}
.akceBanner p {
    display: block;
    margin: 0;
    padding: 0;
}
.akceBigFont {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff !important;
    font-size: 80px;
    margin-top: -22px;
    line-height: 90px;
}
.lang_de .akceBigFont {
    font-size: 51px;
    margin-top: 10px;
}
.lang_de .akceText {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.lang_de #primary_block p.buttons_bottom_block a#addToCartBtnFb {
    font-size: 14px !important;
}
.lang_hu .akceBigFont {
    font-size: 44px;
    margin: 15px 0 10px;
}
.lang_en .akceBigFont {
    font-size: 51px;
    margin-top: 10px;
}
.akceCena {
    color: #fff !important;
    font-weight: 900;
    font-size: 60px;
    margin-top: -40px;
    line-height: 70px;
}
.lang_hu .akceCena {
    font-size: 53px;
    margin: 10px 0;
}
.lang_en .akceCena {
    font-size: 53px;
    margin: 5px 0 10px;
}
.akceText {
    color: #fff !important;
    font-size: 14px;
    margin-top: -18px;
    font-weight: 900;
}
.lang_hu .akceText {
    font-size: 17px;
    margin: 10px 0;
}
.akceDny {
    color: #fff !important;
    font-size: 10px;
    font-weight: 900;
    margin-top: -15px;
}
.inlineP {
    display: inline-block !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
}
.akceBtn {
    width: 225px !important;
    height: 36px !important;
    color: #fff !important;
    display: inline-block !important;
    margin-top: 11px;
    background: #10abf9 !important;
    background: -o-linear-gradient(top, #10abf9 0%, #006fcd 100%) !important;
    background: -ms-linear-gradient(top, #10abf9 0%, #006fcd 100%) !important;
    background: -moz-linear-gradient(top, #10abf9 0%, #006fcd 100%) !important;
    background: -webkit-linear-gradient(top, #10abf9 0%,#006fcd 100%) !important;
    background: linear-gradient(to bottom, #10abf9 0%,#006fcd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10abf9', endColorstr='#006fcd',GradientType=0 ) !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(34,78,168,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(34,78,168,1);
    -o-box-shadow: 0px 4px 5px 0px rgba(34,78,168,1);
    -ms-box-shadow: 0px 4px 5px 0px rgba(34,78,168,1);
    box-shadow: 0px 4px 5px 0px rgba(34,78,168,1);
}
.lang_hu .akceBtn {
    height: 63px !important;
}
.lang_en .akceBtn {
    margin-top: -8px;
}
.akceBtn span {
    text-decoration: none !important;
    font-weight: 900;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.akceBtn:hover {
    background: #006FCD !important
}
#idTab10 h3 {
    display:none
}
.showMoreSearch {
    float: left;
    clear:both;
    position:relative;
    display: inline-block;
    padding-top: 15px;
}
.showMoreSearch a {
    font-size: 15px;
    font-style: italic;
    color: #2656b8;
    text-decoration: none;
}
.showMoreSearch a:hover {
    text-decoration: underline;
    color: #006FCD;
}
.fb_iframe_widget span {
    margin-top: 30px;
}

/* existing Block Responziv core */
.akceBanner .inlineP {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
ul.idTabs li:first-child {
    border-left: 1px solid #bfbfbf;
}
ul.idTabs li {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    border-left: none;
}
div.tabs_content {
    border: 1px solid #bfbfbf;
}
textarea {
    box-sizing: border-box;
}
#more_info_block .mob_tab_menu {
    display:none;
}
.mob_search {
    display:none;
}
#sbs_top form {
    display:block;
}
#sbs_top form + a {
    display:none;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: -0.3px;
    margin-right: 0px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    line-height:30px;
}
#sbsp_top .sbsp_selector span {
    display:none;
}
.zopim {
    background-color: blue !important;
    border-radius: 0 !important;
}
@media (max-width: 991px) {
    /* Hledat dle modelu */
    .hidden-menu .level2, .hidden-menu .level3, .hidden-menu .level4 {
        position: static;
    }
    .hidden-menu .level1 {
        min-width: 320px;
    }
    /* Slider */
    #slider, #slider .nivo-slice {
        background-size: 100% 100% !important;
    }
    #slide_holder {
        width: 100%;
    }
    #slider {
        width: calc(100% - 80px);
    }
    #slide_holder, #slider {
        height: 327px;
    }
    .nivo-directionNav a {
        background-size: 100% 400%;
        background-position: 0 -327px;
        padding: 327px 0 0;
    }
    .nivo-directionNav .nivo-prevNav {
        background-position: 0 0px;
    }
    .nivo-nextNav:hover {
        background-position: 0 -981px;
    }
    .nivo-prevNav:hover {
        background-position: 0 -654px;
    }
    /* Banner sleva */
    .tmbanner1 {
        height: auto;
        width: 100%;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .akceBigFont, .akceCena {
        width: 50%;
        float: left;
    }
    .akceCena {
        margin-top: -10px;
    }
    .akceText {
        float: left;
        width: 100%;
    }
    .inlineP {
        width: 33%;
        margin: 0;
        float: left;
    }
    .akceText br {
        display: none;
    }
    .akceBtn {
        margin-left: calc(50% - 225px);
        margin-right: calc(50% - 225px);
    }
    /* header */
    a#header_logo {
        width: 30%;
        top: 14px;
    }
    #header .logo {
        width: 100%;
    }
    .header-edit #telefonicke-objednavky {
        margin-top: 33px;
        width: calc(50% - 20px);
        left: 50%;
        margin-left: 20px;
    }
    .header-edit #telefonicke-objednavky .tel-top {
        margin-left: 0;
        text-align: center;
    }
    .header-edit .objednat_opravu {
        right: 80px;
    }
    .header-edit #search_block_top {
        top: 24px;
        height: 40px;
        right: 115px;
        border-right: 0;
        width: 355px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .header-edit #search_block_top input.search_query {
        height: 36px;
    }
    .header-edit #search_block_top p.search_btn {
        height: 34px;
    }
    .header-edit #search_block_top p.search_form {
        width: 206px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    #search_block_overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .header-edit #search_block_top.open {
        width: 100%;
        right: 0;
        z-index: 999;
    }
    .header-edit #search_block_top.open p.search_form {
        width: 550px;
        max-width: 100%;
    }
    #search_block_overlay.open {
        background: #0000004d;
        height: 100%;
    }
    /* Product page */
    #primary_block #pb-right-column {
        width: 50%;
    }
    #primary_block #image-block {
        width: 100%;
        height: auto;
    }
    #primary_block #image-block img#bigpic {
        width: 100%;
        height: auto;
    }
    #thumbs_list, #thumbs_list ul, #views_block, #thumbs_list li a {
        width: 100%;
    }
    #thumbs_list {
        margin: 0;
    }
    #thumbs_list_frame {
        width: 100% !important;
    }
    #thumbs_list li {
        width: 33.333%;
        padding: 5px;
        height: auto;
        box-sizing: border-box;
        float:left;
    }
    #primary_block #pb-left-column {
        width: 50%;
        box-sizing: border-box;
    }
    #thumbs_list li a img {
        width: 100%;
        height: auto;
    }
    /* Other */
    .sbsp_selector.number3.col-xs-6.col-md-3, .sbsp_selector.number4.col-xs-6.col-md-3 {
        margin-top: 15px;
    }
    #category span[onclick*='/content/8-jak-objednat-opravu']{
        margin: 20px auto 0 !important;
        float:none !important;
        display:block
    }
    #category .cat_desc > div {
        text-align: center;
    }
    #category .cat_desc > div br + br +br {
        display:none;
    }
    #view_scroll_right, #view_scroll_left {
        display: none;
        visibility: hidden;
    }
    table.std th.cart_availability {
        max-width: 14px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    /* CART page */

    table#cart_summary tbody tr {
        position: relative;
    }
    table#cart_summary tr td {
        display: table;
        float: left;
    }
    table#cart_summary thead {
        display: none;
    }
    table#cart_summary tr td.cart_product {
        margin-right: 6px;
        width: 59px;
        position: absolute;
    }
    table#cart_summary tr td.cart_description {
        width: calc(100% - 15px);
    }
    table#cart_summary tr td.cart_description h5 {
        margin-left: 65px;
    }
    table#cart_summary tr td.cart_ref {
        width: calc(55% - 65px);
        text-align: left;
        margin-left: 65px;
    }
    table#cart_summary tr td.cart_availability {
        width: 20px;
    }
    td.cart_availability img {
        margin-top: 4px;
    }
    table#cart_summary tr td.cart_quantity{
        width: calc(55% + 20px);
    }
    table#cart_summary tr td.cart_unit, table#cart_summary tr td.cart_total {
        width: calc(45% - 20px);
        text-align: right;
    }
    table#cart_summary tr td.cart_quantity div#cart_quantity_button {
        width: 70px;
        float: right;
        display: inline-block;
        margin-left: calc(50% - 35px);
    }
    table#cart_summary tr td.cart_quantity a.cart_quantity_delete {
        float: right;
        margin: 7px 10px 0 5px;
        margin-right: 0;
        position: absolute;
        top: 20px;
        right: 0;
    }
    table#cart_summary tr td.cart_quantity a {
        height: 15px;
        display: block;
        text-align: center;
        width: 20px;
        margin-top: 8px;
        float: left;
    }
    table#cart_summary tr td.cart_quantity a.cart_quantity_up {
        float: right;
    }
    table#cart_summary tbody tr {
        border-bottom: 1px solid #cccccc;
        padding: 20px 0;
        display: inline-block;
    }
    table#cart_summary td {
        min-height: 25px;
        vertical-align: middle;
        line-height: 25px;
        border: none;
    }
    #order-opc tfoot tr td[colspan] {
        width: 70%;
    }
    #order-opc tfoot tr td {
        width: 30%;
    }
    #order-opc tr.cart_total_price td#free-shipping-info {
        width: 100%;
    }

    #order-opc #free-shipping-info span {
        float:left;
        width: auto;
    }
    div#opc_account_choice div.opc_float:first-child {
        margin-right:4%;
    }
    #idTab6 .fotogallery {
        height: auto;
        max-width:100%;
    }
    #idTab6 .fotogallery img {
        max-width:100%;
        padding: 0;
    }
    div#opc_account_choice div.opc_float {
        width: 100%;
    }
    .ytbplayer {
        max-width: 100%;
        max-height:350px;
    }
    /* Product info tab */
    #product #more_info_block {
        padding-top: 55px;
        position: relative;
    }
    #more_info_tabs {
        position: absolute;
        top: 20px;
        z-index: 100;
        padding: 0px 0 0px 30px;
        background-image: url('../img/mobile_menu.png');
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 5px 8px;
        background-color: #bfbfbf;
        height: auto;
        width: auto;
        cursor:pointer;
    }
    #more_info_tabs li a {
        display: none;
        background-color: #bfbfbf;
        padding: 10px 20px 5px 20px;
    }
    #more_info_tabs.open li a {
        display: block;
    }
    #more_info_tabs li {
        width: auto;
        float: none;
        border: none;
        background-color: white;
    }
    #more_info_tabs li a.selected {
        display: block;
    }
    .mob_search {
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        background-image: url(../img/mobile_search.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        cursor: pointer;
        right: 135px;
        top: 13px;
        background-color: #2657bb;
        border-radius: 3px;
    }
    a#mobile_btn_account {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        background-image: url(../img/mobile_account.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        background-color: #2657bb;
        border-radius: 3px;
        top: 13px;
        right: 90px;
    }
    .header-edit #search_block_top p.search_form {
        width: calc(100% - 116px);
        padding-left: 0;
    }
    .header-edit #search_block_top input.search_query {
        width: 100%;
    }
    #search .showMoreSearch {
        position:static;
    }
    #viewed_block ul li h5 {
        height: 85px;
    }
    #product #viewed_block ul li h5 {
        height: 88px;
    }
    #viewed_block .button_small {
        font-size: 13px !important;
        max-width: 100%;
        width: 120px;
        height: 23px !important;
        line-height: 23px !important;
        background: #2e6eef;
        background: -moz-linear-gradient(top, #2e6eef 0%, #1d3e82 100%);
        background: -webkit-linear-gradient(top, #2e6eef 0%,#1d3e82 100%);
        background: linear-gradient(to bottom, #2e6eef 0%,#1d3e82 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6eef', endColorstr='#1d3e82',GradientType=0 );
    }
    #tmfooterlinks div {
        height: 270px;
    }
    #new_qty_info {
        margin-top: 20px;
    }
    #viewed_block ul li h5 {
        height: 85px;
    }
    #product #viewed_block ul li h5 {
        height: 88px;
    }
    #viewed_block .button_small {
        font-size: 13px !important;
        max-width: 100%;
        width: 120px;
        height: 23px !important;
        line-height: 23px !important;
        background: #2e6eef;
        background: -moz-linear-gradient(top, #2e6eef 0%, #1d3e82 100%);
        background: -webkit-linear-gradient(top, #2e6eef 0%,#1d3e82 100%);
        background: linear-gradient(to bottom, #2e6eef 0%,#1d3e82 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6eef', endColorstr='#1d3e82',GradientType=0 );
    }
    #tmfooterlinks div {
        height: 270px;
    }
}
.selectni {
    display: none;
}
@media (max-width: 767px) {
    .ytbplayer {
        max-height: 217px;
    }
    #wrapper1 {
        background-image: none;
    }
    /* Hledat dle modelu */
    .hidden-menu {
        width: 100%;
    }
    .hidden-menu .level2, .hidden-menu .level3, .hidden-menu .level4 {
        position: static;
        height: auto;
    }
    /* Slider */
    #slide_holder, #slider {
        height: 200px;
    }
    .nivo-directionNav a {
        background-position: 0 -200px;
        padding: 200px 0 0;
    }
    .nivo-nextNav:hover {
        background-position: 0 -600px;
    }
    .nivo-prevNav:hover {
        background-position: 0 -400px;
    }
    /* Banner sleva */
    p.akceBigFont {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 65px;
    }
    p.akceCena {
        margin-top: 0px;
        padding-top: 10px;
        font-size: 50px;
    }
    .inlineP {
        width: 33%;
    }
    .akceText br {
        display: block;
    }
    #product #primary_block #pb-left-column, #primary_block #pb-right-column {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
    }
    #productscategory_list {
        width: 100%;
        margin-top: 30px;
    }
    a#header_logo {
        height: auto;
        top:10px;
    }
    #header + #columns {
        padding-top: 25px;
    }
    .breadcrumb_inner {
        top: -50px;
    }
    /* header */
    a#header_logo {
        width: auto;
        height: auto;
        top:10px;
    }
    #header .logo {
        width: auto;
        height: 30px;
    }
    .header-edit #telefonicke-objednavky {
        margin-top: 33px;
        width: calc(50% - 20px);
        left: 50%;
        margin-left: 20px;
        background-size: 15px auto;
        background-position: calc(50% - 80px) 18px;
    }
    .header-edit .objednat_opravu {
        right: calc(25% - 87px);
    }
    .header-edit #search_block_top {
        left: 0;
        z-index: 1000;
        border: 0;
        top: 19px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        padding: 0px;
        background: none;
        box-sizing: border-box;
        transition: height 0.3s;
        overflow: hidden;
    }
    .header-edit #search_block_top.open {
        height: 40px;
        overflow: visible;
    }
    .header-edit .search_form div.selectbox-wrapper ul {
        border: 1px solid #BABABA;
    }
    .header-edit #search_block_top input.search_query {
        height:40px;
        border: 1px solid #BABABA;
        margin-top:0;
        width: 100%;
        padding-right: 40px;
    }
    .header-edit .search_form input.selectbox {
        background-position: calc( 100% - 5px);
        height: 40px;
        border: 1px solid #BABABA;
    }
    .header-edit #search_block_top p.search_btn {
        position:absolute;
        width:30px;
        height:40px;
        margin-left:-20px;
        margin-top: 0;
        border:none;
        right: 10px;
        background-image: url('../img/search_ico.png');
        background-size: auto 30px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
    }
    .header-edit #search_block_top p.search_btn .srchs {
        color: transparent;
        width:27px;
        height:40px;
    }
    .header-edit #search_block_top p.search_form {
        width: 100%;
        height:40px;
    }
    .top-content-left, body .header-edit #tmheaderlinks, #header_user {
        display: none;
    }
    #tmheaderlinks_mobile > li {
        position: relative;
        border-bottom: 1px solid #f9f9f9;
    }
    #tmheaderlinks_mobile li > * {
        line-height: 40px;
        font-size: 15px;
        text-transform: capitalize;
    }
    #tmheaderlinks_mobile li > span:after {
        content: '';
        border-width: 7px 6px 0;
        border-color: #888 transparent;
        border-style: solid;
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 0;
        transition: all 0.1s;
    }
    #tmheaderlinks_mobile li.open > span:after {
        transform: rotate(180deg);
    }
    #tmheaderlinks_mobile .tmheaderlinks_childrens {
        position: static;
        max-width: 100%;
    }
    #tmheaderlinks_mobile > li li {
        line-height: 35px;
    }
    #tmheaderlinks_mobile > li li a {
        line-height: 35px;
        display: inline-block;
    }
    #top {
        height: 0px;
    }
    body .top-content-right {
        position: absolute;
        top: 15px;
        right: calc(50% - 198px);
        background: #2e2f30;
    }
    body .top-content-right #shop_url li > * {
        line-height: 34px;
        padding: 0 5px;
    }
    body .top-content-right #shop_url li > * > img {
        margin-top: 11px;
    }
    body .top-content-right #shop_url.open li {
        height: 34px;
    }
    #header #sbs_top {
        display: none;
        width: 48%;
        background: #595959; /* Old browsers */
        background: -moz-linear-gradient(top, #595959 0%, #3b3b3b 76%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #595959 0%,#3b3b3b 76%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #595959 0%,#3b3b3b 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
    }
    #sbs_category_form div {
        display: none;
    }
    #sbs_category_form .roll-down {
        display: block;
    }
    .header-edit #sbs_top, .header-edit .objednat_opravu {
        top: 65px;
    }
    .header-edit .objednat_opravu {
        background: #2b65db; /* Old browsers */
        background: -moz-linear-gradient(top, #2b65db 0%, #1e448d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2b65db 0%,#1e448d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2b65db 0%,#1e448d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b65db', endColorstr='#1e448d',GradientType=0 ); /* IE6-9 */
        width: 48%;
        right:0;
        height: 35px;
    }
    .hidden-menu {
        top: 94px;
        padding-bottom: 5px;
        z-index: 1;
    }
    .header-edit #telefonicke-objednavky {
        width: 100%;
        z-index: 1000;
    }
    .header-edit #telefonicke-objednavky {
        margin: 0 auto;
        top: 120px;
        width: 310px;
        left: calc(50% - 155px);
        background-position: calc(50% - 80px) 20px;
    }
    .header-edit #shopping_cart {
        z-index: 100;
        padding: 0;
        top: 13px;
        text-align: center;
        background-size: 82%;
        cursor: pointer;
        background-position: 2px center;
        width: 35px;
        height: 35px;
        right: 45px;
        background-color: #2657bb;
        box-sizing: border-box;
        border-radius: 3px;
        overflow: hidden;
        transition: all 0.5s;
    }
    .header-edit #shopping_cart > svg {
        inset: 50%;
        margin: -0.75em 0 0 -0.75em;
        height: 1.5em;
        width: 1.5em;
        color: #f5f5f5;
    }
    .header-edit #shopping_cart.hasProducts {
        background-color: #76b133;
        box-shadow: 0 0 5px 0 #8BC34A;
    }
    .header-edit #shopping_cart.hasProducts.fixed {
        position: fixed;
        right: 15px;
        top: 5px;
        animation: display_cart 0.5s ease-in-out;
    }
    .header-edit #shopping_cart.hasProducts:after {
        content: '';
        display: block;
        width: 150%;
        bottom: 150%;
        background: #fff;
        box-shadow: 0 0 10px 4px #fff;
        left: -15%;
        position: absolute;
        transform: rotate(165deg);
        animation: cart_gloss 2s ease-in-out infinite;
    }
    .header-edit #shopping_cart a {
        display:none;
    }
    .header-edit #sbs_top form {
        margin-left: 0px ;
    }
    .header-edit #sbs_top .title_head{
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
    }
    #cart_block {
        top: 30px;
        position: absolute;
        min-width: 200px;
    }
    .header-edit {
        background: none !important;
        height: 45px !important;
    }

    ul#product_list li div.center_block {
        width: 100%;
        margin: 10px 0 10px;
        float: none;
    }
    ul#product_list li a.product_img_link {
        margin-right: 10px;
    }
    ul#product_list li div.right_block {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    ul#product_list li div.right_block .availability {
        max-width: 50%;
        top: 0;
    }
    ul#product_list li.ajax_block_product {
        padding: 20px 0 0px;
    }
    ul#product_list li div.center_block h3 {
        padding-top:0;
    }
    body#contact-form div#center_column form textarea#message {
        width: calc(100% - 164px);
     }
    a.mobile_butt, input.mobile_butt {
        width: auto !important;
        background: none !important;
        background: #b2ffad;
        background: -moz-linear-gradient(top, #0ff900 0%, #0baa00 100%) !important;
        background: -webkit-linear-gradient(top, #0ff900 0%, #0baa00 100%) !important;
        background: linear-gradient(to bottom, #0ff900 0%, #0baa00 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ffad', endColorstr='#4eff42',GradientType=0 );
        border-radius: 5px;
        height: auto !important;
        font-size: 1.5em !important;
        line-height: 2em !important;
        width: 100% !important;
    }
    .zopim {
        display:none !important;
    }
    /* Cookie */
    .cookieAcc {
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: normal;
        color: #4D4D4D;
        border-bottom: 1px solid #c5c5c5;
        padding: 10px 15px 10px;
        box-sizing: border-box;
        position: static;
        box-shadow: 0 0px 10px 0 #0000004f;
    }
    .cookieAcc a {
        color: inherit;
        font-weight: normal;
        font-size: inherit;
        text-decoration: none;
    }
    .cookieAcc br {
        display: none;
    }
    #acceptEu:hover {
        text-decoration: underline;
    }
    #acceptEu {
        background-color: white;
        border: none;
        color: #03a9f4;
        display: inline-block;
        font-size: inherit;
    }
    .header-edit #telefonicke-objednavky .tel-bottom a:first-child {
        display:none;
    }
    .header-edit #telefonicke-objednavky .tel-bottom a:last-child {
        float:none;
        margin: 0;
        display: block;
    }
    .header-edit #telefonicke-objednavky .tel-bottom {
        text-align: center;
    }
    .breadcrumb {
        display: none;
    }
    #sbs_top form {
        display:none;
    }
    #sbs_top form + a {
        display:block;
    }
    #sbsp_top .sbsp_selector {
        height: auto;
    }
    #sbsp_top .sbsp_selector .items {
        height: auto;
        overflow: auto;
    }
    #sbsp_top .sbsp_selector .container {
        position:absolute;
        display: none;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 1;
        top:36px;
        right:10px;
    }
    #sbsp_top .sbsp_selector .container li {
        padding: 5px 0;
    }
    #sbsp_top .sbsp_selector {
        margin-bottom: 10px;
    }
    #sbsp_top .sbsp_selector .title, #sbsp_top .sbsp_selector span {
        width:50%;
        float: left;
        padding: 10px 0;
        text-align: center;
        cursor:pointer;
    }
    #sbsp_top .sbsp_selector span {
        border: 1px solid #c2c2c2;
        box-sizing: border-box;
        display:block;
    }
    #sbsp_top .sbsp_selector span.vybrano {
        color: #2452AE;
        font-weight:bold;
    }
    #sbsp_top .sbsp_selector span::after {
        content: '>';
        position: absolute;
        right: 25px;
        transform: rotate(90deg);
        font-weight: bold;
    }
    body#index #columns {
        padding: 25px 0 0 0;
    }
    div#header {
        margin-top: 9px;
    }
    .header-edit div#currencies_block_top {
        top: -30px;
    }
    .header-edit > div#currencies_block_top {
        display: none;
    }
    .telNumberInFooter a {
        font-size: 120%;
    }
    #category #pagination {
        display: none;
    }
    #thumbs_list {
        text-align: center;
    }
    #thumbs_list li {
        width: 25px;
        float: none;
        display: inline-block !important;
        margin: 0;
    }
    #thumbs_list li.selected:before {
        background: #0075e0;
        box-shadow: inset 0 0 5px #0000005e;
    }
    #thumbs_list li a {
        display: none;
    }
    #thumbs_list li:before {
        content: '';
        width: 15px;
        height: 15px;
        background: #7f7f7f;
        border-radius: 5px;
        display: block;
        transition: background 0.2s;
    }
    .ac_results {
        max-width: 458px;
    }
    .header-edit #search_block_top {
        height: auto;
        overflow: unset;
    }
    #search_block_top:not(.open) #searchbox {
        position: absolute;
        right: 135px;
        top: -6px;
    }
    .header-edit #search_block_top:not(.open) input.search_query {
        width: 35px;
        height: 35px;
        padding: 0 0 0 35px;
        border-radius: 3px;
        background: url(../img/search_ico.png) 0 0 no-repeat #d9a844;
        background-size: 20px;
        background-position: 7px 6px;
        filter: invert(1);
        border: none;
    }
    .header-edit #search_block_top:not(.open) p.search_btn {
        display: none;
    }
    #product #idTab1 h3,
    #product #idTab1 h4,
    #product #idTab1 h5 {
        font-size: inherit;
    }
    .header-edit #search_block_top {
        height: auto;
        overflow: unset;
    }
    #search_block_top:not(.open) #searchbox {
        position: absolute;
        right: 135px;
        top: -6px;
    }
    .header-edit #search_block_top:not(.open) input.search_query {
        width: 35px;
        height: 35px;
        padding: 0 0 0 35px;
        border-radius: 3px;
        background: url(../img/search_ico.png) 0 0 no-repeat #d9a844;
        background-size: 20px;
        background-position: 7px 6px;
        filter: invert(1);
        border: none;
    }
    .header-edit #search_block_top:not(.open) p.search_btn {
        display: none;
    }
    #product #idTab1 h3,
    #product #idTab1 h4,
    #product #idTab1 h5 {
        font-size: inherit;
    }
}
@media (max-width: 543px) {
    #order-opc .invoice_wrap, #order-opc .delivery_wrap {
        width:100%;
    }
    .ac_results {
        max-width: calc(100% - 32px);
    }
    /* Banner sleva */
    .akceBigFont, .akceCena {
        width: 100%;
    }
    .header-edit #sbs_top .title_head{
        line-height: 1.5em;
    }
    p.akceCena {
        margin-top: -10px;
        padding-top: 0px;
    }
    #hw-87kwowifjjowiklsadh666right {
        display: none;
    }
    body#authentication #create-account_form,
    body#authentication #login_form {
        width: 100%;
    }
    div#crossselling_list {
        padding-bottom: 10px;
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    .ytbplayer {
        max-height: 245px;
    }
}
/* Slider */
@media (max-width: 480px) {
    #slide_holder, #slider {
        height: 160px;
    }
    .nivo-directionNav a {
        background-position: 0 -160px;
        padding: 160px 0 0;
    }
    .nivo-nextNav:hover {
        background-position: 0 -480px;
    }
    .nivo-prevNav:hover {
        background-position: 0 -320px;
    }
    span.ajax_cart_product_txt {
        width: 20px;
        overflow: hidden;
        height: 0.99em;
    }
    #opc_new_account form.std .text label {
        width: 50px;
    }
    #opc_new_account div#login_form_content #login_passwd {
        margin: 12px 0 0 0px;
    }
    #opc_new_account div#login_form_content input.text {
        width: 100%;
        box-sizing: border-box;
    }
    p.cart_navigation .exclusive_large {
        float: left;
        margin-top: 10px;
    }
    .header-edit #search_block_top p.search_form {
        width: 100%;
    }
}
@media (max-width: 439px) {
    form.std fieldset {
        min-width: 100%;
    }
    body#contact-form div#center_column form textarea#message {
        width: 100%;
    }
    form.std p.submit {
         padding: 20px 0 0 0px;
    }
    ul#product_list li a.product_img_link {
        width: 100%;
        height: 155px;
        text-align: center;
        display: block;
    }
}
@media (max-width: 390px) {
    #slide_holder, #slider {
        height: 130px;
    }
    .nivo-directionNav a {
        background-position: 0 -130px;
        padding: 130px 0 0;
    }
    .nivo-nextNav:hover {
        background-position: 0 -390px;
    }
    .nivo-prevNav:hover {
        background-position: 0 -160px;
    }
}

/* END existing Block Responziv core */

/* BOOTSTRAP CORE */
.container, #wrapper3, #top .top-content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container, #wrapper3,#top .top-content {
    width: 100%;
    box-sizing: border-box;
}
#tmbannerblock_parent .lg-menu {
    display: none;
}
@media (min-width: 544px) {
    .container, #wrapper3,#top .top-content {
        width: 490px;
    }
}
@media (min-width: 768px) {
    .container, #wrapper3,#top .top-content {
        width: 730px;
    }
}
@media (min-width: 992px) {
    .container, #wrapper3,#top .top-content {
        width: 960px;
    }
}
@media (min-width: 1260px) {
    .container, #wrapper3,#top .top-content {
        width: 1230px;
    }
    .header-edit #search_block_top {
        width: 810px;
    }
    .header-edit #search_block_top p.search_form {
        width: 672px;
    }
    #primary_block #pb-right-column {
        width: 585px;
    }
    #primary_block #pb-left-column {
        width: 460px;
    }
    #primary_block #image-block,
    #primary_block #image-block img#bigpic {
        width: 435px;
        height: 435px;
    }
    #primary_block form#buy_block {
        position: relative;
    }
    #primary_block form#buy_block .price {
        max-width: 180px;
        text-align: center;
    }
    #primary_block form#buy_block .price .right {
        width: 175px;
        text-align: center;
    }
    #primary_block form#buy_block .qty_available {
        position: absolute;
        top: 0px;
        right: 15px;
        width: 160px;
    }
    #primary_block form#buy_block .qty_available #pQuantityAvailable {
        width: 100%;
    }
    #primary_block form#buy_block .qty_and_cart {
        margin-top: -20px;
    }
    #new_qty_info {
        line-height: 1.5em;
    }
    #new_qty_info br {
        content: "";
    }
    #new_qty_info br:before {
        content: ' ';
    }
    .block-advantages .advantages-info .content-max-width {
        max-width: 345px;
    }
    ul#product_list li.ajax_block_product.item-grid {
        flex-basis: 19%;
    }
    #tmbannerblock_parent {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 5px 0 0 0;
    }
    #tmbannerblock_parent #tmbannerblock {
        width: 950px;
        margin: 0;
        display: flex;
        align-items: center;
    }
    #tmbannerblock_parent #tmbannerblock ul {
        flex-grow: 1;
    }
    #tmbannerblock_parent .lg-menu {
        position: static;
        display: block;
        width: 230px;
        min-height: 447px;
        background-color: #3B3B3B;
        padding: 5px 5px 0;
    }
    .hidden-menu > ul ul {
        padding-top: 5px;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-sm-1_5, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1_5 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-1_5 {
        width: 20%;
        margin-bottom: 1em;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
/* END BOOTSTRAP CORE */
.no-padding {
    padding: 0;
}
.cleaner {
    clear: both;
}
.similarCat {
    float:left;
    margin: 5px;
    padding: 3px 2px;
}
.similarCat.active,
.similarCat .active {
    background: #032d8b;
}
.center_div {
    margin: 0 auto;
    float:none;
}
.col-sm-1_5 img {
    width: 100%;
}
.col-sm-1_5 div:first-child {
    height: 2.5em;
}
.col-sm-1_5 {
    margin-bottom: 1em;
}
.fb_iframe_widget span, .fb_iframe_widget span iframe {
    max-width:100%;
}
ul#product_list li div.center_block div.product_flags {
    display:none;
}
ul#product_list li.ajax_block_product {
    padding: 15px 0;
}

/* TESTOVACI */
div#order-opc .head_table h2 {
    padding: 10px 15px;
    float: left;
    color: #7b7a7a;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    height: 16px;
}
.head_table {
    margin: 0 auto;
    margin-top: 30px;
    background-color: rgb(142, 219, 255);
    display: table;
    border-radius: 7px;
}
div#order-opc .head_table h2:after {
    content: '1';
    width: 20px;
    height: 20px;
    color: black;
    position: absolute;
    text-align: center;
    right: -10px;
    background-color: white;
    border: 2px solid rgb(142, 219, 255);
    border-radius: 50%;
    top: calc(50% - 10px);
    line-height: 16px;
    z-index:20;
    font-size: 11px;
    box-sizing: border-box;
}
div#order-opc .head_table h2:first-of-type {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
div#order-opc .head_table h2:last-of-type {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
div#order-opc .head_table h2.aktiv, div#order-opc .head_table h2.splnen {
    color: white;
    background-color: #0580c3;
}
div#order-opc .head_table h2.aktiv:after, div#order-opc .head_table h2.splnen:after {
    background-color: white;
    border: 2px solid #0580c3;
    color: #0580c3;
}
#opc_delivery_methods, #opc_payment_methods {
    display:none;
}
.cleaner {
    clear: both;
}
div#order-opc .head_table h2:nth-of-type(10n-8):after {
    content: '2';
}
div#order-opc .head_table h2:nth-of-type(10n-7):after {
    content: '3';
}
div#order-opc .head_table h2 span {
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
}
strong span span, div.rte strong {
    font-weight: bold;
}
@media (max-width: 500px) {
    div#order-opc .head_table h2 span {
        display:none;
    }
    div#order-opc .head_table {
        width: 100%;
        margin-right: 15px;
    }
    div#order-opc .head_table h2 {
        padding: 15px 16px;
    }
    div#order-opc .head_table h2:first-child {
        padding-left: 16px;
    }
    div#order-opc .head_table h2.aktiv {
        padding: 15px 16px;
        width: calc(100% - 64px - 32px);
        text-align: center;
    }
    div#order-opc .head_table h2.aktiv span {
        display: block;
    }
    div#order-opc .head_table h2:after {
        width: 30px;
        height: 30px;
        right: -15px;
        top: calc(50% - 15px);
        line-height: 26px;
        font-size: 18px;
    }
    div#order-opc .head_table h2.splnen:after {
        background-color: #58ff58;
    }
}
#create-account_form label, #login_form label {
    width: auto;
}
body#authentication #create-account_form label, body#authentication #login_form label {
    line-height:1.1em;
}
@media (max-width: 767px) {
    p.cart_navigation .exclusive_large,
    #module-add_gopay-controllers-front-validation .exclusive_large {
        width: auto !important;
        background: none !important;
        background: #b2ffad;
        background: -moz-linear-gradient(top, #0ff900 0%, #0baa00 100%) !important;
        background: -webkit-linear-gradient(top, #0ff900 0%, #0baa00 100%) !important;
        background: linear-gradient(to bottom, #0ff900 0%, #0baa00 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ffad', endColorstr='#4eff42', GradientType=0);
        border-radius: 5px;
        height: auto !important;
        font-size: 1.5em !important;
        line-height: 2em !important;
        width: 100% !important;
    }
}
#tmfooterlinks > .foot-info {
    padding-left: 15px;
}
/* Rekapitulace vlozeni do kosiku */
.rekap {
    opacity:0;
}
.rekap .kryt {
    top:0;
    left:0;
    position: fixed;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
}
.rekap .rekap_head {
    width:100%;
    text-align: right;
    box-sizing: border-box;
    background-color: #2658bd;;
    padding: 5px;
}
.rekap .rekap_head .close_it {
    padding: 5px;
    cursor:pointer;
    font-weight: bold;
    color: #fff;
}
.rekap h2 {
    text-align: center;
    font-size: 1.5em;
    margin: 10px 0;
    color: #2452ae;
}
.rekap .rekap_head .close_it:hover {
    color: #ff4c4c;
}
.rekap .rekap_cont, .rekap .rekap_footer {
    padding:10px;
}
.rekap .rekap_cont span {
    font-size:1.2em;
    font-weight:bold;
}
.rekap .rekap_cont .rekap_price {
    color: #2452ae;
}
.rekap .rekap_cont img {
    float: left;
    margin-right:10px;
}
.rekap .rekap_footer {
    width:100%;
    clear:both;
    box-sizing: border-box;
    padding:10px;
    border-top: 1px solid #d4d4d4;
}
.rekap .rekap_name {
    padding-top: 15px;
    display: block;
}
.rekap .rekap_footer a {
    float: left;
    display: block;
    width: auto;
    padding:10px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor:pointer;
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(168,168,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
}
.rekap .rekap_footer .rekap_cart {
    float: right;
    background: #22b14c;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.rekap .rekap_footer .rekap_cart:hover {
     box-shadow: 0 0 15px #29d65dbf;
     -webkit-box-shadow: 0 0 15px #29d65dbf;
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29d65d', endColorstr='#22b14c',GradientType=0 );
 }
.rekap .rekapitulace {
    position: fixed;
    top:100px;
    left: calc(50% - 250px);
    width: 500px;
    max-height: calc(100% - 100px);
    overflow: auto;
    height:auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #2b2b2b;
    z-index: 10000;
}
#wrapper1.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
#selulozenka {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
    border: 1px solid rgba(39,41,43,.15);
    border-radius: .2857rem;
    cursor: pointer;
    word-wrap: break-word;
    padding: 6px;
    box-sizing: border-box;
    height: auto;
    color: rgb(99, 99, 99);
}
@media screen and (max-width: 600px){
    .rekap .rekapitulace {
        left:calc(50% - 150px);
        width: 300px;
    }
    .rekap .rekap_footer a, .rekap .rekap_footer .rekap_cart {
        float:none;
    }
    .rekap .rekap_footer .rekap_close {
        margin-top:10px;
    }
}
div#login_form_content #login_passwd {
    margin: 0;
}
body.loading:after {
    position: fixed;
    content: 'Přenačítání měny';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1000000000000;
    color: #fff;
    text-shadow: 5px 5px 20px #000;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}

.address_delivery_block,
.address_invoice_block {
    float: left;
    width: 100%;
}

.address_delivery_block {
    padding-top: 10px;
}

.address_delivery_block .address_delivery,
#address_invoice_form {
    display: none !important;
}

.order_address .address_add {
    display: none;
}

.address_delivery_form .form.std p label,
.address_invoice_form .form.std p label,
.company_block.form.std p label,
#login_form_content p label { 
    width: 110px;
    line-height: 30px;
}
@media (max-width: 500px) {
    .address_delivery_form .form.std p label,
    .address_invoice_form .form.std p label,
    .company_block.form.std p label,
    #login_form_content p label { 
        width: 100%;
    }
}

.company_block {
    padding-top: 20px;
}

.form.std .select select {
    width: 205px;
}
@media (max-width: 500px) {
    .form.std .select select {
        width: 235px;
    }
}

.center_column p.checkbox.cgv {
    text-align: right;
    color: #949494;
}

.center_column p.checkbox.cgv a {
    color: #6d6d6d;
}

.center_column p.checkbox label[for="newsletter"],
.center_column p.checkbox label[for="zbozikonverze_consent"],
.center_column p.checkbox label[for="zbozi_cz"] {
    color: #949494;
}

.order_address p.checkbox {
    clear: both;
    padding-top: 20px;
}

.notLoggedBlocks .tabs {
    display: inline-block;
}
.notLoggedBlocks .tabs .tab {
    padding: 10px;
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
    margin-right: 0px;
    font-size: 13px;
    background: #dcdcdc;
    color: #fff;
}
@media (max-width: 767px) {
    .notLoggedBlocks .tabs .tab {
        font-size: 11px;
    }
    #orderAddressForm p.text input, #orderAddressForm p.password input, #orderAddressForm .form.std .select select{
        width: 206px;
    }
}
.notLoggedBlocks .tabs .tab.active {
    background: #4a4a4a;
}
.tab-content {
    border: 2px solid #4a4a4a;
    padding: 10px 30px 30px;
}
@media (max-width: 767px) { 
    .tab-content {
        padding: 10px;
    }    
}

.not-free-shipping > span {
    font-size: 13px;
}
@media (max-width: 767px) {
    .not-free-shipping > span {
        font-size: 13px;
    }
}

.not-free-shipping > span:last-of-type {
    font-weight: 600;
}

.carrierNotPersonal,
.personalCarriers,
.carrierNotPersonalSvoz {
    display: none;
}

.toggler_block {
    cursor: pointer;
}
.toggler_block:hover {
    background: #fbfbfb;
}

.toggler_block h3:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    float: right;
}
.toggler_block.open h3:after {
    content: '\f0d8';
}

.carrier_name img {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

.delivery-date {
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    background: #316fe9;
    display: table;
    clear: both;
    color: #fff;
}
@media (min-width: 992px) {
    .delivery-date {
        margin-bottom: -59px;
    }
    #orderAddressForm .delivery-date {
        margin-bottom: 0px;
    }
}
#select_country .delivery-date {
    margin: 4px auto;
}
@media (min-width: 768px) {
    #select_country .clearfix {
        padding-left: 55px;
    }
}

#order #header_logo {
    position: static;
    margin: 0 auto;
}
#order #header {
    height: auto !important;
    margin-bottom: 0px;
}
#order #columns {
    padding-top: 33px;
}
#order #columns.without_breadcrumb {
    padding-top: 0;
}
#order #header .breadcrumb * {
    position: static;
}
#order #header .breadcrumb {
    position: static;
    padding: 10px 15px;
}
#order #select_country {
    padding: 0 0 10px;
}
#order #select_country h3 {
    margin-bottom: 15px;
}
[name="carrier_area"], #orderAddressForm  {
    position:relative;
}
[name="carrier_area"]:before, #orderAddressForm:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
    z-index: 9;
}
[name="carrier_area"]:after, #orderAddressForm:after {
    content: "\f110";
    position: absolute;
    left: 50%;
    top: 0;
    font-family: fontawesome;
    color: #fff;
    font-size: 0px;
    margin: 0px;
    transition: all 0.2s;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    z-index: 9;
}
[name="carrier_area"].load:before, #orderAddressForm.load:before {
    left: 0;
    height: 100%;
}
[name="carrier_area"].load:after, #orderAddressForm.load:after {
    font-size: 50px;
    top: 50%;
    margin: -25px 0 0 -20px;
}
#orderAddressForm #load-text {
    position: absolute;
    bottom: 100%;
    color: #fff;
    z-index: 9;
    font-size: 0px;
    text-align: center;
    width: 100%;
    left: 0;
    transition: all 0.2s;
    margin-bottom: 0px;
}
#orderAddressForm.load #load-text {
    bottom: 50%;
    font-size: 20px;
    margin-bottom: 40px;
}
#changeCountry {
    border: 2px solid #eee;
    height: 43px;
}
#order tr[for-id], #order tr[for-id] * {
    cursor: pointer;
}
@media (min-width: 768px) {
    #order #select_country {
        padding-right: 20px;
    }
}
@media (max-width: 767px){
    #order #header .logo {
        width: auto;
        height: 30px;
        margin-bottom: 5px;
    }
    #order #header_logo {
        text-align: center;
    }
    #heurekaTableft, #iframe-widgetleft {
        display: none !important;
    }
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.top-content-right {
    float: right;
}
.top-content-right #shop_url {
    position: relative;
    z-index: 999;
}
.top-content-right #shop_url li {
    height: 0;
    overflow: hidden;
    transition: height 0.2s;
}
.top-content-right #shop_url li.current {
    height: inherit;
}
.top-content-right #shop_url.open li {
    height: 26px;
}
.top-content-right #shop_url li > * {
    line-height: 26px;
    padding: 0 10px;
    display: block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: #2d2e30;
}
.top-content-right #shop_url li.current > * {
    background: transparent;
}
.top-content-right #shop_url li > a:hover {
    background: #5a5b5c;
}
.top-content-right #shop_url li > span {
    color: #fff;
}
.top-content-right #shop_url li > span:hover, .top-content-right #shop_url.open li > span {
    background: rgba(255, 255, 255, 0.1);
}
.top-content-right #shop_url li > * > img {
    height: 12px;
    width: 17px;
    margin-top: 7px;
    margin-right: 3px;
}
.lang_sk .akceBigFont, .lang_pl .akceBigFont, .lang_pl .akceCena {
    font-size: 50px;
}
.lang_sk .akceText, .lang_pl .akceText {
    font-size: 26px;
    line-height: 1.7em;
}
@media (max-width: 991px) and (min-width: 768px) {
    .hidden-tablet {
        display: none !important;
    }
    .display-tablet {
        display: block !important;
    }
}
@media (max-width: 767px) {
    body .top-content .top-content-right {
        display:none;
    }
    .mob_menu_foot div.top-content-right {
        position: absolute;
        margin: 0 auto;
        top: auto;
        bottom: auto;
        left: 50%;
        right: auto;
        margin-left: -27px;
        margin-top: 3px;
        background: transparent;
    }
    .mob_menu_foot .top-content-right #shop_url li > * {
        color: #2e2f30;
        background: #d1d1d1;
        padding: 0 7px;
        font-size: inherit;
    }
    .mob_menu_foot .top-content-right #shop_url li.current > * {
        background: transparent;
    }
    .top-content-right #shop_url.open {
        box-shadow: 0px 2px 5px 0px #00000050;
    }
    .mob_menu_foot .selectbox-wrapper {
        position: absolute;
        right: 0;
        top: 100%;
        background: #d1d1d1;
    }
    .header-edit .mob_menu_foot #setCurrency div.selectbox-wrapper ul {
        background: #d1d1d1;
        color: #2e2f30;
    }
}
#product .table {
    display:table;
    width: 100%;
    border-spacing: 5px;
    table-layout: fixed;
}
#product .table-row {
    display:table-row;
}
.similarCat {
    display:table-cell;
    float:none;
}
.similarCat {
    background: #316fe9;
    background: -moz-linear-gradient(top, #316fe9 0%, #24478d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #316fe9), color-stop(100%, #24478d));
    background: -webkit-linear-gradient(top, #316fe9 0%, #24478d 100%);
    background: -o-linear-gradient(top, #316fe9 0%, #24478d 100%);
    background: -ms-linear-gradient(top, #316fe9 0%, #24478d 100%);
    background: linear-gradient(to bottom, #316fe9 0%, #24478d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#316fe9', endColorstr='#24478d', GradientType=0);
    vertical-align: middle;
}
.similarCat a.button {
    width: 100%;
    background-image: none;
    min-height: min-content;
    height: fit-content !important;
    line-height: 13px !important;
}
#category_helper {
    margin-top: 15px;
}
#category_helper #category_type.half, #category_helper #category_mark.half {
    width: 50%;
    display: inline-block;
    float: left;
}
#category_helper a {
    margin-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
    display: inline-block;
    line-height: 2em;
}
#category_helper svg {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    #category_helper #category_type.half, #category_helper #category_mark.half {
        width: 100%;
    }
    #category_helper a {
        width: 100%;
        margin-left: 0px;
    }
}
#language_sentence {
    margin-top: 5px;
    padding: 5px;
}
#language_sentence p {
    color: #d2d2d2;
}
#orderAddressForm input[readonly] {
    background: #e6e6e6;
    color: #757575;
}
#orderAddressForm small {
    display: block;
}
#orderAddressForm small {
    display: block;
    margin-top: 5px;
    margin-left: 117px;
    color: #9c9c9c;
}
@media (min-width: 768px) and (max-width: 991px) {
    #orderAddressForm small {
        margin-left: 0px;
    }
}
@media (max-width: 500px) {
    #orderAddressForm small {
        margin-left: 0px;
    }
}
#contact-form .contact-form p label,
.sendtoafriend p.text label {
    min-width: 130px;
    text-align: right;
    line-height: 25px;
}
#contact-form  p.text input,
#contact-form  form.std p.select select {
    width: 220px;
}
body#contact-form div#center_column form p.file_input input {
    height: 30px;
    line-height: 28px;
}
.contact-form .g-recaptcha,
.sendtoafriend .g-recaptcha {
    padding-left: 137px;
    padding-top: 15px;
}
@media (max-width: 543px) {
    .contact-form .g-recaptcha,
    .sendtoafriend .g-recaptcha {
        padding-left: 0px;
        padding-top: 15px;
        margin: 0 auto;
        width: fit-content;
        text-align: left;
    }
}
@media (max-width: 460px) {
    #contact-form .contact-form p label,
    .sendtoafriend p.text label {
        min-width: 130px;
        text-align: left;
        display: block;
        width: 100%;
    }
}
body #tmheaderlinks > li > span {
    color: #000;
}
#search_block_top #helper {
    position: absolute;
    bottom: 100%;
    left: 0px;
    padding: 3px 10px;
}
#search_block_top #helper a,
#search_block_top #helper_container a {
    color: #2b65db;
}
#search_block_top #helper_container {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 5px 5px #00000029;
    display: none;
    z-index: 10;
}
#search_block_top #helper_container table {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
#search_block_top #helper_container table th {
    font-weight: bold;
    background: #ebebeb;
    color: #2b65db;
}
#search_block_top #helper_container table td,
#search_block_top #helper_container table th {
    border: 1px solid #d0d0d0;
    padding: 10px;
    width: 50%;
}
#search_block_top #helper_container table td:first-of-type,
#search_block_top #helper_container table th:first-of-type {
    font-weight: bold;
    text-align: right;
}
#search_block_top #helper_container .center-text {
    text-align: center;
}
@media screen and (max-width: 991px) {
    #search_block_top #helper {
        display:none;
    }
    #search_block_top.open #helper {
        display: block;
        color: #000000;
        background: #ffffff75;
        width: 100%;
        box-sizing: border-box;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0 0 5px #ffffff8c;
    }
}
#search_block_top .visible-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    #search_block_top .visible-mobile {
        display: inline-block;
    }
    #search_block_top .hidden-mobile {
        display: none;
    }
}
#submitAddVoucher {
    padding: 3px 15px;
    color: #2452ae;
    border: 0;
    cursor: pointer;
    background: #eeeeee;
}
#submitAddVoucher:hover {
    box-shadow: 0 0 5px #3d7eff;
}
#add_voucher {
    padding: 3px 2px 2px;
    width: 100%;
}
.voucher_row td {
    background: #2452ae;
}
.voucher_row .text-right {
    text-align: right !important;
}
.cart_discount_description span {
    padding: 5px 10px;
    background: #fff7ad;
    border: 1px solid #f0d800;
    border-radius: 3px;
    color: #5c5300;
}
@media screen and (min-width: 992px) {
    #thumbs_list {
        max-height: 320px;
    }
    #view_scroll_left {
        top: -48px;
        left: 54px;
        transform: rotate(90deg);
    }
    #view_scroll_right {
        bottom: -48px;
        top: auto;
        left: 54px;
        transform: rotate(90deg);
    }
}
img.apek-logo {
    margin-top: 10px;
    width: 100%;
    max-width: 170px;
}
#tmbannerblock p.hTwoTitle {
    margin-bottom: 3px;
}
#tmbannerblock ul li:nth-of-type(3n+1) {
    clear: left;
}
@media (max-width: 991px) {
    #tmbannerblock ul li:nth-of-type(3n+1) {
        clear: none;
    }
    #tmbannerblock ul li:nth-of-type(2n+1) {
        clear: left;
    }
}
/* Advantages block */
.block-advantages {
    border: 1px solid #bfbfbf;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    color: #424242;
    background: #f5f5f5;
    flex-wrap: wrap;
}
.block-advantages a {
    font-size: 15px;
}
.block-advantages p {
    color: inherit;
    font-size: 18px;
}
.block-advantages p.text-big {
    font-size: 2em;
    padding-top: 0;
}
.block-advantages .advantages-info {
    flex-grow: 100;
}
.block-advantages .advantages-info .content-max-width {
    max-width: 210px;
}
.block-advantages .advantage-block {
    width: 150px;
    border: 1px solid #007cc3;
    padding: 15px;
    margin-left: 15px;
    text-align: center;
    color: #007cc3;
    transition: all 0.2s;
}
.block-advantages .advantage-block p {
    font-size: 15px;
    font-weight: 600;
}
.block-advantages .advantage-block svg {
    max-width: 100%;
    max-height: 60px;
}
.block-advantages .advantage-block:hover {
    background: #007cc3;
    border-color: #007cc3;
    color: #fff;
}
/* hlidaci pes */
#oos_customer_email {
    display: block;
    width: 200px;
    margin-top: 15px;
    padding: 3px 5px;
}
a#mailalert_link {
    padding: 5px 0;
    display: inline-block;
}
#oos_customer_email_result {
    display: block;
}
.lang_ro .price.sale {
    color: #7f7f7f;
    font-style: italic;
    text-align: center;
    padding-right: 10px;
}
.lang_ro .price.sale b {
    font: italic 800 20px "Open Sans";
    vertical-align: baseline;
    text-decoration: line-through;
    margin-right: 5px;
}
#more_info_sheets_btn {
    display: none;
}
#primary_block form#buy_block .qty_available .availability_wrap {
    display: none;
}
/* END hlidaci pes */
/* hlidaci pes */
#oos_customer_email {
    display: block;
    width: 200px;
    margin-top: 15px;
    padding: 3px 5px;
}
/* END hlidaci pes */
@media (max-width: 991px) {
    .block-advantages .advantage-block {
        width: 90px;
    }
}
@media (max-width: 767px) {
    #primary_block form#buy_block {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 0px 10px 0 #0000004f;
        z-index: 999;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 5px;
        justify-content: space-between;
    }
    #primary_block form#buy_block .qty_available,
    #primary_block form#buy_block.out_of_stock p#oosHookWithOosp {
        order: -1;
        width: 100%;
        text-align: center;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        border-bottom: 1px solid #cecece;
        align-items: center;
    }
    #primary_block form#buy_block.out_of_stock p#oosHookWithOosp {
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 0;
    }
    #primary_block form#buy_block .qty_available.qty0 {
        display: none;
    }
    #primary_block form#buy_block.out_of_stock p#oosHookWithOosp #oos_customer_email {
        margin: 0;
    }
    #primary_block form#buy_block p#pQuantityAvailable {
        font-size: inherit;
        margin: 0px;
    }
    #primary_block form#buy_block p#pQuantityAvailable span {
        font-size: inherit;
    }
    #primary_block form#buy_block .price.clearfix,
    #primary_block form#buy_block .qty_and_cart {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
    }
    #primary_block form#buy_block .qty_and_cart {
        margin-right: 10px;
    }
    #primary_block form#buy_block .price .right {
        margin-top: 0;
    }
    #primary_block form#buy_block span.our_price_display {
        font-size: 13px;
    }
    #primary_block form#buy_block span#our_price_display {
        font-size: 18px;
    }
    #primary_block form#buy_block .qty_and_cart #add_to_cart a#addToCartBtnFb {
        width: fit-content;
        display: flex;
        margin: 0;
        justify-content: center;
        gap: 5px;
        align-items: center;
    }
    #primary_block form#buy_block .price .left,
    #primary_block form#buy_block .price .right {
        width: auto;
    }
    #primary_block form#buy_block > .clearblock {
        display: none;
    }
    #primary_block .availability_wrap {
        display: none;
    }
    #primary_block form#buy_block .qty_available .availability_wrap {
        display: inline-block;
    }
    #primary_block form#buy_block .qty_available .availability_wrap a.availability_info {
        margin-top: 0;
        line-height: inherit;
        font-size: inherit;
        color: #007cc3;
        text-decoration: underline;
    }
    #primary_block form#buy_block .qty_available .availability_wrap .availability_detail {
        position: fixed;
        margin-top: 0;
        margin-bottom: 5px;
        width: 468px;
        box-shadow: 0 0px 10px 0 #0000004f;
    }
    #primary_block form#buy_block .qty_available .availability_wrap .availability_detail:before {
        border-width: 8px 8px 0px;
        top: 100%;
        left: 50%;
        bottom: auto;
        margin-left: 3em;
    }
    .block-advantages > * {
        width: 100%;
    }
    .block-advantages .advantage-block {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
    }
    .block-advantages .advantages-info .content-max-width {
        max-width: 100%;
        text-align: center;
    }
    #more_info_sheets {
        word-break: break-word;
    }
    body .ac_results li {
        font-size: 16px;
        line-height: 1.3em;
    }
    body .ac_results li strong {
        font-weight: bold;
    }
    .mobile-hidden {
        display: none !important;
    }
    #primary_block form#buy_block p#availability_statut,
    #primary_block p.buttons_bottom_block a#addToCartBtnFb,
    #primary_block form#buy_block .price .right {
        margin-top: 5px;
    }
    .qty_and_cart {
        width: 100%;
        margin-top: 0;
    }
    #primary_block form#buy_block .qty_and_cart #add_to_cart {
        width: 100%;
        float: none;
    }
    #primary_block p.buttons_bottom_block a#addToCartBtnFb {
        margin-top: 7px;
        margin-right: 10px;
    }
    #primary_block form#buy_block .price .right {
        width: 100%;
    }
    #center_column3 .rte table ul li > span > a span,
    #center_column3 .rte table span > a span,
    #center_column3 .rte table span {
        font-size: 12px;
    }
    #more_info_sheets {
        height: 130px;
        overflow: hidden;
        position: relative;
    }
    #more_info_sheets_btn {
        position: absolute;
        display: flex;
        bottom: 0;
        left: 0;
        right: 0;
        height: 5em;
        background-color: #f5f5f5;
        background-repeat: repeat-x;
        background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#f5f5f550), to(#f5f5f5));
        background: -webkit-linear-gradient(top, #f5f5f550, #f5f5f5 50%);
        background: -moz-linear-gradient(top, #f5f5f550, #f5f5f5 50%);
        background: -ms-linear-gradient(top, #f5f5f550, #f5f5f5 50%);
        background: -o-linear-gradient(top, #f5f5f550, #f5f5f5 50%);
        cursor: pointer;
        align-items: center;
        justify-content: flex-end;
        color: #007cc3;
        font-weight: bold;
        box-sizing: border-box;
        flex-direction: column;
        font-size: 13px;
        padding-bottom: 0.5em;
    }
    #more_info_sheets_btn:before {
        content: '';
        border-top: 1px solid #bfbfbf;
        left: 20px;
        right: 20px;
        position: absolute;
        bottom: 2.1em;
        margin-bottom: 1px;
    }
    #more_info_sheets_btn #more_info_sheets_btn_text {
        font-size: inherit;
        text-align: center;
        position: relative;
        background: #f5f5f5;
        padding: 0 5px;
    }
    #more_info_sheets_btn > svg {
        height: 1em;
        color: #007cc3;
    }
    #more_info_sheets.open {
        height: auto;
    }
    #more_info_sheets.open #more_info_sheets_btn {
        display: none;
    }
}
@media (max-width: 550px) {
    .qty_and_cart {
        width: 100%;
        margin-top: 0;
    }
    #primary_block form#buy_block .qty_and_cart #add_to_cart {
        width: 100%;
        float: none;
    }
    #primary_block p.buttons_bottom_block a#addToCartBtnFb {
        margin-top: 7px;
        margin-right: 10px;
        font-size: 15px !important;
    }
    #primary_block form#buy_block span#our_price_display ~ .tax-msg {
        display: none;
    }
    #primary_block form#buy_block p#availability_statut,
    #primary_block p.buttons_bottom_block a#addToCartBtnFb {
        margin-top: 10px;
    }
    .mobile-hidden {
        display: none !important;
    }
}
@keyframes cart_gloss {
    0% {bottom: 150%;}
    50% {bottom: -50%;}
    100% {bottom: -50%;}
}
@keyframes display_cart {
    0% {top: -35px; right: 45px;}
    100% {top: 5px; right: 15px;}
}
@media (max-width: 991px) {
    ul#product_list li.ajax_block_product.item-grid {
        flex-basis: 32.332%;
    }
}
@media (max-width: 768px) {
    ul#product_list li.ajax_block_product.item-grid {
        flex-basis: 49%;
    }
    ul#product_list li.ajax_block_product.item-grid .bottom_block .availability {
        font-size: 15px;
    }
    ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price, ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block .price_without {
        display: block;
    }
    ul#product_list li.ajax_block_product.item-grid .bottom_block .action_block a.ajax_add_to_cart_button {
        font-size: 15px !important;
        line-height: 1.7em !important;
    }
    table.std tfoot #voucher_row td {
        background: none;
        color: #000;
    }
    #add_voucher {
        box-sizing: border-box;
    }
    table#cart_summary tfoot tr#voucher_row {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    #submitAddVoucher {
        padding: 5px 15px;
        line-height: 1.33em;
    }
    table#cart_summary tfoot tr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    table#cart_summary tfoot tr:not(#voucher_row) td {
        white-space: break-spaces;
    }
    table#cart_summary tfoot tr#voucher_row td {
        flex-grow: 1;
    }
    #order-detail-content.total-summary tfoot td:first-of-type {
        text-align: left !important;
    }
    table#cart_summary tfoot tr[class*="cart_total"] {
        flex-wrap: nowrap;
        align-items: center;
    }
}
@media (max-width: 470px) {
    ul#product_list li.ajax_block_product.item-grid {
        flex-basis: 100%;
    }
}