/*
CUSTOM ADDED CSS
/*###################################################################################################################*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*###################################################################################################################*/

/* width */
::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #adadad;
	border-radius:0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.full{
	width:98% !important;
}
.alertMsg{
	height: auto;
	padding: 13px;
	position: fixed;
	z-index: 999;
	width: 50%;
	top: 20%;
	left: 25%;
	border-radius: 4px;
	box-shadow: 0 0 12px #484848;
	opacity: 0.9;
	-webkit-opacity: 0.9;
}
.alertMsgList{
	padding-left: 0.5rem;
	list-style: none;
	font-size: 15px;
}

.alertMsg .closeAlertMsg{position: absolute;top: -15px;right: -16px;background: white;color: #000 !important;padding: 10px !important;height: 35px;line-height: 14px;width: 35px;border-radius: 100%;border: 1px solid #ddd;}

#error{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e45950+0,f3726b+60,fd9f99+100 */
	background: rgb(228,89,80); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(228,89,80,1) 0%, rgba(243,114,107,1) 60%, rgba(253,159,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(228,89,80,1) 0%,rgba(243,114,107,1) 60%,rgba(253,159,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(228,89,80,1) 0%,rgba(243,114,107,1) 60%,rgba(253,159,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45950', endColorstr='#fd9f99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#success{
	background: rgb(113,226,60); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(113,226,60,1) 0%, rgba(142,242,92,1) 60%, rgba(176,253,141,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(113,226,60,1) 0%,rgba(142,242,92,1) 60%,rgba(176,253,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(113,226,60,1) 0%,rgba(142,242,92,1) 60%,rgba(176,253,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71e23c', endColorstr='#b0fd8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.flags_conteiner {
	position: absolute;
	bottom: -180px;
	left: 0;
	width: 36px;
	height: 51px;
	background: none;
	z-index: 9999;
	border-radius: 0 5px 5px 0;
	padding-left: 0px;
	background: white;
	box-shadow: 0 0 3px 1px #969696;
	-webkit-box-shadow: 0 0 3px 1px #969696;
	-moz-box-shadow: 0 0 3px 1px #969696;
}
.flag{
	width: 35px;
	height: 25px;
	position: relative;
	float: left;
	background-size: 312px !important;
	border-radius: 4px;
	padding: 0;
}

.inactive_language{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.back-btn{
	width: 100px !important;
	position: fixed;
	left: 10px;
	top: calc(50% - 20px);
	box-shadow: 0 0 30px #7b7b7b;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
}
.up_top_button{
	right: 10px;
	bottom: 45px;
	background: rgba(0,0,0,0.3);
	color: #fff !important;
	border: 1px solid #ddd;
	position: fixed;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
	font-weight: 600;
	display:none;
	padding: 0;
}
.btn-search-in-site{
	padding: 0px 35px 0px 12px !important;
}
.search-in-site-container{
	background: none;
	position: absolute;
	right: 13px;
	width: 300px;
	bottom: calc(-100% - 10px);
	display: none;
	padding: 4px;
	height: 50px;
	background: white;
	border: 1px solid #060606;
	border-radius: 4px;
}
.search-in-site-container input[type="text"]{
	background: white;
	width: calc(100% - 50px);
	box-sizing: border-box;
	float: left;
	height: 40px;
	border-radius: 4px 0 0 4px;
}
.search-in-site-container button[type="submit"]{
	background-color: #000;
	color: #f2f2f2 !important;
	outline: none;
	width: 50px !important;
	box-sizing: border-box;
	text-align: center;
	padding: 1px 15px;
	height: 40px;
}
.loadingScreen{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #eafffd;
	z-index: 999999999;
	top: 0;
	left: 0;
}

.loader {
	border: 2px solid #003967;
	border-top: 2px solid #c7c7c7;
	border-left: 2px solid #b5b5b5;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 0.3s linear infinite;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	position: absolute;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.seach-in-site-p-box{
	height:260px;
	overflow:hidden;
	position: relative;
}

.seach-in-site-p-box-after {
	position: absolute;
	height: 40px;
	width: calc( 100% - 2rem);
	bottom: -40px;
	left: 2rem;
	box-shadow: 0px 5px 46px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 46px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 46px 0px rgba(0,0,0,0.5);
}
.seach-in-site-footer-box{
	margin:15px 0;
}
#menu_left{
	width: 100%;
}
#menu_left ul{
	list-style: none;
	padding: 0;
}
#menu_left ul li{
	background: none;
	padding: 3px;
}
#menu_left ul li ul{
	display:block !important;
}
#menu_left ul li a{
	text-transform: capitalize;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	margin: 0 auto;
	display: block;
	padding: 4px;
	border-radius: 2px;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-ms-transition:0.2s;
	font-size: 13px;
}
#menu_left ul li a:hover{
	border-bottom: 2px solid #2991ff;
	border-radius: 0px;
}
#menu_left ul li a i{
	color: #2991ff;
	font-size: 20px;
	padding: 0 5px 0 0;
}
.logo-img{
	position: absolute;
	width: 173px;
	height: 54px;
	background: url(../images/logo.png) center 0px;
	background-repeat: no-repeat;
	left: 0;
	top: 6px;
	background-size: contain;
	border-radius: 2px;
	background-position: center center;
}

.left-menu-small-padding{
	padding: 15px !important;
}


/*TOP MAIN MENU SECTIONS*/

.top-main-menu-sections-container{
	position: absolute;
	top: 0;
	left: 0;
}

