@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Poppins:300,300i,400,400i,700,700i|Raleway:300,300i,400,400i,500,600,700,800,900&display=swap');
@font-face {
    font-family: 'NovemberStencil';
    src:  url('/themes/panda/font/ns/ns.woff2') format('woff2'),
    url('/themes/panda/font/ns/ns.woff') format('woff');
}

@media (max-width: 767.9px) {
    #languages-block-top-mod {
        display: none;
    }
}


#blockpricerange,
.hp-tiles-text {
    font-weight: 400;
}

/* kam dame poppins */
.btn-medium,
.btn-primary,
.btn-default,
h2,
.heading,
.page-heading,
.page-subheading,
.style_content h2,
.subtitle,
.icon_text,
.hp-tiles-title,
.hp-tiles-bold,
.hp-tiles-price,
.voltride-wh,
.ns_modal_warehouse h3,
.voltride_alternative_title,
.price_container,
.product-name,
.hands,
.meteo,
.checks,
table#product_comparison .prices-container,
.footer_stores_security_claim,
.foot_header,
.footer_store_name,
.footer_stores_security_title,
#voltride_warehouse_tomorrow div p,
.footer_links,
#footer-bottom,
#footer-secondary,
#header,
.hp_header,
.read-more-trigger,
.ns_product_badges_progress,
.mini-banner,
.breadcrumb,
.performance .perf-chart-title,
.performance .perf-show-more,
.performance .perf-badge-content,
.performance .perf-badge-name,
.performance .perf-table > caption,
.performance .perf-missing-variant:before,
.performance .perf-compare .perf-variant-title,
.perf-modal .perf-title,
.try_out,
.add_to_compare,
.product_accessory_name,
#layered_block_left .layered_subtitle,
.content_sortPagiBar .selector1 label,
#cms .rte .cms-nav .cms-nav-list li,
.delivery_option,
.order_carrier_content .delivery_options_address .carrier_title,
#order-detail-content .order_extra_label,
.cart_block_no_products,
#pro_added_success,
#layer_cart_product_title,
.ns-text-city,
.ns-text-more,
.ns-text-address,
#cms .style_content h3,
.layer_box .layer_product .layer_product_info .product-name,
.revws-reset div[role=document] h2,
.hp-bubble.hp-bubble-center .hp-bubble-img-text .title,
.promoted_features,
.warranty-promotion,
.atc-availability,
blockquote {
    font-family: Poppins, "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
}

/* BASE STYLE */
.btn-medium,
.btn-primary,
.btn-default {
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 18px;
}

.btn-primary:after,
.btn-medium:after,
.btn-default:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background: white;
    vertical-align: -1px;
    margin-left: 18px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.btn-default.btn-inverted {
    background-color: white;
}

.btn-default.btn-inverted:hover {
    border-color: #eeeeee;
}

.btn-default.btn-inverted:after {
    display: none;
}

.btn-default.btn-inverted:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background: red;
    vertical-align: -1px;
    margin-right: 12px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    transform: scaleX(-1);
}

/* HEADER */
header #top_bar {
    font-size: 12px;
    width: 100%;
}


header.sticky_mh #top_bar {
    position: fixed;
    top: 0;
    left: 0;
}

#header_left {
    position: absolute;
    top: 5px;
}

header #top_bar #nav_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 27px;
}

.nav.horizontal-s .top_bar_item:first-child .header_item {
    padding-left: 0;
}

.nav.horizontal-s .top_bar_item:last-child .header_item {
    padding-right: 0;
}

header #header_primary_container {
    height: 65px;
}

#header_right_top {
    padding-top: 8px;
}

.header_tryout_product {
    padding: 5px;
    font-family: "Open Sans";
    text-shadow: 1px 1px 1px #ddd;
    text-align: center;
}

.header_tryout_product p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.header_tryout_product p a {
    border-bottom: 1px dashed #666;
}

.header_tryout_product p a:hover {
    color: black;
}


/* DROPDOWN */
.dropdown_wrap .dropdown_tri.dropdown_tri_in:after {
    opacity: 1;
    font-weight: bold;
}

header .dropdown_list {
    padding-top: 1px;
    min-width: calc(100% - 12px);

}

header .search_widget_simple .dropdown_list {
    height: 65px;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
}

header .search_widget_simple.open .dropdown_list {
    display: flex;
}

header .dropdown_list:before {
    display: none;
}

.search_results .autocomplete-suggestion {
    padding-left: 12px;
}

.dropdown_list .dropdown_list_ul {
    border: 1px solid #eeeeee;
}

.dropdown_list .dropdown_list_ul li {
    border-bottom: 1px solid #eeeeee;
}

.dropdown_list .dropdown_list_ul li a {
    padding: 8px 16px 8px 8px;
}

/* BLOCKCONTACT - NAV.TPL */
#contact-claim {
    text-transform: uppercase;
    flex-grow: 1;
    font-weight: bold;
}

header #contact-link .header_item:before,
header .shop-phone .header_item:before {
    content: ' ';
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 4px;
    background: transparent url(../../img/icon/phone2.svg) no-repeat center center;
    background-size: contain;
}

header #contact-link .header_item:before {
    background: transparent url(../../img/icon/mail2.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
}

/* BLOCKLANGUAGES_MOD */
#languages-block-top-mod {
    font-weight: bold;
}

#languages-block-top-mod .dropdown_tri {
    padding-right: 25px;
 }

/* BLOCKCART_MOD*/
.shopping_cart_mod .cart_text,
.shopping_cart_mod .ajax_cart_quantity,
.shopping_cart_mod .ajax_cart_product_txt,
.shopping_cart_mod .ajax_cart_split {
    display: none !important;
}

header .shopping_cart > a:first-child,
.shopping_cart_mod .header_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.search_mobile_bar_tri .icon-search-1 {
    background: transparent url('../../img/icon/search_black.svg') no-repeat center center !important;
    background-size: cover;
    height: 17px;
    width: 18px;
    margin-top: 13px;
}

.mobile_bar_tri .icon-menu {
    background: transparent url(../../img/icon/hamburger.svg) no-repeat center center !important;
    background-size: cover;
    height: 38px;
    width: 38px;
    display: inline-block;
}

.rightbar_compare .icon-exchange-1,
.rightbar_cart .icon-glyph,
.cart_mobile_bar_tri .icon-glyph,
.header_item .ajax_cart_bag {
    background: transparent url('../../img/icon/shopping cart.svg') no-repeat center center !important;
    background-size: cover;
    height: 14px;
    width: 16px;
    margin-right: 8px;
}

.compare_mobile_bar_tri .icon-ajust,
.rightbar_compare .icon-exchange-1 {
    width: 26px;
    background: transparent url('../../img/icon/porovnavac.svg') no-repeat center center !important;
}

.cart_mobile_bar_tri .ajax_cart_bag,
.compare_mobile_bar_tri .icon-ajust {
    margin-top: 10px;
}

.rightbar_compare .icon-exchange-1:before,
.rightbar_cart .icon-glyph:before {
    display: none;
}

.compare_mobile_bar_tri .stcompare_quantity {
    top: auto;
    right: auto;
    border: 2px solid white;
    height: 18px;
    width: 18px;
    margin-top: 14px;
    margin-right: -34px;
}

#header_primary_row .top_bar_item,
#main_menu_widgets .top_bar_item {
    margin-left: 12px;
    padding-right: 0;
}

@media (max-width: 500px) {
    header #top_bar {
        font-size: 8px;
    }

    .nav.horizontal-s .top_bar_item .header_item {
        padding: 0 8px;
    }
}

@media screen and (min-width: 1200px) {

    #header_primary_row .top_bar_item,
    #main_menu_widgets .top_bar_item {
        margin-left: 22px;
        padding-right: 0;
    }

    .has_sticky #header .shop_logo,
    #header .shop_logo {
        min-width: 220px;
    }
}

.has_sticky #header .shop_logo img,
#header .shop_logo img {
    width: auto;
}

@media (max-width: 991.9px) {
    #header {
        min-height: 82px;
    }
}

.has_sticky #header img.logo, #header img.logo {
    width: 177px;
}

.header-container.has_sticky {
    padding-bottom: 93px !important;
}

#header_primary_row .top_bar_item,
#main_menu_widgets .top_bar_item.shopping_cart {
    padding-right: 8px;
}

/* BLOCKUSERINFO_MOD */

.userinfo_mod_top .header_item > a i::before,
.login .header_item i::before,
.welcome {
    display: none;
}

.userinfo_mod_top,
.userinfo_mod_top .header_item,
.login {
    display: block !important;
}

.login .header_item,
.userinfo_mod_top .header_item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.userinfo_mod_top.dropdown_wrap .dropdown_tri.dropdown_tri_in:after {
    position: absolute;
    right: 20px;
    top: -4px;
}

.userinfo_mod_top .header_item > a i,
.login .header_item i {
    background: transparent url('../../img/icon/zakaznicka-zona.svg') no-repeat center center !important;
    background-size: cover;
    height: 14px;
    width: 16px;
    margin-right: 8px;
}

#header_right .userinfo_mod_top .dropdown_list {
    right: -15%;
}

/* MEGAMENU */
#top_extra,
#top_extra .st_mega_menu {
    position: static;
}

.boxed_megamenu #st_mega_menu_wrap {
    padding-top: 0px;
    height: 65px;
    margin-left: 140px;
}

#st_mega_menu_wrap .ml_level_0 {
    height: 65px;
}

#st_mega_menu_wrap .ml_level_0 > a {
    height: 65px;
    display: flex;
    align-items: center;
}

#st_mega_menu_wrap .ml_level_0:first-child > a {
    font-weight: bold;
    padding-left: 76px;
}

/* MEGAMENU SUBMENU BG */

.stmenu_sub.style_wide.col-md-12 .stmenu_sub_bg_wrapper {
    /* pozadie s vlnovkou */
    content: '';
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 570px;
    height: 100%;
    top: 0;
    left: calc(485px - 50vw);
    width: 100vw;
    z-index: -1;
    filter: drop-shadow(0px 40px 40px rgba(0, 0, 0, 0.2));
    margin-top: 25px;
    pointer-events: none;
}

.stmenu_sub.style_wide.col-md-12 .stmenu_sub_bg_wrapper .stmenu_sub_bg {
    display: block;
    width: 100%;
    max-width: 2560px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 600px;
    transform-origin: top center;
    background: linear-gradient(to top, transparent 97px, #eeeeee 97px), url(../../img/kolobezkari/vlna-menu-2560px.svg) no-repeat bottom center;
    /*, linear-gradient(180deg, rgba(233, 230, 230, 1) 55%, rgba(255, 255, 255, 0) 55%);*/
    background-size: contain, 2560px;
    /*, auto;*/
    pointer-events: none;
}

@media screen and (min-width: 1200px) {
    .stmenu_sub.style_wide.col-md-12 .stmenu_sub_bg_wrapper {
        /* pozadie s vlnovkou */
        left: calc(585px - 50vw);
    }
}

.stmenu_sub.style_wide.col-md-12 {
    box-shadow: none;
    padding-top: 40px;
}

.st_mega_menu .style_content,
.st_mega_menu .style_content > * {
    cursor: pointer;
}

.st_mega_menu  .style_content > .spacer,
.st_mega_menu  .style_content > .row,
.st_mega_menu  .style_content > .header,
.st_mega_menu  .style_content > .owl-carousel {
    cursor: auto;
}

/* MEGAMENU SUBMENU OBSAH */

#st_mega_menu_wrap .stmenu_sub {
    /* display: block !important; /* TODO: remove */
    top: 40px;
}

.stmenu_sub.style_wide.col-md-12 .row.m_column_row {
    display: flex;
    align-items: stretch;
    min-height: 500px;
    margin-left: -700px;
    padding: 60px 700px 0;
    width: calc(100% + 1400px);
    margin-top: -35px;
    /*background: rgba(255,0,0,0.2);*/
}

.stmenu_sub.style_wide.col-md-12 .st_menu_column {
    padding: 0 20px;
}

.stmenu_sub.style_wide.col-md-12 .st_menu_column:first-child {
    border: 0;
    padding: 0 20px 0 0;
}

.stmenu_sub.style_wide.col-md-12 .st_menu_column:last-child {
    border: 0;
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .stmenu_sub.style_wide.col-md-12 .st_menu_column {
        padding: 0 30px;
    }

    .stmenu_sub.style_wide.col-md-12 .st_menu_column:first-child {
        padding: 0 30px 0 0;
    }
}

/* MEGAMENU SUBMENU OBSAH  - obycajne linky */

.st_menu_column .header {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #C0C0C0;
    margin-bottom: 20px;
    font-feature-settings: 'haln' on;
}

.st_menu_column .header:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 78px;
    height: 4px;
}

.stmenu_sub.style_wide.col-md-12 .row.m_column_row > div[class^="col"] .header + p {
    font-size: 10px;
    line-height: 15px;
}

.stmenu_sub.style_wide.col-md-12 .row.m_column_row > div[class^="col"] .header + p:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 11px;
    background: transparent url(../../img/icon/skladom.svg) no-repeat left center;
    margin-right: 4px;
    vertical-align: -2px;
}


.stmenu_sub.style_wide.col-md-12 .row.m_column_row .delimiter {
    margin-top: 30px;
}

.mu_level_1 .ml_level_1 .ma_level_1.ma_item {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-left: 15px;
}

.mu_level_1 .ml_level_1 .ma_level_1.ma_item:before {
    content: '';
    display: block;
    height: 26px;
    width: 15px;
    position: absolute;
    margin-left: -20px;
    background: transparent url(../../img/icon/sipka-nav.svg) no-repeat left center;
    background-size: 8px 8px;
}

.stmenu_sub .style_content .menu-heading {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}

.stmenu_sub .style_content:first-child .menu-heading {
    margin-top: 0;
}


.stmenu_sub .style_content .row {
    margin-top: 20px;
}


.menulink {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

.menu-heading .menulink {
    margin-top: 5px;
    float: right;
}

.menulink:after {
    content: '';
    display: inline-block;
    vertical-align: -6px;
    margin-left: 8px;
    height: 21px;
    width: 15px;
    background: transparent url(../../img/icon/sipka-nav.svg) no-repeat left center;
    background-size: 8px 8px;
}


.ml_level_0:nth-child(5) div.stmenu_sub .row div.st_menu_column div.st_menu_block .mu_level_1 .ml_level_1 .ma_level_1.ma_item,
.ml_level_0:nth-child(1) div.stmenu_sub .row div.st_menu_column div.st_menu_block:nth-child(2) .mu_level_1 .ml_level_1 .ma_level_1.ma_item {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 20px;
}

.ml_level_0:nth-child(5) div.stmenu_sub .row div.st_menu_column div.st_menu_block .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before,
.ml_level_0:nth-child(1) div.stmenu_sub .row div.st_menu_column div.st_menu_block:nth-child(2) .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before {
    height: 36px;
}

/*
div.st_menu_column:nth-child(2) div.st_menu_block .mu_level_1 .ml_level_1 .ma_level_1.ma_item,
div.st_menu_column div.st_menu_block:nth-child(1) .mu_level_1 .ml_level_1 .ma_level_1.ma_item,
div.st_menu_column div.st_menu_block:nth-child(2) .mu_level_1 .ml_level_1 .ma_level_1.ma_item,
div.st_menu_column div.st_menu_block:nth-child(3) .mu_level_1 .ml_level_1 .ma_level_1.ma_item {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

div.st_menu_column div.st_menu_block:nth-child(1) .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before,
div.st_menu_column div.st_menu_block:nth-child(2) .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before,
div.st_menu_column div.st_menu_block:nth-child(3) .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before {
    height: 36px;
}
*/

.st_mega_menu .cate_label {
    float: left;
    margin: 0 4px 0 0;
    display: inline-block;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
}

div.st_menu_column div.st_menu_block_t2 .pro_outer_box {
    background: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    padding-top: 20px;
}

/* MEGAMENU SUBMENU OBSAH - kategorie */
div.st_menu_column div.st_menu_block > .row > .col-md-12 {
    display: flex;
    align-items: center;
}

div.st_menu_column div.st_menu_block > .row > .col-md-12 .menu_cate_img {
    width: 30%;
}

div.st_menu_column div.st_menu_block > .row > .col-md-12 img {
    height: 45px;
    width: 100%;
    object-fit: contain;
}

div.st_menu_column div.st_menu_block > .row > .col-md-12 .mu_level_1 .ml_level_1 .ma_level_1.ma_item {
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0;
}

div.st_menu_column div.st_menu_block > .row > .col-md-12 .mu_level_1 .ml_level_1 .ma_level_1.ma_item:before {
    height: 26px;
}

div.st_menu_column div.st_menu_block .menu_pro_img {
    height: 150px;
    object-fit: contain;
}

/* MEGAMENU SUBMENU OBSAH  - banner */


.product_list .product_tax_label {
    display: none;
}

/* MEGAMENU SUBMENU OBSAH  - video */
.mm_video {
    position: relative;
    border-radius: 18px;
    display: block;
    background: white;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.mm_video + .mm_video {
    margin-top: 15px;
}

.mm_video img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.mm_video .mm_video_cat {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'haln' on;
    font-weight: bold;
    color: #C0C0C0;
    padding: 10px 15px 6px 15px;
    display: block;
}

.mm_video .mm_video_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    font-feature-settings: 'haln' on;
    color: #000000;
    display: block;
    padding: 0 15px 10px 15px;
}

.mm_video_play {
    content: '';
    display: block;
    background: transparent url('../../img/icon/videoplayer.svg');
    height: 50px;
    width: 50px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}


/* HEADER SEARCH BOX */

#main_menu_widgets {
    z-index: 95;
}

.search_widget_simple.top_bar_item.dropdown_wrap {
    height: 65px;
    position: absolute;
    right: -20px;
    width: 300px;
    display: flex !important;
    padding: 10px !important;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.search_widget_simple.top_bar_item.dropdown_wrap * {
    pointer-events: all;
}


#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .btn-search i,
#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .header_item i {
    display: none;
}

#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .btn-search,
#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .header_item {
    height: 35px;
    width: 35px;
    display: inline-block;
    background: black url(../../img/icon/search.svg) no-repeat center center;
    border-radius: 4px;
    background-size: 50%;
}

#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .btn-search:hover,
#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .header_item:hover,
#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .btn-search:focus,
#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .header_item:focus {
    opacity: 0.7;
}

#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list {
    top: -1px;
}

#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .search_widget_form_inner {
    border: 0;
    border-radius: 4px;
    background: black;
    height: 2.5em;
    color: white;
}

#main_menu_widgets .search_widget_simple.top_bar_item.dropdown_wrap .dropdown_list .form-control {
    padding-left: 8px;
    background: black;
    width: calc(100% - 35px);
    color: #ccc;
}


#main_menu_widgets .search_widget_block {
    margin-top: 13px;
}

#main_menu_widgets .search_widget_block .input-group-with-border {
    background: white !important;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 6px;
}

#main_menu_widgets .search_widget_block .input-group-with-border.focus {
    background: white !important;
}

#main_menu_widgets .search_widget_block .form-control {
    background: transparent;
}

#main_menu_widgets .search_results {
    margin-top: -4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
}

#main_menu_widgets .search_widget_btn {
    background: black;
    height: 30px;
    width: 30px;
    color: white;
    margin-right: 2px;
    border-radius: 6px;
    z-index: 20000;
    position: absolute;
    right: 0;
}

.autocomplete-no-suggestion {
    padding: 2px 8px;
}

/* FOOOTER */
#footer-primary {
    pointer-events: none;
}

#footer-primary .container * {
    pointer-events: all;
}

#footer-secondary .container,
#footer-bottom .container {
    font-size: 14px;
    padding-top: 30px;
    border-top: 1px solid #D3D3D3;
}

#footer-bottom .container {
    text-align: center;
    padding-top: 20px;
}

.mobile_device #footer-bottom {
    margin-bottom: 50px;
}

#footer-secondary .wide_container {
    padding-bottom: 0px;
}

#footer-secondary .title_block_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'haln' on;
}

#right_column .title_block span:after,
#footer-secondary .title_block_name:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 78px;
    height: 4px;
}

.footer_block_content.bullet.custom_links_list a {
    padding: 5px 0 6px 0;
}

.footer_block_content.bullet.custom_links_list a:before {
    display: none;
}

#footer-bottom .container .ns_copy_img {
    display: inline-block;
    background: black;
    mask-image: url(../../img/icon/ns.svg);
    -webkit-mask-image: url(../../img/icon/ns.svg);
}

#footer-bottom .container .ns_copy a:hover .ns_copy_img {
    transition: color 200ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: color 200ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 300ms ease-in-out
}

#footer-bottom .container .ns_copy_img img {
    opacity: 0;
}

#footer-primary {
    padding-top: 300px;
    margin-top: -180px;
    mask-image: url(../../img/icon/wave_footer.svg);
    -webkit-mask-image: url(../../img/icon/wave_footer.svg);
    mask-position: top center;
    -webkit-mask-position: top center;
}

.read-more-content-hp.row,
#footer-primary .row {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex-wrap: wrap;
}

.read-more-content-hp .easycontent,
#footer-primary .easycontent {
    padding: 0 25px;
    position: relative;
    margin-bottom: 0;
}

.read-more-content-hp + div .read-more-trigger {
    display: none;
}

@media (min-width: 992px) {
    .read-more-content-hp .read-more-content .hp_header {
        display: none;
    }

    .read-more-content-hp + div .read-more-trigger {
        display: inline-block;
    }
}

@media (max-width: 499.9px) {
    #footer-primary .easycontent:not(:last-child) {
        margin-top: 80px;
    }

    #footer-primary .easycontent:before {
        content: '';
        width: 12px;
        height: 100%;
        position: absolute;
        background: transparent url(../../img/icon/delimiter.svg) no-repeat;
        display: block;
        left: 0;
        bottom: -50%;
        transform: rotate(90deg);
        transform-origin: center right;
        right: 0;
        margin: -37px auto;
    }

    #footer-primary .easycontent:nth-child(4):before {
        content: none;
    }
}

@media (min-width: 500px) and (max-width: 992px) {
    #footer-primary .easycontent:not(:last-child) {
        margin-top: 60px;
    }
}

.read-more-content .easycontent {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}

.read-more-content .easycontent:before,
#footer-primary .easycontent:before {
    content: '';
    width: 12px;
    height: 100%;
    position: absolute;
    background: transparent url(../../img/icon/delimiter.svg) no-repeat;
    display: block;
    left: -12px;
}

.hp_header,
#footer-primary .foot_header {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    font-feature-settings: 'haln' on;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.read-more-content-hp p,
#footer-primary p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 20px;
}

ul.square,
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl,
.menu_custom_content ul,
.menu_custom_content ol,
.menu_custom_content dl,
.blog_content ul,
.blog_content ol,
.blog_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl,
.rte ul,
.rte ol,
.rte dl,
.style_content ul,
.style_content ol,
.style_content dl,
#footer-primary ul {
    list-style: none;
    counter-reset: my-ol;
}

#footer-primary ul {
    flex-grow: 1;
}

#footer {
    margin-top: 95px !important;
}

ul.square li,
.style_content ul.square li,
.style_content ul li,
#short_description_content ul li,
#more_info_sheets ul li,
.menu_custom_content ul li,
#tinymce ul li,
.blog_content ul li,
.rte ul li,
ol.square li,
.style_content ol.square li,
.style_content ol li,
#short_description_content ol li,
#more_info_sheets ol li,
.menu_custom_content ol li,
#tinymce ol li,
.blog_content ol li,
.rte ol li,
#footer-primary li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 6px;
}

ul.square,
#short_description_content ul li:before,
#short_description_content ol li:before,
#short_description_content dl li:before,
#more_info_sheets ul li:before,
#more_info_sheets ol li:before,
#more_info_sheets dl li:before,
.menu_custom_content ul li:before,
.menu_custom_content ol li:before,
.menu_custom_content dl li:before,
.blog_content ul li:before,
.blog_content ol li:before,
.blog_content dl li:before,
#tinymce ul li:before,
#tinymce ol li:before,
#tinymce dl li:before,
.rte ul li:before,
.rte ol li:before,
.rte dl li:before,
.style_content ul li:before,
.style_content ol li:before,
.style_content dl li:before,
#footer-primary li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 20px;
    position: absolute;
    display: block;
    margin-left: -16px;
    margin-top: 7px;
}

