<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: Urban Mowgli
Author: 30Creative
Author URI: https://30creative.ro/
Description: Custom theme for Solterm
Version: 1.0
Tags: urban, mowgli
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
body {
	color: #666666;
	font-weight: 400;
	width: 100%;
}
input, textarea, button {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border: 1px solid #D9D9D9;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
img {
	display: block;
}
a, svg, path {
	transition: 0.2s;
}
a {
	text-decoration: none;
	color: #555555;
}
a:hover, a:focus {
	color: #A88AC0;
}
svg:hover path {
	stroke: #A88AC0;
}
p {
	margin: 0;
}
b, strong {
	font-weight: 700;
}
button {
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #FFFFFF;
	text-transform: uppercase;
}

.clear{
	clear: both;
}


h1 {
	color: #ffffff;
	font-size: 64px;
	line-height: 100%;
	font-weight: 800;
	margin: 0;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	line-height: 100%;
	font-weight: 800;
	padding: 0 0 34px;
	margin: 0;
	color: #A88AC0;
}

h3 {
	font-size: 35px;
	line-height: 100%;
	font-weight: 800;
	margin: 0;
}


@media (min-width: 1480px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1400px;
	}
}
@media (min-width: 1680px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1600px;
	}
}


header {
	width: 100%;
	background: #ffffff;
	padding: 20px 0 26px;
}

header .logo-nav {
	display: flex;
	justify-content: space-between;
}
header .logo-nav .logo {

}
header .logo-nav .menu-toggle {
	display: none;
	font-size: 36px;
	position: relative;
	z-index: 2;
	padding: 28px 15px;
}
header .logo-nav .menu-toggle i.fa {
	line-height: 36px;
}
header .logo-nav .menu-toggle i.fa.fa-times {
	display: none;
}
header .logo-nav nav {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
}
header .logo-nav nav ul {
	float: right;
}
header .logo-nav nav ul li {
	float: left;
	margin-right: 25px;
}
header .logo-nav nav ul li.language {
	margin-top: 4px;
	margin-left: 15px;
}
header .logo-nav nav ul li.user {
	margin-left: 15px;
}
header .logo-nav nav ul li.shopping-cart {
	position: relative;
}
header .logo-nav nav ul li.shopping-cart .quantity {
	position: absolute;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	background: #024E82;
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
	top: -7px;
	right: -9px;
}
header .logo-nav nav ul li svg, header .logo-nav nav ul li img {
	display: block;
}
header .logo-nav nav ul li:last-child {
	margin-right: 0;
}
header .logo-nav nav ul li a {
	color: #666666;
	display: block;
}
header .logo-nav nav ul li.active a, header .logo-nav nav ul li a:hover {
	color: #A88AC0;
}
header .logo-nav nav ul li a svg:hover path {
	stroke: #A88AC0;
}

@media (min-width: 1540px) {
	.single-product main section.product-image-details .container, .single-product main section.product-image-details .container-lg, .single-product main section.product-image-details .container-md, .single-product main section.product-image-details .container-sm, .single-product main section.description-reviews .container, .single-product main section.description-reviews .container-lg, .single-product main section.description-reviews .container-md, .single-product main section.description-reviews .container-sm {
		max-width: 1460px;
	}
	
}

