/**
* Template Name: Graffneck
* Template URL:
* Author: Fresh Mill studio
* License: https://freshmill.cz/
*/

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

a {
  color: #4162ac;
  text-decoration: none;
}

a:hover {
  color: #3c5284;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue LT PRO", sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
}
button:hover {
  cursor: pointer;
}

.wrapper {
  position: relative;
  margin: 0px auto;
  max-width: 1600px;
  display: inline-block;
  text-align: left;
  min-width: 1260px;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box;
  transition: all 150ms linear 100ms;
  width: 100%;
}
.site {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  float: left;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: start;
}
hr.line {
  border-color: #eaeaea;
  opacity: .5;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* TOP BAR */
#topbar {
  background-color: #4162ac;
  justify-content: left;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
}
.top-nav .free span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.top-nav .free strong {
  font-weight: 600;
  color: #fff;
}
.top-nav .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav .contact-info span {
  margin-left: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav .contact-info span a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.top-nav .contact-info span img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  padding-right: 10px;
  filter: brightness(0) invert(1);
}

/* MIDDLE BAR */
#middlebar {
  background-color: #fff;
  justify-content: left;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
}
#middlebar .navigation {
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
}
#middlebar .logo {
  width: 200px;
}
#middlebar .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#middlebar .search form input {
  width: 400px;
}
#middlebar .search input[type="text"], .search-container input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #d6d6d6;
    margin-bottom: 0;
    border-radius: 50px;
}
input {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #a4a4a4;
}
#middlebar .search button, .search-container button {
    top: 0;
    right: 0;
    background: #4162ac;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    right: 40px;
    top: 2px;
}

#middlebar .vinyl {
  width: auto;
  justify-content: left;
  align-items: center;
}
#middlebar .vinyl a {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 10px;
}
#middlebar .vinyl img {
  height: 40px;
  width: 40px;
  float: left;
  padding-right: 10px;
}
#middlebar .vinyl svg {
  color: #4162ac;
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#middlebar .slevy {
  width: 200px;
}
#middlebar .slevy a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #00d8f2;
  font-weight: 600;
  border: 1px solid #00d8f2;
  border-style: dotted;
  border-radius: 10px;
  padding: 8px 22px;
}
#middlebar .slevy a:hover {
  background-color: #00d8f2;
  color: #fff;
}

#middlebar .kosik .count {
    float: right;
    width: 33px;
    height: 38px;
    background: url('../icons/kos.svg') no-repeat left center;
    position: relative;
}

#basket-icon {
    float: left;
    width: 27px;
    height: 17px;
    background: url('../icons/kos.svg') no-repeat left center;
    position: relative;
}

#middlebar .kosik .count i{
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  background: #4263ad;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 12px;
  font-style: normal;
  top: 0px;
  right: -10px;
}
#middlebar .kosik .price {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  padding: 0 5px 0 0;
}
#middlebar .kosik {
  padding: 26px 35px;
  line-height: 42px;
}


#middlebar .lng button.dropbtn {
  font-family: 'Helvetica neue Lt Pro', sans-serif;
  font-size: 10px;
  color: #4162ac;
  background-color: #fff;
  border: 1px solid #777777;
  padding: 5px 8px;
  border-radius: 10px;
  cursor: pointer;
}
#middlebar .lng .dropbtn svg {
  margin-left: 8px;
  color: #4162ac;
}
#middlebar .lng .dropdown {
  position: relative;
  display: inline-block;
}
#middlebar .lng .dropdown-content {
  display: none;
  position: absolute;
  font-family: 'Helvetica neue Lt Pro', sans-serif;
  font-size: 10px;
  color: #777777;
  box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
  z-index: 1;
  border-radius: 10px;
}
#middlebar .lng .dropdown-content a {
  color: black;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}
#middlebar .lng .dropdown-content a:hover {
  background-color: #4162ac;
  color: #fff;
}
#middlebar .lng .dropdown:hover .dropdown-content {
  display: block;
}
#middlebar .lng .dropdown:hover .dropbtn {
  background-color: #4162ac;
  color: #fff;
}
#middlebar .lng .dropdown:hover .dropbtn svg {
  color: #fff;
}

/* NAVBAR */
#cssmenu ul {
  position: relative;
  margin: 0px auto;
  max-width: 1600px;
  display: inline-block;
  text-align: left;
  min-width: 1260px;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box;
  transition: all 150ms linear 100ms;
  width: 100%;
}
#cssmenu {
    width:auto;
    display:block;
    text-align:center;
    font-family:"HelveticaNeue Bold", sans-serif;
    line-height:1.2;
}
#cssmenu ul {
    width:auto;
    font-size:0;
    text-align:center;
    color:#000;
    border: transparent;
    margin:0;
    padding:0;
    list-style:none;
    border-radius: 3px;
}
#cssmenu li {
    display:inline-block;
    position:relative;
    font-size:0;
    margin:0;
    padding:0;
}

/*Top level items
---------------------------------------*/
#cssmenu >ul>li>span, #cssmenu >ul>li>a {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 16px;
    color:inherit;
    text-decoration:none;
    padding: 20px 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:2px;
    display:block;
    position:relative;
    transition:all 0.3s;
}
#cssmenu li:hover > span, #cssmenu li:hover > a {
    color: #4162ac;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    border-radius: 10px 10px 0 0;
}

/*Sub level items
---------------------------------------*/
#cssmenu .dropdown {
    text-align:left;
    left:0;
    font-family:inherit;
    color: #222222;
    background-color:#FFFFFF;
    border:none;
    position:absolute;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display:none;
    opacity:0;
    cursor:default;
    border-radius: 0 0 15px 15px;
}

#cssmenu .dropdown li {
    display: block;
}

#cssmenu .dropdown li > span, #cssmenu .dropdown li > a, #cssmenu .clm a, #cssmenu .clm h3
{
    font-size:16px;
    font-weight:400;
    font-family:inherit;
    margin:0;
    padding:8px 20px;
    display:block;
    color:inherit;
    text-decoration:none;
}
#cssmenu .clm h3 {
    font-size:20px;
    font-weight:700;
}
#cssmenu .sub-item {
    background-color:#FFFFFF;
    position:relative;
    transition:all 0.3s;
}

#cssmenu .clm a {
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

#cssmenu .dropdown.right0 {left:auto;right:0;}
#cssmenu .dropdown li > .dropdown.right0 {left:auto;right:100%;}

#cssmenu li.full-width{
    position:static;
}
#cssmenu li.full-width .dropdown{
    width: 100%;
    left:0;
    box-sizing:border-box;
}

#cssmenu li:hover > .dropdown {
    display:block;
    opacity:1;
    z-index:1;
}

#cssmenu .dropdown li > .dropdown
{
    left:100%; right:auto;
    top:0;
}

#cssmenu ul.dropdown
{
    min-width:240px; /* Sub level menu min width */
}

#cssmenu div.dropdown  {
    text-align:left;
}

/* each column */
#cssmenu .clm {
    text-align:left;
    margin:20px;
    vertical-align:top;/*or middle*/
    width:auto;
    min-width:240px;
    display:inline-block;
    *display:inline;*zoom:1;
}

#cssmenu .clm a:hover {
    color:#4162ac;
    text-decoration:underline;
}

