/*
Theme Name: Zoohaus
Theme URI: https://www.zoohaus.cz/
Author: WEBSITES.CZ s.r.o.
Author URI: https://www.websites.cz
Version: 2018/11
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin-ext');

body {
  background: url('img/background_zoohaus.png') #04A7D6 repeat-x;
  font-family: 'Ubuntu', sans-serif;
}

#wp-admin-bar-updates,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo,
#wp-admin-bar-comments,
#wp-admin-bar-gravityforms-new-form {
  display: none !important;
}

.info-bar {
  background: #fff;
}

#order_review .form-row {
  /* display: none !important; */
}

.woocommerce-checkout .checkbox {
  margin-left: 20px
}

.info-bar h2 {
  color: #04A7D6;
  margin: 0 0 20px;
  padding: 14px 40px 14px 20px;
  font-size: 15px;
  font-weight: 400;
}

.woocommerce-cart .content {
  padding-top: 0px;
}

.content {
  /* background: #f5f5f5; */
  padding-bottom: 70px;
  padding-top: 70px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  background-color: #131313;
  padding-right: 15px;
  padding-left: 14px;
}

.footer p {
  color: #bbbbbb;
  font-size: small;
}

.footer h2 {
  font-size: 16px;
  font-weight: 300;
  font-weight: bold;
  color: #13abd7;
}

.footer .abs-footer p {
  color: #bbb;
}

.footer .abs-footer a {
  color: #13abd7;
}

.footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #252525;
}

.footer .footer-benefit-box {
  padding: 10px;
  background: #171717;
  margin-bottom: 15px;
  width: auto;
  color: #333;
  height: 55px;
}

.footer .footer-benefit-box p {
  /* color: #fff; */
}

.footer .footer-benefit-box .icon-footer {
  color: #efefef;
  font-size: 200%;
}

.content-box {
  background: #fff;
  padding: 19px;
  margin: 0 0 20px 0;
  color: #04A7D6;
}

.content-box img {
  width: 100%;
  height: auto;
}

.content-box img.alignleft {
  float: left;
  width: 48%;
  margin-right: 4%;

}

.content-box img.alignright {
  float: left;
  width: 48%;

}

.box-poutac {
  background: #fff;
  margin: 0 0 20px 0;
  padding: 10px;
  transition: 1s;
  border: 1px solid #eaeaea;
}

.box-poutac:hover {
  background: #5f4600;
  transition: 1s;
  border: 1px solid #dcdcdc;
}

.box-poutac:hover h2,
.box-poutac:hover .poutac-text,
.box-poutac:hover a {
  color: #fff;
  transition: 0.5s;
}

.box-poutac h2 {
  font-size: 19px;
  font-weight: 400;
  color: #5f4600;
  transition: .05s;
}

.box-poutac .poutac-text {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-top: 11px;
  font-size: 12px;
  color: #444444;
  padding-bottom: 10px;

}

.box-poutac img {
  transition: 1s;
}

.box-poutac:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.box-poutac:hover a:hover {
  color: whitesmoke;
}

.box-poutac a {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-top: 11px;
  font-size: 14px;
  color: #444444;
  transition: .2s;

}

#toplist {
  display: none;
}

.box-poutac a:hover {
  color: #5f4600;
  transition: .2s;
}

.custom-margin-top {
  margin-top: 0;
}

#scroll {
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  color: #ffffff;
  display: none;
  z-index: 999;
  visibility: hidden;
}

#scroll:hover {
  color: #956c00;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.akce-konci-za {
  background-color: #04A7D6;
  display: inline-block;
  color: white;
  position: absolute;
  top: 163px;
  left: 26px;
  padding: 8px;
}

.akce-konci-za .countdown {
  font-weight: bold;
  font-size: 16px;
}

