:root {
    /* --bse-breadcrumb-divider: url("&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='34' viewBox='0 0 10 34' fill='none'%3E%3Cpath d='M1 1L9 17L1 33' stroke='%23A0A0A0'/%3E%3C/svg%3E&#34;"); */
    --bse-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='30' viewBox='0 0 10 34' fill='none' %3E%3Cpath d='M1 1L9 17L1 33' stroke='%23A0A0A0' /%3E%3C/svg%3E");
}

.bg-b-white {
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    margin-top: -7px;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='34' viewBox='0 0 10 34' fill='none' %3E%3Cpath d='M1 1L9 17L1 33' stroke='%23A0A0A0' /%3E%3C/svg%3E"); */
    content: var(--bse-breadcrumb-divider, ">");
}

html {
    touch-action: manipulation;
}

/****HEADER STYLE *****/

* {
    font-family: Verdana !important;
}

.departments--open .mobile-menu__backdrop {
    opacity: 1;
    z-index: 1000 !important;
    display: initial !important;
}

.mobile-menu__body {
    top: 50px;
}

.indicator__counter {
    position: absolute;
    top: -6px;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    right: -3px;
}

.dropcart__item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-title__text {
    font-size: 15px;
    color: #000;
    flex-grow: 1;
    /* text-transform: uppercase; */
    font-weight: normal;
}

.indicator__icon {
    position: absolute;
    padding: 2px;
    display: block;
    width: 30px;
    height: 30px;
}

.indicator__button {
    padding: 3px;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    position: relative;
    height: 30px;
    min-width: 35px;
    color: inherit;
    border-radius: 2px;
    background: transparent;
    border: none;
    padding-right: 3px;
}

.btn-primary-header {
    border-color: #e52727;
    background: #e52727;
    color: #fff;
}

.main-menu .main-menu__item:hover .btn-primary-header {
    background-color: intial;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: width 0.5s;
}

.menutlist {
    display: table;
    text-decoration: none;
    padding: 5px 0;
    margin-bottom: 3px;
    font-size: 14px;
}

.departments--open~.overlay {
    width: 100%;
}

.departments--open~body {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-title__icon {
    background-color: #e52727;
}

.block-features__item {
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 3px) / 3);
    padding: 1.5rem 2.5rem;
    -ms-flex-pack: center;
    justify-content: center;
}

.inline-element {
    display: inline-block;
    vertical-align: middle;
    /* Allinea verticalmente l'immagine e il testo */
}

@media (max-width: 1199.98px) {
    .main_autozone {
        margin-top: 50px !important;
    }
}

