/*
Theme Name: Eggo
Author: Filip Slivka
Version: 1.00
bezova #c59a60
*/

@font-face {
  font-family: 'SohneSchmal-Halbfett';
  src: url('font/SohneSchmal-Halbfett.eot');
  src: url('font/SohneSchmal-Halbfett.eot?#iefix') format('embedded-opentype'),
      url('font/SohneSchmal-Halbfett.woff2') format('woff2'),
      url('font/SohneSchmal-Halbfett.woff') format('woff'),
      url('font/SohneSchmal-Halbfett.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {height: 100%;}

body {
  font-size: 18px;
  font-family: 'SohneSchmal-Halbfett', sans-serif;  
  color: #000;
  margin: 0px;
  height:100%; padding:0;
  -webkit-text-size-adjust: none;
  font-synthesis: none;
}
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea, option{padding: 6px!important;}
input[type=checkbox], input[type=radio] {transform: scale(1.2); cursor: pointer;}
input[type=text], input[type=tel], input[type=email], input[type=password], textarea,select {border: 1px solid #aaaaaa; border-radius: 0px; box-shadow: none!important}

select, input.input-text, input[type=text], .select2-container, textarea, #mc4wp-form-1 > div > input[type=email]:nth-child(1) {
  font-size: 16px!important;
  font-family: "Arial";
}

h1 {font-weight: normal; font-size: 30px}

h1.cat-title a, h2 a {text-decoration: none;}

.cat-title,
h1.page-title {
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cat-title:before,
.cat-title:after,
h1.page-title:before,
h1.page-title:after {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.cat-title:before,
h1.page-title:before {
  right: 0.5em;
  margin-left: -50%;
}
.cat-title:after,
h1.page-title:after {
  left: 0.5em;
  margin-right: -50%;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
}
h3 {font-weight: normal!important;}
h5 {
  font-weight: normal;
  font-size: 20px;
  margin: 0px;
  padding: 0px ;
}

a {text-decoration: underline; color: #000;}
a:hover {text-decoration: none; color: #000;}

/* main-slider */
#slider {top: 0;	width: 100%; z-index: -1; padding-top: 90px;}
.wallop-slider__item,.carousel-cell {height: calc(100vh - 90px);background-size: cover; background-position: 50% 50%;width: 100%;}
.flickity-button {background: transparent!important}
.flickity-button-icon {fill: #fff!important}
/* main-slider-konec */


/* struktura */
#main {
  min-height: 100%;
  position:relative;
  display: flex;
    flex-direction: column;
}

#content {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 139px;
  width: 1024px;
}

div.big-screen,
#content.big-screen {
  width: 100%;
}

/* header */
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

#header {
  width: 100%;
  background: #fff;
  height: 90px;
  z-index: 9999;
  top: 0;
  position: fixed;
  margin-top: 40px;
}

.top-line {
  background-color: #000;
  color: #fff;
  width: 100%;
  z-index: 10;
  top: 0;
  font-family: "Arial";
  font-size: 14px;
  height: 40px;
  position: fixed;
}

.top-line_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 30px;
}

.top-line a {
  text-decoration: underline;
  color: #fff;
}

.top-line a:hover {
  text-decoration: none;
}

.top-line_active, a.top-line_active {
  text-decoration: underline;
}

.top-line_wrapper div:nth-child(2)>span:first-child>a{
  margin-left: 25px;
}

.top-line_wrapper div:first-child>a>svg {
  width: 22px;
  height: auto;
  margin-left: 6px;
}

.top-line .a{
  fill:none;
  stroke:#f8be91;
  stroke-width:2px;
}

#header-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  height: 90px;
}

#logo {
  float:left;
  margin-left: 30px;
}

#logo a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  line-height: 90px;
  letter-spacing: 15px;
  text-transform: uppercase;
}

#header-right {
  margin: 0px;
  text-align: right;
  float: right;
}
.kosik-link {display: none}
div.kosik-cont {
  height: 90px;
  float:right; 
  display: inline; 
  width: 120px;
  margin-left: 30px; 
  background-color: #F4F4F4;
}

#uzivatel, #jazyk {
  line-height: 90px; margin-left: 30px;
}

#kosik {
  float:right; 
  display: inline; 
  width: 120px; 
  text-align: center; 
  padding-top: 16px; 
  padding-bottom: 18px; 
  cursor: pointer;
}

div.kosik-cont:hover {background: rgba(197,154,96, 0.8);transition: 0.3s;}
.cart_count {position: absolute;right: 30px;top: 12px; font-size: 10px; color: #000; padding-top: 2px; background-color: #fff; width: 16px; height: 14px; border-radius: 10px; text-align: center; font-weight: bold;  font-family: "Arial";}
#kosik a {text-decoration: none;}
#uzivatel {display: inline;float:left; }
#uzivatel a {
  text-decoration: none; 
  display: flex;
  height: 90px;
  align-items: center;
}
#uzivatel a:hover {color: #c39b56;transition: 0.3s;}
#jazyk {background-image: url(images/jazyk-bg.png); background-repeat: no-repeat; background-position: center center; float:left; display: none;}
#jazyk a {
  text-decoration: none;
  color: #000;
  margin-left: 10px;
}
#jazyk a.lang-en.active {color: #c59a60;}
#jazyk a.lang-cz.active {color: #c59a60;}

.widget_shopping_cart_content {
  display: inline;
  float: right;
}

.check-button a {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 5px 9px 5px 9px;
  margin-left: 17px;
}
.check-button a:hover {
  background: #c59a60;
  color: #fff;
  text-decoration: none;
  margin-left: 17px;
  transition: 0.3s;
}

/* animace */
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0);
  }
}

/* subscribe box */
.subscribe-box {
  width: 390px; height: 200px; background-color: #000; z-index: 9; position: absolute; top: 90px; right: 0px; color: #fff; font-family: "Arial",sans-serif; font-size: 13px;
  animation: fadein 0.6s ease-in 1;
}
.sev-spodni {position: absolute; bottom: 0px; width: 100%;}
.subscribe-box h2 {font-family: 'SohneSchmal-Halbfett', sans-serif; font-size: 24px; margin-top: 32px;}
.subscribe-box-cont {padding: 0px 35px 0px 35px;}
.subscribe-box span.news-button a {margin-left: 0px;}
.close-ico {position: absolute; top: 20px; right: 10px; cursor: pointer;}

/* menu */

 /* toggle */
 #toggle,
 .flyout-menu-toggle {
  display: block;
  width: 28px;
  margin-top: 30px;
  margin-left: 40px;
  float: left;
  cursor: pointer;
  padding-right: 18px;
}
#toggle div,
.flyout-menu-toggle div {
  width: 100%;
  height: 3px;
  background: black;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.toggle-white {background: white!important}
#toggle.on .one {
  transform: rotate(45deg) translate(12px, 9px);
}

.flyout-menu-toggle.on .one {
  transform: translate(0px,9px) rotate(45deg);
}

.flyout-menu-toggle.on .three {
  transform: translate(0px,-7px) rotate(-45deg);
}

#toggle.on .two,
#toggle.on .four,
.flyout-menu-toggle.on .two,
.flyout-menu-toggle.on .four {
  opacity: 0;
}
#toggle.on .three {
  transform: rotate(-45deg) translate(1px, 0px);
}
/* toggle end */

.navbar-shrink {
  box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}

.scrolled-down-header {
  margin-top: 0!important;
}

@media (min-width: 930px){li#jazyk-resp{display: none;}}

#menu {float: left; padding-top: 29px;}
#pull {display:none;}
#menu ul {
  list-style: none;
  font-size: 24px;
  margin: 0px;
  padding-left: 0;
}

#menu ul li { float: left; padding: 0px 18px; border-right: 1px solid #f2f2f2; line-height: 32px;}
#menu-item-6551 {border-right: none!important}

#menu a {
  color: #000;
  text-decoration: none;
}

#menu a:hover {color: #c59a60;transition: 0.3s;}
#menu .current_page_item a, li.current-menu-item a {color: #c59a60!important;}


