/*
Template Name: E-SHOP HTML E-Commerce Template
Author: yaminncco

Colors:
	Body 		  : #222222
	Headers 	: #000000
	Primary 	: #7e4695
	Dark 		  :	#000000
	Grey 		  : #DADADA #F6F7F8

Fonts: Hind

Table OF Contents
------------------------------------
1 > GENERAL
------ typography
------ Buttons
------ Inputs
------ Lists
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search header
------ Account header
------ Cart header
3 > NAVIGATION
------ Category nav
------ Menu nav
------ Dropdowns
------ Mobile Nav
4 > BANNERS
5 > HOME SLIDER
6 > PRODUCT
------ Single product
------ Widget product
------ Product slick
7 > PRODUCTS PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > FOOTER
11 > SLICK
------ Arrows
------ Dots
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

/*----------------------------*\
	Typography
\*----------------------------*/

body {
  font-family: 'Hind', sans-serif;
  color: #222222;
  overflow-x: hidden;
}
body.lock-position {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin: 0 0 10px;
}
h1 {
  font-size: 30px;
} 
h2 {
  font-size: 25px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 17px;
}

a, footer p a {
  color: #000000;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #7e4695;
  text-decoration: none;
  outline: none;
}
#navigation a, header a, footer a, .product-tab a, .product-single a, .dropdown a {
  text-decoration: none;
}
li.dropdown {
  list-style-type: none;
}

.primary-color {
  color: #7e4695;
}     
.primary-text-color {
  color: #7e4695;
}  
.gray-color {
  color: #666;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: #000000;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn, .pageResults, .pageSort, .myConfirmButton, .cssbutton {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}
.small-btn {
  padding: 5px 8px;
  font-size: 90%;
}

.pageResults, .pageSort {
  padding: 5px 10px;
  margin: 0 !important;
}
.pageSortWrap {
    margin-right: 15px;
}
.pageSortWrap:last-child {
    margin-right: 10px;
}
.pageSortLabel {
    margin-right: 15px;
    padding: 5px 0;
    display: inline-block;
    float: left;
}

.pageResultsPrev span, .pageResultsNext span  {
  display: none;
}

.icon-btn.main-btn, .icon-btn.primary-btn, .icon-btn.pageResults, .icon-btn.pageSort, .icon-btn.myConfirmButton, .icon-btn.cssbutton {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  border: none;
}

.icon-btn.main-btn.nav-toggle-btn, .icon-btn.primary-btn.nav-toggle-btn {
  width: inherit !important;
  padding: 0 15px;
}
.icon-btn.main-btn.nav-toggle-btn span, .icon-btn.primary-btn.nav-toggle-btn span {
  padding-left: 5px;
}

.main-btn, .pageResults, .pageSort, .myConfirmButton, .cssbutton {
  color: #000000;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

.main-btn:hover, .main-btn:focus, .pageResults:hover, .pageSort:hover, .pageResults:focus, .pageSort:focus, .pageSort.active, .pageResults.ColorRed, .myConfirmButton:hover, .myConfirmButton:focus, .cssbutton:hover, .cssbutton:focus {
  color: #7e4695;
  -webkit-box-shadow: 0px 0px 0px 1px #7e4695 inset, 0px 0px 0px 0px #7e4695;
  box-shadow: 0px 0px 0px 1px #7e4695 inset, 0px 0px 0px 0px #7e4695;
}

.primary-btn {
  color: #FFF;
  background-color: #7e4695;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #000000;
}

/*----------------------------*\
	Inputs
\*----------------------------*/


.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #7e4695 inset, 0px 0px 0px 0px #7e4695;
  box-shadow: 0px 0px 0px 1px #7e4695 inset, 0px 0px 0px 0px #7e4695;
  outline: none;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox>label {
  color: #000000;
}

.input-checkbox input[type="checkbox"]:checked+label+.caption, .input-checkbox input[type="radio"]:checked+label+.caption {
  max-height: 800px;
}

/* iPhone, iPad - fix - start */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"],
.input {
  -webkit-appearance: none;  
  -webkit-border-radius: 0;  
  border-radius: 0;  
}
/* iPhone, iPad - fix - end */


/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-links li>a {
  position: relative;
  display: inline-block;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;  
  max-width: 100%;
}
.menu-nav .list-links li>a, .category-nav .list-links li>a {
  width: 100%;
  padding: 6px 0;
}
.menu-nav .full-width .list-links li>a, .category-nav .full-width .list-links li>a {
  padding: 0;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color: #7e4695;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-top {
  padding-top: 30px;
}
.section-bottom {
  padding-bottom: 30px;
}

.section-grey {
  background: #F6F7F8;
}

.section-title, .pageHeading {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #DADADA;
}

.section-title .title, .pageHeading  .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after, .pageHeading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #7e4695;
}

.section-title .pull-right-title {
    float: right;
    font-size: 13px;
    margin: 10px;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumb>.first, .breadcrumb>.first a {
  color: #DADADA;
}
.breadcrumb>.first a {
  padding: 0 3px;
}
.breadcrumb>.first a:hover {
  color: #7e4695;
}

.breadcrumb>.active {
  color: #7e4695;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADA;
}

.header-top-links {
  float: right;
  margin-left: 15px; 
}
.header-top-links>li {
  display: inline-block;
}

.header-top-links>li+li {
  margin-left: 15px;
}

.header-top-links>li>a {
  cursor: pointer;
  text-transform: uppercase;
}

.header-top-links2 {
  float: right;
  margin-left: 15px; 
}
.header-top-links2>li {
  display: inline-block;
}

.header-top-links2>li+li {
  margin-left: 15px;
}

.header-top-links2>li>a {
  cursor: pointer;
}
.header-top-links2 .dropdown.default-dropdown > .custom-menu > li > a {
    text-transform: none;
}

.header-top-links2 .dropdown.default-dropdown>.custom-menu {
  left: inherit;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.header-top-links2 .dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-right: 20px;
}

.header-logo .logo>img {
  max-width: 290px;
  max-height: 70px;
  margin: 5px 0;
  margin-top: 15px;
}

/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  float: left;
  display: inline-block;
  padding: 15px 0px;
  max-width: 400px;
  margin: 0 15px;
}

.header-search>form {
  position: relative;
}

.header-search>form .search-input {
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 135px;
}

.header-search>form .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.ajaxNicNenalezeno {
    padding: 15px;
}
#search_suggest {
    display: none;
    position: absolute; 
    background: #fff; 
    z-index: 100; 
    border-top: 2px solid #7e4695;
    padding: 5px;
    margin-top: 15px;
    margin-right: 15px;
    min-width: 200px;
    max-width: 800px;
    min-height: 45px;    
    max-height: 350px;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);  
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
#search_suggest li  {
    border-bottom: 1px solid #dadada;
}
#search_suggest li:last-child  {
    border-bottom: 0;
}
#search_suggest li a {
    display: block;
    font-size: 15px;
    padding: 5px 10px;
}
#search_suggest li:hover {
    background: #f5f5f5;
}
#search_suggest li a .price-searchsuggest {
    font-size: 13px;
    margin-left: 10px;
    float: right !important;
}
#search_suggest li a .img-searchsuggest {
    float: left !important;
    margin-right: 10px;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-account {
  float: right;
}
.header-account > a {
  white-space: nowrap;
}

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0px;
}

.header-btns>li+li {
  margin-left: 15px;
}

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  background-color: #FFF;
  border: 1px solid #DADADA;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #7e4695;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #7e4695;
  color: #FFF;
  border-radius: 50%;
}

.header-cart {
  float: right;
}

.header-cart > a {
  white-space: nowrap;
}

.header-cart.dropdown .custom-menu {
  width: 450px;
}
.header-cart.dropdown .shopping-cart-list hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-cart.dropdown .shopping-cart-list .msg, .header-cart.dropdown .shopping-cart-list .alert {
    font-size: 90%;
    line-height: 130%;
}
.header-cart.dropdown .shopping-cart-list .msg:first-child, .header-cart.dropdown .shopping-cart-list .alert:first-child {
    margin-top: 0;
}
.header-cart.dropdown .shopping-cart-list .product.product-widget {
    margin-top: 0;
    margin-bottom: 0;
}
.dalsiDarkyLinkInCart {
    padding-top: 5px;
    font-size: 90%;
}
#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 10px;
  overflow-y: scroll;
}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 4px);
}

.header-btns .header-cart.dropdown.default-dropdown>.custom-menu {
  left: inherit;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.header-btns .header-cart.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*=========================================================
	03 -> NAVIGATION
===========================================================*/

#navigation {
  background-color: #000000;
}

#navigation .container {
  position: relative;
}


/*----------------------------*\
	Category nav
\*----------------------------*/

.category-nav {
  float: left;
  width: 270px;
}

.category-nav .category-header {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  background: #7e4695;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  opacity: 0;
  /* visibility: hidden; */   /* pro zapnuti animace */ 
  display: none;   /* pro vypnuti animace */
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;     
  /* visibility: visible; */   /* pro zapnuti animace */ 
  display: block;   /* pro vypnuti animace */
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px;
}
.category-nav .category-list>li.dropdown>i.dropdown-toggle {
    float: right;
    margin-top: 7px;
    margin-right: 2px;
    padding: 10px 15px;
}

