.btn {
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #291770;
  font-weight: 700;
  font-size: 18px;
  color: #291770;
}
.btn.btn-navbar {
  padding: 15px 24px;
  line-height: 1;
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .btn.btn-navbar {
    margin: 10px 15px;
  }
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #291770;
  color: white;
  border: 1px solid #291770;
}
.btn.btn-invert {
  background-color: #291770;
  border: 1px solid #291770;
  color: white;
}
.btn.btn-invert:hover, .btn.btn-invert:active, .btn.btn-invert:focus {
  background-color: transparent;
  color: #291770;
  border: 1px solid #291770;
}
.btn.btn-search {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 768px) {
  .btn.btn-search {
    border-radius: 4px;
  }
}
.btn.btn-small {
  line-height: 100%;
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 14px;
    font-size: 15px;
  }
}
.btn.btn-cart {
  padding: 10px;
  color: #291770;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .btn.btn-cart {
    padding: 8px 13px;
    margin-left: 0px;
  }
}
.btn.btn-cart .btn-cart-box {
  position: relative;
  bottom: -14px;
}
.btn.btn-cart:hover, .btn.btn-cart:active, .btn.btn-cart:focus {
  background-color: transparent;
  border: 1px solid transparent;
}
.btn.btn-cart:hover .cart-amount-btn-mobile, .btn.btn-cart:active .cart-amount-btn-mobile, .btn.btn-cart:focus .cart-amount-btn-mobile {
  color: black;
}
.btn.btn-promo {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .btn.btn-promo {
    margin-top: 15px;
  }
}
.btn.btn-promo {
  background-color: white;
  color: #291770;
}
.btn.btn-promo:hover, .btn.btn-promo:active, .btn.btn-promo:focus {
  background-color: #291770;
  color: white;
  border: 1px solid white;
}
.btn.btn-registration {
  border: 1px solid white;
  border-radius: 0 4px 4px 0;
  padding: 15px 30px;
  background-color: white;
  color: #291770;
  font-weight: 700;
  line-height: 100%;
  border-left: 2px solid #291770;
}
@media (max-width: 992px) {
  .btn.btn-registration.btn-registration-desktop {
    border-radius: 4px;
    border-left: 1px solid white;
  }
}
.btn.btn-registration:hover, .btn.btn-registration:active, .btn.btn-registration:focus {
  background-color: #291770;
  color: white;
  border: 1px solid white;
  border-left: 2px solid white;
}
.btn.btn-news {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background-color: #291770;
  border: 1px solid #291770;
  color: white;
}
.btn.btn-news:hover, .btn.btn-news:active, .btn.btn-news:focus {
  background-color: white;
  color: #291770;
}
.btn.btn-catalog-product {
  margin-top: 20px;
  padding: 12px 18px;
  color: white;
}
@media (max-width: 768px) {
  .btn.btn-catalog-product {
    margin-top: 10px;
  }
}
.btn.btn-add-to-cart {
  padding: 15px 24px;
}
@media (max-width: 768px) {
  .btn.btn-add-to-cart {
    padding: 12px 20px;
  }
}

.cart-icon-btn {
  padding-right: 8px;
  color: #291770;
}
.cart-icon-btn.cart-icon-btn-mobile {
  padding: 0;
}

.cart-amount-btn {
  background-color: #badfb2;
  z-index: -1;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
}
.cart-amount-btn.addedProduct {
  animation: glow linear 1s;
}
.cart-amount-btn.cart-amount-btn-mobile {
  position: relative;
  left: -5px;
  top: -15px;
  font-size: 15px;
}

@-webkit-keyframes glow {
  0% {
    background-color: #badfb2;
  }
  50% {
    background-color: #291770;
  }
  100% {
    background-color: #badfb2;
  }
}
.search-btn {
  font-size: 22px;
  background-color: transparent;
  border: 0;
  height: 100%;
}

.user-btn {
  font-size: 22px;
  background-color: transparent;
  border: 0;
  height: 100%;
}

