 
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
	font-style: italic;
	font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face { 
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}
 
 @font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

 @font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;	
    font-display: swap;	
}


 :root, [data-bs-theme=light] {
     --bs-blue: #616f66;
     --bs-indigo: #6610f2;
     --bs-purple: #6f42c1;
     --bs-pink: #d63384;
     --bs-red: #dc3545;
     --bs-orange: #fd7e14;
     --bs-yellow: #ffc107;
     --bs-green: #198754;
     --bs-teal: #20c997;
     --bs-cyan: #0dcaf0;
     --bs-black: #000;
     --bs-white: #fff;
     --bs-gray: #6c757d;
     --bs-gray-dark: #343a40;
     --bs-gray-100: #f7f9ff;
     --bs-gray-200: #e9ecef;
     --bs-gray-300: #dee2e6;
     --bs-gray-400: #ced4da;
     --bs-gray-500: #adb5bd;
     --bs-gray-600: #6c757d;
     --bs-gray-700: #495057;
     --bs-gray-800: #343a40;
     --bs-gray-900: #212529;
     --bs-primary: #616f66;
     --bs-secondary: #868C9F;
     --bs-success: #06B26A;
     --bs-info: #e23d28;
     --bs-warning: #FFC107;
     --bs-danger: #F46538;
     --bs-light: #f7f9ff;
     --bs-dark: #e23d28;
     --bs-primary-rgb: 97, 111, 102;
     --bs-secondary-rgb: 134, 140, 159;
     --bs-success-rgb: 6, 178, 106;
     --bs-info-rgb: 13, 26, 63;
     --bs-warning-rgb: 255, 193, 7;
     --bs-danger-rgb: 244, 101, 56;
     --bs-light-rgb: 245, 245, 245;
     --bs-dark-rgb: 13, 26, 63;
     --bs-primary-text-emphasis: #052c65;
     --bs-secondary-text-emphasis: #2b2f32;
     --bs-success-text-emphasis: #0a3622;
     --bs-info-text-emphasis: #055160;
     --bs-warning-text-emphasis: #664d03;
     --bs-danger-text-emphasis: #58151c;
     --bs-light-text-emphasis: #495057;
     --bs-dark-text-emphasis: #495057;
     --bs-primary-bg-subtle: #cfe2ff;
     --bs-secondary-bg-subtle: #e2e3e5;
     --bs-success-bg-subtle: #d1e7dd;
     --bs-info-bg-subtle: #cff4fc;
     --bs-warning-bg-subtle: #fff3cd;
     --bs-danger-bg-subtle: #f8d7da;
     --bs-light-bg-subtle: #fcfcfd;
     --bs-dark-bg-subtle: #ced4da;
     --bs-primary-border-subtle: #9ec5fe;
     --bs-secondary-border-subtle: #c4c8cb;
     --bs-success-border-subtle: #a3cfbb;
     --bs-info-border-subtle: #9eeaf9;
     --bs-warning-border-subtle: #ffe69c;
     --bs-danger-border-subtle: #f1aeb5;
     --bs-light-border-subtle: #e9ecef;
     --bs-dark-border-subtle: #adb5bd;
     --bs-white-rgb: 255, 255, 255;
     --bs-black-rgb: 0, 0, 0;
     --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
     --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
     --bs-body-font-family: var(--bs-font-sans-serif);
     --bs-body-font-size: 1rem;
     --bs-body-font-weight: 400;
     --bs-body-line-height: 1.5;
     --bs-body-color: #212529;
     --bs-body-color-rgb: 33, 37, 41;
     --bs-body-bg: #fff;
     --bs-body-bg-rgb: 255, 255, 255;
     --bs-emphasis-color: #000;
     --bs-emphasis-color-rgb: 0, 0, 0;
     --bs-secondary-color: rgba(33, 37, 41, 0.75);
     --bs-secondary-color-rgb: 33, 37, 41;
     --bs-secondary-bg: #e9ecef;
     --bs-secondary-bg-rgb: 233, 236, 239;
     --bs-tertiary-color: rgba(33, 37, 41, 0.5);
     --bs-tertiary-color-rgb: 33, 37, 41;
     --bs-tertiary-bg: #f7f9ff;
     --bs-tertiary-bg-rgb: 247, 249, 255;
     --bs-heading-color: inherit;
     --bs-link-color: #616f66;
     --bs-link-color-rgb: 97, 111, 102;
     --bs-link-decoration: underline;
     --bs-link-hover-color: #e23d28;
     --bs-link-hover-color-rgb: 0, 0, 0;
     --bs-code-color: #d63384;
     --bs-highlight-color: #212529;
     --bs-highlight-bg: #fff3cd;
     --bs-border-width: 1px;
     --bs-border-style: solid;
     --bs-border-color: #dee2e6;
     --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
     --bs-border-radius: 10px;
     --bs-border-radius-sm: 10px;
     --bs-border-radius-lg: 0.9rem;
     --bs-border-radius-xl: 1rem;
     --bs-border-radius-xxl: 2rem;
     --bs-border-radius-2xl: var(--bs-border-radius-xxl);
     --bs-border-radius-pill: 50rem;
     --bs-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 50, 0.06);
     --bs-box-shadow-sm: 0 0 0.3rem rgba(0, 0, 0, 0.09);
     --bs-box-shadow-lg: 0 0.5rem 0.5rem rgba(0, 0, 50, 0.09);
     --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
     --bs-focus-ring-width: 0.25rem;
     --bs-focus-ring-opacity: 0.25;
     --bs-focus-ring-color: rgba(31, 162, 191, 0.25);
     --bs-form-valid-color: #198754;
     --bs-form-valid-border-color: #198754;
     --bs-form-invalid-color: #dc3545;
     --bs-form-invalid-border-color: #dc3545;
}
.fs-titlu {
  font-size: 4rem;
}
.bg-orange {
  background-color: rgb(97, 111, 102);
}
.btn-secondary {
  background-color: #e23d28!important;
  border :1px #e23d28 solid!important;
}
.btn-secondary:hover {
  background-color: #616f66!important;
  border :1px #616f66 solid!important;
}
.text-defib {
  color: #e23d28 solid!important;
}
.bg-defib {
  background-color: #e23d28 solid!important;
}
body{
	font-family: "Inter";
}

