#wrapper {
  min-height: calc(110vh - 400px);
}

.multiprice_container {
  display: none !important;
}
.all-product-link {
  display: none !important;
}

.atc_qty {
  width: 50px;
  border: 1px solid #cecece;
  background: #fff;
  text-align: center;
  position: relative;
  padding: none;
}

.product-description {
  min-height: 130px;
}

#products .thumbnail-container {
  min-height: 368px;
}

.atc_spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
  bottom: 9.525rem;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  bottom: 5rem;
}

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

.add-to-cart-wrapper-product {
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5px;
  height: 38px;
}

.add-to-cart-wrapper-product .add-to-cart {
  border-radius: 20px;
}
.add-to-cart-wrapper-product .add-to-cart i {
  margin: 0;
}

.page-index .product,
.page-search .product {
  width: 20%;
  min-width: 50px;
}

.products-section-title {
  color: var(--bs-gray-800);
  padding: 0 0 10px 0;
  border-bottom: 2px solid #d5d5d5;
  text-align: left !important;
}

#wrapper {
  background: #ffffff;
}

.banner .img-fluid {
  width: 1400px;
}

.footer-container {
  background: rgb(20, 20, 20);
}

.block-contact .navbar-toggler .material-icons,
.footer-container .navbar-toggler,
.footer-container .links .h3,
.footer-container .links .h4,
.footer-container #block_myaccount_infos .myaccount-title a,
.footer-container #contact-infos,
.footer-container li a {
  color: #f2f2f2;
}

@media (max-width: 767px) {
  .footer-container .links ul > li a {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
  }
  .footer-container .links ul {
    margin-bottom: 0;
    background-color: rgb(20, 20, 20);
  }
  .footer-container .links ul > li {
    border-bottom: none;
  }
  .footer-container {
    padding-top: 0.5rem;
  }
  .links .title {
    border-bottom: none;
  }
  .footer-container .links ul > li {
    padding: 0.325rem 0.625rem;
  }
  #_desktop_logo {
    float: left;
    width: 24%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    float: left;
    width: 24%;
  }
}

#custom-text {
  text-align: left;
}

#custom-text {
  padding: 0;
}
.carousel .carousel-inner {
  max-height: 590px;
  height: fit-content;
}
#header {
  box-shadow: none;
}

#header .header-nav {
  border: none;
}

#search_widget form i {
  height: 100%;
  width: fit-content;
  display: grid;
  place-items: center;
}

#header .header-nav .user-info {
  margin: 0.625rem;
  margin-top: 0.9375rem;
}

.blockcart.cart-preview {
  border-radius: 5px;
}

.product-miniature .variant-links {
  top: 25px;
}

.product-miniature .highlighted-informations {
  background: none;
}

/* TABELA OPIS */
#product table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

#product table td {
  padding: 10px;
  border: 1px solid #ddd;
  width: 50%;
}

#product table tr td:nth-child(1) {
  color: #666;
  font-weight: bold;
}

#product table tr td:nth-child(2) {
  color: #0099ff;
}

#product .tab-content div {
  width: 100%;
}

.add-to-cart-wrapper-product .atc_div {
  display: flex;
}

.qty_inc,
.qty_dec {
  border: 1px solid #cecece;
  height: 100%;
  display: grid;
  place-items: center;
  cursor: pointer;
  width: 28px;
}

.qty_inc {
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.qty_dec {
  border-right: none;
  border-radius: 20px 0 0 20px;
}

.qty_inc svg,
.qty_dec svg {
  fill: #7a7a7a;
}

@media screen and (max-width: 490px) {
  .js-product {
    max-width: 40% !important;
  }
}

.variant-qty,
.out-of-stock-qty {
  display: none !important;
}

.variant-product,
.out-of-stock {
  flex-grow: 1;
}

.out-of-stock {
  background: transparent;
  color: #e50046;
  border-color: #e50046;
}

.product-flag {
  font-size: 12px !important;
  padding: 0px !important;
  border-radius: 5px;
  display: grid;
  place-items: center;
  padding: 0 5px !important;
  min-width: 2rem;
  min-height: 1.2rem !important;
}

.add-to-cart span {
  font-size: 15px;
}

.add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1200px) {
  .add-to-cart span {
    font-size: 13px;
  }
}

.products .wishlist-button-add {
  display: none;
}
.wishlist-products-list{
   padding-left: 0 !important;
   gap: 1rem; !important;
}


.product-flags {
  gap: 5px;
  flex-direction: row;
}

.tab-content ul {
  list-style-type: disc;
  padding-left: 15px;
}

.product-miniature .product-title {
  height: 35px;
}

@media screen and (max-width: 1200px) {
  /*   .mobile-logo-custom {
    display: flex;
    overflow: hidden;
    min-height: -54px;
    width: calc(220px / 3.5);
  }

  .mobile-logo-custom img {
    min-width: 220px;
  } */

  #_desktop_contact_link {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #header .top-logo img {
    width: auto;
    max-height: 20rem;
  }
  .product-miniature .product-title {
    height: 52px;
  }

  .products {
    padding: 0 1px;
  }

  .add-to-cart.out-of-stock i {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .add-to-cart.out-of-stock {
    font-size: 14px;
    gap: 0px;
  }
}