.cart-btn {
  font-size: 22px;
}

@media (min-width: 1200px) {
  .btn-cart-mobile {
    display: none;
  }
}

.navbar-toggler {
  border: 1px solid #291770 !important;
  padding: 4px 9px;
}
.navbar-toggler .navbar-line {
  background-color: #291770;
  width: 100%;
  display: block;
  height: 1px;
  border-radius: 1px;
  margin-top: 7px;
}
.navbar-toggler .navbar-menu-text {
  margin-top: 5px;
  color: #291770;
  font-weight: bold;
  font-size: 12px;
}

.btn-currency {
  padding: 4px 12px;
  width: 100%;
  max-width: 115px;
}

.close-modal-custom {
  color: white;
  opacity: 1;
}

.login-errors-box {
  color: #ff0000;
  text-align: center;
}
.login-errors-box p {
  font-weight: 700;
}

#footer-section {
  background-image: url("../images/footer-background.png");
  padding: 60px 0;
}
@media (max-width: 992px) {
  #footer-section {
    padding: 30px 0;
  }
}
#footer-section ul {
  padding-left: 0;
  list-style-type: none;
}
#footer-section .footer-package {
  height: 55px;
}
#footer-section a {
  color: #333333;
}
#footer-section .ul-footer li {
  padding-bottom: 12px;
}
#footer-section .footer-logo {
  width: 194px;
}

.katalog-footer-p20 {
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .katalog-footer-p20 {
    padding-bottom: 10px;
  }
}

.form-control {
  border-radius: 4px;
}

.form-registration {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .form-registration {
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .form-group-registration {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .form-group-search {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
}

.input-search {
  border: 1px solid #DEDEDE;
  height: 100%;
  width: 580px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 768px) {
  .input-search {
    height: 50px !important;
    border-radius: 4px;
    padding: 12px;
  }
}

.input-registration {
  height: 100%;
  width: 336px;
  border: 0;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 992px) {
  .input-registration {
    width: 100%;
    border-radius: 4px;
    padding: 12px;
  }
}

.product-size-select {
  max-width: 250px;
}

.product-amount-input {
  max-width: 85px;
  padding-right: 0;
  border-right: 0;
  border-radius: 4px !important;
}

.product-amount-input-append {
  border-left: 0;
  background-color: white;
}

.w50px {
  width: 50px;
}

.pl-20 {
  padding-left: 20px;
}

.bg-full {
  position: relative;
}

.bg-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: #f0eff4;
}

.service-form-input-box {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .service-form-input-box {
    padding-bottom: 12px;
  }
}
.service-form-input-box .acceptance-gdpr {
  padding-right: 10px;
}

.service-form {
  padding: 56px 48px;
  max-width: 700px;
  background-color: #f0eff4;
  margin-right: auto;
  border-radius: 4px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .service-form {
    padding: 30px 20px;
  }
}

.form-gdpr-input {
  position: initial;
  margin: 0;
  align-self: center;
  margin-right: 10px;
}

.wpcf7-spinner {
  display: flex;
  margin: auto;
}

.wpcf7-form.sent .hide-after-submit {
  display: none !important;
}

.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.spinner-milpack {
  color: white;
}

#product-added-modal {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 1010;
}
@media (max-width: 1200px) {
  #product-added-modal {
    top: 74px;
  }
}
#product-added-modal .product-added-box {
  max-width: 700px;
  text-align: center;
  margin: auto;
  background-color: white;
  padding: 30px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#flush-message-modal {
  display: none;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 1010;
}
@media (max-width: 1200px) {
  #flush-message-modal {
    top: 74px;
  }
}
#flush-message-modal .flush-message-box {
  max-width: 700px;
  text-align: center;
  margin: auto;
  background-color: white;
  padding: 30px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.login-form-box {
  max-width: 600px;
  margin: auto;
}

.currency-box {
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}
@media (max-width: 576px) {
  .currency-box {
    justify-content: flex-start;
  }
}