.category-nav .category-list>li>a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
    color: #7e4695;
    font-weight: bold;
}
.category-nav .category-list>li.dropdown>i.dropdown-toggle:hover, .category-nav .category-list>li.dropdown>i.dropdown-toggle:focus, .category-nav .category-list>li.dropdown.open>i.dropdown-toggle {
    color: #7e4695;
    font-weight: bold;
}
/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #000000;
  color: #FFF;
  font-weight: 700;
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}


.menu-nav .menu-list>li {
  display: inline-block;
  margin-left: 1px;
}

.menu-nav .menu-list>li.dropdown>i.dropdown-toggle {
    float: right;
    margin-top: 7px;
    margin-right: 2px;
    padding: 10px 13px;
    color: #fff;
}

.menu-nav .menu-list>li.dropdown:hover, .menu-nav .menu-list>li.dropdown:focus, .menu-nav .menu-list>li.dropdown.open {
    color: #fff;  
    background-color: #7e4695; 
}
.menu-nav .menu-list>li.dropdown>a {
    margin-right: 36px;
    padding-right: 0;
    white-space: nowrap;
}

.menu-nav .menu-list>li>a {
  display: block;
  padding: 15px;
  color: #FFF;
  text-transform: uppercase;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
  color: #fff;  
  background-color: #7e4695;
}
/*----------------------------*\
	Dropdowns
\*----------------------------*/

.sort-menu {
  z-index: 98;
  padding: 1px;
  background: #FFF;
}
.dropdown-menu.sort-menu > li > a {
    padding: 7px 20px;
}
.custom-menu {
  position: absolute;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  /* visibility: hidden; */   /* pro zapnuti animace */ 
  display: none;   /* pro vypnuti animace */
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown.open>.custom-menu {
  opacity: 1;
  /* visibility: visible; */   /* pro zapnuti animace */ 
  display: block;   /* pro vypnuti animace */
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #7e4695;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}


.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
}

.dropdown.mega-dropdown>.custom-menu {
  border-top: 2px solid #7e4695;
  left: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width>.custom-menu {
  width: 100%;
  line-height: 1.1;
}

.dropdown.mega-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #7e4695;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
  display: none;
  float: left;
}

@media only screen and (max-width: 991px) {
  #header .nav-toggle {
    display: inline-block;
  }  
  header .pull-left, header .pull-right {
    float: none !important;
  }
  #header .pull-left {
    text-align: center;
  }  
  .header-logo {
    margin-right: 0;
  }
  #top-header .pull-left {
    float: left !important;;
  }
  #top-header .pull-right {
    float: right !important;;
  }
  header .pull-right {
    margin-top: 10px;
  }
  #top-header .pull-right {
    margin-top: 5px;
  }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.inSwipe {
    -webkit-transition: none;
    transition: none;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 3px solid #7e4695;
    border-bottom: 1px solid #DADADA;
  }
  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
  }
  @supports (height: 100svh) {
    .category-nav .category-list, .menu-nav .menu-list {
      max-height: calc(100svh - 100px);
    }
  }
  @supports (height: 100lvh) {
    .category-nav .category-list, .menu-nav .menu-list {
      max-height: calc(100lvh - 100px);
    }
  }
  @supports (height: 100dvh) {
    .category-nav .category-list, .menu-nav .menu-list {
      max-height: calc(100dvh - 100px);
    }
  }

  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav .category-header {
    border-top: 1px solid #ccc;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  .menu-nav .menu-list>li>a {
    color: #000000;
  }
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 980;
  }
}

/*=========================================================
	04 -> BANNERS
===========================================================*/

.banner-menu {
  display: block;
  float: right;
}

.banner-menu>img,.banner-menu>a>img {
  max-width: 100%;
}
    
.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img,.banner>picture>img,.banner>a>img,.banner>a>picture>img {
  width: 100%;
}
.banner.banner-1 img {
  aspect-ratio: 870/510;    
}
.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}
.banner h2 {
  font-size: 42px;
  text-transform: uppercase;
}
.banner h3 {
  font-size: 24px;
}

/*=========================================================
	05 -> HOME SLIDER
===========================================================*/

#home .home-wrap {
  margin-left: 270px;
}

#home-slick .banner {
  margin: 0px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
  color: #7e4695;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating i {
  color: #FFB656;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span, .product .product-label-right>span {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 4px 12px;
  color: #FFF;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 22;
  text-align: center;
  margin-bottom: 3px;
}

.product .product-label>span.sale, .product .product-label-right>span.sale {
  background-color: #7e4695;
  border: 1px solid #7e4695;
  font-weight: 700;
}
.product .product-label>span.promo, .product .product-label-right>span.promo {
  background-color: #fff;
  border: 1px solid #7e4695;
  color: #7e4695;
}
.product .product-label>span.promo2, .product .product-label-right>span.promo2 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #000000;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #7e4695;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product.product-single .product-thumb {
  position: relative;
  margin-bottom: 15px;
}

.product.product-single .product-thumb>img {
  width: 100%;
  aspect-ratio: 350/270;  
} 
.product.product-single .product-thumb>img.blogThumb {
  aspect-ratio: 300/150;  
} 
   
.product.product-single .onlyHoverActiveLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;    
  z-index: 0;     
  text-decoration: none;   
}  

.product.product-single:hover .onlyHoverActiveLink {
  opacity: 0.7;
  visibility: visible;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product.product-single .product-label-right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right; 
  z-index: 1;
}

.product.product-single .product-label>span {
  display: block;
  margin-bottom: 0;
  border-width: 1px;
  padding: 3px 10px;
}

.product.product-single .product-label-right>span {
  display: inline-block;
  margin-bottom: 1px;
  border-width: 1px;
}
.product.product-single .product-label-right>span.promo {
  display: block;
}
.product.product-single .product-label-right>span>span {
  display: none;
}
.product.product-single:hover .product-label-right>span {
  display: block;
}
.product.product-single:hover .product-label-right>span>span {
  display: inline-block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 15px;
}

.product.product-single .product-price {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.product.product-single .product-price small {
  font-size: 60%;  
  font-weight: 400;
}

.product.product-single .product-rating {
  float: right;
  margin-top: 5px;
}

.product.product-single .product-name {
  font-size: 16px;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #7e4695;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 100%;
}

.product.product-widget .product-body {
  padding-left: 70px;
  padding-top: 0;
  min-height: 55px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertikálně na střed */
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}

.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px; 
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #000000;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
/*  margin-right: 15px;
  margin-left: 15px;*/
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside {
    border-right: 1px solid #dadada;
}    
#aside .aside {
  margin-bottom: 30px;
}
#aside .aside a {
  text-decoration: none;
}
 
#aside .aside li.active {
  font-weight: bold;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #7e4695;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #000000;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #7e4695;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FFF;
  background: #000000;
  border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #DADADA;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #000000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #7e4695;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #7e4695;
}


/*----------------------------*\
	Filter panel
\*----------------------------*/
#searchFiltersPanelWrap {
    border-right: 1px solid #dadada;
}    
#searchFiltersPanel .aside {
  margin-bottom: 10px;
}
.facet-title {
  position: relative;
  border-top: 1px solid #DADADA;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
}
.facet-title-toggle {
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
}
.facet-title-toggle:after, .facet-title-toggle:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0;
}
.facet-title-toggle:after {
  right: 0;
}
.facet-title-toggle:before {
  left: 0;
  top: 13px;
}
#searchNavigation.showOnlyOneParam .facet-title-toggle:before {
    content: "\f104";
}
#searchNavigation.showOnlyOneParam .facet-title-toggle:after {
    display: none;
}
#searchNavigation.showOnlyOneParam .facet-title {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 15px;
  border-top: none;
  padding-left: 25px;
  position: fixed;
  top: 0;
  height: 50px;
  width: 240px;
  overflow: hidden;
}
#searchNavigation.showOnlyOneParam .facet-title  .facet-title-toggle {
  width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activeFacetOptionsCount {
    display: none;
}
.facet-title-toggle.expand-down:after {
  content: "\f107";
}
.facet-title-toggle.expand-down .activeFacetOptionsCount {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
}
.facet-title-toggle.expand-up:after {
  content: "\f106";
}
.facet-title-toggle.expand-right:after {
  content: "\f105";
}
#searchFiltersPanel .cancelFilter {
  font-size: 12px;
  text-align: left;
  margin: 5px 0;
  line-height: 16px;
}
#searchFiltersPanel .aside a {
  text-decoration: none;
}
 
#searchFiltersPanel .aside li.active {
  font-weight: bold;
}

