html,body {
	margin:0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color:#000;
	background-color:#FCFDFF;
	font-size:18px;
}

* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

p {
	line-height: 30px;
	font-size:18px;
}

*:focus {
    outline: none;
}

img {
	max-width: 100%;
}

header {
	margin-top:0px;
}

footer {
	margin-top:50px;
	color:#fff;
	font-size:14px;
}

footer a {
	color:#fff;
	margin:0 10px;
}

.footer-1 {
	background-color:#77247a;
	padding:15px 0;
}

.footer-2 {
	background-color:#3c12bc;
	padding:20px 0;
}

.container {
	max-width:1380px;
}

.telefon-header {
	color:#8b169c;
	font-size:2.2vw;
	font-weight: bold;
}

.snippet-studiu-caz {
	width:100%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	border:1px solid #E3E7EE;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.snippet-studiu-caz .img {
	background-size:cover;
	background-position: center center;
	padding-top:50%;
	width:100%;
}

.snippet-studiu-caz > .titlu {
	color:#5E5E5E;
	padding:10px;
	font-size:14px;
	margin-bottom:35px;
}

.snippet-studiu-caz a.link-studiu {
	font-weight: bold;
	color:#5E5E5E;
	font-size:15px;
	text-decoration: underline;
	margin-top:10px;
	display: block;
}	

.red-bullet > a {
	color:#5E5E5E;
	font-size:18px;
	text-decoration: underline;
	display: block;
	max-width: 400px;
	width:100%;
	padding-left:30px;
	position: relative;
	margin-bottom:25px;
}

.red-bullet > a::before {
	position: absolute;
	left:0px;
	top:8px;
	content:' ';
	height: 15px;
	width:15px;
	background-color:#8b169c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.testimonial {
	border:1px solid #E3E7EE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	padding:25px;
	color:#000;
}

.testimonial > p {
	font-style: italic;
	margin-bottom:0;
}

.testimonial > span {
	display: block;
	font-weight: bold;
	margin-top:-10px;
}

