/*

@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #ffffff;
    }
    
    #wrapper {
        background: #000000!important 
    }

    #header, #header .header-top {
        background-color: #333333;
    }
}

*/


#wrapper {
background: #ffffff;
}

@media (max-width: 767px) {
  #wrapper {
    padding-top: 0;
    
}
}

/* col */ 
.col-4 {
width: 33.333%;
}
.col-9 {
width: 75%;
 }
.container {
width: 1366px;
max-width: 100%;
 
}
.xxl-1366 {
max-width: 1366px;
margin: 0 auto;
 margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}

@media (max-width: 767px) {
    .xxl-1366 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* checkbox */ 
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
color: #1c3661;
}



.custom-checkbox input[type=checkbox]+span {
    border: 2px #979797 solid;
    border-radius: 3px;
}

/* element tlačítka */ 
a {
color:#ea6e2b;
}
.h1, .h2, .h3, .h4, body {
color: #1c3661;
}
p {
color:  #1c3661;
line-height: normal;
}
.btn-primary, .btn-primary:hover {
background-color:  #1c3661;
border-radius: 4px;
text-transform: none;
}


#wrapper .breadcrumb {
  padding-bottom: 8px;
}

 @media (max-width:767px) {
   #wrapper .breadcrumb {
    padding-bottom: 0px;
    margin-top: 8px;
     
}
 }

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color: #ec671b;
}


/*  FIX */ 
.bold {
font-weight: 700;
}
.neon {
color:#1c3661 ;
font-weight: 700;
}
.color-main {
color:  #1c3661;
}

.color-red {
  color: #ec671b!important;
}

 

.tlacitko {
font-weight: 600;
text-transform: none;
background: #1c3661;
color: white!important;
border: 0 !important;
padding: 9px 12px!important;
margin-bottom: 16px !important;
transition: 0!important;
border-radius: 4px;
 }


/* respons */ 

 .visible-desktop {
    display: block!important;
}

 @media (max-width: 767px) {
    .visible-desktop {
        display: none!important;  
    }
}





 .visible-mobile {
    display: none!important;
}

 @media (max-width: 767px) {
    .visible-mobile {
        display: block!important;  
    }
}


#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
}



/* header */ 


.cont-header {
  position: static!important;
}


.header-banner {
padding: 9px;
background: #1c3661;
max-width: 100%;
}
.info-banner-top {
display: flex;
justify-content: space-between;
}
.currency-selector-top {
 width:auto;
margin: 0;
padding: 0;
}
#currency-selector-label {
color: #ffffff;
font-size: 14px;
}
.dropdown .expand-more {
font-size: 16px;
color: #ec671b;
font-weight: 600;
}


.dropdown .expand-more:hover {
 
color:#ec671b!important ;
 
}


.dropdown-item.active-menu-item {
  color:#ec671b!important;
  
  
}





#_desktop_currency_selector .dropdown-menu {
    left: -3px;
    min-width: 115px;
    background-color: #1c3661;
    border: 0px solid rgba(0,0,0,.15);
    padding-top: 11px;
     margin-top: 7px;
}

#_desktop_currency_selector .dropdown-menu a {
   font-size: 14px;
   font-weight: 600;
   color: #ec671b  ;
}


.currency-selector .dropdown-item {
  border-bottom: 0px!important;
}


.currency-selector .active-menu-item {
 color: #ec671b!important;
 font-weight: 800;
}
  

.currency-selector .active-menu-item::before {
    display: none;
}  


.expand-more._gray-darker,  .expand-more._gray-darker:hover {
 
 color: #ec671b!important;
  
}



#_desktop_language_selector .dropdown-menu  .active-menu-item::before  {
  
  display: none;
  
}

#_desktop_language_selector .dropdown-menu  .active-menu-item  {
  
  color: #ea6e2b!important;
  
}

#_desktop_language_selector .dropdown-menu {
    background-color: #203560;
    padding: 4px 0 14px 0;
    margin-top: 7px;
    height: auto;
    z-index: 9999;
}


#_desktop_language_selector .dropdown-menu a {
  
  
  color: #ec671b  ;
  
}


.expand-more:hover {
    
    color:#ec671b!important ;
    
}

.ui-menu-item {
    
    
    font-size: 16px;
    letter-spacing: normal;
    color: #1c3661;
}
 

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
      border-top-right-radius: 0px;
       border-top-left-radius: 0px;
}


.searchbar-autocomplete {
    background: #f3f3f3;
}


.ui-corner-all {
  
} 


@media (max-width:767px) {
  #_mobile_currency_selector {
    background: #f3f3f3;
    text-align: right;
        padding-right: 17px;
  }
  #currency-selector-label {
    color:  #1c3661;
     
}
.dropdown select {
    color:  #1c3661;
    border-radius: 4px;
    padding: 0 8px;
}






}



@media (max-width: 767px) {
    #wecmsbanner {
        display: block;
        overflow-x: auto; 
        white-space: nowrap;  
        padding-right: 0;
        -webkit-overflow-scrolling: touch;  
        padding-bottom: 10px;  
        margin-bottom: -10px; 
    }

    #wecmsbanner p {
        display: inline-block;  
        min-width: 100%;  
        font-size: 14px!important;
    }
    
     #wecmsbanner::-webkit-scrollbar {
        display: none; /* Skryje scrollbar pro WebKit (Chrome, Safari, atd.) */
    }

    
}





/* END */ 

#wecmsbanner {
 display: flex;
justify-content: flex-start;
width: auto;
margin: 0;
padding: 0;
padding-right: 24px;
align-items: center;
flex-direction: row;
}
#wecmsbanner span {
margin: 0 12px;
font-weight: 600;
color: #ffffff;
margin-right: 0;
}
#wecmsbanner p {
font-size: 14px;
font-weight: 600;
}

@media (max-width: 991px) {
  #wecmsbanner p {
    font-size: 11px;
    
}
}


#wecmsbanner a {
color: #ec671b!important;
font-weight: 600;
text-transform: none;
}
.header-banner p{
line-height: 18px;
margin: 0;
text-align: left;
color: white;
text-transform: uppercase;
}
#header .logo {
max-width: 100%;
height: auto;
margin-left: 15px;
 }
@media (min-width: 768px) {
.mobile-search #search_widget {
display: none;
}
}
@media only screen and (min-width: 768px) {
#search_widget {
min-width: 16.5rem;
}}
#_desktop_logo {
    position: absolute;
    top: -104px;
    padding: 0;
    padding: 0;
    margin: 0;
    max-width: 280px;
}



@media (min-width: 768px) and (max-width: 991px){
    #_desktop_logo {
   /*RN*/
    display: none;
}
    
.right-nav-top {
   
    width: 100%!important;
    
}
    
    
}


.search-line {
     min-width: 450px!important;
    position: absolute;
    left: 0;
}


@media (max-width: 1280px)  {
       .search-line  {
     min-width: 350px!important;
}}


@media (max-width: 1180px)  {
       .search-line  {
     min-width: 250px!important;
}}



@media (max-width: 991px) {
    .search-line {
     min-width: auto!important;
     margin-left: 15px;
}}


@media (max-width: 767px) {
    .search-line {
    min-width: 94%!important;
    position: relative;
    margin-left: 0;
    margin: 0 auto;
    
}

.sale-top-menu {
    padding: 0;
    margin: 0;
}




}

.right-nav-top {
 width: 75%;
float: right;
}
 


#search_widget form input {
   
    background-color:#f3f3f3!important;
    
}

#search_widget .search {
     padding: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03c7be;
    color: white;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#search_widget form input {
padding: 14px 20px 12px 40px;
border-radius: 4px;
overflow: hidden;
}
#header .header-nav {
max-height: 50px;
border-bottom: #F6F6F5 0px solid;
margin-top: 44px;
 margin-bottom: 40px;
}


@media (max-width: 767px) {
#header .header-nav {
    max-height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 0 4px 0;
    background: #ffffff;
    border-bottom: 2px solid #f3f3f3;
}

#search_widget form input {
    padding: 14px 20px 12px 22px;
     
}

}


 .font-ex {
     letter-spacing: normal;
     font-size: 16px!important;
     font-weight: bold;
     color: #1c3661;
     
     
     
 } 
 
 #header {
    
    color: #757575;
    box-shadow: none;
     
}
.home-icon {
    width: 48px;
    position: absolute;
    top: -1px;
    bottom: 0;
    background: #f3f3f3;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    height: 62px;
    z-index: 999;
}
@media (max-width: 767px) {
  .home-icon {
    display: none;
  }
}

/* menu IMG */

/* 
#_desktop_top_menu > ul > li:nth-child(1),
#_desktop_top_menu > ul > li:nth-child(2),
#_desktop_top_menu > ul > li:nth-child(3),
#_desktop_top_menu > ul > li:nth-child(4),
#_desktop_top_menu > ul > li:nth-child(5),
#_desktop_top_menu > ul > li:nth-child(6) {
 
    background-size: 24px;
     background-repeat: no-repeat;
    background-position: center top;
}

 
#_desktop_top_menu > ul > li:nth-child(1),
#_desktop_top_menu > ul > li:nth-child(3),
#_desktop_top_menu > ul > li:nth-child(4),
#_desktop_top_menu > ul > li:nth-child(5),
#_desktop_top_menu > ul > li:nth-child(6) {
background-image: url(/obrazky/kategorie/img-top-test.png);
   
}


#_desktop_top_menu > ul > li:nth-child(2) {
background-image: url(/obrazky/kategorie/prut.png);
    
}

*/ 


#_desktop_top_menu > ul > li {
     margin-left: 26px;
}



.top-menu .dropdown-item {
    padding-top: 15px!important;
    color: #1c3661!important;
    text-transform: none!important;
    padding-bottom: 15px!important;
}

@media (max-width: 1120px) {
  #_desktop_top_menu > ul > li {
    margin-left: 24px;
}
}

@media (max-width: 870px) {
  #_desktop_top_menu > ul > li {
    margin-left: 0px;
}
}



/* menu + FIX  desk */ 
@media (min-width: 768px) {
.header-top  {
border: 1px solid  #f3f3f3;
 
}
.header-top {
transition: opacity 1s ease-in-out; /* Přidání přechodu pro opacity */
opacity: 1; /* Menu je neprůhledné při načtení stránky */
width: 100%; 
z-index: 1000; 
position: relative;
    padding-top: 10px!important;
    padding-bottom: 0px!important;
   


}
.header-top.scrolling {
opacity: 1; /* Poloprůhlednost menu při skrolování, než dosáhne fixní pozice */
transition: 2s;
}
.header-top.fixed {
position: fixed;
top: 0;
opacity: 1; /* Neprůhlednost po dosažení fixní pozice */
transition: opacity 1s ease-in-out; /* Přidání přechodu pro opacity */
min-width: 100%;
background:#FFF;
}
#header .header-top .menu {
padding-left: 0;
margin-left: 48px;
}





 

.dropdown-item {
  position: relative;
}


.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 4px;
    margin-right: 12px;
}




.js-top-menu a:hover {
  color: #1c3661!important;
  transition: .25s;
}


.sub-menu  .dropdown-item  {
  padding-top: 18px!important;
}







/* MEGA MENU */ 

 
 a[data-depth="1"] {
    
  
    font-size: 14px;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 0!important;
}

 .dropdown-item[data-depth="1"] {
   padding-top: 12px!important;
    padding-bottom: 0!important;
        line-height: 24px;
        border-bottom: 0px!important;
}




