@import url('font.css');

html {
	scroll-behavior: smooth;
}


.container {
	max-width: 1536px;
}

p {
	margin: 0 0 10px;
	color: #7a7a7a;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fw-bold {
	font-weight: bold;
}

.center {
	text-align: center;
}
*{
	overflow-wrap: break-word;
}
a,
label {
	transition: all 0.35;
}

.home-breadcrumb{
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

a:hover,
label:hover {	transition: all 0.35s;}

a.btn.more:hover{background-color:var(--linkHover);transition: all 0.35s;}

form div {
	position: relative;
}

form .error-text {
	position: absolute;
	bottom: -15px;
	left: 15px;
}

#formContact .error-text {
	left: 0px !important;
}

@media(max-width:991px) {
	main {
		padding-top: 120px !important;
	}
}

@media(max-width:576px) {
	main {
		padding-top: 120px !important;
	}
}


h1,
.h1-search-result {
	color: var(--basic);
	font-size: 32px;
	margin: 10px 0 10px;
	font-weight: bold;
}

@media(min-width:992px) {
	.h1-search-result {
		max-width: 50vw;
	}
}

@media(max-width:991px) {
   h1,
	.h1-search-result {
		margin: 10px 0 10px;
		font-size: calc(0.95vw + 0.95vh + 0.95vmin);
	}
}

@media(min-width:395px) and (max-width:576px) {
   h1{margin-bottom:20px!important;}
	.h1-search-result {
		margin: 0 40px 12px auto;
		line-height: 2rem;
		font-size: 26px;
	}
}

@media(max-width:394px) {
  h1{margin-bottom: 20px;margin-right: 46px;}
	.h1-search-result {
		margin: 0 40px 13px auto;
		font-size: 25px;
		line-height: initial;
	}
}

h2,
.h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.01em;
	color: var(--basic);
	text-transform: unset;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

h3,
.h3 {
	font-size: 2.4rem;
	color: var(--basic);
	display: block;
	margin: unset !important;
	letter-spacing: unset !important;
	text-align: unset !important;
	position: unset !important;
	text-transform: unset !important;
}

@media(max-width:767px) {

	h3,
	.h3 {
		padding: 1.15rem 0 1rem 0;
	}
}

h6,
.h6 {
	font-size: 18px;
	margin: 10px auto;
	color: var(--type1gray);
	font-weight: 500;
	max-width: 63% !important;
	text-align: Center;
	line-height: 27px;
	text-transform: unset;
}

body,
button,
input,
textarea {
	font-family: 'Inter', 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

main {
	padding-top: 157px;
}

header {
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #EB1700;
	z-index: 999;
	position: fixed;
	left: 0px;
	right: 0px;
	background-color: #fff;
}

header a:hover,
label.submenu:hover {
	color: red;
}

header li.hasChildren>a.submenu:after {
	border: 1px solid var(--basic);
	border-width: 0 2px 2px 0;
	display: inline-block;
	content: "";
	padding: 3px;
	transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	width: 8px;
	height: 8px;
}
header .hasChildren>.hasChildren>.hasChildren:hover ul.submenu{left:100%!important;}


header #MainMenu label.submenu:hover:after {
	transform: rotate(45deg);
	transition: transform 0.3s;
	border: 1px solid red;
	border-width: 0 2px 2px 0;
	display: inline-block;
	content: "";
	padding: 3px;
	margin-left: 8px;
}

header .logo img {
	height: 46px;
	width: 148px;
}

header .top-line {
	border-bottom: 1px solid #E5E5E7;
}

/*** for HEADER and FOOTER  ***/
.main-menu ul li a,
.main-menu ul li label {
	font-size: 14px;
	transition: color .3s;
	margin-right: 20px;
	color: var(--basic);
	font-weight: 600;
}

.menu.head a[href="/contacte/"] {
	margin-left: auto;
}

header .contacte {
	color: var(--basic);
	font-weight: 600;
	align-self: center;
}

.menu.head{
	max-width:90%!important;
}

.block-language label {
	display: flex;
	align-items: center;
	gap: 6px;
}

.block-language label .arrow.down {
  margin-top: -4px;
  margin-left: 0px;
}

@media(max-width:991px) {
	header .search-container input {
		background-size: 16% 57% !important;
		max-width: 26vw;
		padding: 12px 46px !important;
	}
	
	
}

header .pre-header a,
header .pre-footer label {
	font-size: 19px;
	font-weight: normal;
}

header .sec-header {
	border-bottom: 1px solid var(--lightGray);
	background-color: #fff;
}


.main-menu ul li.active a {
	text-decoration: underline;
}



@media(min-width:992px) {
	header.scrolled {
		position: fixed;
		top: -79px;
		left: 0px;
		right: 0px;
		z-index: 99999;
	}

	
}

@media(min-width:326px) and (max-width:991px) {
	header.scrolled {
		top: 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		z-index: 99999;
	}
}

@media(min-width:577px) and (max-width:1199px) {
	header {
		height: unset !important;
	}
}

@media(max-width:576px) {

	.main-menu.footer ul li a {
		margin: 7px;
		line-height: 37px;
	}

	header .logo img {
		height: 40px;
		width: 130px;
	}
}

/**********END of 576*************/

.forslider-block span:after {
	display: inline-block;
	content: '';
	width: 17px;
	height: 21px;
	background: url('/templates/default/images/right.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 3px;
}

.search-container{display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative;}

.search-container:has(input:focus){
	border-radius: 3px!important;
  outline: 1px solid var(--basic);
}

.search-container:has(input:focus) .close-input{
  content: '';
  background-image: url('/templates/default/images/close-input.svg');
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  background-position: center center;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0 !important;
  position: absolute;
  top: 4px;
  right: 90px;
  display: inline-block;
}

.search-container input {
	position: relative;
	background-image: url('/templates/default/images/search-svgrepo-com.svg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 21px 19px;
	box-sizing: border-box;
	font-size: 13px;
	padding: 12px 25px 12px 40px;
	border: 1px solid #efefef;
	height: 46px;
}



.search-container input:focus~.close-input {
	content: '';
	background-image: url('/templates/default/images/close-input.svg');
	background-repeat: no-repeat;
	background-size: auto;
	width: 40px;
	height: 40px;
	background-position: center center;
	z-index: 0;
	margin-top: 0px;
	margin-bottom: 0 !important;
	position: absolute;
	top: 4px;
	right: 63px;
	display: inline-block;
}



.search-container input:placeholder {
	margin-left: 10px;
	border-radius: 7px;
}

.search-container button {
	width: 87px;
	height: 46px;
	color: var(--basic);
	font-size: 12px;
	font-weight: bold;
	margin-left: -4px;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #efefef;
	border-radius: 0px 7px 7px 0px;
}
header .fav-and-cart{max-width:286px;display:flex;flex-direction:row;}
header .selected{	width:121px;}

@media(max-width:1099px){
	header .selected{	width:51px;}
	header .fav-and-cart {  max-width: 135px;}
}
@media(max-width:991px){
	header .selected:fisrt-child{	display:none;}
	
}

header .selected button img {
	margin-left: 5px;
	display: inline-block;
}

.button{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #fff;
	height: 44px;
	padding: 0 12px;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--basic);
	border: 1px solid #efefef;
	border-radius: 5px;
	position: relative;
}
.button.myFavorite:before{
	content:url('../images/heart-icon.svg');
}
.button.myFavorite.has:before{
	content:url('../images/heart-full.svg');
}

.topCartInfo .countInfo{
	display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #EB1700;
  padding-top: 1px;
}

a.format-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #fff;
	height: 44px;
	padding: 0 12px;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: var(--basic);
	border: 1px solid #efefef;
	border-radius: 5px;
	position: relative;
}


.favoriteActionDel .for-del::before {
  content: '';
  display: inline-block;
  background-image: url('/templates/default/images/heart-full.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
}
.favoriteActionAdd .for-add::before {
  content: '';
  display: inline-block;
  background-image: url('/templates/default/images/heart-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
}
a.format-1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
}

a.format-1>img {
	width: 19px;
	height: 19px;
}

header .countInfo {
	display: inline-block;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background-color: var(--red);
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	border: 1px solid #EB1700;
	padding-top: 1px;
}

.block-language {
	position: relative;
	align-self: center;
}

.block-language input {
	display: none;
}

.block-language input:checked~nav {
	display: flex;
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 99999;
	padding: 12px 15px;
	border: 1px solid var(--lightGray);
}

.block-language nav {
	display: none;
	flex-direction: column;
	z-index: 9;
	background-color: #fff;
}

.block-language nav a {
	display: flex;
	align-items: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: var(--basic);
	font-weight: 600;
}

.block-language label {
	display: flex;
	align-items: center;
	line-height: 54px;
	margin: 0;
	font-weight: 600;
}

.block-language label:hover {
	color: red;
	transition: all 400ms ease;
}
.block-language label:hover i{border: solid red;border-width: 0 2px 2px 0;}
.block-language label:hover span{color:red;}

@media(max-width:991px) {
	.block-language.mobile {
		justify-content: start;
		align-items: center;
		display: flex;
	}

	#MainMenu .block-language.mobile nav {
		display: none;
	}

	#MainMenu .block-language.mobile input#lang-status-mobile:checked~nav {
		display: block;
		position: absolute !important;
		top: 46px;
		left: 0px !important;
		z-index: 1;
	}
}

.block-language img {
	margin-right: 8px;
}

@media(max-width:991px) {
	.block-language {
		display: none;
	}
}

#MainMenu .block-language {
	margin-bottom: 10px;
}

#MainMenu .block-language nav {
	position: relative !important;
	display: flex;
	flex-direction: row;
}

#MainMenu .block-language nav a:first-child {
	margin-right: 25px;
}

label i.arrow {
	border: solid var(--basic);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 7px;
}

label i.arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

label i.arrow.down:hover {
	border: solid red;
	border-width: 0 2px 2px 0;
}

.menu.head>li>a.submenu,
.menu.head>li>a.submenuactive {
	min-height: 77px;
	padding-left: 0px !important;
}

@media(min-width:992px) {
	#MainMenu li:hover>a.submenu+ul.submenu {
		overflow: unset;
		max-height: max-content;
		display: block;
		border: 1px solid var(--lightGray);
		min-width: max-content;
	}

	#MainMenu ul.submenu li:hover>a.submenu+ul.submenu {
		top: 0%;
		left: 100%;
	}

	#MainMenu ul.submenu {
		position: absolute;
		top: 100%;
		padding: 15px 0;
		background: #FFF;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		z-index: -1;
		flex-direction: column;
		align-items: start;
		justify-content: start;
		min-width: 200px;
		z-index: 1;
	}

	#MainMenu ul.submenu li {
		list-style-type: none;
		min-height: 42.9px;
		position: relative;
		display: flex;
	}

	#MainMenu ul.submenu {
		max-height: 0px;
		overflow: hidden;
		padding: 0px;
	}

	#MainMenu a.submenu,
	#MainMenu a.submenuactive {
		position: relative !important;
		color: var(--basic);
		align-items: center;
		padding: 12px 11px;
		display: flex;
		min-width: 100%;
	}


	#MainMenu .menu.head>li {
		position: relative;

	}

	#MainMenu label[for="MainMenu-status"] {
		display: none;
	}

}

@media(min-width:992px) and (max-width:1199px) {
	#MainMenu ul.submenu li:hover>.submenu+ul.submenu {
		top: 0% !important;
		left: 125% !important;
		margin-left: unset;
		position: absolute;
	}
}



@media(max-width:576px) {
	header .top-line {
		border-bottom: unset;
		max-width: 62vw;
		margin-left: auto;
		margin-right: 0px;
	}

	header .search-container {
		display: none !important;
	}

	#MainMenu {
		top: 251px !important;
	}

	header .selected button img {
		margin-left: 0px;
		vertical-align: middle;
		display: table-cell;
	}
}

@media(max-width:400px) {
	header .top-line {
		max-width: 70vw !important;
	}
}

header .mm-span {
	display: none;
}