.language-container {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.languages-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  gap: 10px;
  padding: 10px;
  background-color: white;
  border-width: 1px 1px 0px 1px;
  /* border-style: solid; */
  border-color: #291770;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px 5px 0px 0px;
  pointer-events: all;
}

.language-globe {
  font-size: 20px;
}

.language-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.mw-300 {
  max-width: 300px;
}

.mobile-menu-button {
  padding-right: 0px;
}
@media (max-width: 1200px) {
  .mobile-menu-button {
    padding-right: 20px;
  }
}

#head-navbar {
  height: 80px;
}

.container-header-image {
  padding-top: 137px;
  padding-bottom: 103px;
}
@media (max-width: 768px) {
  .container-header-image {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.header-image-box {
  max-width: 453px;
  background-color: #291770;
  border-radius: 4px;
  padding: 50px;
}
@media (max-width: 768px) {
  .header-image-box {
    max-width: 100%;
    padding: 35px;
  }
}

.navbar-header {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .navbar-header {
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .navbar-header .dropdown-menu {
    min-width: 100%;
    border: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .navbar-header .dropdown-menu .dropdown-item {
    font-size: 18px;
    font-weight: 700;
    color: #291770;
  }
  .navbar-header .dropdown-menu .dropdown-item:hover, .navbar-header .dropdown-menu .dropdown-item:active, .navbar-header .dropdown-menu .dropdown-item:focus {
    color: white;
    background-color: #291770 !important;
  }
}
.navbar-header .dropdown-item:hover, .navbar-header .dropdown-item:active, .navbar-header .dropdown-item:focus {
  background-color: #e9ecef !important;
}
@media (max-width: 1200px) {
  .navbar-header {
    padding: 10px 0;
  }
  .navbar-header .nav-item {
    background-color: white;
    flex-direction: column;
  }
  .navbar-header .navbar-brand {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .navbar-header .navbar-brand.navbar-brand-header {
    flex-grow: 1;
    margin: 0;
    padding-left: 20px;
  }
  .navbar-header .navbar-brand.navbar-brand-header img {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .navbar-header .dropdown-menu {
    margin: auto;
    background-color: white;
    font-size: 15px;
  }
  .navbar-header .dropdown-menu .dropdown-item {
    text-align: center;
    font-weight: 700;
    color: #291770;
  }
  .navbar-header .dropdown-menu .dropdown-item:hover, .navbar-header .dropdown-menu .dropdown-item:active, .navbar-header .dropdown-menu .dropdown-item:focus {
    color: #333333;
  }
}
@media (max-width: 1200px) {
  .navbar-header .nav-link {
    color: white;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .navbar-header .navbar-collapse {
    max-height: calc(100vh - 5em);
    overflow-y: auto;
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .navbar-header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-header .nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .navbar-header .nav-item.btn-item {
    display: none;
  }
}
.navbar-header .navbar-brand {
  margin-right: 18px;
}
.navbar-header .navbar-nav {
  justify-content: end;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  .navbar-header .navbar-nav {
    flex-flow: row wrap;
  }
}
.navbar-header .navbar-nav .nav-link {
  font-weight: 700;
  color: #291770;
}
.navbar-header .navbar-nav .nav-link:hover, .navbar-header .navbar-nav .nav-link:active, .navbar-header .navbar-nav .nav-link:focus {
  color: black;
}

.header-image {
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .header-image {
    background-image: url("../images/header-image-mobile.jpg");
  }
}

.btn-cart-box:hover i, .btn-cart-box:active i, .btn-cart-box:focus i {
  color: black;
}

.icon-flex {
  display: flex;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .icon-flex {
    display: none;
  }
}
.icon-flex .search-ico {
  padding: 0 5px;
}
.icon-flex .user-ico {
  padding: 0 10px;
}
.icon-flex .cart-ico {
  padding: 0 5px 0 0;
}

.icon-container-mobile {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 370px;
  margin: auto;
  margin-top: 10px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .icon-container-mobile {
    display: none;
  }
}

.nav-link-icon {
  width: 33.33333% !important;
  font-size: 22px;
}

.line-break {
  width: 100%;
}

.modal-header-custom {
  background-color: #291770;
}

#page-content {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  #page-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

#promo-products {
  margin-top: 20px;
  margin-bottom: 50px;
}
#promo-products .promo-box {
  position: relative;
}
@media (max-width: 992px) {
  #promo-products .promo-box {
    position: inherit;
    display: flex;
    flex-direction: column-reverse;
  }
}
#promo-products .promo-img-box {
  width: 570px;
  height: 520px;
}
@media (max-width: 1200px) {
  #promo-products .promo-img-box {
    width: 450px;
  }
}
@media (max-width: 992px) {
  #promo-products .promo-img-box {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  #promo-products .promo-img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #promo-products .promo-img-box {
    height: 250px;
  }
}
#promo-products .promo-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#promo-products .promo-info-box-abs {
  position: absolute;
  top: 120px;
  left: calc(100% - 650px);
}
@media (max-width: 992px) {
  #promo-products .promo-info-box-abs {
    position: initial;
  }
}
@media (max-width: 1200px) {
  #promo-products .promo-info-box-abs {
    left: calc(100% - 600px);
  }
}
#promo-products .promo-info-box {
  padding: 40px 20px 63px 40px;
  background-color: #291770;
  color: white;
  width: 650px;
  box-shadow: 4px 4px 8px rgba(38, 31, 65, 0.36);
  border-radius: 4px;
}
@media (max-width: 1200px) {
  #promo-products .promo-info-box {
    width: 600px;
  }
}
@media (max-width: 992px) {
  #promo-products .promo-info-box {
    width: 100%;
    padding: 20px 10px 30px 25px;
  }
}
#promo-products .promo-img {
  border-radius: 4px;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.25));
}