/*-----------Arrows----------------*/
.full-width svg {
  transform:rotate(0deg)
}
#cssmenu .arrow {
    color:inherit;
    border-style:solid; border-width:2px 2px 0 0; padding:5px; transform:rotate(135deg);margin-top:-10px;margin-left:5px;
    position:relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    overflow:hidden;/*for IE6*/
}
#cssmenu li:hover > span svg {
    color: #d32d55;
    transform:rotate(90deg);
}

#cssmenu li a {animation:none;}
#cssmenu.active li a { animation: topItemAnimation 0.5s ease 0.5s backwards;}
#cssmenu.active li:nth-of-type(1) a { animation: topItemAnimation 0.5s ease 0.08333333333333333s backwards;}
#cssmenu.active li:nth-of-type(2) a { animation: topItemAnimation 0.5s ease 0.16666666666666666s backwards;}
#cssmenu.active li:nth-of-type(3) a { animation: topItemAnimation 0.5s ease 0.25s backwards;}
#cssmenu.active li:nth-of-type(4) a { animation: topItemAnimation 0.5s ease 0.3333333333333333s backwards;}
#cssmenu.active li:nth-of-type(5) a { animation: topItemAnimation 0.5s ease 0.4166666666666667s backwards;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #cssmenu.active li a{animation:none!important;}}



/*--------------------------------------------------------------
# Uvod
--------------------------------------------------------------*/
/* UVODNI BANNER */
#uvodni-banner .flex {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 10px;
}
#uvodni-banner .left {
  flex: 1;
  width: 100%;
}
#uvodni-banner .left img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 5px;
}
#uvodni-banner .right {
    width: 300px;
    display: flex;
    flex: none;
    margin-left: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
#uvodni-banner .right > div {
    position: relative;
    border-bottom: 1px dashed #ececec;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#uvodni-banner .right .freetransport {
  background-image: url('../images/banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 13%);
  border-radius: 5px;
  margin-bottom: 3px;
  height: 50%;
  padding-left: 15px;
}
#uvodni-banner .right .freetransport .icon {
  padding: 0 25px;
    display: flex;
    align-items: center;
}

#uvodni-banner .right .freetransport h3 {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-block: 15px;
}
#uvodni-banner .right .freetransport img {
  height: 50px;
  float: left;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  padding-top: 5px;
}
#uvodni-banner .right .freetransport img {
  filter: brightness(0) invert(1);;
}
#uvodni-banner .right .freetransport p {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 11px;
  color: #afafaf;
  text-align: left;
  font-weight: 500;
  padding: 0 25px;
  line-height: 1.5;
}


/* NOVINKY */
#novinky h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#novinky {
  padding-bottom: 25px;
  padding-top: 25px;
}

/* NEJRPODAVANEJSI PRODUKTY */
#nejprodavanejsi h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#nejprodavanejsi {
  padding-bottom: 25px;
  padding-top: 25px;
}

/* BANNER */
#banner .banner-bg img {
  width: 100%;
  height: auto;
}

/* SLEVY */
#slevy h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#slevy {
  padding-bottom: 35px;
  padding-top: 35px
}
.products-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.products-title a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4162ac;
  text-align: right;
}
.products-title svg {
  margin-left: 10px;
  color: #4162ac;
}
.products-title a {
  border: 1px solid #4162ac;
  padding: 8px 8px;
  border-radius: 25px;
  border-style: dashed;
}
.products-title a:hover {
  background-color: #4162ac;
  color: #fff;
}
.products-title a:hover svg {
  background-color: #4162ac;
  color: #fff;
}
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.products .product, .products > div {
    width: calc(25% - 30px);
    margin: 10px 0;
}
.product {
  border-right: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
  justify-content: flex-end;
  position: relative;
  padding-left: 1rem;
}
.product .top img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background-color: #fff;
}
.product .img, .product .name {
  text-align: center;
  display: block;
  padding: 10px 10px 0;
  min-height: 52px;
  outline: none;
}
.product .labels {
  text-align: left;
  margin-top: -1rem;
}
.product .labels span {
  font-family: 'Roboto', sans-serif;
  color: #f2eb0f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product .labels span.label.percent {
  background-color: #f2eb0f;
  padding: 6px 10px;
  padding-top: 8px;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  margin-left: 10px;
}
.product .title h3 {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  max-height: 2rem;
  margin: 0;
  margin-bottom: .8rem;
}
.product .title {
  justify-content: left;
  display: flex;
  height: 80px;
  padding-block: .5rem;
}


.product .variants {
  padding: 0 10px 10px 10px;
}
.product .variants span {
  position: relative;
  bottom: 2px;
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.color {
  background-color: #000;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}
.color-blue {
  background-color: #0d5aa1;
}
.color-light-blue {
  background-color: #7976ae;
}
.color-tyrkys {
  background-color: #00fcff;
}
.color-shadow {
  background-color: #d6d6d6;
}
.color-yellow {
  background-color: #ffcc00;
}
.color-green {
  background-color: green;
}
.color-orange {
  background-color: #eca01b;
}
.color-red {
  background-color: #f2eb0f;
}
.color-purple {
  background-color: #a008f7;
}
.color-white {
  background-color: #fff;
}

.product .to_cart {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  margin-inline-end: 1rem;
  padding-block-end: 1rem;
}

.clickable-product:hover h3{
    text-decoration: underline;
}
.clickable-product:hover{
    -webkit-box-shadow: 5px 5px 15px 0px rgb(242, 244, 244);
    -moz-box-shadow: 5px 5px 15px 0px rgb(242, 244, 244);
    box-shadow: 5px 5px 15px 0px rgb(242, 244, 244);
}
.product .to_cart .price {
  padding: 0;
  text-align: left;
  display: block;
}
.product .to_cart .price i {
  font-family: 'Helvetica Neue LT PRO', sans-serif;
  font-weight: 500;
  color: #ff1e1e;
  font-size: 14px;
  font-style: normal;
  display: block;
  text-decoration: line-through;
  padding-bottom: 0;
}
.product .to_cart .price strong {
  font-family: 'Helvetica Neue LT PRO', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.product .to_cart .price p.stock {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-top: 0;
  margin-top: 0;
}
.product .to_cart .price p.stock.full {
  color: #2fb57e;
}
.product .to_cart .price p.stock.notin {
  color: #b2b2b2;
}

.product .to_cart fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    width: 50%;
    flex: 1;
    height: 100%;
}
.product .to_cart button:hover {
    background-color: #fff;
    border-color: #4162ac;
    color: #4162ac;
}
.product .to_cart button {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    padding: 15px 15px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
    float: right;
}

.product .to_cart a:hover {
    background-color: #f1f4f9;
    border-color: #4162ac;
    color: #4162ac;
}

.red-text{
    color: #e03a3c;
}
.product .to_cart a, .href-button{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    padding: 15px 15px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
}
.product .to_cart a{
    display: block;
    float: right;
}


/* MANUFACTURERS */
#manifacturer h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
#manifacturer {
  padding-bottom: 15px;
  padding-top: 35px
}
.clients {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.clients img {
  height: auto;
  object-fit: contain;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .foot-menu h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
footer .foot-menu ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.foot-menu .col-6, .foot-menu .col-8, .foot-menu .col-4 {
  margin: 0;
  text-align:center;
}
.foot-menu .col-3{
  text-align: center;
}
footer .foot-menu ul li {
  line-height: 1.5;
  padding-bottom: 6px;
}
footer .foot-menu ul li a {
  color: #000;
}
footer .foot-menu ul li a:hover {
  color: #4162ac;
}
footer .foot-menu ul li {
  font-size: 16px;
  color: #000;
}
footer .foot-menu ul li strong {
  font-size: 12px;
  color: #000;
  font-weight: 700;
}
footer .foot-menu ul li img {
  padding-right: 10px;
  position: relative;
  top: 3px;
  height: 16px;
}

footer .copy {
  margin-top: 25px;
  margin-bottom: 25px;
}
footer .copy .newsletter span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newsletter {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: center;
}

.newsletter form input {
  width: 150px;
}
.newsletter input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #d6d6d6;
    margin-bottom: 0;
    border-radius: 50px;
}
input {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #000;
}
.newsletter button {
    top: 0;
    right: 0;
    background: #4162ac;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    right: 40px;
    top: 2px;
}
.newsletter span {
  font-weight: 600;
}
.flex.lower > div {
    display: flex;
    align-content: center;
    font-size: 16px;
    align-items: center;
}
.flex {
    justify-content: space-between;
}


.paticka-copy {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.paticka-copy span {
  margin-right: 15px;
}
.paticka-copy img {
  width: auto;
  height: 35px;
  object-fit: contain;
}


.paticka-copy .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: center;
}
.paticka-copy .author span {
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 15px;
  color: #a5a5a5;
}
@media only screen and (max-width: 767px) {
  .paticka-copy {
    display: block;
    text-align: center;
  }
  .paticka-copy .author {
    justify-content: center;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 42px) {

}

/*--------------------------------------------------------------
# KATEGORIE
--------------------------------------------------------------*/
/* BREADCRUMBS */
.breadcrumbs {
  border-top: 1px solid #eaeaea;
  padding: 25px 0;
}
.breadcrumbs a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.breadcrumbs a strong {
  color: #4162ac;
  font-weight: 500;
}
.breadcrumbs a svg {
  color: #4162ac;
}

/* SIDEBAR */
#category .wrapper > .flex {
  align-items: stretch;
}

/* KATEGORIE LEFT */
#category .left {
  width: 300px;
  background-color: #f2f4f4;
  margin-right: 8px;
}
#category .left .head h1 {
  background-color: #fff;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
hr.filtr-line {
  border-color: #eaeaea;
  opacity: .5;
}

#category .price {
  padding: 0;
}
#category .price h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}


