/*spolocne pre mobily a desktop*/
header#fs-header-navigation_container ul li {
    list-style: none;
}

header#fs-header-navigation_container section#fs-header-global-oznam-top {
    text-align: center;
    position: relative;
    background: var(--top_oznam_farba_bg);
    color: var(--top_oznam_farba_text);
    padding: 8px 0;
    display:none;/*to preto lebo jquery to riadi na zaklade cookies*/
}

header#fs-header-navigation_container section#fs-header-global-oznam-top button#close-oznam {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
    opacity: .65;
}

header#fs-header-navigation_container section#fs-header-global-oznam-top button#close-oznam svg path{
    fill: var(--top_oznam_farba_text);
}




/*mobily*/

body.small_resolution header#fs-header-navigation_container {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-top-bar {
    display:none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main {
    border-bottom: 1px solid var(--border_color_light);
    padding: 4px 0;
    background: #ffffff;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-secondary-menu {
    display:none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
    max-width: 100%;
    width:150px;
    margin-right: auto;
}

@media (min-width:350px) {
    body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
        width:180px;
    }  
}


@media (min-width:400px) {
    body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
        width:250px;
    }  
}

/*pouzivam vlastny jquery na spustenie hladania fibosearch*/
body.small_resolution header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-search > div > div{
    display: none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-search > div > i {
    font-size: 25px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-search-icon,
body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-ico-magnifier,
body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-ico-magnifier-handler,
 html:not(.dgwt-wcas-overlay-mobile-on) body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    width: 25px;
    max-width:25px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-ico-magnifier, 
body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search .dgwt-wcas-ico-magnifier-handler {
    max-width: 25px;
    height: 21px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper {
    position: relative;
    height: 37px;
    width: 120px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper ul a {
    display: block;
    margin: 0;
}


body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li {
    display: inline-block;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li i {
    color: var(--header_icons);
    font-size: 25px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#fs-header-moj-ucet {
    display:none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#fs-header-yith-wishlist{
    margin-left: 10px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header {
    margin-left: 10px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header a {
    display: block;
    background: var(--p_farba);
    border-radius: 35px;
    padding: 6px 8px;
    position: relative;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header span#cart-items {
    font-size: 12px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #000000;
    padding: 2px 6px;
    line-height: 1.1;
    border-radius: 50%;
    color: #ffffff;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header i {
    color: #ffffff;
}


body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100vw;
    z-index:999;
    background: #ffffff;
    border: 1px solid var(--border_color_light);
    padding: 15px;
    border-radius: var(--b_radius);
    font-size: 90%;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 15px 15px 50px 15px;
}


body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov {
    display: block;
    position: relative;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border-bottom: 1px solid var(--border_color_light);
    
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .obrazok-produktu {
    width: 100px;
    flex: 1;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .wrapper {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 10px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .wrapper .stock-status i {
    color: #57c15b;
    font-size: 90%;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part {
    display: block;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part a.btn {
    display: block;
    color: var(--text_btn_farba)!important;
    background: var(--btn_farba_bg)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: var(--b_radius)!important;
    padding: 8px 10px;
    position: relative;
    align-self: flex-end;
    margin-bottom: 10px;
    text-align: center;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part span.btn {
    display: block;
    color: var(--btn_farba_bg)!important;
    background: var(--text_btn_farba)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: var(--b_radius)!important;
    padding: 8px 10px;
    position: relative;
    align-self: flex-end;
    text-align: center;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free {
    margin-bottom: 10px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free i {
    color: var(--text-farba);
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free .fs-shipping-progress-wrapper {
    margin: 10px;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free .fs-shipping-progress-values {
    display: none;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free p.fs-shipping-message.free {
    color: var(--text-farba);
    background: transparent;
}

body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .mnozstvo {
    max-width: 100%;
    overflow: hidden;
}


body.small_resolution header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#responzivne_menu_btn {
    width:25px;
    margin-left: 10px;
}


body.small_resolution header#fs-header-navigation_container button.hamburger {
    background: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    display: block;
    max-width: 50px;
    width: 100%;
    height: 28px;
    cursor: pointer;
}

body.small_resolution header#fs-header-navigation_container button.hamburger span {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

body.small_resolution header#fs-header-navigation_container button.hamburger span span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--header_icons);
    transition: ease-in-out .15s;
}

body.small_resolution header#fs-header-navigation_container button.hamburger span span:before, button.hamburger span span:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--header_icons);
    transition: ease-in-out .15s;
}

body.small_resolution header#fs-header-navigation_container button.hamburger span span:before {
    margin-top: -7px;
}

body.small_resolution header#fs-header-navigation_container button.hamburger span span:after {
    margin-top: 7px;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container button.hamburger span span {
    background:transparent;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container button.hamburger span span:before {
    margin-top: 0;
    transform: rotate(-45deg);
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container button.hamburger span span:after {
    margin-top: 0;
    transform: rotate(45deg);
}




body.small_resolution header#fs-header-navigation_container div#on-mobile-sidenav {
    position: fixed;
    left: 0;
    top: 0;/*toto nastavuje jquery*/
    border:1px solid var(--border_color_light);
    border-top: 0;
    width: 280px;
    max-width: 100%;
    background: #ffffff;
    bottom: 0;
    margin-left: -100%;
    transition: ease-in-out .15s;
    overflow: auto;
    overflow-x: hidden;
    font-size: 14px;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav {
    margin-left:0;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav section#log-and-reg ul {
    margin: 0 -.75rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav section#log-and-reg ul li {
    width: 50%;
    text-align: center;
    border-right: 1px solid var(--border_color_light);
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav section#log-and-reg ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: var(--primary_nav_farba);
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul.sub-menu {
    display: none;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li {
    position: relative;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li a {
    border: 1px solid var(--border_color_light);
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
    padding: 10px 0 10px .75rem;
    line-height: 18px;
    font-size: 14px;
    padding-right: 35px;
    position: relative;
    display:block;
    color:var(--primary_nav_farba);
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav ul > li.active > a {
    background:var(--primary_nav_farba_mobile_active_bg);
    color: var(--primary_nav_farba_mobile_active);
    border: 1px solid var(--primary_nav_farba_mobile_active);
}


body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li a span.wrapper {
    position: relative;
    display: block;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li a img {
    width: auto;
    margin-right: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav > ul > li > ul > li.has-image > a span.menu-title {
    margin-left: 35px;
    display: block;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li span.arrow_down_outside {
    width: 30px;
    height: 100%;
    transition: ease-in-out .15s;
    position: absolute;
    right: 0;
    top: 0;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li span.arrow_down_outside:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--primary_nav_farba);
    border-left: 1px solid var(--primary_nav_farba);
    transition: ease-in-out .15s;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: 5px;
    margin-bottom: 3px;
    transition: ease-in-out .15s;
    position: absolute;
    right: 10px;
    top: 16px;
    transition: transform 0.3s ease;
}

body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li.active > span.arrow_down_outside:before {
    transform: rotate(45deg);
    border-color: var(--primary_nav_farba_mobile_active);
    
}


body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li span.arrow_down_inside {
    width: 30px;
    height: 100%;
    border-left: 1px solid var(--border_color_light);
    transition: ease-in-out .15s;
    position: absolute;
    right: 0;
    top: 0;
}



body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container div#on-mobile-sidenav nav ul li.active > a > span.arrow_down_inside {
    border-left: 1px solid var(--primary_nav_farba_mobile_active);
}




/*desktop*/

body:not(.small_resolution) header#fs-header-navigation_container ul li {
    display: inline-block;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-global-oznam-top button#close-oznam:hover {
    opacity: 1;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar {
    background: var(--p_farba);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar div.obal {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--top_bar_farba_text);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar ul li a {
    padding: 5px 10px;
    display: block;
    color: var(--top_bar_farba_text);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar a {
    color: var(--top_bar_farba_text);
    padding: 5px 0px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar ul li a ,
body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar a {
    transition: var(--fs_transition);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar ul li a:hover,
body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-top-bar a:hover {
    background:#ffffff;
    color: var(--p_farba);
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-logo {
    max-width: 100%;
    width:250px;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-3 div.obal {
    position: relative;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-3 div.obal div#fs-header-search {
    width: 400px;
    max-width: 100%;
    margin-left: -200px;
    position: absolute;
    left: 50%;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-search  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background:transparent!important;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper {
    position: relative;
    height: 47px;
    width: 120px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal div#fs-header-icons-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons a {
    display:block;
    margin: 0;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header {
    position: relative;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li i {
    color:var(--header_icons);
    font-size: 30px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li a:hover i {
    color:var(--header_icons_h);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header a {
    display: block;
    background: var(--p_farba);
    border-radius: 35px;
    padding: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header i {
    color: #ffffff;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header span#cart-items {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000000;
    padding: 2px 6px;
    line-height: 1.1;
    border-radius: 50%;
    color: #ffffff;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart {
    min-width: 280px;
    width: fit-content;
    position: absolute;
    right: 0;
    max-width: 100vw;
    z-index:9999;
    background: #ffffff;
    border: 1px solid var(--border_color_light);
    padding: 15px;
    border-radius: var(--b_radius);
    font-size: 90%;
    display: none;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header:hover div#navigation_small_cart {
    display: block;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov {
    display: block;
    position: relative;
    max-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border-bottom: 1px solid var(--border_color_light);
    
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .obrazok-produktu {
    width: 100px;
    flex: 1;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .wrapper {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 10px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .wrapper .stock-status i {
    color: #57c15b;
    font-size: 90%;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part {
    display: block;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part a.btn {
    display: block;
    color: var(--text_btn_farba)!important;
    background: var(--btn_farba_bg)!important;
    border: 1px solid var(--btn_farba_border)!important;
	border-radius: var(--b_radius)!important;
    padding: 8px 10px;
    position: relative;
    align-self: flex-end;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part span.btn {
    display: none;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free {
    margin-bottom: 10px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free i {
    color: var(--text-farba);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free .fs-shipping-progress-wrapper {
    margin: 10px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free .fs-shipping-progress-values {
    display: none;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart .bottom-part .finestudio-wc-cart-shipping-free p.fs-shipping-message.free {
    color: var(--text-farba);
    background: transparent;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main div.obal ul#fs-header-icons li#kosik_header div#navigation_small_cart ul.zoznam-produktov li.produkt .mnozstvo {
    max-width: 100%;
    overflow: hidden;
}



body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-secondary-menu {
    margin-right: auto;
    margin-left: 10px;
}



body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-search {
    margin-right: 20px;
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-header-main.has-elements-4 div.obal div#fs-header-search i.fs-icons {
    display: none;
}


body:not(.small_resolution) header#fs-header-navigation_container button.hamburger {
    display: none;;
}


body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu {
    border-top: 1px solid var(--border_color_light);
    border-bottom: 1px solid var(--border_color_light);
    background:var(--primary_nav_farba_bg);
}


body:not(.small_resolution) header#fs-header-navigation_container section#only-mobile-visible,
body:not(.small_resolution) header#fs-header-navigation_container section#fs-mobile-sidenav-widgets {
    display:none;
}



/*megamenu*/

/*mobily*/
body.small_resolution header#navigation_container div#on-mobile-sidenav nav {
    padding-left: 0;
    padding-right: 0;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li {
    position: relative;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li a {
    border: 1px solid var(--farba5);
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
    padding: 10px 0 10px .75rem;
    line-height: 18px;
    font-size: 18px;
    padding-right: 35px;
    position: relative;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul > li.active > a {
    background:var(--farba1);
    color: var(--farba2);
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li a span.wrapper {
    position: relative;
    display: block;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li a img {
    width: auto;
    margin-right: 0;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav nav > ul > li > ul > li.has-image > a span.menu-title {
    margin-left: 35px;
    display: block;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li span.arrow_down_outside {
    width: 30px;
    height: 100%;
    transition: ease-in-out .15s;
    position: absolute;
    right: 0;
    top: 0;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li span.arrow_down_outside:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--farba1);
    border-left: 1px solid var(--farba1);
    transition: ease-in-out .15s;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: 5px;
    margin-bottom: 3px;
    transition: ease-in-out .15s;
    position: absolute;
    right: 10px;
    top: 16px;
    transition: transform 0.3s ease;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav nav ul li.active > span.arrow_down_outside:before {
    transform: rotate(45deg);
    border-color: var(--farba2);
    
}

body.small_resolution header#navigation_container div#on-mobile-sidenav ul li span.arrow_down_inside {
    width: 30px;
    height: 100%;
    border-left: 1px solid var(--farba5);
    transition: ease-in-out .15s;
    position: absolute;
    right: 0;
    top: 0;
}

body.small_resolution header#navigation_container div#on-mobile-sidenav nav ul li.active > a > span.arrow_down_inside {
    border-color: var(--farba2);
    
}


body.small_resolution header#navigation_container div#on-mobile-sidenav ul.sub-menu {
    display: none;
}


/*desktop*/

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu nav a {
    color: var(--primary_nav_farba);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu nav a:hover {
    color: var(--primary_nav_farba_h);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu nav > ul > li > ul > li > ul a {
    color: var(--primary_nav_farba_sub_3_uroven);
}

body:not(.small_resolution) header#fs-header-navigation_container section#fs-header-main-menu nav ul > li > ul > li > ul a:hover {
    color: var(--primary_nav_farba_sub_3_uroven_h);
}

body:not(.small_resolution) header#fs-header-navigation_container div#fs-header-secondary-menu nav a {
    color: var(--primary_nav_farba);
}

body:not(.small_resolution) header#fs-header-navigation_container div#fs-header-secondary-menu nav a:hover {
    color: var(--primary_nav_farba_h);
}

body:not(.small_resolution) header#fs-header-navigation_container div#fs-header-secondary-menu nav > ul > li > ul > li > ul a {
    color: var(--primary_nav_farba_sub_3_uroven);
}

body:not(.small_resolution) header#fs-header-navigation_container div#fs-header-secondary-menu nav ul > li > ul > li > ul a:hover {
    color: var(--primary_nav_farba_sub_3_uroven_h);
}




body:not(.small_resolution) header#fs-header-navigation_container nav {
    position: relative;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > a {
    padding: 16px 5px;
    display: block;
    position: relative;
    font-weight: 500;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li.menu-item-has-children > a > span.arrow_down_inside {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    transition: ease-in-out .15s;
    display: inline-block;
    transform: rotate(-135deg);
    margin-left: 5px;
    margin-bottom: 3px;
    transition: ease-in-out .15s;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu {
    position: absolute;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    left: 0;
    right: 0;
    padding: 25px;
    top: 52px;
    background: #ffffff;
    justify-content: flex-start;
    height: 0;
    opacity: 0;
    border: 1px solid var(--border_color_light);
    transition: ease-in-out .15s;
    z-index: 1;
    min-width:780px;
    max-width: 100%;
    z-index: 999;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li.menu-item-has-children:hover > a > span.arrow_down_inside {
    transform: rotate(45deg);
    margin-bottom: -2px;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    height: auto;
    display: flex;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li{
    width: 20%;
    margin-bottom: 30px;
    margin-right: 5%;
    position:relative;
	padding-left:10px;
    overflow: hidden;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li.has-image {
    width: 20%;
    margin-bottom: 10px;
    margin-right: 5%;
    position:relative;
	padding-left:60px;
	min-height:180px;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > a > span.wrapper img{
    max-width: 100% !important;
    width: 50px;
	position:absolute;
	left:0;
	top:0;
    display:block;
}



body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > a {
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    margin-bottom:-12px;
    width: fit-content;
    min-width: 153px;
    padding: 5px 8px;
    margin-bottom: 5px;
}


body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > a > span.wrapper > span.no-image {
    display:none;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > a span.wrapper {
    display: block;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > a > img {
    width: auto;
    height: :30px;
}


body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > ul {
    margin-left: 5px;
    font-size: 90%;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > ul > li {
    display: block;
}

body:not(.small_resolution) header#fs-header-navigation_container nav > ul > li > ul.sub-menu > li > ul > li a {
    padding: 2px 10px;
}









body.small_resolution.on-mobile-sidenav-active header#fs-header-navigation_container .overlay_header {
    transform: translateX(0);
}

body.small_resolution header#fs-header-navigation_container .overlay_header {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    top: 50px;
    bottom: 0;
    z-index: -1;
    transition: ease-in-out.15s;
    transform: translateX(100%);
    background: #000000ad;
}