a[data-depth="2"] {
    
     
    font-size: 12px;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 0!important;
}

 .dropdown-item[data-depth="2"] {
    padding-top: 8px!important;
    padding-bottom: 0!important;
}


a[data-depth="3"] {
    
    
    font-size: 8px;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 0!important;
}

 .dropdown-item[data-depth="3"] {
    padding-top: 0px!important;
    padding-bottom: 0!important;
}

a[data-depth="4"] {
    
    
    font-size: 7px;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 0!important;
}

 .dropdown-item[data-depth="4"] {
    padding-top: 0px!important;
    padding-bottom: 0!important;
}

 a[data-depth="5"] {
    
    
    font-size: 6px;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 0!important;
    padding-top: 18px;
}

 .dropdown-item[data-depth="5"] {
    padding-top: 0px!important;
    padding-bottom: 0!important;
}

 
 .dropdown-item[data-depth="2"] {
   display: none 
}

 .dropdown-item[data-depth="3"] {
   display: none 
}



.dropdown-item[data-depth="2"],
.dropdown-item[data-depth="3"],
.dropdown-item[data-depth="4"],
.dropdown-item[data-depth="5"] {
    display: none   
}




 
.plus-menu {
    cursor: pointer;
    margin-left: 5px;
    right: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #1c3661;
    color: white;
    font-weight: 800;
    font-size: 18px;
    border-radius: 4px;
    line-height: 16px;
    padding: 1px;
    top: 14px;
}




}











@media (max-width: 767px) {
  #header .header-top {
   padding-bottom: 0;
}
}



/* BLOK PRODUKTY V MENU */ 


#product .resp-js-product {
  padding-left: 0;
}

#product .js-product-miniature {
  justify-content: left;
}

.section-saletop .resp-js-product {
    padding-top: 15px!important;
    width: 15%!important;
}

 .section-saletop .product-title a {
   color: #1c3661!important;
   font-size: 14px!important;
 }
 
 
 .section-saletop #product-availability {
   display: none;
 }
 
 .section-saletop .wishlist-button-add {
   display: none;
 }

.sale-top-menu {
 display: flex;
min-width: 100%;
width: 100%;
justify-content: space-between;
}
.sale-top-menu .section-saletop {
 margin-top: 0 !important;
}
.sale-top-menu .prod-top-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    padding-bottom: 44px;
    max-width: 1336px;
    margin: 0 auto;
    top: 62px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.sale-top-menu .top-menu-link-sale {
margin: 0;
}
.sale-top-menu  .close-prod-top-menu {
display: block;
}
.close-prod-top-menu {
display: none;
}



.top-menu-link-sale {
    display: flex;
    flex-wrap: wrap;
     position: relative;
    cursor: pointer;
     
    
}

.line-1 {
    min-width: 100%;
    float: left;
 }
 

.open-sale-menu {
    position: absolute;
    right: 0;
    top: 25%;
    transform: rotate(90deg);
    font-size: 24px;
    font-weight: 800;
    color: #1c3661;
}


.tl-slevy-top {
  position:absolute;
  right: 15px;
  bottom: 0;
}


@media (max-width: 1279px) {
    .sale-top-menu .section-saletop  {
        display: none;
    }
}




/* END  - BLOK PRODUKTY V MENU */ 
/* TABS HP */ 
.products-top-hp {
position: relative;
padding-bottom: 64px;
 
 }

.products-top-hp .tlacitko {
  right: 0;
  margin-bottom: 0!important;
      font-size: 16px;
    font-weight: 600;
}


.tabs-title-hp {
 display: flex;
justify-content: space-between;
align-items: flex-end;
border-bottom: 1px solid #f3f3f3;
margin-bottom: 24px;
}
.tabs-item.active {
border-bottom: 3px solid #1c3661;
color: #1c3661;
}
.tabs-item {
cursor: pointer;
display: inline-block;
margin-right: 24px;
font-size: 18px;
color: #757575;
text-transform: none !important;
padding-bottom: 8px;
margin-bottom: 0;
position: relative;
bottom: -1px;
padding-top: 10px;
}
.items-tabs-hp {
opacity: 0;
visibility: hidden;
max-height: 0;   
overflow: hidden;   
transition: opacity 0.5s, visibility 0.1s, max-height 0.0s;   


 }
.items-tabs-hp.active {
opacity: 1;
visibility: visible;
max-height: 1000px;   
}


@media (max-width: 991px) {

.products-top-hp {
    
    padding-bottom: 0px;
}}

@media (max-width: 767px) {
  
  .tabs-title-css {
    border: 0px solid red;
        font-size: 14px!important;
        padding-left: 12px!important;
    padding-right: 12px!important;
   
  }
  
}


/* FOOTER */ 
#footer {
padding-top: 0rem;
}
.container-full-top {
    width: 100%;
    min-width: 100%;
    background: #ec671b;
}
.container-full {
    width: 100%;
    min-width: auto;
    max-width: 1366px;
    padding-left: 30px;
     padding-right: 30px;
}
.blockreassurance {
padding-top: 18px;
text-align: center;
width: auto;
} 
.block-reassurance-top {
max-width: 1366px;
margin: 0 auto;
float: none;
}
.footer-container {
padding-top: 0rem;
background:  #1c3661;
}
.cms-footer-desc {
min-width: 100%;
float: left;
}
.wecms-title-info {
min-width: 100%;
 
float: left;
margin-bottom: 8px!important;
color: #1c3661 ;
}
.wecms-tel {
color: #ec671b!important ;
}
.wecmsbanner-footer {
border-bottom: 1px solid #505050!important;
display: flex;
justify-content: space-between!important;
padding: 18px 0px 18px 0!important;
margin-bottom: 18px!important;
 }


.wecmsbanner-footer .wecms-title-info {
  
  color: white;
  font-weight: bold;
}


.wecmsbanner-footer .wecms-tel {
  color: white;
  font-weight: bold;
}

#footer .links .title {
     
    border-bottom: 0px solid #505050;
}
 
 

.wecmsbanner-footer .col-md-3 {
  
  padding-right: 0px;
    padding-left: 0px;
  
}

.cms-contact-le {

padding-left: 15px!important;
  
}

@media (max-width: 767px) {
.wecmsbanner-footer {
    padding: 18px 0px 18px 10px!important;
    border-bottom: 0px solid white!important;
    margin-bottom: 18px !important;
    display: flex;
    flex-direction: column;
}

#footer #block-newsletter-label {
  font-size: 14px;
}

 


.logo-foooter {
margin-right: 24px;
}
#footer  .footer-reassurance {
max-width: 100%;
display: block;
 text-align: left;
border-bottom: 1px solid white;
padding: 15px;
}

.block-icon {
  display: none!important;
}

.blockreassurance {
    padding-top: 0;
   
}


.cms-contact-le {
    padding-left: 0!important;
    margin: 18px 0;
}


#footer .col-md-6 {
    padding: 0 8px 0 7px!important;
     
}
 
#footer .navbar-toggler {
     
    color: white;
}




.footer-container .links .h3 {
   
    line-height: normal;
    
}


.footer-container .links ul>li a {
    color: #ffffff;
    padding-left: 16px;
}

.footer-container .links ul>li {
    padding: .625rem;
    font-weight: 600;
    border-bottom: 0px solid  #606060;
    color: white;
}
.footer-container .links ul {
   
    background-color:  #1c3661;
}


.block_newsletter .col-xs-12 {
  padding-left: 7px;
  padding-right: 7px;
}


.logo-pay img {
    margin-left: 0!important;
    max-height: 10px!important;
}

#footer .text-sm-center {
  font-size: 10px;
}

#footer .text-sm-center a {
  font-size: 10px;
}

}








#footer .blockreassurance .block-icon, .blockreassurance .block-icon img, .blockreassurance .block-icon svg {
height: 35px;
}
#footer .blockreassurance .block-title {
color: white;
font-size: 16px;
text-align: left;
padding-left: 12px;
}
#footer .blockreassurance p {
font-size: 14px;
color: white;
}


.footer-reassurance  {
      display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


 
#footer .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    color: #ea6e2b;
}

.l-gdpr:hover {
  color: #ea6e2b;
}


.footer-container .h3, .footer-container .h4 {
color: white;
}
.footer-container li a {
color: white;
}
.footer-container li a:hover {
color: #ea6e2b;
}
#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
color: #ffffff;
}
#footer #contact-infos {
color: white;
line-height: 25px;
}
.block_newsletter {
background: none;
color: white;
margin-top: 24px;
}
.block_newsletter #block-newsletter-label {
font-size: 17px;
line-height: unset;
color: #ffffff;
padding: 0;
}
#footer .psgdpr_consent_message {
color: #7a7a7a;
font-size: 0.75rem;
}
#footer .block_newsletter .page-content.page-cms ul, #footer .block_newsletter p, .page-content.page-cms #footer .block_newsletter ul {
padding-top: 0rem;
}
#footer .gdpr_consent {
margin-top: 4px;
}
.footer-copy {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
}

@media (max-width: 991px)  {
 .footer-copy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
  
  .footer-copy   .text-sm-center {
    text-align: left!important;
}
  .logo-pay img {
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 8px;
}
}


.silver {
color:  #757575;
font-size: 0.75rem;
}
.logo-pay img {
margin-left: 12px;
}
#footer .links {
padding: 0;
}

.block_newsletter form input[type=email] {
    
    border-radius: 4px;
}

/*  Dlaždice náhledy produktů */ 
@media (min-width:1280px) {
.resp-js-product {
width: 25%!important;
padding-top: 18px;
 
 }
#product .resp-js-product {
width: 19%!important;
margin-right: 1%!important; 
margin: 0;
padding: 0;
 
}
#index .resp-js-product {
width: 20%!important;
padding: 0;
 }
#index .products-cate-hp .resp-js-product {
padding-left: 15px;
padding-right: 15px;
}
}
.product-miniature .thumbnail-container {
border: 1px solid #f3f3f3;
border-radius: 4px;
}
.product-miniature .product-description {
padding: 16px;
}
.product-image-container {
position: relative;
width: 100%;
height: auto;
}
.product-image-container img {
width: 100%;
height: auto;
vertical-align: middle;
}
.secondary-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s;
}
.primary-image_top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s;
}
.secondary-image {
opacity: 0;
}
.product-image-container:hover .primary-image {
opacity: 0;
}
.product-image-container:hover .secondary-image {
opacity: 1;
}
.reviews-list {
 
float: left;
min-width: 100%;
position: relative;
text-align: left;
}
.product-list-reviews {
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
z-index: 90;
padding: 9px;
position: relative;
top: 0;
}
.product-miniature .product-title a {
    font-size: 16px;
    font-weight: 600;
    color: #1c3661;
    text-align: left;
    white-space: normal;
}
.product-miniature .product-title {
margin-top: .7rem;
text-align: left;
margin-bottom: 10px;
    text-transform: none;
    display: flex;
    border: 1px solid white;
}
.dostupnost {
    color: #1c3661;
    font-size: 11px;
    letter-spacing: 1px;
}
.vyprodano {
    color: #b4b4b4;
    font-size: 11px;
}
.js-product-availability {
font-size: 14px;
font-weight: normal!important
}
.product-miniature .product-price-and-shipping {
color: #1c3661;
text-align: left;
margin: 0px 0 12px 0;
}
.product-price-and-shipping .price {
color: #1c3661;
}
.product-without-taxes {
font-size: 14px;
margin-bottom: 12px;
/* RN */ 
display: none;
}
#ets_addToCart {
text-transform: none;
background: #f3f3f3;
color: #1c3661;
border: 0!important;
padding: 12px 8px;
transition: 0s;
 
