/*!
Theme Name: lipozene
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: 'Open Sans', 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-color: #F2F2F2!important;
	/* 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: #fff;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding img {
    max-height: 110px;
    width: auto;
    margin-top: 35px;
}
.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; */
		float:right;
}
.main-navigation li {
    padding: 40px 25px 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{
    font-family: 'Fira Sans'!important;
    display: table;
    font-size: 20px;
    color: #FFF!important;
    /*border-radius: 8px;*/
    text-decoration: none;
    background-color: #E23838;
    padding: 5px 15px;
    margin-top: 5px;
    text-transform: uppercase;
    /*-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);
    box-shadow: 0px 6px 12px 0px rgba(113, 0, 0, 0.5);*/
}
.main-navigation li:last-of-type  {
    padding-top: 30px;
    /*background-image: url(https://adipex-slim.ro/wp-content/uploads/2018/10/cta_adipex.png);*/
    /*background-position: center 25px;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}

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

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

.imagine-header-mobile {
    display: none;
}
.slide-holder {
    background-size: initial!important;
    background-repeat: no-repeat;
       /* min-height: 720px;
    background-position: center -200px!important; */
    z-index: 9999;
}
/* 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. */
}
.formular-one  {
    margin-top: -245px;
}
.formular-one .caldera-grid {
    margin-top: -50px;
}
.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;
}

.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;
	margin-top: -30px;
}

/*--------------------------------------------------------------
## 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;
}
.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 20px 0px;
}
.prod-img {
	margin-top: 60px;
}
.prod-img img{
max-width: 115%;


}
.left-txt {
	padding-top: 40px;
	/*padding-bottom: 160px;*/
}
.left-txt.rezultate {
    padding-top: 0;
    padding-bottom: 50px;
}
.arde-adipocite h2 {
    margin-top: -120px;
    color: #00abbf;
    font-size: 45px;
}
.left-txt h1 {
    font-family: 'Lato', sans-serif;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
	padding-top: 0px;
}
.left-txt p {
   font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    z-index: 9;
}
.first-txt .imagine-formular {
        margin-left: -145px;
    margin-top: -108px;
}
.left-txt a {
    font-family: 'Lato', sans-serif;
    display: table;
    font-size: 40px;
    color: #FFF;
    border-radius: 35px;
    text-decoration: none;
    background-color: #F12222;
    padding: 15px 30px;
    margin-top: 125px;
    -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);
    box-shadow: 0px 6px 12px 0px rgba(113, 0, 0, 0.5);
}
.left-txt a:hover {
	text-decoration: none;
}
.first-txt.capsule p {
    font-size: 40px;
}
.first-txt h2 {
    font-family: 'Arial', sans-serif;;
		color: #F12222;
    font-size: 50px;
    font-weight: bold;
		line-height: 58px;
    margin-bottom: 20px;
}
.colorat {
    color: #d41886;
    font-size: 30px;
    line-height: 30px;
}