#short_description_content ol li:before,
#more_info_sheets ol li:before,
.menu_custom_content ol li:before,
.blog_content ol li:before,
#tinymce ol li:before,
.rte ol li:before,
.style_content ol li:before {
    content: counter(my-ol) ".";
    counter-increment: my-ol;
    width: 16px;
    height: 16px;
    background-color: white;
    margin-left: -20px;
    margin-top: 2px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-feature-settings: 'haln' on;
}

ul.checks li:before,
#footer-primary li:before {
    background: transparent url(../../img/icon/skladom.svg) no-repeat;
    width: 11px;
    height: 10px;
    margin-left: -20px;
    margin-top: 5px;
}

.hp_header .ns_icon,
#footer-primary .foot_header .ns_icon {
    float: left;
    margin-right: 15px;
}


#short_description_content a {
    color: var(--accent-color);
    font-weight: 600;
}
#short_description_content a:hover {
    opacity: .85;
    text-decoration: underline;
}


/* READ MORE */
.read-more-state {
    display: none;
}

.read-more-content {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.read-more-state:checked ~ .row .read-more-content {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger:before,
.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-trigger.active:before,
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

html[lang=sk-SK] .read-more-trigger:before,
html[lang=sk-SK] .read-more-state ~ .read-more-trigger:before {
    content: 'Zobraziť viac';
}

html[lang=sk-SK] .read-more-trigger.active:before,
html[lang=sk-SK] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Skryť';
}

html[lang=cs-CZ] .read-more-trigger:before,
html[lang=cs-CZ] .read-more-state ~ .read-more-trigger:before {
    content: 'Zobrazit víc';
}

html[lang=cs-CZ] .read-more-trigger.active:before,
html[lang=cs-CZ] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Skrýt';
}

html[lang=hu-HU] .read-more-trigger:before,
html[lang=hu-HU] .read-more-state ~ .read-more-trigger:before {
    content: 'Mutass többet';
}

html[lang=hu-HU] .read-more-trigger.active:before,
html[lang=hu-HU] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Mutass kevesebbet';
}

html[lang=de-DE] .read-more-trigger:before,
html[lang=de-DE] .read-more-state ~ .read-more-trigger:before {
    content: 'Mehr zeigen';
}

html[lang=de-DE] .read-more-trigger.active:before,
html[lang=de-DE] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Weniger zeigen';
}

html[lang=ua-UA] .read-more-trigger:before,
html[lang=ua-UA] .read-more-state ~ .read-more-trigger:before,
html[lang=ru-RU] .read-more-trigger:before,
html[lang=ru-RU] .read-more-state ~ .read-more-trigger:before {
    content: 'Показать больше';
}

html[lang=ua-UA] .read-more-trigger.active:before,
html[lang=ua-UA] .read-more-state:checked ~ .read-more-trigger:before,
html[lang=ru-RU] .read-more-trigger.active:before,
html[lang=ru-RU] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Показать меньше';
}

html[lang=it-IT] .read-more-trigger:before,
html[lang=it-IT] .read-more-state ~ .read-more-trigger:before {
    content: 'Mostra di più';
}

html[lang=it-IT] .read-more-trigger.active:before,
html[lang=it-IT] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Mostra di meno';
}

html[lang=ro-RO] .read-more-trigger:before,
html[lang=ro-RO] .read-more-state ~ .read-more-trigger:before {
    content: 'Arată mai mult';
}

html[lang=ro-RO] .read-more-trigger.active:before,
html[lang=ro-RO] .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Arată mai puțin';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    border-top: 1px solid #eeeeee;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    font-feature-settings: 'haln' on;
}

.read-more-trigger:before {
    background: transparent url(../../img/icon/sipka-accordeon.svg) no-repeat center right;
    padding-right: 17px;
    background-size: 8px 9px;
}

.read-more-trigger.active:before,
.read-more-state:checked ~ .read-more-trigger:before {
    background: transparent url(../../img/icon/sipka-accordeon2.svg) no-repeat center right;
    padding-right: 17px;
    background-size: 8px 9px;
}

.read-more-state:checked ~ .read-more-trigger {
    border-color: transparent;
    transition: .25s ease;
}