transition: .5s;
}
#ets_addToCart:hover {
 
color: black;
transition: 0s;
}
.products article  .wishlist-button-add {
top: auto;
z-index: 10;
bottom: 16px;
height: 44px;
background-color: #f3f3f3;
box-shadow: none;
border-radius: 4px;
right: 13px;
}
.wishlist-button-add:hover {
opacity: 1!important;
}
.wishlist-button-add i {
color: #ec671b!important; 
}
.wishlist-button-add i:hover {
color: #ec671b!important; 
animation: pulse 1s infinite;
opacity: 1;
color: #f03838;
}
@keyframes pulse {
from {
transform: scale(1);
}
to {
transform: scale(1.1);
}
}


 @media (max-width: 767px) {
   #category .resp-js-product {
     margin-bottom: 24px;
     max-width:48%;
     padding-left: 0;
     padding-right: 0;
   }
   
   #category .products {
     
    justify-content: space-between!important;
}
   
 }
  
 


/* LEFT MENU */ 
.block-categories .h6 {
font-size: 16px;
font-weight: 600;
margin-bottom: 30px;
margin-top: 21px;
 }



#category .block-categories .h6 {
font-size: 20px;
font-weight: 800;
 
margin-top: 21px;
 
}

.grower {
position: absolute;
width: 36px;
height: auto;
text-align: right;
font-weight: bold;
 
cursor: pointer;
max-width: 45px;
display: block;
right: 0;
padding: 0;
display: flex;
justify-content: space-around;
align-items: center;
border-left: 1px solid  #1c3661;
transform: 1px;
transform: translate(0px, 10px);
}
.grower:before {
content: "+";
color: #1c3661;
}
span.grower.OPEN:before {
content: "-";
}
.block-categories li a {
 
 
 
font-size: 16px;
padding: 8px 34px;
text-transform: none;
transition: 0.25s;
border: 1px solid #c0c0c0;
border-radius: 4px;
margin-bottom: 8px;
display: block;
    
}


 

.block-categories li li a {
font-weight: normal;
 
margin-left: 16px;
font-size: 16px;
 
}
.selected {
background: #1c3661;
}
.cate-cook-link {
color: navy!important; 
background-color: #1c3661;
color: #41444B;
font-weight: 500;
font-size: 0.875rem;
padding: 8px 34px;
text-transform: none;
transition: 0.25s;
border: 1px solid #41444B
}
.cate-cook-link:hover{
color: #000000;
background-color: #1c3661;
transition: 0.25s;
border: 1px solid #41444B
}
.cook-cate {
position: relative;
padding: 0px 0 18px 0px;
background: none;
}
.block-categories li a.selected {
text-decoration: none;
color: white!important;
}
a.selected {
padding-left: 12px!important;
}

.pagination .next {
     color: #03c7be;
}
/* faset */ 
#search_filters, #search_filters_brands, #search_filters_suppliers {
padding: 0;
background: none;
}
#search_filters .facet .facet-title {
border-bottom: 1px solid #c0c0c0;
text-transform: uppercase;
padding-bottom: 12px;
margin-top: 8px;
}
 
#search_filters .ui-widget-header {
background: #ec671b;
}
#search_filters .facet .facet-title {
width: auto;
    line-height: normal;
}


#search_filters .h6 {
  font-size: 20px;
      font-weight: 800;
}


#_desktop_search_filters_clear_all .tlacitko {
  background: #ec671b;
}

.active_filters .filter-block {
    
    border-radius: 4px;
    font-weight: 600;
}

.active_filters .active-filter-title {
  font-weight: 600;
}

.ui-slider-horizontal {
max-width: 98%;
}
.active_filters {
background: #ec671b;
float: left;
min-width: 100%;
border-radius: 4px;
}
.active_filters .active-filter-title {
color: white;
}
.subcategory-name {
min-width: 100%;
}
/* subcategory */ 
.block-category {
min-height: auto;
margin-bottom: 0;
 }
#category .card-block {
margin: 0;
padding: 0;
 padding-top: 22px;
}

#subcategories {
    
    border-top: 0px solid #f6f6f6;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    min-height: 62px;
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: normal!important;
}


#subcategories ul li .subcategory-image a:hover {
     
     font-weight: normal!important;
     color: #747474;
}



#js-product-list-top {
    border-radius: 4px;
    margin: 12px 0;
    background: #f3f3f3;
    margin-bottom: 24px;
    float: left;
    min-width: 100%;
}
.products-sort-order  {
margin: 6px 0;
padding-right: 7px;
margin-top: 8px;

}
.products-selection .total-products, .products-selection h1 {
padding-top: 16px;
}


.total-products p {
  color: #7a7a7a;
}

.block-category h1 {
font-size: 20px;
font-weight: 800;
 }
#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
color: #1c3661;
}
#subcategories ul li:hover .subcategory-image a {
padding: 9px;
border: 1px solid #1c3661;
}
#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
    justify-content: flex-start;
}
#subcategories ul li {
width: calc(100%/4 - 20px);
min-width: 200px;
margin: 10px;
text-align: center;
margin-right: 0;
}
.breadcrumb a {
color:#1c3661!important  ;
}
.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
padding-top: 8px;
padding-bottom: 8px;
    border: 0px solid rgba(0,0,0,.25);
    border-radius: 4px;
    color: #7a7a7a;
    
}
#category-description {
padding-top: 10px;
}


@media (max-width: 767px) {
 
.subcategory-name {
  font-size: 12px;
}

#js-product-list-top {
    padding: 12px 0px;
}



.products-selection .showing {
    padding-top: 5px;
    min-width: 100%;
    text-align: left;
    font-size: 11px;
    padding-left: 19px;
}


#search_filter_controls .btn-secondary {
  
  background: #03c7be;
  font-weight: 700;
  color: white;
   border-radius: 4px;
  
}

#category #left-column #search_filters_wrapper {
    margin-right: 0;
    margin-left: 0;
}

#category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
}
#category #left-column #search_filters .facet ul li {
    padding: 8px;
   
}

.js-search-filters-clear-all {
  font-weight: 700;
  background: #ec671b;
  text-transform: uppercase;
  font-size: 16px;
}

#search_filters .collapse  {
  
  
      margin: 16px 0;
  
}
#search_filters .facet .facet-title {
    border-bottom: 0px solid #c0c0c0;  
    
}


}












/* Styly pro tlačítko "zobrazit více" */
.btn-show-more {
    cursor: pointer;
    color: #1c3661;
    background: none;
    border: none;
    padding: 0;
    
}

 



.product-miniature .highlighted-informations {
text-align: left;
padding-left: 12px;
}
.product-miniature .variant-links {
text-align: left;
}
.product-miniature .highlighted-informations .quick-view {
    font-size: 14px;
    padding-left: 3px;
    line-height: normal;
    /* color: red; */
}


@media (max-width: 767px) {
  #category .card-block {
   
    padding-top: 0;
}
}


/* detail */ 

.product-popis {
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.product-popis .product-description {
  width: 65%;
  padding-right: 12px;
 
}


.product-popis .product-parametry {
  width: 35%;
  padding-left: 12px;
}


.product-popis .product-features {
    margin-top: 0;
    margin-left: 0;
}


.product-description p {
  font-size: 1rem;
}

.product-description ul {
  list-style: none;  
    padding-left: 12px;  
    
}


.product-description li {
      margin-bottom: 18px;
    line-height: normal;
}
 

.product-description  ul li::before {
   content: "•"; 
    color: #1c3661;  
    display: inline-block; 
    width: 1em;  
    margin-left: -1em;  
}

  
  
  .product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    margin-right: 0;
    
    
}




    .product-features>dl.data-sheet dt.name {
    border-top-left-radius: 4px ;
     border-bottom-left-radius: 4px ;
    
}


  .product-features>dl.data-sheet dd.value {
    border-top-right-radius: 4px ;
     border-bottom-right-radius: 4px ;
    
}
  
  
  .definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even), .product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #e3e3e3;
}
  


.product-actions .control-label {
    
    color: #7A7A7A;
    font-weight: normal;
    font-size: 15px;
    
}

#product .input-color {
     
    width: 50px;
    height: 50px;
   
}
 
 
 
 #product .product-variants>.product-variants-item .color {
     
    width: 50px;
    height: 50px;
}

.product-customization .product-customization-item, .product-variants>.product-variants-item {
    margin: 8px 0;
     padding-left: 0;
    padding: 8px 8px 0 8px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
}

 .product-variants-item .radio-label {
    background: #f3f3f3;
    color:#1c3661 ;
    font-weight: 600;
    border: 0!important;
    padding: 6px;
    border-radius: 4px;
    
}

.comments-note, link-comment a, post-product-comment a, link-comment a {
    color: #1c3661;
    font-size: 15px;
    font-weight: normal;
}

.product-comments-additional-info {
    align-items: baseline;
}


.link-comment {
    color: #1c3661;
    font-weight: normal;
    font-size: 15px;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #ec671b;
    background: #ec671b;
    color: white;
}

#product #content {
max-width: 100%;
 }
.container-detail {
 display: flex;
justify-content: space-between;
align-items: center;
 
padding-top: 24px;
}
.price-theme {
    margin-top: 0px;
    padding-top: 12px;
}
.product-price-wtax {
 display: flex;
margin-bottom: 0!important;
align-items: baseline;
}
.text-tax {
 margin-left: 8px;
text-transform: none;
padding: 0;
margin-bottom: 0!important;
/*RN*/ 
display: none;
}
#product .product-price {
color: #1c3661;
font-size: 22px;
font-weight: 800;
margin-bottom: 0;
line-height: inherit;
margin-bottom: 0!important;
}
.product-prices .tax-shipping-delivery-label, .cena-bez-dph span, .cena-bez-dph {
font-size: 12px;
color: #707070;
}
#product .current-price {
margin-bottom: 0;
}


#category .product-discount {
    margin: 0;
    padding: 0 0 12px 0;
    
    display: flex;
    align-items: baseline;
}

.flag-price {
    background: #ec671b;
    color: white;
    font-weight: bold;
    padding: 0 4px;
    border-radius: 4px;
}
.product-quantity #quantity_wanted {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.product-quantity .input-group-btn-vertical .btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.prod-availability {
color: #1c3661;
font-weight: bold;
}
.product-quantity .add, .product-quantity .qty {
margin-bottom: 0;
}

@media (max-width: 991px) {
    .container-detail {
 display: block!important;
 
}





}

.container-detail {
 display: flex;
justify-content: space-between;
align-items: center;
 padding-bottom: 24px;
padding-top: 24px;
}


@media (max-width: 767px) {
  .link-comment {
     
    font-size: 12px;
}
}


/* END */ 
/* související produkty DEtail produkt */ 
 

 
.center-prod {
    display: flex;  
    justify-content: space-between;  
    align-items: flex-start;  
}

.left-prod {
    position: -webkit-sticky;  
    position: sticky;
    top: 70px;  
    align-self: flex-start; 
}

 
@media (max-width: 767px) {
  .center-prod {
    display: block; 
    
    
}


.product-variants>.product-variants-item select {
    max-width: 100%;
}

.form-control:focus {
     
    outline: .1875rem solid #1c3661;
}




.left-prod {
    position: -webkit-relative;  
    position: relative;
    top: auto;  
    align-self: flex-start; 
    margin: 0;
    padding: 0;
}

#product .h1 {
  margin-top: 8px;
}

 #product .product-quantity {
   align-items: center;
}
 
  .product-add-to-cart .wishlist-button-add {
    height: 20px!important;
    width: 20px!important;
   
    background-color:white!important;
     
}
  
 
  
  
  
