.btn.btn-conversion, 
a.btn.btn-conversion, 
.btn.btn-cart, 
a.btn.btn-cart {
  background-color: #83B735;
  border: none;
}

a {
  text-decoration: underline;
}

.btn.btn-conversion:hover, 
a.btn.btn-conversion:hover, 
.btn.btn-cart:hover, 
a.btn.btn-cart:hover {
  background-color: #98C949;
  border: none;
}

.transform-info-button > input[type="checkbox"] {
  display: none;
}

.mt-0 {
  margin-top: 0;
}

.transport-payment {
  display: flex;
  flex-direction: column;
}

.transport {
  display: flex;
  flex-direction: column;
}

.transport-payment-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.transport-payment-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  padding: 10px;
  margin-bottom: 30px;
}
/*
.transport-payment-item:hover {
  box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
*/
.transport-payment-item-h3 {
  color: #639e34;
  font-size: 20px;
}

.transport-payment-item-p {
  color: rgb(119, 119, 119);
  font-size: 15px;
}

#p-detail-tabs > li:nth-child(3) {
  display: none;
}

.transport-payment-pic {
  height: 100px; 
  width: auto;
}

.transport-info-div {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.transport-info-div > h5 {
  color: #639e34;
}

.transport-info-div > p {
  color: #777777;
}

.transport-info-button > input[type="checkbox"] {
  display: none;
}

.transport-info-button > input[type="checkbox"]:checked + div {
  display: flex;
}

.transport-info-button > label > i {
  margin-right: 10px;
}

.payment-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.payment-info > p {
  color: #639e34;
}

.payment-info > p > span {
  color: #639e34;
}

@media(max-width: 700px) {
  .transport-payment-items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .transport-payment-item {
    width: 70%;
    margin-bottom: 20px;
  }

  .transport-payment h3, .transport-payment p, .transport-payment h5 {
    text-align: center;
  }

  .transport-info-div {
    align-items: center;
  }
}
/*
#ratingTab, #productDiscussion {
  display: none;
}

#p-detail-tabs > li:nth-child(3), #p-detail-tabs > li:nth-child(2) {
  display: none;
}

.basic-description > h2, .basic-description > h3 {
  display: none;
}*/

.multiple-columns-body .position--benefitProduct {
  margin: 10px 0;
}

@media (min-width: 1200px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 0 1 25%;
  }
}

@media (max-width: 1200px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 0 1 50%;
  }

  .multiple-columns-body .position--benefitProduct {
    width: 100%;
  }

  .urgent-order {
    flex: 0 1 100%;
  }
}

.urgent-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

.urgent-order-p {
  color: #c91516;
  font-size: 13px;
  margin-bottom: 0;
}

#urgent-order-span {
  color: #639e34;
  font-size: 15px;
  border: 1px solid #639e34;
  padding: 10px 100px;
  margin: 10px 0;
  font-weight: bold;
}

.urgent-order-h4 {
  color: #639e34;
  font-size: 13px;
  margin-top: 0;
  font-weight: 400;
}

#top-line {
  /*width: 100vw;*/
  height: 50px;
  background-color: #1e1f1f;
}

.top-line--container {
  height: 100%;
  max-width: 1420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 7px;
  transform: translateX(-14px);
}

.top-line--right-side {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-line--right-side .social-media {
  display: flex;
  color: white;
}

.top-line--right-side .social-media i {
  margin-right: 10px;
}

.top-line--right-side .contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 0 10px;
}

.top-line--right-side .contact-button a {
  color: #ffffff;
}

.top-line--flag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.top-line--flag:first-child {
  border-right: none;
}

.top-line--flag i {
  color: #ffffff;
}

.top-line--left-side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.top-line--numbers {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-line--text {
  font-size: 12px;
  margin: 0 0 0 10px;
  color: #ffffff;
}

.top-line--text > .span-bold {
  font-weight: bold;
}

@media (max-width: 1440px) {
  .top-line--container {
    max-width: 1178px;
  }
}

@media (max-width: 1200px) {
  .top-line--container {
    max-width: 972px;
  }

  .span-line {
    display: block;
  }
}

@media (max-width: 992px) {
  .top-line--container {
    max-width: 747px;
  }
}

@media (max-width: 767px) {
  #top-line {
    display: none;
  }
}

