/*mobile.css*/

@media all and (max-width: 1024px) {

/*
@font-face {
	font-family: 'emporium-icons';
	src: url('../icons/emporium-icons.eot?xwq28l');
	src: url('../icons/emporium-icons.eot?xwq28l#iefix') format('embedded-opentype'),
	url('../icons/emporium-icons.ttf?xwq28l') format('truetype'),
	url('../icons/emporium-icons.woff?xwq28l') format('woff'),
	url('../icons/emporium-icons.svg?xwq28l#emporium-icons') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
*/

@media (max-width: 575px) {
  .card-product .info-wrap {
    min-height: auto;
    padding-bottom: 15px;
  }
}

.header-upper .header-selectors-wrapper {
	display: none;
}

.desktop {
    display: none !important;
}
.category-navigation-title, .category-navigation-list-wrapper {
    display: none !important;
}

.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #eeeeee;
}

.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 35px;
}

.admin-header-links ~ .responsive-nav-wrapper-parent ~ .header {
	margin-top: 100px;
}

.header {
	margin-top: 65px;
}

.mobile-selector {
	overflow: hidden;
}

.header-selectors-wrapper > div {
	margin: 0;
	display: block;
	position: relative;
}

.profile-menu-box > a,
.selector-title {
	display: block;
	padding: 15px 20px;
	line-height: 18px;
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 700;
	background-color: #f6f6f6;
	border-top: 3px solid #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.selector-title:after {
	content: "\6a";
	display: inline-block;
	float: right;
	font-size: 9px;
	font-family: "emporium-icons";
	transform: rotate(90deg);
	text-transform: none;
	color: #8c8c8c;
	transition: all .3s ease;
}

.selector-title.open:after {
	transform: rotate(-90deg);
}

.mobile-collapse {
	display: none;
	background-color: #efefef;
	padding: 10px 0;
}

.header-selectors-wrapper > div input[type="radio"] {
	display: none;
}

.header-selectors-wrapper > div label {
	display: block;
	padding: 10px 38px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.header-selectors-wrapper > div input[type="radio"]:checked + label {
	color: #97c300;
}

.header-selectors-wrapper > div input[type="radio"] + label:before {
	content: none;
	display: none;
} 


/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	padding: 11px 0;
	background-color: #fff;
	text-align: center;
	font-size: 0;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.header-logo {
	display: none;
}

.mobile-logo {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: calc(100% - 180px);
}

.mobile-logo .logo {
	position: relative;
	display: block;
	max-width: 100%;
	height: 40px;
	width: 200px;
	margin: 0 auto;
}

.mobile-logo img {
	position: absolute;
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}

.responsive-nav-wrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	cursor: pointer;
}

.responsive-nav-wrapper > div > span:before,
.responsive-nav-wrapper > div > a:before {
	display: inline-block;
	font-family: "emporium-icons";
	font-size: 18px;
	color: #8e8e8e;
}

.responsive-nav-wrapper .menu-title span:before {
	content: "\67";
}

.responsive-nav-wrapper .search-wrap span:before {
	content: "\65";
}

.shopping-cart-link > a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
}
.shopping-cart-link > a:before {
	content: "\64";
	display: inline-block;
	font-family: "emporium-icons";
	font-size: 24px;	
}

.shopping-cart-link .cart-qty {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #97c300;
	font-size: 10px;
	height: auto;
	padding: 0 1px;
	width: auto;
	min-width: 15px;
	display: inline-block;
	min-height: 15px;
	line-height: 15px;
	border-radius: 50%;
	color: #fff;
}

.responsive-nav-wrapper .menu-title,
.responsive-nav-wrapper .search-wrap {
	float: left;
}

.responsive-nav-wrapper .shopping-cart-link,
.responsive-nav-wrapper .personal-button {
	float: right;
}