.product-popis {
    display: block;
    min-width: 100%;
    
}



.product-popis .product-description {
  width: 100%;
  padding-right: 0px;
   
 
}


.product-popis .product-parametry {
  width: 100%;
  padding-left: 0px;
   
}


 
  
}

 
 
 
 .product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #ec671b 3px solid;
}
 
.accessories-main {
  
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  
 
 
.delivery-final p {
    background: #f3f3f3;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
}

/* Styly pro doplňky */
.accessories-detail,
.accessories-js,
.box-accessories,
.accessories-image,
.accessories-description,
.accessories-left,
.accessories-button {
     
}

 
 

.accessories-js {
    width: 49%!important;
    float: left;
    border: 2px solid #f3f3f3;
    margin: 1% 0;
    border-radius: 4px;
}

.box-accessories  {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    border: 0!important;
    
    margin: 8px!important;
    
}

.box-accessories   .product-title {
min-height: auto;
}
.box-accessories .add-to-cart-button {
float: none;
}
.box-accessories    .product-description {
min-height: auto;
}
.box-accessories .product-image-container {
min-height: auto;
}

@media (max-width: 767px) {
 
.accessories-image {
    
    padding-bottom: 10px;
    
}
.accessories-button {
    
    top: auto!important;
}

.delivery-final p {
    
    font-size: 10px;
}

}


.accessories-main .product-description {
    padding: 0;
}

.accessories-description {
  
    display: flex;
    
}
.accessories-image {
    width: 35%;
    float: left;
    padding-right: 12px;
}

.accessories-main .wishlist-button-add  {
    display: none!important;
    
}

.accessories-left
{
    width: 100%;
    display: flex;
}


.accessories-button {
    width: auto;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}


.accessories-left {
    flex-wrap: wrap;
}

.accessories-button {
    justify-content: center;
        display: flex;
    align-items: center;
}

.accessories-description .product-title {
    font-size: 15px;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.accessories-description .product-title a {
    color: #1c3661;
    font-size: 14px;
    line-height: 16px;
    float: left;
}

 
 
 .accessories-main .product-description::after {
    border-top: 0!important;
    
}
 

.box-accessories #ets_addToCart {
    padding: 8px 8px;
    margin-bottom: 0!important;
    
}


.box-accessories #ets_addToCart {
    font-size: 0; /* Skryje text uvnitř tlačítka */
    position: relative; /* Nastaví tlačítko jako referenční bod pro absolutní pozicování pseudoelementu */
}

.box-accessories #ets_addToCart::before {
    content: "+"; /* Přidá znak "+" */
    font-size: 16px; /* Nastaví velikost fontu pro znak "+" */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centruje znak "+" uprostřed tlačítka */
}

.box-accessories #ets_addToCart {
    background:  #1c3661;
    color: white;
}

.title-accessories {
    color: #1c3661 ;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: 24px;
}


.product-add-to-cart .wishlist-button-add {
    
    height: 45px;
    width: 45px;
    min-width: auto;
     
    background-color: #f3f3f3;
    box-shadow: none;
    border-radius: 4px;
    
    
}

/* TABS detail produkt  */ 
.tabs {
padding: 24px 0;
}

#product .product-manufacturer {
    margin: 0px 0 14px 0;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
   
    border-bottom: #1c3661 3px solid;
}

.tabs .nav-tabs .nav-link.active {
    color: #1c3661;
}


@media (max-width: 767px) {
  .mobile-tabs {
    
    display: flex; 
    overflow-x: auto;  
    white-space: nowrap;  
  }
  
  .mobile-tabs li {
    
    display: inline-block;  
    white-space: normal; 
      display: inline-block;  
    white-space: nowrap; 
     
  }
  
   .mobile-tabs::-webkit-scrollbar {
        display: none;  
    }
    
   .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: #1c3661 5px solid;
}

#product .featured-products {
  margin-top: 64px!important;
}


#product  .products {
  justify-content: left!important;
}


}


 
/* recenze */ 


.product-comments-list-footer {
  border: 1px solid red;
  
  
}


.btn-comment, .btn-comment-inverse {
     
    box-shadow: none!important
    
}


.btn-comment {
 
 height: auto;
  
}



.btn-comment-inverse {
    background-color: #ffffff!important;
    color: #1c3661!important;
    border: 1px solid #1c3661;
}


#product-comments-list-header  {
padding: 24px 0;
border-top: #f6f6f6 2px solid;
align-items: center;
}
.we-title {
color: #1c3661;
font-size: 22px;
font-weight: 700;
}

#product .we-title {
     max-width: fit-content;
    border-bottom: 3px solid #1c3661;
    padding-bottom: 2px;
    line-height: normal;
}


#product-comments-list {
display: flex;
justify-content: space-between;
}
.product-comment-list-item {
width: 24%;
border: 1px solid #f3f3f3 ;
float: none;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.product-comment-list-item .comment-infos {
min-height: 74px;
min-width: 100%;
}
.product-comment-list-item .comment-content p {
letter-spacing: normal;
font-size: 15px;
}
.comment-date, .report-abuse {
display: none;
}


 @media (max-width: 991px) {
    #product-comments-list {
        overflow-x: auto; /* Přidáno pro scrolování */
        white-space: nowrap; /* Zajistí, že položky zůstanou na jednom řádku */
        
        
    }
    
    #product-comments-list {
    
    scrollbar-width: none;  
    -ms-overflow-style: none; 
}

#product-comments-list::-webkit-scrollbar {
    display: none;  
}
    
     

    .product-comment-list-item {
        width: calc(50% - 10px);  
        margin-right: 10px; 
        display: inline-block;  
    }
    
    #product .btn-comment {
 
 margin-right: 20px;
  
}
}


.prod-vyber::-webkit-scrollbar, .prod-hp-box::-webkit-scrollbar {
    display: none;  
}


.prod-vyber-list, .prod-hp-box {
    
    scrollbar-width: none;  
    -ms-overflow-style: none; 
}

/* END */ 
/* _blockreassurance top */
.main-block-row {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: space-between;
    scrollbar-width: none; /* for Firefox */
    -ms-overflow-style: none; /* for Internet Explorer and Edge */
}

.main-block-row::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}








.main-block {
    padding: 40px 0 64px 0;  
}

 
.block-item {
    border: 1px solid #f3f3f3!important;
    flex: 1;
    padding: 12px;
    max-width: 24%;
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
}
.media-box {
 display: flex;
justify-content: space-around;
min-width: 100%;
}
.img-uj {
    width: 15%;
    display: flex;
    align-items: baseline;
    padding-top: 6px;
}
.media-body {
width: 65%;
 }
.media-body .bold {
margin-bottom: 8px;
}
.media-body .silver {
margin-bottom: 0px;
}
.main-block .contact {
font-size: 18px;
float: left;
padding: 2px 0 0;
}
.main-block .neon {
font-size: 12px;
}
@media (max-width: 991px) {
.main-block-row {
    display: block;
   
}
.block-item {
float: left;
width: 48%;
max-width: 48%;
margin: 1%;
 min-height: 118px;

}

.main-block {
    padding: 0px 0 24px 0;
   
}

}
/* SLIDER */ 


.carousel .carousel-inner {
    height: auto;
}


.carousel {
      margin-bottom: 0;
  
  
}


.carousel-inner {
  margin: 0;
}

.posuvnik-obrazku {
    
    position: relative;
}


.carousel .carousel-item .caption {
     
    bottom: 68px;
    max-width: 100%;
     
}


#carousel .text-uppercase {
text-transform: none!important;
font-weight: 700;
color: #1c3661;
font-size: 2rem;
margin-bottom: 16px;
}
.caption-description p {
color: #1c3661!important;
}
.caption-description .bottom-title {
font-size: 16px!important;
font-weight: 600;
margin-bottom: 0.5rem;
line-height: 1.1;
letter-spacing: 3px;
}
.caption-description ul {
list-style-type: none;
padding: 0;
margin: 24px 0;
}
.caption-description ul li {
position: relative;
margin-bottom: 10px;
padding-left: 30px;
color:#1c3661 ;
}
.caption-description ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ec671b;
     display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
     background: #ec671b;
    color: white;
    font-weight: bold;
}
.carousel-control-hp {
 
position: absolute;
bottom: 20px;
left: 0;
right: 0;
text-align: center;
}


@media (max-width: 991px)  {
  
  .carousel .direction {
    
    display: none;
}
  
  
  .carousel-indicators {
    display: none;
}
 
.carousel {
     
    background-color: #ffffff;
     
}
.carousel .carousel-item .caption {
    position: absolute;
    margin: 0;
    text-align: left;
    left: 0;
    top: 0px;
    padding: 24px;
}
.carousel .carousel-item .caption .display-1 {
    font-size: 22px;
    
}
.caption-description .bottom-title {
    font-size: 18px!important;
     
}
.caption-description ul li {
    
    margin-bottom: 4px;
    padding-left: 30px;
     font-weight: bold;
    font-size: 13px;
    
}
}


@media (max-width: 767px) {
  .visible-mobile .carousel-item {
     
    max-width: 100%;
     
  }
  
  .carousel .carousel-item .caption {
    bottom: 0;
    max-width: 100%;
    top: 0;
     
}
  
}

/* doporucene produkty BOX 2 produkty */ 


.hp-products-box {
  padding: 12px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
 
.hp-detail-product .tlacitko {
 
  float: left;
  
}

.hp-products-box  .regular-price {
   text-decoration: line-through;
    min-width: 100%;
    float: left;
    font-size: 12px;
}
 

.hp-products-box .variant-links {
  margin: 12px 0;
}

.hp-products-box .discount-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    background: #ec671b;
    color: white;
    padding: 6px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


 .seo-title-2 {
   float: left;
   min-width: 100%;
   margin-bottom: 12px;
   font-size: 14px;
   line-height:24px;
 }

.blok-doporucene-hp .product-price-and-shipping {
  min-height: 50px;
} 
 
.product-miniature-hp {
  display: flex;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
} 


.blok-doporucene-hp .tlacitko {
  margin-bottom: 0!important;
  background: #1c3661!important;
}

.blok-doporucene-hp {
 float: left;
min-width: 100%;
margin: 48px 0;
display: flex;
    justify-content: space-between;
}
@media (min-width: 1366px) {
#index  .rjp-hp {
width: 49%!important;
 float: left;
}}


@media (max-width: 991px)   {
#index .rjp-hp {
  width: 100%;
  margin-bottom: 12px;
  
}
  .blok-doporucene-hp {
     
    display: block;
    
}

#index .rjp-hp:nth-child(2) .hp-products-box {
     display: flex;
    flex-direction: row;
}

.hp-products-box {
      align-items: center;
}

}


.prod-image-hp {
 float: right;
 width: 50%;
}
.product-desc-left {
 float: left;
padding: 12px;
 max-width:50%;

}


.hp-price-line {
  width: 100%;  
  display: block;   
  height: 52px; 
}


.hp-price-line {
  min-width: 100%;
  float: left;
  min-height: 52px;
}
 
@media (max-width: 767px) {
  .product-desc-left {
     
    max-width: 100%;
}
.product-desc-right {
     
    max-width: 100%;
}
.hp-products-box {
  display: block;
}
.prod-image-hp {
     
    width: 100%;
}
#index .rjp-hp:nth-child(2) .hp-products-box {
    display: block;
    
}
} 
 
 
/* produkty na HP z karegorií */ 
/* TABS HP 2  */ 

.icon-cate-hp {
  text-transform: none;
}