.homepage-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f0eff4;
}

.hp-header-section {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hp-header-section {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .hp-header-section {
    margin-bottom: 0px;
  }
}

.item-box {
  background-color: white;
  border-radius: 4px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .item-box {
    margin-top: 15px;
  }
}
.item-box a:hover, .item-box a:active, .item-box a:focus {
  text-decoration: none;
}
.item-box:hover img {
  transform: scale(1.2);
}
.item-box:hover .h2-item {
  text-decoration: underline;
}

.item-image-box {
  height: 220px;
  overflow: hidden;
}
.item-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.item-text-box {
  padding: 12px 15px 24px 15px;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 768px) {
  .item-text-box {
    font-size: 14px;
  }
}

.item-text-box-second {
  padding: 12px 15px;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 768px) {
  .item-text-box-second {
    font-size: 14px;
  }
}

#package-with-image {
  padding: 175px 0;
  background-image: url("../images/sacky-s-potiskem-fullhd.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  #package-with-image {
    background-size: cover;
    padding: 80px 0;
  }
}

.package-jumbo-promo {
  text-align: center;
}

.jumbo-info-box {
  color: white;
  width: 770px;
  margin: auto;
  padding: 50px;
  background-color: #291770;
  border-radius: 4px;
  max-width: 100%;
}
.jumbo-info-box.jumbo-registration {
  width: 970px;
  padding: 60px 125px;
}
@media (max-width: 992px) {
  .jumbo-info-box.jumbo-registration {
    padding: 30px 60px;
  }
}
@media (max-width: 576px) {
  .jumbo-info-box.jumbo-registration {
    padding: 20px 30px;
  }
}
@media (max-width: 992px) {
  .jumbo-info-box {
    width: 100%;
    padding: 35px 35px;
  }
}

#registration-section {
  background: linear-gradient(to bottom, #f0eff4 50%, white 0%);
}
#registration-section .registration-text {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  #registration-section .registration-text {
    padding-bottom: 25px;
  }
}

#news-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  #news-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.news-box {
  padding: 15px 30px;
}
@media (max-width: 992px) {
  .news-box {
    padding: 15px 0px;
  }
}

