<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /* --bse-breadcrumb-divider: url("&amp;#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&amp;#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, "&gt;");
}

html {
    touch-action: manipulation;
}

.dropcart {
    width: auto;
}
/****HEADER STYLE *****/

div.header{
    box-shadow: unset !important;
}
* {
    font-family: Verdana !important;
}
.header__navbar{
    grid-column: 1 / 3 !important;
    padding: 0px 10px 0px 0px !important;
    min-height: unset !important;
}
.header__indicators {
    grid-column: 4 / 6;
    padding: 10px 20px !important;
}
.logo__image{
    padding-left: 47px;
}
.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;
}
.hidden_large {
    display: none;
}
.hidden_small{
    display: block;
}
.block-banners__item:before {
    background: #fff;
}
.block-banners__item{
    box-shadow: 0 1px 3px rgb(0 0 0 / .09);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 15px 10px !important;
}
.block-banners__item:hover{
    transform: scale(1.01);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.dropcart__item-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.relative{
    position:relative;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-radius: 10px;
}
.form_det_ric{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.form_det_ric button{
    height: auto;
    padding: 10px 0px !important;
    margin-left: 15px;
    border: 1px solid;
    border-radius: 10px;
}
@media (min-width: 1200px) {
    .products-list[data-layout="table"] .product-card .product-card__meta, .products-list[data-layout="table"] .product-card .product-card__rating {
        width: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-pack: center;
        justify-content: space-evenly;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #ebebeb;
    }
}
a .section-title__text {
    font-size: 15px;
    color: #000;
    flex-grow: 1;
    /* text-transform: uppercase; */
    font-weight: normal;
}
.departments__menu a{
    color: #000 !important;
}
.departments__menu a:hover{
    color: #e53631 !important;
}
.indicator__icon {
    position: absolute;
    padding: 2px;
    display: block;
    width: 30px;
    height: 30px;
}
.indicator__icon:hover{
    fill: #e52727;
}
.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;
    border-radius: 8px;
}

.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) {
    .boxstyle1{
        text-align: center !important;
    }
    .cart-area img{
        width: 40%;
    }
    .hidden_large {
        display: block !important;
    }
    .hidden_small{
        display: none !important;
    }
    .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: 100px;
        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: 130px;
    background-color: #f5f5f5 !important
}
.block-categories__body-decor .decor__center, .block-categories__body-decor .decor__end, .block-categories__body-decor .decor__start, .block-categories__title-decor .decor__center, .block-categories__title-decor .decor__end, .block-categories__title-decor .decor__start, .block-finder__decor .decor__center, .block-finder__decor .decor__end, .block-finder__decor .decor__start{
    background-color: #f5f5f5 !important
}
.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: 7px;
    font-size: 15px;
    transition: background-color .2s, color .2s;
    padding: 5px 10px;
    text-align: left;
    height: 30px;
}
.departments__button-icon{
    position:unset !important;
}
.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;
    transition: all 0.3s;
    padding: 5px;
}
.topbar--spaceship-start .topbar__link:hover {
    background: #333333;
    border-radius: 4px;
}
.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;
}
.site__header{
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: auto;
    background-color: #ffffff;
}
/**** HEADER STYLE *****/