.product-page-image {
	border:1px solid #E3E7EE;
	background-color:#fff;
	padding-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.product-page-image > .product-image-discount {
	position: absolute;
	top:2%;
	left:0;
}

.valoare-discount-produs {
	color:#8b169c;
	font-size:1.3vw;
	font-weight: bold;
	text-align: center;
	width:30%;
	line-height: 1.6vw;
}

.product-page h1 {
	color:#3E3E3E;
	font-size:2.3vw;
}

.product-page h2 {
	font-size:1.5vw;
}

.product-page p {
	font-size:16px;
}

.product-page .pret-taiat {
	font-size:28px;
	text-decoration: line-through;
	color:#5E5E5E;
}

.product-page .pret-final {
	font-weight:bold;
	font-size:30px;
	color:#5E5E5E;
}

.product-page .add-to-cart-button {
	width:100%;
	max-width: 400px;
	margin-top:25px;
}

.label-stoc {
	padding:5px 15px;
	background-color:#159737;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	margin-right:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.label-transport-gratuit {
	padding:5px 25px;
	background-color:#9C1671;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	margin-right:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.product-box {
	border:1px solid #E3E7EE;
	background-color:#fff;
	padding-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}

.product-box > .product-discount {
	position: absolute;
	top:0;
	left:0;
	width:28%;
	text-align: center;
	color:#fff;
	font-size:11px;
	background-color:#9C1671;
	height:48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-box > .product-discount span {
	display: block;
	font-size:18px;
	font-weight: bold;
	line-height: 20px;
}

.product-box > .product-transport-gratuit {
	position: absolute;
	top:0;
	right:0;
	width:72%;
	text-align: center;
	color:#9C1671;
	font-size:14px;
	background-color:rgba(255,255,255,0.8);
	height:48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:2px solid #8b169c;
	font-weight: bold;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.product-box > .product-img {
	text-align:center;
	width:100%;
	height: 300px;
	display:flex;
	align-items: center;
}

.product-box > .product-img > * > img {
	max-width: 75%;
	max-height: 100%;
	margin:0 auto;
}

.product-box > .product-title {
	font-size:20px;
	color:#3E3E3E;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
}

.product-box > .product-descriere {
	font-size:14px;
	color:#3E3E3E;
	height: 40px;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
	display: none;
}

.product-box > .product-price {
	margin:0;
	margin-top:10px;
	padding:10px 0;
	background-color:#F8FAFF;
	color:#5E5E5E
}

.product-box > .product-price > .text-start {
	font-size:22px;
	text-decoration: line-through;
}

.product-box > .product-price > .text-end {
	font-size:22px;
	font-weight: bold;
}

.product-box > .product-add-to-cart {
	cursor: pointer;
}

h1,h2 {
	font-weight: bold;
	font-size:32px;
}

h3 {
	font-size:22px;
	font-weight: bold;
}

nav {
	background-color:#8b169c;
	margin-top:25px;
	padding:25px 0;
}

nav a {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	margin-right:80px;
	font-size:22px;
	position: relative;
	z-index: 2;
}

.cos-plin {
	color:#215DC2;
	padding:5px 15px; background-color:#fff; color:#215dc2;
	display: inline-block;
	font-size:14px;
	margin-top:-15px;
	margin-bottom:-15px;
	line-height: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

nav a:last-child {
	margin-right:0;
}

nav a:hover {
	text-decoration-line: underline;
    text-underline-offset: 4px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

nav a:hover,nav a:visited {
	color:#fff;
}

.cos-plin > a, .cos-plin > a:hover,.cos-plin > a:visited {
	color:#215dc2;
	font-size:15px;
	margin-top:0;
}


.buton {
	background-color:#8b169c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding:15px 30px;
}

.buton:hover {
	color:#fff;
}

.container-promotii {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.rand-rosu-promotii {
	background-color:#8b169c;
	color:#fff;
	font-weight: bold;
	font-size:24px;
	padding:10px 15px;
}

.rand-gri-promotii {
	color:#073F9B;
	background-color:#EEF0F5;
	padding:10px 10px;
	font-weight: bold;
	font-size:16px;
	text-align: center;
}

.rand-promotie {
	background-color:#fafafa;
	padding:10px 10px;
}	

.margine-poza-promotie {
	border:1px solid #E3E7EE;
	padding:0 10px;
	background-color:#fff;
}

.nume-produs-promotie {
	font-size:20px;
	font-weight: bold;
}

.nume-produs-promotie > span {
	font-size:13px;
	font-weight: normal;
	display: block;
	color:#3E3E3E;
}

.pret-produs-promotie {
	font-weight: bold;
	font-size:20px;
	color:#3E3E3E;
}

.pret-produs-promotie > span {
	font-weight: normal;
	text-decoration: line-through;
	display:block;
}

.reducere-produs-promotie {
	color:#DF262B;
	font-weight: bold;
	font-size:18px;
}

.reducere-produs-promotie > span {
	display: block;
}

.transport-gratuit-promotie {
	border:1px solid #DF262B;
	float:left;
	width:50%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color:#DF262B;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: 100%;
	display: flex;
}

.transport-gratuit-promotie > span {
	display: block;
	align-self: center;
	width: 100%;
}

.comanda-promotie {
	width:50%;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#307AF5;
	color:#fff;
	border:1px solid #307AF5;
	justify-content: center;
	height:100%;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-content: center;
}

.comanda-promotie > span {
	display: flex;
	align-self: center;
}

.comanda-promotie.solo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:100%;
}

.comanda-promotie:hover {
	color:#fff;
	text-decoration: none;
}

.container-comentarii {
	background-color:#fafafa;
}

.litera-comentariu {
	height:50px;
	width:50px;
	margin-right:15px;
	float:left;
	color:#fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size:30px;
	background-color:#8b169c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.detalii-comentariu {
	font-weight:bold;
}

.detalii-comentariu > span {
	font-weight: normal;
	color:#000000;
	opacity: 0.5;
	display: block;
}

.text-comentariu {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	padding:15px;
	border:1px solid #E3E7EE;
	margin-top:10px;
}

.text-comentariu > p {
	font-size:14px;
}

.form-element label {
	display: block;
	font-size:12px;
	color:#3E3E3E;
}

.form-element {
	margin-bottom:15px;
	padding:10px 20px;
	border:1px solid #E3E7EE;
}

.form-element input {
	font-weight: bold;
}

.form-element input,.form-element textarea {
	border:none;
	background:transparent;
	font-size:14px;
	width:100%;
	margin-top:5px;
}

select {
	background:transparent;
	border:1px solid #E3E7EE;
	padding:5px 8px;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header-cos-cumparaturi {
	background-color:#fafafa;
	font-weight: bold;
	color:#000;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border:1px solid #E3E7EE;
	
}

.rand-cos-cumparaturi {
	border:1px solid #E3E7EE;
	padding-top:15px;
	padding-bottom:15px;
	color:#3E3E3E;
	border-top:none;
}

.nume-produs-cos-cumparaturi {
	font-weight:bold;
	font-size:16px;
}

.nume-produs-cos-cumparaturi > span {
	display: block;
	font-weight: normal;
	font-size:14px;
}

.pret-cos-cumparaturi {
	font-size:16px;
}

.pret-cos-cumparaturi > span {
	font-size:15px;
	display: block;
	text-decoration: line-through;
}

.reducere-cos-cumparaturi {
	font-weight: bold;
	font-size:16px;
	color:#DF262B;
}

.bg-cos-suplimentar {
	font-size:14px;
}

.bg-cos-total {
	background-color:#fafafa;	
}

.subtotal-cos-produse {
	color:#5E5E5E;
}

.transport-cos-produse {
	font-weight: bold;
	color:#5E5E5E;
}

.transport-cos-produse.gratuit {
	color:#DF262B;
}

.total-cos-produse {
	font-weight:bold;
	font-size:20px;
}

.buton-albastru {
	background-color:#8b169c;
	width: 400px;
}

.checkbox-label, .checkbox-label > label {
	font-size:14px;
	cursor: pointer;
}

.date-firma {
	display:none;
}

.pmic {
	font-size:16px;
	margin-top:0;
	padding-top:0;
}

.p-text-mic p {
	font-size:14px;
}

.container-componenta {
	background-color:#fff;
	border:1px solid #E3E7EE;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.linkfooter {
	white-space: nowrap;
}

@media only screen and (max-width:1350px) {
	.valoare-discount-produs { font-size:2.3vw; line-height: 2.8vw; } 
}	

@media only screen and (max-width:1100px) {
	nav { display:none; }
	.valoare-discount-produs {
		color:#8b169c;
		font-size:3.3vw;
		font-weight: bold;
		text-align: center;
		width:30%;
		line-height: 3.8vw;
	}
	.product-image-discount {
		max-width:70%;
	}
	nav.open { display:block; }
}	

@media only screen and (max-width:1099px) { /*850*/
	p { font-size:16px; }
	.product-box > .product-img > * > img { width:90%; }
	.product-box > .product-descriere { font-size:12px; } 
	.product-box > .product-title { font-size:18px; } 
	.product-box > .product-price > .text-start, .product-box > .product-price > .text-end { font-size:18px; }
	.cos-plin { margin-top:10px; }
	nav { position:fixed; top:50px; z-index:10; }
	nav a { display:block; margin-top:10px; }
	.product-box > .product-transport-gratuit { width:60%; font-size:12px; }
	.product-box > .product-discount { width:40%; font-size:9px; }
	.product-box > .product-discount span { font-size:15px; }
	.buton-albastru { width:100%; }
	.margine-poza-promotie { height:100%; display:flex; align-items:center; }
	.rand-cos-cumparaturi { border:none; background:none; border-bottom:1px solid #E3E7EE; }
	.pret-produs-promotie > span, .reducere-produs-promotie > span { display:inline; }
	.nume-produs-promotie > span { display:none; }
	.comanda-promotie,.transport-gratuit-promotie { font-size:14px; padding:2px 0; margin-top:10px; }
	.nume-produs-promotie,.pret-produs-promotie { font-size:16px; }
	.reducere-produs-promotie { font-size:14px; }
	.product-box > .product-img { height:180px; }
	header { background-color:#fafafa; border-bottom:2px solid #E3E7EE; padding-top:10px; padding-bottom:10px; margin-top:0; position:fixed; top:0; height:75px; width:100%; z-index:11; }
	.wrapper { padding-top:80px; }
	.product-page p { font-size:14px; line-height: 22px; }
	.product-page h1,.product-page h2 { font-size:6vw; }
	.label-stoc,.label-transport-gratuit { font-size:13px; margin-right:5px; }
	.valoare-discount-produs {
		color:#8b169c;
		font-size:6.2vw;
		font-weight: bold;
		text-align: center;
		width:30%;
		line-height: 6.8vw;
	}
	h1,h2 {
		font-size:24px;
	}
}	

#cookie_learnmore_link {
	display: none;
}
#cookie_law_notification {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	transition: all .5s;
	padding: 15px;
	-webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 32px 0 rgba(0,0,0,.5);
	box-shadow: 0 4px 32px 0 rgba(0,0,0,.5);
	-o-box-shadow: 0 4px 32px 0 rgba(0,0,0,.5);
	-ms-box-shadow: 0 4px 32px 0 rgba(0,0,0,.5);
	line-height: 1.5;
	box-sizing: border-box;
	visibility: visible!important
}

#cookie_law_notification blockquote {
	padding: 0;
	margin: 0 0 15px
}

#cookie_accept_button {
	cursor: pointer
}

#cookie_law_notification.cookielaw1 {
	font-size: 13px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #262626;
	z-index: 9999999
}

#cookie_law_notification a {
	color: #f67000
}

.cookielaw1 #cookie_message {
	width: calc(100% - 130px);
	color: #D9D9D9;
	font-size: 15px;
	text-align: justify
}

.cookielaw1 #cookie_accept_button {
	background-color: #FFF;
	border-color: #FFF;
	width: 100px;
	line-height: 36px;
	height: 36px;
	font-size: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
	border-radius: 4px;
	color: #000;
	font-weight: 700;
	text-align: center
}