/*responsives breakpoints */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .home .content-bg {

    padding-top: 40px !important;
  }

  .content-bg {
    background: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0 !important;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .akce-konci-za {
    left: 150px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .wp-pseudo-content iframe {
    width: 48% !important;
    margin-left: 2% !important;
    float: left;
    display: block;
    height: 400px;
    margin-bottom: 40px;
  }

  #scroll {
    visibility: visible;

  }

  .content-bg {
    background: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px !important;
  }

  .custom-margin-top {
    margin-top: 30px;
  }

  .menu-menu-v-paticce-container li {
    float: none !important;

    text-align: center !important;
    list-style: none !important;
    display: inline-block !important;
  }

  #menu-menu-v-paticce {
    text-align: center;
    padding: 0;
  }

  .menu-menu-v-paticce-container li:after {
    content: '|' !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    color: #006683;
  }

  #toplist {
    display: block;
  }

  .akce-konci-za {
    left: 243px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .akce-konci-za {
    left: 14px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

  #zviratko {
    display: block !important;
  }

  #mobileLogo {
    display: none !important;

  }

  .akce-konci-za {
    left: 26px;
  }
}

#mobileLogo {
  display: block;

}

/*woooooocommmmerce */
.kosik-loop {
  background-color: transparent !important;
}

.kulicka-kosik {
  color: #0E7D9D;
  font-size: 1.3em;
  transition: 1s;
}

.lupa-kulicka {
  color: #dedede;
  font-size: 1.3em;
  transition: 1s;
}

.fa-stack:hover .kulicka-kosik {
  color: #18a0c7;
  transition: 1s;
}

.mobile-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fa-stack:hover .lupa-kulicka {
  color: #a9a9a9;
  transition: 1s;
}

.kosik-kosik {
  font-size: 18px;
  color: #fff;
}

.lupa-kosik {
  font-size: 18px;
  color: #525252;
}

.product a.button {
  padding: 0;
}

.fa-stack {
  display: inline-block;
  height: 1.5em;
  line-height: 1.3em;
  position: relative;
  vertical-align: middle;
  width: 1.5em;
}

.kulicka-kosik {
  color: #0E7D9D;
}

.product {
  background: #fff;
  padding: 20px 14px 20px 14px;
  /* margin-bottom: 20px; */
  border: 1px solid #eaeaea;
  margin-bottom: 20px !important;
  transition: 0.2s;
}

.product:hover {
  border: 1px solid #bfbfbf;
  transition: 0.2s;
  transform: scale(1.01);

}

.product .woocommerce-loop-product__title,
.single-product .product .woocommerce-loop-product__title {
  color: #04A7D6;
  /* font-size: 15px !important; */
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  transition: 1s;
  min-height: 50px;
  line-height: 1.2;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__caption {

  display: none;
}

.product .woocommerce-loop-product__title:hover {
  color: #5f4600;
  text-decoration: none !important;
  transition: 1s;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background-color: #04A7D6;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  transition: .5s;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover {
  background-color: #0E7D9D;
  transition: .5s;
  color: white;

}

.qty {
  border: 1px solid #5f4600 !important;
  padding-top: 2px;
  padding-bottom: 2px
}

.product .woocommerce-loop-product__title a:hover {
  text-decoration: none !important;

}

.single-product .product img {
  margin-bottom: 10px;
  min-width: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  display: block;
  margin: 0 auto;
}

.related .product img {
  margin-bottom: 10px;
  min-width: 200px;
  max-height: 200px;
  max-width: 200px;
  min-height: 200px;
  display: block;
  margin: 0 auto;

}

.product img {
  margin-bottom: 10px;
  min-width: 200px;
  max-height: 200px;
  max-width: 200px;
  min-height: 200px;
  display: block;
  margin: 0 auto;
}

.product .price {
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;

}

.single-product .product:hover,
.single-product .product {
  transform: none;
  border: none;
}

.woocommerce div.product span.price {
  /* color: #77a464; */
  /* font-size: 1.25em; */
  color: #5f4600;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #0E7D9D;
  font-size: 18px;
}

.dark-section {
  background: #f5f5f5;
}

.product-jmeno {
  color: #333;
  line-height: normal;
  font-size: 22px;
}

.product .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}

.product .attachment-woocommerce_thumbnail:hover {
  transform: scale(1.06);
  transition: 1s;
}

.product .attachment-woocommerce_thumbnail {
  transition: 1s;
}