@media (max-width: 575px) and (min-width: 400px) {
    .block-features__item {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
    }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
    .main_autozone {
        margin-top: 30px !important;
    }

    .firstBox {
        margin-top: 0px !important;
    }

    .autozone_header {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
}

@media (max-width: 767.98px) {

    .cart-area img{
        width: 40%;
    }

    .fotobox {
        margin-top: 30px;
    }

    td {
        display: table-cell;
    }

    .block-header__breadcrumb {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .thumbnail img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .table-responsive table {
        display: block;
    }

    .table-responsive tbody tr {
        display: block;
        width: 100%;
        border-radius: 7px;
        margin: 16px 0px;
        -webkit-box-shadow: 5px 5px 15px 5px #DBDBDB;
        box-shadow: 5px 5px 15px 5px #DBDBDB;
        height: 140px;
        position: relative;
    }

    .table-responsive tbody tr div.text-muted {
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }

    .table-responsive tbody tr div.text-muted .btn-group {
        width: 100%;
    }

    .table-responsive {
        overflow-x: initial;
        -webkit-overflow-scrolling: touch;
    }

    .img_eye_div {
        position: absolute;
        bottom: 7px;
        width: 40px;
        background-color: #fff;
        opacity: 1;
        padding: 2px 3px;
        left: -25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-link {
        display: block;
        padding: 5px 10px;
    }

    .img_eye_div img {}

    .logo_img {
        max-height: 45% !important;
        width: auto !important;
        margin: 0px auto;
        max-width: 140px;
    }

    .mobile-menu__body {
        background: #fff;
        width: 100%;
    }

    .mobile-search__button {
        color: #e52727 !important;
    }

    .modal-backdrop.show {
        opacity: 1;
        z-index: 1;
    }

    .main_autozone {
        margin-top: 101px !important;
    }

    .autozone_header {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        height: 51px;
    }

    .form-control {
        margin-bottom: 10px !important;
    }

    .mobile-header__search input {
        border-radius: 7px;
    }

    .mobile-header__search {
        top: 101px;
        border-bottom: 1px solid #dee2e6;
        -webkit-box-shadow: 5px 5px 15px 5px #DBDBDB;
        box-shadow: 5px 5px 15px 5px #DBDBDB;
    }

    .mobile-search__button--close {
        display: none;
    }

    .mobile-indicator--search {
        display: none;
    }

    .block-banners__item-title {
        font-size: 25px !important;
    }

    .block-features__item-subtitle {
        font-size: 12px !important;
    }
}

.main_autozone {
    margin-top: 110px;
}

.p_top25 {
    padding-top: 25px;
}

.logo_img {
    height: auto;
    width: 45%;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    height: 0px;
}

.mobile-menu__backdrop,
.mobile-menu__body {
    position: fixed;
    left: 0;
    /*top: 50px;*/
    bottom: 0;
    z-index: 1000;
}

.departments .mobile-menu__backdrop {
    z-index: -1;
    display: none;
}

@media (min-width: 1200px) {
    .departments__list {
        width: 262px;
    }

    .departments__item {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 8px 0;
        margin: 0.7rem;
    }
}

.departments__button {
    position: relative;
    fill: currentColor;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    transition: background-color .2s, color .2s;
    padding: 0px 15px 0px 15px;
    text-align: left;
    height: 30px;
}

.main-menu__link {
    text-decoration: none;
}

*,
:after,
:before {
    box-sizing: border-box;
    text-decoration: none !important;
}


.FontAwesome-debug {
    font-family: 'FontAwesome' !important;
}

i {
    font-family: 'FontAwesome' !important;

}

.topbar--spaceship-start .topbar__item-text {

    font-size: 0.8rem;
}

.topbar--spaceship-start .topbar__link {
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
    font-family: Verdana !important;

}

.indicator__value {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
    font-family: Verdana;
}

.sidenaves a {
    color: blue;
}

.rad_all {
    border-radius: 300px;
}

.h-auto.mycp-page-preferences {
    height: auto !important;
    min-height: auto !important;
}

.ads-ribbon {
    position: absolute;
    top: 10%;
    left: -31%;
    width: 100%;
    height: fit-content;
    z-index: 1;
    color: #FFF;
    background: #e52727;
    transform: rotate(-46deg);
    transform-origin: bottom;
    font-size: 8px;
    text-align: center;
    letter-spacing: .5px;
    padding: 2px 0;
}

.resize-700 {
    max-width: 700px;
    margin: 0 auto;
}

.resize-800 {
    max-width: 800px;
    margin: 0 auto;
}

.resize-900 {
    max-width: 900px;
    margin: 0 auto;
}

.mycp-page-subtitle {
    margin-bottom: 15px;
}

#filterform {
    background: transparent;

}

.list-unstyled {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 8px 8px;
    margin: 10px;
    height: auto;
}

.departments__item-link {
    color: inherit;
    display: block;
    position: relative;
    padding: 10px 15px;
}

.title_box {
    padding: 10px 15px;
    font-size: 17px;
    font-weight: bold;
}

/****HEADER STYLE *****/

/****proddetail STYLE *****/


.splide__arrow {
    transform: translateY(-50%) scale(0.7);
    background: #efeff2;
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 3px solid #fe4b00 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    border-bottom: 4px solid #404040;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

.product-card--layout--grid .product-card__image {
    display: block;
    height: 100px;
    position: relative;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.list-group-item:last-child {
    border-bottom: initial;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    max-height: 570px !important;
}

.list-group-item {
    border: initial;
    border-bottom: 1px solid #E0E0E0;
}

.btn-outline-default,
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active {
    color: #404040;
    background-color: #f2f2f2;
    border-color: #7a7a7a;
    text-decoration: none;
}

a,
a:hover {
    color: #0f489b;
}

.m_r {
    margin-right: 15px;
}

.btn-prod-autozon {
    color: #000;
    border: 1px solid;
}

.btn-prod-autozon:hover {
    color: #404040;
    background-color: #f2f2f2;
    border-color: #7a7a7a;
    text-decoration: none;
}

.disable.btn-prod-autozon {
    background-color: #ededed;
}

.product__info-body {
    padding: 15px;
}

.product__meta a {
    color: #cb1818;
    font-weight: bold;
}

.m-h-autozone {
    height: 100px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 240px;
}

.btn_altri_r {
    color: #0f489b;
    width: 100%;
    text-align: center;
    display: block;
    height: 100px;
}

.image--type--category .image__body,
.image--type--product .image__body {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    height: 115px;
}


#owl-demo-2 .product-card {
    background-color: #fff;
}

#owl-demo-2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 240px;
}

#thumbnail-slider .splide__list {
    display: flex;
    /* Use flexbox */
    justify-content: center;
    /* Center the list items horizontally */
    padding: 0;
    margin: 0;
    list-style: none;
}

#thumbnail-slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    /* Optional: space between thumbnails */
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}

