body {background: var(--main-background);color: var(--color-black);display: flex; flex-direction: column; min-height: 100vh}
.pagination .page-link {color: var(--btn-primary-color); }
header{position: relative; box-shadow: 0 2px 5px #999;background: #fff}
.header-cart-button-badge {position: absolute;bottom: -2px;right: -4px;background: var(--color-primary); border-radius: 4px;color: var(--color-white);padding: 2px 5px;font-size: 10px;line-height: 10px;}
.header-wish-button-badge {position: absolute;bottom: -2px;right: -4px;background: var(--color-primary); border-radius: 4px;color: var(--color-white);padding: 2px 5px;font-size: 10px;line-height: 10px;}
.header-cart-product{display: grid; grid-template-columns: auto 12fr; gap:12px;background: #fff; padding: 12px;margin-bottom: 12px;}
.header-cart-product:last-child{margin-bottom:0}
.header-cart-caption-top, .header-cart-caption-bottom, .header-cart-total, .header-cart-buttons{display: flex;justify-content: space-between;align-items: center; color: #000}
.header-cart-product-title, .header-cart-caption-bottom-right{font-size: 16px; font-weight: 600;}
.header-cart-product-quantity{background: #5f5144; padding: 2px 5px; color: #fff;}
.header-cart-total-label{font-weight: 400; font-size: 16px; line-height: 24px; color: #fff}
.header-cart-total-value{font-weight: 700; font-size: 16px; line-height: 24px; color: #fff}
.header-cart-caption-top{line-height: 16px; margin-bottom: 10px}
.header-cart-caption-bottom{border-top: solid 1px #5f5144;}
.header-cart-caption{display: flex; flex-direction: column; height: 100%}
.header-cart-buttons{margin-top: 16px;}
.header-cart-product-remove{background: red; border: none; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: #fff;border-radius:4px;}
.header-cart-btn-cart svg {height: 28px;}
.header-cart-btn-cart svg path {stroke: var(--color-white);}
.passuitata{color: #fff !important}
.header-cart-products{max-height: 392px; overflow-y: auto; margin-bottom: 10px;}
/* START Pop-up cart */
.popup-product{position: fixed; top:0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9999; display: flex; align-items: center; justify-content: center}
.close-popup-product{position: absolute; top: 0; left:0; width: 100%; height: 100%; z-index: 1; background: transparent;}
.popup-product-container{width: 50vw; max-width: 568px; min-width: 320px; background: #fff; padding: 100px; border-radius: 100%; aspect-ratio: 1 / 1; text-align: center; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center;}
.popup-product-title{font-size: 20px; font-weight: 600; text-transform: uppercase; margin-bottom: 32px;}
.popup-product-numeprodus{font-size: 18px; font-weight: 500; margin-bottom: 10px;}
.row-btn-popup-product{display: flex; gap: 10px; justify-content: space-between; margin-top: 32px;}
.btn-popup-product{background: #fff; border: solid 2px var(--btn-success-border); border-radius: var(--radius); height: 40px; line-height: 40px; padding: 0 10px}
.btn-popup-product:hover{background: var(--btn-success-background); color: #fff;}
/* END Pop-up cart */
.header-bottom{border-bottom: solid 1px #f1f1f1}
.header-icon-title{display: flex; gap: 10px; font-size: 14px; font-weight: 600; align-items: center; justify-content: center;}
.header-form-input label{font-weight: 600; font-size: 12px;}
.header-form-input input{margin-bottom: 5px;background: #f5f5f5}
.row-header-top{display:grid; grid-template-columns: 12fr auto; align-items: center;}
.row-header-bottom{display:grid; grid-template-columns: 1fr 8fr 1fr; align-items: center; grid-template-areas: "logoarea menuarea accessarea"; gap: 0 30px;z-index: 9999;}
.logoarea{grid-area: logoarea; display: flex; align-items: center; justify-content: center;padding: 10px 0 }
.logoarea img{max-height: 121px; padding: 20px 0;}
.searcharea{grid-area: searcharea;}
.accessarea{grid-area: accessarea; display: flex;align-items: center; height: 100%;}
.accessarea > div, .accessarea > a{padding: 0 10px;display: flex; align-items: center; height: 100%;}
.menuarea{grid-area: menuarea;}
.header-top{border-bottom: solid 1px var(--color-general-border);position: relative; z-index:9}
.header-drop{position:relative; height: 100%; display: flex; align-items: center;width:26px; direction:rtl; margin-left: -10px;}
.header-drop-down{display: none;position: absolute;right: 0px;top: 100%;min-width: 200px; max-width:400px; width: 25vw; background: #fff; z-index: 9; line-height: 30px; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5); padding: 20px; color: #000;direction:ltr}
.headerfix .header-drop-down{background: var(--color-dropdown)}
.header-drop:hover .header-drop-down{display: block;}
.header-drop-down a{color: #000;}
.header-account .header-drop-down a{color: #fff}
.header-drop-down a:hover{color: #fff; text-decoration: underline;}
.header-bottom-title{font-size: 20px; font-weight: 600; margin-bottom: 16px; text-align: center;}
#search{position: absolute;top: -200%;width: 100%; height: 100%; display: flex;align-items: center;background: rgba(255, 255, 255, 0.8); transition: all 0.3s ease-in-out; z-index: 999999;}
.searchshow{top:0px !important;}
.acasa #search{box-shadow: 0 2px 5px #999;}
.headerfix header{position: fixed;top:0;background: #5f5144;animation: headerfix 0.1s ease-in-out; width: 100%; z-index: 999999;}
@keyframes headerfix{
    0%{transform: translateY(-100px);opacity: 0;}
    100% {transform: translateY(0px);opacity: 1;}
}
.acasa{margin-top: 0 !important;}
.headerfix .header-bottom{padding:0;}
.headerfix .logoarea img{filter: invert(1); max-height: 70px;padding:0}
.headerfix .menuname{line-height: 70px; color: #fff}
.headerfix .header-search-button-icon circle{stroke: #fff}
.headerfix .header-search-button-icon path{fill: #fff}
.headerfix .icontoinvert{filter: invert(1)}
.headerfix .header-cart-button-badge{background: #8c857d}
.headerfix .header-wish-button-badge{background: #8c857d}
.headerfix .logoarea{padding: 10px 0;}
.acasa .logoarea img{padding:0;}
a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}
.form-control {
    border-color: var(--color-general-border);
}
.btn-link,
a {
    text-decoration: none;
    color: var(--color-href);
	transition: all 0.5s ease-in-out
}
.btn-link:hover,
a:hover {
    color: var(--color-href-hover);
}
.btn.btn-default {
    background: var(--btn-default-background);
    border-color: var(--btn-default-border);
    color: var(--btn-default-color);
}
.btn.btn-default:hover {
    background: var(--btn-default-hover-background);
    border-color: var(--btn-default-hover-border);
    color: var(--btn-default-hover-color);
}
.btn.btn-primary {
    background: var(--btn-primary-background);
    border-color: var(--btn-primary-border);
    color: var(--btn-primary-color);
}
.btn.btn-primary:hover {
    background: var(--btn-primary-hover-background);
    border-color: var(--btn-primary-hover-border);
    color: var(--btn-primary-hover-color);
}
.btn.btn-secondary {
    background: var(--btn-secondary-background);
    border-color: var(--btn-secondary-border);
    color: var(--btn-secondary-color);
}
.btn.btn-secondary:hover {
    background: var(--btn-secondary-hover-background);
    border-color: var(--btn-secondary-hover-border);
    color: var(--btn-secondary-hover-color);
}
.btn.btn-warning {
    background: var(--btn-warning-background);
    border-color: var(--btn-warning-border);
    color: var(--btn-warning-color);
}
.btn.btn-warning:hover {
    background: var(--btn-warning-hover-background);
    border-color: var(--btn-warning-hover-border);
    color: var(--btn-warning-hover-color);
}
.btn.btn-success {
    background: var(--btn-success-background);
    border-color: var(--btn-success-border);
    color: var(--btn-success-color);
}
.btn.btn-success:hover {
    background: var(--btn-success-hover-background);
    border-color: var(--btn-success-hover-border);
    color: var(--btn-success-hover-color);
}
.btn.btn-danger {
    background: var(--btn-danger-background);
    border-color: var(--btn-danger-border);
    color: var(--btn-danger-color);
}
.btn.btn-danger:hover {
    background: var(--btn-danger-hover-background);
    border-color: var(--btn-danger-hover-border);
    color: var(--btn-danger-hover-color);
}
.btn.btn-info {
    background: var(--btn-info-background);
    border-color: var(--btn-info-border);
    color: var(--btn-info-color);
}
.btn.btn-info:hover {
    background: var(--btn-info-hover-background);
    border-color: var(--btn-info-hover-border);
    color: var(--btn-info-hover-color);
}
.pagination .page-item.active .page-link {
    background-color: var(--btn-primary-color);
    border-color: var(--btn-primary-color);
}
.btnheader:hover{text-decoration: underline;opacity:1}
.searchtxtheader{text-align: center; font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.showheaderdrop{display: block !important}
.showheaderdrop2{display: block !important}