nav[aria-label="breadcrumb"] {
    margin: 0px 0px 1rem -1rem;
    padding: 0px;
    /* overflow: auto hidden; */
}

.breadcrumb {
    flex-wrap: nowrap !important;
    padding: 0rem 1rem 1rem 1rem !important;
    margin: 0 !important;
}

.breadcrumb ol {
    margin: 0px 0px 0px 1rem;
    padding: 0px;
    display: flex;
    list-style: none;
}

.breadcrumb li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item::before {
    float: none !important;
    padding-right: 0.5rem;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

li.breadcrumb-item a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.font-24-line-24 {
    font-size: 20px;
    line-height: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #f28e00;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}
.breadcrumb-item.active {
    color: #6c757d;
    font-size: 14px;
    line-height: 23px;
}

.produt-found {
    font-size: 1.1rem;
}

span.products_count {
    margin-left: 5px;
}

.show-result {
    letter-spacing: -1px;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.font_size-24 {
    font-size: 24px;
    line-height: 24px;
}

.pagination-sm .page-link {
    line-height: 1em !important;
}

.bg-gray {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-green {
    background-color: #006c19;
}

.page-link {
    color: gray;
}

.related-links {
    color: var(--gray-2-color);
}

.related-links a {
    font-size: 0.85em;
    color: var(--gray-2-color);
}

.related-links a:hover {
    color: var(--orange-color);
}

.related-links a:not(:last-child)::after {
    content: "";
    border: 1px solid #858383;
    border-width: 1px 1px 0 0;
    position: relative;
    right: -3px;
    top: 0;
    height: 80%;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.orange-hr {
    margin-top: 0.7rem;
    border-top: 1px solid #f68e1f;
}

/* Container and navbar xxl */
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.container-xxl {
    max-width: 1400px !important;
}

@media (max-width: 1400px) and (min-width: 720px) {
    .container-xxl {
        padding: 0rem 3rem;
    }
    
}

.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.description.short-description {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.714;
    max-height: 144px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    opacity: 0.9;
}

.description.long-description {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.714;
    max-height: none;
    overflow: hidden;
    width: 100%;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    opacity: 0.9;
}

.product-found,
.showing-result-for {
    font-size: 1em;
    font-weight: bold;
    color: var(--blue-color);
}

.product-found span,
.showing-result-for span {
    margin-left: 0.55em;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fs-95 {
    font-size: 0.95em;
}

/* Slick arrows */

.slick-arrow.custom-arrow {
    background-color: var(--blue-color);
    height: 40px;
    width: 28px;
    color: #fff !important;
}

.slick-arrow.custom-arrow:hover,
.slick-arrow.custom-arrow:focus {
    background-color: var(--blue-color);
}

.slick-prev.custom-arrow:before,
.slick-next.custom-arrow:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    opacity: 1 !important;
    color: white !important;
    font-weight: 900;
}

.slick-prev.custom-arrow:before {
    content: "\f104" !important;
}

.slick-next.custom-arrow:before {
    content: "\f105" !important;
}

.slick-next.custom-arrow {
    right: -27px;
}

.slick-prev.custom-arrow {
    left: -25px;
}

.left-icon {
    width: 1% !important;
    left: -25px;
    opacity: 1;
}

.right-icon {
    width: 1% !important;
    /* right: -15px; */
    right: -25px;
    opacity: 1;
}

.slick-prev {
    left: 5px;
    z-index: 1000;
}

.slick-next {
    right: 5px;
    z-index: 1000;
}

.btr-0 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.space-between {
    justify-content: space-between;
}

.text-black {
    color: #000;
}

.text-maroon {
    color: #be1e2d;
}

/* MMenu */
.mm-spn.mm-spn--navbar:before,
.mm-spn.mm-spn--navbar:after {
    opacity: 1 !important;
    background-color: var(--blue-color) !important;
    color: #fff !important;
}

.mm-spn.mm-spn--navbar:before {
    z-index: 1;
}

/* Hide line below header */
.mm-spn.mm-spn--navbar ul:before {
    display: none !important;
}

.mm-spn li:after {
    border-top: 0 !important;
}

#categories-menu li {
    font-size: 0.95rem !important;
}

.hover-blue:hover {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

/* Hover Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.border-blue {
    border: 1px solid var(--blue-color) !important;
}

@media (max-width: 720px) {
    .px-medium {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .breadcrumb{
        flex-wrap: wrap!important;
    }
}