/* flyout menu */

.flyout-menu .current_page_item a, 
.flyout-menu li.current-menu-item a {
  text-decoration: underline!important;
  color: #fff!important;
}

.flyout-menu .current_page_item a:hover, 
.flyout-menu li.current-menu-item a:hover {
  text-decoration: none!important;
}


.flyout-menu,  #toggle {
  display: none;
}

.flyout-menu {
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #B58B5A;
  width: 100%;
  padding: 30px 30px 30px 167px;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  letter-spacing: 0.38px;
}

.flyout-menu-wrapper {
  display: flex;
    column-gap: 7%;
    max-width: 1600px;
    position: relative;
}

.flyout-menu h5 {
  text-transform: none;
  font-size: 15px;
  color: #dac5ac;
  margin-bottom: 18px;
  font-weight: bold;
}

.flyout-menu .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.flyout-menu .menu-item a {
  text-decoration: none;
  color: #fff;
  line-height: 30px;
}

.flyout-menu .menu-item a:hover {
  text-decoration: underline;
}

.flyout-menu-socials {
  position: absolute;
  top: 0;
  right: 0;
}

.flyout-menu.expand {
  display: block;
}

.flyout-menu-socials a {
  color: #fff;
  text-decoration: none;
}

/* flyout menu end */

/* footer */
.footer-nav {
  display: flex;
    justify-content: space-between;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav .menu {
  padding: 0;
  list-style-type: none;
}

.footer-nav .menu>li {
  margin-bottom: 12px;
}

.footer-nav h5 {
 letter-spacing: 0;
 text-transform: none;
 font-size: 15px;
 color: #878787;
 font-weight: bold;
}

.newsletter-signup {
  margin-bottom: 50px;
  margin-top: 10px;
}

.newsletter-signup h5 {
  font-size: 24px;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  margin-bottom: 8px;
}

#mc4wp-form-1>div>input[type=email]:nth-child(1) {
  border: 1px solid #fff;
  background-color: #101010;
  color: #fff;
  font-size: 15px;
}

.newsletter-signup .tlacitko {
  background-color: #fff;
}

.newsletter-signup input[type=submit] {
  background-color: #fff;
  border: none;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 13px;
  font-size: 13px;
  color: #101010;
  cursor: pointer;
}

.copyright {min-width: 305px; font-size: 13px;}
div.secondary-menu {width: 23%; padding-right: 25px; float: left; line-height: 20px;}
div.secondary-menu.newletter-foot-box {padding-right: 0px}
@media (max-width: 1303px){div.secondary-menu{width: 22%;}}
@media (max-width: 1195px){div.secondary-menu{width: 20%;}}

div.secondary-menu a {
  text-decoration: none;
  line-height: 28px;
  color:#fff
}

div.secondary-menu.secondary-menu-2 a:hover,
div.secondary-menu.secondary-menu-1 a:hover {
  color: #fff!important;
  text-decoration: underline;
}

#footer {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  width:100%;
  font-size: 14px;
  background-color: #101010;
  margin-top: auto;
    width: 100%;
}

div#footer h2 {
  font-size: 15px; 
  font-family: "Arial";
  margin: 0px 0px 20px 0px;
  color: #878787;
  font-weight: bold;
  text-transform: none;
}

.foot-logo {margin-bottom: 15px; display: block; height: 64px;}

.soc-icon:first-of-type {
  margin-right: 5px;
  margin-left: 10px;
}

.soc-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.soc-icon:hover svg {
  opacity: 0.8;
}

.news-button a {background-color: #c59a60;color: #fff!important;text-decoration: none;padding: 5px 9px 5px 9px;font-family: 'SohneSchmal-Halbfett', sans-serif; font-size: 17px;}
.news-button a:hover {background-color: #666666;transition: 0.3s;}
#footer-content {
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 90px 30px 90px 30px;
  background-color: #101010;
    color: #fff;
}
.label {color: #c59a60;}
div.secondary-menu h2 {font-family: 'SohneSchmal-Halbfett', sans-serif; font-size: 24px; margin-top: 0px;}

.newletter-foot-box input[type=submit] {
  background-color: #fff!important;
    border: none!important;
    padding: 10px 18px!important;
}

.newletter-foot-box input[type=email] {
  padding: 11px 9px 7px 9px!important;
}

#mc4wp-form-1>div>input[type=email]:nth-child(1) {
  height: 21px;
}

.footer-text-logo {
  font-size: 30px;
  font-family: 'SohneSchmal-Halbfett', sans-serif!important;
  letter-spacing: 15px;
  margin-bottom: 22px;
  display: inline-block;
}

/* footer end */

/* HOMEPAGE */
.hp-hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
  height: 80vh;
  min-height: 600px;
  max-width: 100%;
  flex-direction: column;
  position: relative;
}

.hp-hero-banner:after {
  content: " ";
    width: 100%;
    height: 100%;
    background-image: url(https://eggobag.com/wp-content/themes/eggo/product-sliders/14733/box-damsky-galerie.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    filter: brightness(0.8);
}

.hp-hero-banner h2 {
  font-size: 120px;
  margin: 0;
}

.hp-hero-banner a.intro-button {
  color: #fff;
  text-decoration: none;
}

.hp-hero-banner a.intro-button:first-of-type {
  margin-right: 22px;
}

.hp-hero-banner a.intro-button:hover {
  background-color: #fff;
  color: #000;
}

#hp-prod-rand {
  display: inline-block;
}