/* NS ICON */
.ns_icon {
    display: inline-block;
    height: 66px;
    width: 66px;
    mask-image: url('../../img/icon/bubble.svg');
    -webkit-mask-image: url('../../img/icon/bubble.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    -webkit-mask-size: 90%;
}

.ns_icon.ns_icon1 {
    mask-image: url('../../img/icon/bubble1.svg');
    -webkit-mask-image: url('../../img/icon/bubble1.svg');
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.ns_icon.ns_icon2 {
    mask-image: url('../../img/icon/bubble2.svg');
    -webkit-mask-image: url('../../img/icon/bubble2.svg');
}

.ns_icon.ns_icon3 {
    mask-image: url('../../img/icon/bubble3.svg');
    -webkit-mask-image: url('../../img/icon/bubble3.svg');
    mask-size: 100%;
    -webkit-mask-size: 100%;
}

.ns_icon.ns_icon4 {
    mask-image: url('../../img/icon/bubble4.svg');
    -webkit-mask-image: url('../../img/icon/bubble4.svg');
    mask-size: 90%;
    -webkit-mask-size: 90%;
    mask-position: 80% center;
    -webkit-mask-position: 80% center;
}

a:hover .ns_icon span,
a:hover .ns_icon {
    transition: all 0.5s;
}


a:hover .ns_icon.ns_icon_bg_white span,
a:hover .ns_icon,
.ns_icon.ns_icon_bg_white {
    background: white;
}

.fancybox-skin .ns_icon.ns_icon_bg_white,
.read-more-content-hp .ns_icon.ns_icon_bg_white {
    background: #EEEEEE;
}

.fancybox-skin .easycontent {
    margin: 30px;
}

.ns_icon span {
    display: block;
    background: white;
    height: 54px;
    width: 54px;
    margin: 6px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 48% center;
    -webkit-mask-position: 48% center;
    mask-size: 55%;
    -webkit-mask-size: 55%;
}

.ns_icon.ns_icon_scooter span {
    mask-image: url('../../img/icon/icon_scooter.svg');
    -webkit-mask-image: url('../../img/icon/icon_scooter.svg');
}

.ns_icon.ns_icon_scooter2 span {
    mask-image: url('../../img/icon/icon_scooter2.svg');
    -webkit-mask-image: url('../../img/icon/icon_scooter2.svg');
}

.ns_icon.ns_icon_parking span {
    mask-image: url('../../img/icon/icon_parking.svg');
    -webkit-mask-image: url('../../img/icon/icon_parking.svg');
}

.ns_icon.ns_icon_truck span {
    mask-image: url('../../img/icon/icon_truck.svg');
    -webkit-mask-image: url('../../img/icon/icon_truck.svg');
}

.ns_icon.ns_icon_support span {
    mask-image: url('../../img/icon/icon_support.svg');
    -webkit-mask-image: url('../../img/icon/icon_support.svg');
}

.ns_icon.ns_icon_care span {
    mask-image: url('../../img/icon/icon_care.svg');
    -webkit-mask-image: url('../../img/icon/icon_care.svg');
    mask-size: 70%;
    -webkit-mask-size: 70%;
}

.ns_icon.ns_icon_hand span {
    mask-image: url('../../img/icon/icon_hand.svg');
    -webkit-mask-image: url('../../img/icon/icon_hand.svg');
}

.ns_icon.ns_icon_calendar span {
    mask-image: url('../../img/icon/icon_calendar.svg');
    -webkit-mask-image: url('../../img/icon/icon_calendar.svg');
    mask-size: 45%;
    -webkit-mask-size: 45%;
}

.ns_icon.ns_icon_tree span {
    mask-image: url('../../img/icon/icon_tree.svg');
    -webkit-mask-image: url('../../img/icon/icon_tree.svg');
}

.ns_icon.ns_icon_route span {
    mask-image: url('../../img/icon/icon_route.svg');
    -webkit-mask-image: url('../../img/icon/icon_route.svg');
}

.ns_icon.ns_icon_distance span {
    mask-image: url('../../img/icon/icon_distance.svg');
    -webkit-mask-image: url('../../img/icon/icon_distance.svg');
    mask-position: 48% 45%;
    -webkit-mask-position: 48% 45%;
}

.ns_icon.ns_icon_power span {
    mask-image: url('../../img/icon/icon_power.svg');
    -webkit-mask-image: url('../../img/icon/icon_power.svg');
    mask-size: 45%;
    -webkit-mask-size: 45%;
    mask-position: 48% 45%;
    -webkit-mask-position: 48% 45%;
}

.ns_icon.ns_icon_rocket span {
    mask-image: url('../../img/icon/icon_rocket.svg');
    -webkit-mask-image: url('../../img/icon/icon_rocket.svg');
    mask-size: 50%;
    -webkit-mask-size: 50%;
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}

.ns_icon.ns_icon_speedo span {
    mask-image: url('../../img/icon/icon_speedo.svg');
    -webkit-mask-image: url('../../img/icon/icon_speedo.svg');
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}

.ns_icon.ns_icon_stop span {
    mask-image: url('../../img/icon/icon_stop.svg');
    -webkit-mask-image: url('../../img/icon/icon_stop.svg');
    mask-size: 38%;
    -webkit-mask-size: 38%;
    mask-position: 48% 45%;
    -webkit-mask-position: 48% 45%;
}

.ns_icon.ns_icon_town span {
    mask-image: url('../../img/icon/icon_town.svg');
    -webkit-mask-image: url('../../img/icon/icon_town.svg');
    mask-size: 45%;
    -webkit-mask-size: 45%;
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}


.ns_icon.ns_icon_battery span {
    mask-image: url('../../img/icon/icon_battery.svg');
    -webkit-mask-image: url('../../img/icon/icon_battery.svg');
}

.ns_icon.ns_icon_certificate span {
    mask-image: url('../../img/icon/icon_certificate.svg');
    -webkit-mask-image: url('../../img/icon/icon_certificate.svg');
    mask-size: 47%;
    -webkit-mask-size: 47%;
}

.ns_icon.ns_icon_discount span {
    mask-image: url('../../img/icon/icon_discount.svg');
    -webkit-mask-image: url('../../img/icon/icon_discount.svg');
}

.ns_icon.ns_icon_security span {
    mask-image: url('../../img/icon/icon_security.svg');
    -webkit-mask-image: url('../../img/icon/icon_security.svg');
    mask-size: 44%;
    -webkit-mask-size: 44%;
}

.ns_icon.ns_icon_service span {
    mask-image: url('../../img/icon/icon_service.svg');
    -webkit-mask-image: url('../../img/icon/icon_service.svg');
    mask-size: 47%;
    -webkit-mask-size: 47%;
}

.ns_icon.ns_icon_service_lifetime span {
    mask-image: url('../../img/icon/icon_service_lifetime.svg');
    -webkit-mask-image: url('../../img/icon/icon_service_lifetime.svg');
}

.ns_icon.ns_icon_question_no span {
    mask-image: url('../../img/icon/icon-questions-no.svg');
    -webkit-mask-image: url('../../img/icon/icon-questions-no.svg');
}

.ns_icon.ns_icon_map_loc span {
    mask-image: url('../../img/icon/icon-map-loc.svg');
    -webkit-mask-image: url('../../img/icon/icon-map-loc.svg');
}

.ns_icon.ns_icon_scooter span {
    mask-image: url('../../img/icon/icon-scooter.svg');
    -webkit-mask-image: url('../../img/icon/icon-scooter.svg');
}

.ns_icon.ns_icon_scooter_kick span {
    mask-image: url('../../img/icon/icon-scooter-kick.svg');
    -webkit-mask-image: url('../../img/icon/icon-scooter-kick.svg');
}

.ns_icon.ns_icon_win span {
    mask-image: url('../../img/icon/icon-win.svg');
    -webkit-mask-image: url('../../img/icon/icon-win.svg');
}

.ns_icon.ns_icon_glob_distr span {
    mask-image: url('../../img/icon/icon-glob-distr.svg');
    -webkit-mask-image: url('../../img/icon/icon-glob-distr.svg');
}

.ns_icon.ns_icon_help span {
    mask-image: url('../../img/icon/icon-help.svg');
    -webkit-mask-image: url('../../img/icon/icon-help.svg');
}

.ns_icon.ns_icon_school span {
    mask-image: url('../../img/icon/icon-school.svg');
    -webkit-mask-image: url('../../img/icon/icon-school.svg');
}

.ns_icon.ns_icon_heart_insur span {
    mask-image: url('../../img/icon/icon-heart-insur.svg');
    -webkit-mask-image: url('../../img/icon/icon-heart-insur.svg');
}

.ns_icon.ns_icon_phone span {
    mask-image: url('../../img/icon/icon-phone.svg');
    -webkit-mask-image: url('../../img/icon/icon-phone.svg');
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}

.ns_icon.ns_icon_mail span {
    mask-image: url('../../img/icon/icon-mail.svg');
    -webkit-mask-image: url('../../img/icon/icon-mail.svg');
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}

.ns_icon.ns_icon_whatsapp span {
    mask-image: url('../../img/icon/icon-whatsapp.svg');
    -webkit-mask-image: url('../../img/icon/icon-whatsapp.svg');
    mask-position: 48% 40%;
    -webkit-mask-position: 48% 40%;
}

.ns_icon.ns_icon_bankwire span {
    mask-image: url('../../img/icon/icon-bankwire.svg');
    -webkit-mask-image: url('../../img/icon/icon-bankwire.svg');
}

.ns_icon.ns_icon_payment span {
    mask-image: url('../../img/icon/icon-payment1.svg');
    -webkit-mask-image: url('../../img/icon/icon-payment1.svg');
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}

.ns_icon.ns_icon_book span {
    mask-image: url('../../img/icon/icon_book.svg');
    -webkit-mask-image: url('../../img/icon/icon_book.svg');
}

.ns_icon.ns_icon_poem span {
    mask-image: url('../../img/icon/icon_poem.svg');
    -webkit-mask-image: url('../../img/icon/icon_poem.svg');
}

.ns_icon.ns_icon_repair span {
    mask-image: url('../../img/icon/icon_repair.svg');
    -webkit-mask-image: url('../../img/icon/icon_repair.svg');
}

.ns_icon.ns_icon_shield span {
    mask-image: url('../../img/icon/icon_shield.svg');
    -webkit-mask-image: url('../../img/icon/icon_shield.svg');
}

.ns_icon.ns_icon_warehouse span {
    mask-image: url('../../img/icon/icon_warehouse.svg');
    -webkit-mask-image: url('../../img/icon/icon_warehouse.svg');
    mask-position: 40% center;
    -webkit-mask-position: 40% center;
}

.ns_icon.ns_icon_battery2 span {
    mask-image: url('../../img/icon/icon_battery2.svg');
    -webkit-mask-image: url('../../img/icon/icon_battery2.svg');
}

.ns_icon.ns_icon_analyze span {
    mask-image: url('../../img/icon/icon_analyze.svg');
    -webkit-mask-image: url('../../img/icon/icon_analyze.svg');
}

.ns_icon.ns_icon_law span {
    mask-image: url('../../img/icon/icon_law.svg');
    -webkit-mask-image: url('../../img/icon/icon_law.svg');
}

.ns_icon.ns_icon_precision span {
    mask-image: url('../../img/icon/icon_precision.svg');
    -webkit-mask-image: url('../../img/icon/icon_precision.svg');
}

.ns_icon.ns_icon_quality span {
    mask-image: url('../../img/icon/icon_quality.svg');
    -webkit-mask-image: url('../../img/icon/icon_quality.svg');
}

.ns_icon.ns_icon_scientist span {
    mask-image: url('../../img/icon/icon_scientist.svg');
    -webkit-mask-image: url('../../img/icon/icon_scientist.svg');
}

.ns_icon.ns_icon_statistics span {
    mask-image: url('../../img/icon/icon_statistics.svg');
    -webkit-mask-image: url('../../img/icon/icon_statistics.svg');
}

.ns_icon.ns_icon_trophy span {
    mask-image: url('../../img/icon/icon_trophy.svg');
    -webkit-mask-image: url('../../img/icon/icon_trophy.svg');
}

/*/*/
.ns_icon.ns_icon_person span {
    mask-image: url('../../img/icon/icon_person.svg');
    -webkit-mask-image: url('../../img/icon/icon_person.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_respect span {
    mask-image: url('../../img/icon/icon_respect.svg');
    -webkit-mask-image: url('../../img/icon/icon_respect.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_distance2 span {
    mask-image: url('../../img/icon/icon_distance2.svg');
    -webkit-mask-image: url('../../img/icon/icon_distance2.svg');
}
.ns_icon.ns_icon_adjust span {
    mask-image: url('../../img/icon/icon_adjust.svg');
    -webkit-mask-image: url('../../img/icon/icon_adjust.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_thumbup span {
    mask-image: url('../../img/icon/icon_thumbup.svg');
    -webkit-mask-image: url('../../img/icon/icon_thumbup.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_focus span {
    mask-image: url('../../img/icon/icon_focus.svg');
    -webkit-mask-image: url('../../img/icon/icon_focus.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_building span {
    mask-image: url('../../img/icon/icon_building.svg');
    -webkit-mask-image: url('../../img/icon/icon_building.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_door span {
    mask-image: url('../../img/icon/icon_door.svg');
    -webkit-mask-image: url('../../img/icon/icon_door.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_car2 span {
    mask-image: url('../../img/icon/icon_car2.svg');
    -webkit-mask-image: url('../../img/icon/icon_car2.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_bench span {
    mask-image: url('../../img/icon/icon_bench.svg');
    -webkit-mask-image: url('../../img/icon/icon_bench.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_tunnel span {
    mask-image: url('../../img/icon/icon_tunnel.svg');
    -webkit-mask-image: url('../../img/icon/icon_tunnel.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_parking2 span {
    mask-image: url('../../img/icon/icon_parking2.svg');
    -webkit-mask-image: url('../../img/icon/icon_parking2.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_crosswalk span {
    mask-image: url('../../img/icon/icon_crosswalk.svg');
    -webkit-mask-image: url('../../img/icon/icon_crosswalk.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_car1 span {
    mask-image: url('../../img/icon/icon_car1.svg');
    -webkit-mask-image: url('../../img/icon/icon_car1.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
.ns_icon.ns_icon_look span {
    mask-image: url('../../img/icon/icon_look.svg');
    -webkit-mask-image: url('../../img/icon/icon_look.svg');
    mask-position: 35% center;
    -webkit-mask-position: 35% center;
}
/*/*/

.footer_links {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 125.1%;
    justify-content: space-between;
    padding: 5px 0 25px 0;
}

.footer_links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    padding: 0 3px;
}

.footer_links a .ns_icon {
    margin-bottom: 12px;
}

.easycontent .footer_block_content {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.easycontent .footer_block_content > p:last-child {
    text-align: center;
}

#footer-primary .easycontent .footer_block_content p:last-child {
    margin: 0;
}

/* BLOCKQUOTE override global */
blockquote {
    margin: 60px auto 100px;
    padding: 20px 40px;
    width: 780px;
    border: none;
    position: relative;
    min-width: 290px;
}

blockquote:after {
    width: 120px;
    height: 100px;
    background: url('../../img/icon/quotes-gray.svg') no-repeat;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 0;
    mix-blend-mode: color-dodge;
}

blockquote .subtitle {
    margin: 0 !important;
    padding-bottom: 20px !important;
    text-align: left !important;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1em;
}

blockquote p {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.8em;
    position: relative;
    z-index: 1;
}

blockquote p em {
    font-style: normal !important;
    color: #b3c234;
}


@media (max-width: 767.9px) {
    blockquote {
        margin: 20px auto 30px;
    }
}

@media (max-width: 991.9px) {
    blockquote {
        width: 600px;
        max-width: 100% !important;
    }

    blockquote p {
        font-size: 1.4em;
        line-height: 1.6em;
    }
}

/* SHOPPING CART - sidebar */
.st-effect-0.open_bar_right .st-pusher {
    -webkit-transform: translate3d(-550px, 0, 0);
    transform: translate3d(-550px, 0, 0);
}

.st-effect-0.open_bar_left .st-pusher {
    -webkit-transform: translate3d(550px, 0, 0);
    transform: translate3d(550px, 0, 0);
}

.open_bar_left #leftbar {
    left: 550px;
}

.st-menu {
    width: 550px;
    border: 0;
    height: 100%;
    overflow-y: scroll;
    padding-top: 90px;
}

.st-menu-header {
    position: fixed;
    width: 550px;
    top: 0;
    z-index: 3;
}

.st-menu-title,
#side_products_cart .st-menu-title,
#side_products_compared .st-menu-title {
    background-color: transparent;
    background-image: url(../../img/icon/wave_cart.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 30px;
    text-transform: none;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    font-feature-settings: 'haln' on;
}

.st-menu-header .close_right_side {
    height: 18px;
    width: 18px;
    display: block;
    background: transparent url(../../img/icon/close.svg) no-repeat center center;
    top: 25px;
    left: auto;
    right: 30px !important;
}

.close_right_side i {
    display: none !important;
}

#side_cart_block {
    padding: 30px;
}

.st-menu-button-row .col-xs-12 {
    text-align: center;
    margin-top: 15px;
}

.st-menu .cart_block .cart-prices {
    border-top: 1px solid #eeeeee;
    margin: 10px 0 0 0;
    padding: 14px 0;
}

.st-menu .cart_block .cart-prices .cart-prices-line {
    border-bottom: 0;
    margin-top: 4px;
    margin-bottom: 14px;
    font-size: 18px;
}

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    font-weight: bold;
}

.st-menu .cart_block dt {
    border: 0;
}

.st-menu .cart_block .cart-images {
    border: 0;
    margin-right: 30px;
}

.st-menu .cart_block .cart-images img {
    border: 0;
    margin-right: 30px;
    width: 180px;
}

.cart_block_no_products {
    text-align: center;
    font-weight: bold;
}

.cart_block_no_products img {
    display: block;
    opacity: 0.1;
    margin: 40px auto;
}

.st-menu .cart_block .cart_block_list .remove_link {
    height: 18px;
    width: 18px;
    display: block;
    background: transparent url(../../img/icon/close.svg) no-repeat center center;
    right: 30px;
    position: absolute;
    margin-top: 22px;
    filter: invert(43%) sepia(39%) saturate(2383%) hue-rotate(326deg) brightness(97%) contrast(109%);

}

.st-menu .cart_block .cart_block_list .remove_link i {
    display: none !important;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    height: 18px !important;
    width: 18px !important;
}

.st-menu .cart_block dt .price {
    float: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'haln' on;
    margin-top: 12px;
}

.cart_block .quantity-formated {
    position: absolute;
    right: 295px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'haln' on;
    color: #C0C0C0;
    margin-top: 20px;
}

.cart_block_product_name {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'haln' on;
    color: #000000;
    padding-right: 25px;
}

/* HP CONTENT = bubbles */
h2,
.heading,
.page-heading,
.page-subheading,
.style_content h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px !important;
    line-height: 48px;
    font-feature-settings: 'haln' on;
}

h2 em,
h3 em,
#cms em,
.heading em,
.page-heading em,
.page-subheading em,
.style_content h2 em {
    color: #b3c234;
    font-style: inherit;
}

em.sep {
    font-weight: normal;
    padding: 0 8px;
}

h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px;
}

.subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-feature-settings: 'haln' on;
    color: #C0C0C0;
    padding-bottom: 10px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 16px;
}

.hp-bubble {
    display: flex;
    margin-bottom: 55px;
}

.hp-bubble.hp-bubble-left {
    flex-direction: row;
}

.hp-bubble.hp-bubble-center {
    flex-direction: column;
    align-items: center;
}

.hp-bubble.hp-bubble-right {
    flex-direction: row-reverse;
}

.hp-bubble .hp-bubble-videowrap,
.hp-bubble .hp-bubble-img img {
    height: 350px;
    object-fit: cover;
    float: right;
    mask-image: url("../../img/icon/bublina1obsah.svg");
    -webkit-mask-image: url("../../img/icon/bublina1obsah.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.hp-bubble .hp-bubble-videowrap, .hp-bubble.hp-bubble2 img {
    height: 300px;
    max-width: 345px;

}

@media (min-width: 450px) {
    .hp-bubble .hp-bubble-videowrap,
    .hp-bubble .hp-bubble-img img {
        height: 400px;
        max-width: 400px;
    }

    .hp-bubble .hp-bubble-videowrap, .hp-bubble.hp-bubble2 img {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .hp-bubble .hp-bubble-videowrap,
    .hp-bubble .hp-bubble-img img {
        height: 500px;
        max-width: 500px;
    }

    .hp-bubble .hp-bubble-videowrap, .hp-bubble.hp-bubble2 img {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .hp-bubble .hp-bubble-videowrap,
    .hp-bubble .hp-bubble-img img {
        height: 500px;
        max-width: 500px;
    }

    .hp-bubble .hp-bubble-videowrap, .hp-bubble.hp-bubble2 img {
        height: 500px;
    }
}

.hp-bubble .hp-bubble-videowrap {
    pointer-events: none;
}

.hp-bubble .hp-bubble-videowrap iframe {
    position: relative;
}

.mobile_device .hp-bubble .hpvideo {
    background: none;
}

.mobile_device .hp-bubble .hp-bubble-videowrap iframe {
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50%;
}

.hp-bubble .hp-bubble-img {
    width: 50%;
    overflow: hidden;
    display: flex;
    margin: 0 0 0 4em;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.1));
}

.hp-bubble.hp-bubble-center .hp-bubble-img {
    width: auto;
    margin: 0;
}

.hp-bubble.hp-bubble-left .hp-bubble-img {
    margin: 0 4em 0 0;
}

.hp-bubble .hp-bubble-videowrap,
.hp-bubble.hp-bubble2 img {
    mask-image: url("../../img/icon/bublina2obsah.svg");
    -webkit-mask-image: url("../../img/icon/bublina2obsah.svg");
}

.hp-bubble.hp-bubble3 img {
    mask-image: url("../../img/icon/bublina3obsah.svg");
    -webkit-mask-image: url("../../img/icon/bublina3obsah.svg");
}


.hp-bubble.hp-bubble4 img {
    mask-image: url("../../img/icon/bublina4obsah.svg");
    -webkit-mask-image: url("../../img/icon/bublina4obsah.svg");
}


.hp-bubble .hp-bubble-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 6;
}

.hp-bubble.hp-bubble-video .hp-bubble-content {
    position: relative;
}

.hp-bubble .hp-bubble-content.hp-bubble-content-sm {
    padding-right: 8%;
}

.hp-bubble.hp-bubble-left .hp-bubble-content.hp-bubble-content-sm {
    padding-right: 0;
    padding-left: 8%;
}


.hp-bubble ul.checks {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hp-bubble ul.checks li {
    font-size: 14px;
    font-weight: bold;
    margin-right: 50px;
}

.hp-bubble ul.hands {
    position: absolute;
    left: 42%;
}

.hp-bubble.hp-bubble-left ul.hands {
    left: auto;
    right: 42%;
}

.meteo li,
.hp-bubble ul.hands li {
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    display: block;
    height: 50px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

@media (max-width: 450px) {
    .hp-bubble ul.hands li {
        line-height: 115%;
    }
}

.meteo li {
    position: relative;
}

.meteo li a {
    color: black !important;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 50px;
}

.meteo li:hover,
.hp-bubble ul.hands li:hover {
    transform: scale(1.1);
    cursor: url(../../img/icon/hand.svg), auto;
}

.rte ul.meteo li:before,
.hp-bubble ul.hands li:before {
    display: inline-block;
    position: relative;
    left: -15px;
    height: 50px;
    width: 50px;
    background: #FBFBFB url(../../img/icon/hand.svg) no-repeat center center;
    margin: 0;
    border-radius: 8px 0px 0px 8px;
}

.rte ul.meteo li:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 12px;
    width: 12px;
    right: 20px;
    top: 20px;
    background: red;
    margin: 0;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.rte ul.meteo li:before {
    position: absolute;
    left: auto;
    margin-left: -15px;
}

.rte ul.meteo {
    float: right;
    margin-left: 60px;
}

.rte ul.meteo li.meteo_sk:before {
    background-image: url('/img/l/4.jpg');
    background-size: 32px;
}

.rte ul.meteo li.meteo_cz:before {
    background-image: url('/img/l/2.jpg');
    background-size: 32px;
}

.rte ul.meteo li.meteo_hu:before {
    background-image: url('/img/l/3.jpg');
    background-size: 32px;
}

.rte ul.meteo li.meteo_skczhuua:before {
    background-image: url('/img/l/allflags.png');
    background-size: 32px;
}

@media (max-width: 767.9px) {
    .rte ul.meteo {
        float: none;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

.hp-bubble .btn {
    margin-top: 20px;
}

.hp-bubble-video:before {
    content: '';
    display: block;
    width: 10564px;
    left: -4684px;
    position: absolute;
    height: calc(100% + 1250px);
    margin-top: -1080px;
    background: transparent url(../../img/kolobezkari/hp-vrch.svg) no-repeat top center;
}

@media (max-width: 991.9px) {
    .hp-bubble {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .hp-bubble .hp-bubble-content,
    .hp-bubble .hp-bubble-img {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .hp-bubble ul.hands {
        position: absolute;
        left: 0;
        top: 22vw;
    }

    .hp-bubble-video:before {
        margin-top: -700px;
    }
}

@media (max-width: 600px) {
    .hp-bubble .hp-bubble-content {
        display: grid;
        grid-template-columns: auto;
    }

    .hp-bubble ul.hands {
        position: static;
        grid-row: 1;
        margin-top: -100px !important;
    }
}

.cols-2 {
    display: flex;
    justify-content: space-between;
}

.cols-2 > div {
    width: calc(50% - 30px);
}

.hp-test {
    display: block;
    width: 5000px;
    left: -1900px;
    position: absolute;
    height: 600px;
    z-index: 2;
    margin-top: -420px;
    opacity: 0.4;
    background: transparent;
}


.with-bubble:before {
    content: '';
    height: 90px;
    width: 90px;
    display: block;
    background: transparent url("../../img/icon/heart_bubble.svg") no-repeat center center;
    margin: 0 auto;
}

.hp-test1 {
    offset-path: path('M1 1C166 113.5 585.5 323.3 943.5 262.5C1391 186.5 1810.5 -74.5 2643 400C3309 779.6 4503.17 640.833 5017 524');
    animation: move 15000ms infinite ease-in-out;
    width: 154px;
    height: 154px;
    position: absolute;
    background: #B3C234;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 48% center;
    -webkit-mask-position: 48% center;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-image: url('../../img/icon/icon_scooter.svg');
    -webkit-mask-image: url('../../img/icon/icon_scooter.svg');
}

.hp-test2 {
    offset-path: path('M1 1C166 113.5 585.5 323.3 943.5 262.5C1391 186.5 1810.5 -74.5 2643 400C3309 779.6 4503.17 640.833 5017 524');
    animation: move2 15000ms infinite ease-in-out;
    animation-delay: 4s;
    width: 154px;
    height: 154px;
    position: absolute;
    background: #C0C0C0;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 48% center;
    -webkit-mask-position: 48% center;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-image: url('../../img/icon/icon_scooter.svg');
    -webkit-mask-image: url('../../img/icon/icon_scooter.svg');
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.featured_products_sldier_block_center_container {
    position: relative;
    z-index: 10;
}

/* TOOLTIP */
.ns-tooltip .ns-info {
    height: 12px;
    width: 12px;
    mask-image: none;
    -webkit-mask-image: none;
}

.ns-tooltip .ns-text {
    visibility: hidden;
    width: 190px;
    background-color: #4B4B4B;
    color: #fff;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    border-radius: 8px;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-feature-settings: 'haln' on;
    position: absolute;
}

.ns-tooltip .ns-text a {
    color: white;
    font-weight: bold;
}

.ns_product_badge_progress.ns-tooltip .ns-text {
    bottom: 150%;
    width: 120px;
    margin-left: -50px;
}


.ns-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.ns-tooltip .ns-text:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    border-width: 7px;
    border-style: solid;
    border-color: #4B4B4B transparent transparent transparent;
}

.hp-bubble ul li:hover .ns-text,
.ns-tooltip:hover .ns-text {
    visibility: visible;
    transition: all .4s;
}


@media (max-width: 479.9px) {
    .ns-tooltip {
        margin: 0;
    }
}

/* VIDEO - TESTING */
.hp-tiles + p {
    margin: 50px 0 80px 0;
}

#index .hp-tiles {
    margin-top: -160px;
}

.hp-tiles {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-left: 0 !important;
}

.hp-tiles-singleline-grid,
.hp-tiles-singleline {
    flex-wrap: wrap;
}

#index .hp-tiles {
    flex-wrap: wrap;
}

.hp-tiles > li {
    display: flex;
    width: calc(50% - 5px);
    flex-direction: column;
    background: white;
    padding: 15px 20px !important;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform .35s ease-in-out;
}

@media (min-width: 500px) {
    .hp-tiles > li {
        width: calc(33% - 5px);
    }
}

@media (min-width: 992px) {
    .hp-tiles > li {
        width: calc(16.6% - 10px);
    }
}

@media (min-width: 1200px) {
    .hp-tiles > li {
        width: calc(16.6% - 20px);
    }
}

.hp-tiles.hp-tiles-singleline-grid > li,
.hp-tiles.hp-tiles-singleline > li {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    padding: 0  20px !important;
    box-shadow: none;
}

.hp-tiles.hp-tiles-singleline-grid > li {
    display: grid;
    grid-template-columns: 100px auto;
}

.hp-tiles.hp-tiles-singleline-grid > li  .ns_icon {
    margin-right: 20px;
    grid-row-start: 1;
    grid-row-end: 3;
}

@media (max-width: 991.9px) {
    .hp-tiles.hp-tiles-singleline-grid > li .ns_icon {
        align-self: flex-start;
    }
}

.hp-tiles.hp-tiles-singleline > li .ns_icon {
    margin-right: 20px;
}

.hp-tiles > li:hover {
    transform: scale(1.1);
    transition: transform .15s ease-in-out;
}

.hp-tiles > li:before {
    display: none !important;
}

.hp-tiles-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    padding: 5px 0 10px 0;
    hyphens: auto;
}

.hp-tiles-bold {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: block;
    min-height: 36px;
}

.hp-tiles-price {
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
}

.hp-tiles-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

.hp-tiles-price + .hp-tiles-text {
    margin-top: 15px;
}

.hp-tiles-centered {
    text-align: center;
}

.hp-tiles > li.hp-tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.9px) {
    .hp-tiles > li.hp-tiles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hp-tiles-gridelem {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 15px;
}

.hp-tiles-centered .ns_icon {
    margin: 0 auto;
}

/* HP MAPKA */
.hp-map {
    padding: 80px 0;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cms .hp-map {
    padding: 0px 0 80px;
    min-height: 620px;
}

.hp-map > h2,
.hp-map > p,
.hp-map > span {
    position: relative;
    max-width: 320px;
    text-align: left;
}

.hp-map iframe {
    border-radius: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
}

.hp-map-map {
    height: 723px;
    width: 1193px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -1;
}

.hp-map-map.hp-map-sk {
    background: transparent url("/img/hp/voltride-map-sk.svg");
}

.hp-map-map.hp-map-cs,
.hp-map-map.hp-map-cz {
    background: transparent url("/img/hp/voltride-map-cz.svg");
}

.hp-map-map.hp-map-hu {
    background: transparent url("/img/hp/voltride-map-hu.svg");
}

.hp-map-map.hp-map-ua {
    background: transparent url("/img/hp/voltride-map-ua.svg");
}

.hp-map-map.hp-map-en {
    background: transparent url("/img/hp/voltride-map-en.svg");
}

.hp-map-map.hp-map-cs,
.hp-map-map.hp-map-cz {
    background: transparent url("/img/hp/voltride-map-cz.svg");
}

.hp-map-map.hp-map-ua + .hp-map-map.hp-map-top {
    transform: translateX(-220px);
    z-index: -1;
}


@media (max-width: 767.9px) {
    .hp-map-map {
        left: calc(40vw - 500px);
        top: 290px;
    }

    .hp-map > h2,
    .hp-map > p,
    .hp-map > span {
        max-width: none;
        text-align: center;
    }

    .hp-map {
        margin-bottom: 250px;
    }
    #cms .hp-map {
        margin-bottom: 250px;
        padding-top: 0;
        min-height: 500px;
    }
    #cms .hp-map-map {
        top: 140px;
    }
}

@media (min-width: 991px) {
    .hp-map-map {
        left: 200px;
    }

    .hp-map > h2,
    .hp-map > p,
    .hp-map > span {
        max-width: 455px;
    }
}

@media (min-width: 1200px) {
    .hp-map-map {
        left: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1199.9px) {
    .hp-map-map.hp-map-ua {
        transform: scale(0.65);
    }
    .hp-map-map.hp-map-ua + .hp-map-map.hp-map-top {
        transform: translateX(-140px) scale(0.65);
    }
}

.hp-map-top {
    z-index: 2;
    background: none;
}

.hp-map-top .ns-tooltip {
    display: initial;
    margin: 0;
    text-indent: 0;
}

.hp-map-top .ns-tooltip a:hover {
    color: black;
}

.hp-map-top .ns-tooltip .ns-text:after {
    border-color: white transparent transparent transparent
}

.hp-map-top .ns-text {
    padding: 0;
    background-color: white;
    width: 235px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-left: 0;
    left: -133px;
    bottom: 121%;
    color: black;
    text-align: left;
}

.hp-map-top .ns-text img {
    border-radius: 8px 8px 0 0;
}

.hp-map-top .ns-text .ns-text-city {
    margin: 8px 8px 0 8px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.hp-map-top .ns-text .ns-text-more {
    margin: 8px 8px 0 8px;
    font-weight: bold;
    float: right;
    display: block;
}

.ns-text-more:after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: white;
    vertical-align: -1px;
    margin-left: 5px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.hp-map-top .ns-text .ns-text-address {
    margin: 3px 8px 0px 8px;
    font-weight: bold;
    display: block;
}

.ns-text-address.nshcd-store-address:before {
    height: 10px;
    width: 9px;
    vertical-align: 0;
    margin-right: 3px;
}

.hp-map-top .ns-text .ns-text-hours {
    margin: 3px 8px 5px 8px;
    display: block;
}

.map-dot {
    position: absolute;
    text-indent: 26px;
    font-size: 13px;
    color: black;
    font-family: Poppins;
    line-height: 15px;
}

.map-dot > .ns-tooltip > a {
    color: black !important;
}

.map-dot-disabled {
    opacity: 0.5;
}

.map-circle {
    border-radius: 50%;
    background-color: #000000;
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.map-dot-disabled .map-circle {
    animation: none;
    transform: scale(.5, .5);
    opacity: .5;
}

.map-dot-disabled .map-circle:nth-child(2) {
    transform: scale(1, 1);
    opacity: .5;
}

.map-dot-disabled .map-circle:last-child {
    transform: scale(1.5, 1.5);
    opacity: .5;
}

.map-dot-praha {
    top: 246px;
    left: 394px;
}

.map-dot-brno {
    top: 323px;
    left: 513px;
}

.map-dot-bratislava {
    top: 399px;
    left: 551px;
}

.map-dot-budapest {
    top: 458px;
    left: 644px;
}

.map-dot-uzhorod {
    top: 363px;
    left: 863px;
}


@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

#cms #firma:before,
#index .hp-map:before {
    content: '';
    display: block;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    height: 330px;
    top: -30px;
    pointer-events: none;
    background: transparent url(../../img/kolobezkari/hp-spod.svg) no-repeat center bottom;
}

#cms #firma:before {
    height: 1030px;
    top: -530px;
}

.hpvideo {
    position: absolute;
    width: 100%;
    background: transparent;
    height: 100%;
    z-index: 15;
    display: block;
    opacity: 0.7;
    background: transparent url("../../img/icon/videoplayer.svg") no-repeat center center;
    background-size: 15%;
}

.hpvideo:hover {
    opacity: 1;
}

/* Newsletter */
.st_news_letter_box {
    position: relative;
    z-index: 10;
}

.st_news_letter_box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 204.1%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.st_news_letter_form_inner .st_news_letter_submit {
    line-height: 14px;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    position: static;
    display: inline-block;
}

.st_news_letter_form_inner .st_news_letter_input {
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    border-radius: 6px;
    height: 44px;
    margin-right: 20px;
    max-width: 415px !important;
    display: inline-block;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .st_news_letter_form_inner .st_news_letter_input {
        margin-bottom: 0;
    }
}

#st_news_letter_36 .st_news_letter_form_inner {
    margin-top: 20px;
}

.st_news_letter_form label.error {
    position: absolute;
    padding: 0;
    border: 0;
    background: transparent;
    white-space: nowrap;
    font-size: 10px;
    left: 0;
}

#uniform-newsletter_gdpr label.error {
    top: 10px;
}

/* HP BANNER */

.hp-claim {
    max-width: 400px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    margin-bottom: 40px;
}

.hp-claim .subtitle {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.hp-claim h2 {
    font-size: 34px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 0;
}

.hp-claim img {
    height: 315px;
    width: 315px;
    object-fit: contain;
}

.hp-banner > div:not([class^="owl"]),
.hp-banner .owl-item > div {
    display: flex;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.hp-banner.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.hp-banner > div:not([class^="owl"]) {
    position: absolute;
}

.hp-banner > div:not(:first-child):not([class^="owl"]) {
    position: static;
    opacity: 0;
}

.hp-banner > div > div:nth-child(2) > img,
.hp-banner .owl-item > div > div:nth-child(2) > img {
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: 1060px;
    width: 100%;
}

.hp-banner-picture {
    position: relative;
    display: none;
}

#index.mobile_device #center_column .easycontent:first-child {
    padding-top: 0px;
}

@media (min-width: 992px) {
    .hp-banner-picture {
        display: block;
    }

    .hp-banner > div > div:nth-child(2) > img,
    .hp-banner .owl-item > div > div:nth-child(2) > img {
        box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        max-width: 1060px;
        width: calc(50vw + 100px);
    }

    .hp-banner.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .hp-banner > div:not([class^="owl"]), .hp-banner .owl-item > div {
        flex-direction: row;
        margin: 0;
    }

    .hp-banner,
    .hp-banner.owl-carousel {
        width: 1600px;
        height: 650px;
    }

    .hp-claim {
        margin-right: 40px;
        margin-bottom: 0;
        width: 400px;
    }
}

@media (max-width: 1300px) {
    .hp-pulse[style*="loffset: -36"] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hp-claim {
        max-width: 480px;
        width: 480px;
    }
}

.hp-pulse {
    position: absolute;
    left: calc(50% + var(--loffset));
    top: calc(50% + var(--toffset));
    transform: translateX(-50%) translateY(-50%);
    width: 25px;
    height: 25px;
}

.hp-pulse:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #B3C234;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.hp-pulse:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

.hp-pulse-tooltip {
    position: absolute;
    display: block;
    background: #EEEEEE;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    min-width: 120px;
    z-index: 10;
    padding: 10px 10px 10px 44px;
    opacity: 0;
    pointer-events: none;
}

.hp-pulse-tooltip.active {
    pointer-events: all;
    opacity: 1;
}

.hp-pulse-tooltip.hp-pulse-tooltip-top-left {
    top: 10px;
    left: 10px;
}

.hp-pulse-tooltip.hp-pulse-tooltip-top-right {
    top: 10px;
    right: 10px;
}

.hp-pulse-tooltip.hp-pulse-tooltip-bottom-left {
    bottom: 10px;
    left: 10px;
}

.hp-pulse-tooltip.hp-pulse-tooltip-bottom-right {
    bottom: 10px;
    right: 10px;
}

.hp-banner .hp-pulse-tooltip img {
    height: 30px;
    width: 30px !important;
    padding: 4px;
    background: white;
    border-radius: 20px;
    position: absolute;
    margin-left: -36px;
    margin-top: 2px;
}

.hp-pulse-tooltip .hp-pulse-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 110%;
    font-feature-settings: 'haln' on;
    display: block;
    margin-bottom: 4px;
}

.hp-pulse-tooltip:hover {
    cursor: pointer;
}

.hp-pulse-tooltip:hover .hp-pulse-title {
    color: black;
}

.hp-pulse-tooltip .hp-pulse-btn {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    font-feature-settings: 'haln' on;
}

.hp-pulse-tooltip .hp-pulse-price .price-range-max {
    display: none;
}

.hp-pulse-tooltip .hp-pulse-price {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding-right: 15px;
}

/* PRODUCT */

body ul.product_list.grid {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0px;
    padding-right: 0px;
}

.product-container {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    background: white;
}

.product_img_link img.front-image,
.product_image img.front-image {
    padding: 30px 20px 20px;
    height: 250px;
    max-height: 250px;
    object-fit: contain;
}

.cart_discount_name,
a.s_title_block,
.s_title_block a,
.s_title_block {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'haln' on;
}

a.block_blog .blok_blog_short_content {
    color: black !important;
}

nav a.s_title_block,
nav .s_title_block {
    max-height: none;
}

.price_container .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'haln' on;
}

.pro_first_box {
    overflow: visible;
    max-height: 250px;
}

.listnig_tryout_product {
    position: absolute;
    width: calc(100%);
    /*font-weight: bold;*/
    padding: 2px;
    top: 0px;
    border-radius: 18px 18px 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/*
.listnig_tryout_product {
    position: absolute;
    width: calc(100% - 24px);
    margin: 0 12px;
    color: black !important;
    font-weight: bold;
    border: 1px solid #eeeeee !important;
    padding: 2px;
    background-color: white !important;
    top: -3px;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
} */

.listnig_tryout_product p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.hover_fly {
    opacity: 0;
    top: 0;
    bottom: auto;
    background: white !important;
    border-radius: 18px 18px 0 0;
    height: 45px;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.hover_fly:before {
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    position: absolute;
    bottom: 0px;
    border-bottom: 1px solid #EEEEEE;
}

.act_box:before {
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    position: absolute;
    top: 0px;
    border-top: 1px solid #EEEEEE;
}

.hover_fly a {
    background: none !important;
    padding: 7px 0;
    height: 45px;
}

.products_slider .ajax_block_product:hover .hover_fly,
.product_list.grid .ajax_block_product:hover .hover_fly {
    top: -20px;
    bottom: auto;
    opacity: 1;
    pointer-events: all;
    font-size: 12px;
}

.products_slider .ajax_block_product .act_box,
.product_list.grid .ajax_block_product .act_box {
    display: block;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    bottom: -10px;
    border-radius: 0 0 18px 18px;
    height: 45px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: white;
    width: 100%;
    left: 0;
    pointer-events: none;
}

body.mobile_device .act_box:before {
    display: none;
}

body.mobile_device .products_slider .ajax_block_product .act_box,
body.mobile_device .product_list.grid .ajax_block_product .act_box {
    bottom: auto;
    background: none;
    top: -200px;
    opacity: 1;
    box-shadow: none;
    left: 10px;
}

body.mobile_device ul.product_list .color-list-container ul li {
    height: 20px;
    width: 20px;
    margin: 6px 0;
}


body.mobile_device .act_box .color_to_pick_list {
    display: flex;
    flex-direction: column;
}

.products_slider .ajax_block_product:hover .act_box,
.product_list.grid .ajax_block_product:hover .act_box {
    display: block;
    bottom: -30px;
    opacity: 1;
    pointer-events: all;
}

.color-list-container {
    margin-top: 10px;
}

ul.product_list .color-list-container ul li {
    border: 0 !important;
    margin: 0 6px;
}

ul.product_list .color-list-container ul li a.color_pick {
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

ul.product_list .color-list-container ul li a.color_pick[style*="#ffffff"] {
    border: 2px solid #EEEEEE;
    height: 21px;
    width: 21px;
}

.try_out i:before,
.add_to_compare i:before {
    display: none;
}


.add_to_compare.checked {
    opacity: 0.3;
}

#product_actions_wrap .try_out i,
#product_actions_wrap .add_to_compare i,
#product_actions_wrap2 .try_out i,
#product_actions_wrap2 .add_to_compare i,
.hover_fly .try_out i,
.hover_fly .add_to_compare i {
    display: inline-block;
    height: 21px;
    width: 21px;
    background: transparent url(../../img/icon/porovnaj-si-circle.svg) no-repeat center center;
    vertical-align: -4px;
}

#product_actions_wrap .try_out i,
#product_actions_wrap .add_to_compare i,
#product_actions_wrap2 .try_out i,
#product_actions_wrap2 .add_to_compare i {
    height: 26px;
    width: 26px;
}

#product_actions_wrap2 .try_out i,
#product_actions_wrap .try_out i,
.hover_fly .try_out i {
    background: transparent url(../../img/icon/pozicaj-si-circle.svg) no-repeat center center;
}

#product_actions_wrap .try_out span,
#product_actions_wrap .add_to_compare span,
#product_actions_wrap2 .try_out span,
#product_actions_wrap2 .add_to_compare span {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

body#index ul.product_list.grid {
    padding: 0 !important;
}

.old_price,
.old-price {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: line-through;
    font-feature-settings: 'haln' on;
    color: #808080;
}

.pro_second_box .price_container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
}

.pro_second_box {
    min-height: 140px;
    cursor: pointer;
    z-index: 10;
}

.sale_percentage {
    display: inline-block;
    height: 50px;
    width: 85px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 21px;
    line-height: 21px;
    font-feature-settings: 'haln' on;
    text-align: center;
    padding: 0;
    transform: rotate(-15deg);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.75;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.product-container .sale_percentage {
    position: absolute;
    top: -245px;
    left: -9px;
    z-index: 999999;
}

.sale_percentage_small {
    font-size: 10px;
    display: block;
    line-height: 10px;
    margin-top: -3px;
}

#image-block .sale_percentage {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10%;
}

.price_box .sale_percentage {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 67px;
}

.slides .ajax_block_product .pro_outer_box.panda_home_default,
.product_list.grid .ajax_block_product .pro_outer_box.panda_home_default {
    max-width: none !important;
}

.s_title_block {
    height: auto;
    max-height: 3.1em;
}


.buttons_bottom_block {
    display: inline-block;
    line-height: inherit;
}

.buttons_bottom_block .icon-mar-lr2 {
    margin-left: 0;
}

#product_actions_wrap .try_out,
#product_actions_wrap .add_to_compare,
#product_actions_wrap2 .try_out,
#product_actions_wrap2 .add_to_compare {
    display: inline-block;
}

#product_actions_wrap .try_out:hover,
#product_actions_wrap .add_to_compare:hover,
#product_actions_wrap2 .try_out:hover,
#product_actions_wrap2 .add_to_compare:hover {
    transform: scale(1.1);
    transition: all 0.2s;

}

#product_actions_wrap .try_out span,
#product_actions_wrap .add_to_compare span,
#product_actions_wrap2 .try_out span,
#product_actions_wrap2 .add_to_compare span {
    vertical-align: 3px;
}

/* HP TABS */
.hp-tabs-content {
    position: relative;
    z-index: 6;
}

.hp-tabs {
    margin-top: 40px;
}

.hp-tabs h2,
.hp-tabs .subtitle {
    text-align: center;
    display: block;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
    margin: 20px 0;
    margin-left: 0 !important;
}

@media (max-width: 767.9px) {
    #home-page-tabs li a {
        display: none;
    }

    #home-page-tabs li:nth-child(1) a,
    #home-page-tabs li:nth-child(2) a,
    #home-page-tabs li:nth-child(3) a {
        display: block;
        padding: 15px;
    }
}

.nav-tabs > li {
    text-align: center;
}

.nav-tabs > li > a {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-feature-settings: 'haln' on;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 4px solid #EEEEEE;
}

.nav-tabs > li:first-child > a {
    padding-left: 0;
}

.nav-tabs > li:last-child > a {
    padding-right: 0;
}

.nav-tabs > li > a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

.nav-tabs > li > a.selected {
    font-weight: bold;
}

.product_categories_slider_block {
    text-align: center;
}

.product_categories_slider_block .btn {
    margin: 40px 0 0 0;
}

body #product_list_accessories,
body #product_list,
body ul.product_list.grid.stproductcategoriesslider_grid {

    width: auto;
}

body #product_list_accessories .owl-item,
body #product_list .owl-item,
body ul.product_list.grid.stproductcategoriesslider_grid .owl-item {
    padding: 30px 0 40px 0;
}

ul.product_list.grid .product-desc {
    display: none;
}

/* KATEGORIA */
.category_claim {
    max-width: 760px;
    margin: 70px auto 20px auto;
}

.category_claim p {
    margin: 20px 0 30px 0;
}

/* MINI BANNER */
.mini-banner {
    width: 100%;
    height: 183px;
    text-align: center;
    padding-top: 47px;
}

.mini-banner-dobre {
    background: transparent url(../../img/icon/banner-dobre-veci.png) no-repeat center center;
}

.mini-banner-care {
    background: transparent url(../../img/icon/banner-voltride-care.png) no-repeat center center;
}

.mini-banner-pomoc {
    background: transparent url(../../img/icon/banner-poradime.png) no-repeat center center;
}

.mini-banner-feedback {
    background: transparent url(../../img/icon/banner-feedback.png) no-repeat center center;
    padding-top: 30px;
    margin-bottom: 50px;
}

.mini-banner p {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'haln' on;
}

.mini-banner-pomoc .btn {
    margin-top: 0 !important;
}

.mini-banner span {
    display: block;
    margin: 0 auto 20px;
    max-width: 60%;
    font-size: 16px;
    line-height: 25px;
}

.mini-banner .mini {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.tab_content .mini-banner {
    margin-top: 40px;
    margin-bottom: 55px;
}

@media (max-width: 1199.9px) {
    .mini-banner {
        background-color: #f5f5f5 !important;
        border-radius: 12px;
        height: auto;
        padding-bottom: 20px;
    }
}

/* PERFORMANCE TEST OUTPUTS */
/* in autoload/ns-perf.css */


/* WAREHOUSE STATUS SIMPLE */
.voltride-wh-icon {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    margin-right: 2px;
    vertical-align: -3px;
    background: #c5c5c5;
}

.voltride-wh-icon:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 3px;
    background: white;
}

.voltride-wh-icon-10 {
    border-radius: 0;
    background: transparent url(../../img/icon/ohnik.svg) no-repeat center center;
    height: 24px;
    width: 20px;
    vertical-align: -4px;
}

.voltride-wh-icon-10:after {
    display: none;
}

#cms .voltride-wh-icon-2, /* pred odstranenim preipsat v cms strankach */
.voltride-wh-icon-20 {
    background: #B3C234;
    border-radius: 10px;
}

.voltride-wh-icon-20:after {
    background: none;
    border-radius: 0;
    width: 12px;
    height: 10px;
    top: 5px;
    left: 3px;
    background: transparent url(../../img/icon/wh_check.svg) no-repeat center center;
}

.voltride-wh-icon-30 {
    background: #B3C234;
    border-radius: 10px;
}

.voltride-wh-icon-40 {
    background: #3BA5E0;
    border-radius: 10px;
}

.voltride-wh-icon-50 {
    background: #FFD600;
    border-radius: 10px;
}

.voltride-wh-icon-60 {
    background: #FF4B55;
    border-radius: 10px;
}

/*.voltride-wh-icon-20:before {
    content: attr(data-days);
    color: white;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
    font-size: 12px;
    position: absolute;
    display: block;
    width: 14px;
    text-align: center;
    margin-top: -4px;
} */


/* PRODUCT */
.ns_product_discount_badge {
    clear: both;
}

.ns_product_discount_badge .hp-tiles {
    justify-content: flex-start;
}

.ns_product_discount_badge .hp-tiles li {
    margin-top: 40px;
    margin-left: 20px;
}

.ns_product_discount_badge .hp-tiles li:first-child {
    margin-left: 0;
}

#product_list_accessory_2 .product_accessory input,
.product_accessory .checker {
    pointer-events: none;
}

.breadcrumb {
    font-size: 16px;
}

.breadcrumb li:last-child {
    font-weight: bold;
}

#breadcrumb_wrapper .row-flex {
    display: flex;
}
    #breadcrumb_wrapper .col-full {
        flex-grow: 1;
    }

.info-block-header {
    text-align: center;
    margin: 110px 0 40px 0;
}

.tabs-fixed {
    position: fixed;
    top: -220px;
    width: 100%;
    margin-top: 0;
    left: 0;
    z-index: 21;
    background-color: white;
    transition: all 0.2s ease;
    opacity: 0.95;
}

.show-fixed-tabs .tabs-fixed {
    top: 90px;
    margin-left: 0;
    margin-right: 0;
}

.show-fixed-tabs .tabs-fixed2 {
    top: 123px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 991.9px) {
    .show-fixed-tabs .tabs-fixed2,
    .show-fixed-tabs .tabs-fixed {
        top: 81px;
        padding: 0 15px;
    }

    .nav-tabs {
        flex-wrap: wrap;
    }

    .nav-tabs li {
        margin-bottom: 1px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
        padding: 7px 15px;
    }
}

#bottom_more_info_block {
    margin-bottom: 100px;
}

/* CIRCULAR CHART */

.circular-chart {
    display: block;
    height: 64px;
    width: 64px;
    margin: 0 auto 20px auto;
}

.circle {
    stroke: #4CC790;
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: cprogress 1s ease-out forwards;
}

.circle2 {
    stroke: #4CC790;
    fill: none;
    stroke-width: 0.5;
    stroke-linecap: round;
    animation: cprogress 1s ease-out forwards;
}

@keyframes cprogress {
    0% {
        stroke-dasharray: 0 100;
    }
}

#idTab1 {
    margin-bottom: 70px;
}

