/*
  ORAMAT - hlavicka administracie
  Centralny CSS subor pre vlastne CSS linky a povodne inline <style> upravy.

  Shoptet link do hlavicky:
  <link rel="stylesheet" href="/user/documents/upload/oramat-hlavicka.css?v=1">
*/

@import url("/user/documents/upload/dmartini/oramat.sk.min.css?50");
@import url("/user/documents/jakubtursky/oramat-style.css?v=39");
@import url("/user/documents/MichalDzubek/variantyproduktovrukavice.css?=v1109202510");
@import url("/user/documents/MichalDzubek/fix-kosik-popup.css?=v4");
@import url("/user/documents/upload/webotvurci/wt_style.css?v=1.0");
@import url("/user/documents/upload/oramat-pobo-upravy.css?v=1");

:root {
  --color-detail-product-arrows-BG: rgba(0, 0, 0, 0.25);
  --color-detail-product-arrows-BG-hover: rgba(255, 43, 35, 0.6);
  --color-detail-product-arrows-icon: #ffffff;
  --color-detail-product-arrows-icon-hover: #ffffff;
  --detail-product-arrows-border-radius: 0%;
  --banner-rating-border-radius: 20px;
}

.banner-contact-addon .banner-contact.is-centered {
  border-radius: 20px;
}

@media (min-width: 1201px) and (max-width: 1441px) {

  body.multiple-columns-body.type-detail .p-info-grid .detail-grid-item,
  body.multiple-columns-body.type-detail .p-gift-group,
  body.multiple-columns-body.type-detail {
    width: inherit;
  }
}

body.type-product .p-info-wrapper .fvstudio-discount-wrapper .fvstudio-discount-product {
  color: #000000;
}

body.type-product .p-info-wrapper .fvstudio-discount-wrapper .fvstudio-discount-product .fvstudio-discount-product-desc .fvstudio-discount-product-price .fvstudio-discount-text em {
  font-size: x-large;
}

.template-11.in-index #dklabBanplusIkony {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  background-color: transparent;
}

.category-header input[type="radio"]:checked+label {
  background-color: var(--color-primary);
}

.benefitBanner__picture {
  height: 50px;
}

.benefitBanner__picture img {
  max-width: 55px;
  max-height: 50px;
  mix-blend-mode: multiply;
}

.in-index .position--benefitHomepage {
  margin-top: 0;
  margin-bottom: 30px;
}

body.mobile .back-to-top {
  right: 5px;
  bottom: 5px;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p+p {
  margin-top: 20px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

.products-block.products .p .name {
  display: block;
}

@media (min-width: 768px) {
  .navigation-in ul li a {
    padding-right: 22px;
    padding-left: 22px;
  }

  .top-navigation-bar .container>div.top-navigation-contacts {
    height: 35px;
  }

  .welcome h1 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .welcome p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
  }

  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }

  body .hodnoceni::before {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: center;
  }

  .products-block.products .p .name {
    font-size: 18px;
  }

  .navigation-buttons a[data-target="cart"]:hover {
    color: #ffffff;
  }

  .header-top .btn.cart-count:hover .cart-price {
    color: #ffffff;
  }

  .navigation-buttons .click-cart a::after {
    display: none;
  }

  .click-cart {
    background: var(--color-primary);
    border-radius: 8px;
  }

  .click-cart:hover {
    background: var(--color-primary-hover);
  }

  #header .cart-count {
    border-radius: 7px 7px 0 0;
  }

  .navigation-buttons a[data-target="cart"] {
    color: #ffffff;
  }

  .header-top .btn.cart-count::before {
    color: #ffffff !important;
    font-size: 26px;
  }

  .navigation-buttons {
    right: 0;
  }

  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }

  .cart-window-visible #header .cart-count {
    background-color: transparent;
    border-radius: 7px 7px 0 0;
  }

  .cart-window-visible .btn.cart-count .cart-price {
    color: #ffffff;
  }

  .popup-widget {
    margin-left: -6px;
  }

  .products-block:not(.products-additional) .p .image img {
    position: relative;
    width: calc(100% + 60px);
    max-width: none;
    margin-top: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  .welcome {
    padding: 40px;
  }

  .header-top {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .popup-widget.login-widget,
  .popup-widget.cart-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.login-widget,
  .admin-logged .popup-widget.cart-widget {
    top: 155px;
  }

  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

@media (max-width: 767px) {
  .dkLabFavHeaderIconBtn em {
    top: -5px;
    right: -10px;
  }

  .search input[type="search"].form-control {
    font-size: 16px;
  }

  body.template-11 .dkLabFavHeaderIconBtn::before {
    margin-right: 0;
  }

  body.template-11 #dkLabFavHeaderWrapper {
    position: static !important;
  }

  .top-navigation-bar {
    background-color: #ffffff;
  }

  .products-inline.products-top>div:nth-child(n + 3),
  .products-inline.products-top>div.button-wrapper {
    display: none;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

.products-block:not(.products-additional) .p .image img {
  position: relative;
  width: calc(100% + 32px);
  max-width: none;
  margin-top: -16px;
  margin-left: -16px;
}

@media (max-width: 480px) {
  .subcategories.with-image li a .text {
    display: block;
    overflow: visible;
    text-overflow: inherit;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .mobile.multiple-columns-body .products-block>div,
  .one-column-body .products-block>div {
    width: 100%;
  }
}