#slider-range {
    position: relative;
    width: 184px;
    height: 16px;
    margin-right: 16px;
}
#filtr .flex > span {
    padding: 0 15px;
}
#category .price-filtr .price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
#category .price-filtr .price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
#category .price-filtr .field input{
  width: 100%;
  height: 80%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ececec;
  -moz-appearance: textfield;
  font-family: 'Helvetica', sans-serif;
  color: #000;
  font-weight: 500;
}
#category .price-filtr input[type="number"]::-webkit-outer-spin-button,
#category .price-filtr input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#category .price-filtr .price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
#category .price-filtr {
  padding: 0 25px 0 25px;
}
#category .price-filtr .slider{
  height: 5px;
  position: relative;
  background: #bfbfbf;
  border-radius: 5px;
}
#category .price-filtr .slider .progress{
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #4162ac;

}
#category .price-filtr .range-input{
  position: relative;
}
#category .price-filtr .range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -8px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.container price-range {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Price Range */
price-range {
  --thumb-size: 15px;
  --thumb-color: #000;
  --thumb-shadow-size: 5px;
  --track-size: 1px;
  --track-color: #bbb;
  --track-highlight-color: #000;

  width: 100%;
  display: block;
}

/* Price Range Containers */
price-range > div {
  position: relative;
  width: 100%;
  height: var(--thumb-size);
}
price-range > div > div {
  width: 100%;
  height: var(--track-size);
  background: var(--track-color);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Price Range Input */
price-range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Price Range Input Track */
price-range input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
price-range input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
price-range input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

/* Price Range Input Thumb */
price-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: #4162ac !important;
  border: 3px solid #fff !important;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
  transition: box-shadow 0.15s ease;
}
price-range input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: #4162ac !important;
  border: 3px solid #fff !important;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
  transition: box-shadow 0.15s ease;
}
price-range input[type="range"]::-ms-thumb {
  appearance: none;
  width: var(--thumb-size);
  height: var(--thumb-size);
  background: #4162ac !important;
  border: 3px solid #fff !important;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
  transition: box-shadow 0.15s ease;
}

price-range input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
price-range input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}
price-range input[type="range"]::-ms-thumb:hover {
  box-shadow: 0 0 0 var(--thumb-shadow-size) var(--thumb-color);
}






#category .brands h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
#category .brands {
  padding: 0 25px 10px 25px;
}
#category .brands > div {
  font-family: 'helvetica Neue LT Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2.2;
}
#category .brands > div:hover {
  color: #4162ac;
}

#category .viewcta {
  padding: 25px;
}
#category .viewcta button {
  width: 100%;
}
#category .viewcta button.view {
  border: none;
  border-radius: 5px;
  background-color: #4162ac;
  padding: 15px 25px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#category .viewcta button.view:hover {
  background-color: #3c5284;;
}
#category .viewcta button.close-filtr {
  border: none;
  border-radius: 5px;
  background-color: transparent;
  padding: 15px 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#category .viewcta button.close-filtr:hover {
  text-decoration: underline;
  color: #4162ac;
}

#category .brands input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #000;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: inline-flex;
  place-content: center;
  background-color: #fff;
  border: 1px solid #777777;
  margin-right: 15px;
}

#category .brands input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
  background-color: #4162ac;
}

#category .brands input[type="checkbox"]:checked::before {
  transform: scale(1);
}

#category .brands input[type="checkbox"]:focus {
  border-color: #4162ac;
}

#category .brands input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
#category .brands .color {
  position: relative;
  top: 4px;
}



/* KATEGORIE RIGHT */
#category .right {
  width: 1250px;
  padding: 0;
}
#category .right .head {
  text-align: left;
}
#category .right .head h1 {
  text-transform: uppercase;
}
#category .right .head p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: normal;
}

/* KATEGORIE - BOXY */
.category-box a {
  width: 25%;
  width: calc(25% - 15px);
  margin: 6px !important;
}
.category-box .flex {
  margin: 40px 0 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category-box .flex > a {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  color: #1b1e20;
  font-weight: 500;
  margin: 7px 0;
  background: #fff;
  white-space: nowrap;
}
.category-box .flex > a .img {
 max-width: 40px;
  padding: 5px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-box .flex > a .img img {
    max-height: 100%;
    max-width: 100%;
}
.category-box .flex > a:hover {
  border-color: #4162ac;
  color: #4162ac;
}

/* SORTING */
#category .sorting {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
#category .sorting span.sort-text {
  width: 200px;
  margin-right: 15px;
  text-align: left;
  position: relative;
  top: 15px;
}
#category .sorting select {
  // A reset of styles, including removing the default dropdown arrow
  appearance: none;
  // Additional resets for further consistency
  background-color: transparent;
  border: 1px solid #cacaca;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
#category .sorting span {
  font-family: 'Helvetica Neue lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  position: relative;
  top: 20px;
}