#cookie_law_notification.cookielaw2 {
	bottom: 20px;
	position: fixed;
	left: 20px;
	width: 400px;
	background-color: #262626;
	z-index: 9999999;
	padding: 25px
}

.cookielaw2 #cookie_message {
	width: 100%;
	color: #D9D9D9;
	font-size: 15px;
	padding-bottom: 25px;
	display: block;
	text-align: justify
}

.cookielaw2 #cookie_accept_button,.cookielaw3 #cookie_accept_button {
	border-color: #FFF;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	display: block
}

.cookielaw2 #cookie_accept_button {
	background-color: #FFF;
	width: calc(100% - 40px);
	margin: auto;
	line-height: 36px;
	height: 36px;
	color: #000;
	font-weight: 700
}

.cookielaw4 #cookie_accept_button,.cookielaw5 #cookie_accept_button {
	line-height: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	font-weight: 700
}

#cookie_law_notification.cookielaw3 {
	transition: all .5s;
	position: fixed;
	width: 400px;
	background-color: #fff;
	border-radius: 4px;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
	padding: 25px
}

.cookielaw3 #cookie_message {
	width: 100%;
	color: #000;
	font-size: 15px;
	padding: 0 0 25px;
	display: block
}

.cookielaw3 #cookie_accept_button {
	background-color: #f67000;
	float: right;
	padding: 0 15px;
	margin-right: 15px;
	line-height: 36px;
	height: 36px;
	color: #fff;
	font-weight: 700
}

