@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Joy Shop Online
Theme URI: https://www.joyshoponline.ro/
Author: Ecs Designs
Author URI: https://www.ecsdesigns.ro/
Description: Tema design pentru site-ul Joy Shop Online estefully responsive, include front page, widgets, optional display font, styling, no-sidebar page, custom menu, header image, background.
Version: 1.2
Tags: joyshoponline, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: joyshoponline
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;	
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 3vh;
	font-family: Roboto Condensed, sans-serif;
	line-height: 2.181818182;
	font-weight: 300;
	text-transform: uppercase;
	color: #c39431;
	margin-left:2vw;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
input {
	line-height: normal;
}
button{
	line-height: normal;
	padding: 0.7vh 0.5vw;
	font-size: 0.9vw;
	line-height: 1.3;
	font-weight: normal;
	color: #ffffff;
	background-color: #c39431;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 0.9vw;
	line-height: 1.6;
	font-weight: normal;
	color: #ffffff;
	background-color: #c39431;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #c39431, #c39431);
	background-image: -ms-linear-gradient(top, #c39431, #c39431);
	background-image: -webkit-linear-gradient(top, #c39431, #c39431);
	background-image: -o-linear-gradient(top, #c39431, #c39431);
	background-image: linear-gradient(to bottom, #c39431, #c39431);
	border: 0px solid #d2d2d2;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #ffffff;
	background-color: #c39431;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #c39431, #c39431);
	background-image: -ms-linear-gradient(top, #c39431, #c39431);
	background-image: -webkit-linear-gradient(top, #c39431, #c39431);
	background-image: -o-linear-gradient(top, #c39431, #c39431);
	background-image: linear-gradient(to bottom, #c39431, #c39431);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #ffffff;
	background-color: #c39431;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #c39431, #c39431);
	background-image: -ms-linear-gradient(top, #c39431, #c39431);
	background-image: -webkit-linear-gradient(top, #c39431, #c39431);
	background-image: -o-linear-gradient(top, #c39431, #c39431);
	background-image: linear-gradient(to bottom, #c39431, #c39431);
	box-shadow: inset 0 0 0px 0px #c6c6c6, 0 0px 0 0 #c39431;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #c39431;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	font-size: 3vh;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 3vh;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Roboto Condensed, serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: Roboto Condensed, serif;
}
a {
	outline: none;
	color: #c39431;
	text-decoration: none;
}
a:hover {
	color: #c39431;
	text-decoration: none;
}
a:visited {
	color: #c39431;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background-color: transparent;
}
.site-content {
	margin: 3vh 0 3vh 0;
}
.widget-area {
	margin: 3vh 0 3vh 0;
}

/* Header */
.site-header {
	padding: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 2vh;
	text-align: center;
}
.main-navigation li {
	margin-top: 2vh;
	font-size: 2.8vh;
	line-height: 1.3;
}
.main-navigation a {
	color: #e1b31a;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #ffe692;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 48px;
	word-wrap: normal;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 960px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	font-size: 2.4vh;
	font-weight: 300;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.4;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #c39431;
	text-decoration: none;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.4;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Roboto Condensed, serif;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Roboto Condensed, serif;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 0px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0px double #ededed;
	margin-bottom: 2vh;
	padding-bottom: 2vh;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 100%;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 75%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
  float: right;
  width: 19%;
  padding: 2%;
  border-image: linear-gradient(to right, #e4d2a3 0%, #daae6a 100%) 1;
  border-width: 0.10672358591248667vh;
  border-style: solid;
}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 1.3;
		white-space: nowrap;
		font-size: 2.8vh;
        font-family: Roboto Condensed, sans-serif;
		font-weight: 300 !important;
        color: #e1b31a;
		/*margin-top: 30px;*/
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #ffe692;
		border-bottom: 0px solid #dc3c3a;
	}
	.main-navigation li {
	    background-image: url(imagini/divider-meniu.png);
	    background-position: right;
        background-repeat: no-repeat;
		margin: 1.3vh 0vw 0vh 1.5vw;
		position: relative;
		padding-right: 1.5vw;
		/*border-right:1px solid #ffd5a8;*/
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		padding-top: 10px;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #354649;
		border-bottom: 1px dotted #ededed !important;
		display: block;
		color: #ffe692 !important;
		/*font-size: 16px;*/
		font-size: 0.96vw;
		line-height: 2.181818182;
		text-align: left !important;
		padding: 8px 20px;
		width: 260px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #354649;
		color: #ffe692;
		border-bottom: 1px dotted #ededed;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #e1b31a;
		border-bottom: 0px dotted #ededed;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 24px;
		font-size: 4vh;
	    font-family: Roboto Condensed, serif;
		margin-bottom: 20px;
		color: #c39431;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-image: url(imagini/fundal-main.png);
		background-position: left top;
        background-repeat: repeat;
		background-color: #fffffff;
	}
	body .site {
		padding: 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		/*background-color: #fff;*/
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: transparent;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}



/* =Scroll în sus
----------------------------------------------- */

.cd-top {
  display: inline-block;
  height: 6.4034151547492vh;
  width: 3.125vw;
  position: fixed;
  bottom: 8.537886872998932vh;
  right: 0.5208333333333334vw;
  border-style: dashed;
  border-width: 0px;
  border-color: #FFFFFF;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(imagini/sus.png) no-repeat center 50%;
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:99;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 1.0416666666666667vw;
    bottom: 2.134471718249733vh;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 6.4034151547492vh;
    width: 3.125vw;
    right: 1.5625vw;
    bottom: 8.537886872998932vh;
  }
}

/* =Definiții sus-sus
----------------------------------------------- */

.bara-sus {
    width:100%;
    height:11vh;
    background-color: #242422;
	margin: 0 auto;
	padding: 3vh 0vw 2vh 0vw;
}
.bara-meniu {
    width:100%;
    height:10vh;
    background-image: url(imagini/fundal-meniu.png);
	background-position: top;
    background-repeat: repeat;
	background-size: contain;
	margin: 0 auto;
}
.meniu-sus-interior {
    width:94%;
    height:10vh;
    background-color: transparent;
	margin: 0 auto;
	margin-top: 0px;
}
.meniu-stanga {
    width:20%;
    height:10vh;
	margin: 0 auto;
	float:left;
}
.meniu-centru {
    width:70%;
    height:10vh;
	margin: 0 auto;
	float:right;
	/*padding-right:2%;*/
	text-align: right;
}
.meniu-dreapta {
    width:5%;
    height:10vh;
    background-color: transparent;
	margin: 0 auto;
	float:right;
}
.logo-sus{
    width: 18vw;
    height: auto;
    background: transparent;
    z-index: 10;
    position: absolute;
    margin-top: -21vh;
	margin-bottom: -3vh;
	text-align: center;
	padding: 1vh 0.2vw;
}
.logo-sus img{
    width:100%;
    height:auto;
}
.meniu-outter {
    width:100%;
    height:auto;
    position:relative;
	/*margin-bottom: -35px;*/
	background-color: transparent;
	border-bottom: 0px solid #f8de7e;
	border-top: 0px solid #f8de7e;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 999;
}
#sticky_navigation_wrapper { 
    width:100%; 
    height:auto;
	z-index: 999;
}
#sticky_navigation { 
    width:100%; 
    height:auto;
	background-color: transparent;
	-moz-box-shadow: 0 0 0px #999; 
	-webkit-box-shadow: 0 0 0px #999; 
	box-shadow: 0 0 0px #999; 
	border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
	z-index: 999;
}
.container-meniu { 
    background-color: transparent;
    width:100%; 
	margin:0 auto; 
	z-index: 2;
	-webkit-box-shadow: 0 0px 0px 0px #222;
    -moz-box-shadow: 0 0px 0px 0px #222;
    box-shadow: 0 0px 0px 0px #222;
}
.cos-dreapta-sus {
	color: #e1b31a !important;	
    font-family: Roboto Condensed, serif !important;	
	font-size: 4vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;
	margin-top: 2.7vh !important;
}
.cos-dreapta-sus a,
.cos-dreapta-sus a:visited {
	color: #e1b31a !important;	
    font-family: Roboto Condensed, serif !important;	
	font-size: 4vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align: center !important;
}
.cos-dreapta-sus a:hover {
	color: #ffe692 !important;	
    font-family: Roboto Condensed, serif !important;	
	font-size: 4vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align: center !important;
}


/* =Definiții slider index
----------------------------------------------- */

.slider-outter {
    width:100% !important;
    height: auto !important;	
}
.slider-stanga {
    width:65%;
    height:80vh;
    background-color: transparent;
	margin: 0 auto;
	float:left;
}
.slider-dreapta {
    width:35%;
    height:80vh;
    background-color: transparent;
	margin: 0 auto;
	float:left;
}
.slider-dreapta-1 {
    width:88%;
    /*height:38%;*/
	height:32vh;
    background-image: url(imagini/slider-dreapta-1.jpg);
	background-size: cover;
	background-position: left top;
    background-repeat: no-repeat;
	margin: 0 auto;
	float:left;
	/*padding: 6% 6% 6% 6%;*/
	padding: 4vh 6% 4vh 6%;
}
.slider-dreapta-2 {
    width:88%;
    /*height:38%;*/
	height:32vh;
    background-image: url(imagini/slider-dreapta-2.jpg);
	background-size: cover;
	background-position: left top;
    background-repeat: no-repeat;
	margin: 0 auto;
	float:left;
	/*padding: 6% 6% 6% 6%;*/
	padding: 4vh 6% 4vh 6%;
}
.inside-slider {
    width:100%;
    height:100%;
    margin:0 auto;
	float: left;
	/*margin: 7% 7% 7% 7%;*/
	border: 0.10672358591248667vh solid #e0c26d !important;
}
.subtitlu-slider-dreapta {
	color: #ffedba !important;	
    font-family: Roboto Condensed, serif !important;	
	font-size: 3vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align: right !important;
	line-height: 1 !important;	
	margin-top: 5.5vh !important;	
	margin-right: 2vw !important;	
}
.titlu-slider-dreapta {
	color: #ffffff !important;	
    font-family: Great Vibes, serif !important;	
	font-size: 8vh !important;	
	font-style:normal !important;	
	font-weight: 400 !important;
	text-decoration: none !important;	
	text-align: right !important;
	line-height: 1 !important;	
	margin-right: 2vw !important;	
}
.text-slider-dreapta {
	color: #ffffff !important;	
    font-family: Roboto Condensed, serif !important;	
	font-size: 2.5vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align: right !important;
	line-height: 1 !important;	
	margin-right: 2vw !important;	
	margin-bottom: 2vh !important;	
}
.mai-multe-slider-1{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: right!important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
	margin-right: 2vw !important;
}
.mai-multe-slider-1 a{
	color: #ffffff !important;
    background: linear-gradient(to left, #c39431 50%, #242422 50%) right !important;
	background-size: 200% !important;
    transition: .4s ease-out !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-slider-1 a:hover{
	color: #ffffff !important;
	background-color: #242422 !important;
	background-position: left !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-slider-2{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
	margin-left:2vw !important;
}
.mai-multe-slider-2 a{
	color: #ffffff !important;
    background: linear-gradient(to left, #c39431 50%, #242422 50%) right !important;
    background-size: 200% !important;
    transition: .4s ease-out !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-slider-2 a:hover{
	color: #ffffff !important;
	background-color: #242422 !important;
	background-position: left !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
div#n2-ss-2 .n2-ss-slider-4 {
    height: 79.9vh !important;
    line-height: 0 !important;
}
div#n2-ss-2 .n2-ss-slide-limiter {
  max-width: 100% !important;	
}
.titlu-slider-1 {
    font-family: Roboto Condensed, serif !important;
	font-size: 2.7vh !important;
}
.titlu-slider-1 a{
    font-family: Roboto Condensed, serif !important;
	font-size: 2.7vh !important;
}
.titlu-slider-2 {
    font-family: Great Vibes, serif !important;		
	font-size: 10.6vh !important;	
}
.titlu-slider-2 a{
    font-family: Great Vibes, serif !important;		
	font-size: 10.6vh !important;	
}
.text-slider-1 {
    font-family: Roboto Condensed, serif !important;
	font-size: 3.5vh !important;	
}
.buton-slider-1 {
    font-family: Roboto Condensed, serif !important;
	font-size: 1.7vh !important;
	/*border: 0.10672358591248667vh solid #c39431 !important;*/
}
.buton-slider-1 a{
    font-family: Roboto Condensed, serif !important;
	font-size: 1.7vh !important;
	border: 0.10672358591248667vh solid #c39431 !important;
}
.buton-slider-2 {
    font-family: Roboto Condensed, serif !important;
	font-size: 1.7vh !important;
	/*border: 0.10672358591248667vh solid #c39431 !important;*/
}
.buton-slider-2 a{
    font-family: Roboto Condensed, serif !important;
	font-size: 1.7vh !important;
	border: 0.10672358591248667vh solid #ffedba !important;
}
div#n2-ss-2 .nextend-arrow img {
  width: 1.7vw !important;
}

/* =Definiții spații
----------------------------------------------- */

.spatiu-gol-index-1 {
    width:100%;
    height:8vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-index-2 {
    width:100%;
    height:6vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-index-3 {
    width:100%;
    height:4vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-1 {
    width:100%;
    height:8vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-2 {
    width:100%;
    height:6vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-3 {
    width:100%;
    height:4vh;
    margin:0 auto;
	float:left;	
}

/* =Definiții intro index
----------------------------------------------- */

.intro-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.intro-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.intro-index-stanga {
    width:25%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 5% 2% 0%;
}
.intro-index-stanga img{
    width:100%;
    height:auto;
}
.intro-index-centru {
    width:40%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 5% 2% 0%;
}
.intro-index-dreapta {
    width:25%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 0% 2% 0%;
}
.intro-index-dreapta img{
    width:100%;
    height:auto;
}
.subtitlu-intro-index-1 {
    font-size: 3vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
}
.titlu-intro-index {
    font-size: 10vh !important;
    font-family: Great Vibes, serif !important;	
    font-weight: 400 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
}
.subtitlu-intro-index-2 {
    font-size: 2.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
	margin-left: 3vw !important;
	margin-top: -1vh !important;
	margin-bottom: 4vh !important;
}
.text-intro-index {
    font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: left !important;
	line-height: 1.3 !important;
	margin-bottom: 2vh !important;
}
.mai-multe-intro-index{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: center !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
	margin-right: 2vw !important;
}
.mai-multe-intro-index a{
	color: #ffffff !important;
    background: linear-gradient(to left, #c39431 50%, #242422 50%) right !important;
	background-size: 200% !important;
    transition: .4s ease-out !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index a:hover{
	color: #ffffff !important;
	background-color: #242422 !important;
	background-position: left !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}

/* =Definiții caracteristici index
----------------------------------------------- */

.caracteristici-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.caracteristici-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.caracteristici-index-1 {
    width:14.6%;
    height:auto;
	background: #ffffff;
    margin:0 auto;
	margin-right: 2%;
	float: left;
	text-align: center;
	border-image: linear-gradient(to right, #daae6a 0%, #b38638 100%) 1;
    border-width: 0.25vh;
    border-style: solid;
}
.caracteristici-index-2 {
    width:14.7%;
    height:auto;
	background: #ffffff;
    margin:0 auto;
	float: left;
	text-align: center;
	border-image: linear-gradient(to right, #daae6a 0%, #b38638 100%) 1;
    border-width: 0.25vh;
    border-style: solid;
}
.iconita-caracteristici-index {
    font-size: 5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 100 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin: 3vh 0vw 2vh 0vw !important;	
}
.iconita-caracteristici-index a,
.iconita-caracteristici-index a:hover,
.iconita-caracteristici-index a:visited {
    font-size: 5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 100 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
}
.titlu-caracteristici-index {
    font-size: 3.5vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 200 !important;
    color: #b38638 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin: 0vh 0vw 3vh 0vw !important;	
}
.titlu-caracteristici-index a,
.titlu-caracteristici-index a:hover,
.titlu-caracteristici-index a:visited{
    font-size: 3.5vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 200 !important;
    color: #b38638 !important;
	text-decoration: none !important;	
	text-align: center !important;
}
.subtitlu-caracteristici-index {
    font-size: 2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 200 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
}
.subtitlu-caracteristici-index a,
.subtitlu-caracteristici-index a :hover,
.subtitlu-caracteristici-index a :visited {
    font-size: 2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 200 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: center !important;
}

/* =Definiții mid index
----------------------------------------------- */

.mid-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.mid-index-interior {
    width:100%;
    height:auto;
    margin:0 auto;
	float:left;
}
.mid-index-1{
    width:50%;
	height:60vh;
	background-image: url(imagini/mid-index-1.jpg);
	background-size: cover;
	background-position: left top;
    background-repeat: no-repeat;
    margin:0 auto;
	float: left;
}
.mid-index-2{
    width:45%;
    height:auto;
    margin:0 auto;
	float: left;
	padding-right: 5%;
}
.mid-index-3{
    width:45%;
    height:auto;
    margin:0 auto;
	float: left;
	padding-left: 5%;
}
.mid-index-4{
    width:50%;
	height:70vh;
	background-image: url(imagini/mid-index-2.jpg);
	background-size: cover;
	background-position: right top;
    background-repeat: no-repeat;
    margin:0 auto;
	float: left;
}
.subtitlu-mid-index-1 {
    font-size: 2.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin-top: 2vh !important;	
}
.titlu-mid-index {
    font-size: 8vh !important;
    font-family: Great Vibes, serif !important;	
    font-weight: 400 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
}
.subtitlu-mid-index-2 {
    font-size: 2.2vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin-left: 3vw !important;
	margin-top: -1vh !important;
	margin-bottom: 4vh !important;
}
.text-mid-index {
    font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: left !important;
	line-height: 1.3 !important;
	margin: 2vh 3vw 2vh 4vw !important;
}
.subtitlu-mid-index-3 {
    font-size: 2.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin-top: 10vh !important;	
}
.text-mid-index-2 {
    font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: left !important;
	line-height: 1.3 !important;
	margin: 2vh 5vw 2vh 0vw !important;
}


/* =Definiții outro index
----------------------------------------------- */

.outro-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.outro-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.outro-index-stanga {
    width:26%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 5% 2% 0%;
}
.outro-index-stanga img{
    width:100%;
    height:auto;
}
.outro-index-centru {
    width:34%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 5% 2% 0%;
}
.outro-index-dreapta {
    width:25%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 2% 0% 2% 0%;
}
.outro-index-dreapta img{
    width:100%;
    height:auto;
}
.subtitlu-outro-index-1 {
    font-size: 2.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
}
.titlu-outro-index {
    font-size: 8vh !important;
    font-family: Great Vibes, serif !important;	
    font-weight: 400 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
}
.subtitlu-outro-index-2 {
    font-size: 2.1vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 300 !important;
    color: #c39431 !important;
	text-decoration: none !important;	
	text-align: center !important;
	line-height: 1 !important;	
	margin-top: -1vh !important;
	margin-bottom: 4vh !important;
}
.text-outro-index {
    font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
    font-weight: 300 !important;
    color: #242422 !important;
	text-decoration: none !important;	
	text-align: left !important;
	line-height: 1.3 !important;
	margin-bottom: 2vh !important;
}



/* =Definiții beneficii footer sus
----------------------------------------------- */

.beneficii-footer {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
}
.beneficii-footer-inner {
    width:94%;
    height:auto;
    margin:0 auto;
	padding: 0px;
}
.beneficii-footer-inside-1 {
    width:14%;
    height:auto;
	background: #ffffff;
    margin:0 auto;
	margin-right: 2%;
	padding: 2%;
	border-image: linear-gradient(to right, #e4d2a3 0%, #daae6a 100%) 1;
    border-width: 0.10672358591248667vh;
    border-style: solid;
	float: left;
}
.beneficii-footer-inside-2 {
    width:14%;
    height:auto;
	background: #ffffff;
    margin:0 auto;
	margin-right: 0;
	padding: 2%;
	border-image: linear-gradient(to right, #e4d2a3 0%, #daae6a 100%) 1;
    border-width: 0.10672358591248667vh;
    border-style: solid;
	float: left;
}
.beneficii-footer-inside-3 {
    width:30%;
    height:auto;
	margin-right: 1%;
	float: left;
}
.beneficii-footer-inside-4 {
    width:68%;
    height:auto;
	margin-left: 1%;
	float: left;
}
.text-beneficii-footer-1{
	color: #e4d2a3 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 6.5vh !important;
	font-style:normal !important;
	font-weight: 100 !important;
	text-decoration: none !important;
	text-align:left !important;
}
.text-beneficii-footer-1 a{
	color: #e4d2a3 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 6.5vh !important;
	font-style:normal !important;
	font-weight: 100 !important;
	text-decoration: none !important;
	text-align:left !important;
}
.text-beneficii-footer-2{
	color: #e4d2a3 !important;
    font-family: Playfair Display, serif !important;
	font-size: 2.8vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align:left !important;
	margin-left: 5% !important;
}
.text-beneficii-footer-2 a{
	color: #e4d2a3 !important;
    font-family: Playfair Display, serif !important;
	font-size: 2.8vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align:left !important;
	margin-left: 5% !important;
}
.text-beneficii-footer-3{
	color: #e4d2a3 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align:left !important;
	margin-left: 5% !important;
}
.text-beneficii-footer-3 a{
	color: #e4d2a3 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align:left !important;
	margin-left: 5% !important;
}


/* =Definiții footer mid
----------------------------------------------- */

.footer-mid {
    width:100% !important;
    background-color: #242422;
    height: 28vh;
    float:left;
	padding: 5vh 0px 5vh 0px;
}
.footer-mid-outer {
    width:100%;
    height: 28vh;
    background-image: url(imagini/fundal-footer.png);
	background-position: top;
    background-repeat: repeat;
	background-size: contain;
    float:left;
	margin: 0 auto;
}
.footer-mid-inner {
    width:94%;
    height:auto;
	margin: 0 auto;
}
.logo-footer-mid {
    width:20%;
    height:auto;
	margin: 0 auto;
	margin-right:1%;
	padding: 4vh 0px 4vh 0px;
	float:left;
}
.logo-footer-mid img{
    width:100%;
    height:auto;
	margin-top: -9vh;
	margin-bottom: -5vh;
	margin-left: -8vh;
}
.coloana-footer-mid {
    width:15%;
    height:auto;
	margin: 0 auto;
	margin-right:1%;
	padding: 3vh 0px 4vh 0px;
	float:left;
}
.coloana-footer-mid-pen {
    width:20%;
    height:auto;
	margin: 0 auto;
	margin-right:1%;
	padding: 3vh 0px 4vh 0px;
	float:left;
}
.coloana-footer-mid-last {
    width:10%;
    height:auto;
	margin: 0 auto;
	padding: 3vh 0px 4vh 0px;
	float:right;
	text-align: right;
}
.coloana-footer-mid-last img{
    width:80%;
    height:auto;
}
.titlu-footer {
	color: #ffffff !important;	
    font-family: Roboto Condensed, serif !important;
	font-size: 3vh !important;	
	font-style:normal !important;	
	font-weight: 200 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
	margin-top: 1vh !important;
	margin-bottom: 1.5vh !important;
}
.titlu-footer-2 {
	color: #ffffff !important;	
    font-family: Great Vibes, serif !important;
	font-size: 5vh !important;	
	font-style:normal !important;	
	font-weight: 200 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
	margin-top: 1vh !important;
	margin-bottom: 1.5vh !important;
}
.butoane-footer-mid{
	color: #e1b31a !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.2 !important;
	margin-top: 1vh !important;
	/*margin-left: 2.8vw !important;*/
}
.butoane-footer-mid a{
	color: #e1b31a !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.2 !important;
}
.butoane-footer-mid a:hover{
	color: #ffe692 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.2 !important;
}
.butoane-footer-mid-2{
	color: #ffffff !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 400 !important;	
	text-decoration: none !important;
    line-height: 1.7 !important;
	margin-top: 1vh !important;
}
.butoane-footer-mid-2 a,
.butoane-footer-mid-2 a:hover,
.butoane-footer-mid-2 a:visited{
	color: #ffffff !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 400 !important;	
	text-decoration: none !important;
    line-height: 1.7 !important;
}

/* =Definiții footer jos
----------------------------------------------- */

.footer-jos {
    width:100%;
    height:5vh;
	background: #000000;
	border-top: 0px solid #ff3535;
    margin:0 auto;
	float: left;
}
.footer-jos-inner {
    width:94%;
    height:5vh;
    margin:0 auto;
}
.footer-jos-inner-stanga {
    width:50%;
    height:5vh;
    margin:0 auto;
	float: left;
	text-align: left;
}
.footer-jos-inner-dreapta {
    width:45%;
    height:5vh;
    margin:0 auto;
	float: right;
	text-align: right;
}
.text-footer-jos{
	color: #e1b31a !important;
	font-size: 1.7vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1.2 !important;
	margin-top: 1.7vh !important;
}
.text-footer-jos a,
.text-footer-jos a:hover,
.text-footer-jos a:visited{
	color: #e1b31a !important;
	font-size: 1.7vh !important;
    font-family: Roboto Condensed, serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1.2 !important;
}

/* =Definiții pagini
----------------------------------------------- */

.header-pagini{
    width: 100%;
	height: 30vh;
	background-size: cover;
    background-image: url(imagini/header-pagini.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 0px;
}
.header-pagini-inner {
    width:90%;
    height:auto;
	background-color: transparent;
    margin:0 auto;
}
.subtitlu-pagini-sus{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 200 !important;
    color: #e2c685 !important;
	font-size: 2.5vh !important;
    line-height: 1 !important;
	font-style:normal !important;
	padding-top: 8.5vh !important;
	text-align: right !important;
}
.titlu-pagini {
    font-size: 8vh !important;
    font-family: Great Vibes, serif !important;	
    font-weight: 400 !important;
    color: #ffffff !important;
	text-decoration: none !important;	
	text-align: right !important;
	line-height: 1 !important;	
	margin-top: -1vh !important;
}
.inner-pagini{
    width: 94%;
	height: auto;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
.inner-pagini-alb{
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 5vh;
	padding-bottom: 5vh;
    float: left;	
}
.inner-pagini-color{
    width: 100%;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
    float: left;
}
.inner-pagini-color-2{
    width: 100%;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
    float: left;
}
.inside-pagini{
    width:100%;
    height:auto;
	background-color: transparent;
	margin:0 auto;
	border: 0px solid #e7e7e7;
}
.inside-pagini-1{
    width:47%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
}
.inside-pagini-1 img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #e4d2a3;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-2{
    width:47%;
    height:auto;
	background-color: transparent;
    float: right;
	border: 0px solid #e7e7e7;
	text-align: left;
}
.inside-pagini-2 img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #e4d2a3;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-3{
    width:100%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
}
.inside-pagini-4{
    width:100%;
    height:auto;
	margin: 0 auto;
	padding-top: 4vh;
	margin-bottom: 2%;
	border: 1px dashed #738052;
	border-radius: 2vh;
    float: left;
	text-align: left;
}
.inside-pagini-5{
    width:30%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
	margin-right: 3%;
}
.inside-pagini-5 img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #e4d2a3;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-6{
    width:30%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
	margin-right: 3%;
}
.inside-pagini-6 img{
    width: 100%;
    height: auto;	
    margin: 0 !important;
}
.subtitlu-pagini{
	color: #242422 !important;
	font-size: 2.4vh !important;
    font-family: Playfair Display, serif !important;	
	font-style:normal !important;
    font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: 0.5vh 0vw 0vh 6vw !important;
	padding: 0 !important;
}
.subtitlu-pagini-2{
	color: #242422 !important;
	font-size: 2.4vh !important;
    font-family: Playfair Display, serif !important;	
	font-style:normal !important;
    font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 0.5vh 0vw 0vh 6vw !important;
	padding: 0 !important;
}
.subtitlu-pagini-3{
	color: #242422 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin-top: 2vh !important;
}
.subtitlu-pagini-4{
	color: #242422 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin-top: 2vh !important;
}
.subtitlu-pagini-5{
	color: #242422 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.1 !important;
	text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.titlu-pagini-2{
	color: #c39431 !important;
    font-size: 8vh !important;
    font-family: Great Vibes, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: -1vh 0vw 5vh 0vw !important;
    padding: 0 !important;
}
.titlu-pagini-3{
	color: #c39431 !important;
    font-size: 8vh !important;
    font-family: Great Vibes, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 0vh 0vw 3vh 0vw !important;
    padding: 0 !important;
}
.titlu-pagini-4{
	color: #c39431 !important;
    font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style: normal !important;
	font-weight: 200 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left!important;
	margin: 0vh 0vw 2vh 3vw !important;
    padding: 0 !important;
}
.text-pagini-1{
	color: #242422 !important;
	font-size: 2.4vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 0vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-2{
	color: #242422 !important;
	font-size: 2.4vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 2vw 3vh 0vw !important;
    padding: 0 !important;
}
.text-pagini-3{
	color: #242422 !important;
	font-size: 2.1vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 0vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-4{
	color: #c39431 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 20px 0px !important;
}
.text-pagini-5{
	color: #c39431 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 20px 0px !important;
}
.mai-multe-pagini{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: center !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
	margin-right: 2vw !important;
}
.mai-multe-pagini a{
	color: #ffffff !important;
    background: linear-gradient(to left, #c39431 50%, #242422 50%) right !important;
	background-size: 200% !important;
    transition: .4s ease-out !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini a:hover{
	color: #ffffff !important;
	background-color: #242422 !important;
	background-position: left !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
	text-transform: uppercase !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.harta-locatie, 
.harta-locatie iframe {
    width: 100%;
    height: 75vh;
	float:left;
}	
.harta-locatie iframe  {
    filter: grayscale(0) invert(1) sepia(1) saturate(1);
}
.harta-contact, 
.harta-contact iframe {
    width: 100%;
    height: 54vh;
	float:left;
}	
.harta-contact iframe  {
    filter: grayscale(0) invert(1) sepia(1) saturate(1);
}


/* =Definiții pagina contact și formulare
----------------------------------------------- */

.telefon-pagina-contact{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    color: #c39431 !important;
	font-size: 4vh !important;
	font-style:normal !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 2 !important;
	margin: 1.4vh 0vw 1.4vh 2vw !important;
}
.telefon-pagina-contact a,
.telefon-pagina-contact a:hover,
.telefon-pagina-contact a:visited{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    color: #c39431 !important;
	font-size: 4vh !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: left!important;
    line-height: 2 !important;
}
.adresa-pagina-contact{
	color: #c39431 !important;
	font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
	font-style: normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 4.3vh 1vw 2.1vh 2vw !important;
}
.adresa-pagina-contact a,
.adresa-pagina-contact a:hover,
.adresa-pagina-contact a:visited{
	color: #c39431 !important;
	font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
	font-style: normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
}

.info-email-pagina-contact{
	color: #242422 !important;
	font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 300 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 4.3vh 0vw 0vh 4.4vw !important;
}
.email-pagina-contact{
	color: #c39431 !important;
	font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 400 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 0vh 0vw 0vh 2vw !important;
}
.email-pagina-contact a,
.email-pagina-contact a:hover,
.email-pagina-contact a:visited{
	color: #c39431 !important;
	font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 400 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    background-color: #fff !important;
    color: #242422 !important;
    width: 85% !important;
	border: 1px solid #000000 !important;
	height: 5vh !important;
    font-size: 2vh !important;
	margin-right: 2.6vw;
	margin-bottom: 1px !important;
}
.wpcf7 input[type="tel"] {
    background-color: #fff;
    color: #242422 !important;
    width: 85% !important;
	border: 1px solid #000000 !important;
	height: 5vh !important;
    font-size: 2vh !important;
	margin-bottom: 1px !important;
}
.wpcf7 textarea{
    background-color: #fff !important;
    color: #242422 !important;
    width: 85% !important;
	height: 120px !important;
	border: 1px solid #000000 !important;
    font-size: 2vh !important;
	margin-bottom: 1px !important;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 1vh 0 1vh 0 !important;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  height: 5vh !important;
}
.text-acceptare-formular{
	color: #c39431 !important;
	font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 2.2vh 0vw 2.2vh 0vw !important;
}


/* =Definiții pagina imagini pe site
----------------------------------------------- */

.autori-imagini{
    width: 20%;
	height: auto;
	margin: 0 auto;
	padding-top: 2vh;
	padding-bottom: 2vh;
    float: left;	
}
.text-autori-imagini{
	color: #c39431 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-weight: 400 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 1vh 0vw 2vh 2vw !important;
}
.text-autori-imagini a{
	color: #c39431 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-weight: 400 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
}
.text-autori-imagini a:visited{
	color: #c39431 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-weight: 400 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
}


/* =Definiții meniu social
----------------------------------------------- */

.fm-bar.fm-side-space {
  margin: 0.22vh;
  top: 34vh !important;
}
.float-menu-1 {
  --fm-icon-size: 2.5vh !important;
  --fm-label-size: 1.8vh !important;
}
.fm-bar li > a .fm-icon, .fm-bar li > a .fm-icon [class*="fa-"], .fm-bar li > a .fm-label, .fm-bar li > a .fm-label [class*="fa-"] {
  color: #c39431 !important;
  background-color: #000000 !important;
}
.fm-bar li:hover > a .fm-label{
  color: #c39431 !important;
  background-color: #000000 !important;
}


/* =Definiții sidebar
----------------------------------------------- */

.sidebar-3 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-top:1vh;
	padding-bottom:2vh;
	margin-bottom:3vh;
	/*border-top: 0.10672358591248667vh solid #e4d2a3 !important;*/
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.titlu-sidebar-3{ 
    font-size: 5vh !important;
    font-family: Great Vibes, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.categorii-sidebar-3{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #242422 !important;
	text-decoration: none !important;
	margin-bottom: 2vh !important;
	margin-left: 1.5vw !important;
}
.categorii-sidebar-3 a{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #242422 !important;
	text-decoration: none !important;
}
.categorii-sidebar-3 a:visited{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #242422 !important;
	text-decoration: none !important;
}
.sidebar-4 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:2vh;
	margin-bottom:4vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.sidebar-4 img{
    width:100%;
    height:auto;
}
.sidebar-5 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:3vh;
	margin-bottom:3vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.titlu-sidebar-5{ 
    font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.subtitlu-sidebar-5{ 
    font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1 !important;	
    color: #242422 !important;
	text-decoration: none !important;
	margin-bottom: 0 !important;
}
.text-sidebar-5{ 
    font-size: 1.6vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;	
    color: #242422 !important;
	text-decoration: none !important;
	margin-bottom: 0 !important;
}
.telefon-sidebar-5{ 
    font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.telefon-sidebar-5 a{ 
    font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.telefon-sidebar-5 a:visited{ 
    font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.email-sidebar-5{ 
    font-size: 3.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.email-sidebar-5 a{ 
    font-size: 3.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.email-sidebar-5 a:visited{ 
    font-size: 3.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #c39431 !important;
	text-decoration: none !important;
}
.sidebar-6 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:3vh;
	margin-bottom:3vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.sidebar-6 img{
    width:100%;
    height:auto;
}


/* =Definiții Woo
----------------------------------------------- */

.search-field{
    width:80%;
    height:4vh;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 1.2vh;
  background: #fff;
  font-size: 2vh;
  font-weight: 300 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 2.2% 2.992em 0;
  margin-left: 0px;
  padding: 0;
  position: relative;
  width: 18%;
  margin-left: 0;
  padding: 2%;
  border-image: linear-gradient(to right, #e4d2a3 0%, #daae6a 100%) 1;
  border-width: 0.10672358591248667vh;
  border-style: solid;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: .1em 0;
  margin: 0;
  font-size: 2.6vh !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  font-family: Roboto Condensed, sans-serif !important;
  color: #c39431 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #c39431 !important;
  font-size: 3vh !important;
  font-weight: 600 !important;
  font-family: Roboto Condensed, sans-serif !important;	
  margin-bottom: 0.5vh !important;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1vh;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 1.8vh !important;
    color: #fff !important;
    background-color: #c39431 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
	opacity: 1 !important;
	padding-right: 2.618em;
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	position: absolute;
	top: .618em;
	right: 1em;	
	animation: spin 2s linear infinite;	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	text-decoration: none;
	background-image: none;
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;
	-webkit-font-smoothing: antialiased;	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;	
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em;	
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	font-weight: 300 !important;
    font-family: Roboto Condensed, sans-serif !important;	
    color: #fff !important;
    background-color: #c39431 !important;	
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 3.5vh !important;	
  font-family: Roboto Condensed, sans-serif !important;	
  line-height: 1 !important;
  margin-bottom: 0.5vh !important;	
  color: #c39431 !important;
  font-weight: 300 !important;
}
.gramaj-produs-woocommerce-1 {
  font-size: 1.8vh !important;	
  font-family: Roboto Condensed, sans-serif !important;	
  margin-bottom: 0.5vh !important;	
  color: #242422 !important;
  font-weight: 300 !important;
}
.gramaj-produs-woocommerce-2 {
  font-size: 2.2vh !important;	
  font-family: Roboto Condensed, sans-serif !important;	
  margin-bottom: 0.5vh !important;	
  color: #242422 !important;
  font-weight: 600 !important;
}
.woocommerce div.product p.stock {
  font-size: 2.5vh;
  font-family: Roboto Condensed, sans-serif !important;	
  font-weight: 400;
  /*display: none !important;*/
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #c39431 !important;
  font-size: 5vh !important;
  font-weight: 600 !important;
  font-family: Roboto Condensed, sans-serif !important;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  border-image: linear-gradient(to right, #e4d2a3 0%, #daae6a 100%) 1;
  border-width: 0.10672358591248667vh;
  border-style: solid;
  padding: 3% !important;
}
.woocommerce .quantity .qty {
  width: 3vw !important;
  text-align: center;
  height: 2.5vh !important;
  font-size: 2vh;
}
/*.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px dashed #ac8c57 !important;
  background-color: #ac8c57 !important;
  color: #ffffff !important;
}*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0.10672358591248667vh solid #e4d2a3;
	background-color: #242422;
	color: #ffffff;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.10672358591248667vh solid #e4d2a3;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
	font-size: 2.2vh !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	color: #c39431;
	z-index: 2;
	border-bottom-color: #fff;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
	font-size: 2.2vh !important;
	text-decoration: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
	font-size: 2.2vh !important;
	text-decoration: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px dashed #ac8c57;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -5px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ac8c57;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ac8c57;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	/*border: 0.10672358591248667vh solid #e4d2a3;*/
	z-index: 1;
}
.titlu-tab-produs{
	color: #242422 !important;
	font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.2 !important;
	text-align: left !important;
	padding: 1vh 0vw !important;
	margin: 0 !important;
}
.titlu-tab-relationate{
	color: #242422 !important;
	font-size: 3.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.2 !important;
	text-align: left !important;
	padding: 1vh 0vw !important;
	margin: 0 !important;
	margin-bottom:3vh !important;
}
.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5;
	font-size: 2.2vh !important;	
    font-family: Roboto Condensed, sans-serif !important;	
    color: #c39431 !important;
    font-weight: 300 !important;
}
.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5;
	font-size: 2.2vh !important;	
    font-family: Roboto Condensed, sans-serif !important;	
    color: #c39431 !important;
    font-weight: 300 !important;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  margin-bottom: 8vh;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #c39431 !important;
  color: #fff !important;
}
.imagine-produse-prezentare{
	color: #c39431 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.6vh !important;
	font-style:normal !important;
	font-weight: 200 !important;
	text-decoration: none !important;
	line-height: 3.1 !important;
	margin-left: 1.3vw !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .3em;
  height: 1vh !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 1vh;
  display: block;
  border: 0;
  border-radius: vh;
  background-color: #c39431 !important;
  height: 1vh !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 2.3em !important;
  height: 2.3em !important;
  background-color: #ac8c57 !important;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.8em !important;
  margin-left: -.9em !important;
  margin-right: -.9em !important;
  -webkit-box-shadow: 0 .125rem .5rem 0 rgba(88,88,88,.32);
  box-shadow: 0 .125rem .5rem 0 rgba(88,88,88,.32);
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 2em;
  margin-right: 2em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 3em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 2vh !important;
  font-weight: 500 !important;
}
.is-large.wc-block-cart .wc-block-cart-items {
  border-spacing: 0;
  font-size: 2.4vh !important;
}
.wc-block-components-product-name {
  font-size: 3vh !important;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
  font-size: inherit;
  font-size: 3.2vh !important;
  font-family: Roboto Condensed, sans-serif !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 25%;
  max-width: 22% !important;
}
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
  font-size: 3vh !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  font-family: Roboto Condensed, sans-serif !important;
  color: #c39431 !important;
   text-decoration: none !important;
}
.wc-block-grid__product .wc-block-grid__product-title a{
  text-decoration: none !important;
}
.wc-block-grid__product .wc-block-grid__product-title a:visited{
  text-decoration: none !important;
}
.wc-block-grid__product-price {
  display: block;
  color: #242422 !important;
  font-size: 3vh !important;
  font-weight: 600 !important;
  font-family: Roboto Condensed, sans-serif !important;
  margin-bottom: 0.5vh !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background-color: #c39431;
  color: #fff;
  font-size: 2vh;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 4vh;
}
.woocommerce table.shop_table td {
  line-height: 1.5em;
  font-size: 2vh;
  color: #c39431;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #c39431, #c39431) !important;
  background-image: -ms-linear-gradient(top, #c39431, #c39431) !important;
  background-image: -webkit-linear-gradient(top, #c39431, #c39431) !important;
  background-image: -o-linear-gradient(top, #c39431, #c39431) !important;
  background-image: linear-gradient(to bottom, #c39431, #c39431) !important;
}
.entry-content .wp-block-button__link, .entry-content .wp-block-button__link:visited {
  background-color: #c39431;
  color: #fff !important;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block;
  font-size: 2vh !important;
  margin-left: 0.5vw !important;
  color: #242422 !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  display: none !important;
}
.titlu-cos-gol-1{
	color: #c39431 !important;
    font-size: 5vh !important;
    font-family: Great Vibes, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
    padding: 0 !important;
}
.titlu-cos-gol-2{
	color: #c39431 !important;
    font-size: 4vh !important;
    font-family: Roboto Condensed, serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
    padding: 0 !important;
	margin-bottom: 6vh !important;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 0px !important;
  font-size: 2vh !important;
  font-weight: 300 !important;
  padding: 1vh !important;
  border: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  display: none;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  background-color: #fff;
  border: 1px solid hsla(0,0%,7%,.8);
    border-top-color: rgba(18, 18, 18, 0.8);
    border-right-color: rgba(18, 18, 18, 0.8);
    border-bottom-color: rgba(18, 18, 18, 0.8);
    border-left-color: rgba(18, 18, 18, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 6.4vh !important;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em .5em;
  width: 100%;
}


/* =Definiții Slidere produse index
----------------------------------------------- */

.ywcps-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  width: 94% !important;
  float: right;
  margin-left: 2% !important;
  margin-right: 2% !important;
}
.woocommerce .ywcps-wrapper ul.products {
  padding-bottom: 3px !important;
}
.woocommerce .ywcps-wrapper .owl-item li.product {
  padding-left: 1vw !important;
  padding-right: 1vw !important;
  width: 80% !important;
  margin: 0 !important;
}


/* =Definiții coș de cumpărături
----------------------------------------------- */

.xoo-wsc-sc-cont {
  color: #c39431;
  margin-left: 2vw;
}
.xoo-wsc-sc-bki {
  font-size: 3.4vh !important;
}
span.xoo-wsc-sc-count {
  height: 1.9vh !important;
  line-height: 1.9vh !important;
  width: 0.93vw !important;
  font-size: 1.4vh !important;
}