#content.hp-info {padding-top: 0px!important; max-width: 1354px; width: 100%; padding-bottom: 0;}
#content.hp-info p {font-family: "Arial"; font-size: 15px; line-height: 20px;}
.hp-icons {
  display: flex; 
  justify-content: space-between;  
  margin-bottom: 120px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.hp-icons div {
  width: 25%;
  text-align: center;
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  justify-content: center;
}

.hp-icons div:first-of-type img {
  max-height: 150px;
}

.hp-icons div:nth-of-type(3) img {
  max-height: 100px;
}

.hp-icons div h3 {
  margin-bottom: 0;
  font-size: 37px;
  line-height: 37px;
  margin-top: 25px;
}

.hp-icons div:first-of-type {
  padding-left: 0;
}

.hp-icons div:last-of-type {
  padding-right: 0;
}

.text-icon {
  font-size: 88px;
    line-height: 85px;
    letter-spacing: -1px;
}

a.more_button {background-color: #ca9c56;  padding: 5px 22px 5px 22px; font-size: 17px;}
a.more_button:hover {background-color: #666666;}
.text-left {float: left;}
.text-right {float: right;}
.hp-info .products {
  display: flex;  
}

.hp-info .cat-title {
  margin-top: 66px;
  margin-bottom: 10px;
}

.hp-info .cat-title:nth-of-type(2) {
  margin-top: 85px;
}

.hp-grid {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}

.hp-grid h4 {
  font-weight: normal;
  font-size: 35px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 32px;
}

.hp-grid-text, .hp-grid>a {
  width: 50%;
  display: block;
}

.hp-grid>a {
  font-size: 0;
}

.hp-grid-text {
  text-align: center;
  padding: 0 8%;
  box-sizing: border-box;
}

.hp-hero-banner.sets-promo h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.hp-info .free-shipping-label {
  display: none;
}

/* HOMEPAGE konec */

/* vypis produktu */
.woocommerce table.shop_table, .woocommerce-page table.shop_table,#payment ul.payment_methods,#payment div.payment_box { font-family: "Arial"!important;}
.produkt {
  text-align: center;
  padding: 0 ;
  float: left;
}
div.upsells li.produkt,div.hp-rand-prod li.produkt{width:33.333%}

.products li {
  list-style: none;
  position: relative;
}
.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  margin: 0 0 80px 0;
  padding: 0;

}
li.produkt img {
  max-width: 100%;
  height: auto;
}
.produkt img:hover,
.wc-block-grid__products .wc-block-grid__product-image img:hover { opacity:0.8; filter:alpha(opacity=80); transition: 0.3s;}
.produkt h3{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product-title {
  text-decoration: none;
  color: #000;
  font-size: 40px;
}

.wc-block-grid__product-link,
.woocommerce-loop-product__title a {
  text-decoration: none;
}

.produkt-titulek {
  display: block;
}

.wc-block-grid__products .wc-block-grid__product-title {
  margin-bottom: 0!important;
  font-weight: normal;
}

@media (max-width:1350px){
  h3.woocommerce-loop-product__title,
  .wc-block-grid__products .wc-block-grid__product-title {
    font-size: 35px;
  }
}
.price{
  display: block;
  margin-bottom: 22px;
  margin-top: -7px;
  font-size: 22px;
}
a[rel=next],a[rel=prev],
.product_type_variable, 
.tlacitko,
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart, 
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout, 
a.add_to_cart_button.product_type_simple,
.wc-block-grid__product-add-to-cart a {
  background: transparent!important;
  text-shadow: none!important;
  color: #000!important;
  border: 2px solid #000!important;
  text-decoration: none!important;
  padding: 7px 18px!important;
  font-size: 20px!important;
  line-height: 20px!important;
  font-family: 'SohneSchmal-Halbfett', sans-serif!important;
  font-weight: normal!important;
  cursor: pointer!important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 0px;
}
a[rel=next]:hover,a[rel=prev]:hover,.product_type_variable:hover,.tlacitko:hover,body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart:hover, body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout:hover, a.add_to_cart_button.product_type_simple:hover,
.wc-block-grid__product-add-to-cart a:hover {
  background: #000!important;
  color: #fff!important;
  text-decoration: none!important;
  cursor: pointer!important;
  transition: 0.3s;
}
/* a.tlacitko {font-size: 17px!important; line-height:  19px!important;} */

/*  stranka produktu

ražba            */
.variation-pa_barva,.variation-Vmonogram,.variation-Vtext {padding: 0px!important; margin-bottom: 0px!important}
div#nm-productmeta-box-1 {font-size: 18px;}
label[for=ra_ba_monogramu], label[for=ra_ba_textu] {font-size: 30px; margin: 20px 0px 0px 0px;display: inline-block; }
label[for=v_monogram], label[for=v_text], div#box-v_monogram br, div#box-v_text br,.variation-Rabamonogramu,.variation-Rabatextu {display: none!important;}
div#box-ra_ba_monogramu, div#box-ra_ba_textu {width: auto!important; margin-bottom: 10px!important;}
input#v_text, input#v_monogram {width:177px!important;border: 1px solid rgb(169, 169, 169); font-size: 13px; margin: 0px 15px 0px 0px; padding: 7px 6px 7px 6px!important;}
.nm-productmeta-box > div {margin-bottom: 0px!important;}
div#box-v_monogram, div#box-v_text {margin-bottom: 0px!important;width: 100%!important}
.product_tag-vanoce div#box-v_monogram {margin-bottom: 20px!important;}
div.razba-info {
  display: inline-block;
  font-family: "Arial";
  font-size: 13px;
  padding-left: 20px;
}

.razba-info:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://eggobag.com/wp-content/themes/eggo/images/info-circle.svg) no-repeat bottom;
  margin-bottom: -3px;
  margin-right: 4px;
  margin-left: -20px;
}

.ppom-input-v___text {
  align-items: flex-start!important;
}
/* ražba konec */
div#box-zap_druky {margin-top: 20px;}
input#zap_druky-meta-ano, input#remen-meta-ano {margin-right: 5px; margin-left: 10px;}
#box-remen {margin-top: 15px;}

#content.product-detail {width: 100%; width: 100%; padding-left: 30px; padding-right: 30px; box-sizing: border-box;}
.product-detail div.product div.images {width: 50%; float: left;text-align: center; max-height: 683px; position: relative;}
div.product div.images img {max-width: 100%; height: auto}
.product-desc-right {width: 49%; float: right;}
.gallery-container {max-width: 100%; clear: both}
/* product lightbox */
.woocommerce-product-gallery__trigger {width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0;}
.pswp {z-index: 9999!important; transition: opacity 0.2s linear; opacity: 0;}
.pswp__bg {background: rgba(0,0,0, 0.8)!important;}
.pswp__caption__center {font-family: "Arial"!important}
/* product lightbox end */
/* product carousel */
.product-carousel {padding: 0!important;margin-top: 30px;}
.gallery-container {display: inline-block; width: 100%;}
.product-carousel .main-carousel {padding-bottom: 66.66%;}
.product-carousel .main-carousel .flickity-viewport {position: absolute;width: 100%;}
.product-carousel .carousel-cell { height: 100%;}
.product-carousel .carousel-cell img { max-width: 100%; object-fit: contain;}
/* product carousel end */

form.variations_form {margin-bottom: 0px!important;}
div.woocommerce-tabs {margin-top: 15px;}
div.swatch-wrapper {margin: 0px 5px 0px 0px;}
select#pa_velikost {padding: 6px ;}
div.related,div.product-type-simple div.quantity {display: none;}
.title-block {margin-top: 5px}
.pp-titulek {
  font-size: 60px;
  margin: 0 25px 0 0;
  padding: 0;
  font-weight: normal;
}
.pp-price {
  font-size: 45px;
  color: #c59a60;
  font-weight: normal;
}
.variations-table{
  clear: both;
}
.pp-button,button.single_add_to_cart_button{
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 7px 28px;
  font-size: 30px;
  border: none;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  font-weight: normal;
  cursor: pointer;
}
.pp-button:hover,button.single_add_to_cart_button:hover{
  background: #c59a60;
  color: #fff;
  text-decoration: none; cursor: pointer;
  transition: 0.3s;
}
.stitek_vlastnost  {
  font-size: 30px;
  margin: 25px 0px 5px 0px;
  display: block;
  padding: 0;
}
#tab-description h2 {
  font-size: 30px;
  margin: 40px 0 0 0;
  padding: 0;
  font-weight: normal;
}
#tab-description p {
  margin-top: 0px;
  padding-top: 0px;
  font-family: "Arial";
  font-size: 15px;
  line-height: 20px;
}
#tab-description ul:not(.products) {
  margin: 0px;
  padding: 10px 0 0 17px;
  font-family: "Arial";
  font-size: 15px;
  line-height: 22px;
}

#tab-description .onsale {
  display: none!important;
}

