/*
Theme Name: Capsula de Slabit
Theme URI: http://underscores.me/
Author: Happy Advertising
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capsula-de-slabit
Tags:

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.

Capsula de Slabit is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
/*------------------------------------*\
    HAMBURGER
\*------------------------------------*/

.hamburger {
	display: none;
	background: transparent;
	height: 30px;
	width: 40px;
	float: right;
	cursor: pointer;
    position: absolute;
    right: -75% !important;
    top: 25px !important;
    z-index:999;
}
.hamburger span {
	width: 100%;
	margin-top: 15px;
	transform: translateY(-50%);
	height: 3px;
	background: #339D55;
	position: relative;
	display: block;
	transition: all 0.3s;
}
.hamburger span:after {
	content: "";
	width: 40px;
	bottom: -10px;
	height: 3px;
	background: #339D55;
	display: block;
	position: absolute;
	transition: all 0.3s;
}
.hamburger span:before {
	content: "";
	width: 40px;
	top: -10px;
	height: 3px;
	background: #339D55;
	display: block;
	position: absolute;
	transition: all 0.3s;
}
.hamburger.active span {
	width: 0%;
}
.hamburger.active span:before {
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
}
.hamburger.active span:after {
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
}

/*------------------------------------*\
  HAMBURGER END
\*------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
   font-family: AlfaSlabOne;
   src: url('fonts/AlfaSlabOne-Regular.ttf');
}
@font-face {
   font-family: MontserratBold;
   src: url('fonts/Montserrat-Bold.ttf');
}
@font-face {
   font-family: Slabo13;
   src: url('fonts/Slabo13px-Regular.ttf');
}
@font-face {
   font-family: MontserratRegular;
   src: url('fonts/Montserrat-Regular.ttf');
}
body h1, body h3, body h6, body h4 {
	   font-family: MontserratBold;
}
.main-slide p {
	  font-family: AlfaSlabOne;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
  overflow-x:hidden;
  max-width:100%;

}
a#scroll-to-top {
	z-index: 999;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: #fff !important;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	left:0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	transition: 0.4s;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#fff;
	text-decoration: none;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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;
}

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

.aligncenter {
	clear: both;
/*	display: block;*/
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;

}

/*--------------------------------------------------------------
# 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;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}

.entry-title, .entry-footer, .entry-header, .menu-toggle, .current_page_item {
  display: none;
}
header {
	width:100%;
	height:150px;
}
.logo {
	text-align: center;
	margin: 0 auto !important;
	float: none !important;
	position: relative;
}
.logo a {
	display: block;
	font-size:33px;
	text-transform: uppercase;
	color:#339D53;
	font-weight: 600;
	z-index: 1;
	top:20px;
}
.logo a:hover {
	color:#339D53 !important;
	text-decoration: none;
}
.logo a:after {
 	content:"";
	position: absolute;
	background-image:url(img/logo-img-xs.png);
	background-size:cover;
	background-position:center;
	width: 105px;
	height:65px;
	text-decoration: none;
	top:50px;
	right: 41%;
	z-index:-1;
}
.pret-numar {
	margin-top:10px;

}
.pret-numar a, .pret-numar p {
	font-size:18px;
	text-align:center;
	font-weight:400;
	color:#339D54;
}
.comanda-submit {
	margin:0 auto !important;
	display: table !important;
	float:none;
}
.pret-numar a:hover {
	color:#339D54 !important;
	text-decoration: none;
}
.produs-img4 .sow-image-container {
	min-height:250px !important;
}
.pret-class {
	font-size:30px;
	text-align:center;
	font-weight:700;
	color:#000;
	font-style: italic;
}
.pret-class p > span {
   font-size:17px;
	text-align:center;
	font-weight:700;
	color:#D32C31;
	font-style: italic;
text-decoration: line-through;
}
nav {
    background-image:none;
}
.nav {
    width: 100%;
    height: 50px;
    top: 81px;
    left: 0;
    line-height: 50px;
    position: absolute;
    z-index: 111;
    transition: all 0.4s;
    background-color: #F64747;
}
.nav a {
	font-weight: 600;
	color:#fff;
	text-transform: uppercase;
	position: relative;
outline:none !important;
font-size:13px;
}
.nav a:after {
	content: "";
	position: absolute;
	height: 6px;
	background-color: #fff;
	display: block;
	width:100%;
	opacity: 0;
	left: 0%;
	bottom: -17px;
	transition: all 0.4s;
}
.farmacii #pg-210-0 .lsow-row {
    padding-top: 80px;
}
.nav a:hover:after {
	opacity: 1;
}
.nav a:hover {
	color:#fff;
	text-decoration: none;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.nav ul li {
	width:12.1%;
	text-align:center;
	display: inline-block;
}
.main-slide {
	width: 100%;
  height: auto;
	max-height:570px;
}
#pgc-2-3-1 {
	padding:0px !important;
}
#pg-2-1 {
	display: none;
}
.first-heading .textwidget p {
   color:#339D54 !important;
	 font-size:48px !important;
	 /*font-style:italic;*/
	 line-height: 1;
	 font-weight: 700;
	 text-shadow: none !important;
	 padding-left:95px;
	 font-family: 'Lato', sans-serif;
}