/********** BEGIN MEDIA 991 **********/
@media (max-width:991px) {

	.main-menu ul li a,
	#MainMenu label.submenu {
		font-size: 17px;
		line-height: 42px;
	}

	header li.hasChildren>label.submenu {
		display: flex;
		align-items: center;
	}

	header li.hasChildren>label.submenu:after {
		border: 1px solid;
		border-width: 0 2px 2px 0;
		display: flex;
		align-items: center;
		content: "";
		padding: 3px;
		transform: rotate(45deg);
		margin-left: 8px;
		position: relative;
		width: 8px;
		height: 8px;
	}


	.btn.more.absolute {
		left: 23% !important;
		top: 56% !important;
	}

	#MainMenu .menu.head input:checked~ul.submenu {
		border: unset !important;
		margin-left: unset;
	}

	header #MainMenu ul ul label.submenu:hover::after {
		border-color: var(--red);
	}

	.vanzarea-aparaturii .row p {
		text-align: center !important;
	}


	#MainMenu .menu.head {
		padding: 15px 0 40px;
		display: block;
	}


	header .mm-span {
		display: inline-block;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    padding-left: 0px;
    padding-right: 0px;
	}

	header .pre-header .address a {
		font-size: 17px;
	}

	#MainMenu-hamburger {
		display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='10 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 10h100M4 20h100M4 30h100'/%3E%3C/svg%3E");
    width: 44px;
    background-size: 24px 48px;
    height: 44px;
    background-position: center center;
	}

	#MainMenu label[for="MainMenu-status"] {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 28px;
		height: 28px;
		font-size: 33px;
	}

	#MainMenu {
		position: absolute;
		top: 88px;
		height: auto;
		background-color: #fff;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		left: -25px;
		opacity: 0;
	}

	#MainMenu-status:checked~#MainMenu {
		opacity: 1;
		max-height: max-content;
		overflow: auto; 
		height:100vh;
		left: 0px;
		box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		z-index: 999;
		transition: height 0.4s ease-out;
		padding-left: 0;
		padding-right: 0;
		margin-top: -0.45rem;
		
		padding-bottom:45px;
	}

	#MainMenu-status:checked+label[for="MainMenu-status"] {
		display: block;
	}

	#MainMenu ul li {
		padding-top: unset;
		line-height: 42px;
		display: inline-block;
		text-align: left;
		width: 100%;
		float: none;
		margin-left: 50px;
	}

	#MainMenu .menu.head ul.submenu,
	#MainMenu .menu.head ul.submenu ul.submenu {
		display: none;
	}


	#MainMenu .menu.head input:checked~ul.submenu {
		display: block;
		padding-top: unset;
		position: unset;
	}

	#MainMenu .menu.head ul.submenu input:checked~ul.submenu {
		display: block;
		padding-top: unset;
		position: unset;
		min-width:249px;
	}

	#MainMenu ul.submenu li {
		display: block !important;
		margin-left: 0;
		min-height: unset;
	}

	#MainMenu ul.submenu li a,
	#MainMenu ul.submenu li label {
		color: red;
		white-space: wrap;
		display: block;
		line-height: 42px;
	}

	#MainMenu ul.submenu li a:before,
	#MainMenu ul.submenu li label:before {
		content: '';
		display: inline-block;
		background-image: url('/templates/default/images/red-right-arrow.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 10px;
		height: 9px;
		margin-right: 5px;
	}

	#MainMenu ul ul a.submenu::after {
		border-color: var(--red);
	}

	#MainMenu ul.submenu .img,
	#MainMenu ul ul ul {
		display: none;
	}

	header .pre-header .row div {
		text-align: center;
	}

	header .logo {
		margin: 0 auto;
		text-align: center;
		justify-content: center;
	}
}

/**********END of MEDIA 991 **********/

@media(min-width:577px) and (max-width:767px) {
	#MainMenu-status:checked~#MainMenu {
		margin-top: -9px;
	}
}

@media(max-width:576px) {
	#MainMenu-status:checked~#MainMenu {
		margin-top: -173px;
	}

	#MainMenu .menu.head>li {
		padding-left: 0;
		margin-left: 26px;
	}
}

@media (min-width:743px) and (max-width: 1199px) {
	footer a {
		font-size: 17px;
	}
}

@media (max-width:742px) {
	footer {
		min-height: 150px;
	}

	footer a {
		font-size: 14px;
	}

	.block-language.mobile input:checked~nav {
		left: 75px !important;
	}
}

@media (max-width: 450px) {
	.block-language.mobile input:checked~nav {
		left: 25px !important;
	}
}

/***********MAIN**********/


#descopera2,
#descopera1 {
	background: #fff;
}

#descopera2 .row,

#descopera1 .row {
	position: relative;
}

#descopera2 .slick-dots,
#descopera1 .slick-dots {
	display: none !important;
}

#descopera2 .slick-dotted.slick-slider,
#descopera1 .slick-dotted.slick-slider {
	margin-bottom: unset !important;
}

#descopera2 .slick-dots li button::before,
#descopera1 .slick-dots li button::before {
	background-color: rgba(255, 255, 255, 0.5);
}

#descopera2 .block-content,
#descopera1 .block-content {
	font-weight: bold;
	font-size: 2.5rem;
	position: absolute;
	top: 50%;
	left: 10.5%;
	transform: translate(0%, -50%);
	text-align: left;
	max-width: 25%;
	line-height: 46px;
}

@media(min-width:1071px) and (max-width:1550px) {

	#descopera2 .block-content,
	#descopera1 .block-content {
		max-width: 39%;
		line-height: 37px;
		font-size: 1.9rem;
		left: 6%;
	}
	
}

@media(max-width:1070px) {

	#descopera2 .block-content,
	#descopera1 .block-content {
		font-size: 1.85rem;
		left: 3%;
		max-width: 35%;
		line-height: 40px;
	}
}

@media(min-width:768px) and (max-width:991px) {

	#descopera2 .block-content,
	#descopera1 .block-content {
		font-size: 1.55rem !important;
		left: 2%;
		max-width: 43%;
		line-height: 32px;
	}
}

@media(max-width:767px) {

	#descopera2 .block-content {
		line-height: 32px !important;
		text-align: center;
		font-size: 23px !important;
		font-weight: 700 !important;
		top: 80%;
		left: 50%;
		transform: translateX(-50%);
		min-width: 550px;
		/* max-height: 128px; */
		/* overflow: hidden; */
	}

	#descopera2 .btn.more.absolute {
		left: 50% !important;
		top: 88% !important;
		min-width: 325px;
	}

	#descopera2 img {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 140px;
	}

}


@media(max-width:576px) {

	#descopera2 .block-content {
		min-width: 400px !important;
		font-size: 22px !important;
		top: 76% !important;
		/* max-height: 128px; */
		/* overflow: hidden; */
	}

	#descopera2 .btn.more.absolute {
		top: 88% !important;
		margin-left: 0px;
		min-width: 294px;
	}

	#descopera2 img {
		padding-bottom: 160px !important;
	}

}


@media(max-width:450px) {
	#descopera2 .block-content {
		min-width: 350px !important;
		font-size: 21px !important;
		top: 71% !important;
		/* max-height: 128px; */
		/* overflow: hidden; */
	}

	#descopera2 .btn.more.absolute {
		top: 86% !important;
		margin-left: 0px;
		min-width: 294px;
	}

	#descopera2 img {
		padding-bottom: 186px !important;
	}
}

@media (max-width: 350px) {
	#descopera2 .block-content {
		font-size: 18px !important;
		top: 70% !important;
		max-height: 128px;
		/* overflow: hidden; */
		/* line-height: 23px !important; */
	}

	#descopera2 .btn.more.absolute {
		top: 86% !important;
		margin-left: 0px;
		min-width: 294px;
	}

	#descopera2 img {
		padding-bottom: 198px !important;
	}
}


@media(max-width:767px) {

	header .search-container input {
		max-width: 22vw;
	}

	.grid-container-collections {
		justify-items: center;
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)) !important;
	}

	.grid-container-collections .grid-item {
		padding-top: 10% !important;
		width: unset !important;
		height: unset !important;
		min-width: 320px;
		padding-left: unset !important;
		padding-bottom: unset !important;
		padding-right: unset !important;
	}

	.grid-container-collections .cardd-header a img {
		height: unset !important;
		width: unset !important;
	}

	.grid-container-collections .cardd-body a {
		top: 58px !important;
	}
}

/********** END media 767 *****************/
@media(max-width:631px) {
	.grid-container-collections .grid-item {
		min-width: 375px;
	}
}

.down_arrows {
	cursor: pointer;
}

.down_arrows:before,
.down_arrows:after {
	content: "";
	display: block;
	border-left: 14px solid #000;
	border-bottom: 9px solid #000;
	width: 55px;
	height: 32px;
	transform: skew(59deg) rotateX(60deg) rotateY(-18deg);
	margin-bottom: -28px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:1200px) {

	.down_arrows::before,
	.down_arrows::after {
		content: "";
		display: block;
		border-left: 13px solid #000;
		border-bottom: 13px solid #000;
		width: 28px;
		height: 26px;
		transform: skew(59deg) rotateX(72deg) rotateY(-18deg);
		margin-bottom: -28px;
		margin-left: auto;
		margin-right: auto;
	}
}
.product-buttons select {width:50%;background-color:#fff;border:1px solid #efefef;border-radius:7px 0px 0px 7px;}
.product-buttons select option{color:rgba(133, 140, 149, 1)!important;font-size:12px;}
.product-buttons select option b{font-size:14px;font-weight:bold;color:#000;} 

.product-buttons .nice-select {width: 50%!important;border-radius: 5px 0px 0px 5px!important;}
.nice-select .option {border:1px solid transparent;}
.product-buttons .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: rgb(255, 241, 240)!important;
  border: 1px solid rgb(255, 199, 193)!important;
}

.product_overview .brandmain_top_detail p {
	font-size: 21px;
	line-height: 39px;
}

.product_overview .productSecifications {
	list-style-type: none;
	padding-left: unset;
}

.product_overview .productSecifications li {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	font-size: 17px;
	color: #807f7f;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_overview .productSecifications li span {
	display: inline-flex;
	font-size: 17px !important;
}

.product_overview .productSecifications li .second-child-det {
	border-bottom: 1px solid var(--lightGray);
	flex-grow: 2;
	margin: 0 10px;
}

.slider-title {
	margin-bottom: 37px;
}

#product_overview {
	position: relative;
}

#product_overview .slider-control {
	position: absolute;
	top: 80%;
	left: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-left: 20px;
	justify-content: space-between;
	padding-right: 20px;
	z-index: 0;
}

@media(min-width:1200px) and (max-width:1399px) {
	#product_overview .slider-control {
		top: 77% !important;
	}
}

@media(max-width:1199px) {
	#product_overview .slider-control {
		top: 75%;
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media(max-width:991px) {
	#product_overview .slider-control {
		top: 74%;
	}

	#product_overview .arrowb span {
		font-size: 64px !important;
	}

	#product_overview .arrowb {
		width: 32px !important;
		height: 84px !important;
	}

	.product_overview .brandmain_top_detail {
		margin-top: 20px;
	}
}

@media(max-width:431px) {
	#product_overview .slider-control {
		display: none !important;
	}

	.product_overview .brandmain {
		margin: 30px 0 !important;
	}

	.product_overview .brandmain_detail>p,
	.product_overview .brandmain_top_detail {
		font-size: 18px !important;
		line-height: 27px !important;
		margin-top: 20px;
	}

	.product_overview .charac-det li {
		font-size: 17px !important;
	}
}

.slider-control .control.prev,
.slider-control .control.next {
	position: relative;
}

.slider-control li {
	list-style-type: none;
}

.arrowb {
	margin: 0px auto;
	width: 96px;
	height: 114px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	transition: color 400ms;
}

.arrowb:active,
.arrowb:hover {
	color: var(--basic);
	transition: color 400ms;
}

.arrowb span {
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transition: left 0.4s;
	font-size: 79px;
	transform: translateX(-50%);
}

/****BREADCRUMBS*****/
ul.breadcrumbs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	margin: 10px 0 0 0;
	background-color: #fff;
	padding: 30px 15px 25px 0px;
	flex-wrap: wrap;
}

ul.breadcrumbs li {
	margin: 0 4px;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
}

ul.breadcrumbs li:not(:last-child)::after {
	display: inline-flex;
	margin: 0 0.125rem 0 0.125rem;
	content: " > ";
}

ul.breadcrumbs li a {
	transition: all .3s;
	text-decoration: underline;
	margin: 0 6px;
	text-underline-offset: 2px;
	font-size: 16px;
	color: var(--basic);
}

@media(max-width:450px) {
	ul.breadcrumbs li {
		margin: 0px 0px;
	}

	ul.breadcrumbs li a {
		font-size: 14px;
	}
}

ul.breadcrumbs li:last-child a {
	text-decoration: none !important;
}

ul.breadcrumbs li a:hover {
	color: var(--linkHover);
}

/*****END BREADCRUMBS***********/

.big_title>div {
	margin-bottom: 40px !important;
	font-size: 17px;
	padding-left: 0 !important;
}


@media(max-width:991px) {
	.produse .name-by-cat {
		flex-direction: column !important;
	}

	.produse .name-by-cat li {
		text-align: center;
	}

	.produse .name-by-cat li:nth-child(2) {
		margin-left: unset !important;
	}
}