/* muj ucet */
/* .zrus-odsazeni {margin-top: 0px;} */
.drobeckova,.reg-info {font-family: "Arial";font-size: 13px;}
.reg-info ul {padding: 0 0 0 17px ;margin: 0px 0px 10px 0px; }
.uzivatel {
  font-size: 46px!important;
  font-weight: normal;
  margin: 24px 0px 0px 0px;
}
.col-1.address h2 {  margin-bottom: 10px;}
address {
  font-style: normal;
  font-weight: normal;
}
.order-status {font-weight: bold;}
.jmeno {color: #c59a60;}
mark {background-color: #fff;}
.drobeckova mark {font-weight: bold}
.edit_adress{width: 50%;}
#account_email{width: 47.5%;}
#billing_country_field {width: 47%; padding-left: 0px!important}
.order-number a {text-decoration: none;}
.lost_reset_password {width: 55%;}


/* tabulky */
.cart-subtotal th,.shipping th,.order-discount th,.order-total th,.shop_table.my_account_orders tfoot th {background-color: #fff!important;}
tr.cart-subtotal,tr.shipping,tr.order-discount,tr.order-total,tr.cart_item,tr.order,.shop_table.my_account_orders tr {border-bottom: 2px solid #f2f2f2;}
#payment {background-color: #fff!important;}
#payment ul.payment_methods {border-bottom: 2px solid #f2f2f2!important;}
.shop_table.zplatby {margin-bottom: 0px!important;}

/* kosik */
h2.mobile-title {text-align: center;}
div.cart-empty {margin: auto auto; text-align: center;}
.shop_table.cart thead {display: none;}
.shop_table.cart tr.cart_item { padding: 10px 0px;margin-bottom: 10px;border: 2px solid #f2f2f2; display: block;}
.shop_table.cart td.product-thumbnail {width: 23%!important}
.shop_table.cart td.product-name {width: 38%!important}
.shop_table.cart td.product-remove {width: 8%!important}
.shop_table.cart td.product-quantity,.shop_table.cart td.product-subtotal {width: 13%!important}
.shop_table.cart td.product-subtotal {text-align: center;}

/* qty input */
.shop_table.cart .quantity input.qty {width: 45px; height: 45px}
.shop_table.cart .quantity .minus{height: 24px}
.shop_table.cart .quantity .plus { height: 23px}
.shop_table.cart .quantity input {border-radius: 0px!important;}
.shop_table.cart .quantity .minus,.shop_table.cart .quantity .plus {width: 25px;box-shadow: none; background: #f2f2f2!important; font-size: 15px; text-shadow: none;}
.shop_table.cart .quantity .minus:hover,.shop_table.cart .quantity .plus:hover {opacity:0.8}

.variation-Rabamonogramu,.variation-Rabatextu {display:none}
.variation-table {line-height: normal;}
#payment div.payment_box {padding: 5px 15px 15px 15px;}
p.festi-cart-buttons {margin: 10px 0px 10px 0px!important;}
.tl-updt {display: none;}
.woocommerce table.cart img {
  width: 206px!important;
}
.product-thumbnail {width: 206px!important;}
.product-subtotal {font-weight: bold;}
.variation-table {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
}
.product-name a {
  font-size: 25px;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  text-decoration: none;
}
.product-thumbnail img:hover {opacity:0.8; filter:alpha(opacity=80);transition: 0.3s;}
div.quantity.buttons_added {margin-left:0px}

input#coupon_code {box-sizing: inherit; border: 1px solid #c7c0c7; height: 18px; margin-top: 1px; width: 86px;}
.coupon {margin-top: 6px;}
table.cart td.actions {padding-left: 0px!important; padding-right: 0px!important}
.form-row.form-row-first {padding-left: 0px !important}

.cart_totals_prices, p.total, div.minicart span.quantity {font-family: "Arial"; font-size: 13px; letter-spacing: normal;}
.cart_totals_total {font-weight: bold;}
.cart_totals {width: 21%!important; line-height: 27px;}
.cart_totals_prices h3 {margin: 0; font-weight: normal;font-size: 15px;}
.cart-collaterals {padding-top: 10px;}
.back_tl {float: left; line-height: 17px; }
.cart-bck-fr {margin-top: 25px;}

/* minicart */
div.minicart {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 9999;
  width: 360px;
  min-height: 170px;
  padding: 10px 20px 0px 10px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.1s linear;
  background-color: #f2f2f2;
  border-top: none ;
  box-shadow:  -2px 2px 4px -1px rgba(0, 0, 0, 0.1);
}
div.kosik-cont:hover div.minicart {visibility: visible; opacity: 1;}
div.minicart span.variation-table {font-size: 20px; display: inline;}
div.minicart span.quantity {width: 85px;display: inline-block; }
p.cart_totals1 {border-top: 2px solid #fff; margin: 0px; padding: 20px 0px 20px 0px; font-size: 15px; font-family: "Arial";}
ul.mini_cart_list {padding: 0px ;margin: 0px ;}
li.mini_cart_item {list-style: none;width: 100%;line-height: 100px;  display: block; clear: both; margin-bottom: 10px}
li.mini_cart_item img {width: 40%; height: auto; float: left;}
li.mini_cart_item a {text-decoration: none;}

/* pokladna */
.mc4wp-checkbox span {margin-left: 10px}
tr.fee th {background-color: white!important}
td.product-name {padding: 12px!important}


/* prijata obj */
.customer_details, address {font-family: "Arial"; font-size: 13px;}

.order_details.bacs_details h5 {font-size: 17px!important}

.obj-info{
  font-size: 20px;
  display: block;
}
.variation p,dd,dt {
  margin: 0;
  padding: 0;
}
.form-row.terms{
  font-family: "Arial";
  font-size: 13px;
}
.bacs_details {font-family: "Arial"; font-size:13px;}

/* clanky */
.entry-text {
  font-family: "Arial";
  font-size: 13px;
}
.entry-content h1 {
  font-size: 50px;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  font-weight: normal;

}
.right {
  float: right;
  width: 500px;
  font-family: "Arial";
  font-size: 13px;
}
.left {
  float: left;
  width: 500px;
  font-family: "Arial";
  font-size: 13px;

}
.left h2 {
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  margin: 0px;
}
.prispevek {
  padding-bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.prispevek img:hover {opacity:0.8; filter:alpha(opacity=80); transition: 0.3s;}

.jedn-prispevek {
  margin-top: 20px;
}

/* stranky */
.right-pos {float: right;}
.left-pos {float: left;}
.right-pos, .left-pos {width: 48.5%;}
.right-pos h2, .left-pos h2 {margin-top: 0px;}
.right-pos img {max-width: 100%; height: auto;}
.pageclearing {clear: both; height: 20px;}
div.nedostupny {margin: 80px 0px 40px 0px}

/* blog */
div#main div.post-layout {max-width: 600px;}
div#main div.post-layout h1, #content.sdb-layout-content h1 {margin-top: 20px; font-family: 'SohneSchmal-Halbfett', sans-serif; margin-bottom: 5px; font-size: 65px; line-height: 65px;}
.publish-date {margin-bottom: 25px}
div#main div.post-layout img {max-width: 100%; height: auto;}
a.showmore {margin-top: 12px}
div.strankovani {width: 100%; text-align: center; margin: 40px 0px 10px 0px}
.current{background-color: #000; color: #fff}
.page-numbers {padding: 5px 9px 5px 9px;}

/* zakaz zobrazeni */
#kosik span.variation-table {display: none;}
ul.tabs {display: none;}
span.sku_wrapper {display: none;}

/* *********** */


iframe[name='google_conversion_frame'] {
  position: absolute;
  height: 0 !important;
}

/*! Flickity v2.1.2 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* video container */
.embed-container { margin-top:30px; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* video container end */


/******************************* styles for woocommerce after update ********************************/

/* nodisplay */
p.woocommerce-result-count, form.woocommerce-ordering, td.value a.reset_variations, .single_variation_wrap input.qty, .posted_in, section.upsells, div.cart_totals  {display: none!important}
/* nodisplay end */


.pp-titulek {display: inline}

table.cart {border: none!important}
div.woocommerce table.cart td {border-top: none!important; padding: 6px 12px; }
div.woocommerce table.cart {font-size: 15px; line-height: 20px;}
.shop_table.cart .quantity input.qty {height: 30px!important;width: 30px!important}
.woocommerce a.remove:hover {background-color: black!important}
div.woocommerce a.remove {color: black!important}
div.woocommerce table.cart img {width: 100%!important}
body div.woocommerce .button {
  border-radius: 0px;
  background: #000!important;
  text-shadow: none!important;
  color: #fff!important;
  text-decoration: none!important;
  padding: 7px 18px!important;
  font-size: 21px!important;
  line-height: 21px!important;
  border: none!important;
  font-family: 'SohneSchmal-Halbfett', sans-serif!important;
  font-weight: normal!important;
  cursor: pointer!important;
}
body div.woocommerce .button:hover {
  background: #c59a60!important;;
  color: #fff!important;;
  text-decoration: none!important;;
  transition: 0.3s!important;;
}

.woocommerce #payment #place_order {
  padding: 12px 32px!important;
}

div.coupon {margin-top: 0px!important}
input#coupon_code {height: 20px; padding: 8px 6px 4px 6px!important; margin-top: 0px}
p.total_price_cart {margin: 8px 0px 0px 0px; font-size: 16px;}
td.product-quantity .wac-qty-button {border-radius: 0px; padding: 0; background: none; text-decoration: none; font-size: 20px; font-weight: normal; padding: 5px}
.wac-btn-sub {padding-bottom: 8px!important; padding-right: 6px!important;}
.shop_table.cart .quantity {width: 75px}
.select2-container--default .select2-selection--single {border-radius: 0px!important;}
p.form-row {margin-bottom: 12px!important}
h3#ship-to-different-address {font-weight: normal;}
#order_review {font-size: 13px; font-family: "Arial"}
#order_review td.product-name {font-weight: bold}
#order_review td.product-name dl.variation {font-weight: normal!important}
.woocommerce table.shop_table,.woocommerce .woocommerce-customer-details address,.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,.woocommerce form {border-radius: 0px!important}
.woocommerce-order-overview strong {font-family: "Arial"; font-size: 13px}
p.woocommerce-thankyou-order-received {font-size: 30px;}
div.woocommerce ul.order_details li {font-size: 1.1rem;}
div.woocommerce ul.order_details li strong { font-weight: normal; font-family: "Arial"; font-size: 15px; padding-top: 8px}
ul.bacs_details {font-family: 'SohneSchmal-Halbfett', sans-serif;}
table.woocommerce-table--order-details {font-size: 13px}
table.woocommerce-table--order-details .product-name a {font-size: 13px; font-family: "Arial"; font-weight: bold}
figure.woocommerce-product-gallery__wrapper {margin:0; pointer-events: none;}
table.woocommerce-table--order-details ul.wc-item-meta, p.woocommerce-customer-details--phone, p.woocommerce-customer-details--email {padding-left: 0px!important;}
p.woocommerce-customer-details--phone::before, p.woocommerce-customer-details--email::before {display: none;}
.woocommerce .woocommerce-customer-details address {border: 0px!important}
div.swatch-wrapper {border-color: white!important;}
div.swatch-wrapper.selected {border-color: black!important;}

div.woocommerce-Tabs-panel--description img.lazyloaded {max-width: 100%!important; height: auto!important;}

.wac-quantity {display: flex;align-items: center;}

label[for=d_lka_cm_] {display: inline-block;padding: 0.8em 0 0.5em 0; font-size: 30px}

/******************************* styles for woocommerce after update end ********************************/
/* submenu */
ul.sub-menu {position: absolute; display:none; margin: 0px -10px!important; padding: 10px!important; background-color: #c59a60}
li.menu-item-7432 {cursor: pointer;}

#menu-prvni-menu>li:last-of-type, .sub-menu li {
  border-right: none!important
}

#menu-prvni-menu>li:first-of-type {
  border-left: 1px solid #f2f2f2;
}

li.menu-item-7432:hover .sub-menu {display: block; }
.sub-menu li {float: none!important;padding: 0!important}
.sub-menu li a {color: #fff!important;}
#header .sub-menu li a:hover, #header ul.sub-menu li.current_page_item a, #header ul.sub-menu li.current-menu-item a {color: #000!important;}

/* zasilkovka */
.zasikovna-ico img {max-height: 34px;} 
#content .woocommerce .woocommerce-checkout .packeta-widget-btn a {
  background-image: none!important;
  padding: 6px 11px!important;
  line-height: 22px!important;
  height: auto!important;
  min-width: 40px!important;
  text-align: center;
  font-size: 17px!important;
}	

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 999999999999999;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 4px;
  top: 10px;
  width: 34px;
  height: 26px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 8px;
  top: 4px;
}

.product-carousel .carousel-cell img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.product-carousel .flickity-button {background: hsla(0,0%,100%,0.45)!important;}
.product-carousel .flickity-button-icon {fill: #333!important}

#payment ul.payment_methods {
  list-style-type: none!important;
  padding-left: 20px!important;
}

#payment ul.payment_methods .payment_method_gopay-inline{
  padding: 0 0 15px 0;
}

/* products search */
#content.sresults-page {
  width: 100%;
}

#content.sresults-page h1.page-title, #content.sresults-page .woocommerce-result-count {
  display: block!important;
  text-align: center;
}

#content.sresults-page p.woocommerce-result-count {
    font-family: "Arial";
    font-size: 14px;
    margin-bottom: 30px;
}

#uzivatel img {
  width: 23px;
  height: 23px;
}

.product-search {
    float: left;
}

.product-search-form>form>div {
  display: flex;
    align-items: center;
    height: 90px;
}

.product-search form #searchsubmit, .product-search form #searchsubmit:focus {border: none; outline: none}

#s {
  background-color: #ebebeb;
  border: none;
  font-size: 26px!important;
  width: 350px;
  padding: 9px 14px!important;
  box-sizing: content-box;
  border-bottom: 1px solid #d2d2d2;
  margin-right: 43px;
  box-sizing: content-box;
}

#s:focus {outline: none}

.searchinput-mobile {
  display: flex;
  align-items: center;
}

.searchinput-mobile_icon {
  background: transparent url(https://eggobag.com/wp-content/themes/eggo/images/search.svg?v=1.01) no-repeat center 1px;
  width: 25px;
  height: 25px;
  background-size: 23px;
  cursor: pointer;
}

.searchinput-mobile {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #ebebeb;
  padding: 23px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}

.searchsubmit_mobile {
  display: inline-block;
  cursor: pointer;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  font-size: 34px;
  color: #fff;
  background-color: #000;
  padding: 8px 28px 5px 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}

.searchinput-mobile-close {
  position: absolute;
  right: 28px;
  top: 38px;
  cursor: pointer;
}

.language-switch {
  display: inline-block;
  margin-left: 30px;
  font-size: 24px;
}

.language-switch-mobile {
  display: none;
}

.language-switch>a {
  text-decoration: none;
}

.language-switch>a:hover {
  text-decoration: underline;
}

.language-switch>a,
.language-switch>span {
  line-height: 90px;
}

.language-switch>span {
  margin-right: 5px;
}

@media (max-width: 1300px) {
  #menu ul {font-size: 20px;}

  #uzivatel {display: none;}

  #menu ul li {
    padding: 0 14px;
  }

  div.kosik-cont {
    width: 114px;
  }

  .language-switch,
  div.kosik-cont {
    margin-left: 25px;
  }

  .flyout-menu-toggle {
    margin-left: 20px;
  }
}


/* products search end */

.balm-cross {
  display: flex; 
  align-items: center;
}

body .woocommerce .balm-cross>div>a>img {
  width: 50px!important; 
  height: 50px!important;
}

.balm-cross div:nth-child(2) {
  margin-left: 10px;
}

input[name="proceed"] {
  background: #000!important;
  color: #fff!important;
}

input[name="proceed"]:hover {
  background: #fff!important;
  color: #000!important;
}

body .woocommerce .cart-collaterals .cross-sells {
  width: 100%;
}

body .woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}

