{LUPA SEARCH VERDE}
button.search-inline__button.btn.btn-link {
    background: #458500;
    color: white;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
} 

{BADGE NR PRODUSE IN FAVORITE/COS = PORTOCALIU}
.header__action[data-count]:after {
    background: #ed6f30;
}

{INCHIDERE MENIU PT HALF SCREEN}
@media only screen and (max-width: 991px) {
    .menu-widget-inline__menu {
    display: none;
}
}

{INALTIME BARA SEARCH}
.search-inline {
    height: 38px;    
}

{SPATIERI BARA SEARCH}
input.search-inline__input.form-control {
    padding: 6px 10px;    
}

{SPATIERI BARA SEARCH}
.search-inline__button-clear {
    right: 4rem;
    top: 11px;    
}

{SPATIERI BARA SEARCH}
.search-inline__button {
padding: 0.5rem 0.95rem;    
}

{SPATIERI HEADER}
@media (min-width: 992px) {
.header__wrapper {
    height: 5rem;
    min-height: 4rem;
}
}

{DIMENSIONARE LOGO}
.header__logo-image {
    max-width: min(100%,11.5rem);
}

{FONT MAI SUBTIRE IN MENIU}
@media (min-width: 992px) {
.header__menu-item>a {
    font-weight: 500;    
}
}

{ETICHETA DE REDUCERE SI PRODUS NOU IN PAGINI DE LISTING = PORTOCALIU SI ROTUNJITE}
.list-image__badges>*, .grid-image__badges>* {
   background: #ed6f30; 
   border-top-left-radius: 2rem;
   border-top-right-radius: 2rem;
   border-bottom-left-radius: 2rem;
   border-bottom-right-radius: 2rem;
   top:10px;
}

{ETICHETA DE REDUCERE SI PRODUS NOU IN PAGINA DE PRODUS = PORTOCALIU SI ROTUNJITE}
.product-summary__image-badges>* {
    background: #ed6f30;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

{ETICHETA DE REDUCERE SI PRODUS NOU IN PAGINA DE PRODUS = PORTOCALIU SI ROTUNJITE}
.grid-image__badges--right {
right:-2px    
}

{DIMENSIUNE SI CULOARE FONT PRET PRODUS IN PAGINILE DE LISTING}
span.product__info.product__info--price-gross {
    color: #ed6f30;
    font-size: 17px;
    font-weight: 620;
}

{DIMENSIUNE SI CULOARE FONT PRET PRODUS IN PAGINILE DE PRODUS}
span.product-summary__info.product-summary__info--price-gross {
    color: #ed6f30;
    font-size: 27px;
    font-weight: 700;
}

{DIMENSIUNE SI CULOARE FONT PRET INTREG IN PAGINILE DE PRODUS}

span.product__info.product__info--old-price-gross {
    font-size: 13px;
    display: block;
    width: 100%;
}

{PADDING PRODUCT GRID}
.product--grid {
    padding: 2px;
}

{EDI - SHADOW LISTING PRODUSE}
.product--grid:hover {
    box-shadow: 0 0 10px rgba(186, 186, 186, 0.8);
}

{BUTON ADAUGA IN COS}
.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:visited {
background-color: #458500;
border-color: transparent;
font-weight: 600;
}

{HOVER BUTON ADAUGA IN COS}
.btn-primary:hover {
    background-color: #689b35;
    border-color: transparent; 
    box-shadow: 0 0 10px rgba(158, 158, 158, 0.8);
    transform: scale(1.05);
}

{EDI - ROTUNJIRE COLTURI POZE BANNER MULTI-IMAGE}
.bslot-multi-image__cell {
   border-radius: 20px;

}

{EDI - SHADOW+ZOOM POZE BANNER MULTI-IMAGE}
.bslot-multi-image__cell:hover {
     box-shadow: 0 0 10px rgba(158, 158, 158, 0.8);
    transform: scale(1.01);
}
    
{BUTON PAGINATIE DIN LISTING PRODUSE}
.pagination__page-item--active>* {
background: #ed6f30;  
}

{TITLU FILTRE - SUBLINIAT SI BACKGROUND}
span.facet__title {
    background: #f4f5f6;
    border-bottom: 2px solid #458500!important;
    padding: 4px 0px 3px 5px!important;
}

{SKU DIN PAGINA DE PRODUS}
.product-summary__info.product-summary__info--sku {
    color: gray;
    font-size: 13px;
}

{SPATIU SUB TITLU PAGINA PRODUS}
h1.product-summary__heading {
    margin-bottom: 5px;
}

{BUTON ADAUGA IN COS IN PAGINA DE PRODUS - LATIME 100%}
.product-action.product-action--add-to-cart {
width:100%    
}

{BUTON ADAUGA LA FAVORITE IN PAGINA DE PRODUS - LATIME 100%}
.product-action.product-action--add-to-favorites {
    width: 100%;
    padding-top: 1rem;
}

{ANDU - BACKGROUND TITLU MENIU "CATEGORII PRODUSE"}
#header_menu_item_100025655 {
    background-color: #458500;
    justify-content: center;
    min-width: 220px;
}