.news-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .news-date {
    padding-bottom: 15px;
  }
}

.news-text {
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 30px;
}

.news-image {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .news-image {
    max-height: 300px;
  }
}

.news-item {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .news-item {
    padding-bottom: 40px;
  }
}

.bg-default {
  background-color: #f0eff4;
}

.page-katalog {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-katalog .categories-box {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .page-katalog .categories-box {
    padding: 20px 0;
  }
}
.page-katalog .categories-box .categories-bar {
  display: flex;
}
@media (max-width: 768px) {
  .page-katalog .categories-box .categories-bar {
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .page-katalog .categories-box .categories-bar {
    display: flex;
    flex-direction: column;
  }
}
.page-katalog .categories-box .categories-bar .category-item {
  background-color: #F4F4F4;
  color: #666666;
  padding: 15px 18px;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  flex-grow: 1;
  text-align: center;
  border: 0;
}
@media (max-width: 768px) {
  .page-katalog .categories-box .categories-bar .category-item {
    font-size: 15px;
  }
}
.page-katalog .categories-box .categories-bar .category-item.active {
  background-color: #291770;
  color: white;
}
.page-katalog .categories-box .categories-bar .category-item:first-child {
  border-radius: 4px 0 0 4px;
}
.page-katalog .categories-box .categories-bar .category-item:last-child {
  border-radius: 0 4px 4px 0;
}
.page-katalog .categories-box .categories-bar .category-item:hover, .page-katalog .categories-box .categories-bar .category-item:active, .page-katalog .categories-box .categories-bar .category-item:focus {
  background-color: #291770;
  color: white;
}
.page-katalog .categories-box .sub-categories-bar {
  display: flex;
  padding-top: 50px;
  justify-content: center;
}
.page-katalog .categories-box .sub-categories-bar .category-item {
  flex-grow: 0;
}
@media (max-width: 992px) {
  .page-katalog .categories-box .sub-categories-bar {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .page-katalog .categories-box .sub-categories-bar {
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .page-katalog .categories-box .sub-categories-bar {
    display: flex;
    flex-direction: column;
  }
}
.page-katalog .catalog-all-products {
  padding-bottom: 95px;
}
@media (max-width: 992px) {
  .page-katalog .catalog-all-products {
    padding-bottom: 45px;
  }
}
.page-katalog .catalog-product {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .page-katalog .catalog-product {
    margin-bottom: 15px;
  }
}
.page-katalog .catalog-product:hover .catalog-product-image {
  transform: scale(1.2);
}
.page-katalog .catalog-product-text-box {
  padding: 10px 15px 15px 15px;
  text-align: center;
}
.page-katalog .catalog-product-image-box {
  width: 100%;
  height: 221px;
  overflow: hidden;
}
.page-katalog .catalog-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.page-katalog .catalog-product-text {
  font-size: 13px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .page-katalog .catalog-product-text {
    margin-bottom: 6px;
  }
}
.page-katalog .catalog-promo-stamp {
  display: none;
  position: absolute;
  right: 0;
  top: -15px;
}
@media (max-width: 992px) {
  .page-katalog .catalog-promo-stamp {
    position: absolute;
    right: 0px;
    top: -20px;
  }
}
.page-katalog .catalog-promo-stamp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: white;
}

.product-main-image {
  height: 500px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-main-image {
    margin-bottom: 15px;
    height: 300px;
  }
}
.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.product-main-image .promo-stamp {
  display: none;
  position: absolute;
  right: calc(0% - 15px);
  top: -15px;
}
@media (max-width: 992px) {
  .product-main-image .promo-stamp {
    position: absolute;
    right: 30px;
    top: 15px;
  }
}
.product-main-image .promo-stamp-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: white;
}

.product-detail-box {
  padding-left: 70px;
}
@media (max-width: 992px) {
  .product-detail-box {
    padding-left: 0;
  }
}

.product-thumbnail {
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.product-detail-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .product-detail-text {
    margin-bottom: 16px;
  }
}

.product-size {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .product-size {
    margin-bottom: 16px;
  }
}

.product-amount {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .product-amount {
    margin-bottom: 32px;
  }
}

.add-to-cart {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .add-to-cart {
    margin-bottom: 32px;
  }
}

#product-info-anchor {
  position: relative;
  top: -80px;
}
@media (max-width: 1200px) {
  #product-info-anchor {
    top: -74px;
  }
}