body .woocommerce .cart-collaterals .cross-sells ul.products li .eggo-loop-colors {
  display: none;
}

body .woocommerce .cart-collaterals .cross-sells ul.products li h3 {
  font-size: 30px;
}

body .coupon button[name="apply_coupon"] {
  background-color: #ebe9eb!important;
  color: #000!important;
}

.newletter-foot-box input[type=submit], input[name="proceed"], body .coupon button[name="apply_coupon"], .searchsubmit_desktop {
  -webkit-appearance: none;
}

.cart-collaterals .cross-sells {
  border-top: 1px solid #f2f2f2;
}

#heureka_overeno_zakazniky_nesouhlas_optout_field .optional {display: none}
table.zasilkovna_detail {font-size: 13px;} 
.pswp__caption {display: none;} 
input#v_monogram, input#v_text, select#pa_velikost {margin-bottom: 12px;}
.carousel-cell a {display:block; width:100%;height:100%}
.newletter-foot-box input[type="submit"]:hover, .subscribe-box-cont input[type="submit"]:hover {background-color: #666!important;transition: .3s;}
#product-8978 .pp-price, #product-8978 .woocommerce-variation-price, ul[data-attribute_name="attribute_pa_hodnota-poukazu"] li input {display:none}
ul[data-attribute_name="attribute_pa_hodnota-poukazu"] li {float: right;}
ul[data-attribute_name="attribute_pa_hodnota-poukazu"] li label {
  cursor: pointer;
      margin-left: 0!important;
  margin-right: 10px;
  padding: 5px 10px 2px 10px;
  display: block!important;
  color: #c59a60;
  font-size: 20px;
  border: 1px solid #c59a60;
}
ul[data-attribute_name="attribute_pa_hodnota-poukazu"] li label:hover, 
ul[data-attribute_name="attribute_pa_hodnota-poukazu"] li input[type="radio"]:checked+label {background-color: #c59a60;color: #fff;}
#picker_pa_hodnota-poukazu {float:left}		
.woocommerce ul#shipping_method li input {margin-top: 2px; position: absolute;left: 0;}
.woocommerce ul#shipping_method li {margin-bottom: 15px;position: relative;padding-left: 22px;}
.woocommerce ul#shipping_method li .woocommerce-Price-amount {color:#c59a60}
.order-total .woocommerce-Price-amount {font-size: 18px;}
.woocommerce ul#shipping_method li label {line-height: 20px;}

.top-warning {
  width: 100%;
  background-color: red;
  z-index: 99999;
  color: white;
  text-align: center;
  padding: 10px 20px;
  font-family: "Arial";
  font-size: 14px;
  box-sizing: border-box;
  font-weight: bold;
}

#tab-description ol {
  margin: 0;
      padding: 0 0 0 17px;
  font-family: "Arial";
  font-size: 15px;
  line-height: 22px;
}

.input-info_text {
  font-family: "Arial";
    font-size: 14px;
}

.shop_table.cart td.product-quantity {text-align: center;}

.wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}

