/*!
Theme Name: silutin
Theme URI: http://underscores.me/
Author: Happy Advertising
Author URI: http://happyadv.ro/
Description: Construim impreuna cu clientii nostri un mediu de business puternic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Template is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html, body {
	width: 100%;
	max-width:100%;
	overflow-x:hidden !important;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Raleway', sans-serif !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	outline:none !important;
}
a:focus, a:visited, a:active {
	outline:none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding {
    padding-top: 25px;
}

.site-branding img {
    max-height: 80px;
    width: auto;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.site-branding {
    /*padding: 28px 25px 0px;*/
}

#primary-menu {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
	justify-content: center;
}
.main-navigation li {
    padding: 40px 15px 0px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li:last-of-type a{
   /* color: transparent!important;
         padding: 20px 60px;
     content: "";
	background-image: url(img/buton_1.png);
	background-repeat: no-repeat;
	display: block;
    color: #000!important;
    background-color: #fff!important;
    border-radius: 0px!important;
    border: 1px solid #000;
    padding: 10px 20px; */
}
/* .main-navigation li:last-of-type a:hover{
	color: #fff!important;
    background-color: #000!important;
} */
/* .main-navigation li:last-of-type  {
    padding-top: 30px;
} */
.shop-home a{
	color: #fff!important;
    background-color: #e1501b!important;
    border-radius: 5px!important;
    border: 0;
    padding: 10px 20px;
	font-size: 30px;
	text-decoration:none!important;
}
.shop-home a:hover{
	color: #fff!important;
    background-color: #c64618!important;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    font-family: 'Lato', sans-serif;
	display: block;
	text-decoration: none;
	color:#0D9445!important;
	font-weight: 400;
	font-size: 20px!important;
}


.slide-holder {
    background-size: initial!important;
    background-repeat: no-repeat;
   height: 720px;
 
}
.first-txt .orange {
        position: relative;
     line-height: 1.3;
margin-bottom: 0;
    color: #FF7E2A;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.esentiale p {
        position: relative;
    line-height: 1.5;
    color: #616161;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.esentiale img {
    height: 146px;
}
.body-image {
        background-repeat: no-repeat!important;
    height: 470px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-left: -30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
.slide-holder {
    position: relative;
}
.img-header img {
        margin-top: -40px;
}
/*.menu.nav-menu {
	float: right;
}*/
#mysticky-nav.wrapfixed{
    opacity: 1!important;
    background-color: #fff!important;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color:#000;
}
.main-navigation li {
	padding:40px 15px 0px;
}
.prod-img {
	margin-top: 240px;
}
.left-txt {
    margin-top: 110px;
}
.left-txt.rezultate {
    padding-top: 0;
    padding-bottom: 50px;
}
.arde-adipocite h2 {
    margin-top: -120px;
    color: #003d78;
    font-size: 45px;
}
.left-txt h1 {
    font-family: 'Lato', sans-serif;
    font-size: 55px;
    color: #fff;
        font-weight: 700;
    margin-bottom: 20px;
}
.left-txt p {
   font-family: 'Lato', sans-serif;
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 9;
}

.left-txt a:hover {
	text-decoration: none;
}
.first-txt.capsule p {
    font-size: 40px;
}
.first-txt h2 {
    font-family: 'Lato', sans-serif;;
	color: #0D9445;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.administrare {
    margin-top: 30px;
}
.administrare .first-txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-weight: bold;
}
.first-txt.continut p {
       position: relative;
    margin: 20px 30px;
    color: #333;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
     font-family: 'Lato', sans-serif;
}
.first-txt p {
   position: relative;
   line-height: 1.5;
    color: #616161;
    font-size: 21px;
    font-weight: 400;
     font-family: 'Lato', sans-serif;
     text-align: center;
}
.ingrediente-img, .administrare, .rezultate-img {
        margin-bottom: 30px;
}
.ingrediente-img {
        margin-top: 40px;
}
.comanda-telefon a:hover {
    text-decoration: none;
}

.comanda-telefon a {
    color: #0D9445;
}
.comanda-telefon .text-comanda {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
        margin-top: 65px;
}
.comanda-telefon .numar-telefon {
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    color: #0D9445;
    font-weight: 700;
    margin-top: -45px;
  
}