.product-detail-main {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .product-detail-main {
    padding-bottom: 40px;
  }
}

.product-info {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .product-info {
    padding-bottom: 40px;
  }
}

#product-info-tabs {
  border: 0;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #product-info-tabs {
    padding-bottom: 20px;
  }
}
#product-info-tabs.user-info-tabs {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #product-info-tabs.user-info-tabs {
    padding-bottom: 10px;
  }
}
#product-info-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid #291770;
  background-color: #291770;
  color: white;
  border-radius: 0;
}
#product-info-tabs .nav-link.active {
  border: 0;
  background-color: white;
  border-bottom: 3px solid #291770;
  color: #291770;
}
#product-info-tabs .nav-link:hover, #product-info-tabs .nav-link:active, #product-info-tabs .nav-link:focus {
  background-color: white;
  color: #291770;
}
#product-info-tabs .nav-item:last-child .nav-link {
  border-radius: 0 4px 0 0;
}
#product-info-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0;
}

.tab-pane ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}
.tab-pane ul li {
  width: 50%;
}
@media (max-width: 576px) {
  .tab-pane ul li {
    width: 100%;
  }
}
.tab-pane .li-ke-stazeni {
  width: 100%;
}

.product-price-table-box {
  font-size: 16px;
}
@media (max-width: 768px) {
  .product-price-table-box {
    font-size: 13px;
  }
}
.product-price-table-box .table-head {
  display: flex;
}
.product-price-table-box .table-head .table-item:first-child {
  border-radius: 4px 0 0 0;
}
.product-price-table-box .table-head .table-item:last-child {
  border-radius: 0 4px 0 0;
}
.product-price-table-box .table-body {
  display: flex;
}
.product-price-table-box .table-body .table-item:first-child {
  border-radius: 0 0 0 4px;
}
.product-price-table-box .table-body .table-item:last-child {
  border-radius: 0 0 4px 0;
}
.product-price-table-box .table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #DEDEDE;
  text-align: center;
  flex-basis: 0;
}
.product-price-table-box .table-product-amount {
  background-color: #291770;
  color: white;
  font-weight: 700;
}
.product-price-table-box .table-product-price.active {
  background-color: #291770;
  color: white;
  font-weight: 700;
}

.cart-steps {
  display: flex;
  max-width: 970px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  align-self: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #291770;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cart-steps {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cart-steps {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cart-steps {
    display: block;
  }
}
.cart-steps .search-step {
  cursor: pointer;
}
.cart-steps .cart-step {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  padding: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-steps .cart-step {
    padding: 10px;
  }
}
.cart-steps .cart-step:first-child {
  border-radius: 4px 0 0 4px;
}
@media (max-width: 576px) {
  .cart-steps .cart-step:first-child {
    border-radius: 4px 4px 0 0;
  }
}
.cart-steps .cart-step:last-child {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 576px) {
  .cart-steps .cart-step:last-child {
    border-radius: 0 0 4px 4px;
  }
}
.cart-steps .cart-step.active {
  background-color: #291770;
  color: white;
}

.product-cart-title-box {
  padding: 0 10px 10px;
}

.flex-one {
  flex: 1;
}

.product-cart-title-1 {
  flex: 1;
}