#cookie_law_notification.cookielaw4 {
	font-size: 13px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #c64444;
	z-index: 9999999
}

#cookie_law_notification.cookielaw4 a {
	color: #fff;
	text-decoration: underline
}

.cookielaw4 #cookie_message {
	width: calc(100% - 140px);
	color: #fff;
	font-size: 15px;
	text-align: justify
}

.cookielaw4 #cookie_accept_button {
	background-color: #fff;
	border-color: #c64444;
	width: 110px;
	font-size: 15px;
	position: absolute;
	right: 20px;
	color: #c64444;
	text-align: center
}

#cookie_law_notification.cookielaw5 {
	font-size: 13px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #237AFC;
	z-index: 9999999
}

#cookie_law_notification.cookielaw5 a {
	color: #fff;
	text-decoration: underline overline
}

.cookielaw5 #cookie_message {
	width: calc(100% - 140px);
	color: #fff;
	font-size: 15px;
	text-align: justify
}

.cookielaw5 #cookie_accept_button {
	border: 2px solid #fff;
	width: 110px;
	font-size: 15px;
	position: absolute;
	right: 20px;
	color: #fff;
	text-align: center
}

.cookie_bottom_left,.cookie_bottom_right {
	bottom: 20px!important;
	top: auto!important
}

.cookie_bottom_left {
	left: 20px!important;
	right: auto!important
}