#searchFiltersPanel .aside:last-child {
  margin-bottom: 0px;
}
#searchFiltersPanel .list-links li > a::before {
  content: "\f096";
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
#searchFiltersPanel .list-links li>a, #searchFiltersPanel .list-links li>a:hover, #searchFiltersPanel .list-links li>a:focus, #searchFiltersPanel .list-links li.active>a {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
  padding-left: 17px;
  width: 100%;
}
#searchFiltersPanel .list-links li>a {
  padding-top: 6px;
  padding-bottom: 6px;
}
#searchFiltersPanel .list-links li>a:hover, #searchFiltersPanel .list-links li>a:focus {
    background: #fbfbfb;
}
#searchFiltersPanel .aside .list-links li {
  line-height: 1;
}
#searchFiltersPanel .list-links li.active>a::before {
  content: "\f046";
}
.topPanelCountOfProducts {
    padding-top: 11px;
    padding-bottom: 20px;
}
.facet-group-wrap {
  position: relative;
}
.facet-group {
  max-height: 300px;
  overflow-y: auto;
  margin-right: -15px;
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.15) transparent;
}
.facet-group::-webkit-scrollbar {
  width: 5px;
}
.facet-group::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.15);
  border-radius: 3px;
}
.facet-group::-webkit-scrollbar-track {
  background: transparent;
}
.facet-group.expanded {
    max-height: 1000px;
}
.facet-group:after {
  bottom: 0;
  background: linear-gradient(
      to bottom,
      rgba(255,255,255,0),
      rgba(255,255,255,1)
  );
}
.facet-group:before {
  top: 0;
  background: linear-gradient(
      to top,
      rgba(255,255,255,0),
      rgba(255,255,255,1)
  );
}
.facet-group:after, .facet-group:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity .15s ease;
}
.facet-group.has-fade-bottom:after, .facet-group.has-fade-top:before {
  opacity: 1;
}
.facet-group-toggle {
  display: block;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
}
.facet-group-toggle.hidden {
  display: none;
}
.searchOptionValueWrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}
.searchOptionValue {
  flex: 0 0 auto;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #dadada;
  padding: 2px 5px;
  background: #f0f0f0;
  border-radius: 15px;
  white-space: nowrap;
  color: #000;
}
.searchOptionValue.activeSearchOption {
  border: 1px solid #777;
}
.searchOptionValue a {
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}
.searchOptionValue:hover {
  color: #000;
  background: #eaeaea;
}
.searchOptionValue a:hover {
  color: #000;
} 
.facetCountOptions {
  padding-left: 3px;
  padding-top: 2px;
  font-size: 11px;
}
.active .facetCountOptions, a:hover .facetCountOptions, a:focus .facetCountOptions {
  color: #666;
}

#searchFiltersPanelWrap {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;        
}
#rightSearchResultsPanel {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;        
}
@media only screen and (min-width: 992px) {
    #searchFiltersPanelWrap {
        width: 215px;
        float: left;     
    }
    #searchFiltersPanel {
        width: 184px;
    }
    #rightSearchResultsPanel {
        width: 755px;
        float: left;       
    }
    #searchFiltersPanel {
        padding-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    #rightSearchResultsPanel {
        width: 955px;
        float: left;       
    }
}
@media only screen and (max-width: 991px) {
  .searchOptionValue {
    padding: 4px 7px;
  }
  .searchOptionValue a {
    color: #444;
  }
  .searchOptionValue.activeSearchOption a {
    color: #000;
  }
  .facet-group,.facet-group.expanded {
      max-height: 99999px;
  }
  .facet-title {
    font-size: 18px;
  }
  #searchNavigation:not(.showOnlyOneParam) .emptyFullFacet {
    display: none;
  }
  #pageResultsFilters {
    position: relative;
    margin-right: -15px;
    padding-right: 15px;
  }
  #searchFiltersPanel {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-right: 0;
    padding-left: 15px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #searchFiltersPanel.inSwipe {
    -webkit-transition: none;
    transition: none;
  }
  #searchFiltersPanel.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #searchNavigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 980;
  }
  
  #searchFiltersPanel .aside .list-links li {
    font-size: 15px;
  }
  #searchFiltersPanel .list-links li>a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .facetCountOptions {
    font-size: 13px;
    padding-left: 5px;
  }
  #searchFiltersPanel .list-links li>a, #searchFiltersPanel .list-links li>a:hover, #searchFiltersPanel .list-links li>a:focus, #searchFiltersPanel .list-links li.active>a {
    padding-left: 19px;
  }
  .topResultsPanelMobile {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, auto);
    gap: 15px;
  }
  .topResultsPanelMobile .resultsSearchOptionsSort .main-btn, .topResultsPanelMobile .searchfilters-toggle-btn {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; 
    display: block;
  }
  .searchOptionValueWrapper {
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      row-gap: 0;
      column-gap: 5px;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: -15px;
      margin-bottom: -15px;
  }
  .searchOptionValueWrapper::-webkit-scrollbar {
      display: none; 
  }
  .searchOptionValueWrapper::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      width: 40px;
      height: 50px;
      pointer-events: none;
      background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  }
  
  .searchfilters-top {
    height: 65px;
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: #fff;
    padding-top: 5px;
  }
  .searchfilters-top.extraButton {
    height: 95px;
  }
  .searchfilters-nav {
    padding-right: 15px;
    padding-bottom: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 65px);
  }
  .searchfilters-nav.extraButton {
    max-height: calc(100vh - 95px);
  }
  .showOnlyOneParam .searchfilters-nav {
    max-height: calc(100vh - 115px);
    margin-top: 60px;
  }
  .showOnlyOneParam .searchfilters-nav.extraButton {
    max-height: calc(100vh - 145px);
  }  
  @supports (height: 100svh) {
    .searchfilters-nav {
      max-height: calc(100svh - 65px);
    }
    .showOnlyOneParam .searchfilters-nav {
      max-height: calc(100svh - 115px);
    }
    .searchfilters-nav.extraButton {
      max-height: calc(100svh - 95px);
    }
    .showOnlyOneParam .searchfilters-nav.extraButton {
      max-height: calc(100svh - 145px);
    }
  }
  @supports (height: 100lvh) {
    .searchfilters-nav {
      max-height: calc(100lvh - 65px);
    }
    .showOnlyOneParam .searchfilters-nav {
      max-height: calc(100lvh - 115px);
    }
    .searchfilters-nav.extraButton {
      max-height: calc(100lvh - 95px);
    }
    .showOnlyOneParam .searchfilters-nav.extraButton {
      max-height: calc(100lvh - 145px);
    }
  }
  @supports (height: 100dvh) {
    .searchfilters-nav {
      max-height: calc(100dvh - 65px);
    }
    .showOnlyOneParam .searchfilters-nav {
      max-height: calc(100dvh - 115px);
    }
    .searchfilters-nav.extraButton {
      max-height: calc(100dvh - 95px);
    }
    .showOnlyOneParam .searchfilters-nav.extraButton {
      max-height: calc(100dvh - 145px);
    }
  }
}


/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.4;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #7e4695 inset;
  box-shadow: 0px 0px 0px 2px #7e4695 inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}  
.product-view.product-view-bigImg>img {
  aspect-ratio: 720/600;
} 
.product-view.product-view-thumbImg>img {
  aspect-ratio: 192/148;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 0;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #7e4695;
  border-color: #7e4695;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #7e4695;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #7e4695;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 80px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li {
  margin-left: 30px;
}  
.product-tab .tab-nav {
  margin-left: -30px;
} 
.product-tab .tab-nav-parent {
  overflow: hidden;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #7e4695;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #7e4695;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: #FFB656;
}

.single-review .review-rating>i.empty {
  color: #DADADA;
}

.single-review .review-body {
  margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #7e4695;
}

/*-- review form --*/

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #000000;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #000000;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #7e4695;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/

.footer {
  margin: 15px 0px;
}

.footer .footer-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {

}

.footer-social>li {
  font-size: 40px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 6px;
}

.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

/*=========================================================
	11 -> SLICK
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  background: #000000;
  z-index: 22;
  opacity: 0.7;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #7e4695; 
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
  opacity: 1;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #7e4695;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	Ostatni - pred RESPONSIVE
===========================================================*/


.kategorieBtn .imgButton {
    display: block;
    text-align: center;
} 
.kategorieBtn .imgButton > img {
    max-width: 100%;
    max-height: 120px;
} 
.kategorieBtn .imgButtonText {
    display: block;
    text-align: center;
    margin: 5px 0;
} 
.kategorieBtn .imgButtonExtraText {
    font-size: 90%;
    font-weight: normal;
    color: #555;
}  
  
.kategorieBtn.iconBtn  {     
    padding: 5px 10px;
}
.kategorieBtn .imgIconButton {
    display: block;
    vertical-align: middle;
    width: 50px;   
    float: left; 
}  
.kategorieBtn .imgIconButton > img {
      max-height: 32px;
      max-width: 100%; 
}    
.kategorieBtn .imgIconButtonText {
    display: block;  
    vertical-align: middle;   
    padding: 6px 0;
} 
.kategorieBtnCornerLabel {
    position: absolute; 
    top: 0; 
    right: 10px; 
    font-size: 10px; 
    color: #fff;
    background-color: #7e4695;
    line-height: 17px; 
    font-weight: bold;
}

.videoPlayerWrap iframe {
    height: 450px;
    width: 100%;
}

/*=========================================================
	12 -> RESPONSIVE
===========================================================*/

.visible-xxs {
    display: none;
}

.fixedListaSpacer {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-nav .category-list > li > a {
      padding: 11px 15px;
      font-size: 13px;
    }
    .menu-nav .menu-list > li > a {
      padding: 15px 11px;
      font-size: 13px;
    }    
    .dropdown.side-dropdown>.custom-menu {
      width: 702px;
    }
    .dropdown.mega-dropdown>.custom-menu {
      min-width: 702px;
    }    
    .category-nav .category-header {
        padding: 14px 15px;
    }
    #home .home-wrap {
        margin-left: 240px;
    }
    .category-nav {
        float: left;
        width: 240px;
    }
    .category-nav .category-list {
        width: 240px;
    }
    .category-nav .category-list > li.dropdown > .dropdown-toggle > i {
        line-height: 16px;
    }
    
    .category-nav .category-list>li.dropdown>i.dropdown-toggle {
        margin-top: 2px;
    }
    .menu-nav .menu-list>li.dropdown>i.dropdown-toggle {
        margin-top: 5px;
    }
    
    .product.product-single .product-label>span, .product.product-single .product-label-right>span  {
      font-size: 0.9em;
    }
    .product.product-single .product-price {
      font-size: 21px;
    }
    .product.product-single .product-name {
      font-size: 15px;
    }      
    .videoPlayerWrap iframe {
        height: 380px;
    }
}