.ns_product_badges_image,
.ns_product_badges_progress {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #EEEEEE;
    margin-top: 50px;
    padding-top: 30px;
    flex-wrap: wrap;
}

.ns_product_discount_badge + .ns_product_badge.dfc_badge_base .ns_product_badges_progress {
    border: 0;
}

.product-container .ns_product_badges_progress {
    border: 0;
    margin: -25px 0 0 -6px;
    width: 100%;
    padding: 0;
    position: absolute;
}


.product-container .ns_product_badge_progress {
    display: flex;
    margin: 0 5px;
    align-items: center;
}

.product-container .ns_product_badge_progress_value {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #a0a0a0;
    margin: 0 5px;
}

.product-container .ns_product_badge_progress_title {
    font-weight: 300;
    font-size: 10px;
    color: #C0C0C0;
    line-height: 15px;
    margin: 0;
}

.product-container .circular-chart {
    height: 20px;
    margin: 0;
    width: 20px;
}

.product-container .circle {
    stroke-width: 4.3;
}

.product-container .circle2 {
    stroke-width: 1.3;
}

.ns_product_badges_image {
    border: 0;
    padding-top: 15px;
}

.ns_product_badge_image,
.ns_product_badge_progress {
    text-align: center;
    margin: 20px 15px;
    transition: transform .35s ease-in-out;
}

.ns_product_badge_image:hover,
.ns_product_badge_progress:hover {
    transform: scale(1.1);
    transition: transform .15s ease-in-out;
}


.ns_product_badge_image {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    width: 110px;
    padding: 8px;
    min-height: 120px;
    margin: 10px 8px 25px 8px;
}

@media (max-width: 410px) {
    .ns_product_badge_image {
        width: 100px;
        margin: 10px 6px 20px 6px;
    }
}

.ns_product_badge_progress_title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
}

.ns_product_badge_image_value,
.ns_product_badge_progress_value {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.ns_product_badge_image_value {
    font-size: 13px;
    margin: 8px 0 4px;
    line-height: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ns_product_badge_image_icon {
    height: 50px;
    width: 50px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 85%;
    -webkit-mask-size: 85%;
    mask-position: center center;
    -webkit-mask-position: center center;
    margin: 0 auto;
}

.promoted_features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px /* accomodate box shadow of inner items */
}
    .promoted_feature {
        flex: 1 1 auto; /* stretch to max available width */
        align-self: flex-start; /* don't stretch vertically */





        text-align: center;
        position: relative;
    }
        .promoted_feature .pf_wrap {
            border-radius: 15px;
            box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
            overflow: hidden; /* let shadow bleed under rounded child items */

            background: #ebebeb;
        }

        .promoted_feature .pf_current,
        .promoted_feature .pf_top,
        .promoted_feature .pf_limit {
            padding: 10px;
            position: relative;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .promoted_feature .pf_current {
            background: #fff;


            box-shadow: 0 0 20px rgb(0 0 0 / 10%);
            padding-bottom: 10px;
            z-index: 10;
        }
        .promoted_feature .pf_top,
        .promoted_feature .pf_limit {
            background: #ebebeb;
            color: #808285;
            margin-top: -10px; /* tuck "under" current */
            padding-top: 15px; /* compensate for tuck */
            z-index: 5;
            max-height: 80px;
            transition: .2s ease-in-out all;
        }
            .promoted_feature .pf_top:hover {
                cursor: pointer;
                color: #000;
                background: #fff;
            }
            .promoted_feature .pf_current.pf_has_top ~ .pf_top {
                max-height: 0;
                padding-top: 10px; /* keep tuck padding */
                padding-bottom: 0;
                opacity: 0;
            }

        .promoted_feature .pf_limit {
            background: #f5f5f5;
            z-index: 7;
        }

        .promoted_feature .pf_label {
            font-size: 13px;
        }
            .promoted_feature .pf_label::after {
                content: ":";
            }

        .promoted_feature .pf_number {
            font-size: 17px;
            font-weight: 600;
        }
        .promoted_feature .pf_unit {
            font-weight: 300;
            margin-left: 0.2ch;
        }

        .promoted_feature .pf_current .pf_label {
            margin-top: 0.5ch;
        }
        .promoted_feature .pf_current .pf_value {
            margin-top: 0.25ch;
        }

        .promoted_feature .pf_badge {
            right: -1rem;
            top: -.75rem;
            position: absolute;
            background: #fff;
            padding: .3rem .7rem .3rem 2.5rem;
            height: 2rem;
            line-height: 1.6rem;
            font-size: 1.1rem;
            border-radius: 2rem;
            transform: rotate(14deg);
            box-shadow: 1px 1px 3px rgba(0,0,0,.3);
            z-index: 10;
        }
            .promoted_feature .pf_badge img {
                height: 2.5rem;
                position: absolute;
                left: -.5rem;
                top: 50%;
                transform: translateY(-50%);
                border-radius: 2rem;
                background: #fff;
                box-shadow: 0 0 3px rgba(0,0,0,.3);
            }

.warranty-promotion {
    margin: 2rem auto;
    padding: 2rem 3rem;
    position: relative;
    background: #000;
    background-image: url("/img/max-blinker/stencil-header.png");
    color: #fff;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.5;
}
    .warranty-promotion .warranty-promotion-countdown {
        font-weight: 900;
        font-family: 'NovemberStencil';
        font-size: 3rem;
        min-height: 3rem;
        color: var(--accent-color);
    }
    .warranty-promotion .wp-prompt-before.is-large,
    .warranty-promotion .wp-prompt-after.is-large {
        line-height: 1;
        font-size: 2.5rem;
        font-weight: 600;
        color: var(--accent-color);
    }
    .warranty-promotion .wp-prompt-before.is-large + .warranty-promotion-countdown {
        margin-top: -.5rem;
    }
    .warranty-promotion .wp-prompt-after.is-large {
        margin-top: -1.5rem;
    }

    a.warranty-promotion {
        display: block;
        transition: all .2s ease-in-out;
    }
        a.warranty-promotion:hover {
            box-shadow: 0 0 6px rgba(0,0,0, .5);
            opacity: .95;
            color: #fff !important;
        }
            a.warranty-promotion:hover .warranty-promotion-countdown {
                text-decoration: underline;
            }

@media (max-width: 767.9px) {
    .warranty-promotion {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .warranty-promotion {
        margin: 2rem auto;
        padding-left: 200px;
    }
        .warranty-promotion.container {
            padding: 3rem;
            padding-left: 200px;
        }
    .warranty-promotion::before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 90%;
        width: 200px;

        background-image: url("/img/max-blinker/max-pointing-right.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .warranty-promotion .warranty-promotion-countdown {
        font-size: 3.5rem;
        line-height: 1.75;
    }
}

/*  RECENZIE */
#idTab311,
#idTabRevws {
    margin: 100px 0 0 0;
}

#idTabRevws h2,
#idTabRevws .subtitle {
    text-align: center;
    display: block;
    width: 100%;
}

#idTabRevws h2 {
    margin-bottom: 40px;
}

.related-products_block_center_container h2 {
    margin-bottom: 0;
}

#idTabRevws .revws-review {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    border: 0;
    padding: 20px;
    margin-bottom: 30px;
}

#idTabRevws .revws-review-list {
    overflow: visible !important;
}

#idTabRevws .revws-review-content {
    font-size: 12px;
    color: black;
}

#idTabRevws .revws-review-title {
    margin: 0;
}

#idTabRevws .revws-review-details {
    Xborder-color: #eeeeee;
}

#idTabRevws .revws-replies {
    background: #EEEEEE;
    border-radius: 18px;
}

#idTabRevws .revws-images {
    margin-top: 0;
}

#idTabRevws .form-group {
    margin-top: 50px;
    text-align: center;
}

#idTabRevws .revws-review-criteria {
    font-size: 12px;
    color: black;
}

/* DOKUMENTY */
#idTab9 {
    margin-top: 100px;
}

.ns-attachments {
    margin-top: 40px;
    position: relative;
}

.ns-attachment {
    display: inline-block;
    margin: 0 0 1em;
    width: 173px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}

.ns-attachment:hover {
    transform: scale(1.1);
}

.ns-attachment a {
    display: block;
    padding: 15px;
}

.ns-attachment a:hover {
    color: inherit;
}

.ns-attachment p {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}

.ns-attachment .ns-attachment-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

.ns-attachment .subtitle {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.ns-attachment .ns-attachment-link:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #e5e5e5;
    vertical-align: 0px;
    margin-left: 10px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

h4,
h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
}

.ns-attachment-img {
    background: #EEEEEE;
    border-radius: 18px 18px 0 0;
    height: 110px;
    margin: -15px -15px 10px -15px;
}

.ns-attachment-pdf .ns-attachment-img {
    background: #EEEEEE url(../../img/icon/mime_pdf.svg) no-repeat center center;
    background-size: 30%;
}

.ns-attachment-xlsx .ns-attachment-img,
.ns-attachment-xls .ns-attachment-img {
    background: #EEEEEE url(../../img/icon/mime_xls.svg) no-repeat center center;
    background-size: 30%;
}

#related-products_block_center {
    margin-top: 100px;
}

#voltride_warehouse_list2,
#voltride_warehouse_list {
    padding: 20px 15px 15px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}

#voltride_warehouse_list2:before,
#voltride_warehouse_list:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    background: red;
    text-align: center;
    border-radius: 6px;
    left: 0;
    top: 0;
    pointer-events: none;
}

#voltride_warehouse_list2 h2 + .block_content,
#voltride_warehouse_list h2 + .block_content {
    margin-top: 15px;
}

#voltride_warehouse_list2 h2,
#voltride_warehouse_list h2 {
    font-size: 18px !important;
    line-height: 27px;
}

#voltride_warehouse_list2 p,
#voltride_warehouse_list p {
    font-size: 10px;
    line-height: 14px;
    color: #C0C0C0;
    margin-bottom: 20px;
}

#voltride_warehouse_list2 .block_content,
#voltride_warehouse_list .block_content {
    padding: 0 10px;
}

#voltride_warehouse_list2 .voltride-wh,
#voltride_warehouse_list .voltride-wh {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin: 4px 0 8px 0;
    padding: 0 15px 0 9px;
    border-right: 1px solid #EEEEEE;
    height: auto;
    width: auto;
}

#voltride_warehouse_list2 .voltride-wh .voltride-wh-icon,
#voltride_warehouse_list .voltride-wh .voltride-wh-icon {
    margin-right: 10px;
}

.search_results .search_more_products,
.ns_highlight_link,
#voltride_warehouse_list2 .ns_open_wh_list,
#voltride_warehouse_list .ns_open_wh_list {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-left: 9px;
    white-space: nowrap;
}

.search_results .search_more_products:after,
.ns_highlight_link:after,
#voltride_warehouse_list2 .ns_open_wh_list:after,
#voltride_warehouse_list .ns_open_wh_list:after {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    background: #EEEEEE;
    vertical-align: 0px;
    margin-left: 4px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

#voltride_warehouse_tomorrow {
    border-bottom: 1px solid white;
    margin: -20px -15px 15px;
    position: relative;
    display: flex;
}

#voltride_warehouse_tomorrow div {
    flex-grow: 1;
}

#voltride_warehouse_tomorrow div:first-child {
    border-right: 1px solid white;
}

#voltride_warehouse_tomorrow div p {
    margin-bottom: 3px;
    text-align: left;
    padding-left: 35px;
    font-weight: bold;
    color: black;
}

#voltride_warehouse_tomorrow div p:first-child {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

#voltride_warehouse_tomorrow div p:nth-child(2) {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
}

#voltride_warehouse_tomorrow div p:nth-child(3) {
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 20px;
}

#voltride_warehouse_tomorrow .ns_icon {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 10px;
    top: -10px;
    z-index: -1;
}

#voltride_warehouse_tomorrow .ns_icon span {
    height: 40px;
    width: 40px;
}

@media (min-width: 480px) and (max-width: 559.9px),  (min-width: 992px) and (max-width: 1199.9px) {
    #voltride_warehouse_tomorrow div:first-child {
        padding-left: 55px;
    }

    #voltride_warehouse_tomorrow .ns_icon {
        height: 70px;
        width: 70px;
    }

    #voltride_warehouse_tomorrow .ns_icon span {
        height: 60px;
        width: 60px;
    }
    #voltride_warehouse_tomorrow div p:nth-child(2) {
        font-size: 24px;
    }
}


@media (min-width: 560px) and (max-width: 767.9px), (min-width: 1200px) {
    #voltride_warehouse_tomorrow div:first-child {
        padding-left: 110px;
    }
    #voltride_warehouse_tomorrow .ns_icon {
        height: 110px;
        width: 110px;
    }

    #voltride_warehouse_tomorrow .ns_icon span {
        height: 98px;
        width: 98px;
    }
    #voltride_warehouse_tomorrow div p:nth-child(2) {
        font-size: 24px;
    }
}

.voltride-wh-modal-line {
    width: 600px;
    max-width: 80vw;
    margin: 20px -15px;
}

.voltride-wh-modal-line img {
    height: 40px;
    width: 50px;
    margin-right: 10px;
    object-fit: contain;
    object-fit: contain;
}

.ns_modal_warehouse h3 {
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #EEEEEE;
}

.ns_modal_warehouse h3:first-child {
    margin-top: 0;
}

.ns_modal_warehouse h3 + .voltride-wh-modal-line {
    margin-top: 20px;
}

/* PRODUCT DESCRIPTION */

.dfc_description_base h4,
.dfc_description_base h3,
.dfc_description_base h2 {
    margin-bottom: 1.5em;
}

.dfc_description_base p {
    margin-bottom: 2em;
}

.dfc_description_base img {
    border-radius: 6px;
    margin: 20px;
}

.dfc_description_base img.alignleft {
    float: left;
    margin-left: 0;
}

.dfc_description_base img.alignright {
    float: right;
    margin-right: 0;
}

.pb-left-column #short_description_block {
    margin-top: 60px;
    color: #C0C0C0;
}

.accessories_table_price {
    display: none;
}

#quantity_wanted_p {
    display: none !important;
}

h2.pricerange {
    font-size: 16px !important;
    line-height: 24px;
    padding-bottom: 4px;
}

#blockpricerange {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 14px 14px 14px 60px;
    position: relative;
    margin-bottom: 20px;
}

#blockpricerange:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: green;
    opacity: .1;
    margin: -14px 0 0 -60px;
    border-radius: 6px;
}

#blockpricerange:after {
    content: '';
    top: 18px;
    left: 22px;
    position: absolute;
    width: 21px;
    height: 21px;
    background: transparent url(../../img/icon/info-icon.svg) no-repeat center center;
}

.aw_content .required {
    color: #FF4B55;
}

/* PAGINATION */

ul.pagination > li > a,
ul.pagination > li > span {
    border: 1px solid #c0c0c0;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
    border: 1px solid #c0c0c0 !important;
}

.showall {
    clear: both;
    text-align: center;
}

div.pagination {
    position: absolute;
    right: 15px;
}

div.pagination [class^="icon-"]:before,
div.pagination [class*=" icon-"]:before {
    width: 6px;
    font-size: 12px;
}

.pagination .pagination_next i,
.pagination .pagination_previous i {
    font-weight: 500;
    font-family: Poppins;
}

.pagination .pagination_next i:before {
    font-size: 18px;
    content: '>';
}
.pagination .pagination_previous i:before {
    font-size: 18px;
    content: '<';
}

ul.pagination > li.pagi_num {
    display: none;
}

.pagi_text {
    display: inline-block;
    margin-right: 10px;
}

#pagi_text_num {
    height: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    width: 40px;
    margin: 0 5px;
    text-align: center;
}

.bottom-pagination-content {
    margin-top: 50px;
}

/* HEADER KATEGORIE */

#guest-tracking #breadcrumb_wrapper,
#module-stblog-article #breadcrumb_wrapper,
#module-stblog-category #breadcrumb_wrapper,
#search #breadcrumb_wrapper,
#category #breadcrumb_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    top: 255px;
}