@media(max-width:576px) {
	.btn.more {
		margin-left: 10px;
	}
}

.photo-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.85rem;
}

@media (max-width: 991px) {
	.photo-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.photo-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 567px) {
	.photo-gallery {
		grid-template-columns: repeat(1, 1fr);
	}
}

.photo-gallery span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.photo-gallery span img {
	width: 100%;
}

#galerie-foto p {
	margin: 0 0 33px 0;
}

#content-links .h3 {
	margin: 20px 0;
}

#content-links a {
	display: inline-block;
	margin: 8px 0;
	font-size: 16px;
}

#content-links a:hover,
#content-links a:focus {
	color: #ff0000 !important;
	text-decoration: underline;
}

input.larger {
	width: 18px;
	height: 18px;
	display: none;
}

.section [type="checkbox"]:not(:checked)+label,
.section [type="checkbox"]:checked+label {
	font-size: 21px;
	padding-left: 17px;
	font-weight: 400;
	cursor: pointer;
}

.category-filter-title {
	color: #000 !important;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.200rem;
	padding: 0;
}

.filter-type {
	display: flex;
	flex-direction: column;
}

.filter-type>div {
	display: inline-flex;
}

.filter-type .filter-item-color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 10px;
	border: 0.1px solid #797979;
	margin-top: 5px;
}

.filter-type .filter-title-color {
	font-size: 21px;
	padding-left: 17px;
	font-weight: 400;
	cursor: pointer;
}

.filter-type div span {
	font-size: 19px;
	cursor: pointer;
}

.category_all_items {
	list-style-type: none;
	padding-left: unset;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 0.75rem 0.65rem;
	align-items: center;
}

.category_all_items li {
	max-width: 366px;
}

.category_all_items li p.product-title a {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto;
}

.category_all_items li p.product-title a:hover {
	color: var(--basic);
}

.category_all_items li>* {
	display: flex;
	justify-content: start;
	align-items: center;
}

.category_all_items li span {
	display: inline-block;
}

.category_all_items li span img {
	max-width: 366px;
}

.category_all_items span {
	padding: 19px 49px;
	background-color: var(--lightGray);
	text-align: center;
	width: 370px;
	height: 311px;
	border-radius: 7px;
}

@media(min-width:992px) and (max-width:1199px) {
	.category_all_items span {
		padding: 11px 22px;
		max-width: 330px;
		height: auto;
	}

	.category_all_items {
		justify-items: center;
	}

	.category_all_items li span img {
		max-width: 286px !important;
	}
}

@media(min-width:736px) and (max-width:991px) {
	.category_all_items {
		justify-items: center;
	}

	.category_all_items span {
		padding: 11px 22px;
		max-width: 320px;
		height: auto;
	}

	.category_all_items li span img {
		max-width: 286px !important;
	}
}

@media(max-width:735px) {
	.category_all_items {
		justify-items: center;
	}

	.category_all_items span {
		padding: 11px 22px;
		max-width: 310px;
		height: auto;
	}

	.category_all_items li p.product-title a {
		text-align: center;
	}

	.category_all_items li span img {
		max-width: 266px !important;
	}
}


.grid-container-collections {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 0.75rem 0.65rem;
	place-items: center;
}

.grid-container-collections .grid-item {
	padding: 18px 48px;
	background-color: var(--lightGray);
	text-align: center;
	width: 375px;
	height: 311px;
	border-radius: 7px;
}

.grid-container-collections .cardd-body a {
	position: relative;
	top: 23px;
	text-transform: capitalize;
	font-size: 22px;
	transition: color 400ms ease;
}

.grid-container-collections .cardd-body a:hover {
	color: var(--basic);
}

.contacts_main .h2 {
	text-align: left;
	color: #181818;
	font-size: 32px;
	text-transform: unset;
	font-weight: 700;
	letter-spacing: unset;
	margin-bottom: 15px;
}

.contacts_main .h6 {
	margin: unset;
	text-align: left;
	color: var(--type1gray);
	font-size: 18px;
	max-width: unset !important;
	font-weight: 400;
	line-height: 26px;
}


#submitBtn {
	padding: 12px 92px;
	font-size: 15px;
	font-weight: 600;
}

#submitBtn:hover {
	opacity: 0.75;
}


#formContact p {
	text-align: start;
	font-size: 12px;
	color: var(--linkHover);
	line-height: 14px;
}

#formContact :is(input, textarea) {
	background-color: #F8F9FB;
	padding-left: 13px;
	border: 1px solid #E5E5E7;
}


#product-images-big img {
	border: 1px solid var(--lightGray);
	max-width: 705px;
	max-height: 689px;
	margin-left: 1.95rem !important;
}

#product-images-small .slick-list.draggable {
	min-width: 183px;
	margin-right: 7px;
}

#product-images-small img {
	border: 1px solid var(--lightGray);
	min-width: 183px;
	min-height: 143px;
	margin-bottom: 10px;
}

/* #product-images-small .slick-track{
	margin-left: -10px;
} */

@media(max-width:991px) {
	#product-images-small {
		margin-top: 10px !important;
	}

	#product-images-small img {
		min-width: unset !important;
		min-height: unset !important;
		margin-top: 10px !important;
	}

	#product-images-small .slick-track {
		column-gap: 5px;
		display: flex;
		justify-content: space-between;
	}

  .text_descr{margin-top:30px;}
  
	.text_descr h1 {
		font-size: 26px !important;
		margin-right: 0px;
		line-height: 32px !important;
	}

	#product-images-small .slick-list.draggable {
		padding-left: unset !important;
		padding-right: unset !important;
		margin-right: 0px !important;
	}

	#product-images-big img {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100% !important;
		max-height: 100% !important;
		height: auto !important;
	}
}

@media(max-width:576px) {

	/* #product-images-big {
		padding-right: 0px !important;
		padding-left: 0px !important;
	} */

	#product-images-small img {
		min-width: 85px !important;
		min-height: 70px !important;
		margin: 0 4px !important;
	}

	#product-images-small {
		margin-top: 16px !important;
		padding-right: 0px;
	}
}

#product-images-small .slick-initialized.slick-slide {
	padding: 20px;
}

@media(min-width:992px) and (max-width:1454px) {

	#product-images-big img {
		max-width: 100%;
		max-height: 100%;
		margin-left: 0px !important;
	}

	#product-images-big .slick-list.draggable,
	#product-images-small .slick-list.draggable {
		min-width: unset !important;
	}

	#product-images-small img {
		min-width: unset !important;
		min-height: unset !important;
	}

	.text_descr h1 {
		font-size: 23px !important;
		line-height: 33px !important;
	}
}


.product_overview p {
	font-size: 24px;
	line-height: 52px;
}

@media (min-width:767px) and (max-width:1200px) {
	.product_overview p {
		font-size: 16px;
		line-height: 35px;
	}
}

@media (max-width:767px) {
	.product_overview p {
		font-size: 14px;
		line-height: 22px;
	}
}

#product_overview img {
	border-radius: 7px;
}


.product_overview .brandmain {
	font-size: 22px;
	color: var(--mediumGray);
	font-weight: bold;
	margin: 90px 0 30px;
}

.product_overview .brandmain_detail>p,
.product_overview .brandmain_top_detail {
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product_overview .charac-det {
	list-style-type: none;
	padding-left: unset;
}

.product_overview .charac-det li {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	font-size: 20px;
	color: #807f7f;
	justify-content: space-between;
}

.product_overview .charac-det li span {
	display: inline-flex;
}

.product_overview .charac-det .second-child-det {
	border-bottom: 1px solid var(--lightGray);
	flex-grow: 2;
	margin: 0 10px;
}

form.colors select {
	padding: 15px;
	border: 0px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	margin-top: 15px;
	color: #787878;
	background-color: var(--lightGray);
	height: 82px;
}

form.colors select option {
	border: none;
}

@media (max-width:767px) {

	#contactmet,
	#ons {
		padding: 8px 11px;
		margin-top: 11px;
	}

	#contactmet span,
	#ons span {
		font-size: 11px;
	}
}

.grand_pos {
	font-size: 36px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.400rem;
	padding-bottom: 18px;
}

@media (min-width: 768px) and (max-width:1200px) {
	.grand_pos {
		font-size: 26px;
		letter-spacing: 0.200rem;
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.grand_pos {
		font-size: 13px;
	}
}

.posibilities .grand_pos+p {
	font-size: 24px;
	line-height: 52px;
	margin: 0 0 10px;
	color: #000;
}

#product-info .text p,
#product-info .text ul {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 52px;
}

@media(max-width:1199px) {

	#product-info .text p,
	#product-info .text ul {
		font-size: 16px;
		line-height: 22px;
	}

	.posibilities .grand_pos+p {
		font-size: 16px;
		line-height: 22px;
	}
}


.accu {
	line-height: 30px;
	color: #000;
}

.accu ul {
	list-style: none;
	margin-top: -7vh;
	margin-left: 12vw;
}

@media (min-width:1016px) and (max-width:1362px) {
	.accu ul {
		margin-left: 15vw;
	}
}

@media (min-width:858px) and (max-width:1015px) {
	.accu ul {
		margin-left: 18vw;
	}
}

@media (max-width:857px) {
	.accu ul {
		margin-left: 32vw;
		margin-top: -7vh;
	}
}

.accu ul li {
	line-height: 38px;
	font-size: 25px;
}

@media (min-width:858px) and (max-width:1200px) {
	.accu ul li {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (max-width:857px) {
	.accu ul li {
		font-size: 14px;
		line-height: 22px;
	}
}

li.slick-slide span {
	display: block !important;
}

.slick-next.slick-arrow {
	display: none !important;
}

.slick-prev.slick-arrow {
	display: none !important;
}

@media(max-width:991px) {
	#submenu-menu:checked~nav ul.submenu {
		padding-bottom: unset;
		padding-left: unset;
		padding-right: unset;
	}
}

.main-style {
	color: var(--basic);
	font-size: 32px;
	text-align: center;
	text-transform: unset;
	letter-spacing: unset;
	padding-bottom: 17px;
}

.main-style.left {
	text-align: left;
	line-height: 40px;
}

@media(max-width:767px) {
	.main-style {
		line-height: 34px;
		padding-bottom: 17px;
	}

	.h6 {
		line-height: 22px;
	}
}

@media(max-width:567px) {
	.main-style {
		font-size: 26px;
		padding: 0 0 20px 0;
	}

	.h6 {
		max-width: unset !important;
		font-size: 16px;
	}
}

.h2.style-1 {
	color: var(--basic);
	font-size: 1.75rem;
	letter-spacing: unset;
	text-transform: unset !important;
	padding-top: 25px;
}

.h2.style-1.center {
	text-align: center !important;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media(min-width:767px) and (max-width:1200px) {
	.h2.style-1 {
		text-align: center;
	}

	.vanzarea-aparaturii img {
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}
}

@media(max-width:766px) {
	.h2.style-1 {
		text-align: center;
	}
}

.parent_a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.parent_a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#page-catalog .parent_a a.btn.more {
	margin-left: unset;
	min-width: 230px;
	font-weight: 600;
	flex-grow: 1;
	margin-right: 8px;
}

#page-catalog .parent_a a.format-1 {
	min-width: 230px;
	/* margin-top: 20px; */
	font-size: 13px !important;
	flex-grow: 1;
}

@media(max-width:491px) {
	#page-catalog .parent_a a.btn.more {
		margin-right: unset;
	}
}

	#page-catalog .block-h1>div{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

@media(max-width:991px) {
	#page-catalog .block-h1>div{
		display:block!important;
  }
	
	#page-catalog .parent_a a.format-1 {
		margin-top: 5px;
	}

	#page-catalog .parent_a a.btn.more {
		margin-top: 5px;
	}
}

.btn.more {
	display: inline-block;
	padding: 11px 22px;
	border-radius:5px;
	background-color: rgba(255, 199, 193, 1);
	color: #000;
	text-align: center;
	font-size: 14px;
	
}

.btn.more.right-arrow::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/arrow-right.svg');
	vertical-align: top;
}

.btn.more.orderNow{
	display:block;
	margin-top: 26px;
	font-weight: 600;
}

.list-of-categories .btn.more {
	width: 44px;
	height: 44px;
	padding: 11px 0;
}

.btn.more.absolute {
	position: absolute;
	left: 20%;
	top: 63%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn.more:hover {
	transition: all .4s ease-out;
}

@media(max-width:991px) {
	.vanzarea-aparaturii hr {
		margin: 20px 0 !important;
	}
}

.about-project {
	background-color: #eef4f8;
}

#page-about img {
	border-radius: 7px;
}

.ul-social-icons {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: start;
	padding-left: 0;
	margin-top: 50px;
}

.ul-social-icons li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-right: 3px;
}