select option{
	font-family: "Arial";
	
}


h1{
	font-size:1.2rem;
}

h2{
	font-size:1.1rem;
}

.display-4{
	font-size:1.2rem;
}
.z-4 { z-index:4 }
.text-justify { text-align:justify!important; }
.border-dark { border-color: rgb(223, 224, 228) !important; }
.custom-select{
	background-color: #fff;
	width:100%;
	display: inline-block;
	border-radius: 10px;
	border: var(--bs-border-width) solid var(--bs-border-color);
    padding: .375rem .75rem;
}
.border-menu { border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color); }


.custom-control-input{
	margin:0 0.7rem;
}


.grecaptcha-badge{
	opacity:0!important;
}

.list-group,
.card{
	border:0px solid transparent !important;
	border-radius:0;
--bs-list-group-border-color: transparent;
--bs-list-group-border-width:0;
--bs-list-group-border-radius:0;
}

.list-group-item.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-list-group-active-border-color);
}

.custom-font{
	font-family: "OpenSans", sans-serif;    
	font-weight: bold;
	    font-style: italic;
}

.btn-primary{
	background-color:#616f66;
	border-color:#616f66;
}
.btn-primary:hover{
	background-color:#4d5851;
	border-color:#4d5851;
}

.btn-outline-primary{
	color:#616f66;
	border-color:#616f66;
}
.btn-outline-primary:hover{
	background-color:#e23d28;
	border-color:#e23d28;
}

.btn-outline-primary:active{
  background-color: var(--bs-primary);
}