.page-id-487 .buton-cmd {
    margin: 0 auto;
}
.buton-cmd:hover{
    text-decoration: none!important;
    color: #fff!important;
}
.buton-cmd {
    font-family: 'Fira Sans';
    display: table;
    font-size: 24px;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    background-color: #B71A20 !important;
    padding: 15px 60px;
    margin-top: 30px;

    -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);
    box-shadow: 0px 6px 12px 0px rgba(113, 0, 0, 0.5);
    max-width: 350px;

}
.align-items-center {
    align-items: center!important;
}
.administrare {
    margin-top: 30px;
}
.administrare .first-txt h2 {
    font-family: 'Fira Sans';
    font-size: 24px;
    font-weight: 400;
    font-weight: bold;
}
.first-txt.continut p {
       position: relative;
    margin: 20px 30px;
    color: #333;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
     font-family: 'Fira Sans';
}
.first-txt p {
   position: relative;
   line-height: 28px;
    color: #041237;
    font-size: 16px;
    font-weight: 400;

     font-family: 'Lato', sans-serif;
}
.first-txt .detalii {
   position: relative;
   line-height: 1.7;
    color: #F12222;
    font-size: 15px;
    font-weight: 400;
     font-family: 'Lato', sans-serif;
}
.first-txt li {
    position: relative;
    line-height: 1.4;
    color: #00abbf;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

#pg-9-2 {
    margin-top: 0px;
    margin-bottom: 50px!important;
}
.home-testimoniale {

}
.home-testimoniale p {
    margin-bottom: 0;
}
/* .home-testimoniale img {
    margin-bottom: -15px;
} */
.home-testimoniale h2 {
    /*margin-top: 160px;*/
}
.yt-video p {
    text-align: center;
    margin-bottom: -8px;
}
.yt-video iframe {
    width: 70%;
    height: 400px;
}
.first-txt.list-three {
    padding-left: 20px;
}
.first-txt.list-three p {
    padding-left: 20px;
}
.first-txt.list-three p:before {
    content: "";
    background: url(img/angle_4.png) no-repeat;
    font-size: 16px;
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    left: -22px;
    top: 7px;
}

#pg-9-4 {
    margin-top: 20px;
    margin-bottom: 50px!important;
}
.bg-lipozene {
    background-position: center center;
    background-color: #00abbf;
}
.bg-lipozene .first-txt h2 {
    padding: 20px 0;
    color: white;
}


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

}
.green-right ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.green-right ul li {
	position: relative;
    margin: 15px;
	color: #333;
	font-size: 19px;
	font-weight: 400;
}
.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: #00abbf;
}
.green-right ul li:after {
	content: "";
	background: url(img/rectangle_4.png) no-repeat;
	font-size: 16px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: -30px;
    top: 0;
}
.buton-comanda {
    max-width: 255px;
    margin: 0px auto 20px auto;
    position: relative;
    z-index: 999;
}
.buton-comanda a {
    font-family: 'Lato', sans-serif;
    display: table;
    font-size: 24px;
    color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    background-color: #F84848;
    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);
    box-shadow: 0px 6px 12px 0px rgba(113, 0, 0, 0.5);
}
.ingrediente {
        color: #8EB45C;
    font-size: 14px;
    text-align: center;
        margin-top: -25px;
}
.left-girl-img p, .right-img-holder p {
	margin: 0px;
}
.imagine-produs {
        position: relative;
        margin-top: -530px;

}
.grn-row {
 background-size: inherit!important;
 background-repeat: no-repeat;
 position: relative;
 margin-top: -275px;

    height: 1134px;
}
.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:#F12222 !important;
	font-size:40px;
	font-weight: 300;
	margin-bottom: 0;
}
.comanda-online .textwidget > div {
    color: #F12222;
    font-size: 50px;
    font-weight: 400;
}
.comanda-online h2 {
	color:#ff4646;
	font-size:32px;
	font-weight: 300;
	margin-top: 0;
}
.comanda-online span {
    font-family: 'Lato', sans-serif;
    color: #434343;
    font-size: 19px;
    font-weight: 400;
}
.comanda-online .colorat.pret {
    font-size: 32px;
}
.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: #E8E8E8 !important;
	border-radius: 5px !important;
	text-indent: 20px;
	padding: 20px 0px !important;
	box-shadow: 0px !important;
}
.caldera-grid .form-control {
	border: 1px solid #ccc;
	font-family: 'Lato', sans-serif;
}
.caldera-grid .form-control:focus {
	box-shadow: none !important;
	border: 1px solid #ccc;
}
textarea {
	resize: none;
}
.tel {
    margin-top: 30px;
}
.total h3 {
    font-family: 'Lato', sans-serif;
	margin: 0px;
	color:#434343;
	font-size: 30px;
	font-weight: 500;
}

option {
  color:#fff !important;
}
option:selected {
		 color:#000 !important;
	 }
