@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
.external-fonts-loaded h1, .external-fonts-loaded h2, .external-fonts-loaded h3, .external-fonts-loaded h4, .external-fonts-loaded h5, .external-fonts-loaded h6, .external-fonts-loaded .h1, .external-fonts-loaded .h2, .external-fonts-loaded .h3, .external-fonts-loaded .h4, .external-fonts-loaded .h5, .external-fonts-loaded .h6, .external-fonts-loaded .cart-table .main-link, .external-fonts-loaded .cart-related-name, .blank-mode h1, .blank-mode h2, .blank-mode h3, .blank-mode h4, .blank-mode h5, .blank-mode h6, .blank-mode .h1, .blank-mode .h2, .blank-mode .h3, .blank-mode .h4, .blank-mode .h5, .blank-mode .h6, .blank-mode .cart-table .main-link, .blank-mode .cart-related-name {
  font-family: 'Baloo 2', sans-serif;
}

.external-fonts-loaded body, body.blank-mode {
  font-family: 'Baloo 2', sans-serif;
  font-size: 14px;
}

.external-fonts-loaded ol.cart-header, .external-fonts-loaded .next-step, .external-fonts-loaded .price-wrapper, .external-fonts-loaded .price-additional, .external-fonts-loaded .price-measure, .external-fonts-loaded .price-final, .external-fonts-loaded .price-save, .external-fonts-loaded .price-standard, .external-fonts-loaded .btn, .external-fonts-loaded .products .name {
  font-family: 'Baloo 2', sans-serif;
}

@media (min-width: 1440px) {
  .container {
    width: 1244px;
  }
}

/* SITE MSG */
.site-msg.information {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  left: 0;
  top: 0;
  bottom: auto !important;
  z-index: 1000;
}

.site-msg.information .text {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding-right: 0;
  color: #fff;
}

.site-msg.information {
  opacity: 1;
  box-shadow: none;
  background-color: #708090;
}

.site-msg .close::before, .site-msg .close::after {
  background: #fff;
}

/* BUTTONS */
.btn.btn-primary, a.btn.btn-primary {
  color: #fff;
  border-color: #cd5c5c;
  background-color: #cd5c5c;
}
.btn.btn-primary:hover, a.btn.btn-primary:hover {
  border-color: #c74848;
  color: #fff;
  background-color: #c74848;
}
.p:hover .btn-primary {
  border-color: #c74848;
  color: #fff;
  background-color: #c74848;
}

/* HEADER */

.top-navigation-bar {
  border: none;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-navigation-bar a, .top-navigation-bar .dropdown button {
  color: #333;
}

.top-navigation-bar .top-navigation-menu {
  display: none !important;
}

@media (min-width: 768px) {
  .header-top {
    padding-top: 0px;
    padding-bottom: 10px;
    height: 160px;
  }
  .header-top>div:first-of-type {
    order: 1;
    display: flex;
    justify-content: center;
    flex-basis: 100%;
  }
  .header-top>.search {
    order: 1;
    position: absolute;
    right: 15px;
    top: 35px;
    width: 250px;
  }
  .header-top>.navigation-buttons {
    order: 3;
    align-self: center;
    position: absolute;
    right: 15px;
    top: 95px;
  }
  header#header:before {
    content: "";
    background: var(--color-primary);
    width: 100%;
    height: 50px;
    z-index: 0 !important;
    position: absolute;
    bottom: 0px;
  }
  #navigation {
    height: 50px;
  }
  .navigation-in>ul>li {
    border-color: transparent;
  }
  .navigation-in.menu:before {
    content: '';
    background-image: url("/user/documents/scripts/botky_white.png");
    background-repeat: no-repeat;
    background-size: 100px, 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: 25px;
    transform: scaleX(-1);
    pointer-events: none;
  }
  .navigation-in.menu:after {
    content: '';
    background-image: url("/user/documents/scripts/botky_white.png");
    background-repeat: no-repeat;
    background-size: 100px, 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: 25px;
    pointer-events: none;
  }
}

#header .site-name a img {
  max-height: 140px;
}

#header {
  position: relative;
}

.navigation-in>ul>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-in ul li a b {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.navigation-in>ul>li.ext>ul>li>div>a {
  font-size: 18px;
}

.navigation-in > ul > li.ext > ul > li > a.menu-image {
  display: none;
}

.menu-helper {
  bottom: 0;
  top: unset;
  height: 50px;
}

.menu-helper::after, .menu-trigger::after {
  background: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-top>div:first-of-type {
      justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-top>div:first-of-type {
      justify-content: flex-start;
  }

  #header .site-name a img {
      max-height: 110px;
  }
}

article header h1 {
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 991px) {
  .popup-widget.login-widget {
    top: 190px;
  }
  .popup-widget.cart-widget {
    top: 190px;
  }
}

@media (max-width: 767px) {
  .popup-widget.cart-widget {
    top: 56px;
  }
  .popup-widget.login-widget {
    top: 56px;
  }
}

@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 200px;
  }
  .popup-widget.cart-widget {
    top: 175px;
  }
}