#guest-tracking #center_column:before,
#module-stblog-article #center_column:before,
#module-stblog-article .blog_image,
#module-stblog-category #center_column:before,
#module-stblog-default #center_column:before,
#search #center_column:before,
#cms #center_column:before,
#category #center_column:before,
#pagenotfound #center_column:before {
    content: '';
    display: block;
    width: 100vw;
    left: 50% !important;
    transform: translateX(-50%);
    position: absolute;
    height: 390px;
    margin-top: -60px;
    background: #EEEEEE;
    mask-image: url(../../img/icon/repeatable_wave_mask.svg);
    -webkit-mask-image: url(../../img/icon/repeatable_wave_mask.svg);
    mask-position: center;
    -webkit-mask-position: center;
    pointer-events: none;
}

#module-stblog-article .blog_image > div {
    margin: 0 auto;
    background: transparent;
    width: 1200px;
    box-shadow: 40px 0px 30px 0 #EEEEEE inset, -40px 0px 30px 0 #EEEEEE inset;
    height: 350px;
    background-size: cover !important;
}

#module-stblog-article .blog_image > div img {
    display: none;
}

#module-stblog-article .blog_image + .subtitle + .heading {
    color: white;
}

#guest-tracking .subtitle,
#guest-tracking .heading,
#module-stblog-article .subtitle,
#module-stblog-article .heading,
#module-stblog-category .subtitle,
#module-stblog-category .heading,
#module-stblog-default .subtitle,
#module-stblog-default .heading,
#search .subtitle,
#category .subtitle,
#search .page-heading,
#category .heading,
#pagenotfound .heading,
#pagenotfound .subtitle {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#guest-tracking .subtitle,
#module-stblog-article .subtitle,
#module-stblog-category .subtitle,
#module-stblog-default .subtitle,
#search .subtitle,
#category .subtitle,
#pagenotfound .subtitle {
    margin-top: 60px;
}

#module-stblog-category .subtitle,
#module-stblog-category .heading,
#module-stblog-default .subtitle,
#module-stblog-default .heading {
    width: 1140px;
}

#guest-tracking .heading,
#module-stblog-article .heading,
#module-stblog-category .heading,
#module-stblog-default .heading,
#search .page-heading,
#category .heading,
#pagenotfound .heading {
    margin-bottom: 120px;
}


#category .heading + #categoryFilterSort,
#category .heading + .alert {
    margin-top: 30px;
}

/* SIDEBAR */

#rightbar,
#leftbar {
    background: transparent !important;
    border: 0 !important;
}

#rightbar .rightbar_wrap,
#leftbar .rightbar_wrap a {
    margin-bottom: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
}

.rightbar_compare .icon-exchange-1,
.rightbar_cart .icon-glyph {
    margin: 0 auto;
}

.rightbar_cart .icon_text {
    font-weight: normal;
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
}

#sidebar_box .rightbar_wrap.rightbar_compare .icon_wrap {
    height: 280px;
    height: auto;
}

.rightbar_compare .icon_text {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    text-orientation: mixed;
    height: auto;
    text-indent: 2em;
    font-weight: bold;
    font-size: 10px;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
}

#sidebar_box .rightbar_wrap .amount_circle {
    top: 9px;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    right: 4px;
}

/* PRODUCT ACCESSORIES HSMP */
.product_accessory {
    height: calc(100% - 40px);
    margin: 10px 15px 30px 15px;
    background: #FFFFFF;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2), inset 0px 0.5px 1px rgba(0, 0, 0, 0.025);
    border-radius: 6px;
    position: relative;
    padding: 5px 11px 11px 11px;
    display: flex;
    cursor: pointer;
}

.product_accessory_checkbox {
    position: absolute;
    margin: 10px 0 0 5px;
    z-index: 4;
}

.product_accessory_image {
    width: 55px;
}

.product_accessory_image img {
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 10px;
}


.product_accessory_name .ma_accessory_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.product_accessory_name {
    line-height: 16px;
    width: calc(100% - 55px);
    min-width: 295px;
}

#product_list_accessory_1 .product_accessory_name {
    min-width: unset;
}


.new_account_form_cart .product_accessory_name {
    min-width: auto;
    width: auto;
}

.product_accessory_name .custom_quantity {
    display: none;
}

.product_accessory .accessory_price {
    padding-top: 7px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
}

.accessorygroup .line_though {
    display: block;
}

.product_accessory .accessory_price span:before {
    content: '(+';
}

.product_accessory .accessory_price span:after {
    content: ')';
}

/* VOLTRIDE CARE MODAL */
.product_list_accessory_care .product_accessory,
#product_list_accessory_2 .product_accessory {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 138px;
    box-shadow: none;
    padding: 15px 15px 10px 50px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    cursor: pointer;
    background: transparent url(../../img/icon/care_popup_banner_light.svg) no-repeat right center;
}

#order-opc .product_list_accessory_care .product_accessory,
#order-opc  #product_list_accessory_2 .product_accessory {
    cursor: auto;
}

.product_list_accessory_care .product_accessory_checkbox,
#product_list_accessory_2 .product_accessory_checkbox {
    margin-left: -35px;
    margin-top: 3px;
}

.product_list_accessory_care span[class^=combination],
.product_list_accessory_care .accessory_price,
#product_list_accessory_2 span[class^=combination],
#product_list_accessory_2 .accessory_price {
    display: none;
}

.ns_open_care_claim {
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.care_claim {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}

.care_claim span {
    display: block;
    color: #c0c0c0;
    font-weight: normal;
}

.ns_modal_header {
    text-align: center;
    padding: 30px 0;
}

.ns_modal_content {
    margin: 25px 25px 10px 25px;
    padding: 10px 25px 20px 25px;
    height: calc(100% - 235px);
    overflow: auto;
}

.ns_modal_header h2 {
    margin-bottom: 0;
}

.ns_modal_header span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.ns_modal_desc {
    float: left;
    width: 430px;
    margin-right: 70px;
    font-size: 14px;
    line-height: 28px;
}

#voltride_care_selector_modal {
    border-radius: 18px 18px 0 0;
    background: transparent url(../../img/icon/care_modal_header_light.svg) no-repeat 0 -8px;
    height: 100%;
}

@media (min-width: 768px) {
    #voltride_care_selector_modal {
        background: transparent url(../../img/icon/care_modal_header.png) no-repeat center -8px;
    }
}

.ns_care_desc {
    padding-left: 500px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
}

.ns_care_desc_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .ns_modal_desc {
        width: 380px;
    }
    .ns_care_desc {
        padding-left: 450px;
    }
}

@media (min-width: 1200px) {
    .product_list_accessory_care .product_accessory,
    #product_list_accessory_2 .product_accessory {
        background: transparent url(../../img/icon/care_popup_banner.svg) no-repeat right center;
    }
}

@media (max-width: 991.9px) {
    .ns_modal_content {
        display: flex;
        flex-direction: column;
    }

    .ns_care_options_block {
        order: 1;
        border-top: none !important;
        padding-bottom: 30px;
        margin: 0 !important;
        border-bottom: 1px solid #EEEEEE;
    }

    .ns_care_desc {
        padding-left: 0;
        order: 3;
    }

    .ns_modal_desc {
        float: none;
        width: 100%;
        margin: 25px 0;
        order: 2;
    }

    .ns_care_option {
        flex-direction: column;
        position: relative;
    }

    .ns_care_option input[type="checkbox"] {
        position: absolute;
        left: 10px;
        top: 9px;
    }
}

.fancybox-wrap *::-webkit-scrollbar {
    width: 10px;
}

.fancybox-wrap *::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.fancybox-wrap *::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

.ns_care_options_block {
    border-top: 1px solid #EEEEEE;
    margin-bottom: 30px;
}

.ns_care_options_block:last-child {
    margin-bottom: 0;
}

.ns_care_options_block h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ns_care_options {
    display: flex;
    justify-content: space-between;
}

.ns_care_options_group {
    width: calc(33% - 15px);
}

.ns_care_option {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
}

.ns_care_option .checker {
    pointer-events: none;
}

.ns_care_option_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    flex-grow: 1;
    padding-left: 8px;
}

.ns_care_option_prices strong {
    display: block;
}

.ns_care_option_prices {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 700px) {
    .ns_care_options {
        flex-direction: column;
    }

    .ns_care_options_group {
        width: 100%;
    }

    .ns_care_options_group + .ns_care_options_group {
        margin-top: 10px;
    }

    .ns_care_option {
        flex-direction: row;
    }

    .ns_care_option input[type="checkbox"] {
        position: static;
        margin: 0;
    }

    .ns_care_option_prices {
        min-width: 150px;
    }

    .ns_care_option_name {
        white-space: pre-wrap;
    }
}

.ns_care_price_total {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #C0C0C0;
}

.ns_modal_buttons {
    text-align: center;
    position: relative;
    top: -8px;
}

.ns_care_option.selected {
    box-shadow: none;
    background: #EEEEEE;
}

.care_variant {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.care_price {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: black;
    display: none;
    margin-bottom: -5px;
}

.care_price span {
    font-size: 12px;
    color: #c0c0c0;
    font-weight: normal;
}

.care_claim.care_selected {
    display: none;
}

.care_claim.care_selected + .care_variant {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
}

.care_claim.care_selected + .care_variant + .care_price {
    display: block;
}

/* combo box na parametroch */
.ns_combi_claim {
    position: absolute;
    width: 100%;
    margin-left: -15px;
    margin-top: 70px;
    padding: 0 40px;
}

.ns_combi_claim select {
    float: right;

}

.ns_combi_claim strong {
    display: block;
}

.has_ns_combi .ns-data-table-header {
    padding-bottom: 70px !important;
}


/* SELECT v1 */

.select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    float: right;
    display: inline-block;
    position: relative;
    color: black;
    height: 35px;
    top: -22px;
}

.select-styled {
    background-color: white;
    padding: 8px 35px 8px 15px;
    transition: all 0.2s ease-in;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.select-styled:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid transparent;
    border-color: blue blue transparent transparent;
    position: absolute;
    top: 12px;
    right: 10px;
    transform: rotate(135deg);
}

.select-styled:hover {
    color: red;
}

.select-styled:active,
.select-styled.active {
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
}

.select-styled:active:after,
.select-styled.active:after {
    transform: rotate(315deg);
    top: 18px;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 !important;
    padding: 5px 15px 0 15px;
    list-style: none;
    background-color: white;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
}

.select-options li {
    list-style: none;
    margin: 0 !important;
    padding: 12px 0 !important;
    text-indent: 0;
    border-top: 1px solid #EEEEEE;
    transition: all 0.15s ease-in;
}

.select-options li:before {
    display: none !important;
}

.select-options li:hover {
    color: red;
}

.select-options li[rel="hide"] {
    display: none;
}


/* COOKIE CONSENT */
.cc-window {
    max-width: 970px !important;
    height: 60px;
    border-radius: 13px !important;
    margin: 10px auto;
    overflow: visible !important;
    padding: 0 330px 0 200px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
}

.cc-window:before {
    content: '';
    height: 130px;
    width: 931px;
    display: block;
    position: absolute;
    margin-top: -55px;
    margin-left: -205px;
    background: url(../../img/icon/cookies.png) no-repeat bottom 10px left 38px, url(../../img/icon/cookiesky.png) no-repeat bottom right;
    pointer-events: none;
}

.cc-window .cc-message {
    display: flex !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 165%;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 0 !important;
    min-width: 300px;
}

.cc-link {
    white-space: nowrap;
}

.cc-compliance {
    position: absolute;
    margin-left: 400px;
    margin-top: 8px;
}

@media (max-width: 767.9px) {
    .cc-compliance {
        position: static !important;
        margin: 10px;
    }

    .cc-window {
        padding: 10px 10px 10px 100px !important;
        height: auto;
    }

    .cc-window .cc-message {
        min-width: auto;
        flex-direction: column;
    }

    .cc-window:before {
        margin-top: -10px;
        margin-left: -125px;
    }
}

@media (min-width: 992px) {
    .cc-compliance {
        margin-left: 600px;
    }

    .cc-window {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .cc-compliance {
        margin-left: 770px;
    }

    .cc-window {
        max-width: 1170px !important;
    }
}

.cc-compliance a.cc-btn {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border: 2px solid transparent;
    padding: 13px 18px !important;
    line-height: 14px;
}

.cc-compliance a.cc-btn:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background: white;
    vertical-align: -1px;
    margin-left: 18px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.cc-compliance a.cc-btn:hover {
    background: white;
}

a.cc-link:after {
    content: '';
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: -6px;
    margin-left: 8px;
    background: url(../../img/icon/cookies_smile.png);
}

/* STICKERS */
.on_sale,
.ns_stickers {
    position: absolute;
    right: 0;
    top: 30px;
    left: auto !important;
    z-index: 10;
}

.on_sale,
.ns_sticker {
    display: flex;
    align-items: center;
    height: 34px;
    float: right;
    clear: both;
    border-radius: 6px 0px 0px 6px;
    background: white;
    margin-bottom: 5px;
    max-width: 110px;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    font-size: 11px;
    min-width: 70px;
    justify-content: center;
    line-height: 12px;
    color: white;
    border: 1px solid red;
    border-right: none !important;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

.on_sale {
    padding: 1px 5px;
    border-radius: 6px;
}

.ns_stickers.ns_stickers_mobile .ns_sticker,
#image-block .ns_sticker {
    border-radius: 6px;
    margin-right: 8px;
    padding: 5px 10px;
    border-right: 1px solid !important;
    text-align: center;
}

.ns_sticker + .ns_sticker + .ns_sticker + .ns_sticker + .ns_sticker + .ns_sticker {
    display: none;
}

.ns_sticker:before {
    height: 20px;
    width: 20px;
    display: inline-block;
    /* content: ''; */
    background: #B3C234;
    position: absolute;
    margin-left: -25px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
}

.ns_sticker_discount,
.ns_sticker[class*=ns_sticker_n_] {
    background-color: #FF4B55;
    border: 0;
    color: white !important;
    padding: 5px 5px 5px 38px;
}

.ns_sticker[class*=ns_sticker_n]:before {
    width: 28px;
    margin-left: -33px;
}


/* INFO BLOCKS */
#cms a.btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

#cms .service-step a.btn {
    margin: 0
}

.vc_info a:not(.btn) {
    color: #b3c234;
    text-decoration: underline;
}

.vc_infoblock {
    margin: 40px 0 20px;
    padding: 20px 30px 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    background-color: white;
}

.vc_info h2 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.vc_infotile {
    margin-top: 40px;
}

@media (max-width: 991.9px) {
    .vc_info h2 {
        margin-bottom: 20px;
        font-size: 28px !important;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .vc_infotile {
        margin-top: 100px;
    }
}

@media (min-width: 768px) {
    .vc_info h2 {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    vc_infoblock {
        margin: 80px 0 60px;
        padding: 40px 50px 60px;
    }


    .vc_infoblock .row {
        background: none;
        box-shadow: none;
    }

}

.vc_infoblock h2:before {
    content: '';
    margin-bottom: 10px;
    width: 60px;
    height: 52px;
    background: url('../../img/icon/heart.svg') center center no-repeat;
    display: block;
    position: relative;
    left: calc(50% - 30px);
}

.vc_info h3 {
    margin-top: 10px;
    letter-spacing: -0.02em;
}

.vc_info ul li {
    font-size: 16px;
    line-height: 150%;
}

.vc_infoblock_help,
#vc_infoblock_help {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(../../img/icon/illust_vc_info_help.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .vc_infoblock_help,
    #vc_infoblock_help {
        background-image: url(../../img/icon/illust_vc_info_help.svg);
    }
}

.vc_infotile .hp-tiles {
    margin-top: 30px;
    margin-bottom: 70px;
}

.vc_infotile .tile {
    width: calc(15% - 20px);
}

#cms .hp-tiles > li:hover {
    transform: scale(1.015);
}

.vc_infotile .tile-2 {
    width: calc(27% - 20px);
}

.vc_infotile .tile-3 {
    width: calc(32% - 20px);
}

@media (max-width: 1199.9px) {
    .vc_infotile .tile {
        width: calc(33% - 20px);
    }

    .vc_infotile .tile-2,
    .vc_infotile .tile-3 {
        margin-top: 20px;
        width: calc(50% - 20px);
    }

    .vc_infotile .hp-tiles {
        flex-wrap: wrap;
    }
}

.vc_infotile .hp-tiles + p {
    margin-bottom: 40px;
}

#cms .vc_infoblock_compare.vc_infotile .hp-tiles,
#cms #porovnanie.vc_infotile .hp-tiles {
    margin-top: 50px;
    margin-bottom: 60px;
}

#cms .vc_infoblock_compare.vc_infotile .tile-3,
#cms #porovnanie.vc_infotile .tile-3 {
    width: calc(33.8% - 20px);
    font-size: 16px;
}

@media (max-width: 767.9px) {
    #cms .vc_infoblock_compare.vc_infotile .tile-3,
    #cms #porovnanie.vc_infotile .tile-3 {
        width: 100%;
    }

    #cms .vc_infoblock_compare.vc_infotile  .hp-tiles > li:first-child h3:before,
    #cms #porovnanie.vc_infotile .hp-tiles > li:first-child h3:before {
        display: none;
    }
}

#cms .vc_infoblock_compare.vc_infotile h3,
#cms #porovnanie.vc_infotile h3 {
    margin-top: 25px;
    text-align: center;
    letter-spacing: -0.02em;
}

#cms .vc_infoblock_compare.vc_infotile h3:before,
#cms #porovnanie.vc_infotile h3:before {
    content: '';
    margin-bottom: 10px;
    width: 60px;
    height: 52px;
    background: url('../../img/icon/heart.svg') center center no-repeat;
    display: block;
    position: relative;
    left: calc(50% - 30px);
}

#cms .vc_infoblock_compare.vc_infotile .hp-tiles > li:first-child h3:before,
#cms #porovnanie.vc_infotile .hp-tiles > li:first-child h3:before {
    background: none;
}

#cms .vc_infoblock_compare.vc_infotile h4,
#cms #porovnanie.vc_infotile h4 {
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #c0c0c0;
}

#cms .vc_infoblock_compare.vc_infotile .hp-tiles-title,
#cms #porovnanie.vc_infotile .hp-tiles-title {
    padding: 0 0 35px 0;
    text-align: center;
    letter-spacing: -0.02em;
}

#cms .vc_infoblock_compare.vc_infotile .hp-tiles > li li,
#cms #porovnanie.vc_infotile .hp-tiles > li li {
    font-size: 16px;
}

.vc_infoblock_reasons.vc_infotile .hp-tiles,
#vc_dovody.vc_infotile .hp-tiles {
    margin-bottom: 30px;
}

.vc_infoblock_reasons.vc_infotile .hp-tiles .tile,
#vc_dovody.vc_infotile .hp-tiles .tile {
    width: calc(17.2% - 20px);
}

@media (min-width: 768px) {
    .vc_infoblock_info > ul,
    #viac-info > ul {
        column-count: 2;
        column-gap: 50px;
    }
}

/* TILES varianta 3x2 namiesto 6x1 */
.vc_infoblock_reasons.vc_infotile .hp-tiles.hp-tiles-dub,
#vc_dovody.vc_infotile .hp-tiles.hp-tiles-dub {
    margin: 15px 0;
}

.vc_infoblock_reasons.vc_infotile .hp-tiles.hp-tiles-dub:first-child,
#vc_dovody.vc_infotile .hp-tiles.hp-tiles-dub:first-child {
    margin: 30px 0 20px;
}

.vc_infoblock_reasons.vc_infotile .hp-tiles.hp-tiles-dub .tile,
#vc_dovody.vc_infotile .hp-tiles.hp-tiles-dub .tile {
    padding: 18px 30px !important;
    width: calc(33.8% - 20px);
}

.vc_infoblock_reasons.vc_infotile .hp-tiles.hp-tiles-dub .hp-tiles-title,
#vc_dovody.vc_infotile .hp-tiles.hp-tiles-dub .hp-tiles-title {
    padding-bottom: 0;
}

/* order confirmation */

#module-dm_comgate-cgpayment h1,
#module-dm_gopay-gppayment h1,
#order-confirmation h1 {
    display: none;
}

#module-dm_gopay-gppayment .box,
#order-confirmation .box {
    padding: 0;
    border: 0 !important;
}

#module-dm_comgate-cgpayment .order_confirmation_details .table tbody > tr > td {
    border-top: 1px solid #eeeeee;
}

.columns-container-opc .delimiter {
    background: transparent url("../../img/icon/sipka-opc.svg") no-repeat center center;
    height: 7px;
    width: 22px;
}

.opc-step {
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    color: #C0C0C0;
    padding: 0 45px;
    flex-grow: 0;
}

.opc-step .ns_icon {
    text-align: center;
    color: white;
    font-size: 0.7em;
    vertical-align: 4px;
}

.opc-step:not(.opc-step-active) .ns_icon {
    background: #c0c0c0;
    height: 36px;
    width: 36px;
    margin: 15px 0;
    line-height: 36px;
    vertical-align: 2px;
}

.opc-step.opc-step-active {
    font-size: 40px;
    line-height: 60px;
    color: black;
}

.opc-step-cart:not(.opc-step-active),
.opc-step-order:not(.opc-step-active) {
    cursor: pointer;
}

.columns-container-opc {
    background-color: #eeeeee;
    position: relative;
    top: -20px;
    height: 100px;
    margin-bottom: 60px;
}

.columns-container-opc .container {
    display: flex;
    height: 100px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.order_confirmation_details {
}

.order_confirmation_invoice_details,
.order_confirmation_delivery_details,
.order_confirmation_cart {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    padding: 0 0 15px 0;
    margin-bottom: 40px;
    background: white;
}

.order_confirmation_invoice_details h2,
.order_confirmation_delivery_details h2,
.order_confirmation_cart h2 {
    background-color: transparent;
    background-image: url(../../img/icon/wave_cart.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 30px;
    text-transform: none;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 36px;
    text-align: center;
    padding-top: 20px;
    border-radius: 18px 18px 0 0;
}

.order_confirmation_invoice_details_data > div {
    display: flex;
    margin-bottom: 10px;
}

.order_confirmation_invoice_details_data > div > span:first-child {
    display: block;
    font-weight: bold;
    min-width: 35%;
    text-align: right;
    padding-right: 20px;
}

.order_confirmation_details h2 + p {
    margin-top: 25px;
}

.order_confirmation_details .box {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    padding: 20px 25px 25px !important;
    display: inline-block;
    margin-top: 20px;
}

.order_confirmation_details .box p {
    margin: 0;
}

.order_confirmation_details .box p.alert-success {
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 20px;
}

.order_confirmation_details .alert-success:before {
    display: none;
}

.order_confirmation_details .alert-success .ns_icon {
    float: left;
    margin-right: 16px;
}

.order_confirmation_invoice_details > div,
.order_confirmation_delivery_details > div,
.order_confirmation_cart #order-detail-content {
    margin: 0 25px;
}

@media (min-width: 992px) {
    #module-dm_comgate-cgpayment #center_column,
    #module-dm_gopay-gppayment #center_column,
    #order-confirmation #center_column {
        display: grid;
        grid-template-columns: 1fr 75px 1fr;
    }

    #module-dm_comgate-cgpayment #center_column > div,
    #module-dm_gopay-gppayment #center_column > div,
    #order-confirmation #center_column > div {
        grid-column: 3;
    }

    #module-dm_comgate-cgpayment #center_column > div.order_confirmation_details,
    #module-dm_gopay-gppayment #center_column > div.order_confirmation_details,
    #order-confirmation #center_column > div.order_confirmation_details {
        grid-column: 1;
        grid-row-start: 1;
        grid-row-end: 99;
    }

}

#order-detail-content thead {
    display: none;
}


#order-detail-content table,
#order-detail-content td {
    border: 0;
    vertical-align: top;
}

#order-detail-content .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.order_confirmation_cart .price_wt {
    display: block;
    font-size: 12px;
    line-height: 27px;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

#order-detail-content .order_price {
    text-align: right;
    padding-right: 0;
    position: relative;
    padding-bottom: 40px;
}

#order-detail-content .item_discount .order_price {
    padding-bottom: 20px;
}

#order-detail-content .order_product_name {
    display: table-cell;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

#order-detail-content .item_discount .order_product_name {
    font-size: 14px;
}

#order-detail-content .order_product_name .color_666 {
    margin-top: 4px;
    display: block;
    padding: 0 0 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