/*.link-txt a:first-of-type {
	 display: table;
   background-color:#F64747;
	 font-size:16px;
	 float:right;
	 color:#fff;
	 font-weight: 900;
	 text-transform: uppercase;
	 padding:12px 20px;
	 transition: 0.4s;
	 font-style: normal;
	 font-family: sans-serif;
	 margin-left:50px !important;
}*/
.link-txt p > span {
	padding-left:180px;
}
.link-txt a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #339D55;
}
.prod-image .sow-image-container a {
	position: relative;
	display: block;
	bottom: 110px;
	width: 260px;
	left: 85px;
}
.main-first-row {
  margin:0px;
  padding:0px;
  margin-top: 50px!important;
}
.main-first-row p {
	margin:0 !important;
}
#pg-2-5, #panel-2-7-0-0 {
	margin-bottom: 0px !important;
}
.main-first-row .so-panel.widget.widget_sow-image.panel-first-child, .main-first-row .so-panel.widget.widget_sow-image.panel-last-child {
	margin-bottom:0px !important;
}
.right-prd-img {
}
.right-prd-img .sow-image-container img {
	width:55% !important;
}
.right-prd-img .sow-image-container {

}


#pg-2-0 {
  margin-bottom:0px !important;
}
.prod-image .sow-image-container a img {
	display: block !important;
  width:100%;
}
.link-txt p {
	color: #fff; !important;
	font-size: 26px !important;
	/*font-style: italic;*/
	font-weight:400;
	text-shadow: none !important;
	margin-left:55px !important;
	font-family: 'Lato', sans-serif;
	padding-left: 45px;
}
.right-txt h1 {
	font-size:45px;
	color:#339D53;
	font-weight: 900;
	font-style: italic;
	font-family: AlfaSlabOne;
}

.right-txt h6 {
	font-size:21px;
	color:#e74c3c;
	font-weight: 600;
	font-style: italic;
	position: relative;
	text-indent:35px;
	line-height: 1;
}
.right-txt h6:before {
	/*content: "";
	position: absolute;
	background-image:url(img/green-check.png);
  width:25px;
	height:25px;
	left:0;
	top:-6px;
	background-repeat: no-repeat;*/
}
.right-txt h4 {
	font-size:22px;
	color:#339D53;
	font-weight: 900;
	font-style: italic;
}
.right-txt ul {
	list-style-image: url(img/check2.png);
	font-family: MontserratRegular;
	margin:0;
	padding:0;
	font-size:17px;
}
.left-grl img {
	width:60%;
}
.left-txt-second {
	background-color: #ECECFB;
}

.multumim h1 {
	text-align:center;
	display: block;
	font-family: MontserratBold;
font-weight:900;
font-size: 75px;
font-style:italic;
color:#339D53;
margin-top:250px;
margin-bottom:270px;
}
.left-txt-second {
	position: relative;
	z-index:1;
}