.top-main-menu-sections{display: none;text-transform: uppercase;margin: 0;padding: 0;position: relative;height: auto;line-height: inherit;top: 35px;font-weight: 600;left: 0;float: left;width: 230px;z-index: 7;box-shadow: 0 0px 4px #afa0a0;border-radius: 5px;}

.top-main-menu-sections li{display: inline;list-style: none;padding: 3px 6px;float: left;position: relative;width: 230px;text-align: -webkit-left;background: #fff;border-bottom: 1px solid #ddd;margin-right: 10px;}

.top-main-menu-sections li a{
	text-decoration: none;
	font-size: 14px;
	color: #585858;
}

.top-main-menu-sections-trigger{
	position: relative;
	top: 0px;
	width: 160px;
	text-align: left;
	background: #e8e8e8;
	box-sizing: border-box;
	padding: 3px;
	height: 34px;
	line-height: 33px;
	font-size: 20px;
	text-transform: uppercase;
	color: #585858;
	padding-left: 10px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 4px;
}

.top-main-menu-sections::after {
	content: "";
	position: absolute;
	top: -3px;
	left: 36px;
	width: 24px;
	height: 24px;
	background: white;
	transform: rotate(45deg);
	box-shadow: 0 0 3px #737373;
	z-index: -1;
}

.top-main-menu-sections li:first-child, .top-main-menu-categories li:first-child {border-radius: 15px 15px 0 0;/* padding-top: 5px; */}

.top-main-menu-sections li:last-child, .top-main-menu-categories li:last-child {border-radius: 0 0 5px 5px;}

/*TOP MAIN MENU*/
.top-main-menu-categories-trigger{
	position: relative;
	top: 0;
	width: auto;
	text-align: left;
	background: #ffffff;
	box-sizing: border-box;
	height: 36px;
	line-height: 35px;
	font-size: 17px;
	text-transform: uppercase;
	color: #153e92;
	padding-left: 10px;
	padding-right: 18px;
	float: left;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid rgb(255 255 255);
	margin-left: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.top-main-menu-categories-container{
	position: absolute;
	top: 5px;
	left: 0;
}

.top-main-menu-categories-container-C2{
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

.top-main-menu-categories {
	display: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	max-height: 680px;
	x: inherit;
	top: 35px;
	font-weight: 600;
	z-index: 7;
	border-radius: 15px;
	float: left;
	box-shadow: 0 0px 4px #afa0a0;
	/* overflow-y: scroll; */
	/* overflow-x: unset; */
	background: #fff;
}

.top-main-menu-categories::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 36px;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	box-shadow: 0 0 3px #737373;
	z-index: -1;
	background: #fff;
}

.top-main-menu-categories li {
	display: inline;
	list-style: none;
	padding: 0;
	width: 315px;
	text-align: -webkit-left;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-right: 0;
	float: left;
	min-height: 45px;
	padding-top: 4px;
	/* centru pe verticalÄƒ */
	/* opÈ›ional - centru pe orizontalÄƒ */
}

.top-main-menu-categories li:last-child {
	border-bottom: none;
}

.top-main-menu-categories .button-dropdown {
	position: relative;
}

.top-main-menu-categories li a {
	display: inline-block;
	color: #082053;
	text-decoration: none;
	padding: 0px 5px;
	min-height: 30.3px;
	border-radius: 0;
	border-bottom: none;
	background: none;
	line-height: 18px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	font-weight: 600;
	display: flex;
	align-items: center;   /* centru pe verticalÄƒ */
	/* opÈ›ional - centru pe orizontalÄƒ */
}

.top-main-menu-categories li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
}

.top-main-menu-categories li .dropdown-menu .dropdown-menu-inner li{
	width: 320px;
	overflow: hidden;
}

.top-main-menu-categories li a:hover, .nav li a.dropdown-toggle.active {
	color: #153e92;
	border-bottom: none;
}

.top-main-menu-categories li a i:hover, .nav li a.dropdown-toggle.active {
	background-color: #55a8ff;
	color: #fff;
}

.top-main-menu-categories li a:hover span, .nav li a.dropdown-toggle.active span {
	color: #444343 !important;
}

.top-main-menu-categories li .dropdown-menu {
	display: none;
	padding: 0;
	margin: 0;
	min-width: 55px;
	flex-wrap: wrap;
	z-index: 17;
	left: 310px;
	position: absolute;
	top: 0;
	min-height: 20px;
	overflow-y: scroll;
	box-shadow: 0 0px 4px #afa0a0;
	color: red;
	height: 300px;
}

.top-main-menu-categories li .dropdown-menu .dropdown-menu-inner{
	text-align: left;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px 1px #cecece;
	-webkit-box-shadow: 0 0 12px 1px #cecece;
	-moz-box-shadow: 0 0 12px 1px #cecece;
	transition: 0.2s;
	min-height: 37px;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 12;
	max-width: 1375px;
	margin: 0;
	width: 100%;
	padding-left: 0 !important;
}

.top-main-menu-categories li .dropdown-menu .tail{
	width: 100%;
	height: 10px;
	position: absolute;
	background: none;
	top: -10px;
}

.top-main-menu-categories li .dropdown-menu.active {
	display: block;
}

.top-main-menu-categories li .dropdown-menu a {
	width: auto;
	height: auto;
	min-width: 240px;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	padding-left: 10px !important;
	line-height: 30px;
}

/*CATEGORIES MENU C2*/



.top-main-menu-categories-C2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	line-height: inherit;
	top: 0;
	font-weight: 600;
	width: 100%;
	z-index: 7;
	border-radius: 5px;
	float: left;
}

.top-main-menu-categories-C2::after {
	content: "";
}

.top-main-menu-categories-C2 li {
	display: inline;
	list-style: none;
	padding: 0px 0px;
	float: left;
	position: relative;
	width: 100%;
	text-align: -webkit-left;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	margin-right: 10px;
}

.top-main-menu-categories-C2 li:last-child {
	border-bottom: 1px solid #fff;
}

.top-main-menu-categories-C2 .button-dropdown {
	position: relative;
}

.top-main-menu-categories-C2 li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 0px 5px;
	height: 29.5px;
	border-radius: 0;
	border-bottom: none;
	background: none;
	line-height: 28px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
}

.top-main-menu-categories-C2 li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: #999;
}

.top-main-menu-categories-C2 li .dropdown-menu .dropdown-menu-inner li{
	width: 230px;
	overflow: hidden;
}

.top-main-menu-categories-C2 li a:hover, .nav li a.dropdown-toggle.active {
	color: #153e92;
	border-bottom: none;
}

.top-main-menu-categories-C2 li a i:hover, .nav li a.dropdown-toggle.active {
	background-color: #55a8ff;
	color: #fff;
}

.top-main-menu-categories-C2 li a:hover span, .nav li a.dropdown-toggle.active span {
	color: #fff;
}

.top-main-menu-categories-C2 li .dropdown-menu {
	display: none;
	padding: 0;
	margin: 0;
	min-width: 55px;
	flex-wrap: wrap;
	z-index: 17;
	left: 305px;
	position: absolute;
	top: 0;
	min-height: 20px;
	overflow-y: hidden;
	color: red;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.top-main-menu-categories-C2 li .dropdown-menu .dropdown-menu-inner{
	text-align: left;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px 1px #cecece;
	-moz-box-shadow: 0 0 12px 1px #cecece;
	transition: 0.2s;
	min-height: 37px;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 12;
	max-width: 1375px;
	margin: 0;
	width: 100%;
	padding-left: 0 !important;
}

.top-main-menu-categories-C2 li .dropdown-menu .tail{
	width: 100%;
	height: 10px;
	position: absolute;
	background: none;
	top: -10px;
}

.top-main-menu-categories-C2 li .dropdown-menu.active {
	display: block;
}

.top-main-menu-categories-C2 li .dropdown-menu a {
	width: auto;
	height: auto;
	min-width: 240px;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	padding-left: 10px !important;
	line-height: 30px;
}


/*CATEGORIES MENU C2*/

/*TOP MAIN MENU*/
.top-main-menu {
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
	height: 54px;
	line-height: inherit;
	top: 1px;
	font-weight: 600;
	right: 0px;
	width: 400px;
}

.top-main-menu li {
	display: inline;
	list-style: none;
	padding: 10px 2px;
	float: left;
	position: relative;
}

.top-main-menu .button-dropdown {
	position: relative;
}

.top-main-menu li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 0px 5px;
	height: auto;
	border-radius: 0;
	border-bottom: none;
	background: none;
	line-height: 30px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.top-main-menu li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: #999;
}

.top-main-menu li a:hover, .nav li a.dropdown-toggle.active {
	color: #153e92;
	border-bottom: none;
}

.top-main-menu li a i:hover, .nav li a.dropdown-toggle.active {
	background-color: #55a8ff;
	color: #fff;
}

.top-main-menu li a:hover span, .nav li a.dropdown-toggle.active span {
	color: #fff;
}

.top-main-menu li .dropdown-menu {
	display: none;
	padding: 0;
	margin: 0;
	width: 100%;
	flex-wrap: wrap;
	z-index: 12;
	left: 0;
	position: fixed;
}

.top-main-menu li .dropdown-menu .dropdown-menu-inner{
	margin-top: 7px;
	text-align: left;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px 1px #cecece;
	-webkit-box-shadow: 0 0 12px 1px #cecece;
	-moz-box-shadow: 0 0 12px 1px #cecece;
	transition: 0.2s;
	min-height: 315px;
	flex-direction: column;
	flex-wrap: wrap;
	z-index: 12;
	/* display: flex; */
	max-width: 1375px;
}

.top-main-menu li .dropdown-menu .tail{
	width: 100%;
	height: 10px;
	position: absolute;
	background: none;
	top: -10px;
}

.top-main-menu li .dropdown-menu.active {
	display: block;
}

.top-main-menu li .dropdown-menu a {
	width: auto;
	height: auto;
	min-width: 350px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	padding-left: 39px !important;
	line-height: 30px;
}

/*Gallery Column*/

.column{
	width: 100%;
	float: left;
	line-height: 14px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	height: auto;
	padding: 10px;
}

.column img {
	width: 100% !important;
	height: auto;
	margin-bottom: 10px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 180px;
	background-color: #000;
}

.menu-top-tail{
	color: #fff;
	position: absolute;
	font-size: 36px;
	right: 0;
	z-index: 9999999;
	top: 10px;
}

.gallery-container-a{
	position:relative;
}

.btn-delete-gallery-photo{
	position: absolute;
	z-index: 9999999;
}

.forms-label{
	margin-bottom: 0rem;
	width: calc(100% - 1rem);
	height: auto;
	color: #9c9c9c;
}

.sterge-poza-tag{
	width: 35px;
	height: 35px;
	background: rgba(123, 123, 123, 0.3);
	position: absolute;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	line-height: 47px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 0 5px;
}

.upload-input-ct{
	width: 100%;
	height: 40px;
	background: #424784;
	border-radius: 3px;
	position: relative;
}