.btn-check:checked + .btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check) + .btn:active,
.btn:disabled, fieldset:disabled .btn {
  border-color: transparent;
}

hr{

    border-top-color:var(--bs-secondary);

}

 a:hover{
     color:#e23d28;
}


.link-dark:focus, .link-dark:hover {
  color: var(--bs-primary) !important;
  text-decoration-color: var(--bs-primary) !important;
}

input[type="checkbox"]{
	cursor:pointer;
}

.form-check-input:checked {
  background-color :var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-input:focus {
  box-shadow: none;
}

.alert-warning p {
	margin:0!important;
}

#NwsModal .btn-close {
	width: 70px;
	height: 70px;
	position: absolute;
	content: "";
	background: #fff;
	border-radius: 0 29% 0 100%;
	top: 0;
	right: 0px; 
	border-top:0;
	border-right:0;
	border-left: 2px solid #b1afaf;
	z-index:3000;
	opacity:1;background-image:none;
	pointer-events:auto;	
  }
#NwsModal .btn-close::after {
	position: absolute; 
	content: "X";
	width: 36px;
	height: 36px;
	top: 13px;
	right: 15px;
	opacity: 0.55;
	font-size: 27px; 
	z-index:4;
  }

/*
.modal-backdrop {
  background-color: transparent;
}
*/
.EditComponent{

	height:0;
	position:relative;
	z-index:1;
}
/*
.EditComponent>a{
	display:block;
	height:0;
	line-height:0;
}

.EditComponent>a>img{
	display:block;
	margin-top:-32px;
	margin-left:54px;
}
*/
.active > .page-link, .page-link.active {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary);
}


.page-link{
	width:44px;
	font-size: 0.9rem;
}

.page-link:hover {
  color: var(--bs-light);
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary);
}

.page-link:focus {

  box-shadow: none;
}

 .smalldecimal{
     display:inline;
     vertical-align:top;
     font-size:0.6rem;
     line-height:1.2rem;
}
 .link-primary:focus, .link-primary:hover {
     color:#e23d28 !important;
     -webkit-text-decoration-color: #e23d28 !important;
     text-decoration-color: #e23d28 !important;
}

 .top-menu>div>.navbar-toggler:focus{
     box-shadow: none;
} 

#categmanu .nav-item{

  min-height:39px;
}

 .top-menu>.navbar-collapse>.navbar-nav>.nav-item>.nav-link:hover,
 .top-menu>.navbar-collapse>.navbar-nav>.dropdown:hover>.dropdown-toggle,
 .top-menu>.navbar-collapse>.navbar-nav>.dropdown>a.show
 {
     background-color: var(--bs-light) ;
}
 .top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-toggle::after {
     display: block;
     vertical-align: center;
     content: "";
     border-top: none;
     border-right: 1px solid #777;
     border-bottom: 1px solid #777;
     border-left: none;
     width:6px;
     height:6px;
     transform-origin: center;
     transform: rotate(-45deg);
     position:absolute;
     top:1rem;
     right:2rem 
}

.offcanvas-backdrop{
	z-index:1 !important;
	background-color:rgba(255,255,255,0.1);
}


.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;

}


.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}


.form-control:focus {
    box-shadow: none;
}

#shopModal {
	background-color:rgba(255,255,255, 0.5);
}

#shopModal .modal-dialog{
	position:absolute;
	top:116px;
	right:0;
	bottom:0;
	z-index:1060;
}
.sticky #shopModal .modal-dialog {
     top:84px;
 }
.shop-modal-out{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}

.usermenuactive>div>.active{
	color: var(--bs-primary) !important;

}


.dropdown-shop-bottom{
	left:8px !important;
	right:8px !important; 
	transform: translate(0, -50px) !important; 
}

.usermenuactive>div>.active>.text-bg-secondary {
background-color:#616f66 !important;
}

.btn-shadow{
	box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.09);
}