.icon-cate-hp:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/clown-fish.gif');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    float: left;
     margin-right: 15px;
    padding: 0;
    top: -8px;
    display: none;
 }
 


.products-cate-hp {
margin: 64px 0;
float: left;
margin-bottom: 8px;
}
.prod-hp-box {
padding-bottom: 58px;
position: relative;
}
.products-cate-hp .resp-js-product {
float: left;
 }
.tabs-title-hp-2 {
display: flex;
align-items: flex-end;
 justify-content: space-between;
border-bottom: 1px solid #f3f3f3;
margin-bottom: 28px;
}
.tabs-item-2 {
cursor: pointer;
display: inline-block;
margin-left: 24px;
font-size: 18px;
color: #757575;
text-transform: none !important;
padding-bottom: 8px;
margin-bottom: 0;
position: relative;
bottom: -1px;
padding-top: 10px;
}
.tabs-item-2.active {
border-bottom: 3px solid #1c3661;
color: #1c3661;
}
.items-tabs-hp-2 {
opacity: 0;
visibility: hidden;
max-height: 0;
overflow: hidden;
transition: opacity 0.5s, visibility 0.1s, max-height 0.0s;
}
.items-tabs-hp-2.active {
opacity: 1;
visibility: visible;
max-height: 1000px;
}
.banner-prod-hp {
max-width: 40%;
float: left;
border: 1px solid red;
margin-bottom: 1.563rem;
padding: 0;
}
.banner-prod-hp img {
max-width: 100%;
border: 1px solid red;
}
.a-link-cate {
position: absolute;
right: 0;
bottom: 0;
}
.a-link-cate span {
text-transform: lowercase;
}
.products-cate-hp .tlacitko {
right: 15px;
margin: 0!important;
}
.tlacitko:hover {
color: white!important;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #1c3661;
  border: 0;
}


.left-title {
text-align: left;
margin-bottom: 0.5rem;
font-family: inherit;
line-height: 1.1;
font-size: 1.3125rem;
font-weight: 700;
color: inherit;
}
.right-title {
text-align: right;
}
.items-tabs-hp-2 .wishlist-button-add {
    z-index: 10;
    bottom: 16px;
    height: 44px;
    background-color: #f3f3f3;
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    
    right: 12px;
}




@media (max-width: 1380px) {
    .products-cate-hp /* hlavní sekce blok */ {
       max-width: 100%;
        margin: 64px 0 8px 0;  
       
        
        
         
         
    }
    
    
    
.a-link-cate.tlacitko {
    right: 0;
    
    font-weight: 600!important;
  
    padding: 0!important;
    margin: 0!important;
    top: 190px!important;
    position: relative!important;
   
    font-size: 0!important;
    height: 34px!important;
    width: 47px;
    right: 12px;
    background: transparent;
}

.a-link-cate.tlacitko::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/obrazky/icon/next.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


    .prod-hp-box   {
        
            padding-bottom: 0px;
       
        white-space: nowrap;  
        overflow-x: auto;  
        overflow-y: hidden;  
        
     /*    float: none!important; */ 
        
        
        
    }

    .items-tabs-hp-2   {
       
        display: flex; 
        min-width: max-content;  
        overflow-x: auto; 
    
        
        
    }

    .products-cate-hp .resp-js-product /* dlaždice produktu */ {
        
        flex: 0 0 auto; 
        margin-right: 24px;  
        padding: 0;  
    }
 

.products-section-title {
  display: flex;
}

.r-title {
    display: flex;
    justify-content: flex-start;
}



.products-section-title {
   
}

 


.prod-hp-box .product-miniature .thumbnail-container {
    
    margin-bottom: 0!important
     
}
 

.a-link-cate {
position: relative;
height: max-content;
top: 230px;
}


.a-link-cate {
      right: 0;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 600;
    
    padding: 0;
    margin: 0;
    top: 0;
}

.a-link-cate::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/img/prohlednout-novinky.png');  
  background-repeat: no-repeat;
  background-position: center;
}




 
.prod-vyber {
 
overflow-x: auto;
overflow-y: hidden;  
white-space: nowrap;  
}
.items-tabs-hp {
 
display: flex;
min-width: max-content;
}
.products-top-hp .resp-js-product {
float: left;
flex: 1;
margin-right: 24px;
padding: 0;
}
 
.left-title {
text-align: center;
}
 
.tabs-item-2 {
padding: 0;
margin: 0;
font-size: 12px;
padding-top: 0px;
padding-right: 8px;
}
.tabs-title-hp {
display: block;
}
#index .tabs-item, #index .right-title {
    padding: 8px 0px 5px 0px;
    margin: 0 24px 0  0;
    font-size: 16px;
    
}
}




/* textové pole HP */ 

#custom-text {
    padding: 15px 0;
    margin-bottom: 1.5rem;
    text-align: left;
    background: #fff;
    border-radius: 0;
    color: #1c3661;
    float: left;
}

#custom-text p {
      color: #1c3661;
} 

#custom-text strong {
  color: #ec671b;
}
 
 /* WE Banner2 HP */ 
 
 #custom-text-2 {
   margin: 48px 0;
  
 }
 
.container-wecmsbanner-hp {
    display: flex;
    justify-content: space-between;
}

.banner-1 {
    flex: 1;
     padding: 24px;
    margin: 0 9px;
    display: flex;
    align-items: center;  
    justify-content: space-between;  
    border-radius: 4px;
}


.banner-1 p {
    padding-bottom: 16px;
}


.banner-1:first-child {
    margin-left: 0;
}


.banner-1:first-child p {
    color: white;
}


.banner-1:last-child {
    margin-right: 0;
    background: #f3f3f3;
}

.text-content {
    flex: 65%;  
}

.banner-image {
    flex: 35%; 
    max-width: 35%;  
    height: auto;  
}

.bg-r {
  background: #ec671b ;
}

.gradient {
    background: linear-gradient(to right bottom, #1c3661, #0c0c10);
}
 
@media (max-width: 991px) {
    
 
 

.banner-1 {
     
    margin: 0px;
    display: block;
    margin-bottom: 24px;
    max-width: 49%;
     
}

 .banner-1 .left-title, #custom-text .left-title {
    text-align: left;
}
 
}

@media (max-width: 767px) {
.container-wecmsbanner-hp {
    display:  block;
}
  .banner-1 {
   max-width: 100%;
}
}




/* banner center */

.banner-center-hp {
  background: #1c3661 ;
  text-align: center;
  padding: 12px 0;
  min-width: 100%;
  float: left;
  clear: both;
  border-radius: 4px;
}

.content-center {

width: 40%;
margin: 0 auto;
  
}

.banner-center-hp p {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.banner-center-hp  .tlacitko{
  margin: 12px 0;
  background: #ec671b ;
}

.tl-block {
    min-width: 100%;
    float: left;
    text-align: center;
     
    margin: 12px 0;
}


@media (max-width: 767px) {
  .content-center {
    width: 100%;
    
}
 
}


/* kosík FE */ 

/*--------------------- start Block cart Drop-Down Css ---------------------------*/


.cart_block {
  background: #fff;
  
  bottom: 0;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.14);
  display: block;
  float: left;
  overflow-x: scroll;
  padding: 80px 12px;
  position: fixed;
  right: -400px; /* Nastavte hodnotu mimo obrazovku */
  top: 0;
  transition: all 400ms ease-in-out;
  width: 400px;
  z-index: 9999;
  left: auto;
  border: 2px solid #f3f3f3;

  /* Prefixy pro různé prohlížeče */
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -o-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);

  /* Přechody s prefixy */
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}


.cart_block_main .cart-prices {
 
 
 min-width: 100%;
 float: left;
 margin-top: 20px;
  
}

.close-we-cart {
    position: absolute;
    top: 22px;
    font-size: 15px;
    background: #ec671b;
    padding: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    right: 20px;
    height: 20px;
    width: 20px;
    text-transform: capitalize;
    text-align: center;
     
}



.close-we-cart span {
  
   color: white;
    font-weight: 700;
  
}

.blockcart.open .cart_block {
transform: translate(-400px, 0px);
}


.cart_block_list {
     
     max-width: 100%;
     float: left;
    
}


.cart_block::after {
color: #fff;
content: "\E5C7";
font-family: "Material Icons";
font-size: 38px;
left: auto;
position: absolute;
right: 0;
top: -12px;
}



.nakupni-kosik {
    text-align: left;
}


.blockcart .cart_block p {
margin: 0;
}
.cart_block .products .img {
float: left;
margin: 0 15px 0 0;
}
#_desktop_cart .cart_block .products .img a img {
height: auto;
width: auto;
}
.cart_block .products .cart-info {
text-align: left;
color: #111111;
}
.cart-info .productname > a {
font-size: 16px;
}
.cart_block .products .cart-info .product-line-info {
display: inline-block;
float: none;
margin: 0 5px 0 0;
}
.cart_block .products {
    float: left;
    margin: 0 0 15px;
    position: relative;
    margin-top: 15px;
    background: #f3f3f3;
    padding: 12px;
    border-radius: 4px;
    min-width: 100%;
    display: flex;
    position: relative;
    align-items: center;
        margin-bottom: 0;
}
.cart_block .products .cart-info .wdPrice {
margin: 0 0 5px;
}
.cart_block .cart-prices .total.pull-left {
    float: left;
   
 }
 
 .xl-bold {
     font-size: 20px;
    color: black;
    font-weight: bold;
    color: #1c3661;
 }
.cart_block .cart-prices .amount.pull-right {
float: right;
 
}
.cart_block .cart-buttons {
float: left;
width: 100%;
}
.cart_block .cart-buttons {
float: left;
margin: 15px 0 0;
width: 100%;
text-align: center;
}
.cart_block .cart-buttons .btn-primary {
float: left;
width: 100%;
}
.cart_block .products .remove_link {
    position: absolute;
    right: 12px;
    top: 7px;
    margin: 0;
    
}
.cart_block .products .remove_link i {
font-size: 16px;
}
.blockcart .search-btn {
cursor: pointer;
position: absolute;
top: 10px;
z-index: 1;
}
.blockcart .search-btn i {
color: #111111;
}
.blockcart .search-btn:hover i {
color: #e67624;
}
.cart_block .products .product-thumbnail {
padding: 5px;
}


 .cart-info .product-title a {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1c3661!important;
    text-transform: none;
    padding-top: 14px;
     min-width: 100%;
    display: block;
}

.small-font {
    font-size: 14px;
    
}
 

@media(max-width:543px){
.cart_block{
 
}


.cart_block{
padding:22px 20px;

}




}
@media (max-width: 991px) {
.nakupni-kosik {
 
}
.search-btn img {
top: -32px!important;
}


.blockcart.open .cart_block {
    transform: translate(-320px, 0px);
}

.obsah-kosiku {
  
  max-width: 298px;
}

.close-we-cart {
    right: 87px;
}

}

/* END */ 
/* THEME ICON */ 


.icon-child {
    border: 1px solid red;
    padding: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03c7be;
     
    overflow: hidden;
    position: absolute;
}


.search-widgets .search::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/zoom.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}


.login-icon {
     
    padding: 0;
    right: 0;
    width: 46px;
    height: 46px;
     margin-right: 8px;
    position: relative;
   
    overflow: hidden;
    
}


.login-icon:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/profile.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}

.whist-top  {
    padding: 0;
    right: 0;
    width: 46px;
    height: 46px;
    position: relative;
     
    overflow: visible;
    display: block;
    margin-right: 48px;
     margin-left: 48px;
     
}

