body, h1, h2, h3, h4, h5, h6 {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-style: normal;
  font-weight: 100;
}

.overall-wrapper {
    overflow-x: hidden;
}

/* ----------------- button sekce -------------- */

input.btn.btn-primary {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: #16a4ea;
       color: white;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
}

input.btn.btn-primary:hover {
    background-color: white;
    color: black;
}

a#continue-order-button {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: #16a4ea;
       color: white;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
}

a#continue-order-button:hover {
    background-color: white;
    color: black;
}

.cart-widget-button.is-free-shipping {
    text-align: center;
}

a.btn.btn-primary {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: #16a4ea;
       color: white;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
}

.news-item:hover a.btn.btn-primary {
    background-color: white;
    color: black;
}

.btn.btn-secondary {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: white;
       color: black;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
       border-color: white;
}

.btn.btn-secondary:hover {
    background-color: #16a4ea;
    color: white;
}

.next-prev .btn {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: #16a4ea;
       color: white;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
}

.next-prev .btn:hover {
    background-color: white;
    color: black;
}

@media (min-width: 768px) {
    .login-wrapper .password-helper a:first-child {
        min-width: 310px;
        font-size: 13px;
        min-height: 50px;
        padding: 16px 32px;
    }
}

.login-wrapper .password-helper a:first-child {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: white;
       color: black;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
       border-color: white;
}

.login-wrapper .password-helper a:first-child:hover {
    background-color: #16a4ea;
    color: white;
}

button.btn.btn-lg.btn-conversion.add-to-cart-button {
       display: inline-block;
   		 padding: 16px 32px;
       background-color: #16a4ea;
       color: white;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 13px;
       border-radius: 0px;
       transition: background-color 0.3s ease;
       letter-spacing: 0.8px;
}

button.btn.btn-lg.btn-conversion.add-to-cart-button:hover {
    background-color: #16a4ea;
    color: white;
}

/* ----------------- konec button sekce -------------- */

/* ----------------- produkt page sekce -------------- */
.social-buttons-wrapper {
		display:none;
}

@media (min-width: 480px) {
    .p-info-wrapper .quantity input {
        font-size: 20px;
    }
}

@media (min-width: 480px) {
    .p-info-wrapper .quantity .increase:before, .p-info-wrapper .quantity .decrease:before {
        font-size: 12px;
    }
}

/* ----------------- konec product page sekce -------------- */

.banner a, .banner-wrapper a, .banner-category a, .carousel-inner a {
  color: white;
}

body.is-loaded .banners-top-block .banner-wrapper {
  min-width: 105vw;
  text-align: left;
}

.banners-top-block .banner-wrapper a, 
.banners-top-block .banner-wrapper img,
.about-button {
    border-radius: 0px;
    width: auto;
}

.middle-banners-wrapper {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .banners-top-block {
        margin-bottom: 0px;
    }
}
/* ----------------- videa sekce -------------- */
.middle-banners-wrapper .banner-wrapper {
  border-radius: 0 !important;
  overflow: visible !important;
}

.video-gallery-section {
  background-color: #1a1a1a;
  padding: 80px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.carousel-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 !important;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carousel-container {
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .carousel-container {
    padding: 0 60px;
  }
}

.video-slide {
  max-width: 1400px;
  margin: 0 auto;
  flex-shrink: 0;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.carousel-indicators li.active {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  display: none;
}

@media (min-width: 768px) {
  .footer-banners .footer-banner {
    text-align: left;
    left: -30%;
  }
}

.main-top-banner__link:hover {
    background: white !important;
    color: black;
}

/* ----------------- footer sekce -------------- */
#footer.is-white {
    background-color: #161615;
}

#footer ul a {
    color: #ffffff;
}

#footer h4 {
    color: #ffffff;
}

#footer.is-white .footer-bottom-bg:before {
    background-color: #161615;
}

h4.accordion__trigger.js-accordion-trigger {
    display: none;
}

body.is-loaded .banner-wrapper {
    color: white;
}

#footer p {
    color: #ffffff;
}

@media (min-width: 768px) {
    .custom-footer {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 992px) {
    #footer.no-newsletter .site-name {
        margin-left: 19px;
    }
}

@media (min-width: 1200px) {
    .custom-footer>div {
        width: 33%;
    }
}

.custom-footer__banner3561.footer-item.accordion__item.js-accordion-item {
    padding-left: 70px;
}

#footer .site-name a {
    display: none;
}

.custom-footer {
    padding-top: 20px;
}
/* ----------------- header sekce -------------- */
.top-menu-trigger-visible .top-navigation-menu-trigger {
    display: none;
}

#header .site-name a img {
    max-width: none;
}

.navigation-buttons .top-nav-button-login span {
    display: none !important;
}

@media (min-width: 768px) {
    .header-top .btn.cart-count .cart-price {
        display: none !important;
    }
}

.header-top .btn.cart-count .cart-price {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .navigation-buttons>a:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .navigation-buttons .click-cart a:after {
        display: none;
    }
}

.top-navigation-bar .top-navigation-contacts a {
    padding: 0 !important;
}