select option {
    color:#000 !important;
		font-family: 'Open Sans', 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:#E23838 !important;
	color:#fff !important;
	border-radius: 5px !important;
	height: 43px !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 {
    font-family: 'Fira Sans';
    display: table;
    font-size: 16px!important;
    /*color: #fff!important;*/
    border-color: transparent!important;
    /*background-color: #000000!important;*/
    padding: 0px 60px!important;
    /* margin-top: 50px!important; */
    /* background-image: url(https://adipex-slim.ro/wp-content/uploads/2018/10/cta_adipex.png)!important; */
    text-indent: 0;
    background-position: center center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    line-height: 3!important;
    
        height: 52px!important;
    /*-webkit-box-shadow: 0px 6px 12px 0px rgb(255, 152, 212);
    -moz-box-shadow: 0px 6px 12px 0px rgb(255, 152, 212);
    box-shadow: 0px 6px 12px 0px rgb(255, 152, 212);*/
}
.gdpr {
    font-family: 'Lato', sans-serif;
    color: #00abbf;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 0px;
}
.detalii {
    font-family: 'Lato', sans-serif;
    color: #434343!important;
    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: #00abbf;
    font-size: 24px;
    font-weight: 400;
    padding: 0px;
        padding-left: 10px;
	}
	.pret {
	        font-family: 'Lato', sans-serif;
    color: #434343;
    font-size: 19px;
    font-weight: 400;
	}
 .titlu-comanda {
   font-family: 'Lato', sans-serif;
    color: #F12222;
    font-size: 24px;
     display: inline-block;
    font-weight: 700;
    padding: 0px;
    margin-bottom: -50px;
	}
	.titlu-pret {
   font-family: 'Lato', sans-serif;
    color: #F12222;
    font-size: 24px;

    font-weight: 700;
    padding: 0px;
    margin-bottom: 0px;
	}
.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: #434343;
        font-size: 50px;
        display: block;
        float: none;
        font-weight: 400;
        padding: 0px;
	}
	.tel a:hover{
	    text-decoration: none;
	}
.site-footer {
	background: #B71A20 !important;
	color:#fff;
	font-size: 16px;
    margin-top: -30px;
    position: relative;
}
.text-footer {
    position: relative;

}
.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: 20px !important;
    padding: 10px 20px 10px 0px !important;
    text-align: center !important;
    display: table;
}
.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;
}

.info-gdpr,
.info-gdpr a {
	color: #fff;
	text-align: center;
}
.text-buton1{
	transform:translatex(20%);
}
.text-buton2{
	transform:translatex(4%);
}
.slide-holder1 {
    position: relative;
	background-size: initial!important;
    background-repeat: no-repeat;
    min-height: 720px;
    background-position: center -200px!important;
    z-index: 9999;
}
.btn-afla {
    margin-left: -100px;
}
.so-widget-sow-button-atom-ba246196e24f .ow-button-base a{
	background: #FF4444!important;
	border-color: #FF4444!important;
}
.so-widget-sow-button-wire-80b9f61ac81f .ow-button-base a{
	border: 2px solid #213570!important;
color: #213570!important;
}
.beneficii-row h2{
	font-size: 50px;
	line-height: 58px;
	text-align: center;
	color:#FF4444;
	font-weight: bold;
}
.beneficii-row p{
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #041237;

}
.phone-row{
	margin-top:100px;
	margin-bottom: 50px;
}
.text-phone p{
	font-size: 24px;
	line-height: 28px;
	color:#041237;
	text-align: right;
}
.text-phone a{
	color:#FF4444;
	font-size: 60px;
	line-height: 69px;
	text-align: right;
	font-weight: 600;
}

.text-phone{
	transform: translateY(100%);
}