@media (min-width: 1440px) {
  .popup-widget {
    margin-left: 180px;
  }
}

.fitted .navigation-in>ul {
  justify-content: center;
}

@media (max-width: 767px) {
  .top-navigation-contacts a>span {
    display: inline;
  }
  .responsive-tools>a[data-target="navigation"]::before {
    color: #fff;
    background-color: #a62633;
  }
}

/* HOMEPAGE */

.homepage-box {
  border: none;
  background: none;
}

.homepage-group-title {
  display: block;
  font-size: 30px !important;
  font-weight: 500;
  color: #ef5070;
  text-transform: uppercase;
  text-align: left !important;
  margin-top: 19px !important;
}

.homepage-box.welcome-wrapper {
  background-color: #f8f8f8;
}

.welcome div, .welcome h1 {
  max-width: none;
}

.welcome h1 {
  font-size: 30px !important;
  font-weight: 500;
  color: #ef5070;
  text-transform: uppercase;
}

/* HOMEPAGE STORE BLOCK */

.dp-home-store {
  display: flex;
  flex-direction: row;
  position: relative;
}

.dp-home-store-left {
  flex-basis: 40%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.dp-home-store-left img {
  object-fit: contain;
}

.dp-home-store-right {
  flex-basis: 60%;
  padding-left: 40px;
  font-size: 18px;
}

.dp-home-store-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 50px;
}

.dp-home-store-right h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0;
}

.dp-home-store-addr {
  font-size: 20px;
}

a.dp-home-find {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ef5070;
}

.dp-store-opening th {
  width: 64px;
  text-align: left;
}

.dp-store-opening {
  font-size: 18px;
}