.ul-social-icons li a span {
	display: flex;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	justify-content: start;
	align-items: center;
}

.slide-item-gal {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25rem;
}

.img-sponsors img {
	width: 175px;
	align-self: center;
}

@media(max-width:576px) {

	.img-sponsors img:nth-child(3),
	.img-sponsors img:nth-child(4) {
		width: 207px !important;
	}

	.some-infor {
		margin-left: 10px;
	}

	#submitBtn {
		padding: 9px 64px;
		margin-left: 0px;
	}

}

.image-after-header {
	height: 407px;
}

.image-after-header .lazy-container>img {
	height: 407px;
	object-fit: cover;
}

@media(max-width:726px) {
	.image-after-header {
		height: unset;
	}

	.image-after-header .lazy-container>img {
		height: 350px;
	}
}

.some-infor {
	font-size: 14px;
	overflow-wrap: break-word;
	color: var(--red);
	font-weight: 500;
	margin-left: unset;
}

#accordionExample.accordion {
	background-color: #f8f9fb;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

#accordionExample .accordion-item {
	margin-bottom: 20px;
	border: 1px solid #e5e5e7 !important;
	border-radius: 5px !important;
	overflow: hidden;
}

#accordionExample .accordion-item .accordion-button {
	font-weight: 600;
	box-shadow: unset;
}

#accordionExample .accordion-button:not(.collapsed) {
	color: unset;
	background-color: unset;
}

#accordionExample .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionExample .accordion-item .h2 {
	padding-bottom: 0;
}

@media(max-width:991px) {
	#accordionExample.accordion {
		text-align: unset;
	}

	#accordionExample.accordion::after {
		font-size: 25px !important;
	}
}

#accordionExample .active {
	border: none;
}

#accordionExample .active,
#accordionExample.accordion:hover {
	color: var(--basic);
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel img {
	margin: 0 auto;
}

@media(max-width:991px) {
	.panel img {
		margin: 1rem auto;
	}
}

#accordionExample.accordion.active .panel {
	margin: 1.5rem auto;
}

.panel table {
	border-collapse: collapse;
}


#accordionExample .active:after {
	transform: rotate(90deg);
	color: #ff0000;
}

.photos_gal p {
	text-align: center;
	padding: 20px 0;
	margin-top: -5px;
}

.photos_gal .grid-item {
	margin-bottom: 1.5rem;
}

.photos_gal .grid-item:hover p {
	background-color: var(--basic);
	color: #fff;
}

/******   PAGINATION    ******/
.pagin>.row{justify-content:center;}

.pagination {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 2.75rem 0.75rem;
	padding-left: unset;
	flex-wrap: wrap;
}

.pagination li {
	margin: 17px 4px;
}

.pagination .page-item span,
.pagination li a {
	color: var(--mediumGray);
	text-align: center;
	border-radius: 5px;
	border: none;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
	margin-bottom: 1px;
}

.pagination .page-item span.active,
.pagination li a:hover {
	color: var(--red);
	background-color: unset;
}

.pagination .page-item.prev,
.pagination .page-item.next {
	border: 1px solid #efefef;
	border-radius: 5px;
}

.page-item:not(:first-child) .page-link {
	margin-left: unset;
}

.page-link:focus {
	color: unset;
	background-color: unset;
	box-shadow: unset;
}

.page-link {
	padding: unset;
}

/******  END of PAGINATION    ******/

#content-description {
	margin: 25px auto;
}

.scrollUpPage {
	position: fixed !important;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	z-index: 15;
	border: 1px solid #efefef;
	background-color: #fff;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.scrollUpPage img {
	display: inline-block;
	margin: 15px auto;
}

@media(max-width:576px) {
	.scrollUpPage {
		left: 50%;
		transform: translate(-50%, -8%);
		bottom: 8%;
	}
}

.style-video {
	font-size: 28px;
	display: flex;
	justify-content: center;
	text-align: center !important;
}

footer {
	border-top: 1px solid #eae9e9;
	padding-top: 80px;
}

footer .menu.head a {
	color: var(--type1gray);
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	white-space: wrap !important;
	display: inline-block;
}

footer div>span {
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.cookies {
	background-color: var(--mediumGray);
	padding: 25px 38px;
	color: #fff;
	border-radius: 6px;
	border: unset;
	margin: 40px auto 0;
	font-size: 17px;
	display: block;
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	bottom: 0px;
	z-index: 9;
}

.cookies a {
	color: #fff;
	padding: 15px 27px;
	border-radius: 27px;
	margin-left: 10px;
	background-color: #858585;
	display: inline-block;
}

footer .alltime {
	text-decoration: underline;
	font-size: 14px !important;
}

footer .alltime:hover {
	text-decoration: unset;
}

#FooterMainMenu .menu.head>li {
	line-height: 41px;
	margin: 0;
}

#FooterMainMenu ul ul ul {
	padding-top: 20px;
	padding-left: 0;
}

#FooterMainMenu ul ul ul li a {
	padding-top: 8px;
	font-size: 21px;
}

#FooterMainMenu label[for="MainMenu-status"] {
	display: none;
}

footer .menu.head a:hover {
	color: var(--linkHover);
}

footer a.red {
	color: #FC1E06;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	flex-wrap: nowrap;
	display: flex;
}

footer .rights {
	color: var(--type1gray);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 60px;
}

footer .rights .reserved {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

footer .slogan-span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: var(--type1gray);
}

@media(max-width:991px) {
	footer .last-column-block {
		background-color: #f8f9fb;
		padding: 26px 16px;
	}
}

@media(max-width:576px) {
	footer .rights .reserved {
		margin-top: 76px;
	}

	footer .rights {
		margin-top: 15px;
	}
}

footer .h6 {
	text-align: left;
	color: var(--basic);
	margin-left: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
}

@media(max-width:991px) {
	footer .menu.head a {
		padding: 0 3px !important;
		white-space: wrap !important;
		display: inline-block;
	}

	footer .row>.row>span {
		text-align: center;
	}

	footer .rights span {
		line-height: 39px;
		text-align: center;
		font-size: 16px !important;
	}

	.cookies {
		text-align: center;
		min-width: 320px;
	}

	.cookies a {
		display: block;
		margin-top: 20px;
	}
}

@media (max-width:742px) {
	footer {
		min-height: 150px;
	}
}

@media(max-width:576px) {
	.main-menu.footer ul li a {
		margin: 7px;
		line-height: 37px;
	}
}

@media(max-width:474px) {
	.grid-container-collections .grid-item {
		min-width: 321px !important;
	}
}


.produse .h6{
  text-align:start;
  margin-right:unset;
  margin-left:unset;	
  max-width: 100% !important;
}

.produse .card-some {
	padding: 20px 30px;
	border: 1px solid red;
	border-radius: 9px;
}

.produse .card-some .p-red {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #FC1E06;
}

.produse .card-some p:nth-child(2) {
	color: var(--basic);
	font-size: 16px;
	font-weight: 400;
}

.produse .name-by-cat {
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.produse .name-by-cat li {
	padding: 0 10px;
}

.produse .name-by-cat li:nth-child(2) {
	margin-left: auto;
}

.produse .name-by-cat li a {
	font-size: 23px;
}

.produse .grid-produse {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
}

@media(max-width:767px) {
	#grid-produse .slick-list.draggable {
		padding-bottom: 50px;
	}

	.slick-arrow {
		display: block !important;
		width: 70px;
		height: 70px;
		border-radius: 50%;
	}

	.prevArrow.slick-arrow {
		position: absolute;
		left: 56%;
		background-color: var(--basic);
		border-color: transparent;
	}

	.nextArrow.slick-arrow {
		position: absolute;
		left: 33%;
		background-color: var(--lightGray);
		color: var(--mediumGray);
		border-color: transparent;
		z-index: 1;
	}

	.prevArrow.slick-arrow {
		font-size: 50px;
		width: 70px;
		display: inline-block;
		color: #fff;
		height: 70px;
		text-align: center;
	}

	.nextArrow.slick-arrow {
		color: var(--mediumGray) !important;
		font-size: 50px;
		width: 70px;
		display: inline-block;
		color: #fff;
		height: 70px;
		text-align: center;
		z-index: 0;
	}

	.slider-control {
		min-height: 80px;
		margin-bottom: 20px;
	}

	.parent_a.center {
		margin-top: 42px !important;
	}

}

/*********** END media 767px *****************/

.produse .grid-produse .slick-dots {
	display: none !important;
}

.parent_a.center {
	margin-top: 100px;
	text-align: center;
}

.noutati {
	background-color: #fff;
}

.noutati .title-description {
	font-size: 19px;
	color: #8b8b8b;
	margin-bottom: 28px;
}

.noutati .noutati-item>* {
	margin: unset;
	text-align: unset;
}

.noutati .noutati-item .card-body {
	padding: 24px 29px;
	text-align: left;
}

.noutati-item .cat-title {
	background-color: #ECEBFF;
	padding: 9px 14px;
	border-radius: 16px;
	color: #463EE3;
	font-size: 16px;
	font-weight: 500;
	display: block;
	max-width: max-content;
	margin-bottom: 1rem;
}

.noutati .noutati-item .card-subtitle {
	font-size: 16px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: unset;
	color: var(--type1gray);
}

.noutati .noutati-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
	gap: 1rem;
}

.noutati .noutati-item {
	border-radius: 16px;
	padding: 0;
	border-color: #E5E5E7;
}

.noutati .format-2 {
	padding: 11px 22px;
	border: 1px solid #efefef;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	max-width: max-content;
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: var(--basic);
}

@media(max-width:767px) {
	.noutati .noutati-item {
		max-width: 502px;
		margin: 0 auto;
	}

	.btn.detailed {
		margin-top: 22px !important;
	}

	.noutati .noutati-item .card-body {
		padding: 24px 19px !important;
	}
}

@media(max-width:567px) {
	.noutati .noutati-grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
}

.noutati .noutati-item .card-title {
	color: var(--basic);
	margin: 33px 0 11px;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	max-width: 100% !important;
	min-height: 60px;
}

.noutati-item a>img {
	border-radius: 16px 16px 0px 0px;
}

.noutati .noutati-item .card-title a {
	color: var(--basic);
}

.btn.detailed {
	display: inline-block;
	background-color: transparent;
	padding: 20px 20px 20px 0;
	color: rgb(252, 30, 6);
	margin-top: 42px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

#partners{
	flex-wrap: wrap;
	justify-content: center;
}

#partners .slick-dots .slick-active {
	background-color: var(--basic) !important;
}

#partners .slick-dots li {
	display: flex;
	width: 1rem;
	height: 1rem;
	background-color: #d6edf1;
	border-radius: 50%;
	margin: 2px 2px;
}

#partners .slick-dots li.slick-active button::before {
	background-color: unset !important;
}

#partners .slick-dots li button::before {
	background-color: unset !important;
}

.parteneri-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
	gap: 1rem 2.5rem;
	justify-items: center;
}

@media(max-width:1099px) {
	.parteneri-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.parteneri-grid .card-by-one {
		margin: 0 10px;
	}
}

@media(max-width:575px) {
	.parteneri-grid .card-by-one .img-team-every {
		padding: 30px 0;
	}

	.parteneri-grid .card-by-one .parteneri-item {
		border-radius: 10px 10px 0px 0px !important;
	}
}

@media(max-width:450px) {
	.parteneri-grid .parteneri-item:last-child {
		padding: 35px 0px;
		width: 195%;
	}
}

.parteneri-grid .card-by-one {
	border: 1px solid #efefef;
	border-radius: 10px;
	margin: 0 10px;
}

.parteneri-grid .card-by-one .parteneri-item {
	display: inline-grid;
	background-color: #F8F9FB;
	border-radius: 10px 0px 0px 10px;
	padding: 0;
}

.parteneri-grid .card-by-one .img-team-every {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.parteneri-grid .slick-dots {
	margin-top: 2rem;
	display: flex;
	padding-left: unset;
	left: 50%;
	transform: translateX(-50%);
}

.div-wrap-iframe {
	position: relative;
	overflow: hidden;
}


.noutati-by-item-page .h6 {
	font-size: 29px;
	color: var(--basic);
	text-transform: unset;
	line-height: 1.2;
}

.noutati-by-item-page .long-text {
	font-size: 22px;
	color: rgb(112, 112, 112);
	line-height: 1.636;
	margin: 30px auto;
}

#noutati-img {
	margin: 45px auto;
}

#noutati-img img {
	border-radius: 15px;
}

#noutati-img .slick-dots {
	text-align: center !important;
}

.noutati-inside .afterSlideText p {
	font-size: 22px;
	color: rgb(112, 112, 112);
	line-height: 1.636;
}

#despre-noi-slider {
	margin-top: -45px;
	margin-bottom: 34px;
}

