

/* Breadcrumb */
.breadcrumbs a{
    color: #151515;
}

breadcrumbs a:hover{
 color: #454545;
}

.breadcrumbs span {
   color: #151515;
}
.breadcrumbs span:hover{
  color: #454545;
}


/* Header - Přihlášení */
.top-navigation-tools .top-nav-button-login {
    color: #1a1937 !important;
}


/* Kategorie - nejprodávanější */
/* Na desktop 3 vedle sebe */
@media (min-width: 1200px) {
    .products-top.products-inline > div {
        width: 33.3333%;
    }
        #productsTop .product:nth-child(n+4) {
        display: none;
    }
}

/* Kategorie - postranní panel - top produkty */
/* Menší obrázky a zarovnání */
.sidebar-inner .box-topProducts .top-products-image img {
    width: 60px;
    height: 60px;
}

.sidebar-inner .top-products li.display-image .top-products-image {
    width: auto;
    flex: 0 0 auto;
}



/* Produktová stránka */
/* Skrytí sekce se sdílením */
.p-data-wrapper .social-buttons-wrapper {
    display: none;
}

/* Doba doručení, skladovost */
.delivery-time-row .delivery-time{
  color: #009901;
  font-weight: 500;
}
.availability-label{
    font-weight: 600;
}











/* Košík pokladna - tlačítko zpět */
a.next-step-back {
    display: none !important;
}

/* Košík pokladna - checkboxy */
input[type="checkbox"]:checked+label::after {
    width: 20px;
    height: 20px;
    left: 0;
    border-width: 0;
}

/* Košík pokladna - doprava a platba */
.order-summary-item{
    padding: 15px 0;
}

.order-summary-item.helper{
  padding: 15px 0;
}

.order-summary-item.helper + .order-summary-item {
    border-color: #000;
    padding: 20px 0 2px 0;
}

.order-summary-item.helper + .order-summary-item + .order-summary-item {
    border-top: none;
    padding: 2px 0 20px 0;
}










/* Header - Phone */
.top-navigation-bar .container {
    display: flex;
    align-items: center;
}

.top-nav-contact-info {
    margin: 0 auto;
    font-size: 13px;
    white-space: nowrap;
}

.top-nav-contact-info a {
    font-weight: 600;
    text-decoration: none;
    padding: 0 4px; 
}
.top-nav-contact-info a:hover {
  text-decoration: underline;
}













/* Footer - Shipping and Payment */
.custom-footer-transport-payment {
  display: flex;
  justify-content: flex-start; 
  gap: 32px; 
}

.custom-footer-column {
  flex: 1 1 50%; 
  max-width: 50%;
}

.custom-footer-column h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

.custom-footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; 
}

.custom-footer-logos img {
  max-height: 50px;  
  max-width: 120px;  
  height: auto;
  width: auto;
  object-fit: contain;
}

.custom-footer > div:last-child {
  width:100%;
  border-top: 0px solid #000;
  padding-top: 30px;
}

#footer h4 {
    text-transform: none;
    font-size: 18px;
    font-weight:400;
}

@media (max-width: 768px) {
  .footer-social-bottom .social-icons {
     margin-bottom: 12px !important;
}
  .custom-footer > div:last-child {
  margin-bottom: 20px !important;
}
  .custom-footer-transport-payment {
    flex-direction: column;   
    gap: 24px;     
  }

  .custom-footer-column {
    width: 100%;        
      flex: 1 1 100%;  
  max-width: 100%;
  }

  .custom-footer-logos {
    justify-content: flex-start; 
  }
}

@media (max-width: 767px) {
    .custom-footer {
        padding:0px 10px !important;
    }
     .custom-footer>div {
        padding:0px 10px !important;
    }
}
















/* Doprava a platba */
.shipping-payment-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px 0;
}

.sp-options-box {
  flex: 1;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #ccc;
}

.sp-section-title {
  margin: 0 0 16px 0;
}

.sp-option-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.sp-option-item:last-child {
  border-bottom: none;
}

.sp-option-item img {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.sp-option-text {
  flex: 1;
}

.sp-option-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}

.sp-option-text p {
  margin: 0 !important; 
  padding: 0;
  font-size: 14px;
  color: #444;
}

.sp-option-price {
  font-weight: bold;
  white-space: nowrap;
    font-size: 15px;
}

@media (max-width: 900px) {
  .shipping-payment-container {
    flex-direction: column;
    padding: 20px 0;
  }
}

@media (max-width: 600px) {
  .sp-options-box {
    padding: 24px;
  }

  .sp-option-item img {
    width: 80px;
    height: auto;
    margin-right: 0px;
  }
  .sp-option-text{
   margin: 0 12px;
  }
}











/* Velkoobchod */
.velko-container {
    display: flex;
    gap: 20px; 
    padding: 20px 0;  
border-bottom: 1px solid #000;
width: 100%;
  }

  .velko-column1 {
    flex: 2; 
    padding: 0px;
  }

  .velko-column2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .velko-button {
    padding: 12px 30px;
    font-size: 16px;
    background-color: #000; 
    color: #fff !important;
    border-radius: 6px; 
    cursor: pointer;
    transition: background-color 0.2s ease; 
    text-decoration: none; 
    display: inline-block;
  }

  .velko-button:hover {
    background-color: #353535;
    text-decoration: none !important;
  }

  /* Velikosti nadpisů na desktopu */
  .velko-column1 h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .velko-column1 h3 {
    font-size: 22px;
    font-weight: normal;
  }

  /* Responzivita - tablet a mobil */
  @media (max-width: 1024px) {
    .velko-column1 h2 {
      font-size: 26px;
    }
    .velko-column1 h3 {
      font-size: 18px;
    }
     .velko-container {
      flex-direction: column; 
      gap: 12px;
    }
    .velko-column2 {
      justify-content: flex-start; 
    }

      .velko-column1{
        padding: 0;
      }
        .velko-column2{
        padding: 0;
        }
  }