.DelFav,
.DelItem,
.DelItem2{
	cursor:pointer; width:26px; height:26px; line-height:16px; border:1px solid #eee;
}

.DelItem2 { line-height: inherit;}

.DelItem:hover,.DelItem2:hover{
border-color: var(--bs-btn-hover-border-color);
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 100%;
  height: 4px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: -999px;
  cursor: pointer;
background-color: #ccc;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  transition: none;
}

.carousel-indicators .active{
	background-color: var(--bs-primary);
}

.custom-carousel .carousel-btn:nth-child(2){ 
	left:0; top:50%;
	margin-top:-20px;
}

.custom-carousel .carousel-btn:nth-child(3){
	right:0; top:50%;
	margin-top:-20px;
}

.custom-scroll,
.show-scroll .carousel-container {
  -ms-overflow-style: none;
  overflow:auto;
    scrollbar-width: thin !important;
  scrollbar-color: var(--bs-primary) var(--bs-light);
}

 

/* Works on Chrome, Edge, and Safari */
.custom-scroll::-webkit-scrollbar{
	  width: 12px !important;
}

.show-scroll .carousel-container::-webkit-scrollbar {
  width: 12px !important;
}

.custom-scroll::-webkit-scrollbar-track{
	  background: var(--bs-light);
}
.show-scroll .carousel-container::-webkit-scrollbar-track {
  background: var(--bs-light);
}

.custom-scroll::-webkit-scrollbar-thumb{
	  background-color: var(--bs-primary);
  width:20px;
}

.show-scroll .carousel-container::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  width:20px;
}

 
.prodGall .badges span,
.boxprod .badges span{
    margin-top: 10px;
    color: #fff;
    padding: 0 14px 0 14px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.badge-lichidare {
    border-radius: 10px 0 0 10px;   
    background: linear-gradient(to right, #ff7373, #f00) !important;
}
.badge-redus {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, #616f66, #ee5991) !important;   
}
.badge-new {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, #0ab735, #4fd771) !important;
}
.badge-deal {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to right, #4c4f4d, #838a85) !important;  
}

.box-prod-img{
	width:222px;
	height:222px;
}

.box-prod-img img{
	max-width:90%;
	max-height:90%;
}

.boxprod .boxprodimg1,
.boxprod:hover .boxprodimg2{
	display:block;
}

.boxprod:hover .boxprodimg1,
.boxprod .boxprodimg2{
	display:none;
}
.box-status{
	 max-width:155px;
	 font-size:12px;
	/*  margin-left:-22px; 
	/* margin-right:-22px; */
	 white-space:nowrap
} 
.box-status2 {
	margin-top: -20px;
}

.box-prod-title{
	min-height:72px;
	font-size:1.2rem;
}


#prodbuy .active,
.boxprod .active{
background-color: var(--bs-primary);
	border-color: var(--bs-primary);
color:white;
}

#prodbuy .active:before,
.boxprod .active:before{
	content:"\2713";
	margin-right: 4px;
	
}


.bottom-content .box-highlight{
	background:none !important;
}

.bottom-menu a:hover{
	color: #000 !important;
}


.btn-filt::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  width:8px;
  height:8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  position:absolute;
  top:50%;
  right:2rem;
  margin-top:-5px;
  transform-origin: center;
  transform: rotate(135deg);
  
}

/* multiselect bootstrap */
/*.multiselect{width:214px;}
.multiselect-container li:first-child{
position:relative;
}
.multiselect-container li:first-child:before{
   content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
width:29px;
height:29px;
line-height:29px;
font-size:21px;
text-align:center;
position:absolute;
z-index:3;
top:4px;
left:auto;
right:4px;
}
*/

.boxbrand {
	min-height:200px;
}
.boxbrand a {
	margin: auto;
}

.breadcrumb{
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.breadcrumb::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.prodbrand{
	width:110px;
	height:110px;
}


#filtrareModal .btn.show{
	background-color: var(--bs-primary) !important;
	border-color:: var(--bs-primary) !important;
	color: white !important; 
}

.nav-tabs button{
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;	
	margin-bottom:-2px;
	border-bottom: 3px solid #fff;
	color:var(--bs-secondary) !important;

}

.nav-tabs .active{
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-bottom: 3px solid var(--bs-primary) !important;
	margin-bottom:-2px;
	color:var(--bs-primary) !important;
}


.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-primary);
  /*--bs-table-bg-type: rgba(31, 162, 191, 0.1);*/
} 