/* RESPONSIVE MENU */

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	z-index: 1060;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.show {
	background-color: rgba(0,0,0,0.4);
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.header-menu.ps-container .ps-scrollbar-y-rail {
    visibility: hidden !important; /*scroll is active, but invisible*/
}
	
.header-menu,
.profile-menu-box,
.store-search-box {
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	margin-top: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    pointer-events: auto;
	transition: all 0.3s ease;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
	z-index: 1070 !important;
}

.store-search-box {
	width: 400px;
}
   
.header-menu.open,
.profile-menu-box.open,
.store-search-box.open {
	left: 0;
}
.header-menu .close-menu,
.close-side-menu,
.mobile-flyout-wrapper .close-side-menu {
	display: block;
	padding: 15px 20px;
	background-color: #97c300;
	color: #fff;
}

.close-menu span,
.close-side-menu span {
	display: inline-block;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.close-menu .close-menu-text,
.close-side-menu .close-side-menu-text {
	font-weight: 700;
	letter-spacing: 1px;
}

.close-menu .close-menu-btn,
.close-side-menu-btn {
	float: right;
	font-size: 0 !important;
}

.close-menu-text:before,
.close-side-menu-text:before {
	content: "\67";
	display: inline-block;
	margin-right: 15px;
    font-family: "emporium-icons";
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: none;
    vertical-align: bottom;

}

.profile-menu-box .close-side-menu-text:before {
	content: "\61";
}

.store-search-box .close-side-menu-text:before {
	content: "\65";
}

.close-menu-btn:before,
.close-side-menu-btn:before {
	content: "\7a";
	display: inline-block;
	margin: 0 !important;
	font-family: "emporium-icons";
	text-transform: none;
	font-size: 16px;
	color: #fff !important;
	vertical-align: bottom;
}

.header-menu .all-categories,
.header-menu .all-categories li {
	background-color: #f6f6f6;
    display:none;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span,
.profile-menu-box > a,
.header-form-holder > a {
	display: block;
	position: relative;
	z-index: 0;
	padding: 16px 18px !important;
	font-size: 13px;
	line-height: 17px;
	color: #8c8c8c;
	font-weight: 700;
	text-transform: uppercase;
}

.header-menu > ul li {
	border-bottom: 3px solid #fff;
}

.header-menu .top-menu > li {
	border-bottom: 0;
}


.header-menu > ul li:last-child,
.header-menu > ul li:last-child,
.header-menu > ul li.back-button {
	border-bottom: 0;
} 
.header-menu > ul li > .with-subcategories {
	float: left; 
	width: calc(100% - 50px);
}
/*
.header-menu .all-categories > span {
	float: left; 
	width: calc(100% - 50px);
	cursor: default;
}

.header-menu .all-categories > span:before {
    content: "+";
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    vertical-align: bottom;
     font-family: sans-serif;
    color: #8c8c8c;
    font-weight: normal;
    text-transform: none;
    transition: all .2s ease;
}
 

.plus-button {
	position:relative;
	z-index: 1;
	float: right;
	width: 50px;
	height: 50px;
	cursor: pointer;
}



/*.plus-button:before {
	content: "+";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}

.plus-button.close:before {
	content: "-";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}*/

.ico-compare,
.ico-wishlist {
	display: block;
    padding: 15px 20px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #8c8c8c;
    background-color: #f6f6f6;
    border-top: 3px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
}


.ico-compare:before,
.ico-wishlist:before {
	display: inline-block;
	font-family: "emporium-icons";
	margin-right: 10px;
	font-size: 17px;
	color: #8e8e8e;
	font-weight: normal;
	text-transform: none;
	vertical-align: bottom;
}


/* NEW ACCOUNT STYLING */

.personal-button {
	position: static !important;
}

/* END ACCOUNT STYLING */

.wishlist-qty {
	display: none;
}

/*****************************MENU MOBILE*********************************************/
/*
.all-categories {
    display: none;
}


.menu-category > ul > li {
    display: flex !important;
    flex-direction: column;
    
}

.menu-category > ul > li > a > span {
    color: #000;
    font-size: 1.3rem !important;
    font-weight: 400;
}

.header-menu .sublist-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 90%;
	height: 100%;
	
	transition: all 0.3s ease;
}


.sublist-wrap {
    display: none;
}

.sublist-wrap.active {
    display: block;
}

*/

li.back-button {
    display: none !important;
}





/**********************************************************MOBIL**************************************************************************/
@media (max-width: 1024px) {
    .menu-category > ul > li {
        display: flex !important;
        flex-direction: column;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 0;
        position: relative; /* Ensure the child elements are positioned relative to the parent */
    }
    
    li.has-sublist .with-subcategories {
  color: #000;
  font-size: 1.3rem !important;
  font-weight: 400;
  /*padding-left: 20px;*/
}
    
    li.has-sublist {
    display: flex !important;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    position: relative;
}

    .menu-category > ul > li > a > span {
        color: #000;
        font-size: 1.3rem !important;
        font-weight: 400;
        padding-left: 20px;
    }

    .plus-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    font-size: 15px;
    text-align: center;
    background-color: #709d2e;
    color: white;

    }

    .plus-button.close {
        position: absolute;
    right: 0;
    top: 0;
    

    }

    .plus-button::after {
        
        content: "\ec3a";
        font-family: 'Linearicons' !important;
        font-weight: bold; /* Ensure the correct font weight for solid icons */
    }

    .plus-button.close::after {
        content: "\ec39";
        font-family: 'Linearicons' !important;
        font-weight: bold; /* Ensure the correct font weight for solid icons */
        color: white;
    }

    .sublist-wrap .sublist {
        display: none;
    }

 .sublist-wrap.active .sublist {
        
        display: block;
      animation: unroll-down .5s;
      padding-left: 25px;
    }

  .sublist-wrap.active .sublist li span {
            color: black !important;
    }
    
  .has-sublist > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sublist a {
    line-height: 35px;
}

.has-sublist .sublist-wrap {
     display: none;
         
}


    
    .sublist-wrap.active {
     display: block;
         position: relative;
    
    color: white;
}




.has-sublist .sublist-wrap.active {
     display: block;
         position: relative;
    
    color: white;
    
            font-size: 1.3rem !important;
            font-weight: 400;
            padding-left: 20px;
           padding: 10px 0;
}



has-sublist .sublist-wrap .sublist .has-sublist > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


}
















/*********** MOBILE FLYOUT CART ************/

.mobile-flyout-wrapper .close-side-menu-text:before {
	content: "\64";
}

.mobile-flyout-wrapper .flyout-cart-scroll-area {
	max-height: calc(100vh - 97px);
	overflow: hidden;
}

.mobile-flyout-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	width: 400px;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	margin-top: 0 !important;
	opacity: 1;
	padding: 0;
	border-radius: 0;
	pointer-events: auto;
	transition: all 0.3s ease;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: none;
	z-index: 1070 !important;
}

.mobile-flyout-wrapper.open {
	left: 0;
}

.mobile-flyout-wrapper .close-side-menu {
	display: block;
}



/******** LOGIN FORM IN HEADER ********/


.profile-menu-box.login-form-in-header {
	padding: 0;
	width: 320px;
}

.login-form-in-header form {
	padding: 20px 20px 0;
}



/* SEARCH BOX */

.search-box form {
	padding: 20px;
}

.search-box input.search-box-text {
	width: calc(100% - 45px);
	padding: 0 5px 0 15px;
}

.ui-autocomplete {
	width: calc(100% - 40px) !important;
}


/* HEADER LINKS */

#topcartlink {
	display: none;
}