.whist-top:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/heart.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}

.cart-icon {
    padding: 0;
    right: 0;
    width: 46px;
    height: 46px;
    position: relative;
   
     display: block;
    margin-right: 18px;
    overflow: visible;
}

.cart-icon:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/shopping-cart.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}


.product-flags li.product-flag {
  
    padding: 6px;
    
    font-size: .875rem;
    
     
}


.add_cart-icon {
    position: relative;
     font-weight: 700;
    transition: 0.2s;
    margin-left: 12px;
    text-transform: uppercase;
}

.add_cart-icon:focus{
    background: #1c3661!important;
    border: 0px solid #1c3661!important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.add_cart-icon:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.10);
    transition: 0.2s;
     position: relative;
     font-weight: 700;
    transition: 0.2s;
    margin-left: 12px;
    text-transform: uppercase;
}


.add_cart-icon:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/obrazky/icon/shopping-cart-det.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 50%;
    
    transform: translate(-50%,-50%);
    /* RN */ 
    display: none;
    left: 27px;
}


.top-menu-link-icon {
    position: relative;
     width: 46px;
    height: 46px;
      
     display: block;
    margin-right: 12px;
    overflow: visible;
     float: left;
     
}


.top-menu-link-icon:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/piggy-bank.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
    
}


.home-icon:before {
     content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/home.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
} 


.header-top.fixed .home-icon:before {
     content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/symbol-menu.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
} 

/*
.icon-faset:before {
  content: " ";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/filter.svg);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}
*/

.add-to-basket {
    position: relative;
     width: 35px;
    height: 35px;
      
     display: block;
    margin-right: 12px;
    overflow: visible;
     float: left;
}

.add-to-basket:before {
   content: "";
    width: 35px;
    height: 35px;
    background-image: url('/obrazky/icon/verified.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}

.menu-icon-mobile {
  position: relative;
     width: 32px;
    height: 32px;
      
     display: block;
   margin-top: 9px!important;
    overflow: visible;
   
} 


.menu-icon-mobile:before {
   content: "";
    width: 25px;
    height: 25px;
    background-image: url('/obrazky/icon/menu.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}


.menu-icon-mobile {
  position: relative;
     width: 32px;
    height: 32px;
      
     display: block;
   margin-top: 9px!important;
    overflow: visible;
   
} 


.is-open .menu-icon-mobile:before {
   content: "";
    width: 25px;
    height: 25px;
    background-image: url('/obrazky/icon/close-menu.svg');
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -49%);
 
}





@media (max-width: 767px) {
  
  

.cart-icon:before {
    
    width: 25px;
    height: 25px;
    
    background-size: 25px 25px;
   
}
  .login-icon:before {
   
    width: 25px;
    height: 25px;
    
    background-size: 23px;
    
}

.search-widgets .search::before {
   
    background-size: 25px 25px;
    
}
  
}




/* CSS icon */ 

.close-we {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #ec671b;
    border-radius: 0 0 0px 4px;
    font-size: 15px;
    color: #ffffff;
    text-align: right;
    transition: transform 0.3s;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex!important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.close-we span {
            text-transform: capitalize; 
        font-weight: 800;
}

 


/* END */ 
/* USER */ 


.line-cart-top {
    color: #1c3661!important;
    line-height: auto;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: relative;
}



#_desktop_user_info{
    margin: 0;
    padding: 0;
    margin-left: 24px;
    text-align: center;
    min-height: auto;
   
}

.user-info-nolog{
     margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.log-action {
    display: flex;
     padding: 0;
     flex-direction: column;
}

.sign-top {
    margin: 0;
    padding: 0;
     float: left;
    text-align: left;
}


 

#header .header-nav .blockcart {
     padding: 0 ;
    margin: 0 ;
    background: none;
    
 }
 
#header .header-nav .blockcart .header {
    margin-top: 0rem;
}

.cart-products-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ec671b;
    color: white;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    font-size: 15px;
}

.cart-top {
     display: flex;
    
}

.info-total {
     display: inline;
    text-align: left;
     padding-top: 2px;
     padding-right: 2px;
    cursor: pointer;
}

 

 





/* ujistení */ 

.svg-custom {
  text-align: center;
  max-width: 100%;
}

.svg-custom path {
  fill: #ff0000;
}
 
@media (max-width: 991px)  {
  
  .svg-custom {
  display: none;
  
}
  #footer .blockreassurance .block-title {
     
    padding-left: 0px;
}
}
 
/* flag */ 

.product-miniature .product-flags li.product-flag {
    min-width: auto;
    min-height: auto;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 16px;
    text-transform: none;
    margin-left: 10px;
    border-radius: 4px;
}


.js-product-flags  .new {
     background: red;
     background-color: #03c7be!important;
    
}



.js-product-flags .out_of_stock {
  background-color: #f3f3f3!important;
  color: #757575!important;
}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color:#ec671b;
}

.product-flag  {
    
    padding: .3125rem .4375rem;
    margin-top: .625rem;
    font-size: 15px;
    border-top-right-radius: 4px ;
     border-bottom-right-radius: 4px ;
}



/* UP  */

 

#scrollTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
    transform: scale(1.0);
    transition: .2s;
    transform: rotate(-90deg)
}

#scrollTopButton:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("/obrazky/icon/top.svg") no-repeat;
    background-size: contain;
    position: relative;
    left: 4px;
}



#scrollTopButton:hover {
    
   transition: .2s;
}
 
 
 @media (max-width: 767px) {
   #scrollTopButton:before {
   background-color: white;
   border-radius: 50%;
}






#product #scrollTopButton {
    bottom: 52px;
    right: 6px;
    z-index: 6000;
}


 


.offset-mobile {
  padding-left: 0;
}

 }
 
 
/* modal */ 

#blockcart-modal .close-we {
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    font-weight: 700;
}

.modal-content {
    
    border-radius: 4px
    
}

 #blockcart-modal .product-name {
    font-size: 16px;
    color: #1c3661;
}

 #blockcart-modal .product-price {
    font-size: 16px;
    color: #1c3661;
    margin-bottom: 12px!important;
 }
 
 
 
 #blockcart-modal .modal-title {
    
    display: flex;
    align-items: center;
}
 
 @media (max-width:991px) {
 #blockcart-modal .close-we {
    position: relative;
    display: flex;
    left: 0;
    top: 6px;
}

#product .breadcrumb ol {
  
    margin-top: 8px;
}


 }
 
 
 
 
 
/* pokladna */ 
#checkout input[type="tel"] {
width: 50%;
}
.pass-check {
max-width: 50%;
}
.checkout-area-15 {
}
.checkout-area-4 {
align-items: stretch;
display: flex;
}
/* AREA 6 */ 
.checkout-area-6 {
display: flex;
}
.checkout-area-6 .inner-area {
min-width: 100%;
margin-top: 44px;
padding: 10px;
position: relative;
display: flex;
}
.checkout-area-6 .checkout-block {
margin: 0;
padding: 10px 3px;
flex: 1;
display: flex;
}
.block-1 {
border-radius: 4px;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
padding: 16px;
background: #feede5;
min-width: 100%;
}
.block-1  h3{
color: black;
font-weight: 800;
line-height:normal;
margin-bottom: 18px;
}
.mail-pokladna {
min-width: 100%;
color: #e67624;
font-weight: 800;
margin-bottom: 12px;
display: flex;
align-items: center;
}
.mail-pokladna:before {
width: 24px;
height: 24px;
background: url("/obrazky/mail-cd-o.svg");
content: "";
display: block;
float: none;
background-size: contain;
margin-right: 12px;
}
.tel-pokladna {
min-width: 100%;
color: #e67624;
font-weight: 800;
margin-bottom: 8px;
display: flex;
align-items: center;
}
.tel-pokladna:before {
width: 24px;
height: 24px;
background: url("/obrazky/telefon-cd-o.svg");
content: "";
display: block;
float: none;
background-size: contain;
margin-right: 12px;
}
/* produkt TOP */ 
.checkout-area-5 .cart-summary {
display: none;
}
/* AREA 5 */ 
.prod-line-pokladna {
}
.checkout-area-5 .cart-overview {
background: #f4eff6;
padding-left: 32px;
padding-right: 36px;
border-radius: 4px;
padding-top: 12px;
padding-bottom: 12px;
display: flex;
align-items: center;
flex: 1;
min-height: 164px;
}
.checkout-area-5 .cart-item .product-line {
display: flex;
flex-wrap: wrap;
padding: 1px;
justify-content: space-between;
align-items: center;
}
.checkout-area-5 #thecheckout-cart-summary {
background: white;
}
.checkout-area-5 .cart-items {
min-width: 100%;
}
.quantity-up-pokladna {
border: 0px solid red!important;
background-image: none!important;
display: flex!important;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 18px;
color: #e67624;
}
.quantity-down-pokladna {
border: 0px solid red!important;
background-image: none!important;
display: flex!important;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 18px;
color: #f4eff6;
}
.quantity-up-pokladna:hover {
color: #e67624;
}
.quantity-down-pokladna:hover {
color: #f4eff6;
}
.remove-pokladna {
border: 1px soldi red;
}
.close-pokladna {
opacity: 1;
top: -3px;
bottom: 0;
position: relative;
font-size: 19px;
opacity: 0.5;
margin-left: 8px;
}
.close-pokladna:hover {
opacity: 1;
}
.qty-pokladna {
background: white;
flex-grow: 0!important;
text-align: center;
line-height: normal!important;
padding: 0!important;
display: flex;
align-items: center;
margin-right: 18px;
}
.checkout-area-5 .product-line-actions {
flex-basis: 0;
flex-wrap: nowrap;
padding-top: 3px;
display: flex;
align-items: center;
}
.checkout-area-5 .product-price {
color: black;
display: inline-block;
font-weight: 800;
font-size: 16px;
}
.checkout-area-5 .product-line-actions .qty-box input {
background: transparent;
border: 0px solid #e5e5e5;
font-weight: 800;
}
.checkout-area-5 .cart-line-product-quantity {
width: 30px;
}
.h3-pokladna {
color: black;
font-weight: 800!important;
line-height: normal;
font-size: 18px!important;
}
.img-prod-pokladna {
border-radius: 50%;
max-width: 70px!important;
}
.prod-info-pokladna {
}
.prod-name {
font-size: 16px;
font-weight: 600;
color: black;
}
.card.cart-container .cart-item {
border-bottom: 1px solid #adabae;
}

 