/* CATEGORIY PRODUCTS */
.products.category .product, .products.category > div {
    width: 35%;
    width: calc(25% - 30px);
    margin: 10px 0;
}


/* CATEGORY PAGINATION */
.pagination {
  text-align: center;
  padding-bottom: 45px;
}
.pagination .more {
  padding-bottom: 25px;
}
.pagination .more button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 15px 20px;
  color: #777;
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.pagination .more button:hover {
  cursor: pointer;
}
.pagination .pager a.previous, .pagination .pager a.next {
  border: 1px solid #cacaca;
  padding: 15px 20px;
  color: #777;
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.pagination .pager a {
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  border: 1px solid #cacaca;
  padding: 15px 20px;
  border-radius: 5px;
}
.pagination .pager span.active {
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  border: 1px solid #4162ac;
  color: #4162ac;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# DETAIL PRODUKUTU
--------------------------------------------------------------*/
#detail .top {
  display: flex;
  justify-content: space-between;
}
#detail .top .left {
  width: 48%;
  text-align: left;
}
#detail .top .left {
  /*border: 1px solid #7777;*/
  /*border-radius: 10px;*/
  display: flex;
  justify-content: space-around;
}

.slideshow {
  width: 100%;
  max-height: 700px;
  display: flex;
  justify-content: space-between;
}
.slideshow img {
  width: 100%;
}
.slideshow .current img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slideshow .current {
  margin-bottom: 0.25rem;
  padding: 20px;
}
.slideshow .gallery {
  display: block;
  overflow-x: auto;
  min-width: 230px;
}
.slideshow .gallery img {
  width: 100%;
  object-fit: contain;
}
.slideshow .gallery .thumbnail img {
  height: 100px;
}
.slideshow .gallery .thumbnail img:hover {
  cursor: pointer;
}
.slideshow .gallery .thumbnail {
  /*border: 1px solid #c5c5c5;*/
  /*border-radius: 10px;*/
  margin: 10px 0;
  width: 70%;
}
.thumbnail.current-image {
  position: relative;
}
.thumbnail.current-image::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 0.5s;
  border: 2px solid #4162ac;
  border-radius: 10px;
}
.thumbnail.current-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: #6a6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#detail .top .right {
  width: 50%;
  text-align: left;
}
#detail .top .right h1 {
  font-family: 'Helvetica Neue LT pro', sans-serif;
  font-size: 34px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
#detail .top .right .info span.code {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 14px;
  color: #717171;
  font-weight: 500;
}
#detail .top .right .info p {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
#detail .top .right .flex.product {

}

#detail .top .right .to_cart .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
}
#detail .top .right .flex.product {
  padding: 0;
  text-align: left;
  display: block;
}
#detail .top .right .flex.product {
  font-family: 'Helvetica Neue LT PRO', sans-serif;
  font-weight: 500;
  color: #2fb57e;
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 24px;
}
#detail .top .right .flex.product strong {
  font-family: 'Helvetica Neue LT PRO', sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
  top: 9px;
  margin-right: 10px;
}
#detail .top .right .flex.product p {
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
  margin-top: 9px;
  color: #000;
}

#detail .top .right .to_cart .add_to_cart {
  display: flex;
  justify-content: space-between;
  background-color: #4162ac;
  padding: 10px;
}
#detail .top .right .to_cart .add_to_cart button {
  display: flex;
  justify-content: space-between;
}
#detail .top .right .to_cart .add_to_cart button {
  font-family: 'Helvetica Neue LT Bold', sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #4162ac;
  border: none;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
#detail .top .right .to_cart .add_to_cart button img {
  width: 50px;
  height: 20px;
  object-fit: contain;
  position: relative;
  top: 3px;
}
#detail .top .right .to_cart .add_to_cart fieldset {
  border: none;
}

#detail .top .right .to_cart .number-wrapper {
  position: relative;
}
#detail .top .right .to_cart .number-wrapper:after,
#detail .top .right .to_cart .number-wrapper:before {
  position: absolute;
  right: 5px;
  width: 1.2em;
  height: .9em;
  font-size: 15px;
  pointer-events: none;
  background: #fff;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
}
#detail .top .right .to_cart .number-wrapper:after {
  color: #222222;
  content: "\25B2";
  margin-top: 4px;
}
#detail .top .right .to_cart input {
    height: 40px;
    font-size: 18px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    width: 70px;
}
#detail .top .right .to_cart .number-wrapper:before {
  color: #222222;
  content: "\25BC";
  margin-bottom: 5px;
  bottom: -.5em;
}
#detail .top .right .to_cart .to_cart_variants.colorpurple {
  background-color: #642d88;
  padding: 15px 35px 15px 15px;
  border-radius: 3px;
}
#detail .top .right .to_cart .to_cart_variants.pink {
  background-color: #e73b7d;
  padding: 15px 35px 15px 15px;
  border-radius: 3px;
}
#detail .top .right .to_cart .to_cart_variants.orange {
  background-color: #f0a145;
  padding: 15px 35px 15px 15px;
  border-radius: 3px;
}

#detail .top .right .to_cart_variants {
  width: calc(25% - 70px);
  margin: 6px !important;

}
#detail .top .right .tags a {
  font-family: 'Helvetica Neue LT pro', sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 15px;
}
#detail .top .right .tags {
  margin-top: 10px;
}

/* COLOR VARIANTS */
#colorvariants .variants .flex {
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#colorvariants .variants .flex.image-variants {
    margin: 0;
    display: block;
    column-count: 4;
    column-gap: .8rem;
}

#colorvariants .variants .flex > div {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  color: #1b1e20;
  font-weight: 500;
  background: #fff;
  justify-content: space-between;
  padding: 12px;
  width: auto;
  margin-block-end: .8rem;
  break-inside: avoid;
}
#colorvariants .variants .flex > div .text {
 width: 120px;
  padding: 5px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#colorvariants .variants .flex > div .text p {
  font-family: 'helvetica Neue Lt Pro', sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  opacity: .5;
  max-height: 100%;
  max-width: 100%;
}
#colorvariants .variants .flex > div:hover {
  border-color: #4162ac;
  color: #4162ac;
}
#colorvariants .variants .flex > div img {
    max-height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 10px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
#colorvariants .variants fieldset {
  border: none;
}
#colorvariants .variants input#input-select {
  height: 45px;
  font-size: 18px;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  width: 70px;
}


#colorvariants .number-wrapper {
  position: relative;
}
#colorvariants .number-wrapper:after,
#colorvariants .number-wrapper:before {
  position: absolute;
  right: 5px;
  width: 1.2em;
  height: .9em;
  font-size: 15px;
  pointer-events: none;
  background: #fff;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
}
#colorvariants .number-wrapper:after {
  color: #000;
  content: "\25B2";
  margin-top: 6px;
}
#colorvariants input {
    height: 45px;
    font-size: 18px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    width: 70px;
    border: 1px solid #9f9f9f;
}
#colorvariants .number-wrapper:before {
  color: #000;
  content: "\25BC";
  margin-bottom: 12px;
  bottom: -1em;
}