body #content span.onsale,
.free-shipping-label {
  position: absolute;
  font-size: 12px;
  font-family: "Arial";
  background-color: #E8E8E8;
  color: #000;
  display: block;
  z-index: 9;
  top: auto;
  left: auto;
  margin-left: 1%;
  margin-top: 1%;
  line-height: 26px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 30px;
}

.price ins, .pp-price ins {text-decoration: none;}

/* sidebar layout */
.sdb-layout-wrapper {
  max-width: 1354px;
    display: flex;
    margin: 0 auto;
    padding: 0 30px;
}

.sdb-layout-wrapper .wp-block-table {
  max-width: 600px;
}

#sidebar {
    margin-right: 80px;
    padding-top: 139px;
    position: relative;
    padding-bottom: 410px;
}

@media (max-width: 1420px) {
  #sidebar {
    margin-right: 40px;
  }
}

#sidebar:after {
  content: ' ';
  width: 250px;
  display: block;
}

#content.post-layout {
  margin: 0;
}

#sidebar nav {
  position: sticky;
  width: 250px;
  top: 130px;
}

#sidebar h2 {
  margin-top: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 32px;

}

#sidebar nav a {
  font-size: 28px;
  text-decoration: none;
}

#sidebar nav ul.menu {
  padding: 0;
  margin: 0;
}

#sidebar nav ul.menu li {
  list-style-type: none;
}

#sidebar nav a:hover {
  color: #c59a60;
  transition: .3s;
}

#content.sdb-layout-content {
  font-size: 15px!important;
  margin-left: 0;
  margin-right: 0;
  max-width: 1024px;
}

#content.sdb-layout-content p, #content.sdb-layout-content ul:not(.products), #content.sdb-layout-content ol {
  max-width: 600px;
}

.wp-block-image img {
  height: auto;
}

.datum-prispevku {  
  font-size: 20px;
  font-family: 'SohneSchmal-Halbfett', sans-serif;
}

.prispevek h2 {
  font-size: 50px; line-height: 50px; margin-bottom: 5px;
}

.prispevek:first-of-type {
  margin-top: 20px;
}

.responsive-img, .sdb-layout-content img {
  max-width: 100%;
  height: auto;
}

#content figure {
  margin: 0;
}

#content.sdb-layout-content .products {
  font-family: 'SohneSchmal-Halbfett', sans-serif;
  line-height: normal;
}
/* sidebar layout end */

/* font setup */
.vyroba-text, .right-pos, .left-pos,div#main div.post-layout, #content.sdb-layout-content,
#content.sdb-layout-content p, #content.sdb-layout-content ul:not(.products), #content.sdb-layout-content ol {
  line-height: 20px;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
/* font setup end */

/* HP intro */

.intro {
  display: flex;
  color: #fff;
  text-align: center;
  margin-top: 130px;
}

.intro>a {
  width: 33.333%;
  height: calc(100vh - 130px);
  max-height: 927px;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  transition: all .3s ease-out;
}

.intro-button {
  background: transparent;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 24px;
  transition: all .3s ease-out;
  margin-top: 30px;
}

.intro>a:hover .intro-button {
  background-color: #fff;
  color: #000;
}

.intro>a h2 {
  max-width: 356px;
  font-size: 100px;
  margin: 0 auto;
  line-height: 95px;
}

.intro>a:before  {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
  filter: brightness(0.9);
}

.intro>a:first-child:before {
  background-image: url('images/IMG_0644.jpg'); 
    background-position-x: 50%;
    background-position-y: 50%;
}

.intro>a:nth-child(2):before {
  background-image: url('images/A23A4913.jpg');  
  background-position-y: 50%;
  background-position-x: 60%;
}

.intro>a:nth-child(3):before {
  background-image: url('https://eggobag.com/wp-content/uploads/2023/01/zakazkova-vyroba.jpg');  
  background-position-y: 55%;
}

.intro>a:hover:before {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* HP intro end */

.term-description {
  width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 60px 0;
}

.term-description p {
  text-align: center;
    font-size: 32px;
    max-width: 55%;
    margin: 0 auto;
}

@media (max-width: 1280px) {
  .term-description p {
      max-width: 70%;
  }   
  
  .intro>a h2 {
    max-width: 216px;
    font-size: 60px;
    line-height: 60px;
  }

  .flyout-menu {
    padding-left: 30px;
  }
}

.design-copy {
  display: flex;
  font-size: 10px;
  width: 100%;
  padding-bottom: 10px;
}

.design-copy a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.design-copy svg {
  height: 22px;
  width: 22px;
  margin-left: 6px;
}

.woocommerce-variation-price .price {
  margin-bottom: 0;
  font-size: 30px;
}

.woocommerce-variation-price {
  margin-top: 10px;
}

.desc_icons {
  display: flex;
  position: relative;
}

.desc_icons div {
  margin: 5px 8px 0 0;
}

.desc_icons div {
  cursor: pointer;
}

.desc_icons img {
  width: 40px;
  height: 40px;
}

.desc_icons div span {
  display: none;
  background-color: #000;
  position: absolute;
  color: #fff;
  padding: 10px 14px;
  line-height: 19px;
  font-size: 15px;
  max-width: 165px;
  font-family: "Arial", sans-serif;
}

.desc_icons div span a {
  color: #fff;
}

.desc_icons div span:before {
  content: ' ';
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 16px;
  transform: rotate(45deg);
  z-index: -1;
  background-color: #000;
}

.desc_icons div:hover span {
  display: block;
}

/* new font fixes */

#menu a,
.kosik-title,
.intro-button,
h1,
h2,
h3,
h4,
h5,
.stitek_vlastnost,
.ppom-input-option-label, 
.ppom-input-velikost_obojku__cm_,
p.stock,
.pp-button, 
.button.single_add_to_cart_button,
.button,
.term-description p,
.product-name a,
#sidebar nav a,
.pp-price > span:nth-child(2),
.woocommerce-message,
li.mini_cart_item,
#customer_details label,
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-EditAccountForm label,
.woocommerce-Address-title a,
.my-account-nav li a,
.newsletter-signup h5,
.wc-block-grid__products .wc-block-grid__product-title,
.ppom-input-velikost_pasku__cm_ {
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.wp-block-button.tlacitko a {
  border: none;
}

.lost_password,
.woocommerce-privacy-policy-text,
.customer_details, 
address {
  font-family: "Arial";
  font-size: 15px;
  line-height: 20px;
}

.woocommerce-notices-wrapper, 
.woocommerce-NoticeGroup,
#qrcode_zencore>p {
  font-family: "Arial";
  font-size: 14px;
  line-height: 18px;
}

.woocommerce-Address-title .edit{
  display: block;
margin-bottom: 10px;
}

/* new font fixes */

/* my account */
.my-account-nav {
  padding: 0;
  display: flex;
    column-gap: 20px;
}

.my-account-nav li {
  list-style-type: none;
}

/* my account end */

/* special-collections */

#content.special-collections {
  padding-top: 130px; 
  padding-bottom: 0px;
}