.upload-input-mask{
	height: 40px !important;
	margin: 0;
	top: 0;
	position: absolute;
	width: 100%;
	line-height: 33px;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.custom-upload-input{
	opacity: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.menu-picture-cat2{height: 26px;min-width: 27px;position: relative;filter: grayscale(1);border-radius: 6px;overflow: hidden;margin-top: 2px;}

.menu-picture-cat2-responsive{height: 35px;width: 35px;position: relative;border-radius: 4px;}

.subtitle{
	color: #00b5ff;
	background: #000000;
	margin: 25px 0;
	text-decoration: underline;
}
.htop{
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3236+0,ac51d6+50,01a0e2+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	width: 100%;
	height: 51px;
	left: 0;
	top: 70px;
	z-index: 10;
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: right;
	color: #fff;
	background: -moz-linear-gradient(-45deg, #fd7e14 0%, #ff5e14 100%);
	background: linear-gradient(135deg, #153e92 0%, #5c8ae9 100%);
}

.htopWhite{
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 70px;
	left: 0;
	top: 0px;
	z-index: 10;
	padding: 4px 10px;
	box-sizing: border-box;
	text-align: right;
	box-shadow: 0 0 13px #dadada;
}

.margin-top-10{
	margin-top:10px;
}

.cat-ctn{
	position: relative;
	margin-bottom:5px;
	height: 160px;
}

.cat-btn{
	position: absolute;
	width: 100%;
	text-align: center;
	background: #e4f4ff;
	color: #000 !important;
	text-decoration: none;
	border-radius: 4px;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	box-sizing:border-box;
	height: calc(100% - 40px);
	top: 40px;
}

.cat-edit, .cat-2-edit{
	position: absolute;
	width: 32px;
	text-align: center;
	background: #09d841;
	color: #000 !important;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	left: 5px;
	padding: 9px 0;
	box-sizing:border-box;
	height: 32px;
	box-shadow: 0 0 4px #000;
	top: 0;
}

.cat-delete, .cat-2-delete{
	position: absolute;
	width: 33px;
	text-align: center;
	background: #ff4e4e;
	color: #000 !important;
	text-decoration: none;
	border-radius: 4px;
	height: 32px;
	cursor: pointer;
	overflow: hidden;
	padding: 9px 0;
	box-sizing:border-box;
	box-shadow: 0 0 3px #000;
	right: 5px;
	top: 0;
}


.filter-selected{border-bottom: 5px solid #3180c1;box-sizing: border-box;box-shadow: 0 0px 2px #3180c1;}

.cat-pic{
	position: absolute;
	bottom: 15px;
	left: calc(50% - 37.5px);
	height: 75px;
	width: 75px;
	background: #fff;
	border-radius: 5px;
}

.thumb-sm{
	position: relative;
	width: 201px;
	height: 200px;
}

.imagine-macheta-produs{
	width: calc(20% - 5px);
	float: left;
	margin: 0.1%;
	position: relative;
}

.poza-primara-tag{
	width: 50px;
	height: 50px;
	background: rgba(123, 123, 123, 0.3);
	position: absolute;
	top: 0;
	text-align: center;
	border-radius: 0 0px 5px 0;
	color: #fff;
	line-height: 47px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.poza-primara-tag-selected{
	background: rgba(0, 228, 61, 0.7);
}

.description_prod_box{
	overflow: hidden;
	height: 30px;
	background: #e6e3e3;
	padding: 5px;
	border-radius: 2px;
	margin: 0 3px;
	transition: 1s;
	-webkit-transition: 1s;
}

.description_prod_box:hover{
	position: relative;
	height:auto;
}

.back-link-product-page{
	position: fixed;
	top: 50%;
	left: 50px;
	box-shadow: 0 0 13px #484848;
}

.top-main-menu li ul li{width: 50%;padding: 6px 10px;position: relative;height: 37px;box-sizing: border-box;text-align: left;line-height: 84px;}

.menu-link-cat2{
	padding-left: 38px !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-weight:400;
}

.menu-link-cat2-responsive{
	padding-left: 47px !important;
	font-weight:400;
	min-width: 315px;
	position: relative;
	color: #fff;
	float: left;
	line-height: 15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-size: 17px;
	padding-top: 10px;
}

.menu-li-cat2-responsive{
	list-style: none !important;
	min-height: 40px;
	padding: 0;
}

.dropdown-menu-responsive{padding: 0 !important;}

.button-dropdown-responsive{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	padding: 6px !important;
	list-style: none;
	background: linear-gradient(135deg, rgb(0 2 77 / 90%) 0%, rgb(77 130 237) 100%);
	margin: 3px 0px;
	border-radius: 10px;
}

.style4{
	height: 175px;
	background: #ccfdff !important;
}

.style4 .inner{
	margin: 100px auto 0 auto;
}

.cat-pic-image-med{
	width: 100%;
	border-radius: 0px 0px 0 0;
	max-height: 370px;
	min-height: 370px;
	background-size: 102% !important;
}

.cat-pic-image-med-p{
	width: 100%;
	border-radius: 2px 2px 0 0;
	max-height: 260px;
	min-height: 260px;
	background-color: #fdfdfd !important;
	background-size: 90% !important;
}

.cat-price{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: center;
	color: #fc3b0b;
	border-radius: 0 0 6px 6px;
	font-weight: 600;
	width: auto;
	height: 30px;
}

.cat-price-old{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: center;
	color: #6f6f6f;
	border-radius: 0 0 6px 6px;
	font-weight: 400;
	width: auto;
	height: 30px;
	text-decoration:line-through;
	padding-right: 40px;
}

.cat-price-old-discount{
	margin-left: 5px;
	color: #aaa;
	font-size: 14px;
	position: absolute;
}

.cat-slug{
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-size: 15px;
	background: #fffdfd;
	border-radius: 0 0 2px 2px;
	margin-bottom: 0px;
	min-height: 50px;
	color: #000000;
	padding: 0 5px;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 0px;
	vertical-align: middle;
	margin-top: 5px;
	max-height: 50px;
	overflow: hidden;
}

.cat-slug-randomize{
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 0 0 2px 2px;
	color: #ffffff;
	padding: 12px 14px;
	letter-spacing: -0.4px;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 400;
	background: -moz-linear-gradient(-45deg, #fd7e14 0%, #ff5e14 100%);
	background: -webkit-linear-gradient(135deg, #55752a 0%, #a5cb80 100%);
	background: linear-gradient(135deg, #153e92 0%, #5785e3 100%);
	max-height: 55px;
	min-height: 55px;
	height: 55px;
	line-height: 17px;
}

.gallery-slider-no-margin{
	margin: 0;
}

.product-page-denumire{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	/* font-weight: 600; */
	text-align: left;
}

.product-page-price{
	font-weight: 600;
	text-align: left;
	font-size: 40px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: red;
	height: 60px;
	min-width: 200px;
}

.product-page-price-old{
	font-weight: 600;
	text-align: left;
	font-size: 17px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
	color: #000;
	text-decoration:line-through;
}

.product-page-price-old-discount{
	margin-left: 10px;
	color: #aaa;
	font-size: 15px;
	position: absolute;
}

.product-page-personalizeaza-btn, #Buton-Finalizare-Comanda, .add_new_adress{
	margin-top: 15px !important;
	font-size: 19px;
	position:relative;
	text-shadow: 1px 1px #565454;
	height: 55px;
	border-radius: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01a931+0,019706+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 fallback on horizontal gradient */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0155a9+0,017297+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0155a9', endColorstr='#017297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0253d6+0,01a0e2+100 */
	background: #153e92; /* Old browsers */
	background: -moz-linear-gradient(45deg, #0253d6 0%, #01a0e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #00dc07 0%,#009004 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #153e92 0%, #5785e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0253d6', endColorstr='#01a0e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.add-to-cart-modal-btn-s{
	margin-top: 0 !important;
	font-size: 14px !important;
	position:relative;
	line-height: 45px;
	font-weight: 400;
	text-shadow: 1px 1px #565454;
	height: 46px;
	border-radius: 15px;
	padding-left: 60px;
	background: -moz-linear-gradient(45deg, #0253d6 0%, #01a0e2 100%);
	background: linear-gradient(45deg, #124e9f 0%, #0c71bc 100%);
}


.continua-cuparaturile-btn, .continua-finalizare-comanda-btn{
	margin-top: 15px !important;
	font-size: 17px;
	position:relative;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: 0px 0px #585858;
	height: 50px;
	border-radius: 15px;
	line-height: 50px;
	background: -moz-linear-gradient(45deg, #0253d6 0%, #01a0e2 100%);
	background: linear-gradient(45deg, #0a77c5 0%, #153e92 100%);
	padding-left: 51px;
}

.product-page-favorites-btn{
	margin-top: 15px !important;
	font-size: 20px;
	position:relative;
	text-shadow: 1px 1px #d6d6d6;
	height: 55px;
	border-radius: 15px;
	border: 1px solid #ff1518;
}

.product-page-descriere-h3{
	font-family: "Open Sans";
	margin-bottom: 15px;
}

.product-page-descriere-detalii{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
	font-size: 15px;
	margin-top: 15px;
}

.product-page-descriere-produs{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
	font-style:italic;
	font-size:15px;
	text-align: justify;
}

.h3-cairo{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.product-page-descriere-code{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ff5100;
	margin-top: 15px;
}

.product-page-descriere-produs p {
	margin: 0 0 5px 0;
}

.menu-top-add-cart-desktop{
	float: right !important;
	color: #153e92;
	font-size: 30px;
	width: 75px !important;
	padding: 4px 0px !important;
	line-height: 19px;
	height: 55px;
	cursor: pointer;
}


.menu-top-add-cart-desktop .number-tag{
	float: right;
	font-size: 12px;
	margin: 5px;
	box-sizing: border-box;
	height: 25px;
	line-height: 24px;
	border-radius: 100%;
	background: #696969;
	color: #fff;
	text-align: center;
	width: 25px;
}

.menu-top-favorites-desktop .fav-number-tag{
	float: right;
	font-size: 13px;
	margin: 5px;
	margin-top: 2px;
	margin-left: -5px;
	box-sizing: border-box;
	height: 25px;
	padding: 0;
	line-height: 25px;
	border-radius: 100%;
	background: #696969;
	color: #fff;
	text-align: center;
	width: 25px;
}

.cos-dropdown-box{
	width: 350px;
	min-height: 35px;
	background: white;
	right: 0;
	position: absolute;
	top: 55px;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	display:none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	z-index: 10;
}

.cos-dropdown-head{
	height: 33px;
	border-radius: 5px  5px 0 0;
	padding: 7px 20px 0px 20px;
}

.cos-dropdown-head .left{
	font-size: 17px;
	position: relative;
	float: left;
	line-height: 27px;
	text-transform: capitalize;
}

.cos-dropdown-head .right{
	font-size: 20px;
	line-height: 24px;
	float: right;
	color: #000000;
	text-transform: capitalize;
}

.cos-dropdown-body{
	min-height: 62px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 19px;
	text-align: center;
	max-height: 234px;
	font-size: 15px;
	min-height: 234px;
}

.cos-dropdown-bottom{
	padding: 10px 0px;
	text-align: center;
	height: 70px;
}

.menu-top-add-cart-desktop:hover > .cos-dropdown-box {
	display: block;
}

.cos-prod-menu-tbl{
	font-size: 17px;
	line-height: 19px;
	text-transform: capitalize;
	text-align: left;
	margin: 0;
	height: auto;
}

.cos-prod-menu-tbl tr td{background: white;padding: 5px 5px !important;font-size: 14px;}

.cos-prod-menu-tbl-pret-span{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
	position: relative;
	text-transform: lowercase;
	font-size: 16px;
}

.cos-prod-pret-old-span{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	color: #aaa;
	margin-bottom: 5px;
	position: relative;
	text-transform: lowercase;
	font-size: 13px;
	text-decoration:line-through;
}

.cos-prod-pret-old-span-percent{
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	color: #aaa;
	margin-bottom: 5px;
	position: relative;
	text-transform: lowercase;
	font-size: 13px;
}


.cart-animate-scale{
	transition: 0.2s;
	-webkit-transition: 0.2s;
	transform: scale(1.6) translateX(-5px);
	-webkit-transform: scale(1.6) translateX(-5px);
}

.cart-animate-rotate{
	transition: 0.4s;
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.3s;
	transform: rotate(360deg);
}

.cart-animate-rotate-btn{
	transform: scale(1.05) rotateX(1440deg);
	transition: 0.3s;
	-webkit-transform: scale(1.05) rotateX(1440deg);
	-webkit-transition: 0.3s;
}

.cos-prod-menu-tbl-delete-prod-span{
	top: 0;
	position: absolute;
	right: 8px;
	width: 22px;
	text-align: center;
	line-height: 19px;
	height: 23px;
	cursor: pointer;
	font-size: 15px;
	border: 1px solid #153e92;
	border-radius: 15px;
}

.cos_comanda_mega_content{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #585858;
	position:relative;
}

.cos_totaluri_mega_content{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #585858;
}

.cos_comanda_mega_content .row{
	border-bottom: 1px solid #f1f1f1;
	padding: 22px;
}

.cart-page-um{
	position: absolute;
	top: 40px;
	right: unset;
	color: #009604;
	width: auto;
	width: 130px;
	text-align: left;
	left: 0;
	font-size: 14.5px;
	font-family: monospace;
}

.cart-page-delete{
	margin-left: 10px !important;
	width: calc(100% - 20px);
	padding: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red !important;
}

.cart-page-price{
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 15px;
}

.cart-page-qty-container{
	position: relative;
	width: 100%;
	float: right;
	float: left;
}

.cart-page-prod-qty{
	left: 0;
	width: 80px !important;
	text-align: center;
	padding: 5px;
	position: relative;
	padding-right: 24px !important;
	margin-left: 1px;
	height: 40px !important;
	border-right: 0px !important;
	border: 1px solid #ddd !important;
	border-radius: 2px !important;
	outline: none !important;
	background: #fff !important;
}

.cart-page-qty-plus{
	width: 24px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	background: #ddd;
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 56px;
	border-radius: 0 2px 0 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	border-bottom: 1px solid #ffffff;
}

.cart-page-qty-minus{
	float: left;
	width: 24px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	background: #ddd;
	position: absolute;
	top: 20px;
	cursor: pointer;
	left: 56px;
	border-radius: 0 0 2px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}
.cart-page-prd-name{
	padding-left: 10px;
	margin-bottom: 10px;
	letter-spacing: -0.3px;
	line-height: 18px;
}

.cart-page-prd-description{
	font-size: 13px;
	padding-left: 10px;
	color: #8a8a8a;
	line-height: 15px;
	padding-bottom: 10px;
}

.cart-page-prd-thumb{
	border-radius: 3px;
	margin: 2px 0;
	box-shadow: 0 0 1px;
}

.rtl{
	float: right;
}

.cart-page-total-bottom{
	margin: 10px 0;
	color: #009804;
	font-weight: 400;
	font-size: 22px;
	text-align: right;
	padding-right: 30px;
	background: white;
	box-shadow: 1px 1px 4px rgb(134 134 134 / 10%);
	border-radius: 15px;
	padding: 15px 15px;
}

.cart-page-cos-gol{
	text-align: center;
	font-size: 20px;
}

.cart-page-loading-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 9;
	left: 0;
	top: 0;
}

.cart-page-casa-animatie{
	position: absolute;
	width: 100px;
	height: 100px;
	/*     background: url(/images/casa-anim.png) no-repeat center center; */
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 10;
	background-size: 100px;
}

.cart-page-cadou-animatie{
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 10;
	background-size: 100px;
	/* Safari 4.0 - 8.0 */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
	0%   {-webkit-transform: translateY(0px);}
	15%  {-webkit-transform: translateY(10px);}
	30%  {-webkit-transform: translateY(30px) rotate(-20deg);}
	50%  {-webkit-transform: translateY(0px) rotate(20deg);}

}

/* Standard syntax */
@keyframes mymove {
	0%   {transform: translateY(0px);}
	15%   {transform: translateY(40px);}
	30%  {transform: translateY(100px) rotate(-20deg);}
	50%  {transform: translateY(20px) rotate(20deg);}

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes addtocart {
	20% {

		-webkit-transform: scale(1) translate(150px, -100px);
		z-index: 999999999;
		position: fixed;

	}



	100% {

		-webkit-transform: scale(1) translate(650px, -350px);
		z-index: 999999999;
		position: fixed;
		opacity:0.7;
		-webkit-opacity:0.7;
	}

}

/* Standard syntax */
@keyframes addtocart {

	20% {

		transform: scale(1) translate(350px, -70px);
		z-index: 999999999;
		position: fixed;

	}



	100% {

		transform: scale(1) translate(650px, -350px);
		z-index: 999999999;
		position: fixed;
		opacity:0.7;
		-webkit-opacity:0.7;
	}
}

.camera-pic-image{
	position: absolute;
	top: 5px;
	width: 25px;
	height: 23px;
	font-size: 25px;
	right: 5px;
	box-shadow: 0 0 15px;
	background: #bffdff;
	border-radius: 3px;
}

.add-to-cart-btn-animation{
	-webkit-animation: addtocart 1s ; /* Safari 4.0 - 8.0 */
	animation: addtocart 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

.add-to-cart-button-effect{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(/images/ghift-anim.png) no-repeat center center;
	top: calc(50% - 48px);
	left: calc(50% - 35px);
	background-size: 60px;
	transform: scale(0);
	transition: 1s;
}

.menu-top-login-desktop{
	float: right !important;
	color: #153e92;
	font-size: 30px;
	width: 100px !important;
	height: 55px;
	line-height: 20px;
	padding: 6px 0px !important;
	text-align: center;
	font-weight: 400;
}

.menu-top-search-desktop{
	float: right !important;
	color: #585858;
	font-size: 30px;
	width: 73px !important;
	height: 55px;
	line-height: 20px;
	padding: 6px 0px !important;
	text-align: center;
	cursor:pointer;
}

.menu-top-favorites-desktop{
	float: right !important;
	color: #153e92;
	font-size: 30px;
	width: 75px !important;
	height: 55px;
	line-height: 20px;
	padding: 6px 0px !important;
	text-align: center;
	cursor:pointer;
}

.login-box-command{
	border-bottom: 1px solid #ddd;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;;
	margin-left: 15px;
	width: calc(50% - 15px);
	text-align: center;
	cursor:pointer;
}

.login-box-content-register{
	min-height: 120px;
	display:none;
}

.login-box-content-login{
	min-height: 120px;
}

.login-box-command-active{
	border-bottom: 1px solid #f87e4a;
}

.cont-title-span{
	font-size: 11px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.box::before {
	position: absolute;
	content: " ";
	background: url(/images/preloader.gif) no-repeat center -32px ,white;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	z-index:11;
	background-size: 257px;
	background-position: center 3px;
}

.box.hidden:before {
	display: none;
}

.cat-edit-details, .cat-2-edit-details{
	position: absolute;
	width: 32px;
	text-align: center;
	background: #13c4cc;
	color: #000 !important;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	left: 44px;
	padding: 9px 0;
	box-sizing:border-box;
	height: 32px;
	box-shadow: 0 0 4px #000;
	top: 0px;
}

.style4{
	height: 183px;
	background: #dadada !important;
	padding-top: 36px;
}

.style4 .inner{
	margin: 110px auto;
}

.cont-dropdown-box{
	width: 350px;
	min-height: 35px;
	background: white;
	right: 0;
	position: absolute;
	top: 55px;
	box-shadow: 0 0 23px rgb(0,0,0, 0.3);
	border-radius: 3px;
	display:none;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	z-index: 10;
}

.cont-dropdown-head{
	height: 59px;
	border-radius: 5px  5px 0 0;
	padding: 8px 12px 0px 12px;
	border-bottom: 1px solid #ddd;
}

.cont-dropdown-head .left{
	font-size: 16px;
	position: relative;
	float: left;
	line-height: 24px;
	text-transform: capitalize;
}

.cont-dropdown-head .right{
	font-size: 17px;
	line-height: 24px;
	float: right;
	color: #ef5556;
	text-transform: capitalize;
}

.cont-dropdown-body{
	min-height: 62px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	max-height: 432px;
	font-size: 20px;
	text-align: center;
	max-height: 250px;
	font-size: 15px;
}

.cont-dropdown-bottom{
	padding: 10px;
	text-align:center;
	height: 65px;
}

.menu-top-add-cart-desktop:hover > .cos-dropdown-box {
	display: block;
}

.menu-top-login-desktop:hover > .cont-dropdown-box {
	display: block;
}

li button.success a, li button.danger a{
	color:#fff !important;
}

li button a:hover {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	color:#000 !important;
}

li button.success a:hover, li button.danger a:hover {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	color:#fff !important;
}

.profile-slug{
	background: #585858;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 4px;
	border-radius: 100px;
	left: 4px;
	line-height: 50px;
}

.profile-name-top-menu{
	font-size: 18px;
	text-transform: capitalize;
	padding-left: 50px;
}

.profile-slug-letter{
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.profile-email-top-menu{
	font-size: 14px;
	text-transform: lowercase;
	padding-left: 50px;
	color: #bbb;
}
.general-logged-in-user-menu-btn{
	border: none;
	outline: none;
	box-shadow: none !important;
	text-align: left;
	padding: 0px 10px;
	height: 29px;
	margin-bottom: 3px !important;
	border-bottom: 1px solid #f7f7f7;
}

.delivery-adress-row{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	border: 1px solid #ddd;
	margin: 3px;
	padding: 5px;
	border-radius: 10px;
	position: relative;
}

.delete-profile-adress{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 30px;
	z-index: 100000;
	cursor: pointer;
	background: none;
	visibility: visible;
	font-size: 25px;
	text-align: center;
	color: red;
	line-height: 26px;
}

.cart-page-delivery-value, .cart-page-products-value{
	font-size: 20px !important;
}


.cart-page-total-bottom-with-delivery{
	font-size: 20px !important;
}

.implicit-adress{
	position: relative;
	width: 120px;
	background: #153e92;
	padding: 0 5px;
	border-radius: 8px;
	color: #000;
	text-align: center;
}

.finalizare-comanda-span-err{
	background: #ffe4e4;
	margin: 5px 0;
	border-radius: 3px;
	border: 1px solid #ffb2b2;
	padding: 6px;
	color: red;
	text-align: center;
	font-size: 18px;
}

.finalizare-comanda-span-success{
	background: #e4ffea;
	margin: 5px 0;
	border-radius: 3px;
	border: 1px solid #b8ffbd;
	padding: 5px;
	color: #008a0c;
	text-align: center;
	font-size: 15px;
}

.adresses-box{
	min-height: 50px;
	overflow-y: scroll;
}

.comenzi-detalii-selectata{
	display:none;
}

.finalizare-input-read-only{
	background: #fff !important;
	border-top: none !important;
	border-left: none !important;
	font-size: 16px;
	font-weight: 600;
	color: #00848a !important;
	border-radius: 0 0 5px !important;
}
.finalizare-input-read-only:focus{
	border-top: none !important;
	border-left: none !important;
	border: 1px solid #ddd !important;
	outline: none !important;
	box-shadow: none !important;
}

.page-finalizare-comanda-cos .cos-dropdown-body .cos-prod-menu-tbl .cos-prod-menu-tbl-delete-prod-span{
	display:none;
}

.status-comanda{
	width: auto;
	background: #c2ffd8;
	text-align: center;
	border-radius: 5px;
	margin: 0 !important;
	padding: 2px 10px;
}

.user-no-account{
	border-radius: 3px;
	background: #def8f9;
	padding: 0px 4px;
	color: #505050;
}

.comenzi-load-more{
	text-align: center;
	background: #ccfdff;
	width: 250px;
	margin-left: calc(50% - 125px);
	border-radius: 50px;
	border: 1px solid #ccfdff;
	padding: 10px;
	cursor:pointer;
}

.modaltati-livrare-head{
	font-size: 18px;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	top: -20px;
	background: #fff;
	color: #7a7a7a;
	padding-left: 15px;
	margin-bottom: 0px;
	float: left;
	position: relative;
}

.modaltati-livrare-box{
	min-height: 240px;
	background: none;
	border-radius: 3px;
	position: relative;
	padding: 10px 55px 20px 0px;
	padding-top: 20px;
}

.modalitati-livrare-line{
	margin: 17px;
	width: calc(100% - 38px);
	font-size: 16px;
	text-align: left;
	color: #000000;
	line-height: 20px;
	position: relative;
	padding: 0 42px;
	font-weight: 400;
}

.modalitati-livrare-line-span{
	color: #4c4c4c;
	font-size: 13px;
	margin-bottom: 25px;
	width: 100%;
	float: left;
	text-align: left;
}

.modalitati-livrare-line-icon{
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 25px;
	line-height: 30px;
	color: #153e92;
	left: 0px;
}

.change-order-status{
	width:200px;
	margin-top:10px;
}

.search-top-input-container{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 7px;
	box-sizing: border-box;
	top: 8px;
	outline: 4px solid #153e9233;
	border-radius: 18px;
	box-shadow: 0px 0px 12px #153e92;
	background: #ffffff;
}

.search-mega-input{
	width: calc(100% - 59px) !important;
	border-radius: 15px;
	background: white !important;
	border: 1px solid #e4e4e4 !important;
	padding-left: 12px !important;
	height: 40px !important;
	line-height: 40px;
}

.search-autofill-blocker{
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.search-top-mega-container{
	position: absolute;
	top: 0;
	width: 50%;
	height: 52px;
	background: #ffffff;
	z-index: 1;
	left: calc(50% - 30%);
}

.search-mega-button{
	position: absolute;
	left: 6px;
	background: #153e92;
	border-radius: 15px;
	width: 51px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	line-height: 40px;
	top: 5px;
}

.search-mega-overlay{
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	left: 0 !important;
	height: 100%;
	display:none;
}

.search-mega-overlay-list-container{
	width: calc(100% - 10px);
	height: 309px;
	background: white;
	top: calc(100% - 5px) !important;
	position: absolute;
	border-radius: 3px;
	box-shadow: 0 0 33px rgba(0, 0, 0, 0.4);
	display:none;
}

.search-mega-overlay-list-container-tail{
	position: absolute;
	width: 27px;
	height: 27px;
	background: red;
	transform: rotate(45deg) !important;
	top: -12px;
	right: 30px;
	background: #fff !important;
}

.search-mega-overlay-list-container-head{
	position: absolute;
	top: 0;
	padding: 10px;
	height: 45px;
	width: 100%;
	line-height: 30px;
	color: #545454;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.search-mega-overlay-list-container-body{
	position: absolute;
	top: 45px;
	padding: 10px;
	height: calc(100% - 45px);
	width: 100%;
	line-height: 30px;
	color: #545454;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	overflow-y: scroll;
}

.search-mega-list-container-row{
	min-height: 30px;
	position: relative;
	padding: 6px 0;
	padding-left: 45px;
	font-weight: 400;
}

.search-mega-list-container-row-img{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.suggestion-give-button{
	padding: 2px 11px;
	background: #ccfdff;
	border-radius: 3px;
	font-weight: 200;
}

.cart-page-finalizare-btn-container{
	text-align:right;
}

.connect-click{
	margin-bottom:10px;
}

.search-code{
	font-size: 16px;
	color: #000000;
	background: #f7f7f7;
	padding: 2px 5px;
	border-radius: 4px;
	font-weight: 490;
}

.search-list-hovered-item{
	background:#ddd;
}

.top-inner-container{
	height: auto;
	position: relative;
}

.top-giga-container{
	position: fixed;
	width: 100%;
	z-index: 15;
	transition: 0.1s;
}

.top-giga-container-slide-up{
	transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
}

.product-mega-box{
	margin: 1px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.31);
	margin-bottom: 15px;
	border-radius: 15px;
	overflow: hidden;
	min-height: 360px;
}

.product-mega-box:hover, .product-mega-box:active{
	box-shadow: 0 0 4px rgb(39, 75, 123);
}


.cat-mega-box{
	margin: 1px;
	box-shadow: none;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	min-height: 180px;
}

.cat-mega-box:hover, .product-mega-box:active{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.51);
}

.add-to-cart-cstm-btn{
	margin: 0 5%;
	position: relative;
	width: 90%;
	height: 35px;
	line-height: 35px;
	border-radius: 15px;
	overflow: hidden;
	border: none;
	background-color: #585858 !important;
	margin-bottom: 10px;
	margin-top: 15px !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	box-shadow: none;
	text-transform: none;
	padding-left: 37px;
}

.add-to-cart-cstm-btn:focus, .add-to-cart-cstm-btn:active, .add-to-cart-cstm-btn:hover{
	background-color: #585858 !important;
	border: none;
}

.add-to-cart-cstm-btn-flagout{
	top: 0;
	left: 0;
	position: absolute;
	background: #2886bf;
	width: 36px;
	height: 100%;
	border-radius: 4px 0px 16px 4px;
	padding: 7px;
	text-align: center;
	font-size: 18px;
}

.add-to-cart-button-left-cart{
	top: 0;
	left: 0;
	position: absolute;
	width: 60px;
	height: 100%;
	border-radius: 15px 0 30px 15px;
	font-size: 24px;
	padding: 10px;
	padding-right: 14px;
	color: #fff;
	font-weight: 400;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3236+0,ac51d6+50,01a0e2+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 fallback on horizontal gradient */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0a0e+1,ff3f3f+100 */
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #ff0a0e 1%, #ff3f3f 100%); /* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #153e92 1%, #00c4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 fallback on horizontal gradient */
}

.price-decimal{
	top:-3px;
}

.footer-icso{
	font-size: 35px;
	color: #585858;
	margin: 20px 20px 0px 20px;
}

.htop-icso{
	font-size: 32px;
	color: #153e92;
	margin: 5px 4px;
}

.HCatslider{
	min-width:2000px !important;
}

.htop-media-icons{
	float: left;
	margin-left: 5px;
	text-align: left;
}

.htop-media-icons a{
	text-decoration: none;
}

.htop-left-icons-list{
	float: left;
}

.htop-left-icons-list div{
	width: auto;
	float: left;
	margin: 0px 10px;
}

.htop-left-icons-list div a{
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
}

.magazin-container{
	font-size: 18px;
	border-radius: 15px;
	border: 1px solid #ddd;
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 10px;
}

.magazin-container a{text-decoration: none;}

.magazin-container .name{
	width: 100%;
	float: left;
	color: white;
	background: #153e92;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-size: 16px;
}

.magazin-container .map-container{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.magazin-container .left{
	margin-bottom: 10px;
	float: left;
	width: 50%;
	padding: 0 10px;
}

.magazin-container .left .adress{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.magazin-container .left .whatsapp{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.magazin-container .left .phone{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.magazin-container .left .email{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


.favorites-add-heart-glow{
	color: red;
	padding-top: 14px;
	background: none;
	visibility: visible;
	transition: 0.18s;
	transform: scale(3.0) ;
	position: absolute;
	left: calc(50% - 20px);
	animation-name: moveHeart;
	animation-duration: 1s;
}

.favorites-add-button-hidden{
	visibility: hidden;
	transition:0.01s;
}

@keyframes moveHeart {
	0%   {color: #ff2424;transform: scale(3.0) ;}
	25%  {color: red;transform: scale(9.0) ;}
	50%  {color: #ff9d9d;transform: scale(12.0) ;}
	50%  {color: red;transform: scale(9.0) ;}
	100% {color: #ff2424;transform: scale(3.0) ;}
}

.in-stoc-span{
	background: #009004;
	line-height: 25px;
	color: #fff;
	padding: 1px 10px 3px;
	font-size: 16px;
	border-radius: 9px;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: 0 0 10px #afafaf;
}

.trash-fav-prod{
	position: absolute;
	top: 5px;
	width: 45px;
	height: 45px;
	font-size: 35px;
	left: 25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.5);
	border-radius: 3px;
	color: red;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
}

.favorites-page-actions{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 22px;
}

.add-favs-to-cart{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	min-height: 48px;
	font-size: 17px;
	line-height: 1.1;
	padding: 0 22px;
	text-align: center;
	border: none;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(18, 38, 75, .16);
	background: #585858 !important;
	margin: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.add-favs-to-cart:hover, .add-favs-to-cart:active {
	background: #000000 !important;
}

.add-favs-to-cart-info{
	position: static;
	display: inline-block;
	width: auto;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 736px) {
	.favorites-page-actions{
		display: block;
		margin: 0 0 18px;
	}

	.add-favs-to-cart{
		width: 100%;
		min-height: 50px;
		border-radius: 14px;
	}
}

.font-page-slider{
	margin-top: 125px;
	width: 100%;
	float: right;
}

.cat-level-2-menu-top-mask{
	width: 100%;
	min-height: 285px;
	padding: 0%;
	border-radius: 0 4px 4px 0;
	max-width: 250px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#canvas-wrapper{
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: url(../../images/canvas-bg.png);
	background-size: 400px;
}

.top-contact-header-button{
	position: fixed;
	width: 100px;
	border-radius: 5px;
	height: 40px;
	margin-top: -3px;
	text-align: center;
	cursor: pointer;
	bottom: 70px;
	z-index: 100;
	right: 8px;
	font-size: 19px;
	line-height: 20px;
	border-radius: 8px;
	padding: 0 11px;
	box-shadow: 0 0 12px #4c4c4c;
	opacity: 0.85;
	background: #fd7e14;
	background: -moz-linear-gradient(-45deg, #fd7e14 0%, #ff5e14 100%);
	background: -webkit-linear-gradient(-45deg, #fd7e14 0%,#fd7e14 100%);
	background: linear-gradient(135deg, #fd7e14 0%,#ff5000 100%);
}

.top-contact-header-button .text{
	font-size: 20px;
	line-height: 23px;
	padding: 0px 10px;
}

#One{

}

.newsletter-submit{
	background: #585858 !important;
	width: 115px !important;
	margin: 0;
	right: 0px;
	top: 0;
	position: absolute;
}

.footer-ul{


}

.footer-ul li{
	color: rgb(58 58 58) !important;
	list-style: none;
	text-align: left;
	position: relative;
}

.footer-ul li a{
	color: rgb(58 58 58) !important;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.date-societate-container{
	margin: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.categories-header{
	margin-top: 20px;
	color: #ffffff !important;
	font-weight: 400;
	border-radius: 15px;
	background: #3762bb;
	margin-bottom: 10px;
	line-height: 32px;
	height: 50px;
	font-size: 17px;
	padding: 10px;
}

.cos-bottom-buttons{
	height: 40px;
	line-height: 40px;
	font-weight: 400 !important;
	min-width: 147px;
	font-size: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5efff+0,e5f7ff+100 */
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 fallback on horizontal gradient */
	border: 1px solid #c3c3c3;
	color: #153e92!important;
	background: white;
}

.cos-bottom-buttons:hover{
	background-color: #fff;
}

#modal-adaugare-cos{max-width: 600px;}

.modal-adaugare-cos-h3{
	background: #153e92 !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 19px 5px !important;
}

.add-to-cart-current-prod-modal-box{
	min-height: 180px;
}

.contact-us-button{
	width: 100%;
	background: rgba(0,0,0,0.06);
	height: 64px;
	float: right;
	margin-right: 3px;
	background-repeat: no-repeat !important;
	padding: 20px;
	font-size: 16px;
	color: #000000;
	padding-left: 66px;
	box-shadow: 1px 1px 3px 0 rgb(23 23 23 / 26%);
	border-radius: 10px;
}

.contact-us-button.fb{
	background: url(https://etichete-industriale.com/images/icon/messenger-logo.PNG), #b0e7ff;
	background-size: 64px;
}
.contact-us-button.wa{
	background: url(https://etichete-industriale.com/images/icon/whatsapp-logo.PNG), #d4ffdc;
	background-size: 64px;
}
.contact-us-button.email{
	background: url(https://etichete-industriale.com/images/icon/mail-logo.PNG), #baf5ff;
	background-size: 64px;
}
.contact-us-button.phone{
	background: url(https://etichete-industriale.com/images/icon/phone-logo.PNG), #d1fcff;
	background-size: 64px;
}

.selling-unit-sm{
	width: 100%;
	float: left;
	font-size: 13px ;
	margin-top: 0 ;
	margin-bottom: 10px;
	color: #000000 ;
}

.selling-unit{
	color: #009704;
	font-size: 20px;
	margin-top: 9px;
}

.selling-unit-ct{
	width: 100%;
	margin: 10px 0;
	margin-top: 35px;
}

.selling-unit-lbl{
	color: #000000;
}

.btn-momentan-indisponibil{
	padding-left: 0;
	text-align: center;
	padding-right: 0;
}

.admin-menu-li{
	background: #585858;
	padding: 1px 30px !important;
}

.account-our-recomandation {
	padding: 8px !important;
	border: 1px solid #153e92;
	margin-left: 0;
	font-size: 15.5px;
	border-radius: 15px;
	margin-bottom: 8px;
	width: calc(100%);
}

.cart-modify-qtys{
	text-decoration: none !important;
	background: #153e92;
	border: 1px solid #153e92;
	margin-top: 8px;
	width: 100%;
	max-width: 120px;
	float: left;
	text-transform: none;
	color: #ffffff !important;
	border-radius: 15px !important;
}

#modal-conectare{
	max-width: 500px;
}

.user-account-menu{
	margin-top: 60px;
	margin-bottom: -60px;
	background: none;
}

.user-account-menu-item {
	float: left;
	height: 30px;
	width: 100%;
	border-radius: 8px;
	padding-top: 7px !important;
	float: left;
	margin: 3px 0px;
}

.cos-dropdown-box .cos-dropdown-body .cart-modify-qtys{
	display:none;
}

.product-page-customize-prod{
	width: 100%;
	background: #00b705;
	border: 2px solid #007b03;
	height: 131px;
	line-height: 30px;
	font-size: 23px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	padding: 37px 0 0 58px;
	box-shadow: 1px 1px 3px rgba(101, 79, 79, 0.54);
	position: relative;
}

.product-page-customize-prod-icon{
	font-size: 60px;
	position: absolute;
	top: 25px;
	left: -10px;
	width: 100px;
	height: 100px;
	animation: magicSnip 5s infinite;
	transition: 0.5s;
	-webkit-animation: magicSnip 5s infinite;
	-webkit-transition: 0.5s;
}

.finalizare-voucher-container{

	margin: 0px 0px 30px 0;

	position: relative;

	float: left;
}

#voucher_promo{

	width: calc(100% - 120px);

	float: left;

	margin-bottom: 10px;
}

#voucher_promo_apply{

	width: 120px;

	float: right;

	margin-bottom: 10px;
}

.front-slider-info-box{

	position: absolute;

	bottom: 20px;

	left: 10px;

	width: calc(100% - 20px);

	height: auto;

	background: rgb(237 237 237 / 75%);

	padding: 10px;

	box-sizing: border-box;

	border-radius: 10px;
}

.front-slider-info-box p{

	font-size: 24px;

	text-align: center;

	margin-bottom: 0;
}

.red-required{
	color:red;
}

@media screen and (max-width: 1680px) and (min-width: 1400px) {

	.top-main-menu-categories li {
		padding: 0px 0px;
		height: 30.5px;
	}

	.font-page-slider {
		vertical-align: bottom;
		margin-top: 93px;
	}

}

@media screen and (min-width: 900px) {
	.header-desktop{
		padding: 10px 0 !important;
		height: 67px !important;
	}
	#header > a[href="#menu"]{
		display:none;
	}
	.logo-title{
		padding-top: 12px;
		font-size: 15px;
		color: #000;
		font-weight: 600;
	}
	.search-in-site-container {
		bottom: calc(-100% + 10px);
	}
	.toggleBtn{
		display:none;
	}

	.button-dropdown:hover .dropdown-menu {
		display: flex;
	}
	.shopping-cart-mobile{
		display: none !important;
	}
	.connect-mobile-trigger{
		display:none !important;
	}
	.search-trigger-mobile{
		display:none !important;
	}
	.favorites-trigger-mobile{
		display:none !important;
	}
}

@media screen and (max-width: 1400px) {

	.column {
		line-height: 0;
		-webkit-column-count: 2;
		-webkit-column-gap: 7px;
		-moz-column-count: 2;
		-moz-column-gap: 7px;
		column-count: 2;
		column-gap: 7px;
		padding: 7px;
	}

	.top-main-menu li ul li {
		width: 50% !important;
	}

}

@media screen and (max-width: 1400px) {

	.font-page-slider{
		width:100%;
	}

}


@media screen and (max-width: 1000px) {

	.top-main-menu li ul li {
		width: 50% !important;
	}

	.magazin-container {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 900px) {


	.style4 {
		height: 190px;
	}

	.htopWhite {
		height: 70px !important;
	}

	.font-page-slider {
		margin-top: 105px;
		width:100%;
	}

	.top-main-menu{
		display:none;
	}
	.logo-title{
		padding-top: 0px;
		font-size: 14px;
		color: #000;
		font-weight: 600;
	}
	.logo-img {
		height: 60px;
		width: 60px;
		right: -56px;
		top: -8px;
		background-size: 60px;
	}

	.column {
		line-height: 0;
		background: none;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		padding: 0px;
	}

	.toggleBtn{
		background: #2991ff;
		width: 100%;
		height: auto;
		font-size: 17px;
		padding: 1px 8px;
		color: #fff;
		cursor: pointer;
		border-radius: 3px;
	}

	#menu_left ul{
		display:none;
	}

	.search-top-mega-container {
		position: absolute;
		top: 100%;
		width: 100%;
		height: 53px;
		left: 0;
		display: none;
		background: none;
	}

	.search-mega-overlay-list-container{
		height: 450px !important;
	}

	.cart-page-finalizare-btn-container{
		text-align:left;
	}

	.cat-slug-randomize {
		min-height: 95px;
	}
	.front-slider-info-box p{
		font-size: 18px;
		line-height: 22px;
	}
	.top-main-menu-categories-container-C2{
		display:none;
	}
}

@media screen and (max-width: 767px) {

	.search-in-site-container{
		width: calc(100% - 26px);
		z-index:99999;
	}

	img {
		max-width:100% !important;
	}

	.alertMsg{
		width: 90%;
		left: 5%;
	}

	.imagine-macheta-produs{
		width: 100%;
	}

	.back-link-product-page{
		position: relative;
		top: 0;
		left: 0;
	}

	.add-to-cart-cstm-btn {
		margin: 0 8%;
		width: 84%;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 737px) {

	.cart-page-um{
		top: 1px;
		right: unset;
		position: absolute;
		height: 38px;
		padding-left: 3px;
		line-height: 37px;
		font-size: 14px;
		left: 3px;
	}

	.cart-page-prod-qty {
		left: 0;
		width: calc(100% - 10px) !important;
		font-size: 20px;
	}

	.cart-page-qty-plus{
		width: 44px;
		height: 39px;
		left: calc(100% - 54px);
		font-size: 30px;
		line-height: 30px;
	}

	.cart-page-qty-minus{
		width: 44px;
		height: 39px;
		left: calc(100% - 101px);
		font-size: 30px;
		line-height: 30px;
		top: 0;
	}

	.cart-page-loading-overlay{
		position: fixed;
	}

	.cart-page-prd-thumb {
		width: calc(100% - 20px);
	}

}
@media screen and (max-width: 570px) {

	.cat-slug{
		font-size: 15px;
	}

}

@media screen and (min-width: 900px) {
	.header-desktop{
		padding: 3px 0 !important;
		height: 70px !important;
	}
	#header > a[href="#menu"]{
		display:none;
	}
	.logo-title{
		padding-top: 12px;
		font-size: 15px;
		color: #000;
		font-weight: 600;
	}
	.search-in-site-container {
		bottom: calc(-100% + 10px);
	}
	.toggleBtn{
		display:none;
	}

	.button-dropdown:hover .dropdown-menu {
		display: flex;
	}
}

@media screen and (max-width: 1400px) {

	.column {
		line-height: 0;
		-webkit-column-count: 2;
		-webkit-column-gap: 7px;
		-moz-column-count: 2;
		-moz-column-gap: 7px;
		column-count: 2;
		column-gap: 7px;
		padding: 7px;
	}

}

@media screen and (max-width: 900px) {

	#menu .close {
		line-height: 30px;
	}

	.top-main-menu-categories-trigger{
		display:none;
	}

	.top-main-menu-sections-trigger{
		display:none;
	}

	.top-main-menu-categories{
		display:none;
	}
	.top-main-menu{
		display:none;
	}
	.logo-title{
		padding-top: 0px;
		font-size: 14px;
		color: #000;
		font-weight: 600;
	}
	.logo-img {
		height: 70px;
		width: 140px;
		top: 0px;
		background-size: 100%;
		left: 40px;
	}

	.column {
		line-height: 0;
		background: none;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		padding: 0px;
	}

	.toggleBtn{
		background: #2991ff;
		width: 100%;
		height: auto;
		font-size: 17px;
		padding: 1px 8px;
		color: #fff;
		cursor: pointer;
		border-radius: 3px;
	}

	#menu_left ul{
		display:none;
	}
}

@media screen and (max-width: 767px) {

	.search-in-site-container{
		width: calc(100% - 26px);
		z-index:99999;
	}

	img {
		max-width:100% !important;
	}

	.alertMsg{
		width: 90%;
		left: 5%;
	}

	.imagine-macheta-produs{
		width: 100%;
	}

	.back-link-product-page{
		position: relative;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 737px) {
	.cart-page-prod-qty {
		left: 0;
		width: calc(100% - 10px) !important;
		font-size: 20px;
	}

	.cart-page-qty-plus{
		width: 44px;
		height: 39px;
		left: calc(100% - 54px);
		font-size: 30px;
		line-height: 40px;
		border-bottom: 0px solid #13c4cc;
	}

	.cart-page-qty-minus{
		width: 44px;
		height: 39px;
		left: calc(100% - 101px);
		font-size: 30px;
		line-height: 30px;
		top: 0;
	}

	.cart-page-loading-overlay{
		position: fixed;
	}
}
@media screen and (max-width: 570px) {

	.cat-slug{
		font-size: 14px;
	}

	.product-mega-box {
		min-height: 260px;
	}

}

@keyframes magicSnip {
	0% {transform: scale(1) translate(0px, 0px) rotate(0deg);}
	25% {transform: scale(1.08) translate(10px, 10px) rotate(-33deg);}
	50% {transform: scale(1) translate(0px, 0px) rotate(0deg);}
	75% {transform: scale(1.08) translate(10px, 10px) rotate(-33deg);}
}

.product-reviews-panel{
	margin-top: 34px;
	padding: 28px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.42)),
		radial-gradient(circle at top left, rgba(16,88,180,.12), transparent 36%),
		radial-gradient(circle at bottom right, rgba(207,37,47,.12), transparent 34%);
	border: 1px solid rgba(255,255,255,.78);
	box-shadow: 0 18px 55px rgba(13, 31, 61, .16);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.product-reviews-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.product-reviews-kicker{
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #0b5aa7;
}

.product-reviews-title{
	margin: 4px 0 0;
	color: #14213d;
	font-size: 28px;
	font-weight: 900;
}

.product-reviews-score{
	min-width: 160px;
	padding: 14px 18px;
	border-radius: 18px;
	text-align: center;
	background: rgba(255,255,255,.62);
	border: 1px solid rgba(255,255,255,.86);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 28px rgba(15,38,76,.12);
}

.product-reviews-score-value{
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
	color: #0f2748;
}

.product-reviews-score-count{
	font-size: 12px;
	font-weight: 700;
	color: #526179;
}

.review-star{
	color: rgba(20,33,61,.24);
	font-size: 18px;
	letter-spacing: 1px;
}

.review-star.filled{
	color: #f5a623;
	text-shadow: 0 2px 8px rgba(245,166,35,.28);
}

.product-reviews-list{
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.product-review-item,
.product-review-form,
.product-reviews-empty,
.product-review-note{
	padding: 18px;
	border-radius: 18px;
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.82);
	box-shadow: 0 12px 30px rgba(13,31,61,.10);
}

.product-review-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.product-review-author{
	color: #14213d;
	font-weight: 900;
}

.product-review-date{
	margin-top: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #69758a;
}

.product-review-text{
	margin-top: 10px;
	color: #26364f;
	line-height: 1.55;
	font-weight: 600;
}

.product-reviews-empty,
.product-review-note{
	margin-top: 16px;
	color: #34435b;
	font-weight: 700;
}

.product-review-form{
	margin-top: 18px;
}

.product-review-form-title{
	margin-bottom: 14px;
	color: #14213d;
	font-size: 18px;
	font-weight: 900;
}

.product-review-form textarea,
.product-review-form select{
	border-radius: 14px;
	background: rgba(255,255,255,.82);
	border-color: rgba(15,72,140,.18);
	color: #14213d;
}

@media screen and (max-width: 737px) {
	.product-reviews-panel{
		padding: 18px;
		border-radius: 18px;
	}
	.product-reviews-head{
		display: block;
	}
	.product-reviews-score{
		margin-top: 14px;
	}
}

.google-login-separator{
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0 14px;
	color: rgba(20,33,61,.68);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.google-login-separator::before,
.google-login-separator::after{
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(15,72,140,.25), transparent);
}

.google-login-button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	border-radius: 14px;
	border: 1px solid rgba(15,72,140,.22);
	background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(228,236,248,.84));
	box-shadow: 0 14px 34px rgba(12,35,68,.14);
	color: #14213d !important;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.google-login-button:hover{
	transform: translateY(-1px);
	border-color: rgba(248,126,74,.42);
	box-shadow: 0 18px 42px rgba(12,35,68,.18);
}

.google-login-button .fa{
	color: #db4437;
}

.admin-promo-delete-btn{
	margin-top: 8px;
	background: linear-gradient(135deg, #b91c1c, #ef4444) !important;
	border-color: rgba(185,28,28,.55) !important;
	color: #fff !important;
}

.admin-promo-delete-btn:hover{
	background: linear-gradient(135deg, #991b1b, #dc2626) !important;
}

.admin-promo-bulk-box{
	margin: 0 0 24px;
	padding: 20px 22px 6px;
	border: 1px solid rgba(20,33,61,.12);
	border-radius: 16px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 12px 28px rgba(15,23,42,.08);
}

.admin-promo-bulk-box h4{
	margin-bottom: 14px;
	color: #14213d;
	font-weight: 900;
}

.admin-promo-bulk-btn{
	min-width: 260px;
}
