@charset "UTF-8";
body {
  margin-bottom: 450px;
}
@media only screen and (max-width: 1199px) {
  body {
    margin-bottom: 500px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    margin-bottom: 550px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 1100px;
  }
}
body.page-event-order {
  margin-bottom: 150px;
}
body.page-event-order .footer-menu {
  display: none;
}

.color-red {
  color: #da0000;
}

.color-green {
  color: #00ab00;
}

.page-header .header-line {
  background: #ffdd00;
}
.page-header .header {
  background: #ffdd00;
}
.page-header .header .header-inner .logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
}
.page-header .header .header-inner .logo .motto {
  color: #000;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-top: 5px;
  padding-left: 25px;
}
.page-header .header .header-inner .search input.form-control,
.page-header .header .header-inner .search button {
  border-color: #000;
}
.page-header .header .header-inner .search button {
  background: #000;
  color: #ffdd00;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .header .header-inner .search button:hover {
  background: #ffdd00;
  color: #000;
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover .icon {
  color: rgb(50%, 50%, 50%);
}
.page-header .responsive-header .logo {
  background: #ffdd00;
}
.page-header .responsive-header .buttons {
  background: #ffdd00;
}
.page-header .responsive-header .buttons .box .amount-bubble {
  background: #da0000;
}
.page-header .responsive-header .buttons .box:hover .amount-bubble {
  background: #ff4141;
}
.page-header .responsive-header .buttons .box.xs-button-search.active,
.page-header .responsive-header .buttons .box.xs-button-login.active {
  color: #333333;
}
.page-header .navbar.navbar-default {
  background: #ffdd00;
}
.page-header .navbar-nav li a {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.page-header .navbar-nav li a:before {
  color: #000;
}
.page-header .navbar-nav li a:hover {
  color: rgb(50%, 50%, 50%);
}
.page-header .navbar-nav li > .submenu > .inner {
  border-top-color: #000;
}
.page-header .navbar-nav li.active {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .page-header .navbar.navbar-default {
    border-top-color: #000;
  }
  .page-header .navbar.navbar-default .navbar-collapse {
    border-color: #000;
  }
  .page-header .navbar-nav {
    border-bottom: 1px solid #000;
  }
  .page-header .navbar-nav li a:hover {
    border-bottom-color: rgba(0, 0, 0, 0.3);
    color: #666666 !important;
  }
  .page-header .navbar-nav li a:hover:before {
    color: #666666 !important;
  }
  .page-header .navbar-nav li.active a {
    background: none;
    color: #000;
    font-weight: bold;
  }
  .page-header .navbar-nav > li:last-child a {
    border-bottom: 0;
  }
}

.catalogue-menu .catalogue-button {
  background: #ffdd00;
}
.catalogue-menu .catalogue-button:hover {
  background: #ffdd00;
}
.catalogue-menu li.panel a:hover {
  color: rgb(50%, 50%, 50%);
}
.catalogue-menu li.panel a.active {
  color: #000;
  font-weight: bold;
}
.catalogue-menu li.panel .submenu-arrow {
  color: #000 !important;
}

.catalogue-path a:hover {
  color: #000;
  text-decoration: none;
}

ul.categories li a:hover {
  color: #000;
}

.wrap .catalogue .product-box a:hover .detail {
  border-color: #00ab00;
  background: #00ab00;
  color: #fff;
}

.carousel-brands {
  background: #383838;
  border-color: #383838;
}
.carousel-brands .carousel-inner .item .brands-wrap a.brand-box {
  color: #e3e3e3;
}
.carousel-brands .carousel-control {
  background: #383838;
}
.carousel-brands .carousel-control i {
  color: #e3e3e3;
}

/* ------------------------- */
/* --- TABS / ACCORDION ---- */
/* ------------------------- */
ul#tabsAcc.nav.nav-tabs {
  border-color: rgba(0, 0, 0, 0.35);
}
ul#tabsAcc.nav.nav-tabs li {
  background: #ffdd00;
}
ul#tabsAcc.nav.nav-tabs li a:hover {
  background: #000;
  color: #fff;
}
ul#tabsAcc.nav.nav-tabs li.active {
  background: #000;
}
ul#tabsAcc.nav.nav-tabs li.active a {
  color: #fff;
}
ul#tabsAcc.nav.nav-tabs li.active a:hover {
  background: #000;
}

#tabsAccContent {
  border-color: rgba(0, 0, 0, 0.35);
}
#tabsAccContent .items-wrap {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
#tabsAccContent .items-wrap a.item:hover {
  color: #000;
}