.woocommerce-page .product .attachment-woocommerce_thumbnail {
  transform: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {

  display: none;
}

.product_meta {
  display: none;
}

.related .product {
  border: 1px solid #bfbfbf;
  transition: 0.2s;

}

.related .product:hover {
  border: 1px solid #a0a0a0;
  transform: scale(1.05);

}

.single-product .product h2 {
  font: 500 21px/21px "Ubuntu", sans-serif;
  color: #323232;
  margin: 10px 0 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: white;
  border-bottom: solid #a0a0a0 1px;
  border-left: solid #a0a0a0 1px;
  border-right: solid #a0a0a0 1px;
}

.woocommerce a.button {
  background-color: #04A7D6;
  color: white;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button {
  background-color: #04A7D6;
  transition: 1s;
  color: white;
  font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button:hover {
  background-color: #007da1;
  color: white;
  transition: 1s;

}

.woocommerce-checkout .size-mini {
  display: none;
}

.woocommerce-checkout div.woocommerce,
.woocommerce-cart div.woocommerce {
  background: #fff;
  padding: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 120px;
}

.single-product .product p {
  font: 300 12px/18px "Ubuntu", sans-serif;
  color: #04A7D6;
}

/*dropdown menu*/
#cssmenu .menu-vertikalni-menu-container,
#cssmenu .menu-vertikalni-menu-container ul,
#cssmenu .menu-vertikalni-menu-container ul li,
#cssmenu .menu-vertikalni-menu-container ul li a {
  margin: 0px;
  padding: 0;
  /* border: 1px solid #333; */
  list-style: none;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu .menu-vertikalni-menu-container {
  width: 100%;
  color: #000000;
}

#cssmenu .menu-vertikalni-menu-container ul ul {
  display: none;
}

#cssmenu .menu-vertikalni-menu-container>ul>li.current-menu-item>ul {
  display: block;
}

.align-right {
  float: right;
}

#cssmenu .menu-vertikalni-menu-container>ul>li .current-menu-item>a {
  color: #5f4600;
}

#cssmenu .menu-vertikalni-menu-container>ul>li>a {
  padding: 14px 22px;
  cursor: pointer;
  line-height: 1.3;
  z-index: 2;
  font-size: 16px;
  /* font-weight: bold; */
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #04a7d6;
  /* border-left: 1px solid #333; */
  background: rgba(151, 222, 243, 0.64);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  /* border-right: 1px solid #333; */
  font-weight: bold;
}

#cssmenu .menu-vertikalni-menu-container>ul>li:last-child a {
  /* border-bottom: 1px solid #D9D9D9; */
}

#cssmenu .menu-vertikalni-menu-container>ul>li>a:hover {
  color: #005770;
}

#cssmenu .menu-vertikalni-menu-container ul>li.menu-item-has-children>a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #5f4600;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu .menu-vertikalni-menu-container ul>li.menu-item-has-children>a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #5f4600;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu .menu-vertikalni-menu-container ul>li.menu-item-has-children.open>a:after,
#cssmenu .menu-vertikalni-menu-container ul>li.menu-item-has-children.open>a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cssmenu .menu-vertikalni-menu-container ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  /* font-weight: bold; */
  font-size: 14px;
  text-decoration: none;
  /* background: #bd9c3e; */
  border-top: 1px solid #D9D9D9;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  /* border-left: 1px solid #333; */
  /* border-right: 1px solid #333; */
  border-color: rgba(51, 51, 51, 0.53);
  background-color: rgba(51, 51, 51, 0.01);
  font-size: 14px;
  color: #323232;
}

.woocommerce h1 {
  color: #0D7C9B;
  margin: 10px 0 20px;
  font-weight: 400;
}

#cssmenu .menu-vertikalni-menu-container ul ul ul li a {
  padding-left: 32px;
}

.woocommerce button.button:disabled[disabled] {
  background: #cecece;
}

#cssmenu .menu-vertikalni-menu-container ul ul li a:hover {
  color: #333;
}

#cssmenu .menu-vertikalni-menu-container ul ul>li.menu-item-has-children>a:after {
  top: 16px;
  right: 26px;
  background: #333;
}

#cssmenu .menu-vertikalni-menu-container ul ul>li.menu-item-has-children>a:before {
  top: 20px;
  background: #333;
}

.kosik-loop {
  background-color: transparent !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: 8px 8px 0px -17px;
  /* float: left; */
  text-align: center;
  vertical-align: middle;
}