.table > :not(caption) > * > * {
  color: var(--bs-primary);
  background-color:  rgba(31, 162, 191, 0.03);
}

tbody, td, tfoot, th, thead, tr {
  border-color: #fff;
}

 .nav-tabs{
	 font-size: 0.9rem !important;
 }
 
.starrr .text-secondary{
	display:inline-block;
	width:19px;
height:19px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='%23868C9F' viewBox='0 0 16 16'><path d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z'/></svg>");
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:6px;
}

.starrr .text-warning{
	display:inline-block;
	width:19px;
height:19px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 16 16'><path fill='%23FFC107' d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/></svg>");
	background-repeat:no-repeat;
	cursor:pointer; 
	margin-right:6px;
}

.form-select:focus {
  box-shadow: none;
}

.form-select.text-primary{
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231FA2BF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.serach-review button:hover svg path{
	stroke: var(--bs-primary);
}


.highlboxes p{
	margin:0;
	padding:0;
	
}
 .top-menu>.navbar-collapse>.navbar-nav .dropdown-item,
 .top-menu>.navbar-collapse>.navbar-nav .dropdown-toggle{
	 white-space: normal !important;
 }

/***** DEFIB *****/ 
.box-info{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-info-popup{ max-width: 55%;margin-left: 40px; min-height:200px }
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.other-img::before {
  content: attr(alt);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40px; 
}

.icon-bottom {
  font-size: 45px;
  height: 50px;
  width: 85px;
  line-height: 37px;
  overflow: hidden;
  color: #000;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -41px;
  text-align: center;
  border-radius: 13px;
}
.icon-bottom2 {
  top: -37px;
  border-bottom: 2px solid #000;
}

.slidercontent {
  width: 100%; 
  aspect-ratio: 8 / 3;
}

.marquee {
  width:100%;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  height: 40px;
  background: #f9f9f9;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 35s linear infinite;
}

.marquee a {
  float: left;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.marquee:hover div {
  -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
    animation-play-state: paused;
}

.marquee-vertical {
  width: 60px;
  overflow: hidden;
  padding: 5px 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color:#000;
  transform: translateX(-50%);
}
.marquee-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    align-items: center;
    animation: marquee-scroll 12s linear infinite;
}

.marquee-content span {
    writing-mode: vertical-lr;
    transform: scale(-1);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    white-space: nowrap;
}

@keyframes marquee-scroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

.mesaj-whats {
  display:none;
}
.whats-float:hover > a > .mesaj-whats {
  display:inline-block;
}
.whats-float {
  position: fixed;
  transform: translate(104px,0px);
  bottom: 65px;
  right: 0;
  width: 155px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 4px 0 0 4px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px,0px);
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding: 2px 15px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.filter-box a {
    color:#000;
    text-decoration:none;
}
.filter-box a:hover {
    color:var(--bs-primary);
    text-decoration: underline;
}
.filtcolapse {
  max-height: 200px;
  overflow: hidden;
}
 #usermenu>div>button>.badge{
	position: absolute;
	left: 1.40rem;
	font-size: 11px;
	line-height: 10px;
	padding: 4px 5px;
  border: 2px solid #fff;
}
#navbarsContainer{
	z-index:3 !important;
}
.top-menu>div>.navbar-toggler:focus{
	box-shadow: none;
} 