@media only screen and (max-width: 991px) {
  .mobile-filter-categories.pull-right {
    float: none !important;
  }  
/* FIALOVA - TOP HEADER - START */
  #top-header {
    background: #7e4695;
    color: #fff;
  }
  #top-header a {
    color: #fff;
  }
  #top-header a:hover, #top-header a:focus {
    color: #fff;
  }
  #top-header .custom-menu a {
    color: #000;
  }
  #top-header .custom-menu a:hover, #top-header .custom-menu a:focus {
    color: #000;
  }  
/* FIALOVA - TOP HEADER - END */ 

  .kategorieBtn .imgButton {
      float: left;
      width: 50px;    
      text-align: left;
  }  
  .kategorieBtn .imgButton.withExtraText {
      margin-top: 6px;
  }  
  .kategorieBtn .imgButton > img {
        max-height: 32px;
        max-width: 100%; 
  } 
  .kategorieBtn .imgButtonText {
      text-align: left;
  }    

  .breadcrumb {
    padding-top: 0px;
  }
  #home .home-wrap {
    margin-left: 0px;
  }
  #aside {
    margin-bottom: 60px;
  }
  .product-reviews {
    margin-bottom: 30px;
  }
  
  .header-btns>li {
    padding: 5px 0px;
  }
  #search_suggest {
    margin-top: 5px;
    margin-right: 5px;
  }
  .header-logo .logo>img {
    margin-top: 10px;
  }
  .menu-nav .list-links li>a, .category-nav .list-links li>a {
    padding: 15px 0 !important;
  }
  .menu-nav hr, .category-nav hr {
    margin: 0;
  }
  .menu-nav .custom-menu, .category-nav .custom-menu {
    padding: 0 15px;
  }
  .category-nav .category-list.open>li.dropdown>.fa-angle-right::before {
        content: "\f0d7";/* \f105 */
  }
  .category-nav .category-list.open>li.dropdown.open>.fa-angle-right::before {
        content: "\f0d8";
  }
  .category-nav .category-list.open>li.dropdown>a {
        border-right: 1px solid #dadada;
        margin-right: 45px;
  }
  .category-nav .category-list.open>li.dropdown.open>a {
        border-bottom: 1px solid #dadada;
  }
  .category-nav .category-list.open>li.dropdown {
        border-bottom: 1px solid #dadada;
        margin-bottom: -1px; 
  }
  .menu-nav .menu-list.open>li.dropdown.open>.fa-caret-down::before {
        content: "\f0d8";/* \f105 */
  }
  .menu-nav .menu-list.open>li.dropdown>a {
        border-right: 1px solid #dadada;
        margin-right: 45px;
  }
  .menu-nav .menu-list.open>li.dropdown.open>a {
        border-bottom: 1px solid #dadada;
  }
  .menu-nav .menu-list.open>li.dropdown {
        border-bottom: 1px solid #dadada;
        margin-bottom: -1px; 
  }
  .menu-nav .menu-list.open>li.dropdown>i.dropdown-toggle {
      color: #222222;      
      padding: 10px 15px;
  }
  .menu-nav .menu-list.open>li.dropdown>i.dropdown-toggle:hover, .menu-nav .menu-list.open>li.dropdown>i.dropdown-toggle:focus, .menu-nav .menu-list.open>li.dropdown.open>i.dropdown-toggle {
      color: #7e4695;
      font-weight: bold;
  }  
  .menu-nav .menu-list.open>li.dropdown:hover, .menu-nav .menu-list.open>li.dropdown:focus, .menu-nav .menu-list.open>li.dropdown.open {
      color: #7e4695;
      background-color: #fff;
  }  
  .menu-nav .menu-list.open>li>a:hover, .menu-nav .menu-list.open>li>a:focus, .menu-nav .menu-list.open>li.dropdown.open>a {
      color: #7e4695;
      background-color: #fff;
      font-weight: bold;
  }    
  .videoPlayerWrap iframe {
      height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #search_suggest {
    width: calc(100% - 10px);
    left: 5px;
  }  
  .header-cart.open .closeableIcon.header-btns-icon .fa:before, .header-account.open .closeableIcon.header-btns-icon .fa:before {
        content: "\f00d";
        color: #7e4695;
  }
  .header-cart.open .closeableIcon.header-btns-icon, .header-account.open .closeableIcon.header-btns-icon {
      border: 2px solid #7e4695;
      border-bottom: 0;
      height: 47px;
      margin-bottom: -7px;
      z-index: 101;      
  }
  .header-cart.open .header-btns-icon .qty {
      display: none;
  }
  .custom-menu {
    -webkit-transition: none;
    transition: none;
  }
  .header-search {
    width: calc(100% - 180px);
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner h2 {
    font-size: 32px;
  }
  .banner h3 {
    font-size: 22px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 15px;
  } 
  .header-btns>li+li {
    margin-left: 10px;
  }
  .header-btns>li .header-btns-icon {
    margin-right: 5px;
  }
  .header-search {
    margin-right: 5px;
  }
  
  .header-btns .header-account.dropdown.default-dropdown>.custom-menu {
    left: inherit;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  .header-btns .header-account.dropdown.default-dropdown.open>.custom-menu {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .product-tab .tab-nav li a {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .product-tab .tab-nav li {
    margin-left: 20px;
  } 
  .product-tab .tab-nav {
    margin-left: -20px;
  }  
  .videoPlayerWrap iframe {
      height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .col-xxs-6 {
    width: 50%;
  }     
  [class*='col-xs']:not(.xs2Cols) {
    width: 100%;
  }     
  [class*='col-xs-offset']:not(.xs2Cols) {
    margin-left: 0;
  }   
  .text-left-xxs {
    text-align: left !important;
  } 
  .mobile-filter-categories.pull-right,.mobile-filter-brands.pull-right {
    float: none !important;
  }  
  .banner h1 {
    font-size: 32px;
  }
  .banner h2 {
    font-size: 28px;
  }
  .banner h3 {
    font-size: 18px;
  }
  #top-header .pull-left {
    width: 82%;
  }
  .header-top-links2>li {
    display: block;
  }  
  .header-top-links2>li+li {
    margin-left: 0;
    margin-top: 5px;
  }
  .header-logo .logo>img {
    margin-top: 5px;
  }  
  .header-search {
    width: 40%;   /* old browser fix */
    width: calc(100% - 180px);
  }
  
  .product-tab .tab-nav li {
    margin-left: 17px;
  }   
  .product-tab .tab-nav {
    margin-left: -17px;
  }
  .tableDoprava th, .tableDoprava td {
    padding: 2px !important;
    font-size: 0.9em;
  }
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: inline-block !important;
  }
  .videoPlayerWrap iframe {
      height: 180px;
  }
}


/*=========================================================
	Responsive / plovouci lista
===========================================================*/
@media only screen and (max-width: 991px) {
  .fixedListaSpacer {
    display: block;
    height: 0px;
  }
  #header.fixedTopLista {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    top: -6px;
    padding-bottom: 3px; 
    padding-top: 0;
    padding-bottom: 3px; 
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.175);  
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  
  #header.fixedTopLista .header-logo {
    display: none;
  }
  #header.fixedTopLista .header-minilogo {
    display: inline-block;
    padding-top: 8px; 
    padding-left: 10px; 
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header.fixedTopLista .header-search {  
    width: 25%;   /* old browser fix */
    width: calc(100% - 550px);
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  #header.fixedTopLista .header-search {
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 420px) {
  #header.fixedTopLista .header-minilogo {
    display: none;
  }
}


/*=========================================================
	13 -> OSTATNI
===========================================================*/
#header .header-minilogo {
    display: none;
    float: left;
}
.width100 {
    width: 100%;
}
.infoSklad {
    display: block;
    margin-top: 10px;
    float: left;
}
.minisection {
    margin: 15px 0;
}
.minisection-top {
  padding-top: 15px;
}
.minisection-bottom {
  padding-bottom: 15px;
}
.microsection {
    margin: 5px 0;
}
.microsection-top {
  padding-top: 5px;
}
.microsection-bottom {
  padding-bottom: 5px;
}
.markLink:after {
  content: " \f105";
  font-weight: bold;
  font-family: FontAwesome;
}

.paramsTableTd {
    padding: 3px 5px;
}