.reklama {
  width: 100%;
  /* height: 115px; */
  background: #fff;
  padding: 7px;
  margin-bottom: 30px;
}

.fb_iframe_widget {
  display: none !important;
}

.reklama .reklama-img {
  background-size: cover;
  height: 95px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.velka-img {
  height: 250px !important;
  background-repeat: no-repeat !important;
}

.reklama-popis {
  color: blue;
}

.bg {
  /* background: url("img/bg.png"); */
  /* background-size: cover; */
  margin-top: 47px;
  /* margin-bottom: 60px; */
  /* padding-bottom: 30px; */
  /* padding-top: 40px; */
}

.absolute-header {
  /* margin-top: 10px; */
  padding-top: 30px;
  /* margin-bottom: 50px; */
  /* padding-bottom: 30px; */
  margin-top: -30px;
}

.padding-0 {
  padding: 0 !important;
  margin-top: -70px;
}

.padding-0-fp {
  padding: 0 !important;
  margin-top: -70px;
}

.margin-0 {
  margin: 0 !important;
}

.navbar-zoohaus {
  z-index: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background: #219EC1; */
  border-radius: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#219ec2+0,056d8b+96,056d8b+96,7db9e8+100 */
  background: rgb(33, 158, 194);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(33, 158, 194) 0%, rgb(5, 109, 139) 96%, rgb(5, 109, 139) 96%, rgb(125, 185, 232) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(33, 158, 194) 0%, rgb(5, 109, 139) 96%, rgb(5, 109, 139) 96%, rgb(125, 185, 232) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(33, 158, 194) 0%, rgb(5, 109, 139) 96%, rgb(5, 109, 139) 96%, rgb(125, 185, 232) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#219ec2', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
  border-color: transparent;
}

.navbar-zoohaus .navbar-nav>li>a:hover {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-zoohaus .navbar-nav>li>a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-zoohaus .nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-zoohaus .navbar-nav>.active>a {
  background-image: none;
  box-shadow: none;
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  border-radius: 6px
}

.navbar-zoohaus .navbar-nav>.active>a:hover {

  background-color: black;
  color: white;

}

.zvirata-bg {
  z-index: 70 !important;
  padding-top: 20px;
  padding-bottom: 44px;
}

.logo-zoohaus {
  padding-top: 31px;
  padding-bottom: 31px;
  margin-top: -161px;
}

@media only screen and (min-width: 1200px) {
  .krecek {
    margin-top: -211px;
    z-index: 999;
    position: absolute;
    margin-left: -123px !important;
  }

  .ptak {
    margin-top: -190px;
    z-index: 999;
    position: absolute;
    margin-left: 1089px !important;
  }

  .zizalky {
    top: 0;
    z-index: 999;
    position: absolute;
    /* margin-left: 1089px !important; */
    margin-left: 395px;
    width: 205px;
  }

  .brouk {
    margin-top: -211px;
    z-index: 999;
    position: absolute;
    margin-left: 390px !important;
  }

  .brouk2 {
    margin-top: -72px;
    z-index: 999;
    position: absolute;
    margin-left: 315px !important;
  }

  .navbar-zoohaus .navbar-nav>li>a {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) {
  .fb_iframe_widget {
    display: block !important;
  }

  .krecek {
    margin-top: -220px;
    z-index: 999;
    position: absolute;
    margin-left: 24px;
  }

  .brouk {
    margin-top: -100px;
    z-index: 999;
    position: absolute;
    margin-left: 24px;
  }

  .navbar-zoohaus .navbar-nav>li>a {
    font-size: 12px;

  }
}

.badge-notify {
  background: #de0a41;
  position: relative;
  top: -12px;
  left: -31px;
  color: white;
}

.kosik {
  font-size: 30px;
  margin-right: 15px;
}

.footer-text {
  color: #bbb;
}

.content-bg {
  background: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}

.ostatni-zvirata {
  position: relative;
  margin-left: 373px;
  margin-bottom: 10px;
}

.logo-vyrovnavac {
  padding-bottom: 25px;
  margin-top: -25px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.default-page {
  padding-top: 20px;
  padding-bottom: 40px;
}

.woocommerce-checkout .content {
  padding-bottom: 0;
  padding-top: 0;
}

.woocommerce-cart .content {
  padding-bottom: 0;
  padding-top: 0;
}

.cross-sells {
  display: none;
}

.menu-menu-v-paticce-container {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.menu-menu-v-paticce-container li {
  float: none;
  text-align: center;
  list-style: none;
  display: block;
}

.menu-menu-v-paticce-container li:after {
  content: '';
  margin-left: 0;
  margin-right: 0;
  color: #006683;
}

.menu-menu-v-paticce-container li:last-child:after {
  display: none;
}

#menu-menu-v-paticce li a {
  color: #04a7d6 !important;
  text-decoration: none !important;
  transition: 1s;

}

#menu-menu-v-paticce li a:hover {
  color: #048bb4 !important;
  text-decoration: none !important;
  transition: 1s;
}

/* .coupon {
  display: none;
} */

#menu-menu-v-paticce {
  text-align: center;
  padding: 0;
}

#shipping_method .shipping_box {
  background: #dfdcde;
  text-indent: 0;
  margin-left: -20px;
  margin-top: 20px;
  font-weight: 400;
  padding: 15px;
  position: relative;
  display: none;
}

#shipping_method input:checked+label+.shipping_box {
  display: block;
}