.header-top-right {
  display: flex;
  justify-content: flex-end;
}

.logo-row {
  min-width: 100%;
  display: flex;
  /*   border:1px solid red; */
  position: relative;
}

.logo-row .mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: calc(40% - 2px);
  transform: translateY(-50%);
}

.logo-row .logo {
  max-width: 300px !important;
  transition: all 0.2s;
}

#header .header-nav {
  max-height: 500px;
}

#my-search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  cursor: pointer;
  /*! border: 1px solid red; */
  padding: 5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

@media screen and (min-width: 992px) {
  #my-search-button {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #search_widget {
    position: fixed;
    top: calc(0px - 65px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }

  .logo-row .logo {
    width: 220px;
    margin-left: 15px;
    margin-bottom: 5px;
  }

  #header .header-top {
    padding: 1rem 0 0;
  }
}

@media screen and (max-width: 430px) {
  .logo-row .logo {
    width: 180px;
  }
}

.header-top {
  border-bottom: 1px solid #e5e5e5;
}

.toggled {
  top: 0px !important;
}

@media screen and (max-width: 1200px) {
  #search_widget {
    transition: all 0.3s;
    width: 100%;
    display: flex;
    justify-content: center;
    background: white;
  }

  #search_widget {
    width: 100%;
  }

  #header .header-nav .blockcart {
    margin-left: 0rem;
  }
}

.sticky {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  padding: 5px 0 !important;
}

.sticky .logo {
  max-width: 200px !important;
}

#search_widget {
  margin-bottom: 0rem;
}
.clear-btn {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
  border: inherit;
  border-radius: 5px;
}

.clear-btn svg {
  fill: #7a7a7a;
}

.burger-icon,
.burger-icon::before,
.burger-icon::after {
  background: #7a7a7a !important;
}

@media (max-width: 991px) {
  .featured-products .products {
    gap: 10px;
    justify-content: flex-start;
  }
  .qty_inc,
  .qty_dec {
    width: 22px;
  }

  .qty_inc svg,
  .qty_dec svg {
    width: 14px;
  }
  .featured-products .js-product.product,
  .page-search .js-product.product {
    min-width: 48%;
  }

  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .featured-products .js-product.product,
  .page-search .js-product.product {
    min-width: 25%;
  }
}

@media screen and (max-width: 993px) {
  .featured-products .js-product.product,
  .page-search .js-product.product {
    min-width: 32%;
  }
}

@media screen and (max-width: 769px) {
  .featured-products .js-product.product,
  .page-search .js-product.product {
    min-width: 48%;
  }
}

#product #qty_form {
  display: flex;
  width: fit-content;
  height: fit-content;
}

#product .atc_qty,
#product #qty_form .qty_buttons {
  height: 40px !important;
}

#product .form-control-select {
  width: 100%;
  border-radius: 20px;
}

#product .add-to-cart {
  height: 40px;
  border-radius: 20px;
}

#product .wishlist-button-add {
  margin-left: 10px !important;
  box-shadow: none !important;
  border: 1px solid #cecece !important;
}

#product .my-add-to-cart {
  display: flex;
  gap: 10px;
  height: fit-content;
}

#product .product-add-to-cart .control-label {
  display: none;
}

#product .product-variants-item .control-label {
  font-weight: 700;
}

#product .current-price-value {
  font-size: 20px;
}

#product .my-add-to-cart {
  width: 100%;
  flex-wrap: wrap;
}

#product .product-information .product-description {
  height: fit-content;
  min-height: 10px;
}

.nav-tabs .nav-link {
  padding: 5px !important;
}

.details-my {
  display: flex;
  width: 100%;
}

.blockreassurance_product .block-title {
  color: rgb(229, 0, 70) !important;
  font-weight: 700;
}

.carousel .carousel-item figure {
  width: 100%;
}

@media (max-width: 991px) {
  .carousel {
    background-color: #fff;
    margin-bottom: 0px;
  }
}

.variant-product {
  border-radius: 20px;
  color: #ffffff;
  background-color: #e50046;
  border-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 440px) {
  .variant-product i {
    display: none;
  }
}

#subcategories {
  display: none !important;
}

.block-category {
  height: fit-content !important;
  min-height: 1px !important;
}

.form-fields .form-group.row:has([for="field-company"]),
.form-fields .form-group.row:has([for="field-vat_number"]),
.form-fields .form-group.row:has([for="field-address2"]),
.form-fields .form-group.row:has([for="field-alias"]) {
  display: none !important;
}

#footer,
#checkout {
  padding: 0px !important;
}

#checkout #_mobile_logo {
  margin: 5px 0 0 5px;
}

.media-body .product-name a,
.js-show-details:hover {
  color: #e50046 !important;
}

.product-line-actions .qty {
  display: flex;
  align-items: center;
  gap: 4px;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  border-radius: 20px;
}

#cart .js-cart-detailed-actions .btn {
  border-radius: 10px;
}