.left-txt-second h1 {
	font-size:40px;
 color:#339D53;
 font-weight: 900;
 font-style: italic;
}
.left-txt-second h2 {

}
.left-txt-second p {
	font-weight: 600;
	color:#1F1F2D;
	font-size:16px;
  padding-bottom: 10px;
	display: inline-block;
	line-height: 1;
}
.left-txt-second li:nth-of-type(2) p {
	margin-top: -30px;
	display: block;
	margin-left: 33px;
}
.left-txt-second {
	padding-left:200px !important;
}
#pg-2-1 {
	margin-bottom: 0px !important;
}
ul.steps {
	list-style: none;
}
.left-txt-second p span {
	color:#339D53;
	display: block;
	font-size:25px;
	font-weight: 900;
}
.left-txt-second ul {
	list-style-image: url(img/list-image.png);
}
.left-txt-second ul.steps {
	list-style: none;
}
.left-txt-second ul.steps  li {
	font-weight: 600;
	color:#1F1F2D;
	font-size:16px;
	padding-bottom: 10px;
}
.left-txt-second ul.steps  li > h3 {
	font-size:35px;
	color:#339D53;
}
.lower-left-txt-list-items {
	padding:50px 0px;
	margin-left:35px;
}
.lower-left-txt-list-items ul {
	list-style-image: url(img/check.png);
	margin:40px auto;
	display: table;
}
.lower-left-txt-list-items ul li {
	font-size:22px;
}
.lower-left-txt-list-items h1 {
	font-size:49px;
 color:#339D53;
 font-weight: 700;
 font-style: italic;
 font-family: AlfaSlabOne;
 margin:40px 0px 0px;
}
.lower-left-txt-list-items h4 {
	font-weight: 200 !important;
	color:#e74c3c;
}
.reduce-holder, .reduce-holder2, .reduce-holder3, .reduce-holder4  {
	z-index:99;
	position: relative;
}
.reduce-holder2 {
	left:40px;
	top:35px;
}
.reduce-holder3 h3 {
	padding-right: 30px;
}
.reduce-holder .icon_image, .reduce-holder2 .icon_image, .reduce-holder3 .icon_image, .reduce-holder4 .icon_image, .reduce-holder5 .icon_image {
	background-color:#fff;
	border-radius: 50%;
	border: 1px solid #339D53;
}
.reduce-holder .icon_image, .reduce-holder2 .icon_image, .reduce-holder3 .icon_image, .reduce-holder4 .icon_image, .reduce-holder5 .icon_image  {
	width: 35%;
	padding: 30px 10px;
	margin:0 auto;
}
.reduce-holder .icon_image img, .reduce-holder2 .icon_image img, .reduce-holder3 .icon_image img, .reduce-holder4 .icon_image img, .reduce-holder5 .icon_image img {
	margin:0 auto;
}
.reduce-holder h3, .reduce-holder2 h3, .reduce-holder3 h3, .reduce-holder3 h3, .reduce-holder4 h3, .reduce-holder5 h3 {
	font-weight:400;
	font-size:19px;
	font-family: sans-serif;
}
.ingrediente p {
	color:#339D53 !important;
	font-size: 40px !important;
  font-style: italic;
	font-weight: 600;
	line-height: 1;
	margin:0 !important;
}
.phone  {
	color:#1B4F80 !important;
	font-size:15px !important;
  display: table;
  font-weight: 900 !important;
  float:right;
  font-style: italic;
  font-family: MontserratBold;
}
.phone:hover {
  text-decoration: none;
	color:#1B4F80 !important;
}
.radial-green-section {
	height:620px !important;
	position: relative;
	z-index:-1;
}
#panel-2-4-0-0, #panel-2-1-0-0 {
	margin:0px !important;
}
.ingr-row {

}
#row-ingr-outter {
}
.ingrediente-holder {
	position: relative;

}
.ingred-sv-box p {
 	display: block;
	position:relative;
	}
.ingred-sv-box p:before {
   content:"";
	 position: absolute;
	 display:block;
	 background-image:url(img/green-circle.png);
	 background-size:contain;
	 background-position:center center;
	 background-repeat:no-repeat;
	 width:16px;
	 height:16px;
	 left: -23px;
	 top: 2px;
}
.ingrediente-holder .so-panel.widget.widget_service-box {
	margin-bottom:0px !important;
}
.right-ingr-prod img {
	width:60% !important;
}
.right-ingr-prod .sow-image-container {
   position: relative;
}