#order-detail-content .order_image {
    padding-left: 0;
}

#order-detail-content .order_image img {
    width: 45px;
    min-width: 45px;
    position: relative;
    top: -7px;
}


#order-detail-content .return_quantity {
    padding-left: 2px;
    font-weight: bold;
    font-size: 18px;
    color: #C0C0C0;
    text-align: right;
    font-weight: bold;
}

#order-detail-content .return_quantity span:after {
    content: 'x';
}

.color_dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 30px 0 2px;
}

#order-detail-content tfoot,
#order-detail-content .item:not(.item_discount) + .item_discount {
    border-top: 1px solid #eeeeee;
}

#order-detail-content tfoot tr:first-child td,
#order-detail-content .item:not(.item_discount) + .item_discount td {
    padding-top: 20px;
}

#order-detail-content tfoot td {
    text-align: right;
    font-size: 14px;
}

#order-detail-content tfoot .price {
    font-size: 14px;
    line-height: 18px;
}

.order_confirmation_cart #order-detail-content table {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

#order-detail-content tfoot tr:last-child td {
    padding-bottom: 20px;
}

#order-detail-content .order_extra {
    line-height: 27px;
    font-weight: bold;
}

#order-detail-content .order_extra_value {
    float: right;
    font-weight: normal;
}

/* formular na hodnotenie shopu */
#order-confirmation .revws-label {
    float: left;
    line-height: 25px;
    font-weight: bold;
    color: #c0c0c0;
    text-align: right;
    width: 30%;
    margin: 10px 10px 10px 0;
}

#order-confirmation .revws-grading {
    padding: 10px 0 15px 0;
}

#order-confirmation textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 20px 0 30px;
    padding: 2px 6px;
}
#module-dm_gopay-gppayment h4,
#order-confirmation h4 {
    margin: 20px 0;
}

#module-dm_gopay-gppayment h4 + p,
#order-confirmation h4 + p {
    text-align: center;
}

#module-dm_gopay-gppayment h4 + p label,
#order-confirmation h4 + p label {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 50px;
    font-size: 14px;
    color: #c0c0c0;
    font-weight: bold;
}

#module-dm_gopay-gppayment h3 + alert,
#order-confirmation h3 + .alert {
    padding-left: 25px;
    padding-bottom: 20px;
    margin-top: 20px;
}

#module-dm_gopay-gppayment h4 + p label:last-child,
#order-confirmation h4 + p label:last-child {
    margin-right: 0;
}


.nshcd-store-address:before,
.nshcd-store-phone:before,
.nshcd-store-email:before {
    content: '';
    display: inline-block;
    background: red;
    mask-image: url(../../img/icon/mail2.svg);
    -webkit-mask-image: url(../../img/icon/mail2.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    height: 15px;
    width: 15px;
    vertical-align: -4px;
    margin-right: 8px;
    mask-size: 85%;
    -webkit-mask-size: 85%;
}


.nshcd-store-address:before {
    mask-image: url(../../img/icon/map_marker.svg);
    -webkit-mask-image: url(../../img/icon/map_marker.svg);

    vertical-align: -2px;
}

.nshcd-store-phone:before {
    mask-image: url(../../img/icon/phone2.svg);
    -webkit-mask-image: url(../../img/icon/phone2.svg);
    mask-size: 100%;
    -webkit-mask-size: 100%;
    vertical-align: 0;
}

.nshcd-country {
    position: absolute;
    height: 100px;
    width: 100px;
    left: -95px;
    top: 0px;
    background: transparent url(../../img/icon/country_bubble.svg) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nshcd-country-color {
    background: none;
    mask-image: url(../../img/icon/country_bubble.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../../img/icon/country_bubble.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.nshcd-store .nshcd-country img {
    width: 33px;
    height: 22px !important;
    border-radius: 0;
    margin: 0 8px 15px 0 !important;
}

#cms .cms-about-us:before {
    content: '';
    content: '';
    display: block;
    width: 10564px;
    left: -4684px;
    position: absolute;
    pointer-events: none;
    height: calc(100% + 1350px);
    margin-top: -1300px;
    z-index: -1;
    background: transparent url(../../img/kolobezkari/hp-vrch.svg) no-repeat top center;
}

@media  (max-width: 797.9px) {
    #cms #o-nas:before {
        height: calc(100% + 850px);
        margin-top: -800px;
    }
}

#cms #firma,
#cms .cms-about-us,
#cms .hp-map {
    position: relative;
}

.cms-about-us {
    margin: 0 -130px 20px;
    padding: 0 130px;
    background: transparent url("/img/hp/o-nas.png") no-repeat top center;
}

.cms-about-us img:first-child {
    display: block;
    margin: 0 auto 20px;
}

.cms-about-us h2 {
    text-align: center;
    margin-bottom: 60px;
}

/*
.nshcd-stores-list:after {
    content: '';
    display: block;
    width: 100vw;
    left: calc(600px - 50vw);
    position: absolute;
    height: 600px;
    margin-top: -75px;
    background: white url(../../img/kolobezkari/hp-spod.svg) no-repeat center bottom;
}
*/
/*
.nshcd-stores-list + *,
.nshcd-stores-list + * + *,
.nshcd-stores-list + * + * + *,
.nshcd-stores-list > * {
    z-index: 1;
    position: relative;
} */

/* MODAL */
.modal_opener {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px 12px 90px;
    position: relative;
    cursor: pointer;
    margin: 40px 0;
}

.modal_opener:before {
    content: '';
    border-radius: 6px;
    display: block;
    position: absolute;
    background: red;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
    margin: -12px 0 0 -90px;

}

.modal_opener .ns_icon {
    position: absolute;
    margin-top: -20px;
    margin-left: -80px;
}

.modal_opener .ns_highlight_link {
    color: black !important;
    float: right;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .modal_opener .ns_highlight_link {
        display: none;
    }
}

.ns_modal > h2 {
    margin: 20px 60px;
    text-align: center;
}

.voltride_modal_subtitle {
    margin: 0 100px 40px;
}

#voltride_feedback_form,
#voltride_claim_form,
#voltride_service_form {
    max-width: 700px;
}

.cms_form,
.ns_modal form {
    position: relative;
}

.cms_form fieldset,
.ns_modal fieldset {
    width: 47%;
}

.cms_form fieldset h3 {
    margin-top: 0;
}

.cms_form fieldset:first-of-type,
.ns_modal fieldset:first-of-type {
    float: left;
}

.cms_form fieldset:nth-of-type(2),
.ns_modal fieldset:nth-of-type(2) {
    float: right;
}

.cms_form legend,
.ns_modal legend {
    display: none;
    border: 0;
    font-size: 14px;
    margin-left: 20px;
    font-weight: bold;
    opacity: 0.4;
    margin-bottom: 8px;
}

.cms_form .modal_radio label:not(:first-child),
.ns_modal .modal_radio label:not(:first-child) {
    margin-left: 8px;
}

.cms_form .modal_gdpr,
.ns_modal .modal_gdpr {
    margin-top: 20px;
    clear: both;
    float: right;
}

.cms_form .modal_gdpr .checker,
.ns_modal .modal_gdpr .checker {
    display: inline-block;
}

.cms_form .ns_modal_btn_rigth,
.ns_modal .ns_modal_btn_rigth {
    float: right;
    clear: both;
    margin: 20px 0 10px 0;
}

.cms_form label.error,
.ns_modal label.error {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 10px;
}

.cms_form textarea + label.error,
.ns_modal textarea + label.error {
    margin-top: -20px;
    margin-left: 6px;
}

.cms_form .checker label.error,
.ns_modal .checker label.error {
    text-align: left;
    left: 0;
    width: 185px;
    line-height: 12px;
    top: -27px;
}

.cms_form textarea.error,
.cms_form input.error,
.ns_modal textarea.error,
.ns_modal input.error {
    border-color: #c02230;
    color: #c02230;
}

.cms_form .form-group,
.ns_modal .form-group {
    margin-bottom: 20px;
}

.cms_form .form-group > label sup,
.ns_modal .form-group > label sup,
.cms_form .order_note > label sup,
.ns_modal .order_note > label sup {
    color: #ee001c;
}

.cms_form .modal_response,
.ns_modal .modal_response {
    position: absolute;
    background: white url(../../img/icon/thank_you.svg) no-repeat center 20%;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    left: 0;
    top: 0;
    z-index: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms_form .modal_response > *,
.ns_modal .modal_response > * {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.ns_modal_feedback .form-group:nth-child(2) {
    width: 58%;
    float: left;
}

.ns_modal_feedback .form-group:nth-child(3) {
    width: 38%;
    float: right;
}

.ns_modal .revws-label {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin: 0px 0 10px 0;
}

.ns_modal .revws-grading {
    margin-bottom: 30px;
}

@media (max-width: 1199.9px) {
    .cms_form .form-group, .ns_modal .form-group {
        float: none !important;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .ns_modal > h2 {
        margin: 20px 50px 10px;
        font-size: 22px !important;
        line-height: 33px;
    }

    .cms_form fieldset,
    .ns_modal fieldset {
        float: none;
        width: 100%;
    }

    .cms_form fieldset + fieldset,
    .ns_modal fieldset + fieldset {
        margin-top: 18px;
    }

    .modal_radio {
        display: flex;
        flex-direction: column;
    }

    .ns_modal,
    .cms_form {
        display: flex;
        flex-direction: column;
        overflow: auto;
        height: 100%;
    }

    .ns_modal_content {
        height: 100%;
        overflow: hidden scroll;
        padding-bottom: 0;
        margin-bottom: 30px ;
        padding-right: 20px;
        margin-right: 10px;
    }

}

#fancyConfirm {
    text-align: center;
    min-width: 400px;
}

#fancyConfirm input {
    margin: 0 10px;
}

/* COMPARE */
#stcompare_content {
    padding: 30px;
}

#stcompare_content .products-block-image {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

#stcompare_content .products-block-image img {
    height: 100%;
    object-fit: cover;
}

#products_compared_list .pro_column_right {
    padding-top: 20px;
}

#products-comparison .cmp_remove i,
#products_compared_list .stcompare_remove i {
    display: none !important;
}

#products-comparison .cmp_remove,
#products_compared_list .stcompare_remove {
    height: 18px;
    width: 18px;
    display: block;
    background: transparent url(../../img/icon/close.svg) no-repeat center center;
    margin-top: 22px;
    filter: invert(43%) sepia(39%) saturate(2383%) hue-rotate(326deg) brightness(97%) contrast(109%);
    position: absolute;
    right: 10px;
    z-index: 30;
}

#products-comparison .s_title_block {
    max-height: none;
    overflow: visible;
    max-width: 240px;
}

#products_compared_list .stcompare_remove {
    right: 4px;
    position: absolute;
}

#stcompare_btns {
    margin-top: 50px;
    text-align: center;
}

table#product_comparison .product-image-block .product_image {
    border-right: 0;
}

/* predajne vo footri */
#footer-primary .row .easycontent.col-md-12 {
    border-top: 1px solid #D3D3D3;
    margin-top: 50px;
    padding-top: 30px
}

#footer-primary .row .easycontent.col-md-12 .title_block {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 1.333em;
    display: block;
    padding: 0 0 8px;
}

#footer-primary .row .easycontent.col-md-12 .title_block .title_block_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'haln' on;
    position: relative;
}

#footer-primary .row .easycontent.col-md-12 .title_block .title_block_name:after {
    content: '';
    display: block;
    width: 78px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 7px;
    margin: 10px auto;
}

.footer_stores {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.footer_stores_security,
.footer_store {
    display: flex;
    position: relative;
    margin-bottom: 40px
}

.footer_store {
    background: #F3F3F3;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    flex-direction: column-reverse;
}

.footer_store_img,
.footer_store_img > img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 7px 7px;
    position: relative;
    max-width: 100%;
}

.footer_country {
    border-radius: 8px;
    width: 58px;
    position: absolute;
    z-index: 1;
    top: -70px;
    left: 20px;
}

.footer_store_data {
    padding: 20px 20px 20px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_store_name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

a.footer_store:hover {
    color: black !important;
}

a.footer_store:hover .footer_store_overlay {
    opacity: 1;
    transition: 0.1s all ease-in;
}

.footer_store_overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    border-radius: 7px;
    z-index: 2;
    color: white;
    text-align: center;
    padding-top: 25px;
}

.footer_store_overlay:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background: white;
    vertical-align: 1px;
    margin-left: 6px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.footer_store_overlay:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-radius: 7px;
    z-index: 2;
    text-align: center;
    background: linear-gradient(180deg, rgba(179, 194, 52, 0) 0%, #B3C234 100%);
    opacity: 0.9;
    z-index: -1;
}

.footer_stores_security {
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 10px 50px 10px 20px;
}

.footer_stores_security:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    opacity: 0.1;
    content: '';
    position: absolute;
    display: block;
}

.footer_stores_security:after {
    position: absolute;
    content: '';
    display: block;
    background: transparent url(../../img/icon/ssl.svg) no-repeat center center;
    height: 200px;
    width: 150px;
    right: -60px;
    top: -40px;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}

.footer_stores_security_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}


.footer_stores_security:nth-child(3n+1) .footer_stores_security_title {
    margin: 0 10px 2px 0;
}

.footer_stores_security_claim {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

table.volt-highlight-1 tbody td:first-child,
table.volt-highlight-2 tbody td:nth-child(2),
table.volt-highlight-3 tbody td:nth-child(3),
table.volt-highlight-4 tbody td:nth-child(4),
table.volt-highlight-5 tbody td:nth-child(5),
table.volt-highlight-6 tbody td:nth-child(6),
table.volt-highlight-7 tbody td:nth-child(7),
table.volt-highlight-8 tbody td:nth-child(8),
table.volt-highlight-9 tbody td:nth-child(9),
table.volt-highlight-10 tbody td:nth-child(10),
th.volt-highlight,
td.volt-highlight {
    position: relative;
}

table.volt-highlight-1 tbody td:first-child:before,
table.volt-highlight-2 tbody td:nth-child(2):before,
table.volt-highlight-3 tbody td:nth-child(3):before,
table.volt-highlight-4 tbody td:nth-child(4):before,
table.volt-highlight-5 tbody td:nth-child(5):before,
table.volt-highlight-6 tbody td:nth-child(6):before,
table.volt-highlight-7 tbody td:nth-child(7):before,
table.volt-highlight-8 tbody td:nth-child(8):before,
table.volt-highlight-9 tbody td:nth-child(9):before,
table.volt-highlight-10 tbody td:nth-child(10):before,
th.volt-highlight:before,
td.volt-highlight:before {
    background-color: red;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.fancybox-error {
    margin: 5px 45px 5px 5px !important;
}

/* GUEST TRACKING */
.guest_order_form_box {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    max-width: 500px;
    margin: 0 auto;
}

#guest-tracking .adresses_bloc {
    margin-bottom: 40px;
}

#guest-tracking .adresses_bloc .address {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}

.tracking-boxes .box-small {
    display: block;
    position: relative;
}

.tracking-boxes .box-small p:last-child {
    margin-bottom: 6px;
}

.tracking-boxes .box-small:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: green;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    pointer-events: none;
}


.table td.step-by-step-date {
    width: auto;
    padding-left: 0;
}

.detail_step_by_step .label {
    border-radius: 8px;
}

#order-detail-content .price {
    text-align: right;
}

#order-detail-content label {
    font-weight: bold;
}


/* ALTERNATIVY */

.voltride_alternatives {
    margin: 60px 0 50px 0;
}

.voltride_alternatives .subtitle,
.voltride_alternatives .heading,
.voltride_alternatives .voltride_alternatives_claim {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.voltride_alternatives .voltride_alternatives_claim {
    margin: 20px auto 60px auto;
}

.voltride_alternative {
    background: #FFFFFF;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    margin: 30px 0;
    display: grid;
    grid-template-columns: 200px auto 200px 190px;
    cursor: pointer;
}

.voltride_alternative > div {
    padding: 30px 20px;
}

.voltride_alternative_img {
    align-self: center;
}

.voltride_alternative_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
}

.voltride_alternative_minuses {
    background: #FFDADC;
    border-radius: 0px 19px 19px 0px;
}

.voltride_alternative_pluses {
    background: #F0F3D6;
}

.voltride_alternative .ns_highlight_link,
#cms .voltride_alternative .ns_highlight_link.btn {
    color: black;
    margin: 0 20px 0 0;
    padding: 0;
    border: 0;
}

.voltride_alternative_test,
#cms .voltride_alternative_test.btn {
    color: black;
    margin: 0 20px 0 0;
    padding: 0;
    border: 0;
}

.voltride_alternative_test:before {
    content: '';
    display: inline-block;
    height: 26px;
    width: 26px;
    background: url(../../img/icon/pozicaj-si-circle.svg), #B3C234;
    background-blend-mode: screen;
    border-radius: 13px;
    vertical-align: -7px;
    margin-right: 5px;
}

.voltride_alternative_test span {
    font-weight: bold;
}

.voltride_alternative .ns_highlight_link.btn:active,
.voltride_alternative .ns_highlight_link.btn.active,
.voltride_alternative_test.btn:active,
.voltride_alternative_test.btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.voltride_alternative_minuses li:before,
.rte .voltride_alternative_minuses li:before {
    content: '-';
    color: #FF4B55;
    background: none;
    font-size: 40px;
    margin-top: -4px;
    margin-left: -22px;
    border-radius: 20px;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
}

.voltride_alternative_pluses li:before,
.rte .voltride_alternative_pluses li:before {
    content: '+';
    color: #B3C234;
    background: none;
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
    margin-left: -22px;
    border-radius: 20px;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
}

.voltride_alternative ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.voltride_alternative ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 6px;
    padding: 2px 0;
}
@media screen and (max-width: 1199.9px) {
    .voltride_alternative {
        grid-template-columns: 200px auto 180px 170px;
    }

    .voltride_alternative .btn {
        white-space: pre-wrap;
        margin-top: 20px;
    }

    .voltride_alternative p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991.9px) {
    .voltride_alternative {
        grid-template-columns: 200px auto 50%;
    }
    .voltride_alternative_desc {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    .voltride_alternative_pluses {
        grid-column-start: 1;
        grid-column-end: 3;
        border-radius: 0px 0 0 19px;
    }

    .voltride_alternative_minuses {
        border-radius: 0px 0  19px 0;
    }
}

@media screen and (max-width: 570px) {
    .voltride_alternative {
        grid-template-columns: auto auto auto;
    }

    .voltride_alternative_desc {
        grid-column-start: 1;
        grid-column-end: 4;
        padding-bottom: 10px !important;
    }

    .voltride_alternative_img {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row: 2;
        padding-top: 0 !important;
        text-align: center;
    }

    .voltride_alternative_pluses {
        grid-column-start: 1;
        grid-column-end: 3;
        border-radius: 0px 0 0 19px;
    }

    .voltride_alternative_minuses {
        border-radius: 0px 0  19px 0;
    }
}

.content_sortPagiBar {
    clear: both;
}

p.results-found {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin-top: 30px;
}

p.no-results {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin: 90px 0;
}

p.no-results + .search_widget_block {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 140px;
}

p.no-results + .search_widget_block label {
    font-weight: bold;
    font-size: 2rem;
    margin-left: -220px;
    text-align: right;
    display: block;
    line-height: 3.5rem;
    width: 200px;
    position: absolute;
    display: none;
}

@media (min-width: 768px) {
    p.no-results + .search_widget_block label {
        display: block;
    }

    p.no-results + .search_widget_block .search_widget {
        margin-left: 200px;
    }
}

p.no-results + .search_widget_block .search_widget .form-control {
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    border: 0;
    height: 40px;
}

p.no-results + .search_widget_block .search_widget .search_widget_form_inner .btn {
    position: absolute;
    background: black;
    border-radius: 6px;
    color: white;
    border: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 4px;
}


/* scooter table */

table.cms_scooter_table img {
    height: 33px;
    position: absolute;
    margin-top: -5px;
}

table.cms_scooter_table a {
    white-space: nowrap;
}

table.cms_scooter_table  a.with_arrow:after {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    background: red;
    vertical-align: -1px;
    margin-left: 10px;
    -webkit-mask-image: url(../../img/icon/sipka-nav.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    mask-image: url(../../img/icon/sipka-nav.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

/*
table.cms_scooter_table tbody tr {
    cursor: pointer;
}
*/

table.cms_scooter_table tbody tr:hover {
    /* cursor: pointer; */
    background: #FAFAFA;
}

.table-data-sheet tfoot td,
table.cms_scooter_table tfoot td {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

table.cms_scooter_table tfoot.opened tr:first-child,
table.cms_scooter_table tfoot tr:last-child {
    display: none;
}

table.cms_scooter_table tfoot.opened tr:last-child,
table.cms_scooter_table tfoot tr:first-child {
    display: table-row;
}

.table-data-sheet tfoot td:after,
table.cms_scooter_table tfoot td:after {
    background: transparent url(../../img/icon/sipka-accordeon.svg) no-repeat center right;
    margin-left: 8px;
    width: 8px;
    height: 9px;
    display: inline-block;
    content: '';
}

.table-data-sheet tfoot:not(.opened) tr:last-child {
    display: none;
}

.table-data-sheet tfoot.opened tr:first-child {
    display: none;
}


.table-data-sheet tfoot tr:first-child:last-child {
    display: none;
}

.table-data-sheet tfoot.opened td:after,
table.cms_scooter_table tfoot.opened td:after {
    background: transparent url(../../img/icon/sipka-accordeon2.svg) no-repeat center right;
}

table thead td,
table thead th {
    vertical-align: bottom;
}

table.centered td,
table.centered th {
    text-align: center;
}

table.centered_with_legend td:not(:first-child),
table.centered_with_legend th:not(:first-child) {
    text-align: center;
}

/* MOBILE */
#mobile_header_logo img {
    max-width: 177px;
}

.sidebar_opened,
.st-menu-header {
    max-width: 100%;
}

@media (max-width: 991px) {
    #sidebar_box {
        display: none;
    }

    header .shopping_cart_style_3 .ajax_cart_bag i {
        display: block;
        margin-left: -5px;
        margin-top: 5px;
    }
}

#mobile_bar_bottom {
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    background: #F5F5F5;
}

.mobile_bar_item {
    display: flex;
    justify-content: center;
}

/* black header */
.header-dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #FF4B55;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: 1px;
}

.header-dot.header-dot-enabled {
    background: #B3C234;
}

#nav_right .ns-tooltip .ns-text {
    top: 35px;
    bottom: unset;
    text-transform: none;
    background-color: #EEEEEE;
    width: 270px;
    left: 0;
    margin-left: 10px;
    color: black;
    z-index: 100;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    overflow: hidden;
    pointer-events: none;
}

.mobile_device #nav_right .ns-tooltip .ns-text {
    display: none;
}

#nav_right .ns-tooltip .ns-text:after {
    display: none;
}

.ns-text-top {
    padding: 13px 20px;
    display: block;
}

.ns-text-bottom {
    padding: 13px 15px 13px 77px;
    display: block;
    background: white;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.ns-text-bottom .ns-text-bottom-hl {
    display: block;
    color: #B3C234;
}

.ns-text-bottom-img {
    display: block;
    position: absolute;
    pointer-events: none;
    height: 110px;
    width: 110px;
}

.ns-text-bottom-phone .ns-text-bottom-img {
    background: transparent url(../../img/icon/header_phone.svg) no-repeat top left;
    margin-left: -106px;
    margin-top: -14px;
}

.ns-text-bottom-mail .ns-text-bottom-img {
    background: transparent url(../../img/icon/header_mail.svg) no-repeat top left;
    margin-left: -116px;
    margin-top: -19px;
}

.ns-text-bottom-shipping .ns-text-bottom-img {
    background: transparent url(../../img/icon/header_shipping.svg) no-repeat top left;
    margin-left: -130px;
    margin-top: -8px;
}

.ns-text-bottom-mail {
    padding-left: 85px;
}

.ns-text-bottom-shipping {
    padding-left: 112px;
}

.navigation-pipe2 {
    font-size: 85%;
    opacity: 0.4;
}

#gdpr_consent {
    font-size: 85%;
    opacity: 0.4;
    margin-left: 6px;
    max-width: none;
}

.st_news_letter_box .alert {
    margin-top: 20px;
}

.cgv_box .checkbox:not(:first-child) {
    display: none;
}

#voltride_tryout_form .select,
#opc_new_account .select {
    top: 0;
    width: 100%;
    float: none;
    height: 44px;
}

#voltride_tryout_form .select-styled,
#opc_new_account .select-styled {
    box-shadow: none;
    width: 100%;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    line-height: 26px;
    font-weight: normal;
    color: #9c9b9b;
}