.single-product main section.product-image-details .image {
	padding-right: 45px;
}
.single-product main section.product-image-details .image img {
	width: 100%;
}
.single-product main section.product-image-details .details .breadcrumbs {
	font-size: 16px;
	font-weight: 700;
	color: #888888;
	text-transform: uppercase;
}
.single-product main section.product-image-details .details .breadcrumbs a {
	color: #888888;
}
.single-product main section.product-image-details .details .breadcrumbs span {
	color: #1D1D1D;
}
.single-product main section.product-image-details .details h1 {
	color: #1D1D1D;
	font-size: 36px;
	line-height: 48px;
	font-weight: 800;
	padding-top: 8px;
	padding-bottom: 8px;
}
.single-product main section.product-image-details .details .reviews {
	font-size: 13px;
	line-height: 14px;
}
.single-product main section.product-image-details .details .reviews svg:hover path {
	stroke: none;
}
.single-product main section.product-image-details .details .reviews .star {
	float: left;
	margin-left: 1px;
}
.single-product main section.product-image-details .details .reviews .number {
	font-size: 13px;
    line-height: 18px;
	float: left;
	margin-left: 5px;
}
.single-product main section.product-image-details .details .price {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #010101;
}
.single-product main section.product-image-details .details .excerpt {
	margin-bottom: 36px;
}
.single-product main section.product-image-details .details .add-to-cart a {
	font-size: 14px;
	font-weight: 800;
	width: 182px;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	border-radius: 0;
	line-height: 48px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.single-product main section.description-reviews {
	margin-top: 80px;
}
.single-product main section.description-reviews ul.nav-tabs {
	padding: 0;
	margin: 0;
	display: flex;
	border: 0;
}
.single-product main section.description-reviews ul.nav-tabs li {
	min-width: 145px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
}
.single-product main section.description-reviews ul.nav-tabs li.active {
	color: #1d1d1d;
	cursor: default;
}
.single-product main section.description-reviews ul.nav-tabs li:hover {
	color: #1d1d1d;
}
.single-product main section.description-reviews .tab-content {
	border: 1px solid #eeeeee;
	padding: 45px 45px 20px;
}
.single-product main section.description-reviews .tab-content &gt; div {
	display: none;
}
.single-product main section.description-reviews .tab-content &gt; div.active {
	display: block;
}
.single-product main section.description-reviews .tab-content .description p, .single-product main section.description-reviews .tab-content .description ul {
	margin-bottom: 25px;
}
.single-product main section.description-reviews .tab-content .description ul {
	list-style-type: disc;
	padding-left: 2rem;
}
.single-product main section.description-reviews .tab-content .reviews .add-review-notice .woocommerce-message {
	border: 0;
	background: rgba(168, 138, 192, 0.4);
	margin-bottom: 25px;
	padding: 18px 36px;
}
.single-product main section.description-reviews .tab-content .reviews .add-review-notice .woocommerce-message::before {
	display: none;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list {
	margin-bottom: 25px;	
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .no-reviews {
	font-weight: 700;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review .name {
	color: #010101;
	font-weight: 600;
	font-size: 18px;
}

.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review .rating {
	margin: 5px 0;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review .rating .star {
	float: left;
	margin-left: 1px;
	display: flex;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review .rating .star svg:hover path {
	stroke: none;
}
.single-product main section.description-reviews .tab-content .reviews .reviews-list .list .review .comment {
	
}
.single-product main section.description-reviews .tab-content .reviews .add-review .title {
	font-weight: 700;
	margin-bottom: 15px;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .rating .stars {
	display: none;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .rating .star {
	float: left;
	margin-left: 1px;
	display: flex;
	cursor: pointer;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .rating .star svg:hover {
	opacity: 1;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .comment label {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .comment textarea {
	width: 100%;
	height: 200px !important;
	padding: 10px 16px;
	resize: none;
	outline: none;
	border: 1px solid #EBEBEB;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .submit {
	margin-top: 15px;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .submit button {
	font-size: 14px;
	font-weight: 800;
	padding: 0 36px;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	border-radius: 0;
	line-height: 48px;
	margin: 0;
}
.single-product main section.description-reviews .tab-content .reviews .add-review .error {
	margin-top: 10px;
	color: #b81c23;
	font-size: 18px;
}


.page-template-homepage main section {
	padding: 110px 0;
}

@media (min-width: 1540px) {
	.page-template-homepage main section.povestea-urban-mowgli .container, .page-template-homepage main section.povestea-urban-mowgli .container-lg, .page-template-homepage main section.povestea-urban-mowgli .container-md, .page-template-homepage main section.povestea-urban-mowgli .container-sm {
		max-width: 1460px;
	}
}
.page-template-homepage main section.povestea-urban-mowgli p {
	padding-bottom: 27px;
}
.page-template-homepage main section.povestea-urban-mowgli p:last-child {
	padding-bottom: 0;
}
.page-template-homepage main section.povestea-urban-mowgli .image {
	width: 100%;
	height: 100%;	
}
.page-template-homepage main section.povestea-urban-mowgli .text .intro {
	font-weight: 400;
}

.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container {
	margin-top: 132px;
	text-align: center;
}
.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul {
	border: 2px solid #A88AC0;
	padding: 0 50px 70px;
}
.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul h2 {
	padding-bottom: 50px;
	margin-top: -30px;
}
.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul h2 span {
	padding: 0 30px;
	background: #ffffff;
}


.page-template-homepage main section.cum-te-pot-ajuta {
	background: #A88AC0;
	color: #ffffff;
	padding-top: 50px;
}

@media (min-width: 1360px) {
	.page-template-homepage main section.cum-te-pot-ajuta .text-container .container, .page-template-homepage main section.cum-te-pot-ajuta .text-container .container-lg, .page-template-homepage main section.cum-te-pot-ajuta .text-container .container-md, .page-template-homepage main section.cum-te-pot-ajuta .text-container .container-sm {
		max-width: 1280px;
	}
}

.page-template-homepage main section.cum-te-pot-ajuta .text-container {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.page-template-homepage main section.cum-te-pot-ajuta .text-container h2 {
	color: #ffffff;
	font-size: 80px;
	padding-bottom: 64px;
}

.page-template-homepage main section.cum-te-pot-ajuta .products-container {
	margin-top: 55px;
}
.page-template-homepage main section.cum-te-pot-ajuta .products-container a {
	display: block;
}
.page-template-homepage main section.cum-te-pot-ajuta .products-container .product {
	display: flex;
	height: 447px;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0 5px 17px 41px;
	background-size: cover !important;
	transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	cursor: pointer;
	color: #ffffff;
	margin-bottom: 30px;
}
/*main section.cum-te-pot-ajuta .products-container .product:hover {
	background-size: 125% !important;
}*/
.page-template-homepage main section.cum-te-pot-ajuta .products-container .product .read-more {
	line-height: 52px;
}



.page-template-homepage main section.blog .text-container {
	text-align: center;
}
.page-template-homepage main section.blog .text-container h2 {
	font-size: 80px;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider-navigation {
	display: flex;
	justify-content: flex-end;
	margin-top: 13px;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider-navigation svg {
	cursor: pointer;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider-navigation svg.prev {
	margin-right: 38px;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider-navigation svg.slick-disabled path {
	stroke: #d9d9d9;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider {
	margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	margin-top: 28px;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider .post {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider .post .image {
	height: 443px;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider .post h3 {
	color: #A88AC0;
	font-size: 24px;
	margin-top: 38px;
	font-weight: 400;
}
.page-template-homepage main section.blog .posts-container .slider-container .slider .post .date {
	font-weight: 300;
	font-size: 16px;
	margin-top: 5px;
}


.page-template-homepage main section.programeaza-o-consultatie {
	background-image: url('images/programeaza-o-consultatie.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 620px;
	display: flex;
	align-items: center;
}

@media (min-width: 1400px) {
	.page-template-homepage main section.programeaza-o-consultatie .container, .page-template-homepage main section.programeaza-o-consultatie .container-lg, .page-template-homepage main section.programeaza-o-consultatie .container-md, .page-template-homepage main section.programeaza-o-consultatie .container-sm {
		max-width: 1320px;
	}
}

.page-template-homepage main section.programeaza-o-consultatie .form-container {
	background: rgba(255,255,255,0.9);
	padding: 24px 164px 46px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000000;
}
.page-template-homepage main section.programeaza-o-consultatie .form-container .title {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	color: #A88AC0;
	font-weight: 800;
	line-height: 200%;
	text-transform: uppercase;
}
.page-template-homepage main section.programeaza-o-consultatie .form-container .form {
	margin-top: 25px;
	width: 100%;
}
.page-template-homepage main section.programeaza-o-consultatie .form-container .form input {
	border: 1px solid #D9D9D9;
	width: 26%;
	height: 49px;
	padding: 0 15px;
	margin: 0 7px;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 300px;
	font-size: 16px;
}
.page-template-homepage main section.programeaza-o-consultatie .form-container .form input::placeholder {
	color: #D9D9D9;
}

.page-template-homepage main section.programeaza-o-consultatie .form-container .form button {
	height: 49px;
	line-height: 49px;
	font-weight: 500;
	border: 0;
	font-family: 'Poppins', sans-serif;
	background: #A88AC0;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 13%;
	margin: 0 7px;
}

.page-template-homepage main section.programeaza-o-consultatie .form-container .error {
	font-size: 14px;
	margin-top: 10px;
	color: #b81c23;
	line-height: 16px;
}

.page-template-homepage main section.programeaza-o-consultatie .form-container .note {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}



section.hero {
	text-align: center;
	height: 348px;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	text-transform: uppercase;
}
section.intro {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto 60px;
}

.page-template-cum-te-pot-ajuta section.products-categories, .archive.woocommerce-page section.products-categories {
	padding-bottom: 110px;
}
.page-template-cum-te-pot-ajuta main section.products-categories .products-container a, .archive.woocommerce-page section.products-categories .products-container a {
	display: block;
}
.page-template-cum-te-pot-ajuta main section.products-categories .products-container .product, .archive.woocommerce-page section.products-categories .products-container .product {
	display: flex;
	height: 447px;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0 5px 17px 41px;
	background-size: cover !important;
	transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	cursor: pointer;
	color: #ffffff;
}
/*.page-template-cum-te-pot-ajuta main section.products-categories .products-container .product:hover {
	background-size: 125% !important;
}*/
.page-template-cum-te-pot-ajuta main section.products-categories .products-container .product .read-more, .archive.woocommerce-page main section.products-categories .products-container .product .read-more {
	line-height: 52px;
}
.archive.woocommerce-page main section.products-categories .products-container .no-products {
	color: #A88AC0;
	text-align: center;
	font-weight: 700;
}

.page-template-blog main section.articles, .page-template-prietenii-urban-mowgli main section.articles {
	padding-bottom: 110px;
}
.page-template-blog main section.articles .articles-container a, .page-template-prietenii-urban-mowgli main section.articles .articles-container a {
	display: block;
}
.page-template-blog main section.articles .articles-container .article, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article {
	margin-bottom: 68px;
	padding: 0 25px;
}
.page-template-blog main section.articles .articles-container .article .image, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article .image {
	height: 447px;
	background-size: cover !important;
	transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
}
.page-template-blog main section.articles .articles-container .article h2, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 140%;
	padding: 18px 0 7px;
}
.page-template-blog main section.articles .articles-container .article .excerpt, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article .excerpt {
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
	height: 78px;
	overflow-y: hidden;
	color: #666666;
	font-weight: 300;
}
.page-template-blog main section.articles .articles-container .article .date-read-more, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article .date-read-more {
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 140%;
	color: #666666;
}
.page-template-blog main section.articles .articles-container .article .date-read-more .read-more, .page-template-prietenii-urban-mowgli main section.articles .articles-container .article .date-read-more .read-more {
	color: #A88AC0;
	font-weight: 800;
}

.page-template-default main {
	padding: 0 0 110px;
}


.page-template-default main section.title .breadcrumbs {
	font-size: 16px;
	font-weight: 700;
	color: #888888;
	text-transform: uppercase;
	margin: 60px auto 0;
	max-width: 100%;
	width: 1330px;
}
.page-template-default main section.title .breadcrumbs a {
	color: #888888;
}
.page-template-default main section.title .breadcrumbs span {
	color: #1D1D1D;
}

.page-template-default main section.title h1, .page-template-default main section.content p {
	width: 1330px;
	max-width: 100%;
	margin: auto;
}
.page-template-default main section.title .container, .error404 main section.title .container {
	border-top: 1px solid #BEBEBE;
}
.page-template-default main section.title h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 800;
	line-height: 132%;
	padding: 60px 0 45px;
	color: #010101;
}

.error404 main section.title .container h1, .error404 main section.title .container .breadcrumbs {
	display: none;
}
.error404 .page-not-found {
	text-align: center;
	margin: 60px 0;
}
.error404 .page-not-found img {
	display: inline-block;
	max-width: 100%;
}
.error404 .page-not-found p {
	margin-top: 25px;
	font-size: 36px;
	line-height: 48px;
}

/* Shopping cart (+ few checkout styles) */
.page-template-default.woocommerce-cart main section.title h1, .page-template-default.woocommerce-checkout main section.title h1 {
	display: none;
}

.page-template-default.woocommerce-cart .woocommerce .emtpy-cart {
	margin-bottom: 25px;
}
.page-template-default.woocommerce-cart .woocommerce .return-to-home a {
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 48px;
	padding: 0 36px;
	margin: 0;
	text-align: center;
}

.page-template-default.woocommerce-cart .woocommerce, .page-template-default.woocommerce-checkout .woocommerce {
	margin: 60px auto 0;
	width: 1330px;
	max-width: 100%;
}
.page-template-default.woocommerce-cart .woocommerce .woocommerce-notices-wrapper, .page-template-default.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 25px;
}
.page-template-default.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message, .page-template-default.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	border: 0;
	background: rgba(168, 138, 192, 0.4);
	padding: 18px 36px;
	margin: 0;
	color: #1d1d1d;
}
.page-template-default.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before, .page-template-default.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before, .page-template-default.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before, .page-template-default.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
	display: none;
}
.page-template-default.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error, .page-template-default.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
	border: 0;
	background: rgba(184, 28, 35, 0.4);
	padding: 18px 36px;
	margin: 0;
	color: #1d1d1d;
}


.page-template-default.woocommerce-cart .woocommerce table.shop_table {
	border: 0;
	margin: 0;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table th {
	color: #1d1d1d;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	padding: 17px 15px;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td {
	padding: 24px 15px;
	font-size: 16px;
	line-height: 42px;
	color: #666666
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td:first-child {
	padding-left: 0;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td.actions {
	padding-right: 0;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-remove a {
	color: #818181 !important;
	font-weight: 400;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-remove a:hover {
	color: #b81c23 !important;
	background: none;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-name {
	font-weight: 700;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity input {
	height: 42px;
	text-align: center;
	font-size: 16px;
	color: #666666
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td .remove-item {
	text-align: right;
	display: none;
}
.page-template-default.woocommerce-cart .woocommerce table.shop_table td .remove-item a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
	color: #666666 !important;
}

.page-template-default.woocommerce-cart .woocommerce table.cart td.actions .coupon input.input-text {
	width: 300px;
	height: 48px;
	padding: 0 20px;
}
.page-template-default.woocommerce-cart .woocommerce table.cart td.actions button {
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	border: 0;
	color: #A88AC0;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 48px;
	padding: 0;
	margin: 0;
	text-align: center;
	padding: 0 36px;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals {
	margin-top: 60px;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	float: left;
	width: 560px;
	max-width: 100%;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 36px;
	line-height: 48px;
	color: #1d1d1d;
	font-weight: 700;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th, .page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
	font-size: 16px;
	line-height: 19px;
	padding: 18px 0;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
	color: #666666;
	font-weight: 400;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total th {
	font-weight: 700;
	color: #1d1d1d;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
	text-align: right;
	color: #1d1d1d;
}
.page-template-default.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td span {
	font-weight: 400;
}
.page-template-default.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
	margin-top: 23px;
}
.page-template-default.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 48px;
	margin: 0;
	text-align: center;
	padding: 0 36px;
	width: auto;
	display: inline-block;
}
.page-template-default.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #A88AC0;
	color: #ffffff;
}

/* Checkout */
.page-template-default.woocommerce-checkout .woocommerce h3 {
	color: #1D1D1D;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
	font-weight: 700;
}

.page-template-default.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 18px;
}
.page-template-default.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
}
.page-template-default.woocommerce-checkout .woocommerce form .form-row input.input-text, .page-template-default.woocommerce-checkout .woocommerce form .form-row select {
	height: 48px;
	border: 1px solid #EBEBEB;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	border-radius: 0;
	box-shadow: none;
}
.page-template-default.woocommerce-checkout .woocommerce form #customer_details {
	margin-bottom: 33px;
}
.page-template-default.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #ebebeb;
	border-radius: 0;
	font-size: 16px;
	line-height: 19px;
}
.page-template-default.woocommerce-checkout .woocommerce table.shop_table th {
	color: #1d1d1d;
	font-weight: 700;	
	padding: 17px 15px;
}
.page-template-default.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 17px 15px;
	color: #666666;
}
.page-template-default.woocommerce-checkout .woocommerce table.shop_table tr.cart-subtotal th, .page-template-default.woocommerce-checkout .woocommerce table.shop_table tr.cart-subtotal td span {
	font-weight: 400;
	color: #666666;
}
.page-template-default.woocommerce-checkout .woocommerce table.shop_table tr.order-total td {
	color: #1d1d1d;
	font-weight: 700;
}

.page-template-default.woocommerce-checkout #payment {
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: 0;
	font-size: 16px;
}
.page-template-default.woocommerce-checkout #payment div.payment_box.payment_method_netopiapayments {
	display: none !important;
}
.page-template-default.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}
.page-template-default.woocommerce-checkout #payment ul.payment_methods li {
	border: 1px solid #ebebeb;
	border-radius: 0;
	padding: 1em;
}
.page-template-default.woocommerce-checkout #payment ul.payment_methods li img {
	display: inline-block;
}
.page-template-default.woocommerce-checkout #payment div.form-row {
	padding-top: 0;
}
.page-template-default.woocommerce-checkout #payment .form-row {
	margin-bottom: 0;
}
.page-template-default.woocommerce-checkout .woocommerce .error {
	margin: 15px 0;
	color: rgb(184, 28, 35);
	font-size: 18px;
	line-height: 120%;
}
.page-template-default.woocommerce-checkout .woocommerce #payment #place_order {
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 48px;
	margin: 0;
	text-align: center;
	padding: 0 36px;
	width: auto;
	display: inline-block;
}
.page-template-default.woocommerce-checkout .woocommerce #payment #place_order:hover {
	background: #A88AC0;
	color: #ffffff;
}


.page-template-default.woocommerce-checkout.woocommerce-order-received main section.title .breadcrumbs {
	display: none;
}

.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce	.woocommerce-order .woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1d1d1d;
}


.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce ul.order_details {
	display: flex;
	justify-content: center;
	margin: 45px 0;
}

.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-download {
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
}

.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-customer-details,
.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order-details,
.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order-downloads {
	display: none;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation {
	border-right: 1px solid #ebebeb;
	padding-right: 55px;
	width: 25%;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 14px 50px 14px 0;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #A88AC0;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
	background-image: url('images/icon-orders.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	background-image: url('images/icon-downloads.png');
	background-repeat: no-repeat;
	background-position: right 16px center;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address {
	background-image: url('images/icon-address.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account {
	background-image: url('images/icon-profile.png');
	background-repeat: no-repeat;
	background-position: right 18px center;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	background-image: url('images/icon-logout.png');
	background-repeat: no-repeat;
	background-position: right 16px center;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
	padding-left: 55px;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content a {
	color: #A88AC0;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
	border: 0;
	margin: 0;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
	color: #1d1d1d;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	padding: 17px 15px;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #666666
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot th, .page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot td {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #1d1d1d
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions a {
	font-size: 14px;
    font-weight: 800;
    height: 48px;
    border: 0;
    color: #A88AC0;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 0 36px;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-content section {
	margin-top: 50px;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
	border: 0;
	padding: 0;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address label {
	font-weight: 700;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-content .no-downloads {
	color: #A88AC0;
	text-align: center;
	font-weight: 700;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content .edit-account .change-password {
	margin-top: 32px;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content .edit-account .submit {
	margin-top: 45px;
}


.page-template-default.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
	font-size: 14px;
    font-weight: 800;
    height: 48px;
    border: 0;
    color: #A88AC0;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 0 36px;
	background-color: #ebe9eb;
	display: inline-block;
}
.page-template-default.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
	background-color: #dfdcde;
}

.page-template-default.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text, .page-template-default.woocommerce-account .woocommerce-MyAccount-content form .form-row select {
	height: 48px;
	border: 1px solid #EBEBEB;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	border-radius: 0;
	box-shadow: none;
}











.page-template-default.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	border: 0;
	background: rgba(168, 138, 192, 0.4);
	padding: 18px 36px;
	margin: 0 0 25px;
	color: #1d1d1d;
}
.page-template-default.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before, .page-template-default.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
	display: none;
}
.page-template-default.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
	border: 0;
	background: rgba(184, 28, 35, 0.4);
	padding: 18px 36px;
	margin: 0 0 25px;
	color: #1d1d1d;
}


.page-template-default.woocommerce-account main section.title h1 {
	display: none;
}
.page-template-default.woocommerce-account .woocommerce {
	margin: 60px auto 0;
	width: 1330px;
	max-width: 100%;
}
.page-template-default.woocommerce-account .woocommerce h2 {
	font-size: 36px;
	line-height: 48px;
	color: #1d1d1d;
	font-weight: 700;
	margin-bottom: 25px;
	padding: 0;
}
.page-template-default.woocommerce-account .woocommerce form.login, .page-template-default.woocommerce-account .woocommerce form.register {
	padding: 0;
	margin: 0;
	border: 0;
}
.page-template-default.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 18px;
}
.page-template-default.woocommerce-account .woocommerce form .form-row label {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
}
.page-template-default.woocommerce-account .woocommerce form .form-row input.input-text {
	height: 48px;
	border: 1px solid #EBEBEB;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	border-radius: 0;
	box-shadow: none;
}
.page-template-default.woocommerce-account .woocommerce form.woocommerce-form-login .form-row input.form-control.is-invalid#password {
	background-position: right 40px center;
}

.page-template-default.woocommerce-account .woocommerce form .show-password-input {
	top: 0;
	line-height: 48px;
}
.page-template-default.woocommerce-account .woocommerce form .show-password-input::after {
	margin-left: 0;
}

.page-template-default.woocommerce-account .woocommerce .woocommerce-set-new-passord {
	margin-bottom: 25px;
	font-size: 18px;
}

.page-template-default.woocommerce-account .woocommerce .woocommerce-privacy-policy-text {
	font-size: 16px;
}

.page-template-default.woocommerce-account .woocommerce .error {
	margin: 15px 0;
	color: rgb(184, 28, 35);
	font-size: 18px;
	line-height: 120%;
}

.page-template-default.woocommerce-account .woocommerce button.button {
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	border: 0;
	background: #A88AC0;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 48px;
	margin: 0;
	text-align: center;
	padding: 0 36px !important;
	width: auto;
	display: inline-block;
}

.page-template-default.woocommerce-account .woocommerce .lost_password {
	font-size: 16px;
}


.page-template-default.woocommerce-account .woocommerce form .form-row input.form-control.is-invalid#password_1, .page-template-default.woocommerce-account .woocommerce form .form-row input.form-control.is-invalid#password_2, .page-template-default.woocommerce-account .woocommerce form .form-row input.form-control.is-invalid#password_current {
	background-position: right 40px center;
}

.page-template-default.woocommerce-account .woocommerce .woocommerce-password-strength {
	font-size: 16px;
	font-weight: 400;
}

.page-template-default.woocommerce-account .woocommerce .woocommerce-password-hint {
	font-size: 14px;
}


.page-template-default.woocommerce-account .woocommerce .woocommerce-message {
	border: 0;
	background: rgba(168, 138, 192, 0.4);
	padding: 18px 36px;
	margin: 0 0 25px;
	color: #1d1d1d;
}
.page-template-default.woocommerce-account .woocommerce .woocommerce-message::before {
	display: none;
}



.single main {
	padding: 0 0 110px;
}
.single main section.title h1, .single main section.feature-image .image, .single main section.content h2, .single main section.content p, .single main section.content figure {
	width: 1060px;
	max-width: 100%;
	margin: auto;
}
.single main section.title .container {
	border-top: 1px solid #BEBEBE;
}
.single main section.title h1 {
	text-align: center;
	color: #A88AC0;
	font-size: 50px;
	font-weight: 800;
	line-height: 132%;
	padding: 65px 0 45px;
}
.single main section.content figure.wp-block-embed.is-provider-youtube {
	margin-bottom: 60px;
}
.single main section.content figure.wp-block-embed.is-provider-youtube iframe {
	width: 100%;
	height: 600px;
}

.single main section.feature-image {
	margin-bottom: 60px;
}
.single.single-prieteni main section.feature-image {
	display: none;
}
.single main section.feature-image .image {
	height: 447px;
}


.single main section.content {
	font-size: 20px;
	line-height: 135%;
}
.single main section.content h2 {
	font-size: 50px;
	line-height: 135%;
	padding: 40px 0 26px;
}
.single main section.content .wp-block-group {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin: 60px 0 20px;
	gap: 24px;
}
.single main section.content .wp-block-group figure {
	width: 50%;
}


footer {
	background: #A88AC0;
	padding: 67px 0 23px;
	color: #ffffff;
}

footer section.logo-contact-newsletter-informatii {
	margin-bottom: 30px;
	font-weight: 400;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container {
	display: flex;
	justify-content: space-between;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .title {
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 55px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .logo {
	margin-right: 15px;
	margin-bottom: 45px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .logo img {
	max-width: 100%;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .contact {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 45px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 45px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form {
	display: flex;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form.loading {
	opacity: 0.5;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form input {
	margin-right: 22px;
	height: 72px;
	border: 1px solid #ffffff;
	width: 362px;
	padding: 0 20px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	background: transparent;
	outline: none;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form input::placeholder {
	color: #ffffff;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form button {
	height: 72px;
	background: #A8DDE5;
	padding: 0 44px;
	font-size: 32px;
	font-weight: 800;
	text-transform: none;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .success {
	font-size: 20px;
    margin-top: 10px;
	line-height: 20px;
	display: none;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .error {
	font-size: 18px;
	margin-top: 10px;
	color: #b81c23;
	line-height: 20px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .note {
	font-size: 14px;
	margin-top: 10px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii {
	margin-left: 15px;
	margin-bottom: 45px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii ul {
	margin-top: -4px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii ul li {
	font-size: 18px;
	margin-bottom: 4px;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii ul li a {
	line-height: 25px;
	color: #ffffff;
}
footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii ul li a:hover {
	color: #ffffff;
}


footer section.copyright-social-media-netopia-anpc {
	padding-top: 37px;
	border-top: 2px dotted #ffffff;
	font-size: 24px;
	line-height: 140%;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container {
	display: flex;
	justify-content: space-between;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media {
	display: flex;
	align-items: center;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media a {
	display: inline-block;
	margin-right: 28px;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media a:last-child {
	margin-right: 0;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media a:hover, footer section.copyright-social-media .copyright-social-media-netopia-anpc-container .social-media svg:hover path {
	color: #ffffff;
	stroke: inherit;
}
footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .netopia-anpc {
	display: flex;
	gap: 10px;
}


@media (max-width: 1679px) {
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .title {
		font-size: 28px;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form input {
		width: 280px;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form button {
		padding: 0 30px;
	}
}
@media (max-width: 1479px) {
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container {
		flex-wrap: wrap;
		justify-content: unset;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .logo {
		width: calc(50% - 15px);
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .contact {
		width: calc(50% - 15px);
		margin-right: 0;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter {
		width: calc(50% - 15px);
		margin-left: 0;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form input {
		width: 320px;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form button {
		padding: 0 40px;
	}
}



@media (max-width: 1199px) {
	
	/* ------------------------- */
	
	header .logo-nav .menu-toggle {
		display: block;
	}
	header .logo-nav nav {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #A88AC0;
		right: -100%;
		top: 0;
		z-index: 1;
		padding-top: 45px;
	}
	body.menu-opened header .logo-nav nav {
		right: 0;
	}
	body.menu-opened header .logo-nav .menu-toggle i.fa.fa-times {
		display: block;
		color: #ffffff;
	}
	body.menu-opened header .logo-nav .menu-toggle i.fa.fa-bars {
		display: none;
	}
	header .logo-nav nav ul {
		float: none;
		text-align: center;
		width: 100%;
	}
	header .logo-nav nav ul li {
		float: none;
		padding: 15px 0;
		font-size: 28px;
		margin-right: 0;
	}
	header .logo-nav nav ul li.language {
		margin-left: 0;
	}
	header .logo-nav nav ul li a {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		color: #ffffff;
	}
	header .logo-nav nav ul li.active a, header .logo-nav nav ul li a:hover {
		color: #ffffff;
	}
	header .logo-nav nav ul li.user {
		margin-left: 0;
		width: 50%;
		float: left;
		text-align: right;
		padding-right: 15px;
	}
	header .logo-nav nav ul li.user svg, header .logo-nav nav ul li.user path, header .logo-nav nav ul li.shopping-cart svg, header .logo-nav nav ul li.shopping-cart path {
		color: #ffffff;
		stroke: #ffffff;
	}
	header .logo-nav nav ul li.shopping-cart {
		margin-left: 0;
		width: 50%;
		float: right;
		text-align: left;
		padding-left: 15px;
	}
	header .logo-nav nav ul li.shopping-cart .quantity {
		top: 18px;
		left: 28px;
	}
	
	/* ----------------------------- */
	
	.page-template-homepage main section.povestea-urban-mowgli .image {
		height: 447px;
		margin-bottom: 30px;
	}
	
	.page-template-cum-te-pot-ajuta main section.products-categories .products-container .product, .archive.woocommerce-page section.products-categories .products-container .product {
		margin-bottom: 30px;
	}
	
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .title {
		margin-bottom: 15px;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .logo {
		width: 100%;
		margin-right: 0;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .contact {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .informatii {
		width: 100%;
		margin-left: 0;
	}
	
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container {
		justify-content: unset;
		flex-wrap: wrap;
	}
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .copyright {
		width: 100%;
		margin-bottom: 30px;
	}
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media {
		width: 100%;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 991px) {
	.single main section.content .wp-block-group {
		flex-direction: column;
	}
	.single main section.content .wp-block-group figure {
		width: 100%;
	}
	
	.single main section.content figure.wp-block-embed.is-provider-youtube iframe {
		height: 400px;
	}
	
	.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce ul.order_details {
		flex-direction: column;
	}
	.page-template-default.woocommerce-checkout.woocommerce-order-received .woocommerce ul.order_details li {
		float: none;
		padding: 0 0 2em;
		margin: 0;
		border: 0;
		text-align: center;
	}
	
}


@media (max-width: 767px) {
	
	.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul h2 {
		font-size: 36px;
		margin-top: -20px;
	}
	.page-template-homepage main section.cum-te-pot-ajuta .text-container h2 {
		font-size: 50px;
	}
	.page-template-homepage main section.blog .text-container h2 {
		font-size: 50px;
	}
	
	.single main section.content h2 {
		font-size: 36px;
	}
	
	.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		padding-right: 0;
		border: 0;
		margin-bottom: 60px;
	}
	.page-template-default.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding-left: 0;
	}
	.page-template-default.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions::before {
		display: none;
	}
	
	.page-template-default.woocommerce-cart .woocommerce table.shop_table td {
		padding: 16px 12px;
		line-height: 100%;
	}
	.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-quantity {
		line-height: 42px;
	}
	.page-template-default.woocommerce-cart .woocommerce table.shop_table td.product-remove a {
		display: none;
	}
	.page-template-default.woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-subtotal {
		font-weight: 700;
	}
	.page-template-default.woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-subtotal::before {
		content: "Total: ";
	}
	.page-template-default.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	
	.page-template-default.woocommerce-cart .woocommerce table.shop_table td .remove-item {
		display: block;
	}
	
	.page-template-default.woocommerce-cart .woocommerce table.cart td.actions .coupon {
		display: flex;
	}
	
	
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .copyright {
		text-align: center;
		font-size: 18px;
		line-height: 150%;
	}
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .social-media {
		justify-content: center;
	}
	footer section.copyright-social-media-netopia-anpc .copyright-social-media-netopia-anpc-container .netopia-anpc {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	
}

@media (max-width: 575px) {
	
	header .logo-nav .menu-toggle {
		font-size: 28px;
	}
	
	h1 {
		font-size: 11vw;
		line-height: 13.5vw;
	}
	h2 {
		font-size: 8vw;
	}
	
	.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul {
		padding: 0 15px 30px;
	}
	.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul h2 {
		font-size: 24px;
		margin-top: -13px;
	}
	.page-template-homepage main section.povestea-urban-mowgli .cum-a-inceput-totul-container .cum-a-inceput-totul h2 span {
		padding: 0 15px;
	}
	
	.page-template-homepage main section.cum-te-pot-ajuta .text-container h2, .page-template-homepage main section.blog .text-container h2 {
		font-size: 38px;
	}
	
	.page-template-default main section.title h1 {
		font-size: 36px;
	}
	
	.single main section.title h1 {
		font-size: 36px;
	}
	.single main section.content h2 {
		font-size: 28px;
	}
	
	.single main section.content figure.wp-block-embed.is-provider-youtube iframe {
		height: 310px;
	}
	
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form {
		flex-direction: column;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form input {
		width: 100%;
	}
	footer section.logo-contact-newsletter-informatii .logo-contact-newsletter-informatii-container .newsletter .form button {
		width: 100%;
		margin-top: 15px;
	}
	
}</pre></body></html>