/* 15 */ 
@media (min-width: 992px) {
.checkout-area-5 {
flex-basis: 74%!important;
min-width: 73%!important;
}
}
.checkout-area-15 {
display: flex!important;
align-items: stretch;
}
.checkout-area-17 {
flex: 1;
display: flex;
height: auto!important;
}
.checkout-area-18 {
display: flex;
}
.checkout-area-17 .num-4 {
display: flex;
}
.checkout-area-19 {
display: flex;
position: relative;
}
.checkout-area-16 {
display: flex;
position: relative;
}
.checkout-area-18 {
display: flex;
position: relative;
}
.checkout-area-19  .cart-item {
display: none;
}
#checkout .checkout-area-5 .shopping-cart-header  {
}
#checkout .checkout-area-15 .shopping-cart-header {
}
/* shrnutí  19 */ 
.checkout-area-19:before {
content: "Shrnutí objednávky";
position: absolute;
left: 0;
right: 0;
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 18px;
font-size: 18px;
padding-left: 12px;
}
.checkout-area-16:before {
content: "Doprava";
position: absolute;
left: 0;
right: 0;
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 18px;
font-size: 18px;
padding-left: 12px;
}
.checkout-area-18:before {
content: "Způsob platby";
position: absolute;
left: 0;
right: 0;
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 18px;
font-size: 18px;
padding-left: 12px;
}
.checkout-area-19 .checkout-block-pokladna {
background: #f0f0f0;
margin: 0!important;
padding: 0 24px!important;
min-width: -webkit-fill-available;
margin-top: 48px!important;
border: 0;
border-radius: 4px;
padding-top: 30px!important;
}
.checkout-area-18 .checkout-block-pokladna {
background: #f4eff6;
margin: 0!important;
padding: 0 24px!important;
min-width: -webkit-fill-available;
margin-top: 48px!important;
border: 0;
border-radius: 4px;
margin-right: 24px!important;
}
.checkout-area-16 .checkout-block-pokladna {
background: #f4eff6;
margin: 0!important;
padding: 0 24px!important;
margin-top: 48px!important;
border: 0;
border-radius: 24px;
margin-right: 24px!important;
}
.checkout-area-19 .h3-pokladna {
display: none;
}
.checkout-area-18 .payment-method-header {
display: none;
}
.checkout-area-16 .shipping-method-header {
display: none;
}
.header-summary {
min-width: 100%;
float: left;
}
.ps_wirepayment {
display: none!important;
}
.inner-area-pokladna {
border: 0px!important;
min-width: 100%;
}
.checkout-area-13 {
margin-top: 24px;
}
.cp-pokladna {
    text-transform: uppercase;
    color: #e67624;
    font-size: 14px;
    font-weight: 600;
    min-width: 100%;
    float: left;
}
#checkout .carrier-name {
font-size: 14px;
font-weight: 600;
color: black;
}


#conditions-to-approve .custom-checkbox input[type=checkbox] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: .25rem;
    cursor: pointer;
    opacity: 0;
    margin-right: 12px;
}


 
#checkout .remaining-amount-to-free-shipping-container {
display: none;
}
#checkout .delivery-options .row.delivery-option {
margin: 0;
line-height: 1.5;
display: flex;
flex-wrap: nowrap;
 
margin-bottom: 12px;
padding-top: 4px;
}
#checkout .order-options {
min-width: 100%;
}
.box-vyber-datum {
display: flex;
justify-content: space-around;
margin: 35px 0 35px 0;
border: 1px solid #f4eff6;
padding: 8px 0;
}
#checkout .payment-option .custom-radio {
margin-right: 20px;
margin-top: 0;
position: relative;
top: -4px;
}
#checkout .payment-option label span.h6 {
font-size: 14px;
font-weight: 600;
color: black;
}
#checkout .payment-options  {
border-bottom: 1px solid #adabae;
margin-top: 24px;
 
}
.name-sort {
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 8px;
font-size: 16px;
margin-bottom: 18px
}
#checkout .cart-summary-line .label {
padding-left: 0;
white-space: inherit;
font-size: 15px;
line-height: 24px;
}
#checkout .cart-summary-line .value {
color: #414141;
float: right !important;
font-size: 15px;
}
.celkem {
letter-spacing: 1px!important;
font-size: 18px;
}
#thecheckout-cart-summary .card-block {
padding: 5px;
margin-bottom: 10px;
}
.cart-detailed-totals {
border-top: 0px solid #e5e5e5!important;
}
/* bottom */ 
.checkout-area-20 {
display: flex;
position: relative;
margin-top: 24px;
}
.checkout-area-21 .checkout-block-pokladna {
background: #f4eff6;
margin: 0!important;
padding: 0 24px!important;
min-width: -webkit-fill-available;
margin-top: 28px!important;
border: 0;
border-radius: 4px;
margin-right: 24px!important;
}
.checkout-area-23 .checkout-block-pokladna {
background: #f4eff6;
margin: 0!important;
padding: 0 24px!important;
min-width: -webkit-fill-available;
margin-top: 28px!important;
border: 0;
border-radius: 4px;
margin-right: 24px!important;
}
.checkout-area-24____ .checkout-block-pokladna {
background: #f4eff6;
margin: 0!important;
padding: 0 24px!important;
min-width: -webkit-fill-available;
margin-top: 28px!important;
border: 0;
border-radius: 4px;
margin-right: 24px!important;
}
.checkout-area-21:before {
content: "E-mail";
left: 0;
right: 0;
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 18px;
font-size: 18px;
padding-left: 12px;
}
.checkout-area-23:before {
content: "Dodací adresa a kontakt";
left: 0;
right: 0;
color: black;
font-weight: 800;
line-height: normal;
margin-bottom: 18px;
font-size: 18px;
padding-left: 12px;
}
body#checkout span.custom-checkbox > label, body#checkout .condition-label {
padding-left: 0;
margin-top: 0.1rem;
text-align: left;
margin: 0;
padding: 0;
}
.heureka-pokladana {
display: flex;
}
#thecheckout-psgdpr {
padding-bottom: 0!important;
}
.checkout-area-24 .checkout-block {
padding-top: 0;
margin-top: 40px;
}
.checkout-area-24 .psgdpr {
padding: 0!important;
}
.checkout-area-24 .ps-shown-by-js {
margin-top: 20px;
}
.checkout-area-3   {
background: #f0f0f0;
border-radius: 4px;
}
.checkout-area-3 .inner-area {
padding: 0!important;
}
.checkout-area-3 .inner-area-pokladna {
padding-top: 0!important;
}
#checkout  .cl-pokladna {
padding-right: 0px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: 0;
padding: 0;
padding-top: 0;
}
#checkout .cl-pokladna a {
white-space: inherit;
font-size: 15px;
line-height: 24px;
color: black;
font-weight: 700;
text-decoration: underline;
padding: 0 12px;
}
#checkout .cl-pokladna span {
white-space: inherit;
font-size: 15px;
line-height: 24px;
color: #666666;
}
@media(max-width: 991px) {
.checkout-area-1 {
display: none!important;
}
#checkout .container {
padding: 0;
}
#checkout .product-line-body {
justify-content: normal;
}
#tc-container-mobile    {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
#tc-container-mobile .checkout-block-pokladna:nth-last-child(7) {
display: none!important;
}
#checkout .product-line-body {
display: inline-flex;
flex-wrap: wrap;
flex-grow: 50;
flex-basis: 130px;
padding-left: 10px;
align-items: center;
}
.checkout-block {
margin: 0;
padding: 0px 0px;
}
.checkout-block .inner-area {
padding: 10px 0!important;
position: relative;
}
.block-header  {
position: relative!important;
top: .0em!important;
background: #fff;
font-weight: 700!important;
line-height: 1.2em!important;
margin-bottom: 12px!important;
font-weight: bold!important;
padding: 12px 0px!important;
font-size: 18px!important;
color: black;
}
.box-vyber-datum {
display: block;
margin: 35px 0 35px 0;
border: 0px solid #f4eff6;
padding: 8px 0;
flex-wrap: nowrap;
min-width: 100%;
}
#checkout .terms-and-conditions {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-start;
}
#checkout .js-terms span {
position: relative!important;
position: absolute;
right: -4px!important;
color: red;
}
#checkout .psgdpr .form-group {
padding-left: 0px!important;
padding-right: 0px!important;
flex-grow: 1;
flex-basis: 100%;
}
}
@media(min-width: 992px) and (max-width:1024px) {
.checkout-area-15 {
display: block!important;
}
.box-vyber-datum .select-date {
margin-right: 60px;
}
.checkout-area-17 {
margin-top: 36px;
}
.checkout-area-20 {
margin-top: 36px;
}
#tc-container #thecheckout-cart-summary {
margin: 0;
}
.checkout-area-16 .checkout-block-pokladna {
margin-right: 0px!important;
}
}
.checkout-area-5 .checkout-block-pokladna {
margin-left: 0!important;
margin-right: 0!important;
}
.form-group.missing-street-number label[data-missing-street-nr-notice]:after {
content: attr(data-missing-street-nr-notice);
display: block;
text-align: center;
color: red;
font-size: 0.8em;
display: none!important;
}
#order-confirmation #order-details {
margin-top: 64px;
}
#footer .gdpr_consent {
text-align: left;
margin-top: 8px;
}
#confirm_order {
white-space: normal;
position: relative;
font-weight: 700;
text-transform: uppercase;
padding: 12px 41px;
border-radius: 12px!important;
}



.checkout-area-3 .btn-primary {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: normal; */
}



.checkout-area-24 .terms-and-conditions {
  display: flex;
}

.slany-karamel #tri {
position: absolute;
left: 33%;
bottom: 29%;
font-weight: 800;
}
.content-slider p {
margin-top: 22px;
float: left;
color: white;
font-weight: 600;
}


.checkout-area-3 .log-in  {
  color: #e67624!important;
}


#checkout .card {
  border: 0;
}

#checkout .additional-information {
    /*RN*/
    display: none!important;
}

 
#checkout .payment-options {
    border-bottom: 0px solid #adabae;
  
}

.card.cart-container .cart-item:last-child {
   border: none;
}
.kupon-opc {
    margin-top: 48px;
    min-width: 100%;
    float: left;
     padding: 12px 0;
    background: #f1e9f4;
    border-radius: 12px;
}

.kupon-opc .promo-name {
        display: flex;
    align-items: stretch;
    padding: 0;
}

.cart-voucher .icon-delete {
    width: 34px;
    height: 19px;
}
.block-promo .promo-code {
    padding: 1.6rem;
    background: transparent;
}

#checkout .shaim_heureka_checkbox {
        display: flex;
}

#checkout .selected {
    background: none;
}

body#checkout #footer {
    padding: 0;
    color: #7a7a7a;
    background: #fff;
}

.delivery-option-logo {
   
    
    right: 0!important;
    width: 35px!important;
    height: 35px!important;
   
}


/* END OPC */ 

.fancybox-skin{
  padding: 24px!important;
}


.add-to-cart-button #ets_addToCart {
    background-color: #f3f3f3!important;
    color: #1c3661!important;
}

@media (max-width: 767px) {
#prices-drop .resp-js-product {
    margin-bottom: 1%;
    margin-right: 1%;
    max-width: 48%;
    padding-left: 0;
    padding-right: 0;
    
}
  #prices-drop  #ets_addToCart, #prices-drop .featured-products #ets_addToCart {
    font-size: 0;
    background-image: url('/obrazky/icon/shopping-cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    text-align: center;
    height: 44px;
    width: 40px;
}
#new-products .resp-js-product {
    margin-bottom: 1%;
    margin-right: 1%;
    max-width: 48%;
    padding-left: 0;
    padding-right: 0;
    
}
  #new-products  #ets_addToCart, #new-products .featured-products #ets_addToCart {
    font-size: 0;
    background-image: url('/obrazky/icon/shopping-cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    text-align: center;
    height: 44px;
    width: 40px;
}

#new-products .products-sort-order .select-title {
  font-size: 6px;
}
#best-sales .resp-js-product {
    margin-bottom: 1%;
    margin-right: 1%;
    max-width: 48%;
    padding-left: 0;
    padding-right: 0;
    
}
  #best-sales  #ets_addToCart, #best-sales .featured-products #ets_addToCart {
    font-size: 0;
    background-image: url('/obrazky/icon/shopping-cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    text-align: center;
    height: 44px;
    width: 40px;
}

#best-sales .products-sort-order .select-title {
  font-size: 6px;
}
}


/* UPDATE < 991  */ 

@media (max-width: 767px) {


.select-list.js-search-link {
  font-size: 12px;
}


#subcategories ul li {
    min-width: 46%;
    max-width: 46%;
    
    width: auto;
    margin: 0px 0 0 3%;
}
  
  #subcategories ul {
   margin-top: 24px;
}