@media only screen and (max-width: 1300px) {
  #detail .top .right .to_cart_variants {
    width: calc(50% - 70px);
    margin: 6px !important;
  }
}
@media only screen and (max-width: 666px) {
  #detail .top .right .to_cart_variants {
    width: calc(50% - 70px);
    margin: 6px !important;
  }
}
@media only screen and (max-width: 485px) {
  #detail .top .right .to_cart_variants {
    width: calc(100% - 70px);
    margin: 6px !important;
  }
}

/* TABS */
#tabsinfo {
    padding-bottom: 25px;
    padding-top: 25px;
}
label.panel-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 100%;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  transition-property: background-color, color;
  transition-duration: 200ms;
  border: none;
}
label.panel-label:hover {
  color: #c0392b;
}

#panels {
  background-color: white;
}
#panels .container {
  margin: 0 auto;
  width: 90%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 0 45px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 24px;
}


@media all and (min-width: 1px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #868686;
    padding-top: 26px;
    border-left: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
  }

  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #868686;
    padding-top: 26px;
    border-left: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  }

  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #868686;
    padding-top: 26px;
    border-left: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  }

  ul#tabs-list {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 32%;
    position: relative;
  }
  ul#tabs-list li:hover {
    transition: none;
    border-right: none;
  }
  ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
  }
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }

  #open-nav-label,
#close-nav-label {
    display: none;
  }

  #nav-ctrl {
    display: none;
  }
}
@media all and (min-width: 900px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}

input#panel-2-ctrl, input#panel-1-ctrl, input#panel-3-ctrl {
  display: none;
}


/* DALSI PRODUKTY */
#alternativni {
    padding-bottom: 25px;
    padding-top: 25px;
}
#alternativni .products-title h2 {
  text-transform: uppercase;
}
#alternativni .more button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 15px 20px;
  color: #777;
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
#alternativni .more button:hover {
  background-color: #cacaca;
  color: #fff;
}

#doporucene {
    padding-bottom: 25px;
    padding-top: 25px;
}
#doporucene .products-title h2 {
  text-transform: uppercase;
}
#doporucene .more button {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 15px 20px;
  color: #777;
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
#doporucene .more button:hover {
  background-color: #cacaca;
  color: #fff;
}



/*--------------------------------------------------------------
# KOSIK
--------------------------------------------------------------*/
#progress_bar .kosikbread {
  display: flex;
  align-items: center;
}
#progress_bar {
    margin: 30px 0 30px 0;
}
#progress_bar .kosikbread a {
  font-family: 'helvetica Neue Lt pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #afafaf;
}
#progress_bar .kosikbread a strong {
  font-weight: 700;
  color: #000;
}
#progress_bar .kosikbread svg {
  margin: 0 15px;
  color: #4263ad;
}

/* PRODUKT KOSTIK HEAD */



/* PRODUKT KOSIK */
#basket {
  background-color: #f2f4f4;
}
#productkosik .left {
  width: 1650px;
}

#productkosik .product.basket {
    flex-direction: row;
    justify-content: space-between;
    border: 0;
    padding: 0;
    align-items: stretch;
    padding: 9px 0;
    border-top: 1px solid #f2f2f2;
    background: #fff;
}
.product.basket {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 30px 0 0 0;
    justify-content: flex-end;
    position: relative;
}

#productkosik .product.basket img {
    max-height: 90px;
}
#productkosik .product.basket img {
    height: auto;
    float: none;
    flex: none;
    display: flex;
    align-items: center;
    width: 160px;
    border: 0;
    padding: 2px 5px;
    width: 100%;
    background: #fff;
    object-fit: contain;
}

#productkosik .product .name {
    text-align: left;
    width: 36%;
    padding: 0 10px;
    min-height: auto;
    font-size: 17px;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    background: #fff;
}
#productkosik .product .name strong {
  color: #000;
  font-weight: normal;
}
#productkosik .product > * {
    display: flex;
    align-items: center;
}
.product .img, .product .name {
    text-align: center;
    display: block;
    padding: 10px 10px 0;
    min-height: 52px;
    outline: none;
}
#productkosik .number-wrapper {
  position: relative;
}
#productkosik .number-wrapper:after,
#productkosik .number-wrapper:before {
  position: absolute;
  right: 5px;
  width: 1.2em;
  height: .9em;
  font-size: 15px;
  pointer-events: none;
  background: #fff;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
}
#productkosik .number-wrapper:after {
  color: #c32c53;
  content: "\25B2";
  margin-top: 1px;
}
#productkosik input {
    height: 45px;
    font-size: 18px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    width: 70px;
    border: 1px solid #9f9f9f;
}
#productkosik .number-wrapper:before {
  color: #c32c53;
  content: "\25BC";
  margin-bottom: 5px;
  bottom: -.0em;
}

#productkosik .product.basket a.del img {
    max-height: 20px;
    filter: opacity(0.5);
}

#productkosik .product.basket .productimg {
  width: 6%;
}
#productkosik .product.basket span.barva {
  width: 8%;
}
#productkosik .product.basket span.price {
  width: 14%;
}
#productkosik .product.basket .to_cart_variants {
  width: 14%;
}
#productkosik .product.basket span.total {
  width: 14%;
}
#productkosik .product.basket .del {
  width: 8%;
  float: right;
}

/* HEAD */
#productkosik .head.basket {
  font-family: 'Helvetica', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  padding-top: 15px;
}
#productkosik .head.basket {
    flex-direction: row;
    justify-content: space-between;
    border: 0;
    padding: 0;
    align-items: stretch;
    padding: 9px 0;
    background: #fff;
}
.head.basket {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 30px 0 0 0;
    justify-content: flex-end;
    position: relative;
}


#productkosik .head.basket .head-img {
  width: 6%;
}
#productkosik .head.basket .head-text {
  width: 36%;
}
#productkosik .head.basket .head-color {
  width: 8%;
}
#productkosik .head.basket .head-price {
  width: 14%;
}
#productkosik .head.basket .head-qty {
  width: 14%;
}
#productkosik .head.basket .head-total {
  width: 14%;
}
#productkosik .head.basket .head-del {
  width: 8%;
  float: right;
}



#productkosik .right .basket {
  padding: 25px;
}
#productkosik .right {
  width: 700px;
  padding: 0 0 0 68px;
  text-align: left;
}
#productkosik .right .basket h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 8px;
}
#productkosik .right h4 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
}

#productkosik .right input[type="text"] {
    font-size: 15px;
    color: #9095a4;
}
#productkosik .right input {
  line-height: 45px;
  font-family: 'Helvetica Neue LT Pro', sans-serif;
  color: #9095a4;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0;
  width: 97%;
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  outline: none;
}
#productkosik .right form button {
  width: 102%;
  background-color: #bdbdbd;
  padding: 18px 25px;
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  border: 1px solid #aeaeae;
}
.black-button{
    background-color: #bdbdbd;
    padding: 18px 25px;
    font-family: 'Helvetica Neue Lt Pro', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #000;
    border: 1px solid #aeaeae;
}

#basket .flex {
    flex-wrap: wrap;
}
#basket .flex .left {
  font-family: 'helvetica Neue LT Pro', sans-serif;
  font-size: 13px;
  flex: 1;
  width: auto;
  min-width: 50%;
  color: #000;
  font-weight: 500;
}