.ce-contine {
	padding-top:20px;
}
.right-ingr-prod .sow-image-container:after {
	display: none !important;
}
.lsow-heading.lsow-style3 .lsow-title:after {
    width: 35px;
    height: 5px;
    background: #339D55;
    display: block;
    content: "";
}
.pret-anchor {
	height:1%;
}
.livrare-heading .lsow-heading {
    margin: 0 auto 0px !important;
}
.livrare-heading p {
    font-weight:500;
    color:#F64747;
}
.ce-contine .lsow-heading.lsow-style3 .lsow-title, .ce-contine .lsow-heading.lsow-style3.lsow-alignleft, .ce-contine .lsow-heading.lsow-style3.lsow-alignright
 {
	margin-bottom:0px !important;
}
.british-pharma img {
	width:10% !important;
}
.se-admin h1 {
  color:#F64747;
  font-weight:300;
font-size:18px;
}
.se-admin h2 {
   color:#339D55;
   font-weight:400 !important;
   font-size:15px;

}
.ce-contine h3 {
	color:#339D55 !important;
}
.produs-img img {
	width:66% !important;
}
.girl-ingr-img {
	display: none;
	border-radius: 50%;
	z-index:99;
	display: block;
	background-color: #fff;
	background-image: url(img/capsula04.jpg);
	width: 380px;
	height: 380px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #333 !important;
}
.first-ingred {
	width:400px;
	height:400px;
	bottom: -139px;
	border-radius: 40%;
	border-image:url(img/apple-bg.png);
	}
	/*
.second-ingred {
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-right: 440px solid red;
	border-bottom: 200px solid transparent;
	position: absolute;
}
.third-ingred {
    width: 0;
    border-left: 270px solid transparent;
    border-right: 280px solid transparent;
    border-bottom: 440px solid red;
		position: absolute;
}
.fourth-ingred {
	width: 0;
	height: 0;
	border-left: 220px solid transparent;
	border-right: 220px solid transparent;
	border-top: 350px solid red;
	position: absolute;
}
.fifth-ingred {
	width: 0;
	height: 0;
	border-top: 200px solid transparent;
	border-right: 440px solid red;
	border-bottom: 200px solid transparent;
	position: absolute;
}*/

.radial-green-section p a {
	pointer-events: none;
}
.radial-green-section .sow-slider-image.cycle-slide.cycle-slide-active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,bee0c9+100 */
background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 65%,#bee0c9 120%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 65%,#bee0c9 120%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ffffff 65%,#bee0c9 120%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bee0c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
z-index:-1;
height:620px;
}