#despre-noi-slider img {
	text-align: center;
	margin: 0 5px;
	border-radius: 7px;
}

#despre-noi-slider .slick-list.draggable {
	padding: unset !important;
	max-height: 304px;
}

#despre-noi-slider .slick-dots {
	left: 50%;
	transform: translate(-50%);
	display: flex;
	flex-direction: row;
	top: 110%;
}

#despre-noi-slider .slick-dots li {
	display: flex;

	width: 1rem;
	height: 1rem;
	background-color: #d6edf1;
	border-radius: 50%;
	margin: 2px 2px;
}

#despre-noi-slider .slick-dots .slick-active {
	background-color: var(--basic) !important;
}

#despre-noi-slider .slick-dots li {
	position: unset !important;
}

#despre-noi-slider .slick-dots li button::before {
	display: none;
}

.noutati-by-item-page img {
	border-radius: 7px;
}

.catalog .search-container button {
	width: 121px;
}

@media(max-width:767px) {

	.search-container input {
		background-size: 20px 20px;
		border-radius: 4px 4px 0px 0px;
	}

	/*Inputul de search nu poate fi facut in 2 rinduri. doar textarea permite multiline! In machet trebuie 2 rinduri pentru varianta mobila.*/
}

.catalog .list-of-categories {
	/* display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 0.75rem 0.25rem;
	justify-items: center;
	align-content: center; */

	gap: 48px;
	flex-wrap: wrap;
}

.catalog .list-of-categories li {
	list-style-type: none;
	padding: 22px 15px;
	border: 1px solid #efefef;
	border-radius: 7px;
	max-width: 320px;
	width: 100%;

}

.catalog .list-of-categories .home-mini-preview {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	hyphens: auto;
	color: var(--basic);
}

.catalog .list-of-categories span {
	color: var(--type1gray);
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.grid-new-articles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	justify-items: start;
	gap: 1rem;
}

@media(max-width:1271px) {
	.grid-new-articles {
		justify-items: center;
	}
}

.grid-new-articles>* {
	max-width: 366px;
}

.grid-new-articles .card {
	border: 1px solid #E5E5E7 !important;
	border-radius: 10px;
	position: relative;
}

.grid-new-articles .card-body {
	padding: 20px;
	border-top: 1px solid #E5E5E7;
}

.grid-new-articles .card-body .h6 {
	font-size: 14px;
	color: var(--type1gray);
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0px;

}

.grid-new-articles .card-body .h6>a {
	white-space: nowrap;
}

.grid-new-articles .card-body .h3 {
	font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--basic);
  padding-top: 5px;
  min-height: 59px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-new-articles .card-body .h3 a {
	color: var(--basic);
}

.grid-new-articles .card-body span>a {
	color: var(--basic);
}

.grid-new-articles .card-body .h5 {
	font-weight: 500;
	font-size: 16px;
	line-height: 25.6px;
	color: var(--type1gray);
	margin-top: 0;
	text-transform: unset;
	letter-spacing: unset;
}

.grid-new-articles a.btn.more,
.grid-new-articles a.format-1 {
	font-size: 14px !important;margin-top: 8px;
}

#page-licenses .grid-new-articles a.btn.more{
	max-width: 100% !important;
	width: 100%;
}

@media(max-width:576px) {

	.grid-new-articles a.btn.more,
	.grid-new-articles a.format-1 {
		font-size: 12px !important;
	}

	.grid-new-articles a.btn.more {
		margin-left: 0px !important;
		max-width: unset !important;
	}
}

.grid-new-articles .card .card-header {
	padding: 0px;
	border-bottom: unset;
	border-radius: 20px;
}

.grid-new-articles .plashka-nov {
	position: absolute;
	top: 10px;
	left: 20px;
	background-color: #F3FFF6;
	color: #2AA63C;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 16px;
	border-radius: 18px;
}

.articole-noi .format-2 {
	padding: 11px 22px;
	border: 1px solid #efefef;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	max-width: max-content;
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: var(--basic);
}

.articole-noi .h6 {
	max-width: unset !important;
}

.how-it-works {
	background-color: #F8F9FB;
}

.how-it-works-items-list {
	margin: 0 20px;
}

.how-it-works-item-arrow {
	display: inline-block;
	width: 18.11px;
	height: 16px;
}

.how-it-works-items-list .col-2 {
	padding: 0 !important;
}

.how-it-works .h3 {
	padding-bottom: 5px;
	padding-top: 0px;
}

.how-it-works .works-text {
	color: var(--type1gray);
	font-size: 16px;
	font-weight: 400;
}

@media(max-width:767px) {
	.how-it-works span {
		margin: 0 auto;
		transform: rotate(90deg);
		margin-top: 37px;
		width: 60px;
	}
}

.answersQ {
	background-color: #F8F9FB;
}

.answersQ span.col-auto {
	display: inline-flex;
	align-items: center;
	max-height: 40px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.answersQ .btn.more {
	font-weight: 600;
	font-size: 14px;
}

.blogHead {
	display: flex;
	gap: 20px;
	justify-content: start;
}


.blogHead select {
	padding: 0px 15px;
	width: 275px;
	height: 40px;
	background-color: #F8F9FB;
	font-weight: normal;
	border: 0px solid #E5E5E7;
	font-size-adjust: unset;
	position: relative;
	color: var(--type1gray);
	font-weight: 600;
	padding: 0px;
}

.blogHead select:last-child {
	margin-left: auto;
}

.welcome-to-internet-shop-tetis {
	background-color: #F8F9FB;
}

.btn.consult {
	background-color: #fff;
	border: 1px solid #E5E5E7;
	width: 227px;
	height: 40px;
	padding: 6px;
	display: flex;
	align-self: end;
	margin-left: auto;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-right: 20px;

}

.welcome-to-internet-shop-tetis .h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: var(--basic);
	text-transform: unset;
	letter-spacing: unset;
}

.welcome-to-internet-shop-tetis .h6 {
	text-align: left;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.welcome-to-internet-shop-tetis .marketing-points {
	padding-right: calc(var(--bs-gutter-x) * .95) !important;
}

.welcome-to-internet-shop-tetis .marketing-points>div {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--type1gray);
}

.filter-and-items {
	padding-bottom: 120px;
}

.filter-and-items .h2 {
	font-weight: 700;
}

@media(max-width:991px) {
	.search-container {
		margin-top: 0rem !important;
		width: 97%;
		position: relative;
		margin-right: 10px !important;
		z-index: 3;
	}
	
	.results-search-block,
	.results-search-semiblock{
		flex-direction:column;
    align-items: flex-start !important;
	}
	
	.search-resuts-counter {  margin-left: unset!important;}

	label[for="filter-mobile-categorii"] {
		display: block;
		background-image: url('/templates/default/images/filter.svg');
		background-repeat: no-repeat;
		background-size: inherit;
		background-position: center center;
		border: 1px solid #e5e5ef;
		margin-left: auto;
		width: 40px;
		height: 40px;
		z-index: 3;
		margin-top: -7.25rem;
		margin-right: 15px;
		border-radius: 7px;
		background-color: #fff;
	}

	.blogHead {
		display: none;
	}

	input#filter-mobile-categorii:checked~div .blogHead {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 12rem;
		top: 15.2rem;
		z-index: 2;
		background-color: #fff;
		width: 100vw;
		transform: translate(-12rem, 0px);
		border-bottom: 1px solid #e5e5e7;
		padding-right: 10px;
		transition: all .35s ease;
	}

	/*.blogHead .subcategorii {
		margin-left: auto;
	}
  */
	.filter-and-items {
		padding-top: unset !important;
	}

}

@media(min-width:577px) and (max-width:767px) {
	.filter-and-items {
		padding-top: unset !important;
	}
}

@media(min-width:423px) and (max-width:576px) {
	label[for="filter-mobile-categorii"] {
		margin-top: -6.8rem;
	}

	footer {
		padding-top: 37px;
	}

	.search-container input::placeholder {
		content: 'Introduceti cuvintul-cheie';
	}

	.open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -46px !important;
	}

	#page-brands .open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -62px !important;
	}
}

@media(max-width:422px) {
	label[for="filter-mobile-categorii"] {
		margin-top: -10rem!important;
	}

	#page-brands label[for="filter-mobile-categorii"] {
		margin-top: -7.5rem;
	}

	.open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -46px !important;
	}

	#page-brands .open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -62px !important;
	}

}

.search-container .results-of-search {
	color: var(--type1gray);
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0;
	visibility: hidden;
}

.blogHead .red-filtered {
	display: inline-block;
	color: red;
	padding: 5px;
	border: 1px solid red;

}

.filterElement {
	border: 1px solid #E5E5Ef;
	background-color: #F8F9FB;
	color: var(--type1gray);
	padding: 0px 15px;
	position: relative;
	font-weight: 600;
	border-radius: 5px;
}

.filterElement .head {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.filterElement .head .title {
	line-height: 40px;
	margin-right: 2px;
}

.filterElement .head .filtered {
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.filterElement .head .filterAll {
	display: none;
}

.filterElement .head .filtered:empty+.filterAll {
	display: block;
}

.filterElement .head .filtered a {
	color: var(--red);
}

.filterElement .head .filtered li {
	display: flex;
	gap: 5px;
	align-items: center;
	border: 1px solid #FF0000;
	padding: 1px 7px;
	border-radius: 4px;
	color: var(--red);
	margin-left: 3px;
}

.filterElement .dropdown {
	display: none;
	position: absolute;
	flex-direction: column;
}

.filterElement.open .dropdown {
	display: flex;
	z-index: 1;
	background-color: #fff;
	padding: 10px 10px;
	border: 1px solid #E5E5Ef;
	border-radius: 5px;
	margin-left: -17px;
	margin-top: 2px;
	min-width: 100%;
}

.filterElement.open .dropdown li {
	line-height: 24px;
}


.filterElement .dropdownOpen::after {
	border: 1px solid var(--basic);
	border-width: 0 1px 1px 0;
	display: inline-block;
	content: "";
	padding: 3px;
	margin-left: 15px;
	position: relative;
	transform: rotate(45deg);
}

.filterElement.active {
	border: 1px solid #FFC7C1;
	background-color: #FFFCFC;
	color: var(--basic);
}

.filterElement.subcategorii:last-child {
	margin-left: auto;
}

#page-news .filterElement.subcategorii:last-child {
	margin-left: unset !important;
	margin-right: auto;
	margin-top: 18px;
}

.filterElement.subcategorii:nth-child(3) {
	margin-left: auto;
}

.product_overview .top_detail {
	color: #323539;
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
}

.product_overview .top_detail span,
.product_overview .top_detail.desc span {
	color: var(--type1gray);
	line-height: 22px;
	font-weight: normal;
	font-size: 14px;
}

.product_overview .top_detail span a {
	font-size: 15px;
	margin-left: 4px;
	font-weight: 500;
}

.product_overview .top_detail.desc {
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.product_overview .text_descr .brandmain_top_detail p {
	font-size: 15px !important;
	font-weight: 500 !important;
}

.text_descr h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
	max-width: 85%;
}

.very-much-info-product {
	padding: 50px 0 0 0;
	color: var(--type1gray);
	line-height: 22px;
	font-size: 15px;
	font-weight: 500;
}

.product_overview #product-info p,
.product_overview .text_descr p,
.productSecifications li>span {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 10px;
}

#product-info .h2 {
	font-size: 16px;
	font-weight: 600;
	color: #323539;
	line-height: 24px;
	text-transform: unset;
}

#product-info ul {
	list-style-type: none;
	padding-left: unset;
}

#product-info ul>li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #858C95;
}

