/*!
Theme Name: moneyfit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moneyfit
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.

moneyfit is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500,0,600;0,700;1,200;1,300;1,400;1,600&display=swap');

/* 2. Home 1 Header csss */
body { font-family: 'Raleway', sans-serif; }

.organic_food_wrapper {
    padding: 0 60px;
}
.header_wrapper_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.logo img{
    width: 50%;
    margin: 2em auto;
    display: block;
    padding: 2em;
}

.menu nav ul li {
  display: inline-block;
  position: relative;
}
.main_menu_inner .menu nav > ul > li {
  padding: 23px 0;
}
.menu nav > ul > li > a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}
.main_menu_inner .menu nav > ul > li:hover > a, .main_menu_inner .menu nav > ul > li.current_page_item > a {
  color: #2c5ba4;
  text-decoration: none;
}



/* 2.1 dropdownmenu css here */
.main_menu_inner .menu nav ul li ul.sub_menu {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  visibility: hidden;
  width: 220px;
  z-index: 99;
}
.main_menu_inner .menu nav ul li:last-child a {
  padding-right: 0;
}
.menu nav ul li a i {
  padding: 0 0 0 7px;
}
.menu nav ul li ul li a {
  color: #363f4d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  padding: 0 20px;
  text-transform: capitalize;
}
.menu nav ul li ul li a:hover {
  color: #78a206;
  padding-left: 30px;
}
.menu nav ul li ul li{
    display: block;
}
.main_menu_inner .menu nav ul li:hover ul.sub_menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
/*--- 2.2 Mega Menu css here -------*/
.menu nav ul li.mega_parent {
    position: static;
}
.main_menu_inner .menu nav ul li ul.mega_menu {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20%;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  visibility: hidden;
}
.main_menu_inner .menu nav ul li:hover ul.mega_menu{
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.menu nav > ul > li.mega_parent li.mega_item {
  min-width: 200px;
  padding: 0 20px;
}
.menu nav > ul > li.mega_parent li a.mega_title {
    color: #353d4b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.menu nav > ul > li.mega_parent li a.mega_title:hover {
    color: #78a206;
    padding: 0;
}
.menu nav > ul > li.mega_parent li a {
  padding: 0;
}
.menu nav > ul > li.mega_parent li a:hover {
  padding-left: 15px;
}

.menu nav > ul > li.contacto-btn  > a {
    background-color: #fff;
    padding: 5px 15px;
    color: rgba(240,47,23,1); }

.header_right_info.d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* 2.5 Slider css here */
.single_slide {
    height: 595px;
}
.slider_area .single_slide .container,.slider_area .single_slide .row {
    height: 100%;
}
.slider_area .single_slide .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_list.owl-carousel .owl-nav > div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  color: #363f4d;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 60px;
  z-index: 8;
  font-size: 18px;
  opacity: 0;
  left: 20px; 
}
.slider_list.owl-carousel .owl-nav > .owl-next {
  left: auto;
  right: 20px;
}
.slider_list.owl-carousel:hover .owl-nav > div{
    opacity: 1;
}
.slider_list.owl-carousel:hover .owl-nav > div {
  margin-top: 0;
}

.slider_list.owl-carousel .owl-nav > div:hover {
  background: #78a206 none repeat scroll 0 0;
  color: #ffffff;
}
.single_slide {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 background-image: url(img/slider/slide.jpg);
}
.slider_list.owl-carousel .owl-dots > div {
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}
.slider_list.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.slider_list.owl-carousel .owl-dots .owl-dot.active {
  background: #2c5ba4;
  width: 38px;
  border-radius: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}