#categmanu>.navbar-nav>.dropdown>.dropdown-toggle::after {
	display: block;
	vertical-align: center;
	content: "";
	border-top: none;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: none;
	width:8px;
	height:8px;
	transform-origin: center;
	transform: rotate(45deg);
	position:absolute;
	top:0.94rem;
	right:0.3rem;
}



.nav-item-mega {
	position: static;
}
.nav-item-mega .dropdown-menu {
	top: 39px;
	left: 0px;
	right: 0px;
	max-width: 1200px;
  }
  
.boxprod {
    border: 1px solid #ddd9d9;

}

.boxtop{
    border-radius: calc(20px / 2);
}
.boximg {
    width:100%;
    height:100%;
    border-radius: calc(20px / 2); 
    --media-ratio: 1.0;  
    aspect-ratio: 1 / 1;
    padding: 10px 0;
}
.boxname{
    height: 50px;
    overflow: hidden;
}
.add-cart {
    padding:1.3rem 1.8rem;
    /* border-radius: 70px; */
    line-height: 24px;
}
.add-cart:hover {
    background-color: #616f66;
    border-color: #616f66;
    color: #fff;
}
.btn-fav {
  /*  border-radius: calc(20px*90); */
    border:1px solid #ddd9d9;
    max-width: 58px;
    background-color: #fff;
    color: #616f66!important;
}
.btn-fav:hover {
    color:#fff!important;
    background-color:#000;
}
.btn-fav.active {
  color:#fff!important;

}
.btn-fav:before{
  content:""!important;
  margin:0!important;
}
.other-img {
    max-width: 40px;
    max-height: 40px;
}  
.other-img:hover {
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important;
}
.add-compare {top:10px; right:10px;z-index:1;border: 1px solid #ddd9d9;}  

  

 @media (min-width: 992px) { 
 .nav-cats .navbar-nav-scroll { flex-wrap: wrap; }   
 .embed-responsive-item {  min-height:400px; }

 .nav-tabs{
	 font-size: 1.2rem !important;
 }
 
 .revstars{
	 border-right:1px solid #D9D9D9;
 }
 
#prodtop .static-container #fullScrZoomIn,
#prodtop .static-container #fullScrZoomOut,
#prodtop .static-container .carousel-container{
	height:500px;
}
 
.fs-container{
    position: fixed !important;
    z-index: 99999 !important;
}

#prodtop .fs-container #fullScrZoomIn,
#prodtop .fs-container #fullScrZoomOut,
#prodtop .fs-container .carousel-container{
	height: 90vh;
}


#prodtop .carousel-container img{
	width:auto !important;
	height:auto !important;
	max-height: 98%; 
	max-width: 98%;
}

 	#filtrareModal{
	    position: relative;
	    display: block !important;
		overflow:visible;
		z-index:2 !important;
	}

	#filtrareModal .modal-header{
		display: none;
	}
	
	#filtrareModal .modal-dialog{
		width:100%;
		max-width:100%;
		margin:0;
	}
	
	#filtrareModal .modal-content{
		background:none;
	}
 
 .top-menu>.navbar-collapse{
     top:84px !important;
     left:1rem !important;
     right:1rem !important;
     position:absolute !important;
	 z-index:3 !important;
}

     .top-menu>.navbar-collapse>.navbar-nav{
         width:25%;
		 height:560px;
	          box-shadow: var(--bs-box-shadow);
    }
	
	
	
     .top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-menu{
         position:absolute !important;
         top:0 !important;
         left:25%;
		 margin-left:-20px !important;
         right:0;
		 z-index:2;
		 height:560px;
		 background:none !important;
    }
	
	     .top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-menu>.row{

         background: linear-gradient(90deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 1%);
         box-shadow: var(--bs-box-shadow);
		 margin-left:20px;
		 margin-right:0;
		 
		 }
	
     .top-menu>.navbar-collapse>.navbar-nav>.dropdown:hover>.dropdown-menu{
         display:block;
    }
	
	
	
     .top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-menu .dropdown-item:hover{
         color: var(--bs-primary);
    }
	
	 
}
 .sticky{
     position:fixed;
     top:0;
     left:0;
     right:0;
     /*z-index: 14;*/
     z-index: 1057;
	 box-shadow: 0 20px 30px #0000001a !important;
}