#basket .flex > * {
  min-width: 100px;
  margin: 10px 0;
}
#basket .flex .right {
  font-family: 'helvetica Neue LT Pro', sans-serif;
  font-size: 13px;
  width: auto;
  min-width: auto;
  border: 0;
  padding: 0;
  text-align: right;
  font-weight: 500;
}
#basket hr {
    background: #000;
    border: 0;
    outline: 0;
    height: 1px;
    display: block;
    width: 100%;
    margin: 10px 0;
}
#basket .flex.total {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    display: flex;
}
#basket .flex.total b {
    font-size: 15px;
    font-weight: 500;
}
#basket .flex.total strong {
  font-family: 'helvetica Neue LT Pro', sans-serif;
    text-align: right;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
#basket button.basket, a.basket {
  width: 100%;
  background: #4263ad;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'helvetica Neue LT Pro', sans-serif;
  border-radius: 5px;
  padding: 15px;
    text-align: center;
}

#basket .flex.platby {
    justify-content: space-between;
    width: 100%;
}
#basket .flex.platby p {
  font-family: 'helvetica Neue LT Pro', sans-serif;
  font-size: 15px;
  flex: 1;
  width: auto;
  min-width: 50%;
  color: #000;
  font-weight: 500;
}
#basket .flex.platby img {
  float: right;
  width: 50%;
}

/*--------------------------------------------------------------
# KOSIK - DOPRAVA A PLATBA
--------------------------------------------------------------*/
#productkosik .left .block .head {
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-size: 18px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding: 18px 20px;
}
#productkosik .left .block .content {
    padding: 20px 0;
}
#productkosik .left .option.active {
    background: #fbfbfb;
}
#productkosik .left .option {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
#productkosik .left .block .option.active span {
    background: #4263ad;
}
#productkosik .left .block .option span {
    width: 27px;
    height: 27px;
    border-radius: 27px;
    border: 1px solid #bebebe;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
#productkosik .left .option.active {
    background: #fff;
}
#productkosik .left .option.active span:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 27px;
    font-size: 0px;
    border: 5px solid #fff;
    border-radius: 50px;
}
#productkosik .left .option {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 20px;
    flex-wrap: wrap;
}
#productkosik .left .option .name {
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  flex: 1;
  display: flex;
  align-items: center;
}
#productkosik .left .option .name strong {
  font-family: 'Helvetica Neue Bold', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
#productkosik .left .price {
    padding-left: 20px;
}
#productkosik .left .price img {
    width: 50%;
    float: right;
}

#productkosik .doruceni .days {
  text-align: center;
  width: 33.3%;
}
#productkosik .doruceni .price {
  text-align: right;
  width: 33.3%;
}



/*--------------------------------------------------------------
# KOSIK - DODACI UDAJE
--------------------------------------------------------------*/
#productkosik form .flex.form input[type="text"],
#productkosik form .flex.form input[type="password"],
#productkosik form .flex.form input[type="email"],
#productkosik form .flex.form select,
#productkosik form .flex.form textarea
{
    display: block;
    width: 90%;
    border: 1px solid #dedede;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 15px !important;
    padding-right: 35px;
    height: 20px;
}
#productkosik form .flex.form textarea
{
    height: 80px;
}
#productkosik .flex.form .input {
    position: relative;
}
#productkosik form .flex.form * {
    font-family: 'Helvetica', sans-serif;
}
#productkosik form .flex.form {
    font-family: 'Helvetica', sans-serif;
    text-align: left;
}
#productkosik .flex.form {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#productkosik form .flex.form .sub_col {
    width: 500px;
}
#productkosik form .flex.form label {
    font-size: 15px;
    color: #000;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    height: 50px;
    padding: 0 0 0 8px;
}

#productkosik form .flex.form .err input, #productkosik form .flex.form .err select {
    border: 1px solid #d70c0c;
    height: 50px;
}
#productkosik form .flex.form select {
    height: 50px;
    width: 100%;
}

#productkosik form .flex.form .err span {
    position: absolute;
    right: 100px;
    top: -15px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #d70c0c;
    padding: 0 20px;
    border: 4px solid #fff;
    border-bottom: 0;
    border-top: 0;
}
#productkosik form .flex.form .err select {
    border: 1px solid #d70c0c;
    width: 100%;
}

#productkosik .flex.mobile {
  display: none;
}
#productkosik .flex.end {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
#productkosik .flex.end a {
  background: #fff;
  border: 1px solid #000 !important;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: 'helvetica Neue LT Pro', sans-serif;
  border-radius: 5px;
  padding: 0 40px;
  line-height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 15px;
}
#productkosik .flex.end button {
  background: #4263ad;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: 'helvetica Neue LT Pro', sans-serif;
  border-radius: 5px;
  padding: 0 40px;
  line-height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
}

.show-other-categories{
  display: none;
}

.show-other-categories{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: rgb(203, 46, 84);
    width: 100%;
    padding-block: 1rem
}

/*--------------------------------------------------------------
# RESPONZIVITA
--------------------------------------------------------------*/

 @media all and (max-width: 1260px) {
      .wrapper, #products.category_products .wrapper {min-width: 280px; padding: 0 2%;}
      .product_slider .slick-list {margin: 0 10px;}
      .products .product, .products > div {width: calc(25% - 30px);}
      .kontakt .flex > .left.flex {flex: none; flex-wrap: wrap;}
}