#tabsAcc-accordion .panel.panel-default {
  border-color: rgba(0, 0, 0, 0.35);
}
#tabsAcc-accordion .panel.panel-default .panel-heading {
  background: #ffdd00;
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body {
  border-color: rgba(0, 0, 0, 0.35);
}
#tabsAcc-accordion .panel.panel-default .panel-collapse .panel-body .items-wrap a.item:hover {
  color: #000;
}

/* ------------------------- */
/* -- EMPTY CART - ORDER --- */
/* ------------------------- */
.empty-cart-page a:hover {
  color: #000;
}

/* ------------------------- */
/* ------ FOOTER MENU ------ */
/* ------------------------- */
.footer-menu p a {
  color: rgba(255, 221, 0, 0.8);
}

/* ------------------------- */
/* --- HP - HEUREKA etc. --- */
/* ------------------------- */
.hp-marks {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.hp-marks .mark {
  max-width: 20%;
  background: none;
  padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
  .hp-marks .mark {
    max-width: 100%;
  }
}

/* ------------------------- */
/* ----- PRODUCT PAGE ------ */
/* ------------------------- */
.product-page h1 {
  margin-top: 0;
  padding-right: 130px;
}
.product-page h1 + p {
  margin-bottom: 20px;
}
.product-page .image-box .other-images .image-box {
  padding-bottom: 8px;
}
.product-page .image-box .other-images .image-box:nth-child(1), .product-page .image-box .other-images .image-box:nth-child(5) {
  padding-right: 7px;
}
.product-page .image-box .other-images .image-box:nth-child(2), .product-page .image-box .other-images .image-box:nth-child(6) {
  padding-left: 3px;
  padding-right: 5px;
}
.product-page .image-box .other-images .image-box:nth-child(3), .product-page .image-box .other-images .image-box:nth-child(7) {
  padding-left: 5px;
  padding-right: 3px;
}
.product-page .image-box .other-images .image-box:nth-child(4), .product-page .image-box .other-images .image-box:nth-child(8) {
  padding-left: 7px;
}
.product-page .image-box .other-images .image-box:nth-child(1n+5) {
  display: block;
}
.product-page .image-box .other-images .image-box:nth-child(1n+9) {
  display: none;
}
.product-page .custom-product-info-text {
  background: rgba(0, 171, 0, 0.15);
  padding: 10px 15px;
  margin-bottom: 25px;
}
.product-page .custom-product-info-text, .product-page .custom-product-info-text a {
  color: #00ab00;
}
.product-page .custom-product-info-text a {
  text-decoration: underline;
}
.product-page .custom-product-info-text a:hover {
  text-decoration: none;
}
.product-page a.icon-czech-origin {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 110px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-page a.icon-czech-origin:hover {
  border-color: #000;
}
.product-page .info-box table tr.freedelivery td:last-child {
  color: #00ab00;
  font-weight: bold;
}
.product-page .info-box table tr.availability td:last-child {
  color: #00ab00;
}
.product-page .info-box table tr.delivery td:last-child {
  color: #00ab00;
  font-weight: bold;
}
.product-page .info-box .flags {
  padding-top: 5px;
}
.product-page .product-unavailable-text {
  color: #da0000;
  font-size: 2em;
  margin: 20px 0 25px;
}
.product-page .add-to-cart-box .quantity {
  margin-top: 4px;
}
.product-page .add-to-cart-box .buy-button button {
  font-size: 20px;
  padding: 6px 28px;
}
.product-page .product-info-tile {
  display: block;
  border: 2px solid #ffdd00;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}
.product-page .product-info-tile.product-info-tile-bg {
  background: #ffdd00;
}
.product-page .product-info-tile:hover {
  border-color: #000;
}
.product-page .info-line {
  margin-top: 30px;
}
.product-page .nav-tabs li > a {
  background: rgba(255, 221, 0, 0.5);
  border-color: #7d7d7d;
  border-bottom-color: #7d7d7d;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 8px 20px;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-page .nav-tabs li > a:hover {
  background: #ffdd00;
  border-color: #7d7d7d;
  color: #000;
}
.product-page .nav-tabs li.active > a {
  background: #fff;
  border-bottom-color: #fff;
}
.product-page .nav-tabs li.active > a:hover {
  border-color: #7d7d7d;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 767px) {
  .product-page .nav-tabs li > a {
    margin-right: 0;
  }
}
.product-page .tab-content {
  border-color: #7d7d7d;
}
.product-page .tab-content img {
  height: auto;
}
.product-page .tab-content #description h2 {
  color: #ff0000 !important;
}
.product-page .tab-content #description h2 * {
  color: #ff0000 !important;
}
.product-page .tab-content .product-box a {
  border-color: #ddd;
}
.product-page .tab-content .product-box a:hover {
  border-color: #000;
}
.product-page .tab-content .product-box a:hover .detail {
  border-color: #00ab00;
  background: #00ab00;
}
@media only screen and (max-width: 767px) {
  .product-page h1 {
    padding-right: 0;
  }
  .product-page a.icon-czech-origin {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-page .info-box {
    margin-top: 20px;
  }
}

/* ------------------------- */
/* ----- CART - ORDER ------ */
/* ------------------------- */
.wrap.order table.contact-form td label.required:after,
.wrap.order table.StdList td label.required:after,
.wrap.customers table.contact-form td label.required:after,
.wrap.customers table.StdList td label.required:after {
  color: #da0000;
}
.wrap.order table.contact-form td input,
.wrap.order table.StdList td input,
.wrap.customers table.contact-form td input,
.wrap.customers table.StdList td input {
  padding: 0 10px;
}
.wrap.order table.contact-form td input::-webkit-input-placeholder,
.wrap.order table.StdList td input::-webkit-input-placeholder,
.wrap.customers table.contact-form td input::-webkit-input-placeholder,
.wrap.customers table.StdList td input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.wrap.order table.contact-form td input::-moz-placeholder,
.wrap.order table.StdList td input::-moz-placeholder,
.wrap.customers table.contact-form td input::-moz-placeholder,
.wrap.customers table.StdList td input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.wrap.order table.contact-form td input:-ms-input-placeholder,
.wrap.order table.StdList td input:-ms-input-placeholder,
.wrap.customers table.contact-form td input:-ms-input-placeholder,
.wrap.customers table.StdList td input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.wrap.order table.contact-form td input:-moz-placeholder,
.wrap.order table.StdList td input:-moz-placeholder,
.wrap.customers table.contact-form td input:-moz-placeholder,
.wrap.customers table.StdList td input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

/* ------------------------------------ */
/* --- TABLE IN PRODUCT DESCRIPTION --- */
/* ------------------------------------ */
.detailtabulka {
  border: 1px solid #ddd;
}
.detailtabulka th {
  background-color: #eee;
  padding: 6px 10px;
}
.detailtabulka td {
  border: 1px solid #ddd;
  padding: 2px 10px;
}

/* --------------------------- */
/* ----------- 404 ----------- */
/* --------------------------- */
.not-found-404 h1 {
  font-weight: bold;
}
.not-found-404 p {
  font-size: 15px;
}

/* ------------------------------------ */
/* --- CUSTOM CART ORDER TEMPLATE ----- */
/* ------------------------------------ */
.wrap.order .order-template-2 h2 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.wrap.order .order-template-2 hr {
  border-color: #737373;
  margin-bottom: 30px;
}
.wrap.order .order-template-2 table.products-sum {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.wrap.order .order-template-2 table.products-sum tr {
  border: 0;
}
.wrap.order .order-template-2 table.products-sum thead tr th {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap.order .order-template-2 table.products-sum thead tr th:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wrap.order .order-template-2 table.products-sum thead tr th:nth-last-child(2) {
  border-right: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wrap.order .order-template-2 table.products-sum tbody tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wrap.order .order-template-2 table.products-sum tbody tr td:first-child {
  border-left: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wrap.order .order-template-2 table.products-sum tbody tr td:nth-last-child(2) {
  border-right: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wrap.order .order-template-2 table.products-sum tbody strong {
  white-space: nowrap;
}
.wrap.order .order-template-2 table.products-sum tbody .available-info {
  color: #989898;
  font-style: italic;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 table.products-sum tbody tr td {
    border-bottom: 0;
  }
  .wrap.order .order-template-2 table.products-sum tbody tr td:first-child {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .wrap.order .order-template-2 table.products-sum tbody tr td:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.wrap.order .order-template-2 table.delivery-options,
.wrap.order .order-template-2 table.payment-options {
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
  background: #fff;
  border: 0;
}
.wrap.order .order-template-2 table.delivery-options td,
.wrap.order .order-template-2 table.payment-options td {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  vertical-align: middle;
  padding: 10px 10px !important;
}
.wrap.order .order-template-2 table.delivery-options td:first-child,
.wrap.order .order-template-2 table.payment-options td:first-child {
  border-left: 1px solid #ccc;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wrap.order .order-template-2 table.delivery-options td:last-child,
.wrap.order .order-template-2 table.payment-options td:last-child {
  border-left: 0;
  border-right: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wrap.order .order-template-2 table.delivery-options td input,
.wrap.order .order-template-2 table.payment-options td input {
  outline: none;
}
.wrap.order .order-template-2 table.delivery-options tr.widget td:before,
.wrap.order .order-template-2 table.payment-options tr.widget td:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: calc(100% + 1px);
  height: 15px;
  background: #fff;
}
.wrap.order .order-template-2 table.delivery-options tr.widget td:first-child:before,
.wrap.order .order-template-2 table.payment-options tr.widget td:first-child:before {
  left: -1px;
  height: 20px;
  border-left: 1px solid #ccc;
}
.wrap.order .order-template-2 table.delivery-options tr.widget td:last-child:before,
.wrap.order .order-template-2 table.payment-options tr.widget td:last-child:before {
  left: auto;
  right: -1px;
  height: 20px;
  border-right: 1px solid #ccc;
}
.wrap.order .order-template-2 table.delivery-options tr.widget td,
.wrap.order .order-template-2 table.payment-options tr.widget td {
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.wrap.order .order-template-2 table.delivery-options tr.widget select,
.wrap.order .order-template-2 table.payment-options tr.widget select {
  height: 30px;
  margin: 0;
}
.wrap.order .order-template-2 table.delivery-options .fa-info-circle,
.wrap.order .order-template-2 table.payment-options .fa-info-circle {
  color: #8e8e8e;
  padding: 0 5px;
}
.wrap.order .order-template-2 button.recount {
  float: right;
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  margin: 20px 0;
}
.wrap.order .order-template-2 button.recount:hover {
  background: rgb(70%, 70%, 70%);
  border-color: rgb(70%, 70%, 70%);
}
.wrap.order .order-template-2 table.order-sum {
  width: 100%;
  background: #fff;
  border-top: 1px solid #737373;
  margin: 30px 0;
}
.wrap.order .order-template-2 table.order-sum tr td {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  padding: 6px 10px;
}
.wrap.order .order-template-2 table.order-sum tr:nth-last-child(2) td {
  border-bottom: 1px solid #737373;
}
.wrap.order .order-template-2 table.order-sum tr:last-child td {
  border-bottom: 3px solid #737373;
  font-size: 18px;
  padding: 15px 10px;
}
.wrap.order .order-template-2 table.order-sum tr:last-child td.item-price {
  font-size: 24px;
  font-weight: bold;
}
.wrap.order .order-template-2 .btn-continue,
.wrap.order .order-template-2 .btn-login,
.wrap.order .order-template-2 .btn-register {
  float: right;
  background: none;
  border: 1px solid #44ccbe;
  color: #44ccbe;
  font-size: 15px;
  padding: 8px 16px;
  margin: 10px 0 10px 15px;
}
.wrap.order .order-template-2 .btn-continue i,
.wrap.order .order-template-2 .btn-login i,
.wrap.order .order-template-2 .btn-register i {
  padding-right: 5px;
}
.wrap.order .order-template-2 .btn-continue:hover,
.wrap.order .order-template-2 .btn-login:hover,
.wrap.order .order-template-2 .btn-register:hover {
  background: #44ccbe;
  border-color: #44ccbe;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .wrap.order .order-template-2 .btn-continue,
  .wrap.order .order-template-2 .btn-login,
  .wrap.order .order-template-2 .btn-register {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 .btn-continue,
  .wrap.order .order-template-2 .btn-login,
  .wrap.order .order-template-2 .btn-register {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.wrap.order .order-template-2 .btn-continue {
  background: #7dd27d;
  border-color: #7dd27d;
  color: #fff;
}
.wrap.order .order-template-2 .btn-continue:hover {
  background: rgb(34.162464986%, 77.2100840336%, 34.162464986%);
  border-color: rgb(34.162464986%, 77.2100840336%, 34.162464986%);
}
.wrap.order .order-template-2 .order-customer-info-box {
  border-top: 1px solid #737373;
  margin: 0;
}
.wrap.order .order-template-2 .order-customer-info-box .heading {
  background: #fff;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
.wrap.order .order-template-2 .order-customer-info-box .heading span {
  font-size: 14px;
  font-weight: normal;
}
.wrap.order .order-template-2 .order-customer-info-box .heading.collapse-button {
  cursor: pointer;
}
.wrap.order .order-template-2 .order-customer-info-box .heading.collapse-button:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #00ab00;
  font-size: 0.8em;
  padding-right: 10px;
}
.wrap.order .order-template-2 .order-customer-info-box .heading.collapse-button.collapsed:before {
  content: "\f078";
  color: #000;
}
.wrap.order .order-template-2 .order-customer-info-box .heading.collapse-button:hover {
  color: #00ab00;
}
.wrap.order .order-template-2 .order-customer-info-box .heading.collapse-button:hover.collapsed:before {
  color: #00ab00;
}
.wrap.order .order-template-2 .order-customer-info-box .content {
  border: 1px solid transparent;
  border-top: 0;
}
.wrap.order .order-template-2 .order-customer-info-box .content table {
  width: 100%;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control-label {
  width: 1%;
  min-width: 150px;
  white-space: nowrap;
  vertical-align: top;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control-label label {
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  padding: 5px 15px 5px 0;
  margin: 0;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control-label label.required:after {
  content: "*";
  color: #da0000;
  font-size: 14px;
  padding-left: 5px;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control {
  position: relative;
  padding: 5px 0 5px 15px;
  vertical-align: top;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:focus {
  border-color: #000;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control .description {
  display: none;
  font-size: 13px;
  color: #da0000;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input.invalid {
  border-color: #da0000;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.control input.invalid ~ .description {
  display: block;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 15px;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.checkbox-control input {
  margin: 0;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.checkbox-control label {
  display: block;
  font-weight: normal;
  margin: 0 0 0 8px;
}
.wrap.order .order-template-2 .order-customer-info-box .content td.checkbox-control strong {
  font-weight: 600;
}
.wrap.order .order-template-2 .order-customer-info-box .content tr:last-child td:last-child {
  padding-bottom: 35px;
}
.wrap.order .order-template-2 .order-customer-info-box .content textarea {
  width: 100%;
  height: 100px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  resize: vertical;
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 .order-customer-info-box .content td {
    display: block;
    width: 100%;
  }
  .wrap.order .order-template-2 .order-customer-info-box .content td label {
    line-height: 20px !important;
  }
  .wrap.order .order-template-2 .order-customer-info-box .content td.control {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap.order .order-template-2 .order-customer-info-box .content td.checkbox-control {
    padding-top: 5px;
    padding-left: 0;
  }
}
.wrap.order .order-template-2 .cart-footer-buttons {
  border-top: 1px solid #737373;
  padding: 80px 0 50px;
}
.wrap.order .order-template-2 .cart-footer-buttons .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap.order .order-template-2 .cart-footer-buttons .back-btn button {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  padding: 6px 25px 6px 15px;
}
.wrap.order .order-template-2 .cart-footer-buttons .back-btn button:before {
  content: "\f053";
  font-family: "FontAwesome";
  padding-right: 15px;
}
.wrap.order .order-template-2 .cart-footer-buttons .back-btn button:hover {
  background: rgb(70%, 70%, 70%);
  border-color: rgb(70%, 70%, 70%);
}
.wrap.order .order-template-2 .cart-footer-buttons .terms a {
  color: #000;
  text-decoration: underline;
}
.wrap.order .order-template-2 .cart-footer-buttons .send-btn {
  clear: both;
  padding-top: 50px;
  text-align: center;
}
.wrap.order .order-template-2 .cart-footer-buttons .send-btn button {
  background: #7dd27d;
  border: 1px solid #7dd27d;
  color: #fff;
  font-size: 24px;
  padding: 20px 50px 20px 25px;
}
.wrap.order .order-template-2 .cart-footer-buttons .send-btn button:before {
  content: "\f064";
  font-family: "FontAwesome";
  padding-right: 25px;
}
.wrap.order .order-template-2 .cart-footer-buttons .send-btn button:hover {
  background: rgb(34.162464986%, 77.2100840336%, 34.162464986%);
  border-color: rgb(34.162464986%, 77.2100840336%, 34.162464986%);
}
.wrap.order .order-template-2 .cart-footer-buttons .gdpr-checkboxes {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 .cart-footer-buttons {
    padding: 50px 0;
    text-align: center;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .flex {
    display: block;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .back-btn {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .back-btn button {
    font-size: 13px;
    padding: 3px 15px 3px 10px;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .back-btn button:before {
    padding-right: 10px;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .terms {
    float: none;
    width: 100%;
    text-align: center;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .send-btn button {
    font-size: 20px;
    padding: 10px 20px 10px 15px;
  }
  .wrap.order .order-template-2 .cart-footer-buttons .send-btn button:before {
    padding-right: 15px;
  }
}
.wrap.order .order-template-2 .cart-back-btn button {
  display: inline-block;
  background: none;
  border: 1px solid #999999;
  color: #999999;
  font-size: 15px;
  padding: 8px 25px;
  margin-top: 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrap.order .order-template-2 .cart-back-btn button:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 0.8em;
  padding-right: 15px;
}
.wrap.order .order-template-2 .cart-back-btn button:hover {
  background: #737373;
  border-color: #737373;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 .cart-back-btn {
    text-align: center;
  }
  .wrap.order .order-template-2 .cart-back-btn button {
    font-size: 14px;
    margin-top: 0;
  }
}
.wrap.order .order-template-2 .cart-help-btn {
  position: relative;
  text-align: right;
}
.wrap.order .order-template-2 .cart-help-btn .btn {
  display: inline-block;
  background: none;
  border: 1px solid #999999;
  color: #999999;
  font-size: 15px;
  padding: 8px 25px;
  margin-top: 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrap.order .order-template-2 .cart-help-btn .btn:hover {
  background: #737373;
  border-color: #737373;
  color: #fff;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover {
  position: absolute;
  top: 27px;
  right: 0;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  z-index: 100;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover .inner {
  position: relative;
  padding: 25px 35px;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 21px;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-bottom-left-radius: 4px;
  color: #aaa;
  cursor: pointer;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover .close-btn:hover {
  background: red;
  color: #fff;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover a {
  color: #000;
}
.wrap.order .order-template-2 .cart-help-btn .custom-popover img {
  max-width: 140px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .wrap.order .order-template-2 .cart-help-btn {
    text-align: center;
  }
  .wrap.order .order-template-2 .cart-help-btn .btn {
    font-size: 14px;
  }
}
.wrap.order .order-template-2 .cart-help-box {
  margin: 25px 30px 30px 0;
}
.wrap.order .order-template-2 .cart-help-box .header {
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  padding: 15px;
}
.wrap.order .order-template-2 .cart-help-box .content {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 20px;
}
.wrap.order .order-template-2 .cart-help-box .content .heading {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.wrap.order .order-template-2 .cart-help-box .content .heading a {
  color: #000;
}
.wrap.order .order-template-2 .cart-help-box .content img {
  padding: 20px;
}
.wrap.order .order-template-2 .cart-help-box .content .hint {
  font-size: 13px;
  margin-top: 20px;
}
.wrap.order .order-template-2 .cart-help-box .content .hint p {
  margin: 0;
}
.wrap.order .order-template-2 .cart-help-box .content .hint p:first-child {
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .wrap.order .order-template-2 .cart-help-box {
    margin-right: 0;
  }
}

#payment-container {
  border: 2px solid #da0000;
  color: #da0000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 20px 0 0;
}
#payment-container a {
  display: inline-block;
  background: #da0000;
  border: 1px solid #da0000;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 20px;
  margin: 20px 0 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#payment-container a:hover {
  background: none;
  color: #da0000;
}
#payment-container.success {
  border-color: #00ab00;
  color: #00ab00;
}

/* ------------------------- */
/* ----- PRODUCT FLAGS ----- */
/* ------------------------- */
.flags span {
  display: block;
  float: left;
  background: #ffdd00;
  font-size: 0.75em;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 5px 5px;
}
.flags span.lowprice, .flags span.topprice {
  background: #e89300 !important;
}
.flags span.topweek {
  background: #23a8c9 !important;
}
.flags span.vyprodej {
  background: #da0000 !important;
}
.flags span.freedelivery, .flags span.selfcare {
  background: #00ab00 !important;
}
.flags span.showroom {
  background: #ffdd00;
  color: #000;
}

/* ------------------------------------ */
/* --- WEBSITES ----------------------- */
/* ------------------------------------ */
.website-contacts-people h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .website-contacts-people {
    text-align: center;
  }
}

.website-contacts-contact h2 {
  margin-top: 60px;
}

.gmap-custom {
  width: 100%;
  height: 300px;
  border: 1px solid #c1c1c1;
  margin: 10px 0 20px;
}

.website-contacts-payments img {
  max-width: 90px;
  margin: 5px;
}

.website-contacts-get-here img {
  margin-bottom: 15px;
}

/* ------------------------- */
/* -- COOKIE POLICY STRIP -- */
/* ------------------------- */
.cookie-strip {
  width: auto;
  max-width: calc(100% - 250px);
  border-top-right-radius: 5px;
  padding: 10px;
}
@media only screen and (max-width: 699px) {
  .cookie-strip {
    max-width: calc(100% - 60px);
  }
}

/* ------------------------------------ */
/* --- JOTUL GIFTS -------------------- */
/* ------------------------------------ */
.custom-gift-box {
  border: 2px solid #d00f0f;
}
.custom-gift-box h3 {
  text-align: center;
  text-transform: uppercase;
  background: #d00f0f;
  margin: 0;
  padding: 12px;
  color: #fff;
}
.custom-gift-box h3 span {
  font-weight: bold;
}
.custom-gift-box .selector {
  padding: 5px;
}
.custom-gift-box .selector label {
  display: block;
  float: left;
  width: 25%;
  padding: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-gift-box .selector label .inner {
  border: 2px solid #6f6f6f;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-gift-box .selector label input {
  visibility: hidden;
  position: absolute;
}
.custom-gift-box .selector label .button {
  background: #6f6f6f;
  border: 1px solid #6f6f6f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-gift-box .selector label:hover .inner {
  border-color: #d00f0f;
}
.custom-gift-box .selector label:hover .button {
  background: #d00f0f;
  border-color: #d00f0f;
}
.custom-gift-box .selector label input:checked ~ .inner {
  border-color: #00ab00;
}
.custom-gift-box .selector label input:checked ~ .button {
  background: #00ab00;
  border-color: #00ab00;
}
.custom-gift-box .content {
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  padding: 20px;
}
.custom-gift-box .content a {
  display: inline-block;
  background: #6f6f6f;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 15px;
  margin-top: 15px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.custom-gift-box .content a:hover {
  background: #d00f0f;
}
@media only screen and (max-width: 767px) {
  .custom-gift-box {
    margin-top: 30px;
  }
  .custom-gift-box .content {
    font-size: 15px;
    line-height: 140%;
  }
}
@media only screen and (max-width: 550px) {
  .custom-gift-box h3 {
    font-size: 15px;
    padding: 10px;
  }
  .custom-gift-box .selector label {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .product-page .tab-content table td:first-child {
    white-space: nowrap;
  }
}
/* úprava rozšířené filtrace v kategorii*/
.products-filters .filters-menu .filters-box-button {
  background: #ffdd00;
  padding: 0 12px;
}
.products-filters .filters-menu .filters-box-button.collapsed:after {
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}
.products-filters .filters-menu .basic-filters label {
  font-weight: normal;
}
.products-filters .box {
  background: rgba(255, 221, 0, 0.1);
  padding: 15px 15px 5px;
}

.filters-tabs-acc {
  display: block;
}
.filters-tabs-acc #filtersTabsAccContent {
  padding: 0;
}
.filters-tabs-acc #filtersTabsAccContent .param-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.filters-tabs-acc #filtersTabsAccContent .param-wrapper h5 {
  width: 25%;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  margin: 0 0 10px;
}
.filters-tabs-acc #filtersTabsAccContent .param-wrapper .params {
  width: 75%;
}
.filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label {
  width: 20%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 15px;
  margin: 0 0 10px;
}
.filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label input[type=checkbox] {
  margin-top: 1px;
}
@media only screen and (max-width: 1199px) {
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper {
    display: block;
  }
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper h5 {
    width: 100%;
  }
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper .params {
    width: 100%;
  }
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 500px) {
  .filters-tabs-acc #filtersTabsAccContent .param-wrapper .params label {
    width: 50%;
  }
}
.filters-tabs-acc #filtersTabsAccContent .tab-pane > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@-webkit-keyframes bounce {
  0%, 15%, 35%, 55%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  65% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@keyframes bounce {
  0%, 15%, 35%, 55%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  65% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.responsive-youtube-video {
  max-width: 1000px;
  margin: 20px auto;
}
.responsive-youtube-video .inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}
.responsive-youtube-video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orderform-alert-message {
  display: inline-block;
  background: #da0000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  margin-top: 30px;
}

/* ------------------------- */
/* ------ TOPTRANS --------- */
/* ------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .toptrans-modal .modal-dialog {
    width: 720px;
  }
}

.toptrans-widget .toptrans-list-wrapper {
  position: relative;
  height: 444px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow-y: auto;
}
.toptrans-widget .toptrans-list-wrapper .toptrans-list-item {
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toptrans-widget .toptrans-list-wrapper .toptrans-list-item:hover, .toptrans-widget .toptrans-list-wrapper .toptrans-list-item:focus {
  background: #eee;
}
.toptrans-widget .toptrans-list-wrapper .toptrans-list-item.active {
  background: rgba(255, 221, 0, 0.2);
}
.toptrans-widget .toptrans-list-wrapper > div:last-child {
  border-bottom: 0;
}
.toptrans-widget .toptrans-branch-map {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 277px;
}
.toptrans-widget .toptrans-branch-info {
  min-height: 152px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.toptrans-widget .toptrans-branch-info a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .toptrans-widget .toptrans-list-wrapper {
    height: 160px;
  }
  .toptrans-widget .toptrans-branch-map {
    display: none;
  }
  .toptrans-widget .toptrans-branch-info {
    min-height: 0;
  }
}

.toptrans-selected-branch-info {
  padding-bottom: 5px;
}
.toptrans-selected-branch-info .selected-branch {
  font-style: italic;
  font-weight: bold;
}
.toptrans-selected-branch-info .button {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
  margin-left: 10px;
  cursor: pointer;
}
.toptrans-selected-branch-info .button:hover, .toptrans-selected-branch-info .button:focus {
  text-decoration: none;
}

.toptrans-map-branch-label .street {
  font-weight: bold;
  margin-top: 5px;
}
.toptrans-map-branch-label .button {
  display: inline-block;
  background: #327ab6;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toptrans-map-branch-label .button:hover, .toptrans-map-branch-label .button:focus {
  background: rgb(15.2974983097%, 37.3258958756%, 55.6828938472%);
}

.heureka-eshop-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.heureka-eshop-reviews > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.333333% - 20px);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin: 10px;
}
.heureka-eshop-reviews .text {
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 10px;
}
.heureka-eshop-reviews .name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 120%;
  font-style: italic;
  margin-bottom: 15px;
}
.heureka-eshop-reviews .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}
.heureka-eshop-reviews .rating .value {
  color: rgba(0, 171, 0, 0.7);
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  padding: 3px 15px 0 0;
  white-space: nowrap;
}
.heureka-eshop-reviews .rating .stars {
  position: relative;
}
.heureka-eshop-reviews .rating .stars .stars-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 171, 0, 0.7);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .heureka-eshop-reviews > div {
    padding: 10px 10px 15px;
  }
  .heureka-eshop-reviews .rating {
    width: 90%;
  }
  .heureka-eshop-reviews .rating .value {
    font-size: 16px;
    padding: 2px 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .heureka-eshop-reviews .text {
    font-size: 14px;
  }
  .heureka-eshop-reviews .rating {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .heureka-eshop-reviews > div {
    width: calc(50% - 20px);
  }
  .heureka-eshop-reviews .rating {
    width: 160px;
  }
}
@media only screen and (max-width: 450px) {
  .heureka-eshop-reviews > div {
    width: calc(100% - 20px);
  }
}

.google-map-iframe iframe {
  width: 100%;
  height: 400px;
}

.requests-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.requests-form .form-control {
  margin-bottom: 15px;
}
.requests-form textarea {
  min-height: 150px;
  resize: vertical;
}
.requests-form .checkboxes {
  margin-bottom: 15px;
}
.requests-form .g-recaptcha > div {
  margin: 0 auto 20px;
}
.requests-form .checkbox-inline {
  margin: 0;
  margin-right: 10px;
}

#packeta-widget {
  display: block;
  transform: none;
  max-width: 100%;
}

.packeta-plugin-v6 .selected-branch {
  font-weight: bold;
}
.packeta-plugin-v6 .selected-branch.custom-alert {
  color: #da0000;
}
.packeta-plugin-v6 .select-branch-button {
  display: inline-block;
  background: #00ab00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 6px 10px;
  margin-top: 10px;
}
.packeta-plugin-v6 .select-branch-button:hover {
  background: rgb(0%, 57.0588235294%, 0%);
}

.price-box .old-price-info {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  cursor: help;
}
.price-box .old-price-info .fa {
  color: #00ab00;
}

.service-request-button {
  display: block;
  background: #ffdd00;
  text-align: center;
  text-decoration: none !important;
  padding: 20px;
  margin: 20px 0;
}
.service-request-button .text {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-request-button .button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #00ab00;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.service-request-button:hover .button {
  background: #007800;
}

.ppl-parcelshop-plugin .selected-branch {
  font-weight: 600;
}
.ppl-parcelshop-plugin .selected-branch.custom-alert {
  color: #da0000;
}
.ppl-parcelshop-plugin .select-branch-button {
  display: inline-block;
  background: #00ab00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 6px 10px;
  margin-top: 5px;
}
.ppl-parcelshop-plugin .select-branch-button:hover {
  background: #00de00;
}

.ppl-parcelshop-map-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
}
.ppl-parcelshop-map-wrapper .container-fluid:before, .ppl-parcelshop-map-wrapper .container-fluid:after {
  display: block;
}
.ppl-parcelshop-map-wrapper .ppl-parcelshop-map-theme {
  height: 100% !important;
}
.ppl-parcelshop-map-wrapper .close-button {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #014992;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}
.ppl-parcelshop-map-wrapper .close-button:hover {
  background: #da0000;
}

.price-request-code-box {
  max-width: 400px;
  margin: 30px 0;
}
.price-request-code-box label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.price-request-code-message {
  margin-top: 8px;
  font-size: 13px;
}

/*# sourceMappingURL=custom.css.map */