.btn-filtre{
	position:absolute;
	bottom:-170px;
	left:0;
	border-bottom-left-radius: 12px !important; 
	width: 110px; 
	height:60px;
	transform-origin: top left;
  transform: rotate(-90deg);
  display:none;

}

/*
.sticky .btn-filtre{
	display:block;
}*/



 .logo{
     max-width:223px;
     max-height:60px;
}

.prodGall .carousel-nav li{
	background-color:#fff;
	filter: contrast(0.9);
}

.offsetTop{
	padding-top:42px;
}

.gdpr-over {
	width: 100%;
	height: 100%;
	background-color: rgba(189, 184, 184, 0.74);
	position: fixed;
	z-index: 1058;
}
.gdpr {
	z-index:1059;
}
#procesatori input[type="checkbox"]{
	transform: scale(1.5);
}
#top {
  right: 50px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  float: right;
  transition: all 1s;
  opacity: 0;
  transform: translateY(-200px) rotateY(180deg);
  z-index: 9999;
  width: 40px;
  height: 40px;
  color: #666;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}


 @media (min-width: 1400px){
	 #prodbuy{ 
		 box-shadow: var(--bs-box-shadow-sm);
		 height: 700px;
	 }
	 
	 
 .prodGall .fs-container .carousel-container{
	 
		 border:none;
 }
	 

	 
	 .prodInfo,
	 .prodGall{
		 box-shadow: var(--bs-box-shadow);
	 }
	 
	 
	.prodInfo{
	z-index:2;
	}

	.prodInfo:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-5px;
	width:10px;
	background-color:#fff;
	}
 
	 
     .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         max-width: 1415px;
    }
}
@media (max-width: 1625px) and (min-width: 1400px) {
	.box-highlight{
		padding: 0 !important;
	}
}
@media (max-width: 2100px) and (min-width: 1500px) {
  .col-xl-5r{
    width: 19.99999997%!important;
  }
}
@media (min-width: 1500px) { 
  .col-xxxl-2 {
    width: 16.66666667%;
  }
}


@media (max-width: 1400px) {
  .img-responsive {
    width: 100%;
  }
	.box-prod-title{
		min-height:72px;
		font-size:1rem;
	}
}


@media (max-width: 1199px){
    
.marquee-vertical {
    display: block;
    width: 100%;
    height:60px;
    top: 46%;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color:#000;
    transform: translateY(-50%);
    overflow: hidden;
}
.marquee-content{
    flex-direction: row;
    animation: marquee-scroll 5s linear infinite;
    width: auto;
}
.marquee-vertical span {
    writing-mode: horizontal-tb;    
    line-height: 60px;
    transform: scale(1);
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.caseta-stanga { padding:0 0 60px 0; }
.caseta-dreapta { padding:0; }
}
 @media (max-width: 992px) {
.fs-titlu {
  font-size: 2.5rem;
}
  .slidercontent {
    width: 100%; /* Sau o lățime fixă */
    aspect-ratio: 1 / 1;
  }
  
 #tabdescriere table td {
    display: block !important;
    width: 100% !important;
  }
  #tabdescriere table td img, #tabdescriere img {
    width: 100% !important;
    height: auto!important;
  }     