.green-right {
    font-family: 'Lato', sans-serif;
	font-size:23px;
	color:#fff;
	font-weight: 300;
    
    margin-top: 260px!important;

}
.green-right ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.green-text p {
	position: relative;
    margin: 15px;
	color: #333;
	font-size: 19px;
	font-weight: 400;
	background-color: #fff;
        padding: 10px 20px 10px 90px;
        border-radius: 20px;
}
.green-right h1 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.green-right .textwidget > div {
    font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 60px;
	color: #003D78;
}
.green-text p:before {
	content: "";
	background: url(img/rectangle_4.png) no-repeat;
	font-size: 16px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
left: 5%;
   top: 14px;
}
.grn-row .so-panel.widget.widget_sow-editor{
    
margin-bottom: 0px!important;
}
.buton-comanda {
    max-width: 255px;
    margin: 0px auto 20px auto;
    position: relative;
    z-index: 999;
}

.ingrediente {
        color: #8EB45C;
    font-size: 14px;
    text-align: center;
        margin-top: -25px;
}
.left-girl-img p, .right-img-holder p {
	margin: 0px;
}
.align-items-center {
    align-items: center!important;
}
.first-txt i {
    color: #FF3673;
}
.first-txt.list p {
    color: #02274C;
    font-weight: 700;
}
.text-test h2 {
        font-family: 'Lato', sans-serif;
        font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
        margin-top: 290px;
}
.text-test p {
        position: relative;
    line-height: 1.5;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
.text-test .mess-test {
    font-size: 32px;
    margin-bottom: 0px;
}
.grn-row {
 background-size: inherit!important;
 background-repeat: no-repeat;
 position: relative;

    height: 740px;
}
.grn-row .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.ingred-txt h1 {
	color:#FF4C4C;
	font-size: 30px;
	font-weight: 300;
}
.ingred-txt h3 {
	color:#FF4C4C;
	font-size: 30px;
	font-weight: 300;
}
.ingred-txt .textwidget > div {
	color:#FF4C4C;
	font-size: 30px;
	font-weight: 300;
}
.ingred-txt ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
	color:#00994D;
	font-size: 19px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mod-adm h3 {
	color:#FF4C4C;
	font-size: 30px;
	font-weight: 300;
}
.mod-adm .textwidget > div {
	color:#FF4C4C;
	font-size: 30px;
	font-weight: 300;
}
.mod-adm p {
	font-size: 16px;
}
.comanda {
    padding-top: 60px;
}
.comanda-online h1 {
	color:#FF7E2A;
	font-size:40px;
	font-weight: 300;
	margin-bottom: 0;
}
.comanda-online .textwidget > div {
color: #FF7E2A;
    font-size: 55px;
    font-weight: 700;
    margin-top: 65px;
}
.comanda-online h2 {
	color:#ff4646;
	font-size:32px;
	font-weight: 300;
	margin-top: 0;
}
.comanda-online span {
    font-family: 'Lato', sans-serif;
    color: #0D9445;
    font-size: 19px;
    font-weight: 400;
}
.titlu-produs {
    color: #02274C;
}
.caldera-grid .form-group {
    margin-bottom: 15px;
    text-align: center;
}
.caldera-grid .checkbox {
    font-size: 15px;
    font-family: 'Montserrat';
}
.caldera-grid .checkbox input[type=checkbox] {
    margin-top: 5px;
}
input, textarea {
	background-color: #F0F0F0 !important;
	border-radius: 5px !important;
	text-indent: 20px;
	padding: 25px 0px !important;
	box-shadow: 0px !important;
}
.caldera-grid .form-control {
	border:0px !important;
	font-family: 'Lato', sans-serif;
}
.caldera-grid .form-control:focus {
	box-shadow: none !important;
	border:0px !important;
}
textarea {
	resize: none;
}
.total h3 {
    font-family: 'Lato', sans-serif;
	margin: 0px;
	color:#0D9445;
	font-size: 30px;
	font-weight: 300;
}
option {
  color:#fff !important;
}
option:selected {
		 color:#fff !important;
	 }
select option {
    color:#fff !important;
		font-family: 'Raleway', sans-serif !important;
}
select option[val="70"]{
    color:#fff !important;
}
select option[val="110"]{
    color:#fff !important;
}
select option[val="150"]{
    color:#fff !important;
}
.cantitate select {
	background-color: #0D9445!important;
	color:#fff !important;
	border-radius: 5px !important;
	height: 50px !important;
	-moz-appearance:none !important;
  -webkit-appearance:none !important;
  appearance:none !important;
	background-image: url(img/path_11.svg) !important;
	background-repeat: no-repeat !important;
    background-position: right 2.6rem center;
    background-size: 20px;
    
    
}
.cantitate select:focus,
.cantitate select:active,
input:focus,
textarea:focus,
input:active,
textarea:active {
	border: none !important;
	box-shadow: 0px !important;
}
.cmd-btn {
 

 
 color: transparent!important;
        padding: 50px 145px!important;
    content: "";
    background-image: url(img/buton_2.png)!important;
    background-repeat: no-repeat!important;
    display: block!important;
        border-color: transparent!important;
        background-color: transparent!important;
}
.gdpr {
    font-family: 'Lato', sans-serif;
    color: #003d78;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 0px;
}
.detalii {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.checkbox-gdpr {
       text-align: left!important;
}
.checkbox-gdpr input {
    background-color: #fff !important;
    border-radius: 5px !important;
    text-indent: 20px;
    padding: 25px 0px !important;
}
.detalii a {
    color: #ff4646;
}
.tel a {
	padding-left: 5px;
	padding-top: 13px;
}
	.comanda .slim {
   font-family: 'Lato', sans-serif;
    color: #F84848;
    font-size: 24px;
    font-weight: 400;
    padding: 0px;
        padding-left: 10px;
	}  
	
.comanda .titlu-comanda {
   font-family: 'Lato', sans-serif;
    color: #F84848;
    font-size: 24px;
     display: inline-block;
    font-weight: 700;
    padding: 0px;
    margin-bottom: -50px;
	}
.comanda:before{
    content: url(/wp-content/uploads/2018/10/adipex-telefon.png);
    display: block;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 20px;
}
	

	.tel a {
	   font-family: 'Lato', sans-serif;
        color: #0D9445;
        font-size: 60px;
        display: block;
        float: none;
        font-weight: 400;
        padding: 0px;
	}
	.tel a:hover{
	    text-decoration: none;
	}
.site-footer {
	background-color: #0D9445!important;
	color:#fff;
	font-size: 16px;
}
.ingred-txt p {
	font-size: 19px;
}
.site-info {
	padding:20px;
}
.ingred-txt.obt h2 {
	font-size:25px;
	color:#FF4D4D;
	font-weight: 300;
}
.ingred-txt.obt p {
	font-size:19px;
}
.thank-you {
	height:75vh;
}
.thank-you h1 {
	line-height:50vh;
	font-size: 4rem;
}
.btn.btn-default.contact {
	border-radius: 8px !important;
    padding: 10px 20px 10px 0px !important;
    text-align: center !important;
    display: table;
        font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    background-color: #FF3A3A!important;
    padding: 10px 50px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(113, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 12px 0px rgba(184,72,166,1);
}
.btn.btn-default.contact:hover {
     background-color: #fff!important;
     color: #FF3A3A!important;
     border: 1px solid #FF3A3A!important;
}
.contact-holder {
	margin-top:200px;
	margin-bottom:180px;
}
.benef-txt h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}
.benef-txt .textwidget > h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	
     line-height: 1;
}

.right-img-green {
	
}
.farmacii p {
    font-size:22px !important;
}

/*GDPR*/

.txt-gdpr p,
.txt-gdpr li {
    font-size: 16px!important;
}

.txt-termeni {
    margin-top: 80px;   
}

.wpgdprc p {
    font-size: 15px!important;
}

.consent-gdpr {
    padding: 20px 0!important;
    font-size: 15px!important;
}

.site-info {
    text-align: center;
    color: #fff;
}

.info-gdpr,
.info-gdpr a {
	color: #fff;
	text-align: center;
}
#comments {
	display: none;
}
#respond {
	display: none;
}
#reply-title {
	display: none;
}
.single-product #secondary{
	display: none;
}
.woocommerce-product-details__short-description{
	font-size: 2rem!important;
}
.woocommerce{
	font-size: 2rem!important;
}
.variations .label{
	color: #000!important;
	font-size: 2rem!important;
}
.woocommerce div.product form.cart .variations select {
    padding: 15px;
	font-size: 2rem!important;
}
.woocommerce .quantity .qty {
   
    color: #000;
    font-size: 20px;
}
.woocommerce div.product form.cart .button {
    
    padding: 21px 100px;
    text-align: center;
    font-size: 30px;
}
.woocommerce div.product form.cart .button {
    
    float: none!important; 
}
.product_meta, .woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