{ANDU - DISPARE "Livrare gratuita pentru comenzi peste 500 lei" DIN PAGINA DE PRODUS}
.product-summary__info--shipping { 
    display:none; 
}

{ANDU - TITLU WIDGET LISTING PRODUSE TIP SLIDER - CULOARE/SUBLINIERE}
.widget-products-slider__heading span {
    border-bottom: 2px solid #458500;
    padding-bottom: 0.3125rem;
}

{ANDU - TITLU WIDGET LISTING PRODUSE TIP GRID - CULOARE/SUBLINIERE}
.widget-products-grid__heading span {
    border-bottom: 2px solid #458500;
    color: #2a3a42;
    padding-bottom: 0.3125rem;   
}

{ANDU - TITLU WIDGET PRODUCATORI - CULOARE/SUBLINIERE}
.widget-brands__heading span {
    border-bottom: 2px solid #458500;
    padding-bottom: 0.3125rem;
}

{ANDU - TITLU WIDGET VIZUALIZATE RECENT - CULOARE/SUBLINIERE}
.widget-recently-viewed__heading span {
    border-bottom: 2px solid #458500;
    padding-bottom: 0.3125rem;
}

{ANDU - BACKGROUND FOOTER}
.footer {
    background-color: #343a40;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;

}

{EDI - UMBRA MENIU PRINCIPAL DESCHIS}
.menu-inline>ul, .menu-tabbed>ul {
    box-shadow: 0 0 10px rgba(186, 186, 186, 0.8);
}

{ANDU - DIMENSIUNE FONT IN PRODUCT SUMMARY - TABURI PERSONALIZATE HTML}
.product-summary__info--tabs {
    font-size: 15px;
}

{ANDU - DIMENSIUNE FONT IN PRODUCT SUMMARY - TABURI PERSONALIZATE HTML}
.accordion__button {
    font-size: 15px;
}

{ANDU - CENTRARE BUTON SELECTARE CANTITATE}
.product-summary__info--quantity .quantity-spinner {
    display: flex;
    flex-flow: row nowrap;
    min-width: 100%;
    justify-content: center;
}

{ANDU - ROTUNJIT CASETA SELECTIE VARIATIE}
.product-summary__info .variant-attribute--select select {
    min-width: 13rem;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    width: 100%;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

{ANDU - SPATII DIN PAGINA PRODUS}
.product-summary__info {
    margin-top: 0.625rem;
}

{ANDU - CULOARE TEXT ADAUGAT LA FAVORITE}
.product-summary__save-wishlist--saved {
    color:#689b35;
}

{ANDU - DISPARE UN SPATIU DIN PAGINA DE PRODUS}
.product-summary__form {
    display: grid;
    grid-template-areas:
        "variants"
        "stock"
        "variant-attributes"
        "user-fields"
        "subscriptions"
        "bogo"
        "free-shipping"
        "bundle"
        "gift"
        "bulk"
        "sku"
        "ean"
        "quantity"
        "actions";
    grid-template-columns: minmax(0,1fr);
}

li#header_menu_item_100030539 {
    margin-left: auto;
}

li#header_menu_item_100030539 a {
    font-weight: 700;
}

#header_menu_item_100030539::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

li#header_menu_item_100030539 {
    display: flex;
    align-items: center;
}

.header__action--user {
    display: flex;
}