.product-cart-title-2 {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.cart-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
}
.cart-product .cart-product-row .cart-product-name {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cart-product .cart-product-row {
    flex-basis: 100% !important;
    width: 0;
  }
  .cart-product .cart-product-row .cart-product-name {
    text-align: center;
    padding-left: 0px;
  }
}
.cart-product .cart-product-row.cart-product-row-2 {
  flex: 1;
}
@media (max-width: 992px) {
  .cart-product .cart-product-row.cart-product-row-2 {
    flex-wrap: wrap;
  }
}
.cart-product .cart-product-image {
  height: 100px;
  width: 100px;
}
@media (max-width: 768px) {
  .cart-product .cart-product-image {
    height: 70px;
    width: 70px;
  }
}
.cart-product .cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cart-product .cart-product-amount {
    padding-bottom: 15px;
  }
  .cart-product .cart-product-amount .cart-product-amount-text {
    display: flex;
    flex: 1;
    align-self: center;
  }
  .cart-product .cart-product-amount .cart-product-amount-input {
    justify-content: right;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cart-product .cart-product-amount .cart-product-amount-input .product-amount-input {
    font-size: 15px;
  }
  .cart-product .cart-product-amount .cart-product-amount-input .product-amount-input-append {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .cart-product .cart-product-price {
    padding-bottom: 5px;
  }
}
.cart-product .cart-product-name {
  flex: 1;
}
.cart-product .cart-product-row {
  flex: 1;
  display: flex;
  align-items: center;
}
.cart-product .cart-product-flex-1 {
  flex: 1;
}
@media (max-width: 992px) {
  .cart-product .cart-product-row-2 > div {
    display: flex;
    justify-content: space-between;
    flex-basis: 100% !important;
    width: 0;
  }
}

.cart-product-remove-btn {
  border: 0;
  background-color: transparent;
}
.cart-product-remove-btn i {
  font-size: 21px;
  color: #f90000;
  vertical-align: middle;
}

.product-cart-sum-amount-box {
  display: block;
  padding: 10px;
}
.product-cart-sum-amount-box .product-cart-sum-amount {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: right;
}
.product-cart-sum-amount-box .product-cart-sum-amount-vat {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
}

.cart-product-price-amount-vat {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

.btn-cart-next-step {
  padding-top: 10px;
}

.product-min-boxes {
  position: sticky;
  top: 100px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding-bottom: 20px;
}
.product-min-boxes .product-min-box {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
  align-items: center;
  font-size: 16px;
}
.product-min-boxes .cart-product-image-min {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.product-min-boxes .cart-product-image-min img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-min-boxes .product-price-min {
  font-weight: 600;
}
.product-min-boxes .product-price-min-vat {
  font-weight: 100;
  font-size: 13px;
}
.product-min-boxes .product-price-min-sum-box {
  margin: 10px 0 15px;
  padding: 0 10px;
}
.product-min-boxes .product-price-min-sum-vat {
  justify-content: space-between;
  font-size: 13px;
  font-weight: 100;
}
.product-min-boxes .product-price-min-sum {
  justify-content: space-between;
  font-size: 21px;
  font-weight: 600;
}
.product-min-boxes .gdp-agreement {
  padding: 15px 10px 10px;
  font-size: 16px;
}
.product-min-boxes .gdp-agreement input {
  width: 20px;
  height: 20px;
}
.product-min-boxes .gdp-agreement label {
  padding-left: 10px;
}

.cart-2-input {
  padding-bottom: 20px;
}

.high-image-box {
  height: 100%;
  position: absolute;
  width: 100%;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .high-image-box {
    position: relative;
    max-width: 300px;
    margin: auto;
    padding-top: 20px;
  }
}
.high-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.high-box {
  padding: 90px 15px 90px 0px;
}
.high-box.high-box-left {
  padding: 90px 0px 90px 15px;
}
@media (max-width: 768px) {
  .high-box {
    text-align: center;
    padding: 30px 0 20px !important;
  }
}

.high-box-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .high-box-text {
    margin-bottom: 25px;
  }
}

.pr-20 {
  padding-right: 20px;
}

.gap-10 {
  gap: 10px;
}

.err-404 {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .err-404 {
    padding: 30px 0;
  }
}

.registration-button-box {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.registration-button-box div:first-child {
  margin-right: 10px;
}
.registration-button-box div:last-child {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .registration-button-box {
    display: block;
  }
  .registration-button-box div {
    margin: 0 0 10px 0 !important;
  }
  .registration-button-box div a {
    width: 100%;
    max-width: 400px;
  }
}

#language-picker {
  display: none;
}

.h-80 {
  height: 80px;
}

h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #291770;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
h1.h1-page-title {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  h1.h1-page-title {
    padding-bottom: 25px;
  }
}
h1.h1-page-katalog {
  padding-top: 50px;
}
@media (max-width: 768px) {
  h1.h1-page-katalog {
    padding-top: 25px;
  }
}
h1.h1-single-title {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  h1.h1-single-title {
    padding-bottom: 15px;
  }
}

h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #291770;
}
@media (max-width: 992px) {
  h2 {
    font-size: 34px;
  }
}
h2.h2-promo {
  margin-bottom: 30px;
  color: white;
}
@media (max-width: 768px) {
  h2.h2-promo {
    margin-bottom: 15px;
  }
}
h2.h2-homepage-section {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2.h2-homepage-section {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
h2.h2-registration {
  font-size: 44px;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 768px) {
  h2.h2-registration {
    margin-bottom: 15px;
    font-size: 32px;
    margin-bottom: 20px;
  }
}
h2.h2-news {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h2.h2-news {
    margin-bottom: 25px;
  }
}
h2.h2-product-detail {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h2.h2-product-detail {
    margin-bottom: 16px;
  }
}
h2.h2-high {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h2.h2-high {
    margin-bottom: 25px;
  }
}
h2.h2-page-title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  h2.h2-page-title {
    margin-bottom: 25px;
  }
}
h2.h2-header-image {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h2.h2-header-image {
    font-size: 24px;
  }
}

h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #291770;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 120%;
  }
}
h3.h3-news {
  padding-bottom: 12px;
}
h3.h3-product {
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  h3.h3-product {
    padding-bottom: 8px;
  }
}
h3.h3-product-price {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3.h3-product-price {
    margin-bottom: 14px;
  }
}
h3.h3-product-tab {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h3.h3-product-tab {
    margin-bottom: 20px;
  }
}
h3.h3-product-added {
  margin-bottom: 0;
}
h3.h3-jumbo-info {
  color: white;
}

