h1, .h1 {
font-weight: 500;
}

h2, .h2 {
 font-weight: 500;
}

h3, .h3 {
   font-weight: 500;
}

h4, .h4 {
   font-weight: 500;
}

h5, .h5 {
   font-weight: 500;
}

h6, .h6 {
   font-weight: 500;
}

p{
    font-size: 16px;
}

body li{
   font-size: 16px;
}

.social-buttons-wrapper{
    display: none;
}


/* Breadcrumbs */
@media (min-width: 768px){
.breadcrumbs{
    color: #2B2B2B;
    border-top: 1px solid #dadada;
}

.breadcrumbs span a{
    color: #2B2B2B;
}

/* Navigation */
.navigation-in {
    font-size: 16px;
    line-height: 16px;
    background-color: #FFF;
}

.navigation-in b {
  color: #000 !important;
  font-weight: 500 !important;
}
.navigation-in>ul>li {
    border:none;
}
#navigation{
    height: 40px;
}

.navigation-in .menu-level-1 > li > a {
  border-bottom: 2px solid transparent; 
  transition: border-color 0.2s ease; 
  height: 40px;  

}

.navigation-in .menu-level-1 > li > a:hover {
  border-bottom-color: #000;
}
}

/* Footer */
.custom-footer-links a {
    text-decoration: underline;
    font-size:15px;
}

.custom-footer-banner h3{
    font-size:20px;
     margin-block-start: 0px !important;

}

#footer .site-name {
    display:none;
}

.custom-footer{
padding-left:0px;
padding-top:40px;
}

.custom-footer-contact h3 {
    font-size:20px;
    margin-bottom: 20px;
     margin-top: 4px;
}

.footer-contact-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.footer-contact-photo img {
    border-radius: 50%;
    height: auto;
    width: 80px;
}

.footer-contact-texts {
    display: flex;
    flex-direction: column;
    
}
.footer-contact-texts a {
text-decoration:underline;
color: #151515;
}
.footer-contact-texts a:hover {
text-decoration:none;
color: #151515;
}

.footer-contact-phone,
.footer-contact-email {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}


.contact-hours {
    font-size: 14px;
    color: #555;
    margin-left: 30px; 
    margin-bottom: 8px !important;
}

.custom-footer-banner .footer-contact-phone img,
.custom-footer-banner .footer-contact-email img {
    width: 28px; 
    height: auto;
}

.contact-name {
    font-size: 16px;
}

/* Footer - Social media icons */
.footer-social-bottom {
    margin-top: 30px;
}

.footer-social-bottom .social-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-social-bottom .social-icons {
    display: flex;
    gap: 4px;
}

.footer-social-bottom .social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
}

.footer-social-bottom .social-icons a img:hover {
    transform: scale(1.1);
}

/* 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: 16px; 
}

.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: 1px solid #ddd;
  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;
    }
}

/* Footer - Bottom */
.footer-bottom {
  display: flex;
  flex-direction: column; 
  align-items: center;   
  gap: 8px;              
}

 #signature {
  flex: none;     
  text-align: center; 
}

#signature, .copyright{
  margin-bottom:0px;
}

.footer-bottom{
   display: flex;
  flex-direction: column-reverse; 
}

.footer-bottom {
    background-color: #f5f5f5 !important; 
    width: 100%;
    color: #151515 !important;
}

.footer-bottom a {
    color: #151515 !important;
}

 @media (max-width: 600px) {
    .responsive-photo {
      width: 100px !important;
    }
  }

  @media (max-width: 1024px) {
    .banner {
        margin-bottom: 0px;
        min-height: 0px;
    }
}

/* Static pages */
header > h1 {
  text-align:center;
}

.content-inner{
  max-width: none;
}

.narrow-container {
  max-width: 800px;
  margin: 0 auto;     
}

/* Cart and Checkout */
.contact-box img {
  border-radius: 50%;
}

.contact-box a{
  text-decoration: underline;
  color: #151515;
}
.contact-box a:hover{
  text-decoration: none;
    color: #151515;
}

.order-summary > .checkout-box{
  display:none !important;
}

@media (max-width: 991px) {
    .checkout-box-wrapper {
        display: block !important;
        padding: 10px;
    }
}

.next-step--step-2 .next-step-back {
    display: none !important;
}

.next-step--step-1 .next-step-back {
    display: none !important;
}

.next-step--cart .next-step-back {
    display: none !important;
}

.cart-item-name a{
  color: #151515;
text-decoration:none;
  
}
.cart-item-name a:hover{
  text-decoration:underline;
}

#continue-order-button .order-button-text::after {
    content: " v objednávce";
}

#orderFormButton .order-button-text::after {
    content: " v objednávce";
}

.order-button-text {
    white-space: normal; 
}

.form-group input.form-control {
    height: 40px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .form-group input.form-control {
        height: 44px;
    }
}