.favoriteActionAdd .for-add:before {
	content: '';
	display: inline-block;
	background-image: url('/templates/default/images/heart-icon.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 19px;
	height: 18px;
}

.favoriteActionDel .for-del:before {
	content: '';
	display: inline-block;
	background-image: url('/templates/default/images/heart-full.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 19px;
	height: 18px;
}

.favoriteActionAdd .for-del,
.favoriteActionAdd .for-del:before {
	display: none !important;
}

.favoriteActionDel .for-add,
.favoriteActionDel .for-add:before {
	display: none !important;
}

.product_overview label[for="inform-product"] {
	font-size: 15px;
	font-weight: 600;
	line-height: 45px;
	margin-right: 10px;
	color: #858C95;
	max-width: max-content;
}

.product_overview .info-label {
	padding: 0 5px !important;
	margin-right: 0 !important;
}

.product_overview .col-3 {
	width: auto !important;
}

.product_overview .info-label.active {
	border-bottom: 2px solid var(--red);
	line-height: 45px;
	color: red;
	position: relative;
	margin-bottom: -1px;
	max-width: max-content;
	min-width: min-content;
}

.product_overview label[for="detalii-product"] {
	color: var(--type1gray);
	font-size: 15px;
	font-weight: 500;
	line-height: 45px;
}

.product_overview .progress-bar {
	background-color: #e9ecef;
}

.very-much-info-product .mini-header {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: var(--basic);
	margin-bottom: 10px;
}

.very-much-info-product .detailed-content {
	color: var(--type1gray);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.very-much-info-product .m-d-block {
	margin: 15px 0;
}

.similar-products {
	background-color: #F8F9FB;
}

#onClickContactsUs {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 468px;
	max-height: 95%;
	overflow: auto;
}

#onClickNotifi {
	z-index: 2;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 468px;
	max-height: 95%;
	overflow: auto;
}
 #onClickNotifi .anounce-me>a{margin-bottom: 1rem;}

.overlay {
	position: absolute;
	display: block;
	z-index: 1;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #00000088;
}

.onForm {
	position: fixed;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2147483650;
	overflow: auto;
}

.notiForm {
	position: fixed;
	lefT: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2147483650;
	overflow: auto;
}

button.close-form {
	border-radius: 50%;
	width: 27px;
	height: 27px;
	position: absolute;
	z-index: 3;
	top: 24px;
	right: 19px;
	background-color: transparent;
	border: unset;
}

button.close-form:hover {
	background-color: white;
	color: #ffffff;
}

button.close-form::before {
	content: " ";
	position: absolute;
	display: block;
	background-color: black;
	width: 2px;
	left: 12px;
	top: 5px;
	bottom: 5px;
	transform: rotate(45deg);
}

button.close-form::after {
	content: " ";
	position: absolute;
	display: block;
	background-color: black;
	height: 2px;
	top: 12px;
	left: 5px;
	right: 5px;
	transform: rotate(45deg);
}

.contacts_main {
	background-color: #fff;
	border-radius: 10px;
}

form.autoform label {
	margin-top: 14px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--basic);
}

@media(max-width:577px) {
	#onClickContactsUs {
		max-width: 325px;
	}

	.contacts_main .h2 {
		margin-right: 36px;
	}
}

.parteneri-grid-all {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(187px, 1fr));
	gap: 0.75rem;
	justify-items: center;
}

.parteneri-grid-all .partener {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F9FB;
	border-radius: 10px;
	height: 80px;
	width: 205px;
}

@media(max-width:436px) {
	.parteneri-grid-all {
		gap: 0.75rem;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
	}

	.parteneri-grid-all .partener {
		width: 145px;
		flex-grow: 1;
	}

}

.parteneri-grid .right-card-side-partners {
	padding: 25px;
}

.parteneri-grid .right-card-side-partners .h6 {
	margin: 0;
	max-width: unset !important;
	text-align: left;
	font-size: 13px;
	margin-bottom: 12px;
}

.parteneri-grid .right-card-side-partners p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--basic);
}

.parteneri-grid .right-card-side-partners a.format-1 {
	width: 100%;
	font-size: 14px !important;
	padding: 7px !important;
}

.brand-some-info {
	margin-top: -33px;
}

@media(max-width:767px) {
	.brand-some-info {
		background-color: #F8F9FB;
		padding: 19px 0;
		margin: 20px auto 0;
	}
}

.brand-some-info img {
	display: block;
	margin: 0 auto;
}

.brand-some-info span.site-prod,
.brand-some-info a {
	display: block;
	line-height: 25px;
	text-align: center;
}

.brand-some-info span.site-prod {
	margin-top: 48px;
	font-weight: 600;
}

.brand-some-info a {
	color: var(--red);
	margin-top: 20px;
}

.brands-inline {
	font-weight: 600;
	font-size: 14px;
	color: var(--type1gray);
	margin-bottom: 30px;
}



@media(max-width:991px) {
	#page-search .search-container {
		width: unset;
	}
}

#page-search .filter-and-items {
	padding-top: 0px;
}

@media(max-width:576px) {
	#page-search .open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -70px !important;
	}
}

@media (min-width: 423px) and (max-width: 576px) {
	#page-search label[for="filter-mobile-categorii"] {
		margin-top: -7.2rem;
	}
}

@media (max-width: 422px) {
	#page-search label[for="filter-mobile-categorii"] {
		margin-top: -7.2rem;
		margin-right: 0.5rem;
	}

	#page-search .inline-with-h1 {
		margin-top: 15px;
	}
}

@media (max-width: 394px) {

	#page-search h1,
	#page-search .h1-search-result {
		font-size: 21px;
	}
}

@media(max-width:991px) {
	.brands-inline {
		margin-top: -14px;
	}

	.open-mobile-filters input#filter-mobile-categorii:checked~div .blogHead {
		position: unset !important;
		transform: translate(-1rem, 7px);
		min-height:167px;
	}

	#page-news .open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: unset !important;
	}

	#page-news .open-mobile-filters input#filter-mobile-categorii:checked~div .blogHead {
		transform: unset !important;
	}

	.open-mobile-filters input#filter-mobile-categorii:checked~div {
		margin-top: -46px;
		background-color: #fff;
		z-index: 3;
		align-items: center;
	}

}
/*FORM*/ @media(min-width:991px){
				   .block-h1 form{margin-right:0px;}
				 }

@media(max-width:576px) {
	
	.open-mobile-filters input#filter-mobile-categorii:checked ~ div .blogHead {min-height: 165px;}
	
	.filter-and-items .h2 {
		margin-left: 10px;
	}

	.inline-with-h1 div>p {
		font-size: 16px !important;
	}

	.brands-inline {
		margin-top: 0px;
	}
}

.grid-container-news {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
	gap: 0.75rem;
	justify-items: center;
}

.grid-container-news .grid-item {
	border-radius: 10px;
	border: 1px solid #efefef;
	display: flex;
	flex-direction: column;
}

.grid-container-news .card-text-start {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--type1gray);
	margin-bottom: 20px;
}

.grid-container-news .read-more-link {
	color: var(--red);
}

.grid-container-news .read-more-link:after {
	content: '';
	display: inline-block;
	background-image: url('/templates/default/images/red-right-arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 8px;
	margin-left: 7px;
}

.plashka-cat-nov {
	color: #463EE3;
	background-color: #ECEBFF;
	padding: 10px 10px;
	border-radius: 20px;
	font-size: 14px;
	display: block;
	max-width: 173px;
	text-align: center;
}

.grid-container-news .h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--basic);
	padding: 20px 0;
}

.grid-container-news .h3 > a {
	color: var(--basic);
	display: flex;
	align-items: center;
}

.grid-container-news .card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.grid-container-news .card-body .read-more-link{
	margin-top: auto;
	align-self: flex-start;
}

.grid-container-news .card-header {
	padding: 0;
}

.grid-container-news .card-header a>img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.grid-container-news .card-text{
	font-size: 16px;
	line-height: 24px;
}

@media(max-width:991px) {

	#page-news .filter-and-items>div {
		display: flex;
		flex-direction: column;
	}

	#page-news .filter-and-items>.container>.row.justify-content-between {
		order: 2;
	}

	#page-news .filter-and-items>.container>.open-mobile-filters {
		order: 1;
	}

	#page-news label[for="filter-mobile-categorii"] {
		margin-top: -2.6rem;
	}
}

@media(max-width:576px) {
	.grid-container-news {
		grid-template-columns: repeat(auto-fill, minmax(303px, 1fr));
	}

	#page-news label[for="filter-mobile-categorii"] {
		margin-top: -2.25rem;
	}

	.search-container {
		max-width: 95% !important;
	}
}

.brand-one .menu {
	padding: 15px 10px 15px 15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	min-width: 300px;
	background-color: #fff;
}

.brand-one .menu li {
	line-height: 40px;
}

.brand-one .menu label {
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

.brand-one .menu li a {
	color: var(--basic);
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
}

.brand-one .menu li a.invite {
	color: var(--red);
}

.brand-one .menu li a.invite:before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	background-image: url('/templates/default/images/red-right-arrow.png');
	background-position: center center;
	background-size: cover;
	height: 9px;
	width: 11px;
}

.brand-one .sub-block {
	margin-bottom: 38px;
}

.brand-one .sub-block .h5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: var(--basic);
	text-transform: unset;
	letter-spacing: unset;
}

.brand-one .date-month-year {
	text-align: left;
	margin: unset;
	line-height: 20px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 0;
}

.news-img {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-radius: 5px;
}

.brand-one .image-name {
	color: var(--type1gray);
	font-weight: 300;
	margin-top: 8px;
}

.similar-news {
	background-color: #F8F9FB;
	padding-top: 50px;
	padding-bottom: 50px;
}

.grid-container-news.one .card-body {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}



#navbar-example3 ul {
	padding: unset;
	list-style-type: none;
	background-color: #fff;
	z-index: 8;
}


#menus-20~label ul.submenu {
	display: block;
}

#menus-20:checked~ul.submenu {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
	background-color: #fff;
}

label[for="menus-20"] {
	position: relative;
}

#navbar-example3 i.arrow {
	transform: rotate(-135deg) !important;
	border-width: 0 1px 1px 0 !important;
	padding: 4px;
	position: absolute;
	top: 19px;
	right: 9px;
}

#menus-20:checked~label i.arrow {
	transform: rotate(45deg) !important;
}

@media(max-width:991px) {
	ul#navbar-example3 {
		overflow: auto;
	}

	.brand-one .wrapper-sticky {
		position: sticky;
		top: 100px;
		width: 100%;
	}

	.brand-one .sub-block {
		margin-top: 30px;
	}
}

.pageContact .ad-soc-em-phone {
	position: absolute;
	bottom: 23px;
	left: 20px;
	right: 61px;
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #efefef;
}

.ad-soc-em-phone .row>div {
	margin-bottom: 5px;
	margin-top: 0px;
}

.minih {
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	color: var(--basic);
}

.addr a,
phone-number a,
e-mail a {
	font-weight: 500;
	color: #858C95;
	font-size: 14px;
	line-height: 20px;
	max-width: 197px;
}

phone-number a {
	color: var(--red);
}

.div-wrap-iframe {
	padding-bottom: 41%;
}

@media(max-width:1500px) {
	.div-wrap-iframe {
		padding-bottom: 43%;
	}
}

@media(max-width:1300px) {
	.div-wrap-iframe {
		padding-bottom: 48%;
	}
}

@media(max-width:1100px) {
	.div-wrap-iframe {
		padding-bottom: 60%;
	}
}

@media (max-width: 576px) {
	.div-wrap-iframe {
		padding-bottom: 100%;
		min-height: 481px;
	}

	.pageContact .ad-soc-em-phone {
		right: 7px;
		left: 7px;
	}
}

.pic-about-us {
	float: right;
	margin-left: 20px;
	border-radius: 10px;
}

.bout-block .h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: var(--basic);
	text-transform: unset;
	letter-spacing: unset;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 26px;
}

.bout-block .card .h6>a {
	min-height: 37px;
	display: inline-block;
}

.bout-block .right-side {
	margin-top: -90px;
}

@media(max-width:991px) {
	.bout-block .right-side {
		margin-top: 0px;
	}

	.pic-about-us {
		float: unset;
		margin: 20px auto;
		display: block;
	}
}

.progress-block {
	background-color: #F8F9FB;
}

.progress-block .btn.more {
	width: 200px;
	font-weight: 600;
}

.progress-block .h6 {
	text-align: left;
	margin: unset;
	margin-top: unset;
	max-width: unset !important;
	font-weight: 400;
	margin-top: 20px;
}

.progress-block .button-connect {
	align-items: end;
	display: grid;
	justify-content: end;
}

@media(max-width:991px) {
	.progress-block .button-connect {
		align-items: center;
		justify-content: center;
	}

	.progress-block .btn.more {
		width: 290px;
		margin-left: 0px;
	}

	.main-style.left {
		font-weight: 700;
		line-height: 32px;
	}

	.progress-block .h6 {
		margin-top: unset;
	}
}

