/* Semafor */

.item-box .details .add-info {
  margin-bottom: 1.2rem;
}

.item-box .details .js-catalog-stock {
  color: #19d7b1; 
  font-size: 14px; 
  padding-top: 8px; 
  margin-bottom: -12px;
}

.item-box .details .js-catalog-stock.availability--crveno {
  color: #ff4d4d;
}

.item-box .details .add-info {
  margin-bottom: unset!important;
}

@media only screen and (min-width: 1023px) {
  .item-box .details .js-catalog-stock {
    font-size: 15px; 
  }
}

@media (min-width: 992px) {
    .payments-provdier ul {
    display: flex;
    justify-content: center;
    align-items: center;
    }
 }

.payments-provdier ul {
  margin-bottom:2rem
 }

.payments-provdier ul li {
    display: inline-block;
 }
 
 .payments-provdier ul li:not(:last-child) {
    margin-right: .5rem;
 }
 .method-list li:last-child .payment-logo img {
  height: unset!important;
 }
 @media (min-width: 430px) {
   .method-list li:last-child .payment-logo img {
    height: unset!important;
    }
    .home-page-filter-title strong {
      max-width: unset!important;

    }
 }
 @media (min-width: 1201px) {
    .home-page-body.light-theme .header-lower {
        background: rgba(255, 255, 255, 0.95);
    }
}

.attributes .option-list .disabled {
  pointer-events: unset;
}
.topic-page .page-body {
  color: #777777;
  text-align: left;
}
.ui-dialog-content .page-body {
  text-align: left!important;
}
.short-description, .full-description {
  text-align: left;
}

@media (max-width: 1200px) {
    .store-search-box {
      text-align: left;
      }
}
.customer-pages-body .block.block-account-navigation .list li a:before {color:#fff;}