.main-slide .sow-slider-image.sow-slider-image-cover.cycle-slide.cycle-slide-active {
	max-height:570px !important;
}
.main-slide .sow-slider-image.sow-slider-image-cover.cycle-slide.cycle-slide-active {
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
}
.sow-slider-base, .sow-slider-base ul.sow-slider-images, .sow-slider-image.cycle-slide.cycle-sentinel, .sow-slider-image-container, .sow-slider-image-container {
	overflow: visible;
	visibility: visible;
}
.radial-green-section .sow-slider-image-container:after {
	content:"";
	position: absolute;
	top:0px;
	left:43%;
	background-size:contain;
	background-image:url(img/capsula01.jpg);
	background-repeat: no-repeat;
	z-index: -1;
	display: block;
	width: 456px;
	height: 570px !important;
}
.radial-green-section .sow-slider-image.cycle-slide.cycle-slide-active {
	height: 620px !important;
}
.radial-green-section:after {
	position: relative;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image {
	overflow:visible !important;
}
.ingrediente p {
	padding-left:100px;
}
.ingrediente {
	position: relative;
}
.cartofi-dulci {
	position: absolute;
	right: 310px;
	 top: 75px;
	 width:30%;
}
.cartofi-dulci .textwidget {
	 margin-left: 30%;
}
.garcinia {
	left:25%;
	width:30%;
}
.garcinia p, .nuca p, .mar p, .kiwi p, .cartofi-dulci p {
	margin:0 !important;
	color:#000 !important;
  text-shadow: none !important;
	font-size:16px;
	text-transform:uppercase;
}
.tests-holder {
	background-color:#F3F3FC;
	display: none;
}
.testimoniale-holder {
	padding:80px 0px;
}
.testimoniale-holder h3 {
	font-family: sans-serif;
	font-size: 16px;
}
.content h3 {
	text-indent: 35px;
}
.testimonial-one .content p, .testimonial-two .content p, .testimonial-three .content p {
   background-color:#ECECFB;
	 border-radius:6%;
	 padding:10px 25px;
	 position: relative;
	 z-index:799;
}
.famacii-heading h3 {
   font-size:22px !important;
   margin-bottom:0px;
}
#pg-2-6 {
	margin:0px !important;
}
.testimonial-one .icon_image {
    position: absolute;
    z-index: 800;
    transform: translateX(-70%) translateY(-14%);
}
.testimonial-one, .testimonial-two, .testimonial-three {
    margin-left: 75px;
}
.testimonial-two .icon_image {
    position: absolute;
    z-index: 800;
    transform: translateX(-70%) translateY(-14%);
}
.testimonial-three .icon_image {
    position: absolute;
    z-index: 800;
    transform: translateX(-70%) translateY(-14%);
}
.nuca {
    position: absolute;
    left: 59%;
    top: 41%;
}
.nuca .textwidget {
}
.mar {

}
.kiwi {
    position: absolute;
    bottom: 0%;
    right: 27%;
}
.testimoniale-heading h3 {
   font-size:45px;
	 color:#339D53 !important;
	 font-weight: 900;
	 font-style:italic;
}
.testimonial-one, .testimonial-two, .testimonial-three {
}
.livrare-heading h3 {
	  color:#339D53 !important;
		font-style: italic;
		margin-bottom:0px !important;
}
.post-edit-link {
	display: none;
}
.comanda-acum-intern a {
	display: table;
	background-color: #339D53;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px 20px;
	transition: 0.4s;
	font-style: normal;
	text-align: center;
	margin:0 auto;
}
.comanda-acum-low a {
	display: table;
	background-color: #F64747;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px 20px;
	transition: 0.4s;
	font-style: normal;
	text-align: center;
	margin:0 auto;
}
.comanda-acum-low a:hover {
	   background-color: #339D53;
		 color: #fff;
		 text-decoration: none;
}
.contact-heading h3 {
	font-size:35px !important;
	color:#339D52 !important;
	padding-top:100px;
	font-style: italic;
}
.contact-head2 h3 {
	color:#339D52 !important;
	font-size:45px !important;
	font-style: italic;
}
.formular-head h3 {
	color:#F64747 !important;
	font-size:20px !important;
	font-style: italic;
	font-weight: 200 !important;
}
.formular-head .lsow-heading {
    margin: 0 auto 0px !important;
}
.pret-numar h4 {
      font-weight: 400;
    color: #F64747 !important;
    font-size:16px;
      font-style:normal;
}
.contact-prod-row {
	padding-bottom:50px;
}
.contact-info p {
   color:#A7A7B7;
	 font-size: 16px;
}
.caldera-grid .btn-default {
	display: table;
	background-color: #F64747 !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	padding:8px 20px !important;
	transition: 0.4s !important;
	font-style: normal !important;
	box-shadow: none !important;
	text-shadow:none !important;
}
.international-heading h3 {
    color:#339D53;
    font-size:35px;
    font-weight:700;
    margin-top:100px;
}
.pareri-heading h3 {
	padding-top:100px;
	color:#339D52 !important;
 font-size:45px !important;
 font-style: italic;
}
/*-----------------------------Footer------------------------------*/
footer {
	background-color:#F64747;
	color:#fff;
}
footer .capsula-title p {
	text-align: center;
	color:#fff;
	font-size: 25px;
	font-weight: 900;
	padding:5px 0px;
	margin: 0;
}
footer .copyright {
	text-align: center;
	padding:5px 0px;
}
footer .copyright p {
	margin:0;
}
/*---------------------------Footer-End---------------------------*/