#voltride_tryout_form .select-options,
#opc_new_account .select-options {
    box-shadow: none;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    max-height: 50vh;
    overflow: auto;
    top: 90%;
}

#voltride_tryout_form .select-styled:after,
#opc_new_account .select-styled:after {
    top: 16px;
    right: 16px;
}


/* layer cart modal */
#layer_cart {
    max-width: 800px;
}

#layer_cart.layer_box .layer_product {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#pro_added_success {
    width: 310px;
    height: 265px;
    margin-right: 40px;
    border-radius: 10px;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
}

#pro_added_success:after {
    content: '';
    display: block;
    width: 240px;
    top: 20px;
    margin-left: 13px;
    height: 234px;
    position: relative;
    background: transparent url("../../img/icon/cart_add.png");
}

.layer_inner_box_inner {
    display: flex;
    justify-content: space-between;
}

.layer_box .button-container {
    clear: both;
}

.layer_inner_box_right {
    width: 450px;
    text-align: center;
}

#layer_cart.layer_box .layer_product .product-image-container {
    margin: 0 0 20px 0;
}

#layer_cart.layer_box .layer_product .product-image-container img {
    max-height: 150px;
    margin: 0 auto;
}

#layer_cart.layer_box .layer_product .layer_product_info {
    margin: 0;
}

#layer_cart_product_attributes {
    font-size: 16px;
    line-height: 22px;
}

#layer_cart_product_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}


#categoryFilterSort .categoryFilterSortWrapper {
    display: flex;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    mix-blend-mode: multiply;
    margin-bottom: 60px;
    justify-content: flex-end;
    position: relative;
}

.content_sortPagiBar .selector1 label,
#layered_block_left .layered_subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}

#layered_block_left {
    margin: 0;
    flex-grow: 1;
    position: relative;
    max-width: 82%;
}

#layered_block_left .block_content {
    padding: 12px 0;
}

.selectProductSortUL,
#layered_block_left ul {
    clear: both;
    padding: 6px 0;
    margin-bottom: 0;
    padding-left: 0;
}

#layered_block_left ul li label {
    cursor: pointer;
    display: inline;
}

.selectProductSortUL li,
#layered_block_left ul li {
    list-style-type: none;
    padding: 5px 0;
    border-top: 1px solid #eeeeee;
}

.selectProductSortUL li {
    margin-left: 25px;
    position: relative;
    cursor: pointer;
}

.selectProductSortUL li.selected:before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: -20px;
    margin-top: 3px;
    background: transparent url(../../img/icon/check_green.svg) no-repeat center center;
    background-size: contain;
}

#layered_block_left ul li .checker {
    /*    float: right; */
    position: absolute;
    left: -20px;
    margin-top: 3px;
}

#layered_block_left ul li .checker span {
    background: none;
}

#layered_block_left ul li .checker span.checked {
    background: transparent url(../../img/icon/check_green.svg) no-repeat center center;
    background-size: contain;
    background-position: initial !important;
}

#layered_block_left #enabled_filters ul li {
    border: 0;
    padding: 4px 0;
    position: relative;
    margin: 0 0 10px 0;
    display: inline-block;
}

#layered_block_left #enabled_filters ul li.haslabel:not(:first-child) {
    margin-left: 12px;
}

#layered_block_left #enabled_filters ul li span {
    background: #EEEEEE;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: row-reverse;
    padding-left: 6px;
    margin-right: 3px;
    vertical-align: -6px;
}

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
    background: inherit;
    color: inherit;
}

#layered_block_left ul li input.checkbox {
    vertical-align: middle;
    margin-left: 2px;
}

#layered_block_left ul li .disabled {
    opacity: 0.4;
}

#layered_form .select {
    width: 165px;
}

.layered_filter label {
    font-weight: normal;
}

.layered_filter .layered_subtitle {
    font-size: 1.2em;
}

#layered_form .horizon_filter_container .dropdown_list_block {
    max-height: 200px;
    overflow-x: hidden;
}

#layered_block_horizon {
    margin-bottom: 12px;
}


/* sort */
body:not(.module-stblog-category) .content_sortPagiBar {
    padding: 12px 0;
    margin: 0 0 0 15px;
    overflow: hidden;
    clear: both;
}

.content_sortPagiBar .selector1 {
    display: grid;
}

#read_more_blocklayered {
    display: none;
}

.content_sortPagiBar .selector1 label {
    padding-left: 25px;
}

#selectProductSort {
    border: 0;
    padding: 6px 0;
    margin-right: -20px;
    overflow: hidden;
    display: none;
}

#selectProductSort option {
    padding: 6px 25px;
    cursor: pointer;
    line-height: 21px;
    box-shadow: 25px -1px 0px #eeeeee;
}

#selectProductSort option:checked {
    background: transparent url(../../img/icon/select_check.png) !important;
}

.ml_level_0.m_alignment_0 .ma_level_0.is_parent + .stmenu_sub {
    display: block !important;
    display: none !important;
    opacity: 0;
    Xpointer-events: none;
    Xtransition: opacity 0.2s ease-in-out;
}

.ml_level_0.m_alignment_0:hover .ma_level_0.is_parent + .stmenu_sub {
    display: block !important;
    opacity: 1;
    pointer-events: all;
    Xtransition: opacity 0.1s ease-in-out;
}

/*
.mm-owl-carousel > div:not(:first-child) > div > a > img {
    display:  none;
} */

.stmenu_sub .mm-owl-carousel > div:not([class^="owl"]),
.stmenu_sub .mm-owl-carousel div:not([class^="owl"]) > div:not([class^="owl"]) {
    position: absolute;
}

.stmenu_sub .mm-owl-carousel {
    width: 179px;
}

.stmenu_sub .mm-owl-carousel div:not([class^="owl"]) {
    height: 388px;
    width: 179px;
}

.category_no_products {
    text-align: center;
}

.fancybox-image {
    border-radius: 10px;
}

.voltride-wh-hodal-line-name .voltride-wh {
    text-indent: -24px;
}


/* MOBILE MENU */
#st_mobile_menu_ul:after {
    content: '';
    display: block;
    background-image: url(../../img/icon/wave_cart.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 60px;
}

#side_stmobilemenu .st-menu-title {
    background: #f5f5f5;
}

#st_mobile_menu .mo_ma_level_0, #st_mobile_menu a.mo_ma_level_0 {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #C0C0C0;
    display: block;
}

#st_mobile_menu .mo_ml_level_0 .mo_ma_level_0:not(:only-child),
#st_mobile_menu .mo_ml_level_0 a.mo_ma_level_0:not(:only-child) {
    width: 100%;
    pointer-events: none;
}

#st_mobile_menu .mo_ma_level_0:after {
    background-color: #B3C234;
    border-color: #B3C234;
    content: '';
    display: block;
    margin-top: 10px;
    width: 78px;
    height: 4px;
}

#st_mobile_menu .mo_ml_level_1.mo_sub_li:before {
    content: '';
    display: block;
    height: 40px;
    width: 15px;
    position: absolute;
    margin-left: -5px;
    background: transparent url(../../img/icon/sipka-nav.svg) no-repeat left center;
    background-size: 8px 8px;
}

#st_mobile_menu .mo_ma_level_1, #st_mobile_menu a.mo_ma_level_1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
}

#st_mobile_menu .cate_label {
    float: left;
    border-radius: 10px;
    margin-left: 0 !important;
    margin-right: 6px !important;
    margin-top: 2px;
}

#st_mobile_menu .style_content {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 8px;
    margin: 5px 10px 10px 0px;
    font-size: 14px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

@media (min-width: 450px) {
    #st_mobile_menu .style_content {
        width: 47%;
    }
}

#st_mobile_menu .style_content p {
    font-size: 14px;
}


#st_mobile_menu .style_content p.menu-heading {
    font-weight: bold;
}

#st_mobile_menu #st_menu_block_163,
#st_mobile_menu #st_menu_block_1977,
#st_mobile_menu #st_menu_block_2018,
#st_mobile_menu #st_menu_block_1822 {
    order: 99;
    flex-grow: 1;
    padding: 0;
    box-shadow: none;
    background: none;
}

#st_mobile_menu #st_menu_block_163 .row,
#st_mobile_menu #st_menu_block_1977 .row,
#st_mobile_menu #st_menu_block_2018 .row,
#st_mobile_menu #st_menu_block_1822 .row {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

#st_mobile_menu #st_menu_block_163 .col-sm-6,
#st_mobile_menu #st_menu_block_1977 .col-sm-6,
#st_mobile_menu #st_menu_block_2018 .col-sm-6,
#st_mobile_menu #st_menu_block_1822 .col-sm-6 {
    width: calc(50% - 10px);
    padding: 0;
    margin-right: 10px;
}

#mobile_bar_center .mobile_logo {
    padding: 0 50px 0 10px;
}

@media (max-width: 991.9px) {
    :not(.extra_header) > .page-heading {
        min-height: 96px;
    }

    #guest-tracking .subtitle,
    #module-stblog-article .subtitle,
    #module-stblog-category .subtitle,
    #module-stblog-default .subtitle,
    #search .subtitle, #category .subtitle,
    #cms article > p:first-child > .subtitle,
    #pagenotfound .subtitle {
        margin-top: 20px;
    }
}

/* Trying to catch autofill events */
.ns_combi_select:-webkit-autofill {
    /* Expose a hook for JavaScript when auto fill is shown. */
    /* JavaScript can capture 'animationstart' events */
    animation-name: onAutoFillStart;

    /* Make the backgound color become yellow _really slowly_ */
    border: 1px solid red !important;
    transition: border 50000s ease-in-out 0s;
}

.ns_combi_select:not(:-webkit-autofill) {
    /* Expose a hook for JS onAutoFillCancel */
    /* JavaScript can capture 'animationstart' events */
    animation-name: onAutoFillCancel;
}

#side_search .st-menu-title,
#side_products_compared .st-menu-title {
    padding: 10px 50px 30px;
}

#side_products_compared #products_compared_list {
    margin-top: 20px;
}

#stcompare_content .products-block-image {
    width: 45px;
    height: 45px;
}

#products_compared_list .pro_column_right {
    padding-top: 0;
}

#products_compared_list .stcompare_remove {
    right: 4px;
    position: absolute;
    top: -16px;
}

.st-menu #side_cart_block.cart_block .cart-images img {
    width: 45px;
    height: 45px;
    margin: 0;
}

#side_cart_block.cart_block .cart_block_product_name,
#side_cart_block.cart_block .product-atributes {
    margin-top: 0;
    grid-column: 2;
}

.st-menu .cart_block .cart-images {
    margin-right: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 1;
}

.st-menu .cart_block .cart_block_list .remove_link {
    margin-top: 5px;
    margin-right: -24px;
}

.st-menu .cart_block dt .price {
    display: block;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 12px;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 3;
}

.cart_block dl.products dt {
    padding: 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 80px auto auto;
    margin-bottom: 20px;
}

.cart_block dl.products dt:after,
.cart_block dl.products dt:before {
    display: none;
}

.cart_block .quantity-formated {
    display: inline-block;
    min-width: 18px;
    margin: 0 !important;
    left: 75px;
}

@media (max-width: 500px) {
    #fancyConfirm {
        min-width: auto;
    }

    #fancyConfirm input {
        margin: 10px
    }
}

@media (max-width: 767.9px) {
    .layer_inner_box_inner {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #pro_added_success:before,
    #pro_added_success:after {
        display: none;
    }

    #pro_added_success {
        width: 100%;
        height: auto;
        margin: 0px;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        padding: 0 0 20px;
        text-align: center;
    }

    .layer_inner_box_right {
        width: auto;
    }

    .layer_box .layer_inner_box {
        position: relative;
    }

    .layer_box .layer_product {
        position: static;
    }

    .layer_box .cross {
        top: 14px;
        right: 14px;
    }
}


@media (max-width: 1199.9px) {
    .opc-step.opc-step-active {
        font-size: 22px;
    }

    .opc-step.opc-step-active .ns_icon {
        font-size: 28px;
    }
}

@media (max-width: 991.9px) {
    .order_confirmation_invoice_details,
    .order_confirmation_delivery_details,
    .order_confirmation_details,
    .order_confirmation_cart {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .order_confirmation_invoice_details,
    .order_confirmation_delivery_details,
    .order_confirmation_cart {
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .opc-step {
        font-size: 18px;
        padding: 0px 25px;
    }
}

@media (max-width: 767.9px) {
    .opc-step.opc-step-active {
        font-size: 14px;
        line-height: 16px;
    }

    .opc-step {
        position: relative;
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px;
        text-align: center;
        display: FLEX;
        flex-direction: column;
        height: 70px;
        justify-content: center;
        ALIGN-ITEMS: CENTER;
    }

    .opc-step:not(.opc-step-active) .ns_icon,
    .opc-step .ns_icon {
        height: 36px;
        width: 36px;
        margin: 0;
        line-height: 36px;
        z-index: -1;
        font-size: 0.9em;
        opacity: 0.5;
    }

    .opc-step.opc-step-active .ns_icon {
        font-size: initial;
    }

    .columns-container-opc .container,
    .columns-container-opc {
        height: 70px;
        margin-bottom: 20px;
    }

    .columns-container-opc .delimiter {
        display: none;
    }

    #order-detail-content .price,
    #order-detail-content .order_product_name {
        font-size: 14px;
        line-height: 18px;
    }

    .order_confirmation_cart .price_wt {
        display: none;
    }

    #order-detail-content tfoot td {
        padding: 6px 4px 7px 6px !important;
    }

    .order_confirmation_cart #order-detail-content table {
        margin-bottom: 8px;
    }
}

.order_extra {
    display: flex;
    flex-wrap: wrap;
}

.order_extra_label {
    width: 150px;
}

.order_extra_value {
    width: calc(100% - 150px);
}

#guestTracking {
    margin-top: 50px;
}

@media (max-width: 991.9px) {
    #block-history {
        margin-top: 50px;
    }
}

@media (max-width: 450px) {
    #guest-tracking #order-detail-content table tbody td:first-child {
        padding: 0;
    }

    #guest-tracking #order-detail-content table tbody td:first-child .mobile_table_content {
        display: none;
    }
}


@media (min-width: 2560px) {
    body:before,
    body:after {
        content: '';
        background: white;
        display: block;
        position: fixed;
        height: 100vh;
        width: calc(50vw - 1280px);
        left: 0;
        top: 0;
        z-index: 99999;
        /* box-shadow: 0px 0px 14px #eeeeee inset;*/
    }

    body:after {
        left: auto;
        right: 0;
    }
}

.hp-tiles > li.tile-greenheader {
    width: auto;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.tile-greenheader h3 {
    margin: 0 -20px;
    padding: 20px 20px 20px 40px;
    position: relative;
    z-index: 2;
}

.tile-greenheader h3:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: red;
    border-radius: 20px 20px 0 0;
    position: absolute;
    opacity: 0.1;
    margin: -20px 0 0 -40px;
    z-index: -1;
}

.tile-greenheader > ul > li {
    display: flex;
    padding: 0;
    height: 100%;
    align-items: stretch;
    list-style: none;
}

.tile-greenheader:not(:first-child) {
    margin-left: 20px;
}

.tile-greenheader > ul  {
    margin: 0;
    height: 100%;
}

.tile-greenheader > ul > li:before,
.tile-greenheader > ul > li li:before {
    display: none;
}

.tile-greenheader > ul ul {
    margin: 0;
    padding: 20px 15px 5px;
    counter-reset: ul2counter;
}

.tile-greenheader > ul ul:not(:first-child) {
    border-left: 1px solid #eeeeee;
}


.tile-greenheader a:not(:hover) {
    color: black !important;
}

.tile-greenheader li  a {
    padding-left: 30px;
    display: block;
    position: relative;
}

.tile-greenheader li:first-child > b > a {
    padding-left: 15px;
}


.rte {
    counter-reset: ul1counter;
}

.tile-greenheader li:first-child > b > a:before {
    counter-increment: ul1counter;
    content: counter(ul1counter) ".\0000a0\0000a0";
    margin-left: -15px;
    position: absolute;
}

.tile-greenheader li:not(:first-child) > a:before {
    counter-increment: ul2counter;
    content: counter(ul1counter) "." counter(ul2counter) ".\0000a0\0000a0";
    font-weight: bold;
    margin-left: -30px;
    position: absolute;
}

/* header counter */
.subtitle_newsection {
    margin-top: 120px;
}

body {
    counter-reset: h3counter;
}
h1 {
    counter-reset: h2counter;
}

.h2counter:before {
    counter-increment: h2counter;
    content: counter(h2counter) ".\0000a0\0000a0";
    color: red;
}

.h2counter {
    counter-reset: h3counter;
}

h3,
.h4reset,
.h3counter {
    counter-reset: h4counter;
}

.h3counter:before {
    counter-increment: h3counter;
    content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
    color: red;
}

.h4counter:before {
    counter-increment: h4counter;
    content: counter(h2counter) "." counter(h3counter) "." counter(h4counter) ".\0000a0\0000a0";
    color: red;
}

.h4inline {
    display: inline-block;
    margin-bottom: 0;
}

.h4inline + p {
    display: inline;
}

h4 {
    margin: 40px 0 20px;
}

h5 {
    margin: 40px 0 20px;
}

h3:first-child,
h4:first-child {
    margin-top: 0;
}

.hp-bubble h3:first-child,
.hp-bubble h4:first-child {
    margin-top: 40px;
}

.hp-bubble.hp-bubble-flex-center {
    align-items: center;
}

.tile-greenheader {
    margin-top: 30px;
}

.tile-greenheader h3:after {
    content: '';
    height: 110px;
    width: 100px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 30px;
    background: url(/img/guide/greenheader1.png) no-repeat bottom right;
    z-index: -1;

}

.tile-greenheader:nth-child(2) h3:after {
    background: url(/img/guide/greenheader2.png) no-repeat bottom right;
    width: 280px;
}


/* kolobezkari v prirucke */
.prirucka_kolobezkar,
.prirucka_kolobezkar2 {
    display: flex;
    align-items: center;
    margin: 40px 0;
    justify-content: space-between;
}

.prirucka_kolobezkar4 {
    margin: 40px 0;
}

.prirucka_kolobezkar_img {
    width: 481px;
    height: 547px;
    background: url("/img/guide/kolobezkar1.svg");
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
}

.prirucka_kolobezkar2 .prirucka_kolobezkar_img {
    height: 481px;
    width: 475px;
    background: url("/img/guide/kolobezkar2.svg") no-repeat;
}

.prirucka_kolobezkar3 {
    margin-bottom: 80px
}

.prirucka_kolobezkar3 .prirucka_kolobezkar_img {
    width: 1100px;
    height: 456px;
    background: url(/img/guide/kolobezkar3.svg) no-repeat center center;
    position: absolute;
    max-width: 100%;
}

.prirucka_kolobezkar4 .prirucka_kolobezkar_img {
    width: 100%;
    height: 440px;
    background: url("/img/guide/kolobezkar4.svg") no-repeat center center;
}

html[lang=cs-cz] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
    width: 100%;
    height: 440px;
    background: url("/img/guide/kolobezkar4cz.svg") no-repeat center center;
}

html[lang=en-gb] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
    width: 100%;
    height: 440px;
    background: url("/img/guide/kolobezkar4en.svg") no-repeat center center;
}

html[lang=it-IT] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
    width: 100%;
    height: 440px;
    background: url("/img/guide/kolobezkar4it.svg") no-repeat center center;
}

.prirucka_kolobezkar3 .prirucka_kolobezka_text {
    min-height: 456px;
    width: 100%;
}

.prirucka_kolobezka_text {
    width: 500px;
}

.prirucka_kolobezka_text p {
    position: relative;
    font-size: 14px;
}

.prirucka_kolobezka_text p:before {
    width: 50%;
    height: 7px;
    background: url("/img/guide/arrow.svg") no-repeat center right;
    position: absolute;
    display: block;
    content: '';
    right: 105%;
    top: 10px;
}

.prirucka_kolobezkar p:first-of-type:before {
    top: 60px;
    width: 50.8%;
}

.prirucka_kolobezkar p:nth-child(3):before {
    width: 64%;
}

.prirucka_kolobezkar p:nth-child(4):before {
    width: 69%;
}

.prirucka_kolobezkar p:nth-child(5):before {
    width: 61%;
}

.step-dot {
    position: absolute;
}
.step-circle {
    border-radius: 50%;
    background-color: #B3C234;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

.prirucka_kolobezkar_img .step-circle {
    background: white;
}

.step_number {
    display: none;
}

.prirucka_kolobezkar .step-dot:first-child {
    top: 34.7%;
    left: 58%;
}

.prirucka_kolobezkar .step-dot:nth-child(2) {
    top: 42.3%;
    left: 44%;
}

.prirucka_kolobezkar .step-dot:nth-child(3) {
    top: 59.2%;
    left: 38.6%;
}

.prirucka_kolobezkar .step-dot:nth-child(4) {
    top: 75.8%;
    left: 47%;
}

.prirucka_kolobezkar2 p:first-of-type:before {
    top: 64px;
    width: 43.8%;
}

.prirucka_kolobezkar2 p:nth-child(3):before {
    width: 80.1%;
}

.prirucka_kolobezkar2 p:nth-child(4):before {
    width: 66.5%;
}

.prirucka_kolobezkar2 p:nth-child(5):before {
    width: 77.3%;
}

.prirucka_kolobezkar2 .step-dot:first-child {
    top: 30%;
    left: 65%;
}

.prirucka_kolobezkar2 .step-dot:nth-child(2) {
    top: 38.7%;
    left: 27%;
}

.prirucka_kolobezkar2 .step-dot:nth-child(3) {
    top: 57.2%;
    left: 41.6%;
}

.prirucka_kolobezkar2 .step-dot:nth-child(4) {
    top: 76.3%;
    left: 30%;
}

.prirucka_kolobezkar3 .prirucka_kolobezka_text p:first-child {
    width: 400px;
    margin-left: auto;
    padding-top: 10px;
}

.prirucka_kolobezkar3 .prirucka_kolobezka_text p:nth-child(2) {
    width: 300px;
}
.prirucka_kolobezkar3 .prirucka_kolobezka_text p:nth-child(3) {
    width: 400px;
}

.prirucka_kolobezkar3 .prirucka_kolobezka_text p:nth-child(4) {
    width: 300px;
    margin-left: auto;
}

.prirucka_kolobezkar3 p:first-of-type:before {
    top: 21px;
    width: 56.8%;
}

.prirucka_kolobezkar3 p:nth-child(3):before {
    width: 34.1%;
    right: auto;
    left: 105%;
    transform: scaleX(-1);
}

.prirucka_kolobezkar3 p:nth-child(4):before {
    width: 63.5%;
}

.prirucka_kolobezkar3 p:nth-child(2):before {
    width: 64.3%;
    right: auto;
    left: 105%;
    transform: scaleX(-1);
}

.prirucka_kolobezkar3 .step-dot:first-child {
    top: 3%;
    left: 46%;
}

.prirucka_kolobezkar3 .step-dot:nth-child(2) {
    top: 45%;
    left: 46%;
}

.prirucka_kolobezkar3 .step-dot:nth-child(3) {
    top: 59.3%;
    left: 50.4%;
}

.prirucka_kolobezkar3 .step-dot:nth-child(4) {
    top: 84.7%;
    left: 59%;
}

.prirucka_kolobezkar4 p:before {
    display: inline-block;
    width: auto;
    position: static;
    background: none;
    content: counter(kolobezkar4) ".\0000a0\0000a0";
    counter-increment: kolobezkar4;
}

.prirucka_kolobezkar4 .prirucka_kolobezka_text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    counter-reset: kolobezkar4;
}

.prirucka_kolobezkar4 .prirucka_kolobezka_text p {
    font-weight: bold;
    font-size: 18px;
    font-family: Poppins;
    line-height: 27px;
    width: 270px;
}