.animlink {
  position: relative;
  display: inline-block;
  padding: 2px 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.animlink:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.animlink:hover, .animlink:focus {
  color: #7e4695;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.animlink:hover:before, .animlink:focus:before {
  opacity: 1;
  visibility: visible;
}
/* Google Translate lista jinak prekryva ovladaci prvky webu */
.goog-te-banner-frame {
    z-index: 98 !important;
}
.googtransOn {
    display: none;
}
.nowrap {    
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
} 
.textTransformNone {
  text-transform: none;
}  
.fontWeightNormal {
  font-weight: normal;
}
.nounderline {
    text-decoration: none;
}
.vyrobceVypis {
    margin-bottom: 15px;  
}
.vyrobceVypis a {
    text-decoration: none; 
    display:block; 
    cursor: pointer; 
    text-align: center;
    line-height: 15px;  
}
.vyrobceVypis img {
    aspect-ratio: 250/100;
}
.vyrobceVypis a.vyrobceLogoAnchorInList {
    position: relative; 
    margin-top: 15px; 
    margin-bottom: 10px; 
    line-height: 80px;  
    font-size: 130%; 
    font-weight: bold; 
}
.vyrobceLogoAnchorInList img {
    max-width: 200px; 
}
.bubbleNumber {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  background: #7e4695;
  color: #FFF;
  border-radius: 50%;
  display: inline-block;
}

.product-tab .tab-nav .bubbleNumber {
  background: #000;
  color: #FFF;
  position: relative;
  bottom: 3px;
}
.product-tab .tab-nav .active .bubbleNumber, .product-tab .tab-nav li:hover .bubbleNumber, .product-tab .tab-nav li:focus .bubbleNumber {
  background: #7e4695;
  color: #FFF;
}
.kategorieBtn {
    margin: 5px 0;
    padding: 8px 10px;
    font-weight: normal;
}   
.aside .bubbleNumber, .kategorieBtn .bubbleNumber {
  min-width: 18px;
  height: 18px;
  padding: 2px;
  background: #fff;
  color: #7e4695;
  float: right;
  font-size: 11px;
}   
.aside .bubbleNumber {
  font-weight: normal; 
  padding: 0;     
  padding-left: 4px;
}  
.aside .list-links li>a {
  padding: 0;
}   
.aside .list-links li {
  line-height: 1.2;
}   
.aside .active .bubbleNumber, .aside a:hover .bubbleNumber, .aside a:focus .bubbleNumber {
  color: #666;
}
.kategorieBtn:hover .bubbleNumber, .kategorieBtn:focus .bubbleNumber  {
  background: #7e4695;
  color: #fff;
}
#popis {
    font-size: 1.1em;
}
.vyrobce {
   padding-left: 5px;
   line-height: 1;
   padding-top: 5px;
   max-width: 50%;
}
.sklad {
   padding-right: 5px;
   line-height: 1;
   padding-top: 5px;
   max-width: 50%;
}
.transparentBackground {
    background-color:rgba(255, 255, 255, 0.35);
}
.lessTransparentBackground {
    background-color:rgba(255, 255, 255, 0.6);
}
.transparentBackgroundDark {
    background-color:rgba(20, 20, 20, 0.35);
}
.banner-caption.transparentBackground, .banner-caption.transparentBackgroundDark, .banner-caption.moreTransparentBackground {
    padding: 10px 15px;
}
#product-main-view .product-view img {
    cursor: zoom-in;
}
#filter_product {
    width: 100%;
    max-width: 100%;
}
select {
    max-width: 100%;
}

/* iPhone/iPad - FIX - START document.click() */
body.pointerBody {
  cursor: pointer;
}
/* iPhone/iPad - FIX  - END */


.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
}

.slick-prev:before
{
    content: "\f060";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f061";
}
.slick-next:before
{
    content: "\f061";
}
[dir='rtl'] .slick-next:before
{
    content: "\f060";
}
.menyLeftDropdown .meny .dropdown-menu-right {
    left: 100px;
}


/*=========================================================
	Top banner
===========================================================*/
#topBanner {
    background: #7e4695; 
    text-align: center; 
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 35px;
    color: #fff;
    width: 100%; 
    border-bottom: 1px solid #DADADA;
}
#topBanner a {
  color: #ffffff;
}
#topBanner a:hover, #topBanner a:focus {
  color: #ffffff;
}
#topBannerClose {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin-right: -27px;
    margin-top: 1px;
}
#topBannerClose a {
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
  #topBanner {
      background: #f5f5f5; 
      color: #7e4695;
  }
  #topBanner a {
    color: #000000;
  }
  #topBanner a:hover, #topBanner a:focus {
    color: #7e4695;
  }
  #topBannerClose {
      color: #000000;
  }    
  #topBanner #topBannerClose:hover, #topBanner #topBannerClose:focus {
    color: #7e4695;
  }
}


/*=========================================================
	Confirm cookies
===========================================================*/
#confirmCookies {
    padding: 2px 0;
    position: fixed;
    width: 100%;
    background: #efefef;
    border-top: 1px solid #ccc;
    opacity: 0.9;
    bottom: 0;
    left: 0;
    z-index: 101;
}
#confirmCookies button {
    padding: 4px 8px;
    margin: 3px;
}


/*=========================================================
===========================================================*/
/*=========================================================
===========================================================*/
/*=========================================================
===========================================================*/
/*=========================================================
 puvodni stylesheet.css 
===========================================================*/
/*=========================================================
===========================================================*/
/*=========================================================
===========================================================*/
/*=========================================================
===========================================================*/

.kategorie_nadpis {
  color: #2a2e32;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 10px;
}
.cara {
  display: block;
  width: 215px;
  height: 8px;
  background: url("/templates/svet-kadernictvi2/images/cara.gif") left top no-repeat;
  border: none;
  position: relative;
  right: 15px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.Clear {
  clear: both;
}
.Clear_bottom {
  margin-bottom: 30px;
  position: relative;
  bottom: 10px;
}
.Product_listingProductListing-heading {
  width: 110px;
  float: left;
  font-weight: bold;
}
.Product_listingProductListing-heading_image {
  width: 40px;
  float: left;
  font-weight: bold;
}
.cara hr {
  display: none;
}
.Kategorie {
  font-weight: bold;
  padding: 3px;
  margin: 2px 0;
  margin-left: 21px;
  display: list-item;
}
.nosubcat {
  background: url("/templates/svet-kadernictvi2/images/nosubcat.jpg") left top no-repeat;
}
.subcat {
  background: url("/templates/svet-kadernictvi2/images/subcat.jpg") left top no-repeat;
}
.actsubcat {
  background: url("/templates/svet-kadernictvi2/images/actsubcat.jpg") left top no-repeat;
}
.cat {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 25px;
  display: block;
  width: 179px;
  height: 16px;
  overflow:hidden;
  white-space: nowrap;
}
#menu li, #menu ul {
  margin:0;
  padding:0;
  display: inline;
}
#menu {
  position: relative;
  top: 4px;
  right: 2px;
  color: #2a2e32;
}
#menu strong {
  font-weight: normal;
}

#menu ul ul {
  font-size: 95%;
}

#menu ul li li .cat {

}


#menu ul li li li .cat {
  height: 10px;
  background-image:  none;
  background: #f9f9f9;
  margin-left: 2px;
  width: 177px;
  padding: 6px 30px 10px 12px;
}
#menu ul li li li .subcat:after { content: " >>"; font-size: 9px; font-weight: bold; }
#menu ul li li li .cat img {
  width: 1px;
  height: 1px;
  border: 2px solid #555;
}
#menu ul li li ul {
  border-bottom: 1px solid #ddd;
  display: block;
}



#menu ul li li li li .cat {
  height: 10px;
  font-size: 110%;
  background-image:  none;
  background: #f9f9f9;
  margin-left: 2px;
  width: 177px;
  padding: 0 22px 12px 20px;
}
#menu ul li li li li .cat img {
  width: 1px;
  height: 1px;
  border: 1px solid #555;
}
#menu ul li li li ul {
  border-bottom: none;
}



#menu a {
  text-decoration: none;
  cursor: pointer;
}
#menu a:hover strong, #menu a:hover span {
  font-weight: bold;
  color: #3b4761;
}
.b {
  color: #2a2e32;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: bold;
}
img {
  border:0;
}

#left_space {
  background: #fff  url("/templates/svet-kadernictvi2/images/background_image.gif") repeat-x left top;
}
#right_space {
  background: #e6e8eb url("/templates/svet-kadernictvi2/images/background_image_right.gif") repeat-x left top;
}
.header {
  background: #fff  url("/templates/svet-kadernictvi2/images/header.jpg");
  height: 561px;
  width: 980px;
  position: relative;
  overflow:hidden;
}
.HeaderRight {
  bottom: 452px;
}
#registrace {
  bottom: 78px;
}

#left_space {
  width: 50%;
}
#right_space {
  width: 50%;
}


#wrapper {
  width: 980px;
  text-align: left;
  position: relative;
}


.HeaderLeft {
  float: left;
  margin-top: 46px;
  margin-left: 10px;
}

.HeaderRight {
  float: right;
  width: 200px;
  position: absolute;
  right: 0px;
}

#tlacitko_kosik {
  width: 33px;
  height: 34px;
  background-image: url("/templates/svet-kadernictvi2/images/kosik.gif");
  display: block;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}
#kosik {
  color: #393941;
}
#kosik strong {
  color: #000;
}
#kosik a {
  text-decoration: none;
  color: #38475a;
}
#kosik a:hover {
  font-weight: bold;
}
#kosik a:hover #tlacitko_kosik{
  background-image: url("/templates/svet-kadernictvi2/images/kosik_hover.gif");
}
#body_wrapper {
  width: 980px;
  position: relative;
  overflow:hidden;
}
#content {
  width: 980px;
  color: #000;
  background: #fff  url("/templates/svet-kadernictvi2/images/background_image_content.gif") repeat-y left top;
}

.left_wrapper {
  float: left;
  width: 760px;
  min-height: 52px; 
}