/*-------------Comment Form-------------*/
.form-submit .submit {
  width:20% !important;
  display: block !important;
  width: 240px;
  color: #fff !important;
  text-shadow: none !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  background-color: #881641 !important;
  cursor: pointer;
  position: relative;
  top: 20px;
  margin: 0 auto;
  box-shadow: none !important;
  border:none !important;
  font-family: 'Helvetica Neue' !important;
}
.comment-respond {
    width: 50%;
    float: left;
}
.comment-rating {
  padding:0px;
  margin:0;
	display: none;
}
.comment-rating .star {
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 5px;
	float: left;
}
.says {
display: none;
}
.commentratingbox {
    height: 28px;
}
.commentrating {
    width: 24px;
    height: 100%;
    cursor: pointer;
    margin: 0;
    background: url('img/star_empty.png') no-repeat center;
    text-indent: -999999px;
    transition:all 0.4s;
}
.commentrating.hover, .commentrating.checked {
    background: url('img/star.png') no-repeat center !important;
}
.commentrating:hover {
  background: url('img/star.png') no-repeat center !important;
}
#commentform label {
    clear: both;
    display: block;
    float: none;
    color:#A7A7B7 !important;
    font-weight:300;
}
#commentform textarea, #commentform input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.comment-respond #commentform textarea, .comment-respond #commentform input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-respond #commentform textarea:focus, .comment-respond #commentform input:focus {
    border-color:#A7A7B7;
}
#commentform .comment-form-rating label {
    display: inline-block;
    margin-right: 5px;
    color:#A7A7B7 !important;
    font-weight:300;
}
.commentrating input {
    display: none !important;
}
.comment-form-comment textarea {
    resize: none;
    height:100px !important;
}
.caldera_forms_form textarea {
  resize: none;
}
#image {
  border:none !important;
  box-shadow: none !important;
}
.comments-title {
  margin-top:65px;
	text-align: center;
}
#commentform .submit {
  margin-bottom: 55px;
}
p.comment-form-author {
  margin-bottom: 15px;
}
input[type='file'] {
	border: none !important;
	box-shadow: none !important;
	height: 34px;
	padding: 0 !important;1
}
.comment .comment-body {

  margin:30px auto;
  padding:10px 10px;
}
.comment-body p {
  padding:15px 0px;
  font-style: italic;
  font-size: 16px;
  color: #1F1F2C;
}
.comment-name {
  display: block;
  font-size: 18px;
  color: #881641;
  margin-top: 40px;
}
li.star {
  list-style: none;
}
.comment.even {
   list-style: none;
}
.comment.odd {
  list-style: none;
}
.commentlist {
  margin-left:0px;
  padding-left:0px;
}
#commentform center {
  display:none;
}
.comment-image-left {
  padding-top:25px;
}
.comments-area ul {
  margin-left:0px;
  padding-left:0px;
}
.form-group.trimite > div > input {
	background-color: #FF2626 !important;
	color: #fff;
	box-shadow: none;
	border: none;
	font-size: 22px;
	margin: 0 auto;
	display: table;
	text-transform: uppercase;
}
.terms-row a.hvr-grow-rotate:hover {
	text-decoration: none;
}
.g-recaptcha {
	display: table;
	margin:0 auto;
}
a.comanda {
	display: block;
	width: 140px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px !important;
	background-color: #F64747;
	padding: 10px 20px !important;
	cursor: pointer;
	position: relative;
	top: 0px;
	margin: 0 auto;
	pointer-events: visible !important;
}
#submit {
	display: table;
	background-color: #F64747 !important;
	font-size: 16px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px 20px;
	transition: 0.4s;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
}
a.comanda:hover {
	text-decoration: none;
	color:#fff;
}
.comments h2 {
  font-size:45px;
  color:#339D52;
  font-weight: 900;
  font-family: MontserratBold;
  font-style: italic;
}
.form-group.trimite > div > input:hover {
	color:#fff !important;
}
.caldera-grid .form-control:focus {
    border-color: #F64747 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(136,22,65,.075),0 0 8px rgba(136,22,65,.6) !important;
    box-shadow: inset 0 1px 1px rgba(136,22,65,.075),0 0 8px rgba(136,22,65,.6) !important;
}
.comment-respond #commentform textarea:focus, .comment-respond #commentform input:focus {
	border-color: #F64747 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(136,22,65,.075),0 0 8px rgba(136,22,65,.6);
	box-shadow: inset 0 1px 1px rgba(136,22,65,.075),0 0 8px rgba(136,22,65,.6);
}
.comment-author .vcard > .photo, .comment-meta.commentmetadata {
  display: none !important;
}
.fn {
  color:#1F1F2C;
  font-size:16px;
  font-weight:500;
  font-style:normal;
}
.pareri-prod-row {
  position: relative;
}
.pareri-prod-img {
    position: absolute;
		display: block;
		top: 70px !important;
	  /*left: 400px;*/
}
.pareri-prod-img img {
	width:45%;
}
.pareri-comanda a {
  	display: table;
    background-color: #F64747;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: 0.4s;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    position: absolute;
		top: 410px !important;
		right: 240px !important;
}
.pareri-comanda a:hover {
  text-decoration: none;
  color:#fff;
  background-color: #339D55;
}
.pachet-titlu {
  color:#1F1F2D;
  font-weight: 500;
  font-size:20px;
  line-height: 1;
}
.pachet-titlu p {
	margin:0;
}
.pachet-box h3 {
  font-family: MontserratBold;
  font-style: italic;
}
.left-txt-second h3 {
  font-size:20px;
  color:#339D53;
  font-style: normal;
  font-weight: 600;
  font-family: MontserratBold;
  width: 4%;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header.sticky .container nav.nav {
    position: fixed;
    top: 0px;
    left:0;
		z-index:999;
    width: 100%;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 10px 19px -1px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px 10px 19px -1px rgba(0,0,0,0.24);
		box-shadow: 0px 10px 19px -1px rgba(0,0,0,0.24);
}
.header.sticky .nav a:after {
    content: "";
    position: absolute;
    height: 6px;
    background-color: #fff;
    display: block;
    width: 100%;
    opacity: 0;
    left: 0%;
    bottom: -12px;
    transition: all 0.4s;
}
.header.sticky .nav a:hover:after {
  opacity: 1;
}
.farmacii .lsow-heading .lsow-title {
	color:#339D55;
}
.term-lnk a {
   display: block;
   color: #fff;
   text-align: center;
}


/*------------------------------------*\
   Termeni si Conditii

\*------------------------------------*/

.termeni-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #F64747;
    opacity:0.4;
    z-index:99998;
    display: none;
}
.termeni {
 position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background:#fff;
    z-index:99999;
    padding:20px;
    display:none;
}
.term-close {
text-align: right;
    font-size: 30px;
    font-weight: 600;
    color: #F64747;
    cursor: pointer;
    display:table;
    float:right;
    margin-top:-20px;
}
.termeni h3 {
border-bottom:1px solid #F64747;
}