#shipping_method .shipping_box:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.shipping {
  background: #f5f5f5;
}

.woocommerce-checkout #payment {
  background: #f5f5f5;
  border-radius: 5px;
}



.order-total .includes_tax {
  /* display: none; */
}

.wp-pseudo-content iframe {
  width: 100%;
  float: left;
  display: block;
  height: 400px;
  margin-bottom: 40px;
}

.gallery-item {
  float: left !important;
  margin: 10px auto !important;
  text-align: center !important;
  width: 48% !important;
  margin-left: 2% !important;
}

.shipping-method-description {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

.shipping-method-description:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#balikovna_psc_field {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  display: none;
}

.info_payment_box {
  background: #dfdcde;
  text-indent: 0;
  margin-top: 10px;
  font-weight: 400;
  padding: 15px;
  position: relative;
}

.woocommerce-order-received .woocommerce-order-overview__payment-method.method {
  display: none;
}

.woocommerce-order-received .woocommerce .woocommerce-order-details tfoot tr:last-child {
  display: none !important;
}

.woocommerce-order-received .woocommerce .woocommerce-order-details tfoot tr:nth-child(3) {
  display: none !important;
}

.woocommerce-order-pay .payment_method_wc_dummy_gateway {
  display: none;
}

.product-name img {
  display: none;
}

#zviratko {
  display: none;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.single-product .content {
  padding-top: 0;
}

.woocommerce-thankyou-order-received {
  color: #0000ff;
  font-weight: bold;
  margin-bottom: 25px;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  position: absolute;
  right: 50px;
  margin-top: -70px;
}

.woocommerce-checkout #payment ul.payment_methods {

  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 768px) {

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: right;
    position: absolute;
    right: 50px;
    margin-top: -20px;
    width: 50%;
  }
}

.woocommerce button.button.alt {
  background-color: #ED1B24;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.red-text {
  color: #ED1B24;
  padding-left: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.payu-conditions-description:first-child {
  display: none !important;
}

.on-order {
  color: orange !important;
}


.woocommerce div.product .stock {
  color: #2bd600;
  font-weight: 900;
  font-size: 15px !important;
}

.akce-konci {
  display: inline-block;
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
}

.onsale {
  background-color: #1d7afb !important;
}

.c4wp-google-recaptcha iframe {
  height: unset;
  width: 100% !important;
}

.c4wp-google-recaptcha>div {
  width: 100% !important;
  height: 50px;
}

#rc-anchor-container {
  width: 100% !important;
}

table.cookielawinfo-winter {
  display: none;
}

.acf-field-668fdb3052148 {
  visibility: hidden;
}


/*Když není skladem*/
.single_add_to_cart_button.disabled {
  background-color: #d3d3d3; /* Šedá barva */
  color: #a0a0a0; /* Šedý text */
  cursor: not-allowed; /* Zakázaný kurzor */
}