#contact-section {
  /*width: 100vw;*/
  background-color: #F5F5F5;
  z-index: 100;
  transform: translateX(-10px);
}

#contact-section p, #contact-section a {
  margin-bottom: 0;
  color: #777777;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: start;
}

#contact-section span {
  text-align: center;
}

#contact-section h3 {
  font-size: 17px;
  margin-top: 0;
}

.contact-container {
  max-width: 1420px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding: 20px 5px;
  flex-wrap: wrap;
}

@media (min-width: 1440px) {
  .contact-logo > img {
    max-width: 200px;
    padding-bottom: 24px;
  }

  .contact-company, .contact-contact, .contact-support, .contact-info {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 15px;
  }

  .contact-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-logo > img {
    max-width: 150px;
  }
}

.contact-company, .contact-contact, .contact-support, .contact-info {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 15px;
}

.contact-article-all {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-articles-single {
  display: flex;
}

.contact-article-single-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-contact p:first-of-type {
    padding-left: 0;
    font-size: 15px;
  }
  
  .contact-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  
  .contact-logo > img {
    max-width: 150px;
  }
  
  .pl-0 {
    padding-left: 0;
  }
  
  .pl-10 {
    padding-left: 16px;
  }
  
  @media (max-width: 1440px) {
    .contact-container {
      max-width: 1218px;
    }
  }
  
  @media (max-width: 1200px) {
    .contact-container {
      max-width: 1012px;
    }
  }
  
  @media (max-width: 992px) {
    .contact-container {
      max-width: 747px;
    }
  
    .contact-company, .contact-contact, .contact-support, .contact-info {
      width: 50%;
      align-items: center;
      padding: 20px 15px;
    }
  
    #contact-section p, #contact-section a {
      text-align: center;
    }
  }
  
  @media (max-width: 500px) {
    .contact-company, .contact-contact, .contact-support, .contact-info {
      width: 100%;
      padding: 20px 15px;
    }
  }
  
  .relative {
    position: relative;
  }
  
  .added-to-cart-div > span {
    font-size: 40px;
    color: #639e34;
    opacity: 0;
    transform: scale(3);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .added-to-cart-div.active > span {
    opacity: 1;
    transform: scale(0.5);
  }
  
  .added-to-cart-div > h2 {
    text-align: center;
    margin-top: 15px;
  }
  
  .button-continue-shopping,
  .button-to-cart {
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #639e34;
    color: #ffffff;
    border: none;
  }
  
  .button-continue-shopping:hover,
  .button-to-cart:hover {
    background-color: #78b144;
  }
  
  .dark-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
  
  .added-to-cart-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    z-index: 200;
    padding: 20px;
  }
  
  .information {
    display: none;
  }
  
  .top-navigation-menu .top-navigation-bar-menu li a[href="/kontakt/"] {
    display: none;
  }
  
  @media (min-width: 1200px) {
    .benefitBanner .benefitBanner__item {
      flex: 0 1 25%;
    }
  }

  .custom-footer__articles {
    display: none;
}

/*** Khoder.cz - 2024-10-10 ***/
/* Homepage - Carousel */
.jipos-banner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  max-width: 1200px;
  margin: auto;
}
.jipos-banner-content {
  max-width: 45%;
  flex: 1;
}
.jipos-banner-brand {
  font-size: 1.2em;
  font-weight: 600;
  color: #333;
}
.jipos-banner-title {
  font-size: 2.5em;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.2;
  color: #333;
}
.jipos-banner-price {
  font-size: 2em;
  font-weight: bold;
  color: #83B735;
  margin-bottom: 10px;
}
.jipos-banner-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #83B735;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.jipos-banner-button:hover {
  background-color: #98C949;
  color: #fff;
}
.jipos-banner-image {
  max-width: 50%;
  flex: 1;
  text-align: right;
}
.jipos-banner-image img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .jipos-banner-container {
      flex-direction: column;
      text-align: center;
  }
  .jipos-banner-content, .jipos-banner-image {
      max-width: 100%;
      margin-bottom: 20px;
  }
  .jipos-banner-image img {
      max-width: 300px;
  }
}

/* Homepage - Výpis článků */
.news-item .image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}