h4 {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #291770;
}
h4.h4-item {
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
@media (max-width: 576px) {
  h4.h4-item {
    height: fit-content;
  }
}
h4.h4-item-second {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
@media (max-width: 576px) {
  h4.h4-item-second {
    height: fit-content;
  }
}
h4.h4-footer {
  color: #333333;
}

h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
}
h5.h5-modal {
  color: white;
}

h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

.page > p {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page > p {
    font-size: 15px;
  }
}

.promo-text {
  padding-bottom: 20px;
}

a {
  color: #291770;
}
a:hover, a:active, a:focus {
  color: #1d1154;
}

.a-promo {
  text-decoration: none;
  color: white;
}
.a-promo:hover, .a-promo:active, .a-promo:focus {
  text-decoration: none;
  color: white;
}

.a-product-katalog {
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .a-product-katalog {
    min-height: 48px;
    max-height: 48px;
  }
}

hr .hr-footer {
  margin: 30px 0;
}
@media (max-width: 992px) {
  hr .hr-footer {
    margin: 15px 0;
  }
}

.owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background-color: transparent !important;
  border: 1px solid #291770 !important;
}

.owl-dot.active span {
  background-color: #291770 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
  }
}

@font-face {
  font-family: Archivo;
  src: url("../fonts/Archivo/Archivo-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Archivo;
  src: url("../fonts/Archivo/Archivo-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Archivo;
  src: url("../fonts/Archivo/Archivo-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
body {
  font-family: "Archivo";
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  /*
  overflow:auto;
  overflow:initial;
  */
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

html {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*# sourceMappingURL=style-default.css.map */