/*.woocommerce-ordering {
	display: none!important;
}*/
/*.related .products{
	display: none!important;
}
section .related .products {
	display: none!important;
}*/
.single-product .nav-links{
	display:none;
}
.additional_information_tab {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px!important;
}
.woocommerce-billing-fields {
	font-size: 15px!important;
}
 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
   
    font-size: 14px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #E53B3B!important;
}
.woocommerce div.product span.price {
	color: #005ce6!important;
	font-size: 25px!important;
}
.woocommerce-billing-fields h3{
	background-color: #000;
    padding: 10px;
    
    color: #fff;
    max-width: 300px;
}

.woocommerce form .form-row .input-checkbox {
   
    margin: 14px 15px 0 -20px!important;
   
}
.woocommerce-privacy-policy-text{
	margin-bottom: -30px;
}


input[type=radio] {
   
    height: 25px!important;
    width: 25px!important;
}
.woocommerce-variation-price {
	text-align: center;
}
.btn-back a{
	background-color: #E53B3B;
	padding: 10px;
	text-decoration: none!important;
	color: #fff!important;
	font-size: 24px;
}

.woocommerce div.product form.cart .variations select {
	max-width: 85%!important;
}
.woocommerce-loop-product__title {
	/*height: 60px;*/
	color:#000;
}
.woocommerce a.button, .woocommerce div.product form.cart .button{
	color: #fff!important;
    background-color: #e2151e!important;
	border-radius: 5px!important;
	border: 0;
	font-size: 18px;
}
.woocommerce .woocommerce-ordering select {
    
    padding: 10px;
    font-size: 18px;
}
.produse-woo p{
	font-size: 22px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}