#content.special-collections h2 a {
  color: #fff;
}

#content.special-collections h3.cat-title {
  font-size: 30px;
}

.special-wrapper {
  max-width: 1880px;
    padding: 0 30px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.special-intro-text {
  text-align: center;
    font-size: 32px;
    max-width: 55%;
    margin: 0 auto;
}

/* special-collections end */


/* EXXO */

body.exxo, 
body.exxo  #header {
  background-color: #101010;
  color: #fff;
}

body.exxo  #toggle div, 
body.exxo  .flyout-menu-toggle div,
body.exxo .desc_icons div span {
  background-color: #fff;
}

body.exxo a,
body.exxo #menu a,
body.exxo .wc-block-grid__product-title {
  color: #fff;
}

body.exxo .tlacitko,
body.exxo .button,
body.exxo .wp-block-button__link {
  background-color: #fff!important;
  color: #000!important;
  border: 1px solid #fff!important;
}

body.exxo .tlacitko:hover,
body.exxo .button:hover,
body.exxo .wp-block-button__link:hover {
  background-color: transparent!important;
  color: #fff!important;
  border: 1px solid #fff!important;
}

body.exxo #uzivatel svg {
  fill: #fff;
}

body.exxo .searchinput-mobile_icon {
  filter: invert(1);
}

body.exxo .top-line {
  background-color: #555;
}

body.exxo .kosik-title,
body.exxo .desc_icons div span a,
body.exxo .desc_icons div span {
  color: #000;
}

body.exxo .swatch-wrapper {
  background: #000;
    border-color: #000;
}

body.exxo div.swatch-wrapper {
  border-color: #a3a3a3!important;
}

body.exxo div.swatch-wrapper.selected {
  background: #fff;
  border-color: #fff!important;
}

body.exxo .desc_icons img {
  filter: invert(1);
}

/* EXXO end */

/* header lang switch */
#language-switcher-mobile {
	display: none;
}

#header-lang-switch {
  height: 90px;
  display: inline-flex;
  align-items: center;
  width: 34px;
}

#header-lang-switch ,
.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
  width: 38px!important;
}

#header-lang-switch .trp-language-switcher a > img,
#header-lang-switch-m .trp-language-switcher a > img {
  display: none!important;
}

#header-lang-switch .trp-language-switcher,
#header-lang-switch-m .trp-language-switcher {
  width: auto;
}

#header-lang-switch .trp-language-switcher *,
#header-lang-switch-m .trp-language-switcher * {
  transition: all 0.2s ease-in-out;
}

#header-lang-switch .trp-ls-shortcode-language,
#header-lang-switch-m .trp-ls-shortcode-language {
  opacity: 0;
}

#header-lang-switch .trp-language-switcher:focus .trp-ls-shortcode-language, 
#header-lang-switch .trp-language-switcher:hover .trp-ls-shortcode-language,
#header-lang-switch-m .trp-language-switcher:focus .trp-ls-shortcode-language, 
#header-lang-switch-m .trp-language-switcher:hover .trp-ls-shortcode-language {
  opacity: 1;
}

#header-lang-switch .trp-language-switcher > div,
#header-lang-switch .trp-ls-shortcode-language,
#header-lang-switch-m .trp-language-switcher > div,
#header-lang-switch-m .trp-ls-shortcode-language {
  background-image: none;
    padding: 0;
    border: 0;
}

#header-lang-switch .trp-ls-shortcode-language,
#header-lang-switch-m .trp-ls-shortcode-language {
  display: inline-block!important;
  position: absolute;
    left: 0;
    top: 0;
  height: auto;

}

#header-lang-switch .trp-language-switcher > div > a,
#header-lang-switch-m .trp-language-switcher > div > a {
  font-size: 24px;
  text-align: center;
  padding: 7px 0;
  color: #000;
}

#header-lang-switch .trp-language-switcher > div > a:not(.trp-ls-disabled-language),
#header-lang-switch-m .trp-language-switcher > div > a:not(.trp-ls-disabled-language) {
  background-color: #000;
  border-radius: 0px;
  color: #fff;
}

#header-lang-switch .trp-language-switcher > div > a:not(.trp-ls-disabled-language):hover,
#header-lang-switch-m .trp-language-switcher > div > a:not(.trp-ls-disabled-language):hover {
  background-color: #000;
  text-decoration: underline;
  color: #fff;
}

.trp-ls-shortcode-current-language a::after,
.trp-language-switcher:hover .trp-ls-shortcode-disabled-language::after,
.trp-ls-shortcode-disabled-language::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000; /* barva šipky */
  vertical-align: middle;
}

/* header lang switch end */


/* newsletter singup form */

#mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 0!important;
}

#mlb2-34112135.ml-form-embedContainer .ml-form-align-center {
	text-align: left!important;
}

#mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
	padding-bottom: 10px!important;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: auto!important;
}

#mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	max-width: 242px;
	width: 100%;
}

#mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	height: 40px;
}

#mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a {
	color: #fff!important;
}

div.secondary-menu #mlb2-34112135.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
	line-height: normal!important;
}

/* newsletter singup form end */

#main ul.products li.produkt a img {
    aspect-ratio: 1024 / 683;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.woocommerce form .form-row label:not(.checkbox, .mc4wp-checkbox > label) {
    font-size: 22px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	 font-size: 16px!important;
  font-family: Arial!important;
}

.text-Arial {
	font-family: Arial;
}

/* breadcrumbs */
#breadcrumbs {
	margin: 0 30px 15px 30px;
}

.product-detail #breadcrumbs {
	margin-left: 0; 
	margin-right: 0;
}

.product-detail #breadcrumbs > span > span:nth-child(2), 
/*.product .woocommerce-variation-price:not(#product-9968 .woocommerce-variation-price, #product-12037 .woocommerce-variation-price, #product-12912 .woocommerce-variation-price, #product-14666 .woocommerce-variation-price), */
.woocommerce-multi-currency-PLN .wpify-woo-gopay__validating_payment {
	display: none;
}

.product-detail #breadcrumbs > span > span:nth-child(3) {
	margin-left: -8px;
	padding-left: 6px;
    background-color: #fff;
}

#breadcrumbs {
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase
}

#breadcrumbs > span > span {
	padding: 0 5px
}

#breadcrumbs > span > span:nth-child(1) {
	padding-left: 0px;
}

body.exxo .product-detail #breadcrumbs > span > span:nth-child(3) {
	background-color: #000;
}

/* breadcrumbs end */

/* popisky produktu */

.product.product-type-variable .summary {
	display: flex;
  flex-wrap: wrap;
	align-items: baseline;
}

.product-type-variable form.variations_form {
	width: 100%;
	order: 30;
}

.product-type-variable .pp-titulek {
	order: 10;
}

.product-type-variable .pp-price {
	order: 20;
}

.product-type-variable .woocommerce-product-details__short-description {
	order: 25;
}

.product-type-variable .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

/* popisky produktu end */

.wp-block-button.tlacitko.is-style-outline {
	padding: 0!important;
}

.wp-block-button.tlacitko.is-style-outline a:hover {
	color: #fff;
}

.page_13048 {
			padding-left: 30px;
			padding-right: 30px;
		}

.page_13048 h1 {
	    font-size: 65px;
    line-height: 65px;
}

body #content span.onsale {
	margin-top: 1%;
}

.subcategories {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 30px;
	flex-wrap: wrap;
    gap: 15px;
}

.subcategories .product-category img,
.subcategories .product-category h2 .count{
	display: none;
}

.subcategories .product-category h2 {
	margin: 0;
	font-size: 14px;
	font-family: Arial;
	text-transform: none;
	color: #fff;
}