@media (max-width: 991.9px) {
    .prirucka_kolobezkar,
    .prirucka_kolobezkar2,
    .prirucka_kolobezkar3,
    .prirucka_kolobezkar4 {
        flex-direction: column;
        counter-reset: step_number;
    }

    .prirucka_kolobezkar_img {
        margin-bottom: 20px;
    }

    .prirucka_kolobezkar3 .prirucka_kolobezkar_img {
        position: relative;
    }

    .step_number {
        display: block;
        font-weight: bold;
        position: absolute;
        width: 20px;
        text-align: center;
        padding-left: 2px;
    }

    .step_number:after {
        content: '.';
    }

    .prirucka_kolobezka_text {
        max-width: 100%;
    }

    .prirucka_kolobezka_text p:before {
        content: counter(step_number)  '. ';
        counter-increment: step_number;
        width: auto !important;
        background: none;
        position: static;
        display: inline-block;
        margin-right: 4px;
        font-weight: bold;
    }

    .prirucka_kolobezkar4 .prirucka_kolobezka_text p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .prirucka_kolobezkar3 .prirucka_kolobezka_text p {
        width: 500px !important;
        max-width: 100%;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }

    .prirucka_kolobezkar3 {
        margin-bottom: 40px;
    }
    .prirucka_kolobezkar3 .prirucka_kolobezka_text {
        min-height: auto;
    }

    .prirucka_kolobezkar3 p:nth-child(2):before,
    .prirucka_kolobezkar3 p:nth-child(3):before {
        transform: scaleX(1);
    }
}

@media (max-width: 767.9px) {
    .prirucka_kolobezkar4 .prirucka_kolobezka_text {
        flex-direction: column;
    }

    .prirucka_kolobezkar4 .prirucka_kolobezka_text p {
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto 10px;
    }
    .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
        width: 100%;
        height: 600px !important;
        background: url(/img/guide/kolobezkar4m.svg) no-repeat center center;
    }

    html[lang=cs-CZ] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
        width: 100%;
        height: 600px !important;
        background: url(/img/guide/kolobezkar4mcz.svg) no-repeat center center;
    }

    html[lang=en-gb] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
        width: 100%;
        height: 600px !important;
        background: url(/img/guide/kolobezkar4men.svg) no-repeat center center;
    }

    html[lang=it-IT] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
        width: 100%;
        height: 600px !important;
        background: url(/img/guide/kolobezkar4mit.svg) no-repeat center center;
    }
}

@media (max-width: 520px) {
    .prirucka_kolobezkar_img {
        width: 320px;
        height: 365px;
        background-size: contain;
    }

    .prirucka_kolobezkar2 .prirucka_kolobezkar_img {
        height: 320px;
        width: 316px;
        background-size: contain;
    }

    .prirucka_kolobezkar3 .prirucka_kolobezkar_img {
        width: 733px;
        height: 304px;
        background-size: cover;
    }
}

.guide_map ul {
    padding-left: 650px;
    counter-reset: guidemap;
}

@media (max-width: 1199.9px) {
    .prirucka_kolobezkar p:first-of-type:before {
        top: 52px;
        width: 38.8%;
    }

    .prirucka_kolobezkar .step-dot:first-child {
        top: 32.9%;
        left: 54.1%;
    }

    .prirucka_kolobezkar p:nth-child(3):before {
        width: 51%;
    }

    .prirucka_kolobezkar .step-dot:nth-child(2) {
        top: 42.3%;
        left: 44%;
    }

    .prirucka_kolobezkar p:nth-child(4):before {
        width: 49%;
    }

    .prirucka_kolobezkar .step-dot:nth-child(3) {
        top: 58.9%;
        left: 45.6%;
    }

    .prirucka_kolobezkar p:nth-child(5):before {
        width: 47%;
    }

    .prirucka_kolobezkar .step-dot:nth-child(4) {
        top: 75.3%;
        left: 47%;
    }

    .prirucka_kolobezkar2 .step-dot:first-child {
        top: 27.7%;
        left: 47%;
    }

    .prirucka_kolobezkar2 p:first-of-type:before {
        top: 62px;
        width: 44.8%;
    }

    .prirucka_kolobezkar2 .step-dot:nth-child(2) {
        top: 36%;
        left: 25%;
    }

    .prirucka_kolobezkar2 p:nth-child(3):before {
        width: 68.1%;
    }

    .prirucka_kolobezkar2 p:nth-child(4):before {
        width: 51.5%;
    }

    .prirucka_kolobezkar2 .step-dot:nth-child(4) {
        top: 78.7%;
        left: 30%;
    }

    .prirucka_kolobezkar2 p:nth-child(5):before {
        width: 62.8%;
    }

    .prirucka_kolobezkar3 .prirucka_kolobezka_text p:first-child {
        width: 390px;
    }
    .prirucka_kolobezkar3 p:first-of-type:before {
        top: 21px;
        width: 20.8%;
    }
    .prirucka_kolobezkar3 p:nth-child(2):before {
        width: 39.3%;
    }

    .prirucka_kolobezkar3 p:nth-child(3):before {
        width: 13.2%;
    }
    .prirucka_kolobezkar3 .prirucka_kolobezka_text p:nth-child(4) {
        width: 230px;
    }
    .prirucka_kolobezkar3 p:nth-child(4):before {
        width: 55.5%;
    }

    .prirucka_kolobezkar4 .prirucka_kolobezkar_img,
    html[lang="cs-cz"] .prirucka_kolobezkar4 .prirucka_kolobezkar_img,
    html[lang="en-bg"] .prirucka_kolobezkar4 .prirucka_kolobezkar_img,
    html[lang="it-IT"] .prirucka_kolobezkar4 .prirucka_kolobezkar_img {
        height: 370px;
        background-size: contain;
    }

    .prirucka_kolobezkar4 .prirucka_kolobezka_text p {
        width: 220px;
    }

    .guide_map li {
        clear: both;
    }

    .guide_map li:first-child,
    .guide_map li:nth-child(2),
    .guide_map li:nth-child(3) {
        clear: none;
        padding-left: 640px;

    }

    .guide_map ul {
        padding-left: 0;
    }
}

@media (max-width: 991.9px) {
    .guide_map img {
        float: none !important;
        margin: 0 auto 40px !important;
        display: block;
    }

    .guide_map li:first-child, .guide_map li:nth-child(2), .guide_map li:nth-child(3) {
        padding-left: 0px;
    }

    .hp-tile-decor {
        display: none;
    }
}


.rte .guide_map ul li:before {
    background: transparent;
    content: counter(guidemap) ".\0000a0\0000a0";
    counter-increment: guidemap;
    height: auto;
    width: auto;
    font-weight: bold;
    margin-top: 0;
    margin-left: -20px;
}

.grid_table {
    margin: 40px 0;
    background: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.grid_table2 {
    max-width: 700px;
    margin: 40px auto;
}

.grid_table3 {
    max-width: 900px;
    margin: 40px auto;
}

.grid_table h3 {
    text-align: center;
    padding: 13px 20px 4px;
}

.grid_table_legend {
    display: grid;
    width: 100%;
    grid-template-columns: 180px 200px 1fr 1fr 1fr;
    background: #F5F5F5;
    text-align: center;
}

.grid_table2 .grid_table_legend {
    grid-template-columns: 180px 1fr 1fr;
}

.grid_table3 .grid_table_legend {
    grid-template-columns: 240px auto 60px 60px 60px;
}

.grid_table_legend div {
    padding: 9px 20px 12px;
    font-weight: bold;
    color: #555;
}

.grid_table2 .grid_table_legend div {
    text-align: left;
}

.grid_table_line {
    display: grid;
    grid-template-columns: 180px auto;
}

.grid_table3 .grid_table_line {
    display: grid;
    grid-template-columns: 240px auto;
}

.grid_table_subline {
    display: grid;
    grid-template-columns: 200px auto;
}

.grid_table2 .grid_table_subline {
    grid-template-columns: 1fr 1fr;
}

.grid_table_subline .grid_table_subline {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid_table2 .grid_table_subline .grid_table_subline {
    grid-template-columns: 1fr 1fr;
}

.grid_table3 .grid_table_subline {
    grid-template-columns: auto 60px 60px 60px;
}


.grid_table_label {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    height: 100%;
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 999;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.grid_table_cell {
    border-bottom: 1px solid #EEEEEE;
    padding: 12px 20px 12px 80px;
    height: 100%;
    width: 100%;
}

.grid_table_cell.grid_table_cell_small,
.grid_table_cell:empty {
    padding: 12px 0px 12px 0px;
}

.grid_table_cell .checker {
    margin: 2px auto 0;
}

.grid_table_cell div.checker span {
    background-image: url('/img/guide/sprite_red.png');
}

.weekly_form_oksquare,
.weekly_form_badsquare  {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.weekly_form_oksquare.grid_table_cell div.checker span {
    background-image: url('/img/guide/sprite_green.png');
}
.grid_table2 .grid_table_cell:last-child {
    padding: 12px 20px 12px 20px;
}

.grid_table_label_green {
    background: #F7F9EB;
    font-weight: bold;
    justify-content: flex-start;
}

.grid_table_label_blank {
    font-weight: bold;
    justify-content: flex-start;
    padding: 12px 20px;
    align-items: flex-start;}

.grid_table_label_orange {
    background: rgba(255, 214, 0, 0.05);
    font-weight: bold;
    justify-content: flex-start;
}

.grid_table_label_red {
    background: rgba(255, 92, 0, 0.05);
    font-weight: bold;
    justify-content: flex-start;
}

.grid_table_subline {
    grid-column: 2;
}

.grid_table_line:last-child > .grid_table_subline:last-child > .grid_table_cell,
.grid_table_line:last-child .grid_table_subline:last-child .grid_table_subline:last-child .grid_table_cell,
.grid_table_line:last-child .grid_table_label {
    border-bottom: 0;
    border-bottom-left-radius: 18px;
}

.weekly_form_baddot,
.weekly_form_okdot {
    display: block;
    width: 14px;
    height: 14px;
    margin: 8px auto 0;
    border-radius: 8px;
    background: #FF4B55;
}

.weekly_form_okdot {
    background: #B3C234;
}

.grid_table_legend input {
    border: 0;
    background: transparent;
}


@media (max-width: 1199.9px) {
    .grid_table_legend {
        grid-template-columns: 130px 150px 1fr 1fr 1fr;
    }

    .grid_table_line {
        grid-template-columns: 130px auto;
    }

    .grid_table_subline {
        grid-template-columns: 150px auto;
    }
}

@media (max-width: 991.9px) {
    .grid_table_cell,
    .grid_table_legend div {
        padding-left: 20px !important;
    }

    .grid_table_cell:not(:first-child),
    .grid_table_legend div:not([style]) {
        text-align: center !important;
    }
}

@media (max-width: 767.9px) {
    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_label,
    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_legend {
        display: none;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_line,
    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_subline,
    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_subline .grid_table_subline {
        grid-template-columns: 1fr;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_subline {
        grid-column: 1;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_cell:first-child {
        background: #eeeeee;
        text-align: center;
        font-weight: bold;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_cell:first-child:before {
        content: attr(data-alt);
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_cell:not(:first-child):before {
        content: attr(data-alt) ': ';
        font-weight: bold;
        display: inline-block;
        margin-right: 8px;
        width: 220px;
        text-align: left;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_cell:not(:first-child) {
        max-width: 400px;
        text-align: left !important;
        margin: 0 auto;
    }

    .grid_table:not(.grid_table2):not(.grid_table3) .grid_table_cell {
        border-bottom: 0 !important;
        border-radius: 0 !important;
    }

    .grid_table2 .grid_table_legend {
        grid-template-columns: 100px 1fr 1fr;
    }

    .grid_table2 .grid_table_line {
        grid-template-columns: 100px auto;
    }

    .grid_table3 .grid_table_label {
        grid-row-end: 2;
        border-right: 0;
    }

    .grid_table3 .grid_table_line {
        grid-template-columns: 1fr;
    }

    .grid_table3 .grid_table_subline {
        grid-column: 1;
    }

    .grid_table3 .grid_table_cell:last-child,
    .grid_table3 .grid_table_legend div:last-child {
        display: none;
    }

    #weekly_form_date {
        display: none;
    }

    .grid_table3 .grid_table_subline {
        grid-template-columns: auto 60px 60px;

    }
    .grid_table3 .grid_table_legend {
        grid-template-columns: auto 40px 60px 60px;
    }

    .grid_table3 .grid_table_cell.grid_table_cell_small {
        padding-right: 20px;
    }
}

#ns-chapters {
    position: fixed;
    top: 95px;
    bottom: 5px;
    width: 310px;
    background: white;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 15px 15px 0;
    mix-blend-mode: unset;
    z-index: 200;
    left: -410px;
    flex-direction: column;
    padding: 10px 0;
    visibility: hidden;
    margin: 0 0 60px 0;
    transition: all 0.2s ease-in;
    counter-reset: ul1counter;
}

#ns-chapters >li  {
    overflow: hidden scroll;
    height: calc(100% - 40px);
}

#ns-chapters li.ns-chapters-head {
    height: 50px;
    margin-top: -10px;
    position: relative;
    overflow: visible;
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 0;
}

#ns-chapters li.ns-chapters-head:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: red;
    border-radius: 0 15px 15px 0;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    right: 0;
    margin: 0;
    top: 0;
}

#ns-chapters:before {
    content: attr(data-title);
    padding-right: 30px;
    display: block;
    width: auto;
    height: 54px;
    visibility: visible;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
    position: fixed;
    background: white url(../../img/icon/toc.svg) no-repeat center center;
    background-size: 26px;
    background-position-x: 11px;
    right: 15px;
    bottom: 50px;
    transition: all 0.2s ease-in;
    text-indent: 59px;
    line-height: 54px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#ns-chapters:after {
    content: '';
    padding-right: 30px;
    display: block;
    width: 48px;
    height: 56px;
    visibility: visible;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0 ;
    mix-blend-mode: screen;
    z-index: -1;
    position: absolute;
    background: white url(../../img/icon/close.svg) no-repeat center center;
    background-size: 40%;
    right: -48px;
    top: 50px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

#ns-chapters:focus,
#ns-chapters.opened {
    left: 0;
    visibility: visible;
}


#ns-chapters:focus:before,
#ns-chapters.opened:before {
    mix-blend-mode: lighten;
}


#ns-chapters li:first-child > b > a:before {
    counter-increment: ul1counter;
    content: counter(ul1counter) ".\0000a0\0000a0";
    margin-left: -15px;
    position: absolute;
}

#ns-chapters li:not(:first-child) > a:before {
    counter-increment: ul2counter;
    content: counter(ul1counter) "." counter(ul2counter) ".\0000a0\0000a0";
    font-weight: bold;
    margin-left: -30px;
    position: absolute;
}

#ns-chapters li:before {
    display: none;
}

#ns-chapters li  a {
    padding-left: 30px;
    display: block;
    position: relative;
    color: black;
}

#ns-chapters a:not(:hover) {
    color: black !important;
}

#ns-chapters li:first-child > b > a {
    padding-left: 15px;
}

#ns-chapters ul {
    counter-reset: ul2counter;
}

#ns-chapters > li::-webkit-scrollbar {
    width: 6px;
    transform: scale(0.8);
}

#ns-chapters > li::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #eee 0%, #eee 10%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 100%);
    mix-blend-mode: darken;

}
#ns-chapters > li::-webkit-scrollbar-track {
    background: transparent;
}

@media (min-width: 992px) {
    #ns-chapters {
        width: 350px;
    }

    #ns-chapters:before {
        bottom: 0;
    }

    #ns-chapters li.ns-chapters-head {
        padding-left: 70px;
    }

    #ns-chapters > li  {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    #ns-chapters:before {
        right: calc(50vw - 470px);
    }

    #ns-chapters {
        top: 170px;
    }
}

@media (min-width: 1200px) {
    #ns-chapters:before {
        right: calc(50vw - 540px);
    }
}

@media (max-width: 991.9px) {
    .hp-tiles-chapters {
        flex-direction: column;
        filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));

    }

    .hp-tiles-chapters > li.tile-greenheader {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .hp-tiles-chapters > li.tile-greenheader:first-child {
        border-radius: 20px 20px 0 0;
    }

    .hp-tiles-chapters > li.tile-greenheader:last-child {
        border-radius: 0 0 20px 20px;
    }

    .tile-greenheader:last-child h3:before {
        border-radius: 0;
    }
}

@media (max-width: 767.9px) {
    .hp-tiles-chapters ul li {
        flex-direction: column;
    }

    .tile-greenheader > ul ul:not(:first-child) {
        border: 0;
        margin-bottom: 20px;
    }

    .tile-greenheader h3:after {
        display: none;
    }
}

.imgline {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .imgline {
        justify-content: space-between;
    }
}

.ns_care_checkbox {
    pointer-events: none;
}

.form_spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*pointer-events: none;*/
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
    z-index: 2;
    border-radius: 18px;
}

hr.flowfix {
    border: 0 !important;
    clear: both;
    margin: 20px 0 !important;
}

.ns_product_badge {
    clear: both;
}

label[for="email"] {
    white-space: nowrap;
    clear: both;
}

.grecaptcha-badge {
    display: none !important;
}


a.menuhover:hover {
filter: drop-shadow(6px 6px 5px rgba(179, 194, 52, 0.5));
}


#easycontent_container_532 {
    z-index: 9;
}

#voltride_service_modal .alert-danger:empty {
    display: none;
}

#add_to_cart button,
#aw_add_to_cart button {
    all: unset;
}

    #add_to_cart button,
    #add_to_cart button .btn,
    #aw_add_to_cart button,
    #aw_add_to_cart button .btn {
        position: relative;
    }

    #add_to_cart button .btn,
    #add_to_cart button .btn::after,
    #aw_add_to_cart button .btn,
    #aw_add_to_cart button .btn::after {
        transition: all .2s ease-in-out;
    }

    #add_to_cart button:hover,
    #aw_add_to_cart button:hover {
        cursor: pointer;
    }
        #add_to_cart button:hover .btn,
        #aw_add_to_cart button:hover .btn {
            background: #fff;
        }

    #add_to_cart .atc-availability,
    #aw_add_to_cart .atc-availability {
        padding-top: 10px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 8px;
        font-weight: 400;
        line-height: 2;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        transition: all .2s ease-in-out;
    }
    @media (min-width: 768px) {
        #add_to_cart .atc-availability,
        #aw_add_to_cart .atc-availability {
            line-height: 1.6;
        }
    }

#add_to_cart.disabled button,
#aw_add_to_cart.disabled button,
#add_to_cart button.disabled,
#aw_add_to_cart button.disabled {
    pointer-events: none;
    opacity: .65;
}

#add_to_cart.disabled button .btn,
#aw_add_to_cart.disabled button .btn,
#add_to_cart button.disabled .btn,
#aw_add_to_cart button.disabled .btn {
    filter: grayscale(1);
    box-shadow: none;
}

.rebrand_tag {
    position: absolute;
    height: 73px;
    width: 84px;
    background: transparent url('/img/max-blinker/rebrand_tag_sk.svg');
    display: block;
    transition: all .2s ease-in-out;
    top: -11px;
    right: 460px;
}

.rebrand_tag:hover {
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.3));
}

.mobile_device .rebrand_tag {
    top: auto;
}
.mobile_device #mobile_bar_right .rebrand_tag {
    right: auto;
    left: 50px;
}
@media (max-width: 991.9px) {
    .rebrand_tag {
        top: auto;
    }

    #mobile_bar_right .rebrand_tag {
        right: auto;
        left: calc(50vw - 250px);
    }
}

@media (max-width: 767.9px) {
    #mobile_bar_right .rebrand_tag {
        right: auto;
        left: 50px;
    }
}

html[lang="cs-CZ"] .rebrand_tag {
    background: transparent url('/img/max-blinker/rebrand_tag_cz.svg');
}

html[lang="hu-HU"] .rebrand_tag {
    background: transparent url('/img/max-blinker/rebrand_tag_hu.svg');
}

.rebrand_tag span {
    display: none;
}

@media (max-width: 1199.9px) {
    .rebrand_tag {
        right: 270px;
    }
    #header .search_widget_block {
        width: 170px;
    }

    #mobile_bar_right .rebrand_tag {
        right: 50px;
    }
}

.mini-banner-rebrand {
    background: transparent url('/img/max-blinker/banner_blank.png');
    background-position: 100% 50%;
    height: 300px;
    border-radius: 18px;
    text-align: left;
    padding-left: 60px;
    position: relative;
    z-index: 0;
}

.mini-banner-rebrand p,
#footer-primary .mini-banner-rebrand p {
    color: white;
    font-family: 'Raleway' !important;
    font-weight: 800 !important;
    font-size: 50px !important;
    line-height: 55px !important;
}

.mini-banner-rebrand p:before {
    display: block;
    content: '';
    height: 285px;
    width: 400px;
    background: url(/img/max-blinker/paste.png);
    position: absolute;
    background-size: cover;
    bottom: 0;
    right: 40px;
    z-index: -1;
}

.mini-banner-rebrand p strong ,
#footer-primary .mini-banner-rebrand p strong {
    font-family: 'NovemberStencil' !important;
    font-weight: 900 !important;
    font-size: 50px !important;
    line-height: 55px !important;
    color: #FFCF00 !important;
}

.mini-banner-rebrand p strong:before {
    display: block;
    content: '';
}

@media (max-width: 992px) {
    #footer-primary .easycontent:nth-last-child(2) {
        width: 100%;
        margin-top: 0px;
    }
    #footer-primary .easycontent:nth-last-child(2):before {
        display: none;
    }
}

.btn-max {
    background: #FFCF00 !important;
    border-color: #FFCF00 !important;
    font-family: 'Raleway' !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
}

.btn-max:hover {
    background: transparent !important;
    color:  #FFCF00 !important;
}

.btn-max:after {
    height: 16px;
    width: 10px;
    background: black;
    -webkit-mask-image: url(/img/max-blinker/arrow.png);
    mask-image: url(/img/max-blinker/arrow.png);
}

.btn-max:hover:after {
    background:  #FFCF00 !important;
}

@media (max-width: 1199.9px) {
    .mini-banner-rebrand {
        background-position: 87% 50%;
        padding-left: 40px;
    }
}

@media (max-width: 991.9px) {
    .mini-banner-rebrand {

    }

    .mini-banner-rebrand p,
    #footer-primary .mini-banner-rebrand p {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .mini-banner-rebrand p strong ,
    #footer-primary .mini-banner-rebrand p strong {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .mini-banner-rebrand p:before {
        height: 235px;
        width: 325px;
        right: 30px;
    }
}

#st_mobile_menu .mini-banner-rebrand {
    margin-right: 10px;
}

#st_mobile_menu .mini-banner-rebrand {
    height: 150px;
    padding-top: 20px;
}

#st_mobile_menu .mini-banner-rebrand p {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 4px;
}

#st_mobile_menu .mini-banner-rebrand p strong {
    font-size: 20px !important;
    line-height: 25px !important;
}
#st_mobile_menu .mini-banner-rebrand p:before {
    height: 140px;
    width: 200px;
}

@media (max-width: 767.9px) {
    .mini-banner-rebrand {
        height: 150px;
        padding-top: 20px;
    }

    .mini-banner-rebrand p,
    #footer-primary .mini-banner-rebrand p {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-bottom: 4px;
    }

    .mini-banner-rebrand p strong ,
    #footer-primary .mini-banner-rebrand p strong {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .mini-banner-rebrand p:before {
        height: 140px;
        width: 200px;
    }
}

@media (max-width: 499.9px) {
    .mini-banner-rebrand {
        padding-left: 20px;
    }
    .mini-banner-rebrand p:before {
        height: 110px;
        width: 155px;
        right: 10px;
    }
}

#mobile_bar_center > .flex_container.flex_center {
    width: calc(100% - 70px);
    float: right;
}

.disabled_for_vat_payer {
    pointer-events: none;
    opacity: 0.7;
}

#product_reference {
    text-align: center;
    margin-bottom: 4em;
    color: silver;
}

/*
.subcategory-name[title="Gift tip"]:before,
.subcategory-name[title="Tip na dárek"]:before,
.subcategory-name[title="Ajándékötlet"]:before,
.subcategory-name[title="Tip für ein Geschenk"]:before,
.subcategory-name[title="Tip na darček"]:before {
    display: block;
    height: 42px;
    width: 55px;
    content: '';
    background: url('/themes/panda/img/icon/ciapocka.svg');
    position: absolute;
    margin-left: 120px;
    margin-top: -20px;
}
*/

.revws-review-form-criterion + .revws-review-form-criterion {
    margin-top: 50px;
}

.revws-review-form-criterion + .revws-review-form-criterion  + .revws-review-form-criterion{
    margin-top: 100px;
}

.revws-review-form-criterion + .revws-review-form-criterion  + .revws-review-form-criterion + .revws-review-form-criterion{
    margin-top: 150px;
}

.revws-review-form-criterion + .revws-review-form-criterion  + .revws-review-form-criterion + .revws-review-form-criterion + .revws-review-form-criterion{
    margin-top: 200px;
}
