:root {
  --colors-foregrounds-content-tertiary: #000;
  --colors-foregrounds-headlines-primary: #000;
  --_color-header-mobile-nav-bg: #000000;
}

html {
  font-size: 16px;
}

button,
.btn,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Livvic", sans-serif;
}

a {
  text-decoration: none;
  color: #aa0000;
}
a:hover {
  color: rgba(170, 0, 0, 0.8);
}

button {
  border-radius: 4px;
}

.btn {
  text-decoration: none !important;
  text-transform: none !important;
  font-size: 1rem !important;
  border-radius: 4px !important;
  padding: 8px 18px !important;
}

.btn.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}
.btn.btn-secondary:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn.btn-default,
a.btn.btn-default {
  background-color: #6c757d;
  border-color: #6c757d;
}

:where(.ums_forms_redesign--off) .compact-form .btn {
  padding: 5px 9px 4px !important;
}

@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1410px;
  }
}

fieldset {
  border: 0px;
}

/* CLASSIC STICKY HEADER */

@media screen and (max-width: 767px) {
  #header .cart-count {
    top: -46px;
    right: 37px;
  }
  .sticky-mobile:not(.ordering-process) .top-navigation-bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    border-bottom: 2px solid #ededed;
  }
  .sticky-mobile:not(.ordering-process) .cart-count {
    position: fixed !important;
    top: 5px !important;
    z-index: 10;
  }
  .sticky-mobile:not(.ordering-process) #content-wrapper {
    padding-top: 66px;
  }
  .cart-count {
    transition: none !important;
  }
  body:not(.sticky-mobile) .top-navigation-bar .site-name {
    display: none;
  }
  .top-navigation-bar .site-name {
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0 !important;
    max-width: 50%;
    display: flex;
    align-items: center;
    height: 45px;
  }
  .top-navigation-bar .site-name img {
    max-height: 45px;
  }
  .sticky-mobile:not(.ordering-process)
    .responsive-tools
    > a[data-target="login"],
  .sticky-mobile .responsive-tools > a[data-target="search"] {
    visibility: hidden;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .sticky-mobile:not(.ordering-process) #header {
    position: sticky;
    position: -webkit-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    /* background: #fff; */
  }
  .sticky-mobile:not(.ordering-process) #header .site-name img {
    max-height: 58px;
  }
  .sticky-mobile:not(.ordering-process) .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 70px;
  }
  .sticky-mobile:not(.ordering-process) #content-wrapper.content-wrapper {
    padding-top: 20px;
  }
  .sticky-mobile:not(.ordering-process) .menu-helper {
    top: 70px;
  }
  .sticky-mobile:not(.ordering-process):not(.type-index)
    #content-wrapper.content-wrapper {
    padding-top: 60px !important;
  }
  .sticky-mobile .breadcrumbs-wrapper {
    display: none;
  }
}

@media screen and (min-width: 992) {
  .sticky-mobile .popup-widget.cart-widget {
    position: fixed;
    top: 51px;
  }
}

.p-image-wrapper .flags-extra {
  z-index: 2;
}

/* TOP IMAGE */

#topImage {
  position: relative;
  margin: 10px 0;
}

#topImage a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  /* border-radius: 5px; */
}

#topImage a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #000;
  box-shadow: 0px 0px 10px 0px #000;
}

#topImage img {
  /* border-radius: 5px; */
}

#topImage .topImageCaption {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 48%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px 5px;
  /* border-radius: 5px; */
}

#topImage .topImageCaption h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 16px;
}

#topImage .topImageCaption span {
  color: #000;
  display: block;
}

@media only screen and (max-width: 1199px) {
  #topImage .topImageCaption span {
    display: none;
  }
  #topImage .topImageCaption {
    width: auto;
    padding: 7px 10px;
  }
  #topImage .topImageCaption h5 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  #topImage .topImageCaption h5 {
    margin-bottom: 0;
  }
  #topImage .topImageCaption {
    width: auto;
    padding: 5px 8px;
  }
}

/* BOOTSTRAP5 FIX CONTETNT */

#relatedFiles,
#description {
  opacity: 1 !important;
}

/* FOOTER */
#footer {
  background-color: #000;
  position: relative;
}
#footer > .container {
  background-color: #000 !important;
}
.footer-title {
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #ffffff;
}
.footer-title:after {
  position: absolute;
  content: "";
  left: 46px;
  bottom: -3px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #ffffff;
}

.footer-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 38px;
  background-color: #ffffff;
}

.footer-list {
  list-style: none;
}

.footer-list li {
  position: relative;
  margin-bottom: 15px;
}

.footer-list li a {
  position: relative;
  color: #ffffff !important;
  font-size: 15px;
  padding-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-list li a:before {
  position: absolute;
  content: "...";
  left: 0px;
  top: -26px;
  font-size: 32px;
  letter-spacing: 0;
}
#footer .site-name {
  display: none !important;
}

.custom-footer {
  padding-left: 0;
}

.logoFooter {
  opacity: 0.8;
  max-width: 90px;
}

#signature a {
  color: #fff;
  opacity: 0.7;
}