.confid {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

@media(max-width:1564px) {
	.confid {
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		margin-bottom: 16px;
	}
}

@media(max-width:576px) {
	.confid {
		max-width: 97%;
		margin-left: auto;
		margin-right: auto;
	}

	.confid p {
		font-size: 15px;
		font-weight: 400;
		line-height: 26px;
	}
}

.service-block .day-hours {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: var(--basic);
}

.service-block .h6 {
	text-align: left;
	margin: unset;
	font-weight: 400;
	font-size: 14px;
	max-width: unset !important;
	margin-bottom: 99px;
}

.service-block .h2 {
	margin-top: 25px;
}

.service-block a.red {
	color: var(--red);
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.service-block .pic-service {
	border-radius: 10px 0 0 10px;
	height: 412px;
}

.service-block>div:first-child {
	border: 1px solid #efefef;
	border-radius: 10px;
}

.service-block .day-hours span {
	line-height: 22px;
}

@media (max-width: 450px) {
	.progress-block .h2 {
		font-size: 19px;
		line-height: 22px;
	}
}

.progress-block.install {
	padding-top: 70px;
	padding-bottom: 70px;
}

.progress-block.install .self-align-bottom .h6 {
	color: #323539;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-right: 12px;
	min-width: 228px !important;
}

@media (max-width: 991px) {
	.progress-block.install .button-connect {
		align-items: center;
		justify-content: start;
		padding-left: 1.5rem !important;
		padding-top: 3rem;
	}

}

@media(max-width:1499px) {
	.service-block>div:first-child {
		border: 0px solid #efefef;
	}

	.service-block .pic-service {
		margin-left: 1rem;
		padding-right: 3rem;
		height: unset;
	}

	.service-block .h6 {
		margin-bottom: 2rem;
	}
}

@media (max-width: 991px) {
	.service-block .pic-service {
		margin-left: unset !important;
		padding-right: unset !important;
		border-radius: 10px !important;
	}

	.service-block .h6 {
		max-width: 90% !important;
	}

	.progress-block.install {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.progress-block.install .h2 {
		font-size: 26px;
	}

	.progress-block.install .h6 {
		font-size: 16px;
	}
}

/*****PAGE Licenses**********/
#page-licenses .grid-new-articles .card-body .h3 {
	min-height: unset !important;
	padding-bottom: 0px;
}

#page-licenses .grid-new-articles .card .card-header {
	border-radius: 11px 11px 0 0;
}

/***** END PAGE Licenses**********/

/*****PAGE FAVORITES**********/
#page-favorites a.close-button {
	max-width: 175px;
	height: 45px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--basic);
	font-weight: 600;
}

#page-favorites a.close-button span:before {
	content: '';
	display: inline-block;
	margin-right: 3px;
	background-image: url('/templates/default/images/close-dark.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 11px;
	height: 11px;
}

.grid-new-articles a.btn.more {
	flex-grow: 0;
	color: var(--basic);
	font-weight: 600;
}

a.btn.more.get_cons {
	margin-top: -6vh;
	width: 218px;
	height: 44px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media(max-width:991px) {
	#page-favorites a.btn.more.get_cons {
		margin-top: -5vh;
	}
}

@media(max-width:576px) {
	#page-favorites a.btn.more.get_cons {
		margin-top: unset;
		min-width: 303px;
	}
}

/***** END PAGE FAVORITES**********/

/********* page CENTRU DE SERVICE ******/
#page-service .h2 {
	color: var(--basic);
	font-size: 32px;
	text-align: center;
	text-transform: unset;
	letter-spacing: unset;
	padding-bottom: 17px;
	text-align: left;
	line-height: 40px;
}

@media(max-width:767px) {
	#page-service .h2 {
		line-height: 34px;
		padding-bottom: 17px;
	}
}

@media(max-width:567px) {
	#page-service .h2 {
		font-size: 26px;
		padding: 20px 0 20px 0;
	}
}

/******** end page CENTRU DE SERVICE ******/

.product-buttons{
	display: flex;
  flex-direction: column;
}

.search-resuts-counter{
	margin-left: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #858c95;
}

.contacts-page-columns {
	gap: 50px;
	padding-bottom: 60px;
	align-items: flex-start;
}

.contacts-page-columns h1{
	margin-top: -4px;
}

.contacts-page-map{
	width: 100%;
}

.contacts-page-map iframe{
	width: inherit;
}

.contacts-page-form{
	max-width: 468px;
}

.form-field-wrapper{
	margin-bottom: 24px;
}

.short-text{
	font-size: 16px;
	color: #858c95;
}

.ower-map-block{
	background-color: #fff;
	padding: 16px 20px 16px 20px;
	width: 100%;
	position: absolute;
	border: 1px solid rgba(229, 229, 231, 1);
	border-radius: 10px;
	left: 32px;
	bottom: 32px;
	width: 100%;
	max-width: calc(100% - 64px);
}

@media (max-width:1024px) {

	.contacts-page-columns{
		flex-direction: column;
	}

	.ower-map-block{
		left: 8px;
		bottom: 8px;
		max-width: calc(100% - 16px);
	}

	.catalog .list-of-categories{
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
}

 #product-images-big a{position:relative;}
 #product-images-big .plashka-nov{
  position: absolute;
  top: 7px;
  left: 35px;
  background-color: #F3FFF6;
  color: #2AA63C;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 16px;
  border-radius: 18px;
}

.card.products{position:relative;}
.card.products a.format-1 {position:absolute;top:0px;right:22px;}
.card.products a.format-1 span{display:flex;justify-content:center;align-items:center;}

 .listProductsAct .btn.more.cart{background-color:#FFC7C1;margin-top:unset!important;width:50%!important;max-height: 42px;border-radius: 0px 5px 5px 0px;}
 .btn.more.consultation{background-color:#fff;border:1px solid #efefef;}
 .btn.more.consultation.buy{
	 	display: block;
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  font-size: 20px;
	  padding-top: 0.4rem;
	  padding-bottom: 0.4rem;
	  cursor:auto;
	}
   .btn.more.consultation.buy:hover{background-color:unset;border:1px solid #000;}
  span.price{padding: 20px 0px;  display: block;}
 .price.variant_1{color: #323539;  font-size: 18px;  font-weight: 500;}
 .price.variant_2{color:#FC1E06;font-size:18px;}
 .product-buttons.variant_3 span{color: #858C95;  font-size: 12px;  font-weight: 400;  display: flex;  line-height: 55px;}
 
 .price.variant_1,
 .price.variant_2,
 .price.variant_3{height:64.3px;}

.text_descr{position:relative;max-width: 468px;}
.text_descr .format-1{position: absolute;  top: 0px;  right: 0px;}
.text_descr .price.variant_1{font-weight:700;margin-bottom: 1rem;}
.text_descr .btn.more.cart{font-weight:600;}
.text_descr .product-buttons.variant_3 span{color:#FC1E06;font-size:16px;font-weight:500;}
.text_descr .product-buttons span{margin-bottom: 1rem; line-height: 26px;}

.text_descr .btn.more.consultation{background-color:#FFC7C1;font-weight:600;margin-top: 1rem;  width: 100%;}

#onClickAddedtoBasket {
	position: fixed;
  top: 79px;
  left: calc(75% - 105px);
  width: 414px;
  height: 558px;
  background-color:#F8F9FB;
  z-index: 999;
  padding:24px; 
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  border-radius: 7px;
}
#onClickAddedtoBasket span{font-size:26px; color:#323539;font-weight:700;max-width: 83%; display: inline-block;}
#onClickAddedtoBasket img{border:1px solid rgba(229, 229, 231, 1);margin-top:20px;margin-bottom:20px;}
#onClickAddedtoBasket .title-in-cart{font-size:20px;font-weight:600;color:#323539;}
#onClickAddedtoBasket .btn.more.cart{display: block;  margin-top: 20px;font-weight:600;}

 #addedToCart-status:checked ~ label + div {
   display:none;	
 }
 #addedToCart-status:checked ~ label {
   display:none;
 }
 
 label[for="addedToCart-status"] {
	width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  position: absolute;
  top: 100px;
  right: 165px;
  z-index: 9999;
  display:none;
 }
 label[for="addedToCart-status"] span{
 	rotate: 45deg;
  margin-left: 9px;
  color: rgb(50, 53, 57);
  display: block;
  font-size: 30px;
  font-weight: 300;
 }
 /*Cart*/
.for-cart > .row{
	align-items:flex-start;
}
	.for-cart .sidePanel{
 		border:1px solid #efefef;
  	border-radius:10px;
	}
  	.for-cart .sidePanel.left{
	 		padding:20px;
		}
 
	 .for-cart .sidePanel.right{
	 		padding:2rem;
	 }
 
 	.lists.cartItems{
 		--itemsGap:20px;
 		display:flex;
 		flex-direction:column;
 		gap:var(--itemsGap);
 	}
 	/*
 	.cartItems .inStockInfo{
    color: red;
    font-weight: 600;
 	}
 	*/
 	
 	 .inStockInfo{
 		  display:flex;
 		  justify-content:flex-end;
 		  gap:3px;
 		  color: red;
      font-weight: 600;
      padding: 20px 0;
 	 }
 	 .inStockInfo>*{
 	 	 line-height:26px!important;
 	 	 display:inline-flex;
 	 }
 	 
 	 
 		.cart.one-item{
 			position:relative;
 		}
 		.cart.one-item:not(:last-child):after{
 			content:'';
 			display:block;
 			width:100%;
 			height:1px;
 			background-color:rgba(229, 229, 231, 1);
 			margin-top:var(--itemsGap);
 		}
 		
 		.cart.one-item .content{
 			position:relative;
 			display:flex;
 			flex-direction:row;
 			gap:15px;
 			align-items:flex-start;
 		}
 		
 			.cart.one-item .favoriteAction{
 				position:absolute;
 				top:0px;
 				right:0px;
 				z-index:7;
 			}
 		
 			.cart.one-item .productImage{
 				display:block;
 				width:190px;
 				flex-shrink:0;
 			}
 			
 			.cart.one-item .productImage img{
 				position: relative;
			  display: block;
			  border: 3px solid #FFFFFF;
			  box-shadow: 0px 0px 1px 1px #e5e5e7;
			  margin: 0px auto;
			  border-radius: 9px;
 			}
 			.cart.one-item .detail-info{
 				flex-grow:1;
 			}
 			.cart.one-item .category{
 				--gap:8px;
 				display:flex;
 				color:rgba(133, 140, 149, 1);
 				font-size:14px;
 				font-weight:600;
 				line-height:20px;
 				align-items:center;
 				gap:var(--gap);
 			}
 			.cart.one-item .category *:nth-child(n+2):before{
 				content:'';
 				display: inline-block;
			  width: 4px;
			  height: 4px;
			  background-color: rgba(133, 140, 149, 1);
			  border-radius: 50%;
			  margin-right:var(--gap);
			  position:relative;
			  transform:translate(0px, -50%);
 			}
 			.cart.one-item .productTitle{
 				color: rgba(50, 53, 57, 1);
			  font-size: 18px;
			  font-weight: 700;
			  line-height: 28px;
			  min-height:84px;
 			}
 			.cart.one-item .productTitle:before{
 				content:'';
 				display:block;
 				width:50px;
 				height:25px;
 				float:right;
 			}
 			
 			.cart.one-item .actionBar{
 				display:flex;
 				justify-content:space-between;
 				align-items:center;
 				gap:10px;
 			}
 			
 						
 			.cart.one-item .price{
 				color: rgba(50, 53, 57, 1);
			  font-size: 18px;
			  font-weight: 500;
 			}
 			.cart.one-item .actions{
 				display:flex;
 				gap:10px;
 				align-items:center;
 			}
 			.cart.one-item .actions .cartDelete{
 				display:block;
 				border-radius:10px;
 				border:1px solid #efefef;
 				height:40px;
 				width:40px;
 				background-image:url('../images/trash.svg');
 				background-position:center center;
 				z-index:1;
 			}
 			.selectQuantityItem  .nice-select.open .list {z-index: 99!important;}
 			
 			.cart.one-item .actions .blockMoreLess{display:flex;align-self:end;}
			.cart.one-item .actions .blockMoreLess a{font-size:28px; border:1px solid #efefef;padding-left: 11px;  padding-right: 11px;}
			.cart.one-item .actions .blockMoreLess a:first-child{ border-radius:10px 0px 0px 10px;}
			.cart.one-item .actions .blockMoreLess a:last-child{ border-radius:0px 10px 10px 0px;}
			.cart.one-item .actions .blockMoreLess input{height: 40px;  width: 40px;border:1px solid #efefef;border-radius:0px;text-align: center;}
 		
	 	.cart.one-item .messageBlock{
			display:none;
			position:absolute;
			top:-1px;
			left:-1px;
			right:-1px;
			bottom:-1px;
			background-color:#FFFFFFee;
			z-index:15;
		 	margin:0px;
		 	align-items:center;
		 	justify-content:center;
		}
		.cart.one-item.deleted .messageBlock,
			.cart.one-item.outOfStock .messageBlock{
				display:flex;
		}
		.cart.one-item .messageBlock .msg{
			display:none;
			font-size: 16px;
  		font-weight: 400;
  		text-align:center;
		}
	 	.cart.one-item.deleted .messageBlock .msg.onDeleted{
			display:block;
		}
		.cart.one-item.outOfStock .messageBlock .msg.onOutOfStock{
			display:block;
			color:#FF0000;
		}
	 

  .for-cart .sidePanel.right{
  	color:rgba(50, 53, 57, 1); font-size:20px;font-weight:700;margin-bottom: 16px
  }
  .for-cart .sidePanel.right .units{color:rgba(133, 140, 149, 1); font-size:16px;font-weight:500;display: flex;}
  .for-cart .sidePanel.right .units span:first-child{display:flex;flex-grow:2;}
  .for-cart .sidePanel.right .total{color:rgba(50, 53, 57, 1); font-size:18px;font-weight:700;display: flex;line-height: 44px;}
  .for-cart .sidePanel.right .total span:first-child{display:flex;flex-grow:2;}
   
 	.for-cart .sidePanel.right span{line-height:36px;}
@media(max-width:601px){
	.cart.one-item .content{
		flex-direction:column;
	}
	.cart.one-item .content .detail-info{
		width:100%;
	}
}

@media(max-width:992px){
  	.lists.cartItems.checkout:after{
	  content: '';
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: rgba(229, 229, 231, 1);
	  margin-top: var(--itemsGap);
	}
}


#PlasareComanda label[for="phone"]+a,
#PlasareComanda label[for="email"]+a{
	background-image:url('../images/warning-circle-svgrepo-com.svg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
  margin-left: 1px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position:relative;
  top:-2px;
}


#PlasareComanda label[for="phone"]+a span,
#PlasareComanda label[for="email"]+a span{
  	display:none;
  	 padding: 1px 8px;
  margin-left: 20px;
  flex-direction: row;
  min-width: 163px;
  flex-wrap: wrap;
  font-size: 12px;
  position: absolute;
  color: #f00;
  top: -59px;
  border: 1px solid #f00;
  border-radius: 5px;
  left: -27px;
  background-color: #fff;
}

#PlasareComanda label[for="phone"]+a span:before,
#PlasareComanda label[for="email"]+a span:before{
	content:'';
	display:block;
	position:absolute;
	width:0px;
	height:0px;
  border:7px solid transparent;
  border-bottom:0px;
  border-top-color:#F00;
  bottom:-7px;
}
#PlasareComanda label[for="phone"]+a span:after,
#PlasareComanda label[for="email"]+a span:after{
	content:'';
	display:block;
	position:absolute;
	width:0px;
	height:0px;
  border:7px solid transparent;
  border-bottom:0px;
  border-top-color:#FFF;
  bottom:-6px;
}

#PlasareComanda label[for="phone"]+a:hover span,
#PlasareComanda label[for="email"]+a:hover span{
 display:block;
}

form#PlasareComanda .h6,
.order-right .h6{margin-left:unset;text-align:left; color:rgba(50, 53, 57, 1);font-size:20px;font-weight:700;line-height:28px;margin-bottom: 1.5rem;}
  @media(max-width:567px){
    form#PlasareComanda .h6 {margin-bottom:15px!important;}
  }

form#PlasareComanda input[type=text],form#PlasareComanda input[type=email],form#PlasareComanda input[type=tel]{background-color:rgba(248, 249, 251, 1);}


form#PlasareComanda select[name="selectCity"],
form#PlasareComanda select[name="selectSector"]{
	background-color: #fff;height: 46px;
	padding-left: 10px;border:1px solid rgba(229, 229, 231, 1);
}
form#PlasareComanda select[name="selectSector"]>option{height:46px;padding:10px 0px;}

.personal-left{max-width:544px;}
.order-right {max-width:532px;}
.personal-left, .order-right{border:1px solid #efefef;border-radius:10px;padding: 0px 25px;}
                .order-right{padding-top: 16px !important;}  


.order-right .count-number {
	width:40px;height:40px;
	background-color:#fff;border:1px solid #efefef;border-radius:10px;
	position:absolute;
	left:10px;
	top:10px;
	font-size:14px;
	font-weight:600;
	padding: 9px;
  text-align: center;
  color: rgb(50, 53, 57);
}

.order-right .units{color: rgba(133, 140, 149, 1); font-size:16px;font-weight:500;display: flex;line-height:25px;margin-top: 20px;
  margin-bottom: 20px;}
   .order-right .units span:first-child{display:flex;flex-grow:2;}
.order-right .total{color:rgba(50, 53, 57, 1); font-size:18px;font-weight:700;display: flex;line-height: 44px;line-height:28px;}
 .order-right .total span:first-child{display:flex;flex-grow:2;}
 .order-right  p{
 	font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
 .order-right  p a{color: rgba(252, 30, 6, 1);font-size:14px;font-weight:600;display:block;}
 

select[name="selectSector"]{
    height:46px;
    background-color: #fff;
    border: #b2eeac 2px solid;
    color:rgba(133, 140, 149, 1)!important;
}
 
select[name="selectSector"]>option{
    height:46px!important;
    background-color: #fff!important;
    color:#000!important;
    border:1px solid #efefef;
    font-size:15px!important;;
}

select[name="selectSector"]>option:before {
    content: ">"!important;;
    font-size: 22px!important;;
    display: none!important;;
    padding-right: 15px!important;;
    padding-left: 10px!important;;
    color: #fff!important;;
}
 
select[name="selectSector"]>option:hover:before {
    display: inline!important;;
}

#accordionFlushHippocrates.accordion {background-color:#fff;}
#accordionFlushHippocrates .accordion-item{display:flex;border:unset!important;}
#accordionFlushHippocrates .accordion-item .circle{
	width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  position:relative;
 }
  
#accordionFlushHippocrates .accordion-item button{display:flex;flex-direction:column;align-items: unset;min-height: 79px;}
#accordionFlushHippocrates .accordion-item button div:nth-child(2){ font-size:18px; font-weight:500;}
#accordionFlushHippocrates .accordion-item button div:nth-child(3) {color: rgba(133, 140, 149, 1);}
#accordionFlushHippocrates .accordion-button{border: 1px solid #efefef;  border-radius: 10px !important;}
#accordionFlushHippocrates .accordion-button::after {margin-top: -30px;}
#accordionFlushHippocrates .accordion-body {  padding: 1rem 1.75rem 1rem 3.5rem;;}
#accordionFlushHippocrates .days-phone{display:flex;justify-content:space-between;align-items: end;  padding-top: 20px;  padding-bottom: 20px;}
#accordionFlushHippocrates .days-phone>div:first-child{font-weight: 600;}
#accordionFlushHippocrates .phone-number{color: #f00;font-weight: 600;}
#accordionFlushHippocrates .more-datails{font-size:15px;font-weight:400;color:rgba(133, 140, 149, 1);}



#accordionFlushHippocrates .title{
  width: 82%;
  margin-left: 36px;
  margin-top: -26px;
}
#accordionFlushHippocrates .under-title{
	width: 82%;
  margin-left: 36px;
  margin-top: 6px;
}

#accordionFlushHippocrates  .accordion-button:focus{
 	border-color:#efefef!important;
 	box-shadow: 0 0 0 .25rem transparent!important;
 }