.cookie_bottom_right {
	right: 20px!important;
	left: auto!important
}

.cookie_top_left,.cookie_top_right {
	top: 20px!important;
	bottom: auto!important
}

.cookie_top_left {
	left: 20px!important;
	right: auto!important
}

.cookie_top_right {
	right: 20px!important;
	left: auto!important
}

.cookie_bottom,.cookie_top {
	right: 0!important;
	left: 0!important
}

.cookie_top {
	top: 0!important;
	bottom: auto!important
}

.cookie_bottom {
	top: auto!important;
	bottom: 0!important
}

#cookie_law_notification.shake {
	animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0,0,0);
	backface-visibility: hidden;
	perspective: 1000px
}

@keyframes shake {
	10%,90% {
		transform: translate3d(-1px,0,0)
	}

	20%,80% {
		transform: translate3d(2px,0,0)
	}

	30%,50%,70% {
		transform: translate3d(-4px,0,0)
	}

	40%,60% {
		transform: translate3d(4px,0,0)
	}
}

#cookie_law_notification.shake2 {
	animation: shake2 .5s
}

@keyframes shake2 {
	0% {
		transform: translate(1px,1px) rotate(0)
	}

	10% {
		transform: translate(-1px,-2px) rotate(-1deg)
	}

	20% {
		transform: translate(-3px,0) rotate(1deg)
	}

	30% {
		transform: translate(3px,2px) rotate(0)
	}

	40% {
		transform: translate(1px,-1px) rotate(1deg)
	}

	50% {
		transform: translate(-1px,2px) rotate(-1deg)
	}

	60% {
		transform: translate(-3px,1px) rotate(0)
	}

	70% {
		transform: translate(3px,1px) rotate(-1deg)
	}

	80% {
		transform: translate(-1px,-1px) rotate(1deg)
	}

	90% {
		transform: translate(1px,2px) rotate(0)
	}

	100% {
		transform: translate(1px,-2px) rotate(-1deg)
	}
}

@media (max-width: 767px) {
	#cookie_law_notification {
		left:0!important;
		right: 0!important;
		width: 100%!important
	}

	#cookie_law_notification.cookielaw2,#cookie_law_notification.cookielaw3 {
		left: 15px!important;
		right: 15px!important;
		width: auto!important
	}
}