.pop-cat {
    max-width: 150px;
    margin: 0 auto;
    padding-top: 10px;
}     
.border-menu { border:none; }
.boxprod{     
    max-height:unset;   
} 


      
    .nav-cats { overflow:hidden;width:100%;height:45px;padding-top:17px!important} 
    .nav-cats .navbar-nav-scroll { flex-wrap: nowrap;overflow-x: scroll; }   
    .nav-cats::after{
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      pointer-events: none;
      background: rgb(245,245,245);
      background: linear-gradient(90deg, rgba(245,245,245,0.05924376586572133) 0%, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 77%);       
      width:47px;
      height:47px;
      float:right;
    }
	.embed-responsive-item {  min-height:200px; }
	.boxbrand {
		min-height:100px;
	}

	
	#top { bottom:130px; right:7px; }
    .articol-blog img, .articol-blog iframe { width:100%; height: auto; }
 
	.model-filtre { background-color:rgba(134, 140, 159, 0.66) !important; z-index: 4000;}	 
	 .stickybuy{
		 position:fixed;
		 bottom:0;
		 left:0;
		 right:0;
		 width:100%;
		box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
	 }
	 
	  	#filtrareModal .modal-content{
		box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
	}
	 
	 .sortare{
		 position: fixed;
		box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
		top:auto;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		z-index:1056;
		background-color:white;
	 }
	 
	 
	.top-menu>.navbar-collapse>.navbar-nav{
	width:100%;
	}
	.top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-menu{
	left:0;
  
	}
	
	/*
	.top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-menu>.row>ul{
	border-bottom:1px solid #ccc !important;
	}*/
	
	
	.top-menu>.navbar-collapse{
	top:68px !important;
	}
	.top-menu>.navbar-collapse>.navbar-nav>.dropdown>.dropdown-toggle::after {
	transform: rotate(45deg);
	}
	.top-menu>.navbar-collapse>.navbar-nav>.dropdown>.show::after {
	transform: rotate(-135deg);
	}

	#categmanu .nav-item{
		width:100%;
    z-index:1000;
	}
	#categmanu>.navbar-nav{
		width:100%;
	}
	#categmanu>.navbar-nav>.dropdown>.dropdown-menu{
    left:0;
    z-index: 10;
    position: relative;
    top: 0;
  }
	
	#categmanu>.navbar-nav>.dropdown>.dropdown-toggle::after {
	transform: rotate(45deg);
	right:2rem;
	}
	#categmanu>.navbar-nav>.dropdown>.show::after {
	transform: rotate(-135deg);
	}

	.box-prod-img{
	width:193px;
	height:193px;
	}
	
 .iconite-sociale svg{
	 width:48px;
	 height:48px;
 }
 
 .sticky .btn-filtre{
	 display:none;
/*	position:static;
	top:auto;
	left:auto;
	border-radius: 12px !important; 
	width: 36px; 
	height:42px;
	transform-origin: center;
  transform: rotate(-90deg);
  */
}

}


 @media (max-width: 767px) {
	 
	 
.offsetTop{
	padding-top:52px;
}

	 
	 .prodbrand{
	width:120px;
	height:120px;
}
	 
	 .page-link{
	 width:36px;
	 }
     .logo{
       /*  max-width:135px; */
         max-height:44px;
	}	

	#shopModal .modal-dialog{
	top:116px;
	}

	.custom-carousel .carousel-btn:nth-child(2){ 
	left:8px;
	}

	.custom-carousel .carousel-btn:nth-child(3){
	right:8px;
	}
	
.box-status{
	 width:180px;
	 	 margin-left:0px; 
	 margin-right:0px; 
} 
.box-status2 {
    margin-top: 0;
}

.box-prod-title{
	min-height:64px;
	font-size:0.86rem;
}



.casete-info-prod .box-highlight,
.casete-info-prod .box-highlight span,
.casete-info-prod .box-highlight p{
	text-align: left !important;
}

.casete-info-prod .rounded-circle{
	position:static !important;
	margin:0 auto !important;
	box-shadow: none !important;
	height: 110px !important;
}

.casete-info-prod .box-highlight br {
	position:fixed !important;
	display:none !important;
}

.custom-carousel h3{
	font-size: 1.1rem !important;
}

.custom-carousel>div>.btn{
	font-size:0.9rem;
}
}
 