.accordion-button {
    font-size: 0.85rem;
}

.accordion-body li a {
    font-size: 0.85rem;
}

.dropdown a.dropdown-toggle {
    font-size: 13px;
}

.text-review {
    line-height: 2rem;
    max-height: 300px;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;

}

.breadcrumbs-text {
    font-size: 13px;
}

.page-link.active, .active > .page-link {
    background-color: #e4a11b !important;
    color: #fff;
}

.flag-icon-us {
    background-image: url(./us.svg);
}

.flag-icon-gb {
    background-image: url(./lang__en.055eda40.png);
}

.flag-icon-au {
    background-image: url(./au.svg);
}

.flag-icon-fr {
    background-image: url(./lang__fr.1309b9fa.png);
}

.flag-icon-be {
    background-image: url(./be.svg);
}

.flag-icon-it {
    background-image: url(./lang__it.91649c4d.png);
}

.flag-icon-es {
    background-image: url(./lang__es.26eedef0.png);
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    height: 1.33333333em;
    line-height: 1em;
}

.notes {
    font-size: 13px;
}

#paymentCheck select.form-control {
    border: 1px solid gray;
}

/*search*/
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    /* position: absolute!important; */
    background-color: #fff;
    width: 20% !important;
    color: #000;
    padding: 5px;

}

li.ui-menu-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    height: 50%;
}

li.ui-autocomplete-category {
    font-weight: 700;
    list-style: none;
}

div.ui-menu-item-wrapper {
    width: 100%;

}

.ui-helper-hidden-accessible {
    display: none;
}

/* .btn-subscribe {
  width: 30%;
} */
.d3 h4 {
    text-align: left;
    padding-bottom: 10px;
    width: 70%;
    border-bottom: 2px solid #e4a11b;
    position: relative;
}

.d3 h4:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30%;
    height: 4px;
    background: #e4a11b;
}

@media only screen and (max-width: 767px) {
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 70% !important;
    }
}

@media only screen and (max-width: 550px) {
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 95% !important;
    }
}

@media only screen and (max-width: 576px) {
    span#phplive_btn_1714993923 {
        display: none;
    }

    :root .xs-big {
        font-size: 1.5rem;
    }

    .btn-floating {
        display: none;
    }

}

@media only screen and (max-width: 380px) {
    .btn-hide {
        display: none !important;
        margin-top: 10px;
    }

    .btn-show {
        display: block;
    }

    .column-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 380px) {
    .btn-show {
        display: none;
    }
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    display: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    color: #000;
    font-weight: 700;
}

.auth-link {
    transition: ease-in 0.5s;
    font-size: 13px;
}

.auth-link:hover,
.auth-link:focus,
.auth-link:active {
    opacity: 0.8;
}

.auth-link:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffff;
    transition: width 0.7s;
}

.auth-link:hover:after {
    width: 100%;
}

.carousel-control-next {
    justify-content: end !important;
}

.carousel-control-prev {
    justify-content: start !important;
}

@media only screen and (min-width: 1100px) {
    .cell-category {
        width: 15%;
    }
}

.name-cell {
    width: 30%;

}

.id-cell {
    width: 78px;
}

.name-catalog-cell {
    /*width: 240px;*/
}

@media only screen and (max-width: 575px) {
    .name-cell {
        width: 60%;
        min-width: 60%;
        max-width: 60%;
    }
}

/*Back to top button*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
}

.table-white {
    --mdb-table-color: #000;
    --mdb-table-bg: #fbfbfb;
    --mdb-table-border-color: #c8bda7;
    --mdb-table-striped-bg: #eee0c7;
    --mdb-table-striped-color: #000;
    --mdb-table-active-bg: #e1d4bc;
    --mdb-table-active-color: #000;
    --mdb-table-hover-bg: #e7dac1;
    --mdb-table-hover-color: #000;
    color: var(--mdb-table-color);
    border-color: var(--mdb-table-border-color);
}

.accordion-catalog button.accordion-button {
    border-left: 3px solid #e4a11b;
}

:root {
    --bs-body-bg: #f7f7f7;
    --bs-orange-rgb: #fd7e14;
}

:root ol, :root ul {
    margin-bottom: 0;
    padding-left: 0;
}

:root .xs-small {
    font-size: .8rem;
}


.header-middle li {
    list-style: none;
}

.logo {
    z-index: 0;
    position: relative;
}

.navbar-collapse {
    z-index: 10;
!important;
    position: relative;
}

.required-field::after {
    content: "*";
    color: red;
    margin-left: 2px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

/*.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
}

.help-block.form-error {
    position: absolute;
    display: block;
    margin-top: -1rem;
    margin-bottom: 5px;
    color: red;
    font-size: 13px;
}*/

.img-thumbnail:hover {
    position: relative;
    display: block;
    z-index: 999;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    margin: auto;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.ui-menu-item{
    cursor: pointer;
}

.was-validated .form-control:valid,.form-control.is-valid {
     margin-bottom:0;
}

.invalid-feedback {
    /*margin-top: 0.5rem;*/
}

.disc_valid {
    font-size: 18px;
    text-transform: none;
    font-weight: 400
}

.striped-row:nth-child(odd) {
    background-color: #ffffff; /* Light gray */
}
.striped-row:nth-child(even) {
    background-color: #fafafa; /* Slightly darker gray */
}
.striped-row:hover {
    background-color: #efeeee; /* Highlighted hover color */
    cursor: pointer; /* Optional: Changes cursor to pointer */
    transition: background-color 0.3s ease; /* Smooth color transition */
}

.price {
    color: #ff6600;
}

.form-control.is-valid, .form-control.is-invalid {
    margin-bottom: 0;!important;
}