#accordionFlushHippocrates .accordion-button:not(.collapsed),
 #accordionFlushHippocrates .accordion-button:hover {
  background-color: #fff!important;
  border: 1px solid #f00!important;
  box-shadow: 0 0 0 .25rem transparent!important; 
  color:unset!important; 
}
#accordionFlushHippocrates .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionFlushHippocrates .accordion-button(.collapsed) .inner-circle{display:none;}
#accordionFlushHippocrates .accordion-button:not(.collapsed) .inner-circle{display:inline;height:14px;width:14px;background-color:#f00;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;}
#accordionFlushHippocrates .accordion-button:hover .inner-circle{display:inline;height:14px;width:14px;background-color:#f00;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;}

#accordionFlushHippocrates .accordion-button.collapsed .circle{border:2px solid #b3b3b3;}    
#accordionFlushHippocrates .accordion-button:not(.collapsed) .circle,
#accordionFlushHippocrates .accordion-button:hover .circle{  border: 2px solid #f00;}

#onClickNotifi .h2.main-style{line-height:40px;}

.show-only-for-online{display:flex; margin-top: 20px;}
   @media(max-width:991px){
   	#filterForm{flex-wwap:wrap;}
   	#filterForm>div{margin-left: 20px;}
   	.display-per-page.pages{   	margin-right: auto;margin-top:20px;margin-bottom:20px;}
   	.filterElement.subcategorii:last-child {margin-left:unset!important;}
   	.display-per-page span {margin-left:unset!important;}
   }
   
.show-only-for-online input:checked label{}
.show-only-for-online input[type="checkbox"]{
  margin-right:5px;
  width:20px;
  height:20px;
  accent-color:#f00;
   border-radius: 2px;
   outline: 1px solid rgba(0, 0, 0, 0.2);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   cursor: pointer;
    position: relative;
}
.show-only-for-online input[type="checkbox"]:focus{
    outline: 1px solid rgba(0, 0, 0, 0.2);
}


.show-only-for-online input[type="checkbox"]:checked{
    background-color: #f00;
    background: #f00 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 4px 4px no-repeat;
}

.show-only-for-online label{color: rgba(50, 53, 57, 1);font-weight:400;font-size:14px;}

footer .bank_cards_type{
  display: flex;
  flex-direction: column;
}
footer .bank_cards_type > a {
  display:inline-block;
  height: 3.5rem;
  padding: 1rem 0rem;
}
.confid:has(.plata-esuata){border:unset!important;}
.confid:has(.plata-reusita){border:unset!important;}

.deliveryInfo.header {margin-left: 36px;  margin-top: 20px;}
.deliveryInfo.header .label{font-size:15px; font-weight:500;color:rgba(50, 53, 57, 1);display:inline-block;}
.deliveryInfo.header :is(.period, .day, .time){
	display: inline-block;
  font-size: 15px !important;
  font-weight: 700 !important;
 }
 
 .deliveryInfo.header .period{
   color: red;
 }

.accordion-body .deliveryInfo {margin-bottom: 7px;display:flex;}
.accordion-body .deliveryInfo .label{font-size:16px; font-weight:600;color:rgba(50, 53, 57, 1);display:inline-block;}
.accordion-body .deliveryInfo .period{margin-left:auto;}
.accordion-body .deliveryInfo :is(.period, .day, .time){
	display: inline-block;
  font-size: 14px;
  padding: 0px 5px;
  background-color: red;
  border-radius: 17px;
  color: #fff;
}
#accordionFlushHippocrates .accordion-button.collapsed .deliveryInfo.header{display:block;}
#accordionFlushHippocrates .accordion-button .deliveryInfo.header{display:none;}

.blogHead.with-checkbox{flex-wrap:wrap;}
.blogHead.with-checkbox .filterElement:nth-child(2){margin-left:auto;}
.blogHead.with-checkbox .show-only-for-online {width:100%;margin-top:0px;}

.autocomplete{display:flex;position:relative;flex-grow:1;}
.autocomplete input{flex-grow:1;display:flex;}
.autocomplete ul{
	position: absolute;
  top: 44px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #FFFFFF;
  z-index: 99;
  overflow: hidden;
  border-radius: 0px 0px 7px 7px;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #efefef;
  margin-right: 3px;
	}
.autocomplete ul:empty{display:none;}
.autocomplete ul li{border:1px solid #F0F0F0;border-top:0px;width: 100%;}
.autocomplete ul li:first-child{padding-top:0px;}
.autocomplete ul li.selected{background-color: rgba(255, 199, 193, 1);width: 100%;}
.autocomplete ul li:hover{background-color: rgba(255, 199, 193, 1);}
.autocomplete ul li > span{cursor:pointer;display:block;line-height:31px;padding: 0px 10px 0px 39px;}
.autocomplete ul li > span b{color:#000000;}

li.showAll{display:flex;justify-content:center;}
li.showAll:hover{background-color:unset!important;}
li.showAll>a{
	font-size:13px;
	margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color:#ffc7c1;
  border-radius:5px;
  transition: all 0.35s;
  margin-top:10px;
  margin-bottom:10px;
  text-transform:capitalize;
}
li.showAll>a:hover{
	background-color: var(--linkHover);
  transition: all 0.35s;
}

@media (max-width: 991px) {
  form.search-container.for-mobile{
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom:1rem!important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .search-container.for-mobile input {
  	max-width: unset !important;
    background-size: 23px 20px !important;
    background-position: 1% center;
    padding: 12px 20px 12px 38px !important;
  }
  .search-container.for-mobile:has(input:focus) .close-input {right: 75px!important;}
}
@media(max-width:576px){
  header .search-container.for-mobile{
    display: flex!important;
    max-width:unset!important;
  }
}
.display-per-page {
  align-items: center;
}
.display-per-page span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.display-per-page select {
  width: 54px;
  background-color: #F8F9FB;
  border: 1px solid #E5E5E7;
  color: var(--type1gray);
  padding-left: 6px;
}