.header-links-wrapper .header-links > ul {
	display: none;
}
.header-links-wrapper.open {
	display: block;
}

/* ACCOUNT PAGES */




.html-account-page .block {
	float: none;
	width: auto;
	text-align: center;
}
.html-account-page .block .listbox {
	display: block !important;
}


.item-box .btn-wrapper {
	display: none !important;
}
        
        
        ul.mega-menu-responsive.top-menu {
    display: none;
}

}


li.nav-item.obecny-popis {
    display: none;
}

 div#desc {
    padding-left: 15px;
}





 @media (max-width: 1024px) {

  /* Ko��k na 2/3 obrazovky */
  .mobile-cart-aside,
  #off-canvas-right-push {
    width: 67% !important;
    max-width: 67% !important;
  }

  /* Tla��tko zav��t */
  .flyout-cart-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flyout-close-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 1;
  }

  /* Obr�zek produktu */
  .flyout-cart .item .picture {
    flex: 0 0 65px !important;
    max-width: 65px !important;
    padding: 0 10px 0 0 !important;
  }

  .flyout-cart .item .picture img {
    width: 55px !important;
    height: 55px !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* Polo�ka */
  .flyout-cart .item {
    padding: 12px 15px !important;
    border-bottom: 1px solid #eee;
  }

  .flyout-cart .item .d-flex {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .flyout-cart .item .name a {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
  }

  .flyout-cart .item .price,
  .flyout-cart .item .quantity {
    font-size: 12px;
    margin-top: 3px;
  }

  /* Spodn� ��st */
  .flyout-cart-bottom {
    flex-wrap: wrap !important;
    padding: 12px 15px !important;
    border-top: 2px solid #eee;
    background: #f9f9f9;
  }

  .flyout-cart-bottom .totals {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .flyout-cart-bottom .totals strong {
    font-size: 20px;
    color: #000;
  }

  /* Tla��tka pod sebou (na 2/3 ���ky se nevejdou vedle sebe) */
  .flyout-cart-bottom .buttons {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    padding: 0 !important;
  }

  .flyout-cart-bottom .buttons .cart-button,
  .flyout-cart-bottom .buttons .checkout-button {
    width: 100% !important;
    height: 44px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer;
  }

  .flyout-cart-bottom .buttons .checkout-button {
    /*background-color: #709d2e !important;*/
    color: #fff !important;
  }

  .flyout-cart-bottom .buttons .cart-button {
    /*background-color: #ffc107 !important;*/
    color: #000 !important;
  }

}