.custom_label_ikona {
    font-size: 18px;
    line-height: 32px;
    padding-top: 10px;
    color: #0080ff !important;
    display: inline-block;
    margin-right: 10px;
}

.custom_label1 {
    display: table-cell;
    padding-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 13px;
}

.custom_label2 {
    display: table-cell;
    padding-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 13px;
}

.custom_label3 {
    display: table-cell;
    padding-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 13px;
}

.woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 0px;
    margin-top: 10px;
}

.custom_label_naslov {
  font-size: 18px; 
  line-height: 32px;
}

#naslovi_arhive {
max-width: 15ch;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.woocommerce-form-coupon-toggle {display: none;}

table {
  border-collapse: collapse;
}
tr {
  border-bottom: 1px solid #ccc;
}
th, td {
  padding-bottom: 4px;
  padding-top: 4px;
}

@media (min-width: 769px) {
    .prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
        width: 100%;
        min-width: 1142px !important;
        max-width: 1249px;
    }
    .prdctfltr_widget_title {
    font-size: 0.7em !important;
}
}
@media (max-width: 769px) {
.prdctfltr_wc .prdctfltr_filter_title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.prdctfltr_showing {
    cursor: pointer;
    display: none;
}
}

.custom_label {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.custom_payment_option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    background-color: #f9f9f9;
    font-size: 12px; /* Font size set to 12px */
    min-height: 80px; /* Ensure enough height for centering */
}

.custom_label_price {
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.lowest_price {font-size: 14px;}