.left_column {
  padding-top: 20px;
  width: 220px;
  float: left;
  min-height: 52px; 
  background: url("/templates/svet-kadernictvi2/images/background_image_LC.gif") left top no-repeat;
}
.center_column {
  padding-top: 20px;
  padding-left: 23px;
  padding-right: 20px;
  width: 497px;
  float: right;
  min-height: 52px; 
  background: url("/templates/svet-kadernictvi2/images/background_image_CC.jpg") left top no-repeat;
  overflow: hidden;
}
.right_column {
  padding-top: 20px;
  padding-left: 20px;
  width: 200px;
  float: left;
  min-height: 101px; 
  background: url("/templates/svet-kadernictvi2/images/background_image_RC.jpg") left top no-repeat;
}
#left_space_footer {
  width: 50%;
  background: #000  url("/templates/svet-kadernictvi2/images/background_image_footer.gif") repeat-x left top;
}
#right_space_footer {
  width: 50%;
  background: #000 url("/templates/svet-kadernictvi2/images/background_image_footer_rig.gif") repeat-x left top;
}

.pageHeading img {
  display: none;
}
.pageHeading img.show {
  display: inline;
}

/* polozky vypisu */
.TrentaTre {
  margin-bottom: 20px;
  clear: both;
  position: relative;
}
.AlsoBuy {
  margin: 20px;
  display: block;
  float: left;
  border: 1px solid #ccc;
  padding: 5px; 
  width: 130px; 
  height: 130px; 
  overflow: hidden; 
  margin: 10px 21px 10px 0; 
  text-align: center;
}
.float_left {
  float: left;
}

#registrace {
  position: absolute;
  right: 18px;
  color:#c2cdcf;
  font-size: 15px;
}
#registrace_text {
  position: absolute;
  width: 180px;
  padding-right: 20px;
  right: 0px;
  top: 175px;
  color:#c2cdcf;
  font-family: "Conv_GOTHIC",sans-serif;
  font-size: 15px;
}
#registrace_text strong {
  font-weight:normal;
}
#registrace_text a {
  color: #fff;
  text-decoration: underline;
}
#registrace_text a:hover {
  text-decoration: none;
}
#tlacitko_registrace {
  width: 182px;
  height: 41px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
#tlacitko_registrace.czech {
  background-image: url("/templates/svet-kadernictvi2/images/registrace.gif");
}
a:hover #tlacitko_registrace.czech {
  background-image: url("/templates/svet-kadernictvi2/images/registrace_hover.gif");
}
#tlacitko_registrace.slovak {
  background-image: url("/templates/svet-kadernictvi2/images/registrace_sk.gif");
}
a:hover #tlacitko_registrace.slovak {
  background-image: url("/templates/svet-kadernictvi2/images/registrace_hover_sk.gif");
}
#tlacitko_registrace span {
  display:none;
}
#h1_cover {
  position: absolute;
  left: 15px;
  top: 270px;
}
#h1_cover2 {
  position: absolute;
  left: 15px;
  top: 167px;
}
#h1 {
  font-family: "Conv_GOTHIC",sans-serif;
  font-size: 40px;
  color:#fff;
  font-weight: normal;
  display: none;
}
#h1_under, #h1_under2 {
  font-family: "Conv_GOTHIC",sans-serif;
  font-size: 20px;
  color:#aebec3;
  font-weight: normal;
  width: 220px;
  display: block;
}
#h1_cover #h1_under {
    font-size: 21px;
}
.AlignLeft {
  text-align: left;
}

.Venticinque {
  width: 20%;
  float: left;
  font-weight: bold;
  margin: 5px;
}
.Venticinque2 {
  width: 100px;
  float: left;
  margin: 5px;
}
.Venticinque2_image {
  width: 132px;
  float: left;
  margin: 5px;
}
.Table_templateClear {
  font-size: 0.2em;
  clear: both;
}

.back_prod span {
  display: none;
}
.back_prod {
  display: block;
  margin-bottom: 1px;
  width: 160px;
  height: 29px;
  padding-left: 60px;
  padding-top: 10px;
  color: #fff;
}
.best_sellers_wrapper {
  width: 220px;
  position: relative;
  right: 20px;
  padding-bottom: 43px;
  background: url("/templates/svet-kadernictvi2/images/back_prod.jpg") left bottom no-repeat;
}
.back_prod_1 {
  background: #000 url("/templates/svet-kadernictvi2/images/back_prod_1.jpg") left top no-repeat;
}
.back_prod_2 {
  background: #000 url("/templates/svet-kadernictvi2/images/back_prod_2.jpg") left top no-repeat;
}
.back_prod_3 {
  background: #000 url("/templates/svet-kadernictvi2/images/back_prod_3.jpg") left top no-repeat;
}
.back_prod_4 {
  background: #000 url("/templates/svet-kadernictvi2/images/back_prod_4.jpg") left top no-repeat;
}
.back_prod_5 {
  background: #000 url("/templates/svet-kadernictvi2/images/back_prod_5.jpg") left top no-repeat;
}
.back_prod a {
  text-decoration: none;
  color: #fff;
}
.back_prod a:hover {
  text-decoration: underline;
}
.cover_image {
  display:block;
  background: #fff url("/templates/svet-kadernictvi2/images/back_image.jpg") left top no-repeat;
  height: 85px;
  width: 121px;
  padding: 5px;
  padding-right: 15px;
  text-align: center;
  line-height: 80px;
  float: left;
  margin-bottom: 20px;
  margin-right: 5px;
}
.cover_image_big {
  display:block;
  background: #fff url("/templates/svet-kadernictvi2/images/prod_image_back.png") left top no-repeat;
  height: 130px;
  width: 185px;
  padding: 6px 29px 12px 6px;
  text-align: center;
  line-height: 125px;
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
  cursor: pointer;
}
.little_image {
	text-decoration: none;
	width: 60px;
	height: 40px;
	border: 2px solid #ccc;
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 6px;
	text-align: center;
}
.little_image:hover {
	border: 2px solid #777;
}
.prod_info_attrs {
	text-align: left;
	
}

.prod_info_attrs #quantity  {
	display: inline;
}
.cover_listing {
  margin-bottom: 0px;
}
.CinquantaL {
  float: left;
}
.CinquantaR {
  float: right;
}
.ColorRed {
  color: #7e4695;
}
#totalOrderDiv {
    font-size: 1.1em !important;
}
.InfoBoxContenent2MA input[type="text"],.InfoBoxContenent2MA input[type="password"],.InfoBoxContenent2MA textarea {
  border:  1px solid #b1b4ba;
  margin-bottom: 8px;
  width: 96%;
  max-width: 500px;
  display: inline;
  padding: 4px;
  color: #323539;
}

.createAccountForm .InfoBoxContenent2MA .shortInputs input[type="text"], .createAccountForm .InfoBoxContenent2MA .shortInputs  input[type="password"], .createAccountForm .InfoBoxContenent2MA  .shortInputs textarea {
  width: 89%;
  max-width: 250px;
}
.center_column label {
  line-height: 30px;
}
.s {
  text-decoration: line-through;
}
.price_history {
  font-size: 80%;
  font-weight: normal;
  color: #555;
}
.produkt_link a {
  color: #2a2e32;
  font-size: 13px;
  border-bottom: 1px dotted #7c7c7c;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 140%;
}
.produkt_link a:hover {
  border-bottom: 1px solid #7c7c7c;
}
.produkt_cena {
  display: block;
  font-family: arial, sans-serif;
  color: #202326;
  font-size: 14px;
  margin-top: 10px;
  float: left;
}
.podrobnosti {
  display: block;
  float: right;
}
.podrobnosti a {
  display: block;
  width:109px;
  height:24px;
  background: #fff url("/templates/svet-kadernictvi2/images/button_podrobnosti.jpg") left top no-repeat;
  text-decoration: none;
  margin-top: 10px;
}
.podrobnosti a:hover {
  background: #fff url("/templates/svet-kadernictvi2/images/button_podrobnosti_hover.jpg") left top no-repeat;
}
.caraDole {
  border-bottom: 1px solid #e2e5ea;
  min-height: 120px;
  margin-bottom: 25px;
}
.produkt_vyrobce {
  display: block;
  float: left;
  margin-top: 12px;
  margin-left: 50px;
}
.popup_image {
  float: left;
  margin: 5px;
  width: 115px;
}
.popup_image a {
  text-decoration: none;
}
.popup_image a:hover {
  font-weight: bold;
}
.caraDoleOnly {
	border-bottom: 1px solid #E2E5EA;
}
.p {
	padding: 15px 0;
	line-height: 160%;
}
.middle_column_listing {
	padding: 2px 5px 0 2px; 
	width: 130px; 
	font-size: 11px;
}
.vyhody p {
	margin-top: 10px;
	background: url("/templates/svet-kadernictvi2/images/li.png") left center no-repeat;
	padding-left: 29px;
}


.icon-pdf {
    background: url("/templates/svet-kadernictvi/images/icons/icon_pdf.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.icon-download {
    background: url("/templates/svet-kadernictvi/images/icons/download.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 23px;
}
.icon-file {
    background: url("/templates/svet-kadernictvi/images/icons/icon_file.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 23px;
}


#vyhodyMainPage .vyhody p.ico-zarovka {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/lightbulb.png");
}
#vyhodyMainPage .vyhody p.ico-phone {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/phone.png");
}
#vyhodyMainPage .vyhody p.ico-customers {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/customers.png");
}
#vyhodyMainPage .vyhody p.ico-brainstorming {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/brainstorming.png");
}
#vyhodyMainPage .vyhody p.ico-donate {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/donate.png");
}
#vyhodyMainPage .vyhody p.ico-special-offer {
	background-image: url("/templates/svet-kadernictvi/images/icons/big/special-offer.png");
}


