/*

 * Custom code goes here.

 * A template should always ship with an empty custom.css

 */
#wrapper .breadcrumb li:not(:last-child):after {
        content: "\f105";
        font: normal normal normal 14px / 1 FontAwesome;
        margin: 0 5px;
}
.sidebar .block-highlighted .title_block {
    background-color: transparent !important;
    line-height: 1;
}
#search_filters_brands .facet .title_block {
    display: none;
}
body#checkout .cart-grid-body.col-md-8{
    position: relative;
    padding-top: 100px;
}
.blockreassurance path#Shape {
    fill: #000 !important;
}
.category-products, .product-accessories, .viewed-products{
padding: 0;}
.product-variants {
    flex-wrap: wrap;
}

.product-variants > .product-variants-item {
    margin: 10px 20px 10px 0;
}

.header_logo {
    margin-right: auto;
}

#header .search-widget  {
    width: 100% !important;
    margin-bottom: .625rem;
    margin-top: .625rem;
}

.search-widget form button[type=submit] {
    right: 0 !important;
}

.search-widget form input[type=text]:focus+button {
    background: lightgray !important;
    border-radius: 6px !important;
}

#search_widget form i {
    position: relative;
    padding: 0;
}

.search-widget .popup-content {
  width: 100% !important;
}

#content .bg-fullwidth {
    position: relative;
    margin-bottom: 25px;
    height: 470px;
}

@media (min-width: 1200px){
    .ApMegamenu .leo-megamenu {
        display: inline-block;
        vertical-align: middle;
    }    
}

#header, #header .header-top, nav.leo-megamenu {
    background-color: #ffed00;
}

span.hasicon.menu-icon {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


.hasicon .menu-title {
    padding-left: 26px;
}

.product-variants {
    flex-wrap: wrap;
}

.product-countdown .product-price-and-shipping {
   padding-bottom: 22px;
}

.product-countdown .price_cart_box {
   height: 50px;
}

.product-countdown .leo-bt-cart {
   padding: 10px;
}
/* Limitează înălțimea listelor de filtre și adaugă scrollbar discret */
#search_filters ul {
    max-height: 200px; /* Ajustează înălțimea în pixeli după preferință */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Personalizare aspect scrollbar (să arate bine pe motorbikers.ro) */
#search_filters ul::-webkit-scrollbar {
    width: 4px;
}

#search_filters ul::-webkit-scrollbar-thumb {
    background-color: #f1bc00; /* Poți pune aici culoarea galben/portocaliu din logo-ul tău */
    border-radius: 10px;
}

#search_filters ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Stilizare Tabel Fișă Tehnică - motorbikers.ro */
.product-features {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #e0e0e0; /* Contur exterior */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.product-features dl.data-sheet {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    background-color: #fff;
}

.product-features .data-sheet dt.name, 
.product-features .data-sheet dd.value {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee; /* Linie între rânduri */
    min-height: 45px;
    display: flex;
    align-items: center;
}

/* Coloana din stânga (Etichete) */
.product-features .data-sheet dt.name {
    width: 35%;
    background-color: #f9f9f9; /* Gri foarte deschis pentru contrast */
    font-weight: 600;
    color: #333;
    border-right: 1px solid #eeeeee; /* Linie verticală despărțitoare */
}

/* Coloana din dreapta (Valori) */
.product-features .data-sheet dd.value {
    width: 65%;
    margin: 0;
    color: #666;
}

/* Efect de rând alternativ (Zebra Stripe) pentru lizibilitate */
.product-features .data-sheet:nth-of-type(even) {
    background-color: #fafafa;
}

/* Elimină ultima linie de jos pentru un aspect curat */
.product-features .data-sheet:last-of-type dt, 
.product-features .data-sheet:last-of-type dd {
    border-bottom: none;
}

/* Ajustare pentru mobil */
@media (max-width: 767px) {
    .product-features .data-sheet dt.name, 
    .product-features .data-sheet dd.value {
        width: 100%;
        border-right: none;
    }
    .product-features .data-sheet dt.name {
        background-color: #f1f1f1;
        padding-bottom: 5px;
        min-height: auto;
    }
}