#footer .banner p a,
#footer .banner-wrapper p a {
  color: #ffffff;
  text-decoration: none;
}
#footer .banner p a:hover,
#footer .banner-wrapper p a:hover {
  color: #ffffff;
  text-decoration: none;
}

.Xfooter {
  position: relative;
  background-image: url("/uploads/_images/bg/bg-09.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto; /* nebo třeba 200px */
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 846px;
  height: 177px;
  background-image: url("/user/documents/uploads/_images/bg/bg-09.png");
  background-repeat: no-repeat;
  background-size: contain;

  z-index: 0;
  pointer-events: none;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;

  width: 516px;
  height: 99px;
  background-image: url("/user/documents/uploads/_images/bg/bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;

  z-index: 0;
  pointer-events: none;
}

#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .copyright {
  color: #ffffff;
}

#footer .copyright a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.6;
}

.custom-footer {
  border: 0;
}

/*KONTAKT*/
.contactBox {
  background-color: rgba(88, 89, 91, 0.1);
  padding: 1.9rem 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  height: 100%;
}

.contactBox p {
  margin-bottom: 0.2rem;
}

.contactBox a {
  text-decoration: none;
}

.contactBox img {
  width: 55px;
  height: auto;
  margin-bottom: 1rem;
}

.boxContent {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 1.3rem;
}

/*PRODUKT*/
.product .p-in {
  position: relative;
  padding: 18px;
  background: #ffffff;

  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.products-block.products .p .name {
  font-size: 19px !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.products > div {
  border: 0;
}

.products-block .image {
  margin-bottom: 0;
}

#products .products-block .ratings-wrapper {
  min-height: 0;
  padding-bottom: 10px;
}

.products-block .p-bottom > div {
  flex-wrap: nowrap;
}

/**/

#category-header,
.Xproducts-top-wrapper {
  display: none;
}

/*HEADER*/
#header {
  background-color: #faf4f3;
}

.navigation-in > ul > li > a {
  text-transform: uppercase;
}

.navigation-in ul li a b {
  font-weight: 600;
}

#navigation {
  border-radius: 4px;
}

.sidebar-inner h4 {
  position: relative;
}

/* KATEGORIE STRANKA*/
.subcategories.with-image li a {
  align-items: center;
  display: block;
  border-radius: 4px;
}

.subcategories.with-image li a .image {
  display: block;
  width: 100%;
}

.subcategories li a:before {
  content: none;
}

.subcategories.with-image li a .image img {
  max-height: 100%;
  width: 100%;
  height: auto;
}

.subcategories li a {
  height: auto;
  padding: 1rem;
}

.subcategories.with-image li a .text {
  margin-top: 0.5rem;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.subcategories {
  background: rgba(88, 89, 91, 0.1);
  border-radius: 4px;
  margin-bottom: 2rem;
}

.subcategories li a .text {
  max-height: 41px;
}

/*OTHER*/
.categories ul a {
  padding-left: 43px;
  font-size: 0.9rem;
}

.sidebar {
  background-color: rgba(88, 89, 91, 0.1);
}
.homepage-box {
  /* background-color: rgba(88, 89, 91, 0.1); */
  background-color: #ffffff;
  /* border-bottom-color: var(--colors-foregrounds-borders-secondary); */
  /* border-top-color: var(--colors-foregrounds-borders-secondary); */
  border: 0;
}
.welcome div,
.welcome h1 {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  text-align: center;
}

.homepage-box.welcome-wrapper {
  margin-bottom: 38px;
  margin-top: 0;
  padding: 38px 19px;
}

.in-index .content.narrow {
  padding: 0;
}

#content {
  padding-bottom: 1.5rem;
}

.welcome-wrapper h1 {
  position: relative;
  display: inline-block;
}

.welcome-wrapper .welcome {
  text-align: center;
}

.welcome-wrapper h1::before {
  top: calc(50% - 3px);
  left: -20px;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #a00;
  border-radius: 50%;
}
.welcome-wrapper h1::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: auto;
  right: -20px;
  width: 7px;
  height: 7px;
  background: #a00;
  border-radius: 50%;
}

.overall-wrapper {
  overflow: hidden;
}

main header h1,
.category-title {
  margin: 1rem 0;
}

.menu-helper:after,
.menu-trigger:after {
  background-color: #000;
}

.menu-helper > ul > li a {
  color: #000000;
}

.tooltipLabel {
  display: block;
  font-weight: 600;
}

p.lead strong {
  font-weight: 600;
}

@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
  .products-block .p-bottom > div {
    flex-wrap: wrap;
  }
  .products-block .p-bottom .prices {
    margin-bottom: 1rem;
  }
  .products-block .ratings-wrapper .availability {
    text-align: left;
  }
  .welcome-wrapper h1 {
    font-size: 1.6rem;
  }
  #footer .banner {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-footer ul li {
    padding-bottom: 0px;
  }
  .top-navigation-bar .site-name img {
    display: none;
  }

  .top-navigation-bar {
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 576px) {
  .columns-mobile-2 .products-block > div {
    width: 100%;
  }
}