.vyhody p.ico-zarovka {
	background-image: url("/templates/svet-kadernictvi/images/icons/lightbulb.png");
}
.vyhody p.ico-phone {
	background-image: url("/templates/svet-kadernictvi/images/icons/phone.png");
}
.vyhody p.ico-customers {
	background-image: url("/templates/svet-kadernictvi/images/icons/customers.png");
}
.vyhody p.ico-brainstorming {
	background-image: url("/templates/svet-kadernictvi/images/icons/brainstorming.png");
}
.vyhody p.ico-donate {
	background-image: url("/templates/svet-kadernictvi/images/icons/donate.png");
}
.vyhody p.ico-special-offer {
	background-image: url("/templates/svet-kadernictvi/images/icons/special-offer.png");
}

#vyhodyMainPage .vyhody p {
	padding-right: 15px;
	min-height: 45px;
	padding-left: 50px;
	font-size: 12px;
}

#vyhodyMainPage .vyhody p .nadpis {
	font-size: 13px;
	line-height: 140%;
}
#top_menu {
	position: absolute;
	top: 15px;
	right: 240px;
	width: 500px;
	text-align: right;
}
#footer_right {
	position: absolute;
	right: 212px;
	top: 75px;
}
.ui-widget-overlay {
	background: #000;
    z-index: 102;
}

#phone {
    background: url("/templates/svet-kadernictvi/images/phone.png") no-repeat left center;
    color: #7e4695;
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    font-size: 22px;
    height: 36px;
    min-width: 50px;
    padding: 4px 30px 0 40px;
    position: absolute;
    right: 0;
    top: 80px;
    display: none;
}

.footerBlock {
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 150%;
	border-right: 1px dotted #555;
}
#lastFooterBlock {
	border-right: 0px;
	margin-right: 0;
	padding-right: 0;
	padding-top: 10px;
}

#screenshot {
	position:absolute;
	border:1px solid #666;
	background:#fff;
	padding:5px;
	display:none;
	color:#333;
	font-weight: bold;
	max-width: 260px
}
#screenshot span {
	padding-bottom: 5px;
	display: block;
}


.icon-skype-online {
	padding: 3px 0;
	padding-right: 20px;
	background: url('/templates/svet-kadernictvi/images/skype_chat_icon.png') no-repeat right center;
}
.icon-skype-offline {
	padding: 3px 0;
	padding-right: 20px;
	background: url('/templates/svet-kadernictvi/images/skype_chat_icon_offline.png') no-repeat right center;
	color: #555;
}

.stars {
	background: url('/templates/svet-kadernictvi/images/hvezdy.png') no-repeat;
	height: 20px;
	width: 92px;
	margin: 5px;
	display: block;
	padding: 0;
}
.star1 {
	background-position: left -84px;
	height: 17px;
	margin-bottom: 8px;
}
.star2 {
	background-position: left -63px;
}
.star3 {
	background-position: left -42px;
}
.star4 {
	background-position: left -20px;
}
.star5 {
	background-position: left 1px;
}
.star05 {
	background-position: left -84px;
	height: 17px;
	margin-bottom: 8px;
}
.star15 {
	background-position: left -164px;
}
.star25 {
	background-position: left -143px;
}
.star35 {
	background-position: left -121px;
}
.star45 {
	background-position: left -100px;
}

.posledni_sance_vypis {
	position: absolute;
	padding: 5px; 
	font-size: 12px; 
	left: 0;
	top: 98px;
	width: 130px;
}

.darek_vypis {
	position: absolute;
	padding: 1px; 
	font-size: 11px; 
	line-height: 120%;
	left: 0;
	top: 98px;
	width: 120px;
}

.moduleRow, .moduleRowSelected, .moduleRowOver {
	margin-bottom: 3px;
	display: block;
	border: 2px solid #fff;
	cursor: pointer;
	padding: 6px 3px;
}

.moduleRowSelected {
	border: 2px dotted #7e4695;
}
.moduleRowOver {
	border: 0;
}
.moduleRowOver:hover {
	border: 2px dotted #ccc;
}

/* hlavni obsah INFO stran */
.info_strana_css {
	padding: 0 3px;
}
.info_strana_css p {
	margin: 15px 0;
	line-height: 160%;
}
.info_strana_css h2 {
	font-size: 22px;
	margin: 35px 0 25px 0;
}
.info_strana_css h3 {
	font-size: 18px;
	margin: 25px 0 15px 0;
}
.info_strana_css strong {
	color: #333;
}
.info_strana_css ul {
    list-style: disc outside none;
    margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 15px;
}
.info_strana_css ul ul {
    list-style: circle outside none;
}
.info_strana_css li {
	padding: 5px;
}

.catDesc h2, .catDesc h3, .catDesc h4, .catDesc h5 {
    font-weight: normal; 
    margin-top: 20px;  
}    
.catDesc ol, .catDesc ul {
    padding-left: 20px;
    margin-bottom: 10px;
}   
.catDesc ul {
    list-style: disc;
}   
.catDesc ol {
    list-style: decimal;
}  
 
.catDesc ul p, .catDesc ol p {
    margin: 0;
} 

#restOfDescription {
    display: none;
}




/* =============================================================================
MESSAGES
============================================================================= */

.msg, .messageStackError {padding:10px; padding-left:35px; margin-right: 4px; margin-top: 10px; display: block; }
.msg.warning {background:url("/templates/svet-kadernictvi/images/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/templates/svet-kadernictvi/images/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("/templates/svet-kadernictvi/images/ico-done.gif") 10px 50% no-repeat;}
.msg.error, .messageStackError {background:url("/templates/svet-kadernictvi/images/ico-delete.gif") 10px 50% no-repeat;}

.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error, .messageStackError {border:2px solid #FFAEAE; background-color:#FEEBEB;}

.messageStackError img, .messageStackError br { display: none; }

.alert {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 0;
}

.dropup .dropdown-menu {
     z-index: 3001;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #f7f7f7;
	padding: 6px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { 
	font-size: 12px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	color: #000;
}

#zadani_poukazu {
	font-size: 0.9em;
}
#zadani_poukazu .b {
	font-size: 1em;
}

#zadani_poukazu label {
	display: block;
}

#zadani_poukazu .input2ma {
	width: 250px;
}
.shipping_extra label {
    width: 100%;
}
.skrt {
	position: relative;
}
.skrt_line {
	position: absolute;
	z-index:2;
	background: url("/templates/svet-kadernictvi/images/skrt.png") no-repeat right center;
	width: 55px;
	height: 17px;
	left: 0;
	top: 0;
}
.vlozitDoKosiku {
	background: #f2f2f2; 
	padding: 8px 10px 8px 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.icoAction.main-btn.icon-btn {
    min-width: 40px;
    width: inherit;
	padding-left: 15px;
}
.icoAction {
	text-decoration: none;
	padding-top: 3px;
	padding-left: 20px;
	color: #222;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-left: 10px;
	margin-right: 0;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
.icoAction:hover {
	color: #666;
}

.product_actions_left .icoAction {
	margin-left: 5px;
	margin-right: 15px;
} 

.icoAction span {
	display: none;
}
.ico-oblibene:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/star_light.png");
}
.ico-oblibene {
	background-image: url("/templates/svet-kadernictvi/images/icons/star.png");
}
.ico-oblibene-waiting {
	background-image: url("/templates/svet-kadernictvi/images/loader.gif");
}
.ico-oblibene-active {
	background-image: url("/templates/svet-kadernictvi/images/icons/star_active.png");
}
.ico-rating:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/premium_light.png");
}
.ico-rating {
	background-image: url("/templates/svet-kadernictvi/images/icons/premium.png");
}
.ico-print:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/print_light.png");
}
.ico-print {
	background-image: url("/templates/svet-kadernictvi/images/icons/print.png");
}
.ico-calc:hover {
	color: #555;
	background-image: url("/templates/svet-kadernictvi/images/icons/calc_light.png");
}
.ico-calc {
	color: #000;
	background-position: left center;
	background-repeat: no-repeat; 
	padding-left: 24px;
	background-image: url("/templates/svet-kadernictvi/images/icons/calc.png");
}
.ico-email:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/email_light.png");
}
.ico-email {
	background-image: url("/templates/svet-kadernictvi/images/icons/email.png");
}
.ico-customers:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/customers_light.png");
}
.ico-customers {
	background-image: url("/templates/svet-kadernictvi/images/icons/customers.png");
}
.icoAction.main-btn.icon-btn.ico-zarovka:hover {
	background-image: url("/templates/svet-kadernictvi/images/icons/lightbulb_light.png");
}
.icoAction.main-btn.icon-btn.ico-zarovka {
	background-image: url("/templates/svet-kadernictvi/images/icons/lightbulb.png");
    margin-left: 0;
	background-position: 5px center;
    padding-right: 5px;
    padding-left: 25px;
}
.kosikButton {
	line-height: 13px; 
	width: 88px; 
	padding: 2px; 
	height: 25px; 
	font-size: 13px; 
	font-weight: bold;
}