.dp-store-show-more {
  position: absolute;
  right: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.dp-store-show-more a {
  color: #ef5071;
}

@media (max-width: 767px) {
  .dp-home-store {
    flex-direction: column;
  }
  .dp-home-store-left {
    flex-basis: unset;
    max-height: 280px;
  }
  .dp-home-store-right {
    flex-basis: unset;
    padding-left: 0;
    margin-top: 15px;
  }
}

/* HOMEPAGE VOTE BLOCK */

.dp-home-vote-wrap {
  margin-top: 30px;
}

.votes-homepage-title {
  text-transform: uppercase;
}

.votes-wrap-homepage {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}

.votes-wrap-homepage .vote-wrap {
  flex-basis: 25%;
  border: none !important;
}

@media (max-width: 1200px) {
  .votes-wrap-homepage .vote-wrap {
    flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  .votes-wrap-homepage .vote-wrap {
    flex-basis: 100%;
  }
}

.vote-content {
  max-height: 115px;
  overflow: hidden;
}

.votes-homepage-stars {
  flex-basis: 100%;
  text-align: center;
  font-size: 18px;
}

.votes-wrap-homepage .vote-wrap:nth-child(odd) {
  padding-right: 20px;
}

.votes-wrap-homepage-all {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.votes-wrap-homepage .votes-wrap.admin-response {
  display: none;
}

.votes-homepage-btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .votes-wrap-homepage {
    flex-direction: column;
  }
}

/* PRODUCTS BLOCK */

.flag.flag-new {
  background-color: #8fbc8b;
}

.flag.flag-tip {
  background-color: #483d8b;
}

.products-block>div {
  border-color: transparent !important;
}

.products-block.products .p .name {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.products-block .ratings-wrapper .availability {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.products-block.products .p .price strong, .products-block.products .p .price span {
  font-size: 24px;
}

.products-block.products .p .name {
  margin-bottom: 0;
}

.products-block .ratings-wrapper {
  padding-bottom: 0;
  min-height: 35px;
}

@media (max-width: 767px) {
  .products-block>div {
    width: 50%;
  }
}

/* CATEGORIES */

.breadcrumbs {
  border: none;
  color: #333 !important;
  font-weight: 500;
  font-size: 15px;
}

.breadcrumbs a {
  color: #333;
}

.breadcrumbs>span>a::before, .breadcrumbs>span>a::after {
  content: none;
}

.breadcrumbs>span>a:after {
  content: '>';
  transform: none;
  border: none;
  width: auto;
  height: auto;
  bottom: auto;
  background-color: transparent;
}

.type-category .content {
  display: flex;
  flex-direction: column;
}

h1.category-title {
  order: -2;
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.category-perex {
  order: -1;
  font-size: 18px;
}

.sidebar {
  background-color: transparent;
}

.sidebar-inner {
  padding-top: 0;
}

#categories {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.filter-sections {
  background-color: transparent;
}

.sidebar-inner>div h4 {
  font-size: 18px;
  color: #333;
}

.category-header input[type="radio"]+label {
  font-size: 16px;
  font-weight: 500;
}

.subcategories li a {
  border: none;
}

.subcategories.with-image li a .text {
  color: #333;
  font-size: 16px;
}

.subcategories.with-image li a .image {
  display: none;
}

@media (min-width: 768px) {
  .filter-section.filter-section-button {
    display: none;
  }
  #category-filter-hover {
    display: block;
  }
}

/* PRODUCT DETAIL */

.p-info-wrapper {
  display: flex;
  flex-direction: column;
}

.p-detail-inner-header h1 {
  color: #333;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

.p-info-wrapper .p-detail-info {
  order: 2;
}

.p-info-wrapper .p-detail-inner-header {
  order: 1;
}

.p-info-wrapper .p-short-description {
  order: 3;
  font-size: 18px;
}

.p-info-wrapper>p {
  order: 4;
  font-size: 18px;
}

.p-info-wrapper .detail-parameters {
  order: 5;
}

.p-info-wrapper .availability-value {
  order: 6;
}

.p-info-wrapper .p-final-price-wrapper {
  order: 7;
}

.p-info-wrapper .add-to-cart {
  order: 8;
}

.p-info-wrapper .social-buttons-wrapper {
  order: 9;
}

.detail-parameters th {
  color: #333;
  font-size: 16px;
}

.link-icons a.print {
  display: none;
}

.link-icons a.share {
  display: none;
}

.link-icons a.chat {
  display: flex;
  color: #333;
  font-size: 15px;
  padding: 0;
}

.link-icons a.chat span:after {
  content: 'Nevíte si s něčím rady? Zeptejte se nás.';
  font-size: 16px;
  line-height: 2;
  text-transform: none;
}

.link-icons a.chat span {
  font-size: 0;
  padding-left: 10px;
}

.link-icon::before {
  font-size: 30px;
}

.link-icons {
  margin-top: 10px;
}

.shp-tabs-holder ul.shp-tabs li a {
  font-weight: 500;
  font-size: 18px;
}

.shp-tabs-holder ul.shp-tabs li.active a {
  color: #a62533;
}

.basic-description>h3:first-of-type {
  display: none;
}

.basic-description {
  font-size: 18px;
}

.btn.btn-cart::before, a.btn.btn-cart::before, .btn.add-to-cart-button::before, a.btn.add-to-cart-button::before {
  content: none;
}

.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.p-detail {
  display: flex;
  flex-direction: column;
}

.p-detail-inner {
  order: 1;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
  order: 2;
}

h2.products-related-header {
  order: 3;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.products.products-block.products-related.products-additional.p-switchable {
  order: 4;
  padding-left: 20px;
  padding-right: 20px;
}

.products.products-block.products-related.products-additional.p-switchable + .browse-p {
  order: 4;
}

.extended-description>h3 {
  font-weight: 500;
  color: #333;
  margin-top: 0;
}

.type-detail .dp-home-vote-wrap {
  background-color: #fff;
}

.type-detail .votes-homepage-title {
  font-weight: 500;
  font-size: 24px !important;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}

.type-detail .votes-homepage-btn {
  display: none !important;
}

/* PRODUCT COLOR PICKER */

.custom-product-variant {
  margin: 10px;
  width: 92px;
}

.custom-product-variant:hover {
  border-bottom: 2px solid black;
}

.custom-product-variant.custom-variant-default {
  border-bottom: 2px solid black;
}

.custom-color-variants {
  display: flex;
  flex-wrap: wrap;
}

.custom-variants-th {
  width: 100% !important;
}

/* ARTICLE */

article header h1 {
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ORDERING PROCESS */

body.ordering-process {
  background-color: #ffffff;
}

.cart-content {
  background-color: transparent;
}

.cart-content.checkout-box-wrapper {
  font-size: 16px;
}

.cart-content.checkout-box-wrapper h4 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .ordering-process #navigation {
    display: none;
  }
  .ordering-process header#header:before {
    content: none;
  }
  .ordering-process .header-top>.search {
    display: none;
  }
  .ordering-process #header {
    border: none;
  }
  .cart-row>div.col-md-4 {
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* FOOTER */

#footer {
  border: none;
  background: rgb(226, 226, 226);
  background: linear-gradient( 0deg, rgba(226, 226, 226, 1) 0%, rgba(249, 249, 249, 1) 100%);
}

#footer>.container {
  background-color: transparent;
}

#footer .site-name {
  display: none;
}

.custom-footer {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

#footer h4 {
  border: none;
  font-size: 24px;
  color: #cd5c5c;
  font-weight: 600;
}

#footer .contact-box a, #footer .password-helper a, #footer .news-item-widget a, #footer ul a {
  font-size: 16px;
  font-weight: 500;
}

#footer .contact-box a, #footer .password-helper a, #footer .news-item-widget a, #footer ul a {
  font-size: 18px;
  font-weight: 500;
}

#footer ul li {
  margin-bottom: 5px;
}

#signature a.title {
  display: none;
}