/*--------------------------------------------------------------
# BODY - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .wrapper {
    max-width: 1300px;
  }
    #category .right {
        width: 1000px;
    }
    #uvodni-banner .right .freetransport h3 {
        margin: 0;
    }
}


@media only screen and (max-width: 1300px) {
  .wrapper {
    max-width: 990px;
  }
    
    #uvodni-banner .left {
        max-width: unset;
    }
    #uvodni-banner .flex{
        justify-content: center;
    }
    
    #uvodni-banner .right {
        height: 170px;
    }
    #uvodni-banner .right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 15px;
    }
    #uvodni-banner .flex {
        display: block;
    }
    #uvodni-banner .right .freetransport {
        width: 49%;
        height: 90%;
    }
    
}
/*--------------------------------------------------------------
# KOSIK - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    #progress_bar .kosikbread{
        text-align: center;
    }
  #progress_bar .kosikbread a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px 0 10px;
  }
  #progress_bar .kosikbread a strong {
    font-weight: 500;
  }
  #progress_bar {
    margin: 25px 0;
  }
  #productkosik .flex {
    display: block;
  }
  #productkosik .left {
    width: 100%;
  }
  #productkosik form .flex.form input[type="text"], #productkosik form .flex.form input[type="password"], #productkosik form .flex.form select {
    width: 100%;
    padding: 0;
    height: 45px;
    padding-left: 15px;
  }
    #productkosik .flex.form .input{
       margin-right: 15px;
    }
  #productkosik form .flex.form .sub_col {
    width: auto;
  }
  #productkosik .right {
    padding: 0 !important;
    width: 100%;
  }
  #productkosik .flex.mobile {
    display: block;
  }
  #productkosik .flex.mobile button{
      margin: 10px 0;
  }
  #productkosik .flex.mobile button.back {
    background: #fff;
    border: 1px solid #000 !important;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: 'helvetica Neue LT Pro', sans-serif;
    border-radius: 5px;
    padding: 0 40px;
    line-height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 15px;
  }
  #productkosik .flex.mobile button {
    background: #4263ad;
    width: 100%;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'helvetica Neue LT Pro', sans-serif;
    border-radius: 5px;
    padding: 0 40px;
    line-height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
  }
  #basket .flex.platby p {
    display: none;
  }
  #basket .flex.platby img {
    width: 100%;
    height: 22px;
    object-fit: contain;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #progress_bar .kosikbread svg {
    margin: 0 5px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
# KOSIK DOPRAVA A PLATBA - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #productkosik .left .price img {
    display: none;
  }
}
@media only screen and (max-width: 601px) {
  #productkosik .left .option .name {
    width: 50%;
  }
  #productkosik .doruceni .days {
    width: 100%;
    text-align: left;
    padding-left: 40px;
  }
  #productkosik .left .option .price {
    position: relative;
  }

}

/*--------------------------------------------------------------
# KOSIK KOSIK - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (min-width: 766px) {
  .product.basket .price.mobile {
    display: none;
  }
  .product.basket .barva.mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #productkosik .product.basket span.price {
    display: none;
  }
  #productkosik .product.basket span.barva {
    display: none;
  }
}


@media only screen and (max-width: 767px) {
  #productkosik .head.basket {
    display: none;
  }
  #productkosik .product.basket span.total {
    display: none;
  }
  #productkosik .product.basket span.barva.mobile {
    display: block;
    margin-left: 20px;
  }
  #productkosik .product.basket .productimg {
    display: grid;
  }

  #productkosik .product.basket span.price.mobile {
    display: block;
  }
  #productkosik .product .name {
    display: grid;
  }
  #productkosik .left .price {
    padding-left: 0;
  }
  #productkosik .product.basket span.price {
    width: 50%;
  }
  #productkosik .product.basket span.price.mobile {
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# DETAIL PRODUKTU - RESPONZIVITA
--------------------------------------------------------------*/
#detail .detail.mobile {
  display: flex;
}
@media only screen and (max-width: 1600px) {
  #colorvariants .variants .flex > div .text {
    width: 100px;
  }
}
@media only screen and (max-width: 1260px) {
    #colorvariants .variants .flex.image-variants {
        column-count: 2;
    }
    #detail .detail.mobile {
      display: block;
    }
    #thumbs {
      display: flex;
      justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
  #detail .top {
    display: block;
  }
  #detail .top .left {
    width: 100%;
  }
  #detail .thumb {
    width: 100%;
  }
  #detail .thumb img {
    height: 250px;
    padding: 25px;
  }
  #thumbs {
    padding-top: 0;
  }
  #detail .top .right {
    width: 100%;
  }
}
@media only screen and (min-width: 766px) {
  #detail .detail.mobile h1 {
    display: none;
  }
  #detail .detail.mobile .info span.code {
    display: none;
  }
  #detail .desktop .info.mobile p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 12px;
  }
  .breadcrumbs {
    padding-bottom: 0;
  }
  #detail .top .left {
    display: block;
  }
  #thumbs {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #detail .top .left {
    border: none;
  }
  #detail .thumb {
    border: 1px solid #7777;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #detail .top .right .to_cart .flex {
    justify-content: flex-start;
  }
  #detail .top .right.desktop .info.mobile p {
    display: block;
  }
  #detail .top .right .flex.product span.price strong {
    text-align: right;
  }

  #detail .top .right.desktop h1 {
    display: none;
  }
  #detail .top .right.desktop .info span.code {
    display: none;
  }
  #detail .detail.mobile h1 {
    display: block;
  }
  #detail .detail.mobile h1 {
    font-family: 'Helvetica Neue LT pro', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }
  #detail .detail.mobile .info span.code {
    display: block;
  }
  #detail .detail.mobile .info span.code {
    display: block;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    padding-bottom: 15px;
  }
  #detail .detail.mobile .info span.code:before {
    content: 'Kód produktu ';
  }

  #colorvariants .variants .flex.image-variants {
      column-count: 1;
  }
  .products-title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }


}
@media only screen and (max-width: 485px) {
  #detail .top .right .to_cart .flex {
    display: block;
  }
  .products-title h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #alternativni{
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
# KATEGORIE - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 1260px) {
  #category .left {
    display: none;
  }
  .category-box .flex > a {
    width: calc(48% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .category-box .flex > a {
    width: 100%;
  }
  #category .sorting span.sort-text {
    display: none;
  }
  #nejprodavanejsi {
    padding-top: 0;
  }
  #nejprodavanejsi h2 {
    font-size: 20px;
  }
    
    #category .category-box .flex > a.hidden-category {
        display:none;
    }
    .show-other-categories {
        display: block;
    }
    
    .products.category .product, .products.category > div {
        width: 100% !important;
    }
}
@media only screen and (max-width: 601px) {
  .pagination .pager a.previous, .pagination .pager a.next {
    display: none;
  }
  #category .sorting select {
      margin-right: 20px;
  }
}