#schrankaLista {
    color: #fff;
	position: fixed;
	width: 220px;
	z-index: 100;
	bottom: 0;
	right: 0;
	margin-right: 40px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	opacity: 0.93;
	filter: alpha(opacity=93);  
	-moz-opacity: 0.93;  
	-khtml-opacity: 0.93;
}
#schrankaListaTop {
	display: none;
	border-bottom: 1px solid #999;
	background-color: #f9f9f9;
}
#schrankaListaBottom {
	background: #7e4695 url("/templates/svet-kadernictvi/images/icons/star_active.png") 10px center no-repeat;
	padding: 5px 10px;
	padding-left: 35px;
	cursor: pointer;
}
#schrankaListaBottom:hover {
	background-color: #000000;
}
#schrankaListaTopStrip {
	background-color: #7e4695;
	border-bottom: 1px solid #999;
	padding: 6px 10px 3px 10px;
	height: 25px;
}
#schrankaListaTopStrip a {
	text-decoration: none;
	font-size: 10px;
    color: #fff;
}
#schrankaListaTopStrip .closeSchranka {
	cursor: pointer;
	float: right;
	padding: 3px;
	position: relative;
	bottom: 6px;
}
#schrankaListaTopContent {
    max-height: 260px;
    overflow-y: scroll;
    width: 100%;
}
#schrankaListaTopContent li:before {
  content: "\2022  ";
  font-family: FontAwesome;
  color: #7e4695;
}
ul.p.hpP {
	list-style: disc;
    margin-left: 15px;
}  
ul.p.hpP a {
	text-decoration: underline;
} 
.hpText a, .hpText .b, .hpText strong {
	color: #777;
}
.p.hpP {
	padding-top: 5px; 
	padding-bottom: 5px;
	font-size: 11px;
	color: #777;
	position: relative;
	bottom: 5px;
	margin-bottom: 0;
}
.p.hpP strong {
	font-weight: normal;
}
.p.hpP strong.show {
	font-weight: bold;
}
.stridaniBox {
	margin-bottom: 5px;
	font-size: 11px;
}
.stridaniBox .podrobnosti {
	display: none;
}
.stridaniBox.sudy {
	float: right;
	width: 240px;
}
.stridaniBox.lichy {
	float: left;
	width: 245px;
}
.stridaniBox .produkt_link {
	border: 0;
	display: block;
	max-height: 34px;
	margin-bottom: 8px;
	overflow: hidden;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-left: 2px;
}
.stridaniBox .produkt_link a {
	font-size: 12px;
}
.stridaniBox .TrentaTre {
	margin-bottom: 5px;
}
.stridaniPopis {
	float: right;
	width: 75px;
}
.stridaniBox.sudy .stridaniPopis {
	padding-right: 3px;
}
.stridaniBox .produkt_cena {
	width: 75px;
	padding-top: 0;
	padding-bottom: 5px;
	float: none;
}
.stridaniBox .sklad {
	font-size: 11px;
	width: 75px;
	padding-bottom: 10px;
}
.stridaniBox .vyrobce {
	width: 75px;
	font-size: 11px;
}
.stridaniBox .cover_image {
	margin-bottom:0;
}
.stridaniBox .posledni_sance_vypis {
	float: left;
	width: 120px;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 11px;
	padding-left: 1px;
}
.stridaniBox .darek_vypis {
	float: left;
	width: 120px;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 10px;
	padding-left: 1px;
}
.stridaniBox.sudy .TrentaTre {
	padding-left: 10px;
}
.stridaniBox .TrentaTre {
	padding-top: 5px;
}
.stridaniBox.lichy .TrentaTre {
	padding-right: 15px;
	border-right: 1px solid #E2E5EA;
	min-height: 160px;
	padding-left: 3px;
}
.stridaniCara {
	margin-bottom: 15px;
}
.stridaniPopisProduktu {
	margin-bottom: 10px;
	font-size: 11px;
	display: block;
	position: absolute; 
	z-index: 50; 
	background: #fff; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	height: 64px;
	width: 124px;
	overflow: hidden;
	padding: 0 20px 30px 3px; 
	text-align: justify;
}
.stridaniBox.sudy .stridaniPopisProduktu {
	margin-left: -22px;
	margin-right: 5px;
	padding-left: 24px;
	padding-right: 15px;
	color: #333;
	width: 124px;
}

.tableDoprava {
    border: 1px solid #999;
    border-collapse: collapse;
    margin-top: 5px;
}

.tableDoprava th {
    background-color: #e6e8eb;
}

.tableDoprava th, .tableDoprava td {
    text-align: center;
    padding: 5px;
    border: 1px solid #999;
}
.tableDoprava th.AlignLeft, .tableDoprava td.AlignLeft {
    text-align: left;
    padding-left: 8px;
}
.videoPlayer {
    margin-top: 10px;
}
.socialNetworksWrap {
	margin-right: 4px;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
}
.socialNetwork {
	width: 60px;
	height: 60px;
	background:url("/templates/svet-kadernictvi2/images/socialNetworksIconsBigger.png?time=2016") no-repeat;
    margin: 8px;
}
.socialNetwork.googleplus:hover {
	background-position: 0 0;
}
.socialNetwork.googleplus {
	background-position: 0 -60px;
}
.socialNetwork.facebook:hover {
	background-position: -60px 0;
}
.socialNetwork.facebook {
	background-position: -60px -60px;
}
.socialNetwork.youtube:hover {
	background-position: -120px 0;
}
.socialNetwork.youtube {
	background-position: -120px -60px;
}
.socialNetwork.instagram:hover {
	background-position: -180px 0;
}
.socialNetwork.instagram {
	background-position: -180px -60px;
}

.ui-dialog-titlebar-close::after { 
    content: "x"; 
    bottom: 6px;
    position: relative;
}

.upRedText {
    font-size: 80%; 
    color: #c00; 
    position: relative; 
    bottom: 5px;
}

.dottedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.dottedText2Lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.maxWidth50 {
    max-width: 50%;
}
.maxWidth40 {
    max-width: 40%;
}
.textTransformNone {
    text-transform: none !important;
}

.fontBigger {
    font-size:120%;
}

#pushNotifictionLauncher {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    left: 20px; 
    z-index: 100;
} 
#pushNotifictionLauncher .primary-btn {
    padding: 12px; 
    border-radius: 50%; 
    box-shadow: 0 0 15px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

/* pokud je zobrazena pres ikonou jeste Cookies lista */
#confirmCookies + #pushNotifictionLauncher {
    bottom: 50px; 
}
@media only screen and (max-width: 991px) {
  #confirmCookies + #pushNotifictionLauncher {
      bottom: 70px; 
  }
} 
@media only screen and (max-width: 480px) {
  #confirmCookies + #pushNotifictionLauncher {
      bottom: 90px; 
  }
  /* box s kosikem */
  .header-cart.dropdown .custom-menu {
      width: calc(100vw - 30px);
  }
} 
@media only screen and (max-width: 380px) {
  #confirmCookies + #pushNotifictionLauncher {
      bottom: 110px; 
  }
  /* box s kosikem */
  .header-cart.dropdown .custom-menu {
      min-width: 300px;
  }
  .header-cart.dropdown .custom-menu .shopping-cart-btns .main-btn,.header-cart.dropdown .custom-menu .shopping-cart-btns .primary-btn {
      padding: 8px 6px;
      font-size: 90%;
  }
  #shopping-cart .shopping-cart-list {
    max-height: 210px;
  }
} 
/* END - pokud je zobrazena pres ikonou jeste Cookies lista */

 
.modal-header.coloredHeader {
	background-color: #7e4695;  
    color: #fff;  
}   
.modal-header.coloredHeader .close { 
    color: #fff;  
}
.transparent-dialog {
    background: none;
    border: none !important;
    z-index: 9999;
}
/* Skrýt šipky pro input s třídou input_not_as_number */
/* Chrome, Safari, Edge */
.input_not_as_number::-webkit-inner-spin-button,
.input_not_as_number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.input_not_as_number {
    -moz-appearance: textfield;
}
/* IE / Edge legacy */
.input_not_as_number::-ms-clear,
.input_not_as_number::-ms-reveal {
    display: none;
}

.flag {
	width: 18px;
	height: 12px;
	background:url("/templates/svet-kadernictvi2/images/flags/flags.png") no-repeat;
}

.flag.flag-at {background-position: -18px 0}
.flag.flag-be {background-position: -36px 0}
.flag.flag-bg {background-position: -54px 0}
.flag.flag-cy {background-position: -72px 0}
.flag.flag-cz {background-position: -90px 0}
.flag.flag-de {background-position: 0 -12px}
.flag.flag-dk {background-position: -18px -12px}
.flag.flag-ee {background-position: -36px -12px}
.flag.flag-es {background-position: -54px -12px}
.flag.flag-eu {background-position: -72px -12px}
.flag.flag-fi {background-position: -90px -12px}
.flag.flag-fr {background-position: 0 -24px}
.flag.flag-gb {background-position: -18px -24px}
.flag.flag-gr {background-position: -36px -24px}
.flag.flag-hr {background-position: -54px -24px}
.flag.flag-hu {background-position: -72px -24px}
.flag.flag-ie {background-position: -90px -24px}
.flag.flag-it {background-position: 0 -36px}
.flag.flag-lt {background-position: -18px -36px}
.flag.flag-lu {background-position: -36px -36px}
.flag.flag-lv {background-position: -54px -36px}
.flag.flag-mt {background-position: -72px -36px}
.flag.flag-nl {background-position: -90px -36px}
.flag.flag-pl {background-position: 0 -48px}
.flag.flag-pt {background-position: -18px -48px}
.flag.flag-ro {background-position: -36px -48px}
.flag.flag-se {background-position: -54px -48px}
.flag.flag-si {background-position: -72px -48px}
.flag.flag-sk {background-position: -90px -48px}