.woocommerce a.button:hover, .woocommerce div.product form.cart .button:hover{
	background-color: #000!important;
	color: #fff!important;
}
/*.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	transform: scale(1.2);
}*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	transition: transform .4s;
}
.xoo-cp-qtybox input{
   
    padding: 5px 0px !important;
  
}
.woocommerce-checkout select option {
    color: #000 !important;
    font-family: 'Raleway', sans-serif !important;
}
.woocommerce-checkout #billing_city{
	height:35px;
}
.woocommerce ul.products li.product .price{
	color: #000!important;
}
.woocommerce span.onsale{
	background-color:  #000!important;
	padding: 0px 10px!important;
	border-radius: 0!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000!important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    
    border: 1px solid black;
    padding: 20px;
}


/* COSTIN */
.custom-logo {
    filter: invert(100%) sepia(100%) saturate(10%) hue-rotate(349deg) brightness(150%) contrast(91%) !important;
}
.prod-link-home {
	margin: 0 auto;
	text-align: center;
	color: #fff!important;
	font-size: 16px;
	background: #000;
	padding: 10px 20px;
	display: block;
	width: 200px;
	text-decoration: none;
	margin-top: 10px;
	border: 2px solid #000;
}
.sil-prod:hover {
	box-shadow: 0px 0px 50px -5px rgb(0 0 0 / 30%);
}
.sil-prod:hover .prod-link-home  {
	background: #fff;
	color: #000!important;
}
#menu-stanga {
	float: right;
}
.nav-head-a {
	color: #fff!important;
	text-decoration: none!important;
	background: #000;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 20px;
}
.nav-head-a {
	color: #fff!important;
	text-decoration: none!important;
}
@media (max-width: 1366px) and (min-width: 781px) {
	#ingrediente {
		padding-top: 400px!important;
	}
}
@media (max-width: 900px) and (min-width: 781px) {
	#ingrediente {
		padding-top: 100px!important;
	}
}
@media (max-width: 1280px) {
	.nav-head-a {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	.header-old {
		display: none!important;
	}
	.nav-head-a {
	   position: relative;
       top: 40px;	
	}
	
}
@media (max-width: 767px) {
	.header-new {
		display: none!important;
	}
	.nav-head-a {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
	.menu-toggle {
		display: none;
	}
}



.xoo-cp-qty {
    background: #fff !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-width: 60px !important;
}

.xoo-cp-btns a {
    color: #fff !important;
}

#wbfr_cnp_field, #woocommerce_billing_fields_ro {
    display: none !important;
}

.vizibil-mobil {
    display: none !important;
}

.nav-head-a {
  background: #e1501b !important;
}

.page-id-882 .site-content {
    background: #f9f9f9 !important;
}

/*.page-id-882 img {
    background: #fff;
}
*/
.page-id-882 .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    border: none !important;
}

.site-footer ul li {
    list-style: none !important;
}

.site-footer ul li a {
    color: #fff !important;
}

.site-footer {
    padding-top: 40px !important;
}

.site-footer h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-left: 85px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0px!important;
	min-height: 65px;
}

.bottom-bar {
    background: #f33000;
     position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  padding: 15px 0;
  display: none;
}
.bottom-bar p {
    margin: 0;
    text-align: center;
}
.bottom-bar p a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .vizibil-desktop {
	    display: none !important;
	}
	.vizibil-mobil {
    display: block !important;
}
	.woocommerce-loop-product__title {
	height: 80px;
	
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0.5em 0!important;
}	
	.woocommerce ul.products li.product .price {
    
    height: 40px;
}
}
@media screen and (max-width: 480px) {
    .bottom-bar {
  display: none;
}
.home .bottom-bar {
  display: block !important;
}
}