.add-to-cart-button #ets_addToCart:hover {
      max-width: 40px!important;
      min-width: 40px!important;
      width: 40px!important;
      border: 2px solid #1c3661!important;
}
 
#_mobile_currency_selector {
  background: none; 
    text-align: right;
    padding-right: 0;
    margin: 0px 15px;
}

.mobile-add-fix {
  
  position: relative;
}


.left-prod {
     
    overflow: hidden;
}

.blockcart.open .cart_block {
    transform: translate(-84%, 0px);
}


.products-cate-hp .left-title {
    font-size: 21px;
     
    min-width: 100%;
}

.products-cate-hp {
 
    margin: 36px 0 8px 0;
}
#index .tabs-item, #index .right-title {
   
    text-align: left;
}



 .top-menu[data-depth="1"] {
   border: 0px solid red!important;
}

}

/* UPDATE > 767 */ 

 
/* Menu 100 */ 


.active-menu-item {
    border-bottom: 0px solid #1c3661;
}
.active-menu-item::before {
    content: "";
    position: absolute;
    bottom: -7px; 
    left: 50%;  
    transform: translateX(-50%); 
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;  
    border-right: 5px solid transparent;  
    border-top: 7px solid #ea6e2b;  
    z-index: 5000;
}


.js-sub-menu {
    
    opacity: 0.5;
    min-width: 100%!important;
    left: 0!important;
}

.top-menu[data-depth="1"] {
   z-index: 4000;
    
  
}

@media (min-width: 768px) {
.js-sub-menu .top-menu {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    padding-left: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: white;
    padding-top: 12px;
    margin: 0 15px;
    padding-bottom: 24px;
}



.js-sub-menu .top-menu[data-depth="1"] {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0 0px 40px rgba(0, 0, 0, 0.05);
}

.js-sub-menu .top-menu[data-depth="2"] {
   
   padding: 0;
   margin-left: 2px;
}


.js-sub-menu .top-menu[data-depth="2"] a {
   font-size: 12px;
}

.top-menu .sub-menu {
    z-index: 18;
    width: auto;
    min-width: auto;
    margin-left: 0;
    border: 0;
     
    box-shadow: none;
    background: transparent;
    
    left: auto;
    max-width: 100%;
        padding: 0;
    margin: 0px 0 0 0;
    padding-bottom: 12px;
   
     
}


.top-menu .sub-menu ul[data-depth="1"]>li {
     
     width: 23%;
     float: left;
}

.top-menu .sub-menu ul[data-depth="2"]>li {
     
     width: 100%;
     float: left;
}


.active-menu-item[data-depth="2"] {
    border-bottom: 0px solid #1c3661;
    color: #1c3661!important;
    font-weight: 800!important;
    padding-left: 12px!important;
}


.active-menu-item[data-depth="2"]::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    z-index: 5000;
    border: 1px solid #1c3661;
    
    border-radius: 50%;
    background: #1c3661;
}


.active-menu-item[data-depth="1"]::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #1c3661;
    z-index: 5000;
    opacity: 0;
    display: none /*RN*/;
}

.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
    padding: 0;
    font-size: 16px;
}

}
 
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    
    background: #1c3661;
    
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    
    text-transform: none;
   
    
}

#plusko-acces {
   
    
    padding: 0;
    display: flex;
   border-radius: 4px;
     color: white;
    background: #1c3661;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    border: 0!important;
}


.ets_block_slider .owl-nav > div, .ets_blog_related_posts_type_carousel .owl-nav > div, .ets_related_products_type_carousel .owl-nav > div {
    border: 0px solid #f3f3f3;
}



/* KUPON v kosiku */ 


#checkout .whist-top {
  display: none;
}


.product-comments-additional-info {
    margin: 0px 0;
     
}



.product-flag-seo{
    min-width: auto;
    min-height: auto;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 16px;
    text-transform: none;
    margin-left: 10px;
    border-radius: 4px;
        width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .3125rem .4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    text-transform: none;
   
}
 
 
 
 .left-prod .product-flag-seo{
    margin-left: 0;
    border-radius: 0px 4px 4px 0;
   
}
 

 /* Barvy pro jednotlivé štítky podle pořadí */
.product-flag-seo:nth-of-type(1) {
    background-color: #FF6B6B;
}

.product-flag-seo:nth-of-type(2) {
    background-color: #4ECDC4;
}

.product-flag-seo:nth-of-type(3) {
    background-color: #0e6c81;
}

.product-flag-seo:nth-of-type(4) {
    background-color: #96CEB4;
}

.product-flag-seo:nth-of-type(5) {
    background-color: #9B59B6;
}

 
.product-flag-seo:nth-of-type(n+6) {
    background-color: #FF6B6B;
}



/* STORE PAGE */ 


@media (min-width: 992px) {
  
  #stores .page-stores .store-item-footer div:first-child {
     
    flex: 0 0 65%;
    padding-left: 0;
}

#stores .page-stores .store-item-container, #stores .page-stores .store-item-footer {
    
    justify-content: space-between;
}

.store-picture  {
  
  padding-right: 0;
  padding-left: 0;
  
}

.store-picture img {
  
  border-radius: 8px;
  
}

#stores .page-stores .store-item-container .divide-left {
     
    justify-content: flex-end;
    display: flex;
     
}
  
  .social-navigation {
  display: flex;
  padding: 0;;
  
}

.action-btn-store {
  display: flex;
  align-items: center;
   background: #ee6c42;
  
  
  
  
  text-decoration: none;
  transition: all 0.3s ease;
}

.action-btn-store:hover {
  
  transform: translateY(-2px);
}

.action-btn-store i {
  font-size: 20px;
}
  
  
}


.action-btn-store {
  display: flex;
  align-items: center;
   background: #ee6c42;
  
  
  
  
  text-decoration: none;
  transition: all 0.3s ease;
}


/* END */ 


 


.is-open {
    transition: all 1s ease-in-out;
    
}

.no-mobile {
  display: block;
}

 
#confirm_order.confirm-loading .tc-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);  
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

 
#confirm_order.confirm-loading .tc-loader .lds-ellipsis-m {
  display: none !important;
}

 
#confirm_order.confirm-loading .tc-loader::after {
  content: "Čekejte prosím, vaše objednávka se právě odesílá...";
  animation: fadeIn 0.3s ease-in-out;
}

 
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* FIX */ 

@media (max-width: 375px) {
  .tabs-title-css {
    
    font-size: 13px!important;
    padding-left: 0px!important;
    padding-right: 0!important;
}
}


.scroll-box-arrows.scroll {
/*RN*/ 
display: none;
}

.product-navigation {
    display: none;
    /* RN */ 
}

@media (max-width:1199px) {

.custom-radio input[type=radio]:checked+span {
    position: absolute!important;
    top: .125rem!important;
    left: .125rem!important;
    display: block!important;
    width: 12px!important;
    height: 12px!important;
    background-color: #1c3661!important;
    border-radius: 50%!important;
}

body#checkout .condition-label {
    padding-left: 1.625rem!important;
    margin-top: .625rem!important;
}
  body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
   
    
}
}


.wishlist-product-combinations-text {
    color: #7a7a7a;
    font-size: .8125rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    min-height: 3.125rem;
    margin: 0;
    display: flex;
    flex-direction: column;
}


#search_widget .search {
    /* on */ 
    display: none;
}

.bez-dph-0 {
  
    font-size: 10px;
    color: #7f7f7f;
   
}
 
 /* 
 .info-banner-top {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
*/ 

/* 
.info-banner-top > :nth-last-child(2),
.info-banner-top > :last-child {
  
  margin-left: 0.5rem;
}

.info-banner-top > :nth-last-child(2) {
  margin-left: auto; 
  display: flex;
  gap: 0.5rem;
}
*/ 

#subcategories ul li .subcategory-image a img {
    
    display: none; /* RN */ 
   
}

.logo-foooter img {
  max-width: 168px;
}

 .fancybox-skin  {
     
    max-width: 50%;
    margin: 0 auto;
}

#popup-hide-content {
  
  float: left;
  
  
}

#popup-hide-content p{
  
  float: left;
  
  
}

#custompage .page-content.card.card-block,  #custompageklon .page-content.card.card-block {
    max-width: 50%;
    /* margin: 0 auto; */
    border: 1px solid #a4a4a4;
    border-radius: 8px;
    margin-bottom: 64px;
}

#custompage .tlacitko, #custompageklon .tlacitko {
    
    padding: 9px 30px!important;
    float: right;
   
}

.on-sale {
 
    min-width: auto;
    min-height: auto;
    font-weight: 600;
    padding: 4px 8px;
    font-size: 16px;
    text-transform: none;
    margin-left: 10px;
    border-radius: 4px;
}
 .product-flags li.product-flag.on-sale {
    max-width: fit-content ;
    margin-top: 10px!important;
     
}


.block_newsletter .btn-primary {
  
  background: #ec671b;
  
}

#popup-hide-content a, #popup-hide-content a:hover {
  color: #ea6e2b;
  font-weight: 600;
}

.expand-more {
  color: #ec671b!important ;
}

#ybc-mnf-block .owl-nav > div {
     
    border: 0px solid #DEDEDE;
    height: 30px;
    border-radius: 4px;
    background: #203560;
    width: 30px;
}

#ybc-mnf-block .owl-prev:before {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    
}

#ybc-mnf-block .owl-next:before {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    
}



#checkout button,
#checkout [type="button"],
#checkout [type="submit"],
#checkout .btn {
  all: unset;                 
  display: inline-flex;        
  align-items: center;
  justify-content: center;
  box-sizing: border-box;     
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  outline: none;
  transition: none;
}

 
#checkout button:is(:hover, :focus, :active, :focus-visible, :visited, :disabled),
#checkout [type="button"]:is(:hover, :focus, :active, :focus-visible, :visited, :disabled),
#checkout [type="submit"]:is(:hover, :focus, :active, :focus-visible, :visited, :disabled),
#checkout .btn:is(:hover, :focus, :active, :focus-visible, :visited, :disabled) {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  outline: none;
  transition: none;
}

 
#checkout button:focus-visible,
#checkout [type="button"]:focus-visible,
#checkout [type="submit"]:focus-visible,
#checkout .btn:focus-visible {
  outline: 2px solid currentColor;   
  outline-offset: 2px;
}
 
#checkout button:disabled,
#checkout [type="button"]:disabled,
#checkout [type="submit"]:disabled,
#checkout .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;  
}
#checkout button {
  background: #1c3661!important;
  color: white!important;
  padding: 8px 12px!important;
  border-radius: 4px!important;
  font-weight: 600!important;
}

.btn-primary.add-to-cart,
.btn-primary.add-to-cart:is(:hover, :focus, :active, :focus-visible, :visited, :disabled) {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  outline: none;
  transition: none;
   background: #1c3661!important;
  color: white!important;
  padding: 8px 12px!important;
  border-radius: 4px!important;
  font-weight: 600!important;
}



#index .btn-primary.add-to-cart,
#index .btn-primary.add-to-cart:is(:hover, :focus, :active, :focus-visible, :visited, :disabled) {
 
   background: #f3f3f3!important;
  color: #666!important;
   
}


.btn-primary.add-to-cart:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.btn-primary.add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

 
.product-flag-seo.flag-replaced {
  
    background: transparent !important;
}

#product .left-prod .product-flag.best-price{
  position: relative!important;
}

.js-thumb-container .selected {
    background: transparent;
}