.ingrediente-row{
		margin-top: 50px;
		margin-bottom: 50px;

}
.ingrediente-imagine{
	transform: translateY(50%);
}
.ce-contine-row h2{
	font-size: 50px;
	line-height: 69px;
	text-align: left;
	color:#FF4444;
	font-weight: bold;
}
.ce-contine-row p{
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #041237;
}
.ce-contine-row{
	margin-bottom: -20px;
}
.ce-contine-row ul{

    padding-left: 0;
    list-style: none;
}
.bife-ce-contine h3{
	font-size: 40px;
	color:#02A5B8;
	line-height: 45px;
	font-weight: 700;
}
.ce-contine-row.bife-ce-contine ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://serotoninforte.ro/wp-content/uploads/2019/07/Ellipse-275.png);
    background-size: contain;
    left: -35px;
    top: 10px;
    position: absolute;
    background-repeat: no-repeat;
}
.bife-ce-contine li{
	position: relative;
	line-height: 40px;
	color: #041237;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;

}

.administrare-row{
	margin-top:100px;
}
.administrare h2{
	font-size: 50px;
	line-height: 58px;
	font-weight: bold;
	color:#FF4444;
}
.administrare p{
	font-size: 20px;
	line-height: 28px;
	color:#041237;
}
.carousel-slider .owl-nav.disabled{
	display: block!important;
}
#id-1030 .owl-dots .owl-dot span{
	width: 100px!important;
}
#id-1030 .owl-dots .owl-dot.active span, #id-1030 .owl-dots .owl-dot:hover span{
	background-color: white!important;
	border:1px solid;
}
.comanda-row h2{
	font-size: 50px;
	color:#FF4444;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
 }
.image-row-comanda1{
	transform: translateY(100%);
}
.total h3{
	font-family: 'Lato', sans-serif;
    margin: 0px;
    margin-left: -25px!important;
    margin-right: -25px!important;
    
    font-size: 30px;
    font-weight: bold!important;
    line-height: 34px;
}
.rand-telefon h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.rand-telefon p {
    font-size: 20px;
    margin-bottom: 0px!important;
    color: #fff;
    text-align: center;
}
.rand-telefon a {
    font-size: 35px;
    color: #fff;
    text-align: center;
}
.wp-image-1189{
	margin-top: 5px;
}
/*.produs-stanga{
	margin-top: -100px;
}*/
.grafic-dreapta{
	padding-top: 100px;
}
.first-row p{
	font-size: 20px;
	color: #221E1F;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 500;
}
.first-row h1{
	font-size: 40px;
	color: #1A1A1A;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 57px;
}
.first-row h2{
	font-size: 53px;
	color: #1A1A1A;
	
}
.so-widget-sow-button-flat-495171727f5f .ow-button-base a {
	border: 1px solid #000!important;
	border-width: 1px 1px!important;
	text-decoration: none!important;
	font-size: 1.5em!important;
	font-weight: 600!important;
	font-family: 'Fira Sans'!important;
}
.so-widget-sow-button-flat-1f408a971704 .ow-button-base a{
	text-decoration: none!important;
	font-size: 1.5em!important;
	font-family: 'Fira Sans'!important;
	
}
#pg-w5d9200e05085a-0> .panel-row-style  {
    min-height: 694px;
	background-size: contain;
}
.row-title h2{
	font-size: 50px;
	color: #1A1A1A;
	line-height: 57px;
	font-family: 'Fira Sans';
	font-weight: 600!important;
	text-align: center;
	text-transform: uppercase;
	
}
.first-row h5{
	background-color: #1A1A1A;
	color: #fff;
	font-size: 36px;
	max-width: 476px;
    padding: 10px;
	font-family: 'Fira Sans';
	
	margin-top: 0px;
}
.first-row li{
	list-style: none;
	
}
.first-row li:before{
	content: "\25A0";
	color:#B71A20;
	margin-right: 5px;
	
}
 .first-box span:before{
	content: "\250E";
	color:#B71A20;
	font-size: 30px;
}
/*.first-box span:after{
	content: "\251B";
	color:#B71A20;
	font-size: 30px;
}*/
.first-row li{
	font-size: 16px;
	color: #221E1F;
	line-height: 23px;
	font-family: 'Fira Sans';
	margin-left: -70px;
	font-weight: 600;
}
.third-row li{
	list-style: none;
	
}
.third-row li:before{
	content: "\25A0";
	color:#B71A20;
	margin-right: 5px;
	
}
 