.slider__content p, .slider__content h2,.slider__content h3,.slider__content h6,.slider__content .slider_btn > a {
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.active .slider__content p, .active .slider__content h2, .active .slider__content h3,.active .slider__content h6,.active .slider__content .slider_btn > a{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.active .slider__content p{
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.active .slider__content h2{
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .slider__content h3{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .slider__content h6{
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.slider__content .slider_btn > a{
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.slider_area {
  padding: 0 15px;
}
.slider__content > p {
  color: #78a206;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.slider__content > h2{
    color: #2c5ba4;
    display: inherit;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
    text-transform: inherit;
}
.slider__content > h2 strong,.slider__content > h3 strong{
    color: #363f4d;
    font-weight: 700;
}
.slider__content > h3 {
  color: #363f4d;
  font-size: 60px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 10px;
}
.slider__content > h6 {
  color: #363f4d;
  font-size: 18px;
  margin: 22px 0 35px;
}
.slider__content > h6 span {
     color: #78a206;
    font-size: 30px;
    font-weight: 700;
}
.slider__content .slider_btn a {
    background: linear-gradient(to right, rgba(241,111,92,1) 0%, rgba(241,69,57,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 100%);
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 50px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 180px;
margin: 2em auto 0 auto;
text-align: center;
}
.slider__content .slider_btn a:hover {
    background: #363f4d none repeat scroll 0 0;
}

/*--- 2.7 produdct stayle css here */
.features_product {padding: 3em 0;}

.produc_desc_info {
  padding: 20px 0 0;
}
.product_title h4 a{
    color: #363f4d;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap; 
}
.product_title h4 a:hover{
     color: rgba(241,111,92,1); 
}
.product_price > p{
     color: rgba(241,111,92,1); 
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}
.product__hover ul li {
  display: inline-block;
  margin-right: 7px;  
}
.product__hover ul li:last-child{
  margin-right: 0;  
}
.product__hover ul li a {
  background: #eaebed none repeat scroll 0 0;
  border-radius: 100%;
  color: #78a206;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 42px;
}
.product__hover ul li a:hover{
    background: #78a206 none repeat scroll 0 0;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}
.product_price {
  padding-bottom: 12px;
}
.single__product .product__hover::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  top: 0;
}
.single__product {
  background: #fff;
  padding-bottom: 0;
  position: relative;
}
.single_product__inner{
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
}
.single__product,.single_product__inner,.single__product .product__hover {
    -webkit-transition: all 400ms ease-in 0.02s;
    transition: all 400ms ease-in 0.02s; 
}
.single__product .product__hover {
  background-color: #fff;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 5px 5px;
  left: 0;
  margin-top: -15px;
  opacity: 0;
  padding-bottom: 12px;
  padding-top: 15px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.single__product:hover .product__hover{
    margin-top: 0;
    opacity: 1;
}
.single__product:hover .single_product__inner,.single__product:hover .product__hover {
   border-color: #e6e9ec;
}

.features_product_active .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.related_product_active.owl-carousel .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*----- 2.8 Section Title css here -----*/
.section_title > h3 {
  color: #363f4d;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  text-transform: capitalize;
}
.section_title > h4 { font-size: 24px; color: #737577; }
.section_title {
  border-bottom: 1px solid #ebebeb;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 23px;
}
/*--- 2.9 Owl carousel button ---*/
.owl-nav > div {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 100%;
  color: #666666;
  display: inline-block;
  height: 49px;
  font-size: 20px;
  line-height: 49px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 49px;
}
.owl-nav > div:hover {
  background: #2c5ba4 none repeat scroll 0 0;
  color: #fff;
}
/*Features carousel button*/
.features_product_active.owl-carousel .owl-nav > div,.category_product_active.owl-carousel .owl-nav > div,.features_product_three_active.owl-carousel .owl-nav > div,.features_product_active_three.owl-carousel .owl-nav > div {
  left: 30px;
}
.features_product_active.owl-carousel .owl-nav .owl-next,.category_product_active.owl-carousel .owl-nav .owl-next,.features_product_three_active.owl-carousel .owl-nav .owl-next,.features_product_active_three.owl-carousel .owl-nav .owl-next  {
  left: auto;
  right: 30px;
}
.features_product_active.owl-carousel:hover .owl-nav > div,.category_product_active.owl-carousel:hover .owl-nav > div,.features_product_three_active.owl-carousel:hover .owl-nav > div,.features_product_active_three.owl-carousel:hover .owl-nav > div{
    margin-top: 0;
    opacity: 1;
}
/*----- 2.10 shipping css here -------*/
.shipping_list.d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_shipping_box {
  padding-right: 100px;
  border-right: 1px solid #ddd;
  margin-right: 100px;
}
.single_shipping_box:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.features_product.pb-10px {
  padding-bottom: 15px;
}
.shipping_content {
  margin-left: 15px;
}
.shipping_content > h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.shipping_content > p{
    color: #91959b;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.shipping_icon i { font-size: 3em; color: #d0d0d0; }
/*------ 2.11 shop product css here -------*/

/*----------- 2.12 new product css here -------------*/
.banner_area.banner_area-2 .row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    max-width: 27.7%;
}
.banner_area.banner_area-2 .row .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    max-width: 44.5%;
}

/*----- 2.15 Footer css here ---------*/
.aviso { text-align: center; }
.aviso a:hover { color: #fff; text-decoration: none; }
.footer_title > h2{
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 15px;
    position: relative;
    text-transform: capitalize;
}
.footer_menu_list .single_footer.widget {
  min-width: 33.33%;
}
.footer_content > p{
    color: #363f4d;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}
.footer_logo {
  margin-bottom: 30px;
}

.footer_menu ul li {
  display: block;
  line-height: 30px;
}
.footer_menu ul li a {
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.footer_menu ul li a:hover {
    color: #78a206;
    padding-left: 5px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}



/* 3. home page 2 css here 

========================================= */

/*sticky-header sticky*/

.header_bottm.sticky-header.sticky {
  top: 0;
    background: rgba(120,162,6,.58039);
    -webkit-transition: .3s;
    transition: .3s;
}
.header_bottm.sticky-header.sticky:hover{
    background: #78a206;
}

/* header top css heare */

.header_top_bar {
  height: 45px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding: 0 60px;
}
.header_top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 27px;
}
.phone p {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 12px;
  color: #91959b;
}
.phone i {
  font-size: 18px;
  padding-right: 10px;
}
.header_top_right > ul > li {
  display: inline-block;
  padding: 9px 0;
  position: relative;
}
.header_top_right > ul > li > a {
  color: #91959b;
  font-size: 12px;
  padding: 0 12px;
  display: inline-block;
  border-right: 1px solid #ebebeb;
  line-height: 20px;
}
.header_top_right > ul > li:last-child a {
  padding-right: 0;
  border-right: none;
}
.header_bottm.bottom_three .mean-container a.meanmenu-reveal {
  right: 25px;
  top: -54px;
}

.header_top_right  ul  li  a img{
    margin-right: 5px;
}
.header_top_right ul li ul{
  position: absolute;
  right: 0px;
  top: 100%;
  width: 113px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 2px 2px #ddd;
  box-shadow: 1px 2px 2px 2px #ddd;
  z-index: 9;
  padding: 10px 15px;
  opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.header_top_right ul li:hover ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header_top_right ul li ul li a {
  color: #91959b;
  font-size: 12px;
}
.header_top_right ul li ul.language__name li:hover a , .header_top_right ul li ul.currency__name li:hover a {
  color: #78a206;
}
.header_top_right ul li ul.account__name li:hover a{
    color: #78a206;
}


/* header middle area css here */
.header_middle{
  padding: 0 60px;
} 
.header_middle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  line-height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header.header_bottm {
  background-color: #78a206;
}
.menu.menu_two nav > ul > li > a {
  color: #fff;
}
.main_menu_inner .menu.menu_two nav > ul > li:hover > a, .main_menu_inner .menu.menu_two nav > ul > li.active > a {
  color: #fff;
}
.menu.menu_two nav ul li ul li {
  text-align: left;
}
.main_menu_inner .menu.menu_two nav > ul > li {
  padding: 15px 0;
}


/* 4. home page 3 css here 

========================================= */

.header_bottm.bottom_three.sticky-header.sticky {
  background: rgba(255,255,255,.77);
    -webkit-transition: .3s;
    transition: .3s;
}

.header_bottm.bottom_three.sticky-header.sticky .menu.menu_three {
  background: rgba(255,255,255,0);
}
.header_bottm.bottom_three.sticky-header.sticky:hover{
    background: #ffff;
}
.header_bottm.bottom_three .main_menu_inner .menu nav ul li ul.mega_menu {
  margin-left: -40%;
}
/* header area */
.header.header_three {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-bottom:30px;
  background-color: #333;
}
.header.bg-color {
    background-color: #333;
    position: relative;
}
.header_middle.middel_three .mini__cart {
  margin: 0;
}
.main_menu_inner.inner__three,.header_middle.middel_three {
  padding: 0;
}
.main_menu_inner {
  padding: 0 60px;
}
.menu.menu_three {
 
/*background: rgba(65,91,160,1);
background: -moz-linear-gradient(top, rgba(65,91,160,1) 0%, rgba(66,109,169,1) 52%, rgba(66,109,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,91,160,1)), color-stop(52%, rgba(66,109,169,1)), color-stop(100%, rgba(66,109,169,1)));
background: -webkit-linear-gradient(top, rgba(65,91,160,1) 0%, rgba(66,109,169,1) 52%, rgba(66,109,169,1) 100%);
background: -o-linear-gradient(top, rgba(65,91,160,1) 0%, rgba(66,109,169,1) 52%, rgba(66,109,169,1) 100%);
background: -ms-linear-gradient(top, rgba(65,91,160,1) 0%, rgba(66,109,169,1) 52%, rgba(66,109,169,1) 100%);
background: linear-gradient(to bottom, rgba(65,91,160,1) 0%, rgba(66,109,169,1) 52%, rgba(66,109,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415ba0', endColorstr='#426da9', GradientType=0 );
 */
}
.menu.menu_three nav ul li ul li a {
  text-align: left;
}
.slider__content.slider_content_three {
  margin-left: 0;
  margin-top: 140px;
}

.menu.menu_three > nav > ul > li {
  padding: 18px 0px;
}
.menu.menu_three nav > ul.menu_three_inner > li > a {
  border-right: 1px solid #666;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 25px;
}
.menu.menu_three nav > ul.menu_three_inner > li:last-child > a {
  border: none;
      background-color: #fff;
    padding: 5px 15px;
    color: rgba(240,47,23,1);

}
.mobile-menu.mobile_three {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
}
.header_bottm.bottom_three .container {
  position: relative;
}
.organic_food_wrapper.home3 {
  padding: 0;
}
/*Slider area 3 css here*/
.slider_area.slider_area_three {
  padding: 0;
  overflow: hidden;
}
.slider_area.slider_area_three .single_slide {
  height: 750px;
}

/* shipping_area */
.shipping_area.shipping_three {
  margin-top: 30px;
}
/* features product three */
.content-single {
    padding: 3em 0em;
}
.features_product_three_active.owl-carousel .col-lg-2,.features_product_four_active.owl-carousel .col-lg-2 {
  min-width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.nosotros_inicio { background-color: #80878f; padding: 3em 0;}
.nosotros_inicio2 { background-color: #babdc1; padding: 3em 0;}
.titulos_azul-bg { background-color: #2c5ba4; padding: 3em 0;}
.titulos_gris-claro-bg { background-color: #ddd; padding: 3em 0;}
.contenido-gris-bg {background-color: #f3f3f3; padding: 3em 0;}
table.tabla-planes { background-color: #fff; padding: 0; -webkit-box-shadow: -1px 3px 10px 0px rgba(120,120,120,1);
-moz-box-shadow: -1px 3px 10px 0px rgba(120,120,120,1);
box-shadow: -1px 3px 10px 0px rgba(120,120,120,1); }
table.tabla-planes thead { }
table.tabla-planes th { text-transform: uppercase; font-size: 0.8em; text-align: center; }
table.tabla-planes td { font-weight: 500; }
table.tabla-planes td span { color: #666; font-size: 0.9em; }
table.tabla-planes td i { font-size: 0.9em; line-height: 0; margin-right: 5px; }
.tabla-ul { list-style: none; }
.nosotros_inicio_titulo {
    
    display: block;
   
}

.nosotros_inicio_titulo > h3 {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    text-transform: capitalize;
}
.nosotros_inicio_titulo > h3 span { color: red; }
.nosotros_inicio_titulo > h4 { color: red; }
.txt-nos-ini { display: flex; flex-direction: column; justify-content: center; align-items: center;  }
.txt-nos-ini h3 { text-align: left; color:#363f4d; font-size: 3em; }
.txt-nos-ini h3 span { color:#2c5ba4; font-weight: bold;}
.txt-nos-ini p { padding: 1em; background-color: #ffffff50; margin-top: 1em; border-radius: 5px; }
.col-texto { display: flex; justify-content: center; align-items: center; }
.txt-nos-ini-lnk a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin: 2em auto;
}
.txt-nos-ini-lnk a:hover { background-color: #fff; color:#b8d982; text-decoration: none;  }
.wrap-organismo { padding: 3em 0; }
.titulos_gris-claro-bg  h3 {color:#363f4d; font-size: 36px;}

.organismos > h3{ display: block; padding-top: 2em; }
.plan-de-vida {padding: 3em;}
.resaltado { font-weight: bold; }
.txt_plan { display: flex; justify-content: center; align-items: center; }

.p-retiro-intro { font-size: 1.6em; font-weight: 300;}
.p-retiro-intro span {color: red; font-weight: bold;}
.banner-pdf { padding: 0;   }
.pdf-seccion { padding-top: 2em; }
.pdf-seccion p a { text-decoration: none; color: #eee; margin-top: 15px; display: inline-block; }

.allianz-titulo { font-size: 3em; color: #c5c5c5; line-height: 1.1em; }
.allianz-titulo span {
    font-size: 0.6em;
    display: inline-block;
    text-transform: uppercase;
    line-height: 0.3em;
}
.links-allianz { padding: 2em 0 1em 0; }
.footer { padding: 3em 0; background-color: #333; display: block; position: relative; }
.contactos { color: #fff; font-size: 1.2em; }

/* features product active three */

.features_product_active_three.owl-carousel .col-lg-2,.features_product_active_four.owl-carousel .col-lg-2 {
  min-width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.new_product.new_product_three {
  margin-top: 90px;
}
.single_banner a img {
  width: 100%;
}


/* 5. home page 4 css here 

========================================= */
/*header four sticky*/

.header_bottm.bottom_four.sticky-header.sticky {
  top: 0;
  background: rgba(255,255,255,.7);
  -webkit-transition: .3s;
  transition: .3s;
}
.header_bottm.bottom_four.sticky-header.sticky {
  left: 0;
  margin: 0 auto;
  max-width: 1170px;
  right: 0;
  padding: 0;
}


/*-- modal css here end --*/


/*-- 16. contact page css Here --*/
.contact_info_text { line-height: 0.8em; }
.contact-message form input {
  background: none;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.contact-message form input {
    background: none;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
    padding: 7px;
}
.contact-message form button, .contact-message form input[type=submit], .contact-message-2 form input[type=submit] {
  width: 200px;
   background: linear-gradient(to right, rgba(241,111,92,1) 0%, rgba(241,69,57,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 100%);
    border-radius: 3px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-message form button:hover{
    background: #333;
}
.contact-textarea textarea { background: none;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
    padding: 7px; 
    height: 100px;
  }
.contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_info_icone a {
  font-size: 20px;
  margin-right: 15px;
  color: #737577;
  line-height: 0;
}
.contact_info_text p span {
  font-weight: 700;
}
.contact_title h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-message form label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.contact-message form label span{
    color:  #78a206;
}
#contact-map {
  height: 400px;
  width: 100%;
}
p.form-messege.error {
    color: red;
}
p.form-messege {
    margin-top: 5px;
}

p.form-messege.success {
    color: green;
}
#contact-form label { display: block; }

/* formulario contactos ayuda */
.contact-message-2 { margin-top: 1em; }
.contact-message-2 label { color: #fff; }

.contact-message-2 form input {
    background: none;
    border: 1px solid #999;
    margin-bottom: 30px;
    width: 100%;
    padding: 7px;
    color: #bbb;
}
.contact-message-2 textarea {  color: #bbb; ackground: none;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
    padding: 7px; 
    height: 100px;}
.contact-message-2 form button {
   background: linear-gradient(to right, rgba(241,111,92,1) 0%, rgba(241,69,57,1) 0%, rgba(241,111,92,1) 0%, rgba(240,47,23,1) 100%);
    border-radius: 3px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-message form input[type=submit]:hover, .contact-message-2 form input[type=submit]:hover {
    background: #333;
}

/*--contact page css end--*/


/*-- 17. Mobile menu css here ---*/
.main_menu_inner .mobile-menu {
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 100%;
  left: 0;
}
.mean-container a.meanmenu-reveal {
  top: -50px;
  z-index: 99;
}
.mean-container a.meanmenu-reveal span {
  height: 3px;
  width: 23px;
}
.mean-container .mean-nav ul {
  max-height: 320px;
  overflow-x: scroll;
}
.sticky-header.sticky .mean-container a.meanmenu-reveal {
  top: -52px;
}
.mobile-menu.mobile_four.mean-container .mean-bar a.meanmenu-reveal span {
  background: #ffffff none repeat scroll 0 0;
}
.mobile-menu.mobile_four.mean-container .mean-bar a.meanmenu-reveal {
  color: #ffffff;
}
/*mobile menu css here*/
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 20px;
}
/*Header css here*/
.sticky-header.sticky {
  -webkit-animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  left: 0;
  padding: 0 24px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