/* NAV */
.tab-menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px !important;
    margin-bottom: 10px;
}
.tabInnerBlock{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tabInnerBlock a {
    text-decoration: none;
    color: #e52727;
    background-color: #ffffff;
    padding: 5px 15px;
    border-bottom: none;
    transition: background-color 0.3s, z-index 0.3s;
    position: relative;
    border: 1px solid #e52727;
    border-radius: 6px;
}

.tabInnerBlock a:hover {
    background-color: #e52727;
    color: #ffffff;
}

.tabInnerBlock a.active {
    background-color: #e52727;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
    margin-bottom: -2px;

}

@media screen and (max-width: 1200px) {
    .tab-menu{
        display:none;
    }
}

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

.block-finder__form{
    gap: 5px;
}

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

.splide--nav&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active,
.splide--nav&gt;.splide__track&gt;.splide__list&gt;.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;
}
.product-card .product-card__features{
    color:initial;
}
.product-card__name a{
    font-size: 15px;
    font-weight: 600;
}
.vehicle_span{
    font-size: 11px;
    padding-top: 5px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.list_trunc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.row {
    /*--bs-gutter-x: 0;
    --bs-gutter-y: 0;*/
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.product-card .product-card__addtocart-icon.active:before{
    transform: scale(1);
    background: #e52727;
}
.product--layout--full .product__card, .product-card {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / .09);
    border-radius: 0px 0px 10px 10px;
}
.post-card--layout--grid, .products-view__options, .products-view__pagination {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / .09);
    border-radius: 10px;
}
.image--type--category .image__tag, .image--type--product .image__tag {
    height: auto;
    border-radius: 10px;
}
.image--type--category .image__body, .image--type--product .image__body {
    padding-bottom: 66%;
}
.products-list[data-layout="table"] .product-card .image__body{
    padding-bottom: 75%;
}
.product-card:hover .contattaci_ricambi::before {
    background-color: green;
}
.product-card .product-card__addtocart-full {
    border-radius: 10px;
}
.product-card .product-card__compare, .product-card .product-card__wishlist {
    border-radius: 10px;
}
.boximage1{
    float:left
}
.boximage1 img{
    height:auto;
    width:150px
}
.boximage1.ricambi_nuovi{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/carparts/media/sections/1.png'); /* URL dell'immagine */
    background-size: contain;
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat;
}
.boximage1.ricambi_usati{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/public/images/ricambi-usatiss.jpg'); /* URL dell'immagine */
    background-size: contain;
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat;
}
.boximage1.accessori{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/public/images/accessori.jpeg'); /* URL dell'immagine */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.boximage1.ruote{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/public/images/ruotess.jpeg'); /* URL dell'immagine */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.boximage1.attrezzature{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/public/images/attrezzature.jpeg'); /* URL dell'immagine */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.boximage1.carrozz{
    width: 150px; /* Larghezza della parte immagine */
    height: 150px; /* Altezza della parte immagine */
    background-image: url('https://autozon.pro/public/images/materiali-consumos.jpeg'); /* URL dell'immagine */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.boxstyle2{
    float: right;
    width: calc(100% - 150px);
    font-size: 20px !important;
    font-weight: 100;
    text-align: end;
    padding-left: 15px;
    text-shadow: 1px 1px 3px #cccccc;
}
.boxstyle1{
    text-align: end;
    line-height: 20px;
    margin-top: 0px;
    font-size: 14px;
    padding: 10px 10px;
    float: left;
    width: calc(50% - 10px);
    text-align: end;
}
@media (max-width: 767.98px) {
    .products-list[data-layout="list"] .product-card .product-card__image {
        padding: 0px !important;
        width: 100% !important;
    }
    .boxstyle2 {
        line-height: initial;
        padding: 39px 0px;
        width: 50%;
        padding-left: 0px;
        font-size: 17px !important;
        font-weight: normal;
    }
    .boximage1{
        height: 100px !important;
        width: 50%  !important;
    }
    .products-list[data-layout="list"] .image--type--category .image__body, .image--type--product .image__body {
        padding-bottom: 67%;
    }
    .block-banners__item {
        margin: 15px;
        width: calc(50% - 30px);
        min-height: 85px;
        padding: 0px 10px 0px 0px !important;
        position: relative;
        border-radius: 7px;
        overflow: hidden;
        z-index: 0;
    }
}

@media (max-width: 767.98px) {
    .products-list[data-layout="list"] .product-card .product-card__image .image {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .products-list[data-layout="list"] .product-card .product-card__image {
        padding: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        align-content: stretch;
        justify-content: space-evenly;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .sidebar--offcanvas--mobile .sidebar__body {
        position: fixed;
        top: 100px;
    }
}

@media (max-width: 767.98px) {
    .products-list[data-layout="list"] .product-card .product-card__meta {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .products-list[data-layout="list"] .product-card .product-card__footer {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .products-list[data-layout="list"] .product-card .product-card__features {
        font-size: 14px;
        letter-spacing: .3px;
        padding-top: 10px;
    }

    .products-list[data-layout="list"] .product-card .product-card__meta {
        display: none;
    }

    .products-list[data-layout="grid"] .oem_disp {
        display: none;
    }

}
.product-card--layout--grid .product-card__meta, .products-list[data-layout="grid"] .product-card .product-card__meta {
    padding: 15px 15px;/*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
@media (min-width: 1200px) {
    .products-list[data-layout="table"] .product-card .product-card__meta {
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }
}
.btn_altri_r {
    color: #0f489b;
    width: 100%;
    text-align: center;
    display: block;
    height: 100px;
}

.products-list[data-layout="grid"] .product-card .product-card__fit .status-badge__tooltip, .products-list[data-layout="list"] .product-card .product-card__fit .status-badge__text, .products-list[data-with-features="true"] .product-card .product-card__features {
    display: block !important;
}
.products-list[data-layout="grid"] .product-card .product-card__fit .status-badge__tooltip, .products-list[data-layout="list"] .product-card .product-card__fit .status-badge__text, .products-list[data-with-features="true"] .product-card .product-card__features .rating_body_div{
    display:none;
}


/*
.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;
    border-radius: 10px;
}
.block-zone__carousel-item .product-card .product-card__name {
    padding: 10px 16px;
    line-height: 1.1875;
}
.has-image[data-image-fit=contain] .fancybox__image {
    border-radius: 10px;
}
#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-card__addtocart-full.disabled{
    border: 1px solid #000;
    background-color: #fff !important;
}
.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;
}


/* Custom CSS */
.select2-container .select2-selection--single{
    border-radius: 8px !important;
}
.block-finder__form-control--button{
    border-radius: 8px;
}
.indicator:hover .indicator__button {
    background: unset;
}
a.logo{
    gap: 5px;
}
.mycp_menu_top{
    border-radius: 8px;
}</pre></body></html>