/*------------------------------------*\
   Formular Contact
\*------------------------------------*/

.contact-form-overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #F64747;
    opacity:0.4;
    z-index:99998;
    display: none;
}
.contact-form {
    width:45%;
    min-width: 300px;
    position:fixed;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    background:#fff;
    z-index:99999;
    padding:20px;
    display:none;
}
.contact-close-btn {
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    color: #F64747;
    cursor: pointer;
    display:table;
    float:right;
    margin-top:-20px;
}
.contact-title {
    padding-bottom:10px;
		font-size:30px;
			margin-top:0px !important;
			color:#000;
			text-align: center;
}
.contact-title h3 {
	font-size:30px;
    margin-top:0px !important;
		color:#000;
		text-align: center;
}
.international-forms-holder {
    min-height:500px;
		margin-bottom: -200px;
}
.paypal-holder {

   margin-bottom:110px;
}
.paypal-holder form {
  margin:0 auto;
  display:table;
}

.comanda-paypal {
  margin-bottom:0px;
}
.international-txt {
    color:#339D53;
    font-size:16px;
}
.farmacii-txt {
     margin-left:20px;
     margin-top:20px;
     padding-left:0px;
}
.farmacii-txt p {
  text-align:left !important;
  font-size:15px !important;
}
.termeni .container {
  overflow-y:scroll;
}
.rez-txt h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #333;
}

.link-txt-2 a:first-of-type {
	 display: table;
   background-color:#F64747;
	 font-size:16px;
	 float:none !important;
	 color:#fff;
	 font-weight: 900;
	 text-transform: uppercase;
	 padding:12px 20px;
	 transition: 0.4s;
	 font-style: normal;
	 font-family: sans-serif;
	 margin-left:100px !important;margin-top:-50px !important;
}
.link-txt p > span {
	padding-left:180px;
}
.link-txt-2 a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #339D55;
}
.link-txt p {
    color: #339D54 !important;
    font-size: 26px !important;
    font-style: italic;
    font-weight: 700;
    text-shadow: none !important;
    /* float: left; */
}


.prod-image .sow-image-container a {
    position: relative;
    display: block;
    bottom: 249px;
    width: 260px;
    left: 135px;
}

/*GDPR*/

.site-footer {
    text-align: center;
}

.site-footer a {
    color: #fff;
    font-size: 16px;
}

.prim-paragraf {
    margin-top: 60px;
}

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

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

.wpgdprc p {
    font-size: 12px;
}
.wpgdprc-consent-bar__column {
    font-size: 12px!important;
}
.wpgdprc-button{
    background: #000000!important;
    text-decoration: none;
    color: #f7f6f6!important;
}

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

.button-down{
    margin-top:100px;
    text-align: center;
}
.main-slide{
    padding-top:15px;
}
.paypal{
    text-align:center!important;
}
.buton-pret{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: -100px;
}

.produs-pret{
    margin-top: 0px;
    display: flex;
    justify-content: center;
		margin-left: -10px;
}
.subtitle-prima {
    font-size: 16px;
}

.mai_jos {
    color: #F64747;
    font-size: 48px;
    font-weight: 600;
}