.third-row li{
	font-size: 16px;
	color: #221E1F;
	line-height: 23px;
	font-family: 'Fira Sans';
	margin-left: -70px;
	font-weight: 600;
}
.second-row h3{
	font-size: 26px;
	color: #221E1F;
	line-height: 30px;
	font-family: 'Fira Sans';
	font-weight: 600;
}
.second-row p{
	font-size: 16px;
	color: #221E1F;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 300;
}
	.second-row h4{
	font-size: 20px;
	color: #20C4B8;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 600;
}
.second-row h5{
	background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    max-width: 265px;
    padding: 7px;
	margin-top: 50px;
}
.second-row h6{
	background-color: #1A1A1A;
    color: #fff;
    font-size: 16px;
    max-width: 410px;
    padding: 30px;
	margin-left: 70px;
	margin-top: -24px;
	
}
.third-row h3{
	font-size: 26px;
	color: #B71A20;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 600;
}
.third-row p{
	font-size: 16px;
	color: #221E1F;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 400;
}
.site-header{
	
	background-color: #1A1A1A;
    width: 100%;
}
.first-row{
	padding: 20px;
}
.second-row{
	padding: 10px;
	background-size: contain;
	background-repeat: no-repeat!important;
	background-color: #fff;
}
#pgc-9-2-0{
	background-repeat: no-repeat!important;
}
.third-row{
	padding-left: 10px;
}
.four-row h4{
	font-size: 26px;
	color: #B71A20;
	line-height: 32px;
	font-family: 'Fira Sans';
	font-weight: 600;
}
.four-row{
	padding-bottom: 50px;
	padding-top: 100px;
}
.buton-pret{
	background-color: #B71A20;
	color: #fff;
	font-size: 14px;
	padding: 7px;
    max-width: 100px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Fira Sans';
}
.comanda-buton a {
	background-color: #B71A20;
	color: #fff;
	font-size: 20px;
	padding: 18px;
    max-width: 200px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Fira Sans';
	text-decoration: none;
}
.comanda-buton{
	margin-top: 50px;
	text-align: center;
}
.comanda-row{
	color: #221E1F;
	font-size: 20px;
	line-height: 32px;
}
/*#CF5b1697be18832_1-row-5{
	 background-color:#E23838;
	padding-top: 50px;
	
}*/
#CF5b1697be18832_1-row-6{
	 background-color:#E23838;
	padding-bottom: 30px;
	padding-top: 30px;
}
#pg-285-1> .panel-row-style {
    
    padding: 15px;
}
.site-header .container{
	/*background-color: #000;*/
    
}
.pret-taiat{
	 font-size: 14px;
	text-decoration: line-through;
	color: #221E1F;
}
.caldera-grid .form-control::-webkit-input-placeholder {
   color: #221E1F!important;
}
#pg-w5d9217368f1be-0> .panel-row-style {
    padding-left: 25px;
}
.wp-image-1210{
	position: absolute;
    margin-left: -25px;
    margin-top: -50px;
}
.first-box {
	position: relative;
	padding-top: 30px;
    margin-left: 20px;
}
.wp-image-1209{
transform: translate(-125%, -35%);
float: right;
}
.container {
    padding: 0 0px 15px 0px!important;
}
.wpgdprc p {
    font-size: 12px!important;
}
.wpgdprc-consent-bar__column {
    font-size: 12px!important;
}
.wpgdprc-button{
    background: #000000!important;
    text-decoration: none;
    color: #f7f6f6!important;
}
.produs1 {
  padding: 50px;
  transition: transform .2s;
  margin: 0 auto;
	box-shadow: 3px 3px 3px 3px #F4F4F4;
}
.produs1:hover {
	transform: scale(1.1);
	
}
.produs2 {
  padding: 50px;
  transition: transform .2s;
  margin: 0 auto;
   box-shadow: 3px 3px 3px 3px #F4F4F4;
}
.produs2:hover {
	transform: scale(1.1);
	
}
.produs3 {
  padding: 50px;
  transition: transform .2s;
  margin: 0 auto;
box-shadow: 3px 3px 3px 3px #F4F4F4;
}
.produs3:hover {
	transform: scale(1.1);
	
}
.four-row a{
	text-decoration: none;
}
.buton-pret0 {
    background-color: #E23838;
    color: #fff;
    font-size: 20px;
    padding: 9px;
    max-width: 187px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Fira Sans';
    margin-top: -8px;
}
.produs1 h3{
	font-size: 40px;
	color: #E72238;


}
.produs2 h3{
	font-size: 40px;
	color: #E72238;

}
.produs3 h3{
	font-size: 40px;
	color: #E72238;

}
.wp-image-1162:hover{
	transform: scale(1.3);
}
.wp-image-1162{
  padding: 30px;
  transition: transform .2s;
  margin: 0 auto;
  
	
}
.produs1 p{
	font-size: 16px;
}
.produs2 p{
	font-size: 16px;
}
.produs3 p{
	font-size: 16px;
}
.produs1 a{
	color: #000;
}
.produs2 a{
	color: #000;
	text-decoration: none;
}
.produs3 a{
	color: #000;
}
.comanda-buton1 {
    margin-top: 150px;
    text-align: center;
}
.comanda-buton1 a {
    background-color: #B71A20;
    color: #fff;
    font-size: 30px;
    padding: 18px;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Fira Sans';
    text-decoration: none;
}
#pg-9-0> .panel-row-style {
 height: 709px;
}
#pgc-9-4-0{
	/*height: 427px;*/
}
.so-widget-sow-button-flat-08001377ee4e .ow-button-base a {
font-size: 1.5em!important;
}
.sub-comanda h4{
	font-size: 32px;
	color: #E72238;
}
.folosire-txt h5{
	background-color: #000;
    color: #fff;
    font-size: 16px;
    max-width: 140px;
    padding: 7px;
	margin-top: 50px;
}
.folosire-txt span{
	color: #E23838;
    font-size: 20px;
}
.beneficii-txt p{
	font-size: 16px;
}
.text-sim{
	text-align: center;
}
.so-widget-sow-button-flat-e67ab9abcdb1 .ow-button-base a{
	font-size: 1.5em!important;
}
.wp-image-1060{
	margin-top: 10px;
}
.comanda-telefonica a{
	color: #fff!important;
	text-decoration: none!important;
}
.buton-popup{
background-color: red;
    padding: 10px;
    font-size: 25px;
    color: white;
}
.popup-txt{
	font-size: 18px;
}
.sgpb-popup-close-button-1{
	top: 9px!important;
}
.first-row-home{
	height: 630px;
}
.home-text h3{
	font-size: 40px;
		color: black;
}
.home-text h4{
	font-size: 30px;
		color: red;
}
.home-text h5{
	font-size: 24px;
		color: black;
}
.third-row{
    
    background-repeat: no-repeat!important;
}
/*custom woocommerce*/
#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 {
    display: none!important;
    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: #000!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: 70px!important;
	color:#000;
}
.woocommerce a.button{
	color: #fff!important;
    background-color: #E53B3B!important;
}
.woocommerce .woocommerce-ordering select {
    
    padding: 10px;
    font-size: 18px;
}
.produse-woo p{
	font-size: 16px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}

@media (max-width: 480px) {
/* 	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%!important;
	} */
	.single-product .woocommerce div.product form.cart div.quantity {
		float: none;
	
	}
	.woocommerce ul.products li.product .button {
	   font-size: 18px;
	}
	.single-product .woocommerce div.product form.cart .button {
		    font-size: 22px!important;
		width: 100%;
		margin-top: 20px;
	}
	.stock.in-stock {
		  float: right;
         display: inline;
		 position: relative;
         top: 40px;
		padding-right: 20px;
	}
	.woocommerce .quantity .qty {
		float: left;
		margin-left: 10px!important;
}


	}
	
}