#thumbnail-slider .splide__slide img {
    display: none;
    /* Hide the image element */
}

#thumbnail-slider .splide__slide.is-active {
    border: 2px solid red;
    /* Indicate the active thumbnail */
}

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

/*.thumbnail img {
    height: 90px;
    width: auto;
}*/
.thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.splide__slide img {
    vertical-align: bottom;
    height: auto !important;
    min-width: auto !important;
}

.fancybox__container {
    z-index: 9999 !important;
}

.mycp-page-preferences {
    /*padding: 0px !important;*/
    width: 100%;
    min-height: 335px;
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px;
}

.block-posts-carousel--layout--grid .post-card,
.product__tabs,
.teammate,
.widget-filters--offcanvas--none {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.product__shop-features {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.product--layout--full .product__card,
.product-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.product--layout--full .product__info-card {
    background-color: initial;
    box-shadow: initial;
}

/* Stile per il contenitore dell'input e del pulsante */
.search-container {
    position: relative;
    width: 300px;
    /* Larghezza desiderata */
    margin: 0px auto;
}

/* Stile per l'input di testo */
.search-input {
    width: 100%;
    /* Larghezza dell'input meno la larghezza del pulsante */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* Arrotondare i bordi */
}

/* Stile per il pulsante con icona */
.search-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    /* Larghezza del pulsante */
    height: calc(100% - 2px);
    /* Altezza del pulsante (meno il bordo dell'input) */
    background-color: initial;
    /* Colore di sfondo del pulsante */
    border: none;
    border-radius: 0 5px 5px 0;
    /* Arrotondare i bordi */
    cursor: pointer;
}

/* Stile per l'icona all'interno del pulsante */
.search-icon {
    color: #000;
    /* Colore del testo dell'icona */
}

.descr {
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: max-height 0.3s ease;
}

.spec__value-content {
    width: 100%;
}

.show-more-button {
    position: absolute;
    bottom: -39px;
    right: 0;
    color: #0f489b;
    border: 1px solid;
    background-color: #fff;
    padding: 5px 10px;
}
/****proddetail STYLE *****/


/****brandFlexCss.php *****/
.x-collapse-flex {
    justify-content: flex-start;
    align-items: center;
}

.x-collapse-item {
    text-decoration: none;
    padding: 5px;
}

.accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    margin-left: 3px;
}

.x-collapse-item:last-child {
    margin-left: auto;
}
/****brandFlexCss.php *****/


.product-card__image {
    max-height: 200px; /* Adjust the height as needed */
    overflow: hidden;
}

.img-fit {
    object-fit: cover !important;
    object-position: center;
    width: 100%;
    height: 200px;
}

/* Your existing styles */
.text-ellipsis {
    text-overflow: ellipsis !important;
}

.text-ellipsis-4 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}