/*--------------------------------------------------------------
# UVODNI STRANKA - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #uvodni-banner .flex {
    display: block;
  }
    #uvodni-banner .left img {
        height: unset;
        margin-top: 36px;
    }
  #uvodni-banner .right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 15px;
  }
  #uvodni-banner .right .freetransport {
    width: 49%;
    height: 90%;
  }
  #nejprodavanejsi {
    padding-top: 0;
  }
  .products-title a {
    padding: 12px 20px;
  }
  #uvodni-banner .right {
    height: 170px;
  }
    
    #uvodni-banner .left {
        max-width: unset;
    }
    #uvodni-banner .left img {
        height: unset;
    }
    
}
@media only screen and (max-width: 767px) {
  #uvodni-banner .right .freetransport h3 {
    font-size: 19px;
  }
  #uvodni-banner .right .freetransport {
    width: 49%;
    height: 80%;
  }
}
@media only screen and (max-width: 601px) {
    #uvodni-banner .right .freetransport {
        width: 100%;
        height: 100%;
    }
    #uvodni-banner .right {
        display: block;
        height: auto;
    }
    #uvodni-banner .right .freetransport img {
        width: 10%;
        height: 40px;
    }
    #uvodni-banner .left img {
        margin-top: 35px;
        height: unset;
    }
    .products .product, .products > div {
        width: calc(50% - 25px);
    }
    .product .title h3 {
        text-transform: none;
    }
    .product .to_cart {
        width: 100%;
        display: block;
    }
    .product .to_cart fieldset {
        height: auto;
        width: 100%;
    }
    .product .to_cart button {
        float: left;
        width: 85%;
        padding: inherit;
        line-height: 3;
    }
    .product .to_cart a {
        float: left;
        font-size: 13px;
        padding: 12px;
    }
    .product .to_cart .price p.stock {
        float: right;
        margin-right: 25px;
    }
    .product .to_cart .price {
        margin-bottom: 15px;
    }
    .product .top img {
        height: 180px;
    }
    #nejprodavanejsi h2 {
        font-size: 16px;
    }
    #slevy h2 {
        font-size: 16px;
    }
    .foot-menu{
        flex-wrap: wrap;
    }
    .foot-menu .newsletter input {
        margin-left: 40px;
    }
    .foot-menu .newsletter{
        width: 100%;
    }
    
  .foot-menu{
    flex-wrap: wrap;
  }
  .foot-menu .newsletter input {
      margin-left: 40px;
  }
    .foot-menu .newsletter{
        width: 100%;
    }
  
}
@media only screen and (max-width: 375px) {
    .products .product, .products > div {
        width: 100%;
    }
    .products-title {
        display: block;
        text-align: center;
        line-height: 1.8;
    }
    .product .title {
        min-height: auto;
    }
}


/*--------------------------------------------------------------
# PATICKA WEBU - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #manifacturer h2 {
    font-size: 20px;padding-top: 10px;
    padding-bottom: 10px;
  }
  .clients {
    justify-content: center;
  }
  .foot-menu .col-3.sloupec {
    width: 100%;
    width: calc(50% - 30px);
    padding: 0;
    margin: 0;
  }
  .foot-menu {
    display: flex;
    justify-content: center;
  }
  .foot-menu .col-6 {
    width: 100%;
    display: block;
  }
  .foot-menu .col-6.sloupec {
    display: block;
  }
  footer .foot-menu h5 {
    margin-bottom: 15px;
  }
  .foot-menu .col-6.sloupecek ul {
    margin: 0;
  }
  .paticka-copy .newsletter {
    display: none;
  }
}
@media only screen and (max-width: 601px) {
  .paticka-copy {
    display: block;
    text-align: center;
  }
  .foot-menu {
    display:block;
  }
    footer .foot-menu h5 {
      margin-top: 15px;
    }
}

@media only screen and (min-width: 602px) {
  .col-6.sloupec3.odber {
    display: none;
  }
}
@media only screen and (max-width: 601px) {
  .newsletter.mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .newsletter input[type="text"] {
    margin-top: 15px;
    width: 70%;
  }
  .col-6.sloupec3.odber {
    border-bottom: 1px solid #cbcbcb;
  }
  .newsletter input[type="text"] {
    margin-top: 15px;
    width: 60%;
  }
}


/*--------------------------------------------------------------
# HLAVICKA WEBU - RESPONZIVITA
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  header.desktop {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  #cssmenu > ul {
      padding-block: 20px;
  }
  #cssmenu >ul>li>span, #cssmenu >ul>li>a {
    padding: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1260px) {
  #middlebar .search form input {
    width: 150px;
  }
  #middlebar .logo img {
    height: 20px;
    object-fit: contain;
  }
  #middlebar .kosik {
    padding: 0;
  }
  #topbar .contact-info span img {
    width: 10%;
  }
  #cssmenu ul {
    min-width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #middlebar .search form input {
    width: 100px;
  }
  #middlebar .logo {
    width: 105px;
  }
}



@media only screen and (min-width: 990px) {
  header.mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header.desktop {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  header.mobile {
    display: block;
    display: flex;
    justify-content: center;
  }
}

/* HEADER MOBILE */
header.mobile {
  position: fixed;
}
header.mobile ul{
    list-style: none;
}
.header {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px var(--gray);
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
    z-index: 999;
}
/* Logo */
.header .logo {
  display: inline-block;
  margin-left: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 50%;
}
.header .logo img {
  width: 50%;
}

/* Nav menu */
.header.mobile .nav{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 80px;
}
header.mobile .menu a{
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    color: #000;
}
header.mobile .menu a:hover{
    background-color: #fff;
}
header.mobile .menu a:hover > svg {
    color: #d32d55;
    transform: rotate(90deg);
}

header.mobile .nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* MENU ICON KOSIK */
header.mobile .kosik .count {
    float: right;
    width: 33px;
    height: 38px;
    background: url('../icons/kos.svg') no-repeat left center;
    position: relative;
}
header.mobile .kosik .count i{
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  background: #4162ac;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 12px;
  font-style: normal;
  top: 0px;
  right: -10px;
}
header.mobile .kosik {
  padding: 15px 35px;
  line-height: 42px;
}
header.mobile .carthead {
  border-right: 1px solid #7777;
  border-left: 1px solid #7777;
}

/* MENU ICON HLEDAT */
header.mobile .searchhead {
  border-right: 1px solid #7777;
  border-left: 1px solid #7777;
  padding: 15px 35px;
  line-height: 42px;
}
header.mobile .searchhead img {
  width: 100%;
  height: 35px;
  object-fit: contain;
}


/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

.header.mobile .navbar-info {
  background-color: #262626;
  bottom: 0;
  width: 100%;
}
.header.mobile .navbar-info .slevy a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #00d8f2;
    font-weight: 600;
    border: 1px solid #00d8f2;
    border-style: dashed;
    border-radius: 10px;
    padding: 8px 22px;
}
.header.mobile .navbar-info .postovne {
  padding-top: 35px;
}
.header.mobile .navbar-info .postovne span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #8a8a8a;
}
.header.mobile .navbar-info .postovne span strong {
  color: #fff;
}
.header.mobile .navbar-info {
  padding: 25px;
}
.header.mobile .navbar-info .contact-info span {
  display: block;
  width: 100%;
}
.header.mobile .navbar-info .contact-info span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.mobile .navbar-info .contact-info span a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.header.mobile .navbar-info .contact-info span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding-right: 10px;
    filter: brightness(0) invert(1);
    position: relative;
    top: 3px;
}

/* DROPDOWN */
header.mobile .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
}

header.mobile .dropdown ul li {
  min-width: 200px;
}

header.mobile .dropdown ul a {
  font-family: 'Helvetica Neue Lt Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  text-transform: none;
}

header.mobile ul a i {
  font-size: 12px;
}

header.mobile .dropdown ul a:hover,
header.mobile .dropdown ul .active:hover,
header.mobile .dropdown ul li:hover>a {
  color: #000;
}

header.mobile .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

header.mobile .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

header.mobile .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (min-width: 1280px) and (max-width: 1366px) {
header.mobile .dropdown .dropdown ul {
  left: -90%;
}
header.mobile .dropdown .dropdown:hover>ul {
  left: -100%;
}
}

@media (min-width: 1280px) {
.mobile-nav-show,
.mobile-nav-hide {
  display: none;
  }
}




@media (max-width: 1279px) {
  header.mobile .dropdown ul,
  header.mobile .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease-in-out;
  }
  header.mobile .dropdown:hover>ul {
    display: block !important;
  }
  header.mobile a .dropdown ul {
    display: none !important;
  }
}

/* HEADER SEARCH */
header.mobile .side-menu2 {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
header.mobile .side-menu2 {
    max-height: 0;
    transition: max-height .5s ease-out;
}
.side-menu2:checked ~ nav.side-menu2{
    max-height: 100%;
}
header.mobile:hover .searchhead .side-menu2 {
  display: block;
}

@media only screen and (max-width: 991px) {
  header.mobile {
    height: 60px;
  }
  .header .logo {
      padding-top: 20px;
  }
  .header .logo img {
    height: 22px;
    width: unset;
  }
  header.mobile .searchhead img {
    height: 20px;
  }
  .hamb {
    padding: 30px;
  }
  header.mobile .kosik .count {
    width: 18px;
  }
  header.mobile .kosik .count i {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .header.mobile .nav {
    border-top: 1px solid #7777;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 425px) {
  .header .logo img {
    width: 80%;
    height: unset;
  }
}


/* RESPONSIVE HEAD */
@media only screen and (max-width: 991px) {
  #detail {
    margin-top: 45px;
  }
  #uvodni-banner {
    margin-top: 45px;
  }
  #category {
    margin-top: 25px;
  }
  #progress_bar {
    margin-top: 80px;
  }
}