.order .row .col-xs-2.text-xs-right {
  display: flex;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option:nth-child(1) {
  border-radius: 10px 10px 0 0;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option:nth-last-child(-n + 3) {
  border-radius: 0 0 10px 10px;
}

.js-search-input {
  height: 100%;
}
#new-products .js-product,
#search .js-product,
#category .js-product {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  #new-products .js-product,
  #search .js-product,
  #category .js-product {
    width: 33.333%;
  }
}

@media screen and (max-width: 994px) {
  #new-products .js-product,
  #search .js-product,
  #category .js-product {
    width: 50%;
  }
}
@media screen and (max-width: 396px) {
  #new-products .js-product,
  #search .js-product,
  #category .js-product {
    width: 100% !important;
    min-width: 200px !important;
  }
}

.product-miniature .thumbnail-container .product-thumbnail img {
  user-select: none !important;
}

.js-thumb.selected {
  border: 2px solid #cc0033;
  border-radius: 5px;
}

.scroll-box-arrows.scroll * {
  user-select: none !important;
}

body#checkout a:hover {
  color: #b20036 !important;
}
.js-select-closest-machine {

  display: none !important;
}
.carousel-item .caption{
  display:none
}
.page-content.page-cms {
  font-family: 'Manrope', sans-serif !important;
}

.page-content.page-cms * {
  font-family: 'Manrope', sans-serif !important;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form select,
form textarea {
  border-radius: 5px !important;
}


form input[type="submit"],
form button,
form .btn {
  border-radius: 5px !important;
}

#content .btn,
#content button,
#content input[type="submit"] {
  border-radius: 5px !important;
}

#search_widget {
  margin-top: 12px !important;
}

#_desktop_user_info,
#_desktop_cart {
  margin-top: 12px !important;
}
.blockcart.cart-preview {
  cursor: pointer;
}
.blockcart.cart-preview * {
  pointer-events: none;
}
.js-search-icon {
  cursor: pointer;
}

.product-miniature .thumbnail-container {
  overflow: hidden;
}

.product-miniature img {
  transition: transform 0.3s ease;
}

.product-miniature:hover img {
  transform: scale(1.05);
}
.page-content.page-cms * {
  font-family: 'Manrope', sans-serif !important;
}
.about-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

@media (min-width: 1200px) {
  .about-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}


.about-box {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}


.about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}

.about-box img {
  width: 40px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.about-box:hover img {
  transform: scale(1.1);
}

.about-box h5 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.about-box p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}
.products-sort-order .select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5em 1em;
  white-space: nowrap;
}

.products-sort-order .select-title::after {
  margin-left: auto;
}
.company-box {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #4a4a4a;
  max-width: 400px;
  transition: background-color 0.3s ease;
}

.company-box:hover {
  background-color: #e9e9e9;
}
#blockcart-modal .cart-content .btn {
  border-radius: 5px !important;
}
.qty_dec {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.qty_inc {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.btn.out-of-stock {
  border-radius: 5px !important;

    top: 2px;
}
.btn.btn-primary.add-to-cart {
  border-radius: 5px !important;
}
button.btn-primary:disabled,
.btn.btn-primary.add-to-cart:disabled {
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  color: #ffffff !important;
}
.modal-footer .btn {
  border-radius: 5px !important;
}
#product-modal .modal-content .modal-body .image-caption {
  display: none !important;
}
.product-cover .layer {
 border-radius: 5px !important;
}


header.sticky-header {
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease;
}
.address-body {
  background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}
.address-body:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}
.address-body::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/img/homeicons/house.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 0.9;
}
.delivery-box img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.delivery-box img[src*="dpd_pickup_logo.png"] {
  width: 140px;
}
.about-box.delivery-box {
  display: flex;
  flex-direction: column;
}

.about-box.delivery-box img {
  margin-bottom: 15px;
}

.about-box.delivery-box h5,
.about-box.delivery-box p {
  margin-top: auto;
}
.cookies-header {
  display: flex;

  gap: 15px;
  margin-bottom: 20px;
}

.cookies-header img {
  width: 50px;
  height: 50px;
}

.cookies-header h2 {
  margin: 0;
  font-weight: bold;
}
.company-box {
  color: #7a7a7a;
  font-size: 0.95rem;
  margin-top: 10px;
  line-height: 1.5;
}
.about-box ul,
.about-box ol {
  color: #7a7a7a !important;
  font-size: 0.95rem;
}



header.sticky-header.sticky {
  margin-bottom: 133px !important;
}
.lb-result__action-item.lb-result__prices {
  text-align: center !important;
}
.products-sort-order .select-title {

    border-radius: 5px; !important;
}
.dropdown-menu {
  border-radius: 5px !important;
}
.age-form button {
    border-radius: 5px; !important;
}
.popup-ok-button {
	border-radius: 5px; !important;
}
.delivery-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  word-wrap: break-word;
}
.francjanikotyna{
    max-width:66%;
    padding:10px;
}
#main > div.francjanikotyna > img {
    max-width:100%;
}
@media screen and (max-width:991px){
    .francjanikotyna{
    max-width:100%;
}
}

.bv-{
  border:2px solid #e50046;
  padding:10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.order-message-form.box{
    display:none !important;
}
