.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99990 !important;
}

.modal-dialog {
    position: relative;
    z-index: 100000 !important;
}

.modal-content {
    position: relative;
    z-index: 100001 !important;
}

.fade.modal {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .subcategories-menu {
        display: flex;
        flex-direction: column;
        width: 300px!important;
    }
    .subcategories-menu li {
        width: 100%!important;
    }
    .ltn__category-menu-toggle > ul > li > a {
        font-size: 14px!important;
    }
}

.ltn__menu-widget > ul li a {
    font-weight: normal;
}

.products-a-hover:hover {
    font-weight: bolder!important;
}

.subcategory-one-list a:hover {
    color: #80b500;
}

.subcategory-list {
    display: none;
    margin-left: 20px;
}

@media (min-width: 769px) {
    .only-desk {
        display: block!important;
    }
    .only-mob {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .only-mob {
        display: block!important;
    }
    .only-desk {
        display: none!important;
    }
}

.premium-product {
    color: #C2B59B!important;
}

.above-footer-icons {
    padding-top: 1rem 1rem 0 1rem;
}

.strong-tag-product {
    font-weight: 800!important;
    margin-right: 0!important;
    min-width: 0!important;
}

@media (min-width: 768px) {
    .table.table-fixed {
      table-layout: fixed;
      width: 100%;
    }

    .table.table-fixed tr:not(.cart-coupon-row) td,
    .table.table-fixed tr:not(.cart-coupon-row) td {
      text-align: center;
      vertical-align: middle;
    }

    .table.table-fixed .cart-product-image { width: 10%; }
    .table.table-fixed .cart-product-info { width: 30%; }
    .table.table-fixed .cart-product-price { width: 15%; }
    .table.table-fixed .cart-product-quantity { width: 15%; }
    .table.table-fixed .cart-product-subtotal { width: 15%; }
    .table.table-fixed .cart-product-remove { width: 10%; }
}

.text-right {
    text-align: right!important;
}

.arrow-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/icons/arrow-right-black.svg") no-repeat center;
    background-size: contain;
    transition: background 0.3s ease;
}

.ltn__menu-widget ul li:hover .arrow-icon {
    background: url("/static/icons/arrow-right-green.svg") no-repeat center;
    background-size: contain;
}

.widget ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none; /* opciono */
}

.arrow-icon {
    margin-left: 10px; /* malo razmaka od teksta */
}

.ltn__breadcrumb-area {
    margin-bottom: 60px!important;
}

.head-menu li a.active {
    color: #8DC63F!important;
}

.color-white {
    color: white!important;
}

.category-icon {
	font-size: 18px;
    margin-right: 5px;
    width: 25px;
    display: inline-block;
}

.formatted-text {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.modal-backdrop {
    z-index: 10000;
}

#add_to_cart_modal {
    z-index: 100000!important;
}

.text-center {
    text-align: center;
}

.f-size-18 {
    font-size: 18px!important;
}