.subcategories .product-category a {
	text-decoration: none;
    background-color: #000;
    display: block;
    line-height: 32px;
	padding: 0 15px;
	border-radius: 32px;
	transition: all 0.2s ease-in-out; 
}

.subcategories .product-category a:hover {
	opacity: 0.75;
}

.subcategories .product-category {
	display: inline-block;
}

.woocommerce-product-details__short-description {
	width: 100%;
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce-product-details__short-description p {
	max-width: 650px;
}

#content .woocommerce ul.products:before { 
  display: none;
}

/* Wrapper */
#eggobag-coupon-summary .eggobag-coupons{
display:flex;
flex-direction:column;
gap:8px;
margin:0 0 10px 0;
}


/* Jeden řádek kupónu */
#eggobag-coupon-summary .eggobag-coupon-item{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
flex-wrap:wrap;
}


/* “Chip” s kódem */
#eggobag-coupon-summary .eggobag-coupon-code{
display:inline-flex;
align-items:center;
padding:6px 10px;
border:1px dashed rgba(0,0,0,0.35); /* přerušovaný rámeček */
border-radius:0; /* žádné zakulacení */
font-weight:700;
letter-spacing:0.08em;
text-transform:uppercase;
line-height:1;
background:transparent;
}


/* Částka slevy */
#eggobag-coupon-summary .eggobag-coupon-amount{
font-weight:600;
white-space:nowrap;
}


/* Křížek (místo Odstranit) */
#eggobag-coupon-summary .eggobag-coupon-remove{
display:inline-flex;
align-items:center;
justify-content:center;
width:26px;
height:26px;
border-radius:999px;
border:1px solid rgba(0,0,0,0.15);
text-decoration:none;
line-height:1;
font-size:18px;
transform:translateY(-1px);
}


/* Hover/Focus */
#eggobag-coupon-summary .eggobag-coupon-remove:hover{
border-color:rgba(0,0,0,0.35);
}


#eggobag-coupon-summary .eggobag-coupon-remove:focus{
outline:2px solid rgba(0,0,0,0.5);
outline-offset:2px;
}

/* nahledy barev kategorie produktu */
/* Layout wrapperu */
.eggo-loop-colors{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin:10px 0 8px;
  line-height:1;
}

/* Všechny swatche jako kolečko */
.eggo-loop-colors .eggo-color-swatch,
.eggo-loop-colors .eggo-color-tag{
      width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-indent: -9999px;
    white-space: nowrap;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.eggo-loop-colors a.eggo-color-swatch:hover,
.eggo-loop-colors a.eggo-color-tag:hover {
  transform: scale(1.15);
  border-color: #000;
}

/* Pokud PHP vkládá <img> (eggo-color-swatch), schovej ho a použij background */
.eggo-loop-colors .eggo-color-swatch img{
  display:none !important;
}

/* Hover/focus */
.eggo-loop-colors .eggo-color-swatch:hover,
.eggo-loop-colors .eggo-color-tag:hover{
  border-color:#000;
}

.eggo-loop-colors .eggo-color-swatch:focus-visible,
.eggo-loop-colors .eggo-color-tag:focus-visible{
  outline:2px solid #000;
  outline-offset:2px;
}

/* +N */
.eggo-loop-colors .eggo-color-more{
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  font-family: Arial;
}

/* =========================================================
   B) DOPORUČENÉ: mapování podle slugu v URL (attribute_pa_barva=...)
   Uprav si URL obrázků podle sebe.
   ========================================================= */

/* Cedr */
.eggo-loop-colors a[href*="attribute_pa_barva=cedr"]{
  background-image:url("/wp-content/uploads/2017/07/cedr1-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* Bourbon */
.eggo-loop-colors a[href*="attribute_pa_barva=bourbon"]{
  background-image:url("/wp-content/uploads/2016/04/bourbon-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* Cerna */
.eggo-loop-colors a[href*="attribute_pa_barva=cerna"]{
  background-image:url("/wp-content/uploads/2014/09/cerna1-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* Cervena */
.eggo-loop-colors a[href*="attribute_pa_barva=cervena"]{
  background-image:url("/wp-content/uploads/2025/04/cervena-2025.jpg");
  background-size:cover;
  background-position:center;
}

/* Modra */
.eggo-loop-colors a[href*="attribute_pa_barva=modra"]{
  background-image:url("/wp-content/uploads/2014/09/modra1-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* Oranzova */
.eggo-loop-colors a[href*="attribute_pa_barva=oranzova"]{
  background-image:url("/wp-content/uploads/2014/09/oranzova-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* Staro ruzova */
.eggo-loop-colors a[href*="attribute_pa_barva=staroruzova"]{
  background-image:url("/wp-content/uploads/2014/09/ruzova-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* tamve hneda */
.eggo-loop-colors a[href*="attribute_pa_barva=tmave-hneda"]{
  background-image:url("/wp-content/uploads/2014/09/tmave-hneda-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* svetle hneda */
.eggo-loop-colors a[href*="attribute_pa_barva=svetle-hneda"]{
  background-image:url("/wp-content/uploads/2014/09/svetle-hneda-66x66.jpg");
  background-size:cover;
  background-position:center;
}

/* tmave-fialova */
.eggo-loop-colors a[href*="attribute_pa_barva=tmave-fialova"]{
  background-image:url("/wp-content/uploads/2014/09/vinova-66x66.jpg");
  background-size:cover;
  background-position:center;
}
    
/* recenze produktu */
.cr-all-reviews-shortcode .cr-ajax-search, 
.cr-all-reviews-ajax,
#tab-description .cr-summary-separator,
#tab-description .cr-count-row, 
.cr-summary-separator-side,
.cr-all-reviews-shortcode .cr-review-form-item,
p.cr-search-no-reviews,
.cr-avatar,
#tab-description .cr-avatar-check, .cr-add-review-wrap {
	display: none!important;
}

#content .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap {
	width: auto;
}

#content .cr-all-reviews-shortcode {
	max-width: 500px;
}

#content #tab-description .cr-all-reviews-shortcode .cr-summaryBox-wrap {
	background-color: #fff;
}

#content .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
	stroke: #000;
}

#content .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	fill: #000;
}

#content #tab-description .cr-overall-rating-wrap {
	display: grid;
  grid-template-columns: minmax(0, 50px) 1fr;
  grid-auto-rows: auto;
	padding-left: 0;
}

#content .woocommerce-review__published-date {
	font-size: 14px;
}

#content #tab-description .commentlist {
	padding: 0;
	margin-top: 10px;
}

#content #tab-description .cr-average-rating {
	grid-column: 1 / 2;
  grid-row: 1 / span 2;
}

#content .cr-total-rating-count {
	font-family: "Arial";
	font-size: 14px;
}

#content .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
	    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    line-height: 1;
}

#content .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
	background-color: #000;
	color: #fff;
}

#content .cr-review-form-wrap {
	font-family: "Arial";
}

#content .cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
#content .cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
	background-color: #000;
}

#content .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating {
	font-size: 46px;
}

.exxo #content #tab-description .cr-all-reviews-shortcode .cr-summaryBox-wrap {
	background-color: transparent;
}

.exxo #content .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.exxo #content .cr-total-rating-count,
.exxo .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__author {
	color: #fff;
}

.exxo .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__verified,
.exxo #content .woocommerce-review__published-date {
  color: #959595;
}

.exxo #content .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
  fill: #fff;
}

#content .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
	margin: 0;
}

/* Povolit pinch zoom gesty (Flickity to jinak blokuje přes inline touch-action) */
#slider .flickity-viewport {
  touch-action: pan-y pinch-zoom !important;
}

/* Obrázky: povolit gesta nad obrázkem */
#slider .carousel-cell img {
  touch-action: pinch-zoom !important;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  transform-origin: center center;
}

/* fixed-scroll-wrapper product page */
.fixed-scroll-wrapper {
	    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#content .woocommerce-product-gallery {
	position: sticky;
    top: 100px;
    height: 100%;
}

.woocommerce table.cart td.actions .coupon {
  text-align: left;
}


