/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*$lato:              'Lato', $sans-serif;*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #2574a8; }
  .blue-btn:active {
    background-color: #2472a4; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*Resetted labels*/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

a,
a:hover, a:focus {
  text-decoration: none;
  outline: none; }

a img {
  border: none;
  outline: none; }

input {
  outline: none; }

img {
  max-width: 100%; }

* {
  hyphens: none !important; }

figure {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

h2 {
  font-size: 18px; }

/*END Resetted labels*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #707070;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }
  body:after {
    width: 100%;
    height: 100vh;
    left: -100%;
    margin: 0 auto;
    top: 0;
    z-index: 8;
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease-out; }
  body.open-nav-xs {
    overflow: hidden; }
    body.open-nav-xs header .nav_category-products {
      left: 0; }
    body.open-nav-xs:after {
      left: 0; }
  body.open-category {
    overflow: hidden; }
    body.open-category .main-nav_ppal nav.main-nav {
      left: 0; }
    body.open-category:after {
      left: 0; }
    body.open-category .fixed-btn {
      z-index: 10; }
  body.home .breadcrumbs-rejipla {
    display: none; }
  body.home .nav_category-products nav ul {
    display: block; }

.flex-between {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

[type="button"], input[type="submit"], .btn-rejiplas {
  background-color: #8DBE22;
  padding: 0 25px;
  text-align: left;
  border: 0;
  line-height: 40px;
  min-width: 120px;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
  font-size: 15px; }
  [type="button"]:hover, input[type="submit"]:hover, .btn-rejiplas:hover {
    color: #fff;
    opacity: 1; }

.btn-rejiplas {
  text-align: center;
  padding: 0 20px; }

.btn-rejiplas-arrow {
  background: #8DBE22 url("../img/background/arrow-right.svg") no-repeat 100px center;
  padding: 0 40px 0 25px;
  text-align: left;
  border: 0;
  line-height: 40px;
  min-width: 120px;
  border-radius: 7px;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  vertical-align: top; }
  .btn-rejiplas-arrow:hover {
    background-position: 105px center;
    color: #fff;
    opacity: 1; }

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px; }
  @media (max-width: 660px) {
    .grid-two {
      display: block; } }

.grid-card {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 0 30px; }
  @media (max-width: 660px) {
    .grid-card {
      display: block; } }

.pagination-rejiplas {
  bottom: 0 !important;
  position: relative;
  margin-top: 20px; }
  .pagination-rejiplas .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    height: 11px;
    margin: 0 8px;
    opacity: 1;
    width: 11px; }
    .pagination-rejiplas .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #8DBE22; }
    .pagination-rejiplas .swiper-pagination-bullet:focus {
      outline: none; }

.next-rejiplas, .prev-rejiplas {
  width: 25px;
  height: 23px;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 1;
  cursor: pointer;
  border: 0;
  transition: all 0.5s ease; }
  .next-rejiplas:focus, .prev-rejiplas:focus {
    outline: none; }
  .next-rejiplas:hover, .prev-rejiplas:hover {
    background-position: center bottom !important; }

.next-rejiplas {
  background: url("../img/background/arrow-right-nav.png") no-repeat top center;
  right: -40px; }
  @media (max-width: 660px) {
    .next-rejiplas {
      right: 15px; } }

.prev-rejiplas {
  background: url("../img/background/arrow-left-nav.png") no-repeat top center;
  left: -40px; }
  @media (max-width: 660px) {
    .prev-rejiplas {
      left: 15px; } }

.flex-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%; }

.modal-backdrop {
  background-color: #000;
  opacity: 0.6; }
  .modal-backdrop.show {
    opacity: 0.6; }

.breadcrumbs-rejipla {
  padding: 10px 0;
  font-size: 14px;
  color: #4D4D4D;
  font-weight: bold;
  border-bottom: 1px solid #ddd; }
  .breadcrumbs-rejipla a {
    color: #4D4D4D;
    font-weight: normal; }
    .breadcrumbs-rejipla a:hover {
      color: #8DBE22; }
  @media (max-width: 660px) {
    .breadcrumbs-rejipla {
      padding: 10px 15px; } }

select {
  background: url("../img/background/icon-select.png") no-repeat right center; }

.button_cart {
  background: #fff url("../img/background/icon-cart-gray.png") no-repeat 15px center;
  background-size: 19px;
  color: #4D4D4D;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  width: auto;
  padding: 5px 15px 5px 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  min-width: 200px;
  line-height: 40px;
  height: 40px;
  transition: all 0.3s ease; }
  .button_cart:focus {
    outline: none; }
  .button_cart:hover {
    background: #8DBE22 url("../img/background/icon-cart-active.png") no-repeat 15px center;
    background-size: 19px;
    color: #fff; }
  @media (max-width: 660px) {
    .button_cart {
      min-width: 175px;
      background-position: 10px center; } }

.quantity-change {
  border: 1px solid #D8D7D7;
  border-radius: 7px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }
  .quantity-change .quantity {
    float: left;
    width: 50px !important;
    height: 38px;
    border-radius: 7px;
    cursor: pointer;
    color: #005092;
    text-align: center;
    font-weight: 600px;
    font-size: 20px;
    line-height: 38px;
    transition: all 0.3s ease; }
    .quantity-change .quantity.less {
      border-right: 1px solid #D8D7D7; }
    .quantity-change .quantity.more {
      border-left: 1px solid #D8D7D7;
      margin-right: 0 !important; }
    .quantity-change .quantity:hover {
      background-color: #8DBE22;
      color: #fff; }
    @media (max-width: 660px) {
      .quantity-change .quantity {
        width: 40px !important; } }
  .quantity-change input[type="text"], .quantity-change input[type="number"] {
    background-color: #fff;
    width: 50px !important;
    margin: 0;
    height: 38px;
    float: left;
    font-weight: 600;
    padding: 0;
    font-size: 15px;
    text-align: center; }
    @media (max-width: 660px) {
      .quantity-change input[type="text"], .quantity-change input[type="number"] {
        width: 40px !important; } }
  @media (max-width: 660px) {
    .quantity-change {
      margin-right: 5px; } }

.page-gral {
  padding-top: 40px;
  padding-bottom: 45px; }
  @media (max-width: 660px) {
    .page-gral {
      padding: 30px 15px; } }

.alm-btn-wrap,
.woocommerce-pagination {
  clear: both;
  width: 100%;
  padding-top: 30px;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative; }
  .alm-btn-wrap ul, .alm-btn-wrap ul.page-numbers,
  .woocommerce-pagination ul,
  .woocommerce-pagination ul.page-numbers {
    text-align: center;
    margin: 0 !important;
    padding: 0 0 !important;
    list-style: none;
    opacity: 1;
    position: relative;
    z-index: 1;
    border: 0 !important; }
    .alm-btn-wrap ul li, .alm-btn-wrap ul.page-numbers li,
    .woocommerce-pagination ul li,
    .woocommerce-pagination ul.page-numbers li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px !important;
      border: 0 !important; }
      .alm-btn-wrap ul li a, .alm-btn-wrap ul.page-numbers li a,
      .woocommerce-pagination ul li a,
      .woocommerce-pagination ul.page-numbers li a {
        display: block;
        border-radius: 5px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #e0e0e0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-weight: 600;
        color: #707070; }
      .alm-btn-wrap ul li a span, .alm-btn-wrap ul li span, .alm-btn-wrap ul.page-numbers li a span, .alm-btn-wrap ul.page-numbers li span,
      .woocommerce-pagination ul li a span,
      .woocommerce-pagination ul li span,
      .woocommerce-pagination ul.page-numbers li a span,
      .woocommerce-pagination ul.page-numbers li span {
        background-color: #fff;
        border-radius: 5px;
        display: block;
        border: 1px solid #e0e0e0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-weight: 600;
        color: #707070; }
      .alm-btn-wrap ul li:hover a span, .alm-btn-wrap ul li:hover a, .alm-btn-wrap ul li.active a span, .alm-btn-wrap ul li.active a, .alm-btn-wrap ul li span.current a span, .alm-btn-wrap ul li span.current a, .alm-btn-wrap ul.page-numbers li:hover a span, .alm-btn-wrap ul.page-numbers li:hover a, .alm-btn-wrap ul.page-numbers li.active a span, .alm-btn-wrap ul.page-numbers li.active a, .alm-btn-wrap ul.page-numbers li span.current a span, .alm-btn-wrap ul.page-numbers li span.current a,
      .woocommerce-pagination ul li:hover a span,
      .woocommerce-pagination ul li:hover a,
      .woocommerce-pagination ul li.active a span,
      .woocommerce-pagination ul li.active a,
      .woocommerce-pagination ul li span.current a span,
      .woocommerce-pagination ul li span.current a,
      .woocommerce-pagination ul.page-numbers li:hover a span,
      .woocommerce-pagination ul.page-numbers li:hover a,
      .woocommerce-pagination ul.page-numbers li.active a span,
      .woocommerce-pagination ul.page-numbers li.active a,
      .woocommerce-pagination ul.page-numbers li span.current a span,
      .woocommerce-pagination ul.page-numbers li span.current a {
        background-color: #8DBE22 !important;
        color: #fff !important; }
      .alm-btn-wrap ul li span.current, .alm-btn-wrap ul.page-numbers li span.current,
      .woocommerce-pagination ul li span.current,
      .woocommerce-pagination ul.page-numbers li span.current {
        background-color: #8DBE22 !important;
        color: #fff !important; }

.img-xl {
  display: block; }

.img-xs {
  display: none; }

.search-no-results .grid-card-four {
  display: block;
  text-align: center; }

/*Default styles*/
.clear-fix::after {
  content: "";
  clear: both;
  width: 100%;
  display: block; }

.mb-none {
  margin-bottom: 0; }

.padding-none {
  padding-left: 0;
  padding-right: 0; }

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

.full {
  clear: both;
  width: 100%; }

.pl-none {
  padding-left: 0; }

.pr-none {
  padding-right: 0; }

.plr-none {
  padding-left: 0;
  padding-right: 0; }

.clr {
  clear: both;
  float: none; }

.center {
  margin: auto; }

.inline {
  display: inline-block;
  vertical-align: top; }

.inline-bottom {
  display: inline-block;
  vertical-align: bottom; }

.left {
  float: left; }

.right {
  float: right; }

.relative {
  position: relative; }

.wrapper-main {
  max-width: 1170px; }

.wrapper-main-lg {
  max-width: 1230px; }

.wrapper-main-md {
  max-width: 1000px; }

.wrapper-main-sm {
  max-width: 850px; }

/*END Default styles*/
.rejiplas__indice__banner {
  min-height: 20dvh;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center; }
  .rejiplas__indice__banner p {
    text-wrap: balance; }

.nav-bar_top {
  background-color: #ADAFB1;
  padding: 12px 0; }
  .nav-bar_top p {
    font-size: 14px;
    color: #252525;
    float: left;
    margin: 0; }
    .nav-bar_top p a {
      color: #252525;
      text-decoration: underline; }
      .nav-bar_top p a:hover {
        color: #252525; }
  .nav-bar_top nav {
    float: right; }
    .nav-bar_top nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .nav-bar_top nav ul li {
        color: #252525;
        border-right: 1px solid #252525;
        float: left;
        font-size: 14px; }
        .nav-bar_top nav ul li a {
          color: #252525;
          padding: 0 10px;
          margin: 0 10px;
          display: block;
          transition: all 0.3s ease; }
          .nav-bar_top nav ul li a:hover {
            color: #fff; }
  .nav-bar_top .redes {
    float: right;
    margin-left: 20px; }
    .nav-bar_top .redes ul li {
      opacity: 1;
      filter: brightness(1) invert(0.7); }
      .nav-bar_top .redes ul li:last-child {
        margin-right: 0; }
      .nav-bar_top .redes ul li:hover {
        filter: brightness(0) invert(1); }

.main-nav_search {
  padding: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 2; }

.cont-search {
  max-width: 450px;
  width: 100%;
  position: relative; }
  .cont-search input[type="text"], .cont-search input[type="email"], .cont-search input[type="search"] {
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid #ADAFB1;
    color: #4D4D4D;
    height: 40px;
    margin: 0 0 5px 0;
    max-width: 100%;
    padding: 0 60px 0 20px;
    transition: all 0.3s ease;
    width: 100%; }
    .cont-search input[type="text"]:focus, .cont-search input[type="email"]:focus, .cont-search input[type="search"]:focus {
      border-color: #8DBE22 !important; }
  .cont-search [type="button"], .cont-search input[type="submit"], .cont-search button[type="submit"] {
    background: #8DBE22 url("../img/background/icon-search.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;
    text-indent: -9999px;
    border-radius: 1px;
    margin: 0; }
    .cont-search [type="button"]:hover, .cont-search input[type="submit"]:hover, .cont-search button[type="submit"]:hover {
      background: #6F971A url("../img/background/icon-search.svg") no-repeat center center !important; }

.main-nav_ppal {
  background-color: #EFEFEF;
  padding: 15px 0;
  text-align: right; }
  .main-nav_ppal nav.main-nav {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    .main-nav_ppal nav.main-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-nav_ppal nav.main-nav ul li {
        float: left;
        position: relative;
        font-size: 15px;
        margin: 0 15px;
        text-align: left; }
        .main-nav_ppal nav.main-nav ul li a {
          color: #4D4D4D;
          text-decoration: none;
          transition: all 0.3s ease;
          display: block; }
        .main-nav_ppal nav.main-nav ul li.menu-item-has-children > a {
          background: url("../img/background/icon-arrow-down.png") no-repeat right center;
          background-size: 12px;
          padding-right: 20px; }
          .main-nav_ppal nav.main-nav ul li.menu-item-has-children > a:before {
            width: 100%;
            position: absolute;
            left: 0;
            top: 20px;
            height: 20px;
            content: "";
            display: block; }
          .main-nav_ppal nav.main-nav ul li.menu-item-has-children > a:hover {
            background: url("../img/background/icon-arrow-up.png") no-repeat right center;
            background-size: 12px; }
        .main-nav_ppal nav.main-nav ul li:hover ul.sub-menu {
          height: auto;
          opacity: 1;
          transform: translateY(-5px);
          visibility: visible; }
        .main-nav_ppal nav.main-nav ul li:hover > a {
          color: #8DBE22; }
        .main-nav_ppal nav.main-nav ul li.border {
          border: 0 !important;
          border-left: 1px solid #5c524d !important;
          margin-right: 0;
          margin-left: 5px;
          padding-left: 15px; }
    .main-nav_ppal nav.main-nav .sub-menu {
      background: #efefef;
      position: absolute;
      width: 185px;
      left: 0;
      top: 44px;
      box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1);
      list-style: none;
      padding: 20px 20px 15px 20px;
      margin: 0;
      z-index: 3;
      overflow: hidden;
      transform: translate(0, 10px);
      transition: height 0ms 400ms, opacity 400ms 0ms ease-in, 
 transform 400ms 0ms ease-in,visibility 400ms 0ms ease-in;
      visibility: hidden;
      opacity: 0;
      height: 0; }
      .main-nav_ppal nav.main-nav .sub-menu li {
        font-size: 13px;
        margin: 0 0 7px 0;
        padding: 0;
        width: 100%;
        display: block;
        border: 0; }
        .main-nav_ppal nav.main-nav .sub-menu li a {
          display: block;
          color: #787878; }
        .main-nav_ppal nav.main-nav .sub-menu li:last-child {
          border-left: 0;
          margin-right: 0;
          margin-left: 0;
          padding-left: 0; }

.cont-login-register {
  display: inline-block;
  vertical-align: top; }
  .cont-login-register ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .cont-login-register ul li {
      float: left;
      margin: 0 5px;
      color: #707070;
      font-size: 14px; }
      .cont-login-register ul li a {
        color: #707070;
        display: block; }
      .cont-login-register ul li:hover a {
        color: #8DBE22; }
  @media (max-width: 660px) {
    .cont-login-register {
      position: absolute;
      right: 15px;
      top: 32px; }
      .cont-login-register ul li {
        font-size: 12px; } }

.modal-login-rejiplas {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  background-color: #fff;
  padding: 50px 30px 40px 30px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block; }
  .modal-login-rejiplas .closes {
    background: url("../img/background/icon-cancel.svg") no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 1; }
  .modal-login-rejiplas h2 {
    font-size: 22px;
    margin: 0 0 40px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; 
  }
  .modal-login-rejiplas .h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  .modal-login-rejiplas .recovery-login {
    font-weight: 500;
    font-size: 13px;
    color: #707070;
    text-decoration: underline;
    text-align: left; }
    .modal-login-rejiplas .recovery-login:hover {
      color: #8DBE22; }
  .modal-login-rejiplas h6, .modal-login-rejiplas .h6 {
    font-weight: 500;
    font-size: 13px;
    color: #707070;
    text-align: center;
    margin: 30px 0 0 0; }
    .modal-login-rejiplas h6 a, .modal-login-rejiplas .h6 a {
      color: #707070;
      text-decoration: underline; }
      .modal-login-rejiplas h6 a:hover, .modal-login-rejiplas .h6 a:hover {
        color: #8DBE22; }
  @media (max-width: 660px) {
    .modal-login-rejiplas {
      max-width: 90%;
      padding: 30px 20px 25px 20px; }
      .modal-login-rejiplas h2, .modal-login-rejiplas .h2 {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 30px; }
      .modal-login-rejiplas .closes {
        right: 0px;
        top: -40px; } }

.cont-login {
  max-width: 400px;
  margin: 0 auto;
  text-align: left; }

.shopping_cart_menu {
  position: relative;
  cursor: pointer;
  float: left; }
  .shopping_cart_menu i {
    background: url("../img/background/shopping-cart.svg") no-repeat center center;
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
    float: left;
    margin: 0 8px 0 0; }
  .shopping_cart_menu span.items-count {
    color: #1f1f1f;
    float: left;
    font-weight: 500;
    line-height: 30px; }
  .shopping_cart_menu:hover .cart-details-container {
    display: block; }
  .shopping_cart_menu:hover span.items-count {
    color: #8DBE22; }

.heart-product {
  position: relative;
  cursor: pointer;
  float: left;
  min-width: 50px;
  max-width: 100px;
  margin-right: 15px; }
  .heart-product .icon-heart {
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
    float: left;
    margin: 0 8px 0 0; }
  .heart-product span {
    position: absolute;
    left: 0;
    top: 0; }
    .heart-product span .top_wishlist-heart:before {
      color: #8dbe22;
      font-size: 30px; }
    .heart-product span a span {
      position: relative;
      left: 0;
      top: 0; }
    .heart-product span span.wishlist_products_counter_number {
      background: #6f971a;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      color: #fff;
      float: left;
      font-weight: 500;
      text-align: center;
      line-height: 15px;
      font-size: 10px;
      position: absolute;
      right: 0;
      top: -2px;
      left: auto; }

.input {
  max-width: 700px;
  margin: 0 auto 25px;
  display: block;
  text-align: left; }
  .input input[type="text"], .input input[type="email"],
  .input input[type="password"], .input input[type="number"],
  .input input[type="tel"] {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #848484;
    color: #848484;
    height: 35px;
    border-radius: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 0 0;
    margin: 0;
    letter-spacing: 0; }
    .input input[type="text"]:focus, .input input[type="email"]:focus,
    .input input[type="password"]:focus, .input input[type="number"]:focus,
    .input input[type="tel"]:focus {
      border-bottom-color: #8DBE22; }
  .input label {
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    transition: all 0.3s ease;
    height: 20px;
    width: 100%;
    clear: both;
    line-height: 20px; }
  .input:focus-within label {
    color: #8DBE22;
    font-size: 10px;
    font-weight: 600; }

button {
  border: 0; }

input[type="submit"],
input[type="button"] {
  background: #fff;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  color: #8DBE22;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px; }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #8DBE22 !important;
    color: #fff !important; }

.cart-nav-heart #cart-details img {
  width: auto;
  height: auto;
  border-radius: 3px; }

.cart-nav-heart .btn {
  background: #8DBE22;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 400px;
  margin: 15px auto 0;
  display: block;
  height: 40px;
  font-size: 17px;
  font-weight: 600; }
  .cart-nav-heart .btn:focus {
    outline: none; }
  .cart-nav-heart .btn:hover {
    background: #fff !important;
    color: #8DBE22 !important; }

.shopping_cart_menu .cart-details-container {
  background: white;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 450px;
  z-index: 10; }
  .shopping_cart_menu .cart-details-container .col-5 a {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 18px;
    display: block; }
    .shopping_cart_menu .cart-details-container .col-5 a:hover {
      color: #8DBE22; }
  .shopping_cart_menu .cart-details-container .amount {
    font-size: 14px;
    color: #6f971a; }
  .shopping_cart_menu .cart-details-container .cantidad-un {
    font-weight: bold; }
  .shopping_cart_menu .cart-details-container #cart-total {
    display: flex !important; }
    .shopping_cart_menu .cart-details-container #cart-total strong {
      color: #8dbe22; }
  @media (max-width: 660px) {
    .shopping_cart_menu .cart-details-container {
      width: 330px;
      right: -40px; }
      .shopping_cart_menu .cart-details-container #plantilla-item .col-2, .shopping_cart_menu .cart-details-container #plantilla-item .col-5, .shopping_cart_menu .cart-details-container #plantilla-item .col-3 {
        padding-left: 5px;
        padding-right: 5px; }
      .shopping_cart_menu .cart-details-container .cantidad-un {
        max-width: 12%; }
      .shopping_cart_menu .cart-details-container .col-5 a {
        font-size: 12px; }
      .shopping_cart_menu .cart-details-container #cart-total .col-8 {
        max-width: 45%; } }

.cart-details-container h5 {
  font-size: 21px;
  color: #233779;
  padding: 5px 0 10px; }

.cart-details-container .border-top {
  padding-top: 10px; }

.icon-cart .items-count {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #011969;
  bottom: -3px;
  color: #061f67;
  font-family: "Omnes-Semibold";
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 16px;
  position: absolute;
  right: -3px;
  text-align: center;
  width: 20px; }

#nav-toogle {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  right: 15px;
  top: 10px;
  display: none; }

#nav-toogle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #8DBE22;
  border-radius: 9px;
  opacity: 1;
  left: 0%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 99; }

#nav-toogle span:nth-child(1) {
  top: 11px; }

#nav-toogle span:nth-child(2),
#nav-toogle span:nth-child(3) {
  top: 30px; }

#nav-toogle span:nth-child(4) {
  top: 21px; }

#nav-toogle.open span:nth-child(1) {
  left: 50%;
  top: 21px;
  width: 0%; }

#nav-toogle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px; }

#nav-toogle.open {
  z-index: 10; }

#nav-toogle.open span {
  background: #8DBE22 !important; }

#nav-toogle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px; }

#nav-toogle.open span:nth-child(4) {
  left: 50%;
  top: 21px;
  width: 0%; }

.nav-xs {
  display: none; }
  @media (max-width: 660px) {
    .nav-xs {
      display: block; } }

.main_benner-home {
  min-height: 526px;
  background: #c6c6c6 url("../img/background/bg-banner-home.jpg") no-repeat top right;
  background-size: cover !important; }

.banner-home-ppal {
  min-height: 526px;
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both; }
  .banner-home-ppal .next-rejiplas {
    right: 30px; }
  .banner-home-ppal .prev-rejiplas {
    left: 30px; }
  .banner-home-ppal .pagination-rejiplas {
    bottom: 70px !important; }

.nav-title-category {
  background: #6F971A url("../img/background/icon-arrow-right-active.png") no-repeat center right;
  margin: 0;
  color: #fff;
  font-weight: 500;
  padding: 0 25px 0 50px;
  font-size: 15px;
  line-height: 54px; }

.nav_category-products {
  max-width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: -15px;
  display: inline-block;
  vertical-align: top;
  z-index: 3; }
  .nav_category-products h3, .nav_category-products .h3 {
    background: #6F971A url("../img/background/icon-arrow-right-active.png") no-repeat center right;
    margin: 0 !important;
    color: #fff;
    font-weight: 500;
    padding: 0 35px 0 50px;
    font-size: 15px !important;
    line-height: 54px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 260px;
    width: 100%; }
    .nav_category-products h3 i, .nav_category-products .h3 i {
      background: url("../img/background/icon-menu.png") no-repeat center center;
      background-size: 100%;
      position: absolute;
      left: 15px;
      top: 17px;
      width: 17px;
      height: 17px; }
    .nav_category-products h3:hover, .nav_category-products .h3:hover {
      background-color: #8DBE22 !important; }
  .nav_category-products nav {
    width: 100%;
    clear: both; }
    .nav_category-products nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: none; }
      .nav_category-products nav ul li {
        color: #4D4D4D;
        font-size: 12px;
        border-bottom: 1px solid #d5d5d5;
        display: block;
        text-align: left; }
        .nav_category-products nav ul li i, .nav_category-products nav ul li span {
          float: left;
          max-width: 16px;
          margin-left: -25px; }
        .nav_category-products nav ul li a {
          color: #4D4D4D;
          padding: 8px 25px 8px 40px;
          display: block;
          transition: all 0.3s ease; }
        .nav_category-products nav ul li.menu-item-has-children a, .nav_category-products nav ul li.arrow-active a {
          background: url("../img/background/icon-arrow-right.png") no-repeat center right; }
        .nav_category-products nav ul li:hover.menu-item-has-children a, .nav_category-products nav ul li:hover.arrow-active a {
          background: #8DBE22 url("../img/background/icon-arrow-right-active.png") no-repeat center right; }
        .nav_category-products nav ul li:hover img {
          filter: brightness(0) invert(1); }
        .nav_category-products nav ul li:hover a {
          background: #8DBE22;
          color: #fff; }

.card_content-category {
  padding: 25px 20px 0 24px;
  text-align: center; }

.card-category {
  max-width: 145px;
  margin: 0 2px 20px 2px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%; }
  .card-category figure {
    display: block;
    margin: 0 0 10px 0;
    border-radius: 4px;
    max-width: 140px; }
    .card-category figure img {
      width: 100%;
      height: 140px;
      object-fit: cover; }
  .card-category h4, .card-category p {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    min-height: 32px; }
    .card-category h4 a, .card-category p a {
      color: #787878;
      text-decoration: none; }
  .card-category ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .card-category ul li {
      display: block;
      margin: 0 0 6px 0;
      font-size: 13px;
      color: #787878; }
      .card-category ul li a {
        display: block;
        color: #787878;
        text-decoration: none; }
      .card-category ul li:hover a {
        color: #8DBE22; }

.card_content-category[data-parent="412"] .card-category {
  max-width: 140px;
  margin: 0 3px; }

.card_content-category[data-parent="424"] .card-category h4, .card_content-category[data-parent="425"] .card-category h4 {
  min-height: auto; }

.card_content-category[data-parent="422"] .card-category {
  max-width: 150px;
  margin: 0 5px; }

.nav_category-content {
  width: 100%;
  max-width: 811px;
  min-height: 526px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 39px;
  left: 260px;
  z-index: 2;
  overflow: hidden;
  transform: translate(0, 20px);
  transition: height 0ms 400ms, opacity 400ms 0ms ease-in, 
 transform 400ms 0ms ease-in,visibility 400ms 0ms ease-in;
  visibility: hidden;
  opacity: 0;
  height: 0; }
  .nav_category-content.show-nav_category, .nav_category-content.active {
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible; }

.info-banner-home {
  position: absolute;
  left: 290px;
  top: 120px;
  text-align: left;
  max-width: 360px; }
  .info-banner-home h1, .info-banner-home h2, .info-banner-home h3 {
    font-size: 35px;
    margin: 0 0 20px 0;
    color: #4d4d4d;
    line-height: 45px;
    display: block; }
    .info-banner-home h1 span, .info-banner-home h2 span, .info-banner-home h3 span {
      color: #926703;
      font-size: 50px;
      display: block;
      clear: both; }
    @media (max-width: 660px) {
      .info-banner-home h1, .info-banner-home h2, .info-banner-home h3 {
        font-size: 21px;
        line-height: 28px;
        text-align: center; } }
  .info-banner-home p {
    font-size: 17px;
    margin: 0 0 25px 0;
    font-weight: 500; }
  .info-banner-home .more {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease; 
    background: #8DBE22;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 400px;    
    display: block;
    font-size: 17px;
    padding: 8px 25px;
  
  }
    .info-banner-home .more:hover {
      color: #fff; }

.main_advantages-spaces {
  padding: 50px 0 60px 0; }
  .main_advantages-spaces h2 {
    text-align: center;
    margin: 0 0 40px 0; }
  @media (max-width: 660px) {
    .main_advantages-spaces {
      padding-bottom: 30px;
      padding-top: 10px; } }

.category_advantages-spaces {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #f5f5f5;
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px; }
  .category_advantages-spaces figure {
    display: inline-block;
    margin: 0 10px;
    max-width: 84px;
    text-align: center;
    vertical-align: top; }
    .category_advantages-spaces figure img {
      max-width: 60px;
      margin: 0 auto 10px; }
    .category_advantages-spaces figure h2, .category_advantages-spaces figure h3, .category_advantages-spaces figure h4, .category_advantages-spaces figure span {
      color: #505153;
      font-size: 12px;
      font-weight: bold;
      display: block;
      line-height: 17px; }
  @media (max-width: 660px) {
    .category_advantages-spaces {
      max-width: 94%;
      margin: 0 auto;
      padding: 30px 10px 5px 10px; }
      .category_advantages-spaces figure {
        margin: 0 7px 25px 7px;
        min-width: 85px; } }

.main_featured-home {
  padding: 0 0 30px 0; }
  .main_featured-home h2 {
    margin: 0 0 30px;
    text-align: center; }
  @media (max-width: 660px) {
    .main_featured-home {
      padding: 0 15px; } }

.card-featured {
  min-height: 220px;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  color: #4D4D4D;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1); }
  .card-featured h3 {
    font-size: 19px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    max-width: 210px; }
  .card-featured .info {
    max-width: 230px; }
  .card-featured .btn-categori {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline; }
    .card-featured .btn-categori:hover {
      color: #8DBE22; }
  @media (max-width: 660px) {
    .card-featured {
      max-width: 100%;
      padding-left: 20px;
      min-height: 165px; } }

.featured_full-home {
  background: #fff url("../img/background/bg-destacado.jpg") no-repeat center center;
  background-size: cover;
  min-height: 260px;
  border-radius: 15px;
  margin: 0 auto 30px;
  padding: 0 0  0 50px;
  display: flex;
  align-items: center;
  position: relative; }
  .featured_full-home article {
    max-width: 370px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2; }
    .featured_full-home article h3 {
      font-size: 28px;
      margin: 0 0 10px 0; }
    .featured_full-home article h4 {
      font-size: 22px;
      margin: 0 0 15px 0; }
    .featured_full-home article p {
      font-size: 13px;
      margin: 0 0 10px 0; }
    .featured_full-home article .btn-rejiplas:hover {
      background-color: #fff;
      color: #8DBE22; }
  .featured_full-home:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.3;
    border-radius: 15px;
    display: none; }
  @media (max-width: 660px) {
    .featured_full-home {
      max-width: 100%;
      padding: 0 20px; }
      .featured_full-home article h3 {
        font-size: 24px; }
      .featured_full-home:after {
        display: block; } }

.main_products-home {
  text-align: center;
  padding: 0 0 30px 0; }
  .main_products-home h2 {
    text-align: center;
    margin: 0 0 40px 0; }
  @media (max-width: 660px) {
    .main_products-home {
      padding-bottom: 0; } }

.title-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .title-tabs li {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #707070; }
    .title-tabs li a {
      color: #707070;
      display: block;
      padding: 0 10px;
      margin: 0 10px; }
      .title-tabs li a h3 {
        font-weight: normal;
        font-size: 15px;
        margin: 0; }
    .title-tabs li:hover a {
      color: #8DBE22; }
    .title-tabs li.ui-state-active a, .title-tabs li.active a {
      color: #8DBE22;
      font-weight: bold; }
    .title-tabs li:last-child {
      border-right: 0; }
  @media (max-width: 660px) {
    .title-tabs li a {
      padding: 0 5px;
      margin: 0 5px; } }

.grid-card-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
  clear: both; }

.grid-card-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  clear: both; 
  content-visibility:auto !important;
}

@media (max-width: 660px) {
  .col_tabs-products .content-product {
    padding: 0 15px; }
  .col_tabs-products .grid-card-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px; } }

@media (max-width: 660px) {
  .swiper-blog-home {
    padding: 0 50px; } }

span.tinvwl-product-stats {
  top: -6px;
  right: -8px; }

.main-selled-products-xs {
  display: none; }
  .main-selled-products-xs h4, .main-selled-products-xs h5 {
    font-size: 16px;
    color: #005092;
    font-weight: bold;
    margin: 0 0 15px 0; }

.main-contenido h1 {
  font-size: 24px;
  margin-bottom: 25px; }

h1.title-h1 {
  display: block;
  font-size: 30px;
  margin: 0 auto 30px;
  text-align: center; }
.alm-btn-wrap .alm-load-more-btn {
  background: #8dbe22 !important;
  border-radius: 6px !important; }

.alm-btn-wrap .alm-load-more-btn:hover {
  background: #86b322 !important; }

.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled {
  background: #8dbe22 !important; }

.card-category-home > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }
  .card-category-home > a > figure {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%; }
    .card-category-home > a > figure > img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%; }
  .card-category-home > a > div.info > span {
    font-size: .9rem;
    color: #707070; }

div[data-id="alm-trend-post"] .alm-btn-wrap {
  display: none; }

.main_blog-home {
  background: rgba(241, 227, 187, 0.3);
  padding: 50px 0 60px 0;
  text-align: center; }
  .main_blog-home h2 {
    margin: 0 0 50px 0; }
  .main_blog-home .btn-rejiplas-arrow {
    position: absolute;
    right: 0;
    top: 0; }
  @media (max-width: 660px) {
    .main_blog-home {
      padding: 30px 0 30px 0; }
      .main_blog-home h2 {
        margin-bottom: 30px; }
      .main_blog-home .btn-rejiplas-arrow {
        position: relative;
        margin-top: 30px; } }

.img-x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  padding-top: 30px; }

.img-x4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
  padding-top: 30px; }

.aligncenter {
  margin: 0 auto;
  display: block;
  padding-top: 20px; }

.card-blog {
  display: block;
  margin: 0 auto 20px;
  max-width: 310px; }
  .card-blog figure {
    border-radius: 15px;
    overflow: hidden; }
    .card-blog figure img {
      transition: all 0.3s ease;
      width: 100%;
      height: 255px;
      object-fit: cover; }
    .card-blog figure:hover img {
      transform: scale(1.1); }
  .card-blog .info {
    color: #707070;
    padding: 40px 15px 20px 15px;
    position: relative;
    text-align: left; }
  .card-blog h3 {
    font-size: 20px;
    margin: 0 0 10px 0; }
  .card-blog h4, .card-blog .h4, .card-blog span {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 15px 0; }
  .card-blog p {
    font-size: 14px; }
  .card-blog .btn-rejiplas {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    z-index: 1;
    z-index: 1; }
  .card-blog .category {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
    z-index: 1;
    border-radius: 8px;
    line-height: 35px;
    font-size: 14px;
    color: #fff; }
  @media (max-width: 660px) {
    .card-blog .info {
      padding: 40px 0 0 0; } }

.main_blog-archive h1 {
  font-size: 18px;
  margin: 0 0 40px 0;
  display: inline-block;
  vertical-align: top; }

.main_blog-archive .title-line {
  max-width: 750px; }

.banner-blog {
  background-size: cover !important;
  min-height: 300px;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px 15px; }

.category-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  width: 750px;
  display: flex;
  justify-content: space-between; }
  .category-filter li {
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease; }
    .category-filter li a {
      color: #fff;
      border-radius: 8px;
      font-size: 14px;
      text-align: center;
      padding: 0 20px;
      line-height: 30px;
      background-color: #0C5191;
      display: inline-block;
      vertical-align: top;
      min-width: 155px; }
    .category-filter li:hover {
      opacity: 0.8; }

.blog-outstanding {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px; }
  .blog-outstanding h2 {
    font-size: 18px;
    margin: 0 0 30px 0; }
  .blog-outstanding .card-blogs {
    grid-template-columns: 1fr 140px;
    gap: 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
    .blog-outstanding .card-blogs figure img {
      height: 100px; }
    .blog-outstanding .card-blogs h3 {
      font-size: 16px;
      margin: 0 0 10px 0; }
    .blog-outstanding .card-blogs .category {
      position: relative;
      right: auto;
      font-size: 11px;
      bottom: auto; }
  .blog-outstanding select {
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #707070;
    padding: 0;
    height: 35px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    font-size: 14px; }

.grid-columns-two-blog {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.col-blog-all {
  padding-right: 30px; }
  .col-blog-all .card-blogs .category {
    bottom: auto;
    top: 15px; }

.card-blogs {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0 20px;
  margin-bottom: 30px; }
  .card-blogs figure {
    border-radius: 3px;
    overflow: hidden;
    max-width: 270px;
    position: relative;
    padding: 0;
    margin: 0; }
    .card-blogs figure a {
      display: block; }
    .card-blogs figure img {
      border-radius: 3px;
      transition: all 0.3s ease;
      width: 100%;
      height: 130px;
      object-fit: cover; }
    .card-blogs figure:hover img {
      transform: scale(1.1); }
  .card-blogs .info {
    color: #707070;
    padding: 0;
    position: relative;
    text-align: left; }
  .card-blogs h3 {
    font-size: 17px;
    margin: 0 0 5px 0; }
  .card-blogs h4 {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 15px 0; }
  .card-blogs p {
    font-size: 13px;
    margin: 0; }
  .card-blogs .category {
    background-color: #0C5191;
    border-radius: 8px;
    bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    max-width: 80%;
    min-width: 115px;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    vertical-align: top;
    z-index: 1; }
  @media (max-width: 660px) {
    .card-blogs figure img {
      height: auto; }
    .card-blogs .info {
      padding: 20px 0 0 0; } }

.main_blog-cards {
  padding: 0 0 40px 0; }
  .main_blog-cards h2 {
    font-size: 18px;
    margin: 0 0 40px 0;
    float: left;
    padding-right: 30px;
    background-color: #fff; }
  .main_blog-cards .card-blog {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px; }

.color-hogar {
  background-color: #009aa6 !important; }

.color-industrial {
  background-color: #6ab8e5 !important; }

.color-reji-noticias, .color-rejinoticias {
  background-color: #0c5191 !important; }

.more-line {
  background: #fff url("../img/background/icon-arrow-green.png") no-repeat center right;
  color: #8DBE22;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s ease; }
  .more-line:hover {
    padding-right: 35px;
    color: #8DBE22; }

.cfvsw-swatches-out-of-stock {
  display: none; }

.main-single-blog {
  padding: 40px 0 60px 0;
  margin-bottom: 40px; }
  .main-single-blog h1 {
    text-align: center;
    padding: 0 50px;
    font-size: 23px;
    margin: 0 0 30px 0; }
  .main-single-blog .banner-destacado {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .main-single-blog .banner-destacado .category {
      left: 0;
      margin: 0 auto 30px;
      max-width: 280px;
      position: relative;
      right: 0;
      text-align: center;
      top: 0;
      z-index: 1;
      border-radius: 8px;
      line-height: 35px;
      font-size: 14px;
      color: #fff;
      order: 1;
      padding: 0 15px;
      min-width: 200px; }
  .main-single-blog figure {
    width: 100%;
    order: 2; }
    .main-single-blog figure img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      border-radius: 3px; }

.the_content {
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #707070;
  font-size: 14px;
  margin-bottom: 50px;
  text-align: left; }
  .the_content h2 {
    font-size: 20px; }
  .the_content h3 {
    font-size: 18px; }
  .the_content h4 {
    font-size: 16px; }
  .the_content span {
    color: #8DBE22; }
  .the_content p a {
    color: #8DBE22;
    text-decoration: underline; }

.share-blog {
  max-width: 700px;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #8DBE22;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 25px;
  text-align: center;
  color: #fff; }
  .share-blog h6 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    line-height: 30px; }
  .share-blog .redes {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-left: 25px; }
    .share-blog .redes li {
      opacity: 1;
      margin: 0 10px; }
      .share-blog .redes li a {
        width: 30px;
        height: 30px;
        background-size: 100% !important; }
      .share-blog .redes li.icon-tw {
        display: none; }

.main-single-relacionados {
  padding: 50px 0 40px 0;
  border-top: 1px solid #e5e5e5; }
  .main-single-relacionados h2 {
    text-align: center;
    font-size: 18px;
    width: 100%;
    clear: both;
    margin: 0 0 40px 0; }
  .main-single-relacionados .card-blog {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px; }

.page-id-17279 h1 {
  text-align: center; }

.page-id-17279 iframe {
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #00000042;
  margin-bottom: 20px; }
  @media (max-width: 660px) {
    .page-id-17279 iframe {
      width: 320px;
      height: 180px; } }

@media (max-width: 660px) {
  .banner-blog {
    min-height: 200px; }
    .banner-blog br {
      display: none; }
  .col-blog-all {
    padding: 0; }
  .grid-columns-two-blog,
  .card-blogs {
    display: block; }
    .grid-columns-two-blog figure,
    .card-blogs figure {
      max-width: 100%; }
  .grid-columns-two-blog {
    padding-bottom: 25px;
    margin-bottom: 25px; }
  .category-filter {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .category-filter li {
      margin: 0 10px 15px 0; }
  .main_blog-archive {
    padding: 0 15px; }
    .main_blog-archive h1 {
      text-align: center;
      margin-bottom: 20px;
      display: block; }
  .blog-outstanding {
    border-left: 0;
    padding-left: 0; }
    .blog-outstanding .card-blogs {
      display: flex; }
      .blog-outstanding .card-blogs figure {
        order: 1;
        min-width: 150px; }
      .blog-outstanding .card-blogs .info {
        order: 2;
        padding: 0; }
  .more-line {
    margin-bottom: 20px; }
  .main_blog-cards .title-line {
    padding: 0 15px; }
  .main-single-blog {
    padding: 30px 15px 10px 15px; }
    .main-single-blog figure img {
      height: auto; }
  .share-blog h6 {
    line-height: 22px; }
  .share-blog .redes {
    margin-left: 0;
    padding-top: 20px; }
  .swiper-slide .card-blog .info {
    padding: 40px 15px 20px 15px; }
  .main_blog-cards h2 {
    padding-right: 0;
    margin: 0 0 20px 0;
    text-align: center;
    display: block;
    width: 100%; }
  .main-single-blog h1 {
    font-size: 18px;
    padding: 0 20px; } }

@media (max-width: 660px) {
  .img-x3, .img-x4, .img-x5 {
    display: block; }
    .img-x3 img, .img-x4 img, .img-x5 img {
      margin-bottom: 15px; } 
      .mis-estilos-reviews .comment-form-author,
      .mis-estilos-reviews .comment-form-email {
          width: 100% !important;
          margin-right: 0;
      }
    }

.post-11 h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 21px; }

.post-11 h2 {
  text-align: center;
  margin-bottom: 30px; }

.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-form.woocommerce-form-login.login {
  border-radius: 15px;
  padding: 40px 80px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .woocommerce-ResetPassword.lost_reset_password label,
  .woocommerce-form.woocommerce-form-login.login label {
    text-align: left;
    font-weight: normal; }
  .woocommerce-ResetPassword.lost_reset_password p,
  .woocommerce-form.woocommerce-form-login.login p {
    font-weight: bold;
    margin: 0 0 35px 0; }
  .woocommerce-ResetPassword.lost_reset_password .form-row-first, .woocommerce-ResetPassword.lost_reset_password .form-row-last,
  .woocommerce-form.woocommerce-form-login.login .form-row-first,
  .woocommerce-form.woocommerce-form-login.login .form-row-last {
    width: 100% !important; }
  .woocommerce-ResetPassword.lost_reset_password input[type="password"], .woocommerce-ResetPassword.lost_reset_password input[type="email"], .woocommerce-ResetPassword.lost_reset_password input[type="text"],
  .woocommerce-form.woocommerce-form-login.login input[type="password"],
  .woocommerce-form.woocommerce-form-login.login input[type="email"],
  .woocommerce-form.woocommerce-form-login.login input[type="text"] {
    width: 100%;
    max-width: 100%;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 0 0;
    margin: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #848484;
    color: #848484; }
  .woocommerce-ResetPassword.lost_reset_password button,
  .woocommerce-form.woocommerce-form-login.login button {
    background: #fff;
    color: #8DBE22;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    display: block;
    height: 40px;
    font-size: 17px;
    font-weight: 600;
    float: none; }
    .woocommerce-ResetPassword.lost_reset_password button:hover,
    .woocommerce-form.woocommerce-form-login.login button:hover {
      background: #fff;
      color: #8DBE22; }
  .woocommerce-ResetPassword.lost_reset_password .woocommerce-password-strength,
  .woocommerce-form.woocommerce-form-login.login .woocommerce-password-strength {
    font-size: 13px;
    font-weight: normal; }
  .woocommerce-ResetPassword.lost_reset_password .lost_password a,
  .woocommerce-form.woocommerce-form-login.login .lost_password a {
    color: #8dbe22;
    font-size: 15px; }
  .woocommerce-ResetPassword.lost_reset_password .content-form,
  .woocommerce-form.woocommerce-form-login.login .content-form {
    border-radius: 0;
    padding: 0;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    box-shadow: none;
    text-align: center; }

footer {
  background-color: rgba(173, 175, 177, 0.1);
  padding: 25px 0 0 0;
  position: relative;
  color: #787878; }
  footer h3, footer .h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center; }

.card-customer {
  margin-bottom: 30px; }
  .card-customer h3, .card-customer .h3 {
    text-align: left; }
  .card-customer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0; }
    .card-customer ul li {
      margin-bottom: 15px;
      font-size: 14px; }
      .card-customer ul li a {
        color: #787878;
        text-decoration: none;
        transition: all 0.3s ease; }
      .card-customer ul li:last-child {
        margin-bottom: 0; }
      .card-customer ul li:hover a {
        color: #8DBE22; }

.franje-black {
  background-color: #252525;
  padding: 15px 0 20px 0;
  overflow: hidden; }
  .franje-black p {
    color: #787878;
    font-size: 13px;
    clear: both;
    text-align: center;
    margin: 0 0 15px 0; }
    .franje-black p a {
      color: #787878; }
      .franje-black p a:hover {
        text-decoration: underline;
        color: #fff; }
  .franje-black figure {
    max-width: 160px; }
  @media (max-width: 660px) {
    .franje-black {
      padding: 15px 15px 20px 15px;
      text-align: center; }
      .franje-black .redes {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 25px; } }

.logos-cards {
  float: right;
  display: flex;
  align-items: center; }
  .logos-cards figure {
    float: left;
    margin-right: 20px; }
  .logos-cards ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left; }
    .logos-cards ul li {
      float: left;
      margin-left: 5px; }

.input-suscribir {
  margin-bottom: 15px;
  width: 100%;
  clear: both;
  display: block; }
  .input-suscribir input[type="email"],
  .input-suscribir input[type="text"] {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #ADAFB1;
    color: #4D4D4D;
    height: 40px;
    margin: 0 0 5px 0;
    max-width: 100%;
    padding: 0 20px;
    transition: all 0.3s ease;
    width: 100%; }
    .input-suscribir input[type="email"]:focus,
    .input-suscribir input[type="text"]:focus {
      border-color: #8DBE22 !important; }

.card-subscribe {
  max-width: 350px;
  margin-bottom: 30px;
  width: 100%; }
  .card-subscribe h6, .card-subscribe .h6 {
    font-weight: normal;
    font-size: 13px; }

.redes {
  float: left; }
  .redes h6, .redes .h6 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px 0 0; }
  .redes ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .redes ul li {
      float: left;
      text-indent: -9999px;
      margin: 0 3px;
      opacity: 0.6;
      transition: all 0.3s ease; }
      .redes ul li a {
        width: 25px;
        height: 25px;
        display: block; }
      .redes ul li.icon-fb a {
        background: url("../img/background/icon-fb.svg") no-repeat center center; }
      .redes ul li.icon-tw a, .redes ul li.icon-x a {
        background: url("../img/background/icon-tw.svg") no-repeat center center; }
      .redes ul li.icon-it a {
        background: url("../img/background/icon-it.svg") no-repeat center center; }
      .redes ul li.icon-yt a {
        background: url("../img/background/icon-yt.svg") no-repeat center center; }
      .redes ul li.icon-tt a {
        background: url("../img/background/icon-tt.svg") no-repeat center center; }
      .redes ul li:hover {
        opacity: 1; }

.cont-subscribe {
  text-align: left; }
  .cont-subscribe input[type="submit"] {
    background: #8DBE22;
    color: #fff;
    max-width: inherit;
    width: inherit;
    display: inline-block;
    vertical-align: top;
    margin: 0; 
    position: relative;
    top: 15px;
  }


.fixed-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  width: 50px; }
  .fixed-btn ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .fixed-btn ul li {
      display: block;
      margin-bottom: 7px;
      position: relative; }
      .fixed-btn ul li a {
        background-color: #8DBE22 !important;
        border-radius: 50%;
        display: block;
        height: 50px;
        text-indent: -9999px;
        transition: all 0.3s ease;
        width: 50px; }
      .fixed-btn ul li.icon-arrow-up {
        left: 5px;
        margin-top: 50px; }
        .fixed-btn ul li.icon-arrow-up a {
          background: url("../img/background/arrow-home.png") no-repeat center center;
          background-size: 17px;
          width: 40px;
          height: 40px; }
      .fixed-btn ul li.icon-whatsapp a {
        background: url("../img/background/icon-ws.png") no-repeat center center;
        background-size: 25px; }
      .fixed-btn ul li.icon-chat a {
        background: url("../img/background/icon-chat.png") no-repeat center center;
        background-size: 25px; }
      .fixed-btn ul li.icon-categoria {
        display: none; }
        .fixed-btn ul li.icon-categoria a {
          background: url("../img/background/btn-xs-categoria.png") no-repeat center center;
          background-size: 25px; }
        .fixed-btn ul li.icon-categoria.open a {
          background: url("../img/background/icon-close.png") no-repeat center center;
          background-size: 20px; }
        @media (max-width: 660px) {
          .fixed-btn ul li.icon-categoria {
            display: block; } }
      .fixed-btn ul li:hover a {
        background-color: #6F971A !important; }

.btn-xs-categoria {
  width: 100%;
  background: #8DBE22 url("../img/background/btn-xs-categoria.png") no-repeat 40px center;
  background-size: 30px;
  color: #fff;
  padding: 10px 60px;
  font-weight: bold; }

.card-product {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  max-width: 270px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto 25px;
  width: 100%;
  z-index: 1; }
  .card-product figure {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative; }
    .card-product figure a {
      display: block; }
    .card-product figure img {
      width: 100%;
      object-fit: cover;
      height: 220px; }
    .card-product figure .img-back {
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.5s ease; }
  .card-product h2, .card-product h3, .card-product h4 {
    font-weight: 600;
    font-size: 15px !important;
    margin: 0 0 5px 0 !important;
    clear: both;
    width: 100%;
    min-height: 36px;
    display: flex;
    align-content: center;
    align-items: center;
   }
  .card-product p {
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    clear: both; }
  .card-product .tag_price, h5, .card-product .h5 {
    font-family: 'Montserrat', sans-serif;
    color: #8DBE22;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
  .card-product h6 {
    color: #d2d2d2;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: 16px;
    text-decoration: line-through; }
  .card-product .info {
    padding: 20px 20px 30px 20px;
    color: #939393;
    position: relative;
    text-align: left; }
    .card-product .info:after {
      background: #e0e0e0;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 85%; }
    .card-product .info ul {
      list-style: none;
      padding: 0;
      margin: 0 0 15px 0;
      display: inline-block;
      vertical-align: top; }
      .card-product .info ul li {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        float: left;
        background: #fff;
        margin-left: -5px!important;
        border: 1px solid #d5d5d5; }
        .card-product .info ul li:first-child {
          margin-left: 0; }
  .card-product a.button_cart {
    background: #fff url("../img/background/icon-cart.png") no-repeat 10px center;
    background-size: 19px;
    color: #8DBE22;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    padding: 5px 10px 5px 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    transition: all 0.3s ease;
    line-height: 30px;
    height: 40px; }
    .card-product a.button_cart:hover {
      background: #8DBE22 url("../img/background/icon-cart-active.png") no-repeat 15px center;
      background-size: 19px;
      color: #fff; }
  .card-product span.tinvwl-product-stats {
    background: #6f971a;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    padding: 0;
    font-size: 10px; }
  .card-product:hover figure .img-back {
    opacity: 1; }
  .card-product .icon-heart a {
    background: url("../img/background/icon-heart.png") no-repeat center center;
    background-size: 100%;
    display: block;
    height: 20px !important;
    position: absolute !important;
    width: 20px !important;
    right: 15px;
    top: 15px;
    margin: 0;
    cursor: pointer; }
    .card-product .icon-heart a:hover {
      background: url("../img/background/icon-heart-active.png") no-repeat center center;
      background-size: 100%; }
    .card-product .icon-heart a:before {
      content: "" !important; }
    .card-product .icon-heart a.tinvwl-product-in-list {
      background: url("../img/background/icon-heart-active.png") no-repeat center center;
      background-size: 100%; }
  .card-product .state {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    max-width: 44px; }
    .card-product .state ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .card-product .state ul li {
        background-color: #8DBE22;
        border-radius: 50%;
        color: #fff;
        font-size: 8px;
        height: 46px;
        line-height: 46px;
        margin-bottom: 3px;
        text-align: center;
        width: 46px; }
        .card-product .state ul li.new {
          background-color: #005092; }
        .card-product .state ul li.sale {
          background-color: #F69240;
          font-size: 12px; }
        .card-product .state ul li.discount {
          font-weight: bold;
          font-size: 14px;
          background-color: #8DBE22; }
        .card-product .state ul li:last-child {
          margin-bottom: 0; }
  @media (max-width: 660px) {
    .card-product figure img {
      height: 165px; }
    .card-product .info {
      padding: 20px 15px 20px 15px; }
    .card-product a.button_cart, .card-product .button_cart {
      background-position: 8px center !important;
      padding: 10px 10px 10px 25px !important;
      font-size: 12px;
      background-size: 15px !important;
      max-width: 100%;
      min-width: 100%;
      height: auto;
      line-height: initial; } }

.woocommerce-account .addresses .title .edit {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8DBE22;
  color: #8DBE22;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  min-width: 120px;
  text-align: center;
  transition: all 0.3s ease;
  vertical-align: top;
  line-height: 35px;
  float: none;
  clear: both;
  max-width: 138px;
  margin: 0 auto 20px; }

.woocommerce-account .addresses .title h3 {
  font-size: 17px;
  text-align: center;
  clear: both;
  width: 100%; }

.woocommerce-account .addresses address {
  font-size: 13px; }

.u-column1.col-1.woocommerce-Address {
  border-right: 1px solid #d5d5d5; }

.card-category-name {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  max-width: 235px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto 25px;
  background-color: #fff; }
  .card-category-name a {
    display: block; }
  .card-category-name figure {
    overflow: hidden;
    border-radius: 15px 15px 0 0; }
    .card-category-name figure img {
      width: 100%;
      transition: all 0.3s ease; }
    .card-category-name figure:hover img {
      transform: scale(1.2); }
  .card-category-name img {
    border-radius: 15px 15px 0 0; }
  .card-category-name h2 {
    color: #707070;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    padding: 15px 5px; }
    .card-category-name h2 .mark, .card-category-name h2 mark {
      padding: 0;
      background-color: #8dbe22;
      color: #fff;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      line-height: 25px;
      font-size: 11px; }
  .card-category-name h5 {
    padding: 15px 5px;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #707070; }

.card-catalog {
  display: block;
  margin: 0 auto;
  max-width: 310px; }
  .card-catalog figure {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1); }
    .card-catalog figure img {
      transition: all 0.3s ease;
      width: 100%; }
    .card-catalog figure:hover .overflow {
      transform: scale(1); }
    .card-catalog figure:hover img {
      transform: scale(1.1); }
  .card-catalog .info {
    color: #707070;
    padding: 20px 15px 0 15px;
    position: relative;
    text-align: left; }
  .card-catalog h3 {
    font-size: 17px;
    margin: 0;
    text-align: center; }
  .card-catalog .overflow {
    position: absolute;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    text-align: center;
    background-color: rgba(141, 190, 34, 0.5);
    opacity: 1;
    border-radius: 15px;
    transition: all 0.4s ease;
    top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0); }
  @media (max-width: 660px) {
    .card-catalog {
      margin-bottom: 10px; }
      .card-catalog h3 {
        font-size: 14px; } }

.main_catalogs-home {
  padding: 50px 0 60px 0;
  text-align: center; }
  .main_catalogs-home h2 {
    margin: 0 0 60px 0; }
  .main_catalogs-home .btn-rejiplas-arrow {
    position: absolute;
    right: 0;
    top: 0; }
  .main_catalogs-home .next-rejiplas, .main_catalogs-home .prev-rejiplas {
    top: 42%; }
  @media (max-width: 660px) {
    .main_catalogs-home {
      padding: 30px 0 30px 0; }
      .main_catalogs-home h2 {
        margin-bottom: 30px; }
      .main_catalogs-home .btn-rejiplas-arrow {
        position: relative;
        margin-top: 30px; }
      .main_catalogs-home .next-rejiplas {
        right: 55px; }
      .main_catalogs-home .prev-rejiplas {
        left: 55px; } }

.content_tabs-single p:empty {
  display: none !important; }

.content_tabs-single .table tbody, .content_tabs-single table tbody {
  display: inline-table;
  width: 100%;
  vertical-align: top; }

.go-to-a a {
  background: url("../img/background/icon-volver.png") no-repeat 10px center;
  background-size: 15px;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  color: #8DBE22;
  text-align: center;
  transition: all 0.3s ease;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
  float: right;
  vertical-align: top;
  padding: 0 16px 0 35px; }

@media (max-width: 660px) {
  .swiper-catalogs-home {
    padding: 0 50px; } }

.woocommerce .woocommerce-breadcrumb {
  padding: 0;
  font-size: 14px;
  margin: 0; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 1px solid #6f971a;
  font-size: 14px; }
  .woocommerce-error a.showcoupon, .woocommerce-info a.showcoupon, .woocommerce-message a.showcoupon {
    color: #8dbe22;
    text-decoration: underline; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e7e7e7; }
  #add_payment_method #payment div.payment_box:before,
  .woocommerce-cart #payment div.payment_box:before,
  .woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #e7e7e7; }

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 18px;
  color: #8dbe22; }

.woocommerce .woocommerce-breadcrumb a {
  margin: 0 3px; }

.woocommerce table.my_account_orders .button {
  background: #fff;
  border: 1px solid #8dbe22;
  color: #8dbe22;
  font-weight: 600;
  padding: 7px 20px 6px 20px;
  white-space: nowrap;
  margin: 0 3px 6px 0; }
  .woocommerce table.my_account_orders .button:hover {
    color: #8dbe22;
    background: #fff; }

.woocommerce-orders-table__cell-order-number a {
  color: #6f971a;
  text-decoration: underline;
  font-size: 16px; }

.woocommerce-message {
  border-top-color: #6f971a;
  font-size: 14px; }
  .woocommerce-message .button.wc-forward {
    border: 1px solid #8DBE22;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    color: #8DBE22;
    font-weight: 500; }
    .woocommerce-message .button.wc-forward:hover {
      background: #8DBE22;
      color: #fff; }

a.checkout-button.button.alt.wc-forward,
button#place_order {
  background: #fff;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  color: #8DBE22;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px;
  display: block;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  line-height: 40px; }
  a.checkout-button.button.alt.wc-forward:focus,
  button#place_order:focus {
    outline: none; }
  a.checkout-button.button.alt.wc-forward:hover,
  button#place_order:hover {
    background: #8DBE22;
    color: #fff; }

.product-name a {
  color: #707070; }
  .product-name a:hover {
    color: #8DBE22; }

.woocommerce-checkout-review-order {
  margin-bottom: 50px; }

@media (min-width: 1030px) {
  .m-all {
    width: 100% !important; } }

h1.page-title {
  font-size: 22px;
  margin: 0 0 40px 0; }
  @media (max-width: 660px) {
    h1.page-title {
      margin-bottom: 30px; } }

.woocommerce h3 {
  font-size: 22px;
  margin-bottom: 25px; }

.woocommerce form .form-row {
  display: block;
  margin-bottom: 15px; }
  .woocommerce form .form-row label {
    line-height: normal;
    margin: 0;
    font-size: 14px; }

.woocommerce .col-1, .woocommerce .col-2, .woocommerce .col-3 {
  max-width: inherit; }

span.woocommerce-input-wrapper input[type="text"], span.woocommerce-input-wrapper input[type="email"],
span.woocommerce-input-wrapper input[type="passoword"], span.woocommerce-input-wrapper input[type="tel"],
span.woocommerce-input-wrapper input[type="date"], span.woocommerce-input-wrapper input[type="number"], span.woocommerce-input-wrapper select {
  background-color: #fff;
  color: #848484;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0 0;
  max-width: 100%;
  font-size: 15px; }
  span.woocommerce-input-wrapper input[type="text"]:hover, span.woocommerce-input-wrapper input[type="text"]:focus, span.woocommerce-input-wrapper input[type="email"]:hover, span.woocommerce-input-wrapper input[type="email"]:focus,
  span.woocommerce-input-wrapper input[type="passoword"]:hover,
  span.woocommerce-input-wrapper input[type="passoword"]:focus, span.woocommerce-input-wrapper input[type="tel"]:hover, span.woocommerce-input-wrapper input[type="tel"]:focus,
  span.woocommerce-input-wrapper input[type="date"]:hover,
  span.woocommerce-input-wrapper input[type="date"]:focus, span.woocommerce-input-wrapper input[type="number"]:hover, span.woocommerce-input-wrapper input[type="number"]:focus, span.woocommerce-input-wrapper select:hover, span.woocommerce-input-wrapper select:focus {
    outline: none;
    background-color: #fff; }

span.woocommerce-input-wrapper textarea {
  background-color: #fff;
  color: #848484;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  max-width: 100%;
  resize: none;
  margin-top: 15px !important; }
  span.woocommerce-input-wrapper textarea:hover, span.woocommerce-input-wrapper textarea:focus {
    outline: none;
    background-color: #fff; }

h3#order_review_heading {
  text-align: center;
  margin: 35px 0 40px 0; }

.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 0; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f7f7f7;
  border-radius: 15px; }

tr.order-total {
  color: #8dbe22; }

.woocommerce-terms-and-conditions-wrapper {
  max-width: 1020px;
  margin: 0 auto 20px;
  font-size: 14px; }

a.woocommerce-privacy-policy-link {
  color: #8dbe22;
  text-decoration: underline; }

.cart_totals h2 {
  color: #8dbe22;
  margin-bottom: 15px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 300px !important;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fbfbfb; }
  @media (max-width: 660px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
      width: 100% !important;
      max-width: 100% !important; } }

.coupon button.button {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8DBE22;
  color: #8DBE22;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  max-width: 300px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  float: left !important; }
  .coupon button.button:hover, .coupon button.button:focus {
    outline: none;
    background-color: #fff; }
  @media (max-width: 660px) {
    .coupon button.button {
      width: 100% !important;
      max-width: 100% !important; } }

input.button:focus, button:focus {
  outline: none; }

.wishlist_item .product-action button {
  background: #8DBE22 !important;
  color: #fff;
  max-width: inherit;
  width: inherit;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-radius: 10px;
  font-size: 14px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }

a.reset_variations {
  color: #fff;
  background: #8DBE22;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  text-align: center;
  font-size: 12px !important;
  font-weight: 500;
  padding: 2px 20px 2px 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  transition: all 0.3s ease;
  line-height: 26px;
  margin-bottom: 10px;
  min-width: 100px; }

.column_filter .irs--big .irs-bar {
  border: 3px solid #fff;
  background: #cfcfcf;
  box-shadow: none; }

.column_filter .irs--big .irs-handle {
  border: 4px solid #fff;
  background: #8dbe22;
  box-shadow: none; }
  .column_filter .irs--big .irs-handle:hover {
    background: #6f971a; }

.column_filter .irs--big .irs-from, .column_filter .irs--big .irs-single, .column_filter .irs--big .irs-to {
  background: #8dbe22; }

.content_tabs-single:after {
  clear: both;
  width: 100%;
  content: "";
  display: block; }

.content_tabs-single#instructivo {
  text-align: center; }
  .content_tabs-single#instructivo p a img, .content_tabs-single#instructivo img {
    float: none !important;
    border-radius: 15px;
    border: 1px solid #efefef;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.content_tabs-single#ventajas-y-usos, .content_tabs-single#propiedades, .content_tabs-single#garantia {
  padding: 30px; }
  .content_tabs-single#ventajas-y-usos ul, .content_tabs-single#propiedades ul, .content_tabs-single#garantia ul {
    margin-bottom: 20px; }
  .content_tabs-single#ventajas-y-usos h2, .content_tabs-single#ventajas-y-usos h3, .content_tabs-single#propiedades h2, .content_tabs-single#propiedades h3, .content_tabs-single#garantia h2, .content_tabs-single#garantia h3 {
    font-size: 18px;
    margin: 0 0 10px 0; }

.content_tabs-single#datos-adicionales h2, .content_tabs-single#datos-adicionales h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 30px 30px 0 30px; }

a.shipping-calculator-button {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8DBE22;
  color: #8DBE22;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 30px;
  max-width: 230px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%; }

.shipping-calculator-form input[type="text"], .shipping-calculator-form input[type="email"],
.shipping-calculator-form input[type="passoword"], .shipping-calculator-form input[type="tel"],
.shipping-calculator-form input[type="number"], .shipping-calculator-form select {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  color: #848484;
  font-size: 15px;
  max-width: 100%;
  padding: 0 0; }
  .shipping-calculator-form input[type="text"]:hover, .shipping-calculator-form input[type="text"]:focus, .shipping-calculator-form input[type="email"]:hover, .shipping-calculator-form input[type="email"]:focus,
  .shipping-calculator-form input[type="passoword"]:hover,
  .shipping-calculator-form input[type="passoword"]:focus, .shipping-calculator-form input[type="tel"]:hover, .shipping-calculator-form input[type="tel"]:focus,
  .shipping-calculator-form input[type="number"]:hover,
  .shipping-calculator-form input[type="number"]:focus, .shipping-calculator-form select:hover, .shipping-calculator-form select:focus {
    outline: none;
    background-color: #fff; }

.shipping-calculator-form input[type="submit"], .shipping-calculator-form [type=button], .shipping-calculator-form button {
  background: #8DBE22 !important;
  border-radius: 10px !important;
  border: 1px solid #8DBE22 !important;
  color: #fff !important;
  display: inline-block !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  height: 40px !important;
  margin: 0 !important;
  max-width: inherit;
  text-align: center;
  transition: all 0.3s ease;
  vertical-align: top;
  width: inherit; }

.woocommerce ul.order_details {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding-bottom: 20px;
  padding-left: 0;
  padding-top: 20px; }
  .woocommerce ul.order_details .woocommerce-Price-amount {
    color: #8dbe22; }
  .woocommerce ul.order_details li {
    margin-right: 3em;
    padding-right: 3em; }

p.woocommerce-store-notice.demo_store {
  display: none !important; }

.pagination {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 40px; }
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination ul li {
      float: left;
      margin: 0 5px; }
      .pagination ul li span.current {
        background: #8DBE22; }
      .pagination ul li a, .pagination ul li span {
        background: #bdbdbd;
        border-radius: 3px;
        color: #fff;
        height: 34px;
        line-height: 36px;
        margin: 0;
        width: 34px;
        display: block;
        font-size: 14px; }

.main-search-pages {
  padding: 50px 0 60px 0; }
  .main-search-pages h1 {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 26px; }
    .main-search-pages h1 span {
      clear: both;
      color: #8DBE22;
      width: 100%;
      display: block; }
  .main-search-pages .btn-rejiplas {
    background-color: #8DBE22;
    border-radius: 7px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    min-width: 120px;
    padding: 0 25px;
    text-align: left;
    transition: all 0.3s ease;
    vertical-align: top; }
    .main-search-pages .btn-rejiplas:hover {
      opacity: 1;
      color: #fff; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100% !important; }

.cfvsw-image-option.cfvsw-swatches-blur {
  opacity: 0.3;
  cursor: default;
  pointer-events: none; }

span.line-down {
  text-decoration: underline; }

.single-producto-description ul li a {
  color: #8DBE22;
  margin-left: 7px; }

.single-producto-description h3 strong, .single-producto-description .h3 strong {
  font-size: 14px;
  font-weight: 700; }

.single-producto-description strong a {
  font-size: 13px;
  text-decoration: underline;
  color: #8DBE22; }

nav.woocommerce-MyAccount-navigation {
  border-radius: 15px;
  padding: 10px 0 10px 0;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  text-align: left; }
  nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }

nav.woocommerce-MyAccount-navigation li {
  color: #848484;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 25px; }
  nav.woocommerce-MyAccount-navigation li a {
    color: #848484;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    display: block; }
  nav.woocommerce-MyAccount-navigation li:hover a, nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #8DBE22;
    text-decoration: none; }
  nav.woocommerce-MyAccount-navigation li::marker {
    color: #8DBE22; }
  nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a {
    background: url("../img/background/icon-acount-1.png") no-repeat left center;
    background-size: 17px; }
  nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a {
    background: url("../img/background/icon-acount-7.png") no-repeat left center;
    background-size: 17px; }
  nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a {
    background: url("../img/background/icon-acount-2.png") no-repeat left center; }
  nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: url("../img/background/icon-acount-9.png") no-repeat left center;
    background-size: 18px; }
  nav.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0; }

.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 15px;
  padding: 30px 45px;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  min-height: 213px; }
  .woocommerce-account .woocommerce-MyAccount-content p a {
    color: #848484;
    text-decoration: underline; }
    .woocommerce-account .woocommerce-MyAccount-content p a:hover {
      color: #8DBE22; }
  .woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #8DBE22; }
  .woocommerce-account .woocommerce-MyAccount-content input[type="text"], .woocommerce-account .woocommerce-MyAccount-content input[type="email"],
  .woocommerce-account .woocommerce-MyAccount-content input[type="tel"], .woocommerce-account .woocommerce-MyAccount-content input[type="password"] {
    background: #fff;
    border-radius: 0;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0; }
  .woocommerce-account .woocommerce-MyAccount-content input[type=submit], .woocommerce-account .woocommerce-MyAccount-content input[type="button"], .woocommerce-account .woocommerce-MyAccount-content button {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8DBE22;
    color: #8DBE22;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 10px auto 0;
    max-width: 100%;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: top; }
    .woocommerce-account .woocommerce-MyAccount-content input[type=submit]:hover, .woocommerce-account .woocommerce-MyAccount-content input[type="button"]:hover, .woocommerce-account .woocommerce-MyAccount-content button:hover {
      background-color: #8DBE22;
      color: #fff; }
  .woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.button {
    color: #8DBE22;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
    vertical-align: top;
    transition: all 0.3s ease;
    line-height: 28px;
    background: #fff;
    text-decoration: none;
    display: inline-block; }
    .woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.button:hover {
      background-color: #8DBE22;
      color: #fff; }
  .woocommerce-account .woocommerce-MyAccount-content span em {
    font-style: normal;
    font-size: 14px;
    padding-top: 20px;
    display: block; }
  .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 18px;
    color: #707070;
    font-weight: bold; }

.woocommerce-info::before {
  color: #8fae1b; }

a.button.wc-backward {
  color: #8DBE22;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  vertical-align: top;
  transition: all 0.3s ease;
  line-height: 28px;
  background: #fff;
  text-decoration: none;
  display: inline-block; }
  a.button.wc-backward:hover {
    background-color: #8DBE22;
    color: #fff; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important; }

.woocommerce-cart-form__cart-item.cart_item .qty {
  width: 3.631em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #8dbe22;
  text-align: center; }

.pe-none {
  pointer-events: none;
  opacity: 0.6; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dfdfdf; }

.wpcf7 form .wpcf7-response-output {
  font-size: 13px;
  border-radius: 7px;
  text-align: center; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #8dbe22; }

  .contact-industrial .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #8dbe22;
    max-width: 600px;
    margin: 0 auto;
    padding: 8px;
}
.contact-industrial .wpcf7 form.invalid .wpcf7-response-output{
  max-width: 600px;
  margin: 0 auto;
}

.woocommerce-message span {
  max-width: 700px; }

.main-conocenos {
  padding: 50px 0 30px 0; }
  @media (max-width: 660px) {
    .main-conocenos {
      padding: 40px 15px 30px 15px; } }

.card-info-conocenos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  color: #707070;
  margin-bottom: 40px; }
  .card-info-conocenos video, .card-info-conocenos iframe {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 15px;
    vertical-align: top; }
  .card-info-conocenos iframe {
    width: 560px;
    height: 315px; }
  .card-info-conocenos figure {
    display: block; }
    .card-info-conocenos figure img {
      width: 100%;
      border-radius: 15px; }
  .card-info-conocenos h1 {
    margin: 0 0 20px 0;
    color: #4d4d4d;
    font-size: 28px; }
  .card-info-conocenos .info-details {
    text-align: left;
    position: relative;
    font-size: 14px; }
    .card-info-conocenos .info-details p {
      font-size: 14px;
      margin: 0 0 25px 0; }
    .card-info-conocenos .info-details:after {
      background: url("../img/background/line-shadow.jpg") repeat-y left center;
      position: absolute;
      left: -35px;
      width: 25px;
      height: 90%;
      content: "";
      top: 0; }
  .card-info-conocenos:nth-child(2n) .info-details:after {
    display: none; }
  @media (max-width: 660px) {
    .card-info-conocenos {
      display: block;
      margin-bottom: 30px; }
      .card-info-conocenos h1 {
        font-size: 24px; }
      .card-info-conocenos iframe, .card-info-conocenos video {
        width: 320px;
        height: 180px;
        margin: 0 auto 30px;
        display: block; } }

.main-gallery-conocenos {
  padding: 0 0 60px 0;
  position: relative; }
  .main-gallery-conocenos figure {
    overflow: hidden; }
    .main-gallery-conocenos figure img {
      border-radius: 15px;
      width: 100%;
      max-height: 400px;
      object-fit: cover; }
  @media (max-width: 660px) {
    .main-gallery-conocenos .swiper-conocenos {
      padding: 0 60px; } }

.main-principios-conocenos {
  background: #f6f6f6;
  padding: 50px 0 60px 0;
  color: #727272;
  margin-bottom: 30px; }
  .main-principios-conocenos h2 {
    text-align: center;
    clear: both;
    display: block;
    margin: 0 0 40px 0;
    color: #4d4d4d;
    font-size: 26px; }
  .main-principios-conocenos .columns-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; }
  .main-principios-conocenos .info {
    font-size: 14px;
    font-weight: 400; }
    .main-principios-conocenos .info span {
      font-style: italic;
      color: #005092;
      font-weight: bold; }
    .main-principios-conocenos .info p {
      color: #727272;
      margin: 0 0 20px 0; }
  @media (max-width: 660px) {
    .main-principios-conocenos {
      padding: 40px 15px; }
      .main-principios-conocenos h2 {
        font-size: 23px;
        margin-bottom: 20px; }
      .main-principios-conocenos .columns-two {
        display: block; } }

.main-nuestros-acabados {
  padding: 60px 0 50px 0;
  display: block; }
  @media (max-width: 660px) {
    .main-nuestros-acabados {
      padding: 30px 15px 20px 15px; } }

.title-acabados {
  margin-bottom: 30px;
  clear: both;
  width: 100%; }

.content-card-acabados {
  clear: both;
  width: 100%;
  text-align: center; }

.card-acabados {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 20px 15px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2); }

.main-capacidad {
  padding: 60px 0 50px 0;
  display: block; }
  .main-capacidad figure {
    margin-bottom: 30px; }
  @media (max-width: 660px) {
    .main-capacidad {
      padding: 30px 15px 20px 15px; } }

.grid-capcidad {
  display: grid;
  grid-template-columns: 341px 1fr;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1005px; }
  @media (max-width: 660px) {
    .grid-capcidad {
      display: block; } }

.main-creacion {
  padding: 60px 0 50px 0;
  display: block; }
  .main-creacion figure {
    margin: 0 auto 30px;
    max-width: 1024px; }
  @media (max-width: 660px) {
    .main-creacion {
      padding: 30px 15px 20px 15px; } }

.country-list {
  color: #707070;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center; }
  .country-list ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0; }
    .country-list ul li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 10px;
      margin: 0 15px 10px 0;
      font-size: 14px; }
      .country-list ul li:after {
        width: 4px;
        height: 4px;
        background-color: #8DBE22;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 0;
        top: 8px; }

.main-country {
  padding: 60px 0 50px 0;
  display: block;
  text-align: center; }
  .main-country iframe {
    margin: 0 auto 40px;
    max-width: 1024px;
    border-radius: 10px;
    width: 100%;
    border: 0;
    height: 480px; }
  @media (max-width: 660px) {
    .main-country {
      padding: 35px 15px 20px 15px; } }

.card-sedes {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 0 50px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .card-sedes h1, .card-sedes h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
    color: #4D4D4D;
    text-transform: uppercase; }
  .card-sedes h3 {
    background: url("../img/background/icon-ping.png") no-repeat left center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding-left: 30px;
    min-height: 28px; }
    .card-sedes h3 strong {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold; }
  .card-sedes .column-info {
    text-align: left; }
  .card-sedes ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0; }
    .card-sedes ul li {
      position: relative;
      padding-left: 10px;
      margin: 0 0 5px 0;
      font-size: 14px;
      width: 100%;
      clear: both; }
      .card-sedes ul li:after {
        width: 4px;
        height: 4px;
        background-color: #999;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 0;
        top: 8px; }
  .card-sedes .info {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .card-sedes .info:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
  .card-sedes .column-map iframe {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 350px;
    border-radius: 10px;
    border: 0;
    vertical-align: top; }
  .card-sedes:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  @media (max-width: 660px) {
    .card-sedes {
      display: block; } }

.main-sedes {
  padding: 60px 0 50px 0;
  display: block;
  text-align: center; }
  @media (max-width: 660px) {
    .main-sedes {
      padding: 35px 15px 20px 15px; } }

.main-banner-gral figure img {
  width: 100%; }

.main-jop {
  padding: 60px 0 50px 0;
  display: block;
  text-align: center; }
  .main-jop h1, .main-jop h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
    color: #4D4D4D;
    text-transform: uppercase;
    text-align: center; }
  .main-jop article {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: block; }
  .main-jop p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 35px; }
    .main-jop p a {
      color: #8DBE22; }
  @media (max-width: 660px) {
    .main-jop {
      padding: 35px 15px 20px 15px; } }

.main-contenido {
  padding: 60px 0 50px 0;
  font-size: 14px;
  display: block; }
  .main-contenido h1, .main-contenido h2 {
    text-align: center; }
  .main-contenido h1 {
    font-size: 26px;
    margin-bottom: 7px; }
  .main-contenido h2 {
    font-size: 22px;
    margin-bottom: 40px; }
  .main-contenido h3, .main-contenido h4 {
    font-size: 16px;
    margin: 30px 0 10px 0;
    display: block;
    clear: both; }
    .main-contenido h3 span, .main-contenido h4 span {
      color: #8DBE22; }
  .main-contenido h4 {
    color: #8DBE22; }
  .main-contenido ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-contenido ul li {
      font-size: 14px;
      margin: 0 0 10px 0;
      padding-left: 13px;
      position: relative; }
      .main-contenido ul li:after {
        width: 5px;
        height: 5px;
        background-color: #8DBE22;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: 0;
        top: 8px; }
  .main-contenido ol li {
    margin-bottom: 10px; }
  .main-contenido a {
    color: #8DBE22;
    text-decoration: underline; }
    .main-contenido a:hover {
      color: #8DBE22; }
  .main-contenido table {
    margin: 35px auto 35px; }
    .main-contenido table td {
      padding: 15px; }
  @media (max-width: 660px) {
    .main-contenido {
      padding: 35px 15px 20px 15px; } }

.main-404 {
  padding: 60px 0 50px 0;
  display: block;
  text-align: center; }
  .main-404 h1 {
    color: #8DBE22;
    font-size: 28px; }
  .main-404 h2 {
    font-size: 15px;
    margin-bottom: 50px; }
  .main-404 hr {
    margin-bottom: 45px; }
  @media (max-width: 660px) {
    .main-404 {
      padding: 35px 15px 20px 15px; } }

.banner-industrial {
  background-size: cover !important;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
  min-height: 400px;
  padding: 30px 15px;
  position: relative;
  text-align: center; }
  .banner-industrial .caption-banner {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1; }
  .banner-industrial h1, .banner-industrial h2 {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 600px; }
  .banner-industrial:after {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .banner-industrial.banner-industrial-single {
    background: url("../images/industrial/banner-industrial-single-aprobado.jpg") no-repeat center center;
    min-height: 250px; }
    .banner-industrial.banner-industrial-single h1, .banner-industrial.banner-industrial-single h2 {
      font-size: 27px; }
  @media (max-width: 680px) {
    .banner-industrial {
      margin-bottom: 30px;
      min-height: 350px; }
      .banner-industrial h1, .banner-industrial h2 {
        font-size: 23px; }
      .banner-industrial.banner-industrial-single {
        min-height: 280px;
        background: url("../images/industrial/banner-industrial-single-aprobado-xs.jpg") no-repeat center center; }
        .banner-industrial.banner-industrial-single h1, .banner-industrial.banner-industrial-single h2 {
          font-size: 23px; }
      .banner-industrial .caption-banner {
        padding: 0 15px; } }

.main-gral-industrial {
  font-size: 15px;
  color: #707070; }
  .main-gral-industrial h2, .main-gral-industrial h3, .main-gral-industrial h4 {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 30px 0;
    vertical-align: top; }
  .main-gral-industrial h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase; }
  .main-gral-industrial h4 {
    clear: both;
    font-size: 17px;
    margin: 0 0 12px 0;
    padding-top: 20px;
    width: 100%; }
  .main-gral-industrial h6 {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 20px;
    color: #707070; }
  .main-gral-industrial ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-gral-industrial ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 7px; }
      .main-gral-industrial ul li:before {
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        background-color: #425b6f;
        float: left;
        margin: 8px 0 0 -15px;
        border-radius: 50%; }
  @media (max-width: 680px) {
    .main-gral-industrial {
      padding: 0 15px; }
      .main-gral-industrial h3 {
        margin-bottom: 10px; } }

.beneficios-industrial {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #425b6f;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
  padding: 30px 20px 15px 20px;
  text-align: center; }
  .beneficios-industrial figure {
    display: inline-block;
    margin: 0 3px 15px 3px;
    max-width: 90px;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    .beneficios-industrial figure img {
      width: 60px;
      margin: 0 auto 10px; }
  .beneficios-industrial span {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    display: block;
    line-height: 16px;
    min-height: 35px; }
  @media (max-width: 680px) {
    .beneficios-industrial {
      max-width: 94%;
      margin: 0 auto;
      padding: 30px 10px 5px 10px; }
      .beneficios-industrial figure {
        margin: 0 7px 25px 7px;
        min-width: 85px; } }

.card-estanterias {
  display: block;
  margin: 0 auto;
  max-width: 320px; }
  .card-estanterias figure {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f1f1f1;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    padding: 5px; }
    .card-estanterias figure img {
      transition: all 0.3s ease;
      width: 100%;
      border-radius: 8px; }
    .card-estanterias figure:hover .overflow {
      transform: scale(1); }
    .card-estanterias figure:hover img {
      transform: scale(1.1); }
  .card-estanterias .info {
    color: #707070;
    padding: 20px 15px 0 15px;
    position: relative;
    text-align: left; }
  .card-estanterias h3 {
    font-size: 15px;
    margin: 0;
    display: block;
    text-align: center; }
  .card-estanterias .overflow {
    position: absolute;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    text-align: center;
    background-color: rgba(66, 91, 111, 0.4);
    opacity: 1;
    border-radius: 15px;
    transition: all 0.4s ease;
    top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0); }
  @media (max-width: 660px) {
    .card-estanterias {
      margin-bottom: 10px; }
      .card-estanterias h3 {
        font-size: 14px; } }

.contact-industrial {
  padding: 40px 0 40px 0;
  position: relative;
  color: #787878;
  background: #f7f7f7; }
  .contact-industrial h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #425b6f;
    display: block; }
  .contact-industrial .grid-x-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    max-width: 850px;
    margin: 0 auto; }
    @media (max-width: 680px) {
      .contact-industrial .grid-x-3 {
        display: block; } }
  .contact-industrial .input {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 15px; }
    .contact-industrial .input input {
      border: 1px solid #d3d3d3;
      padding: 0 15px;
      border-radius: 7px; }
      .contact-industrial .input input:focus {
        border-color: #8DBE22; }
    .contact-industrial .input textarea {
      background: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      resize: none;
      margin-top: 10px;
      font-size: 14px;
      padding: 15px 20px;
      height: 70px;
      min-height: auto; }
      .contact-industrial .input textarea:focus {
        border-color: #8DBE22; }
  @media (max-width: 660px) {
    .contact-industrial {
      padding: 30px 35px; } }

.main-beneficios-industrial {
  padding: 30px 0 0 0;
  margin: 0 auto 50px; }
  .main-beneficios-industrial h6 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #707070; }
  @media (max-width: 680px) {
    .main-beneficios-industrial {
      padding-top: 10px;
      margin-bottom: 30px; } }

.main-gallery-industrial {
  margin-bottom: 50px; }
  .main-gallery-industrial h6 {
    color: #707070;
    display: block;
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase; }

.main-relacionados-category {
  padding: 50px 0 60px 0; }
  .main-relacionados-category h2 {
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #707070;
    text-transform: uppercase;
    display: block; }
  .main-relacionados-category .grid-card-four {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    justify-content: center; }
    .main-relacionados-category .grid-card-four .card-product {
      margin: 0 0 20px 0; }
  .main-relacionados-category.relacionados-single {
    border-top: 1px solid #e0e0e0; }
  @media (max-width: 680px) {
    .main-relacionados-category {
      padding: 30px 15px 40px 15px; }
      .main-relacionados-category .grid-card-four {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 8px; } }

.img-x5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px; }

.img-360-center {
  max-width: 600px;
  margin: 30px auto 30px;
  overflow: hidden;
  border-radius: 20px;
  clear: both;
  display: block; }

.render-360 {
  display: grid;
  gap: 0 70px;
  grid-template-columns: 500px 1fr;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0 20px 0; }
  .render-360 img {
    border-radius: 20px; }
  .render-360 ul, .render-360 ol {
    padding: 0;
    margin: 0;
    list-style: none; }
    .render-360 ul li, .render-360 ol li {
      margin-bottom: 10px; }
      .render-360 ul li a, .render-360 ol li a {
        text-decoration: none;
        color: #707070;
        transition: all 0.3s ease;
        display: block; }
        .render-360 ul li a:hover, .render-360 ol li a:hover {
          transform: translateX(10px);
          text-decoration: none; }
    .render-360 ul span, .render-360 ol span {
      background: #425b6f;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: bold;
      height: 20px;
      line-height: 20px;
      margin: 0 15px 0 -35px;
      text-align: center;
      vertical-align: top;
      width: 20px; }
      @media (max-width: 680px) {
        .render-360 ul span, .render-360 ol span {
          margin-left: 0; } }
  @media (max-width: 680px) {
    .render-360 {
      display: block; }
      .render-360 figure {
        margin-bottom: 30px; } }

.main-info-shop {
  text-align: center;
  padding: 50px 0 40px 0;
  border-bottom: 1px solid #e0e0e0; }
  .main-info-shop .others-contact {
    max-width: 850px; }
  @media (max-width: 680px) {
    .main-info-shop {
      padding: 30px 0 0 0; }
      .main-info-shop .others-contact {
        margin-bottom: 0;
        border: 0; }
        .main-info-shop .others-contact ul li {
          padding: 15px 20px; } }

.main-type-rejillas {
  padding: 0 0 30px 0; }
  .main-type-rejillas h4 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #707070;
    display: block;
    padding: 0; }
  @media (max-width: 680px) {
    .main-type-rejillas h4 {
      margin-bottom: 0px; } }

.rejillas-single-gallery {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 50px; }
  .rejillas-single-gallery h5 {
    font-size: 17px;
    text-align: center;
    margin: 0 0 25px 0;
    display: block;
    color: #425b6f;
    text-transform: uppercase; }
  .rejillas-single-gallery figure {
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 5px #e7e7e7;
    margin: 0;
    padding: 8px; }
  @media (max-width: 680px) {
    .rejillas-single-gallery {
      padding: 30px 15px 0 15px;
      margin-bottom: 5px; } }

.grid-x4-rejillas {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 0 30px;
  text-align: center; }
  .grid-x4-rejillas img {
    border-radius: 10px; }
  @media (max-width: 680px) {
    .grid-x4-rejillas {
      display: block; } }

.grid-x3-rejillas {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 0 30px;
  text-align: center; }
  .grid-x3-rejillas img {
    border-radius: 10px; }
  @media (max-width: 680px) {
    .grid-x3-rejillas {
      display: block; } }

.column-order img {
  border-radius: 8px; }

.column-order article {
  clear: both;
  display: grid;
  gap: 0 30px;
  grid-template-columns: 450px 1fr;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  align-items: center; }
  .column-order article:nth-child(2n) figure {
    order: 2; }
  .column-order article:nth-child(2n) .info {
    order: 1; }
  @media (max-width: 680px) {
    .column-order article:nth-child(2n) {
      display: block; } }
  @media (max-width: 680px) {
    .column-order article {
      display: block; }
      .column-order article figure {
        margin-bottom: 25px; } }

.column-order .info {
  text-align: left; }

.column-order figure {
  max-width: 450px; }

.main-forms {
  padding: 50px 0 40px 0; }
  @media (max-width: 660px) {
    .main-forms {
      padding: 30px 15px; } }

.wrapper-form, .main-login {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
  position: relative; }
  .wrapper-form h1, .wrapper-form h2, .main-login h1, .main-login h2 {
    color: #707070;
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 0 0 40px 0; }
  .wrapper-form h2, .main-login h2 {
    font-size: 18px;
    margin: 0 0 20px 0; }
  .wrapper-form p, .main-login p {
    font-size: 14px;
    margin: 0 0 35px 0;
    text-align: center; }
    @media (max-width: 660px) {
      .wrapper-form p br, .main-login p br {
        display: none; } }

.content-form {
  border-radius: 15px;
  padding: 40px 80px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .content-form input[type=submit], .content-form input[type="button"],
  .content-form button {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8DBE22;
    color: #8DBE22;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    height: 40px;
    margin: 30px 0 0 0;
    max-width: 100%;
    min-width: 120px;
    text-align: center;
    text-align: center;
    transition: all 0.3s ease;
    vertical-align: top;
    width: 100%; }
    .content-form input[type=submit]:hover, .content-form input[type="button"]:hover,
    .content-form button:hover {
      color: #8DBE22; }
    .content-form input[type=submit].disabled, .content-form input[type="button"].disabled,
    .content-form button.disabled {
      border-color: #d2d2d2;
      background: #d2d2d2;
      color: #fff;
      pointer-events: none; }
  .content-form .input {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin: 0 auto 20px;
    display: block;
    text-align: left; }
    .content-form .input input[type=text], .content-form .input input[type=email], .content-form .input input[type=date],
    .content-form .input input[type=password], .content-form .input input[type=tel],
    .content-form .input input[type=number], .content-form .input select, .content-form .input input[type=file], .content-form .input textarea {
      width: 100%;
      max-width: 100%;
      height: 40px;
      background: #fff;
      border: 0;
      border-radius: 0;
      letter-spacing: 0; }
    .content-form .input select {
      background: url("../img/background/icon-select.png") no-repeat center right;
      margin: 0;
      padding: 0 0;
      font-size: 15px; }
    .content-form .input input[type=file] {
      font-size: 14px;
      margin-top: 12px; }
    .content-form .input textarea {
      border: 1px solid #d3d3d3;
      border-radius: 10px;
      resize: none;
      margin-top: 10px;
      font-size: 14px;
      padding: 15px 20px;
      height: 130px; }
    .content-form .input ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .content-form .input ul li {
        font-size: 14px;
        color: #ff5e5e; }
  .content-form h5 {
    font-weight: normal;
    margin: -15px 0 15px 0;
    font-size: 12px;
    transition: all 0.3s ease;
    height: 20px;
    width: 100%;
    clear: both;
    line-height: 20px;
    text-align: left;
    opacity: 0.8; }
  .content-form .link-label {
    color: #707070;
    font-weight: normal;
    display: inline-block;
    font-size: 14px;
    margin-top: 30px;
    vertical-align: top; }
    .content-form .link-label a {
      color: #707070;
      text-decoration: underline; }
      .content-form .link-label a:hover {
        text-decoration: underline;
        color: #8DBE22; }
  @media (max-width: 660px) {
    .content-form {
      padding: 30px 15px; } }

span.wpcf7-list-item-label {
  float: left;
  padding-left: 22px;
  margin-top: -3px; }

.wpcf7-not-valid-tip {
  font-size: 13px; }
  .contact-industrial .wpcf7-not-valid-tip{
    font-size: 11px;
}

.g-recapcha {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  display: block;
  padding-top: 15px; }

.input-code {
  display: inline-block;
  vertical-align: top;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 5px 20px 5px; }
  .input-code input[type=text], .input-code input[type=number] {
    border: 1px solid #e0e0e0;
    width: 60px;
    height: 55px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3 ease; }
    .input-code input[type=text]:focus, .input-code input[type=number]:focus {
      border-color: #8DBE22; }
    @media (max-width: 660px) {
      .input-code input[type=text], .input-code input[type=number] {
        width: 40px;
        height: 45px; } }
  .input-code input::-webkit-outer-spin-button,
  .input-code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  @media (max-width: 660px) {
    .input-code {
      margin: 0 2px 20px 2px; } }

.birth-date,
.address-date,
.phone-date {
  text-align: left;
  width: 100%;
  clear: both; }
  .birth-date label,
  .address-date label,
  .phone-date label {
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    transition: all 0.3s ease;
    height: 20px;
    width: 100%;
    clear: both;
    line-height: 20px; }

.birth-date-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px; }

.address-date-grid {
  display: grid;
  grid-template-columns: 1fr 70px 25px 50px 25px 50px;
  gap: 0 20px; }
  .address-date-grid .val {
    line-height: 45px;
    font-weight: bold; }
  @media (max-width: 660px) {
    .address-date-grid {
      grid-template-columns: 1fr 50px 20px 30px 20px 30px;
      gap: 0 10px; } }

.phone-date-grid {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 20px; }
  .phone-date-grid .val {
    line-height: 45px;
    font-weight: bold; }

.input-password {
  margin-top: 50px; }

.check-terms {
  text-align: left;
  padding-top: 20px; }
  .check-terms label {
    text-align: left;
    font-size: 14px;
    margin: 0 0 10px 0; }
    .check-terms label a {
      text-decoration: underline;
      color: #8DBE22;
      font-weight: bold; }
      .check-terms label a:hover {
        color: #8DBE22; }
  .check-terms input[type=checkbox], .check-terms input[type=radio] {
    margin: 0 8px 0 0; }

.btn-reset {
  text-decoration: underline;
  color: #707070;
  font-weight: normal;
  display: block;
  font-size: 14px;
  margin: 25px 0 5px 0;
  vertical-align: top;
  text-align: left; }
  .btn-reset:hover {
    text-decoration: underline;
    color: #8DBE22; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

.show-password {
  background: url("../img/background/visible-text.png") no-repeat center center;
  background-size: 100% !important;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 30px;
  display: block;
  z-index: 1;
  cursor: pointer;
  transition: all .3s ease; }
  .show-password.hidden-text {
    background: url("../img/background/hidden-text.png") no-repeat center center;
    background-size: 100%; }

div.cancel {
  background: url("../img/background/icon-cancel.png") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 31px;
  height: 31px;
  display: block;
  opacity: 1;
  text-indent: -9999px; }

.others-contact {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px; }
  .others-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
    .others-contact ul li {
      display: inline-block;
      vertical-align: top;
      color: #707070;
      padding: 0 30px;
      border-right: 1px solid #e5e5e5; }
      .others-contact ul li a {
        display: block;
        color: #707070; }
        .others-contact ul li a:hover {
          color: #8DBE22; }
      .others-contact ul li strong {
        display: block;
        color: #8DBE22; }
      .others-contact ul li:last-child {
        border: 0; }
  @media (max-width: 660px) {
    .others-contact {
      padding: 20px; }
      .others-contact ul li {
        padding: 0px 20px;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%; } }

#modal-login .parsley-errors-list, #form-register .parsley-errors-list {
  list-style: none; }
  #modal-login .parsley-errors-list li, #form-register .parsley-errors-list li {
    font-size: 14px;
    color: #ff5e5e; }

.input input[type="text"]::-webkit-input-placeholder,
.woocommerce-input-wrapper .input-text::-webkit-input-placeholder {
  color: #cfcfcf !important; }

.input input[type="text"]::-moz-placeholder,
.woocommerce-input-wrapper .input-text::-moz-placeholder {
  color: #cfcfcf !important; }

.input input[type="text"] :-ms-input-placeholder,
.woocommerce-input-wrapper .input-text :-ms-input-placeholder {
  color: #cfcfcf !important; }

.input input[type="text"]:-moz-placeholder,
.woocommerce-input-wrapper .input-text:-moz-placeholder {
  color: #cfcfcf !important; }

p#billing_dir_1_field,
p#billing_dir_2_field,
p#billing_dir_3_field,
p#billing_dir_4_field,
p#shipping_dir_1_field,
p#shipping_dir_2_field,
p#shipping_dir_3_field,
p#shipping_dir_4_field {
  position: relative;
  float: left;
  width: 100%; }

p#billing_dir_1_field,
p#shipping_dir_1_field {
  max-width: 170px; }

p#billing_dir_2_field,
p#shipping_dir_2_field {
  max-width: 90px;
  margin-left: 22px; }

p#billing_dir_3_field,
p#shipping_dir_3_field {
  max-width: 80px;
  margin-left: 35px; }
  p#billing_dir_3_field:after,
  p#shipping_dir_3_field:after {
    content: "#";
    top: 8px; }

p#billing_dir_4_field,
p#shipping_dir_4_field {
  max-width: 80px;
  margin-left: 35px; }
  p#billing_dir_4_field:after,
  p#shipping_dir_4_field:after {
    content: "-";
    top: 25px; }

p#billing_dir_3_field:after,
p#billing_dir_4_field:after,
p#shipping_dir_3_field:after,
p#shipping_dir_4_field:after {
  display: block;
  font-weight: bold;
  width: 40px;
  float: left;
  position: absolute;
  left: -20px; }

#billing_customer_id_field,
#shipping_customer_id_field {
  position: relative; }

.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  background: #8dbe22;
  font-size: 12px;
  left: 166px;
  max-width: 240px;
  padding: 10px 1em;
  position: absolute;
  top: 17px;
  z-index: 1; }
  .woocommerce form .form-row .woocommerce-input-wrapper span.description:before {
    border-color: #8dbe22 transparent !important;
    left: 10% !important; }

.check-terms label:nth-child(3) {
  padding-left: 25px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  margin-top: 5px; }
  .check-terms label:nth-child(3) span {
    border: 0 !important;
    color: red;
    cursor: help;
    font-weight: 700;
    text-decoration: none; }
  .check-terms label:nth-child(3) input[type=checkbox] {
    float: left;
    margin-left: -25px; }

span.requerido {
  border: 0 !important;
  color: red;
  font-weight: 700;
  text-decoration: none; }

.content-form button.woocommerce-Button.button {
  background: #fff;
  border: 1px solid #8DBE22;
  border-radius: 10px;
  color: #8DBE22;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px; }
  .content-form button.woocommerce-Button.button:hover {
    background: #8DBE22;
    color: #fff; }

.main-woocommerce_products {
  padding: 40px 0 60px 0; }
  @media (max-width: 660px) {
    .main-woocommerce_products {
      padding: 40px 15px 50px 15px; } }

.grid-filter-products {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 300px 1fr; }
.page-id-19689 .grid-filter-products{
    grid-template-columns: auto;
}
.page-id-19689 h1.title-h1{
  text-align: left;
  width: 100%;
}
  @media (max-width: 660px) {
    .grid-filter-products {
      display: block; } }

.column_filter h2, .column_filter h3 {
  font-size: 19px !important; }

.column_filter h4, .column_filter h5 {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #005092;
  font-weight: bold; }

.column_filter .item-filter h2 {
  font-size: 16px !important;
  margin: 0 0 15px 0 !important;
  color: #005092;
  font-weight: bold; }

.column_filter h5 {
  font-size: 20px; }

.column_filter .item-filter {
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px; }

.column_filter select, .column_filter input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 20px 0 15px;
  text-align: left;
  height: 35px;
  margin: 0 0 15px 0;
  font-size: 14px; }

.column_filter hr {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  clear: both; }

.column_filter label {
  font-weight: normal;
  margin: 0; }

.column_filter ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .column_filter ul li {
    font-size: 14px;
    margin: 0;
    padding-left: 20px; }
    .column_filter ul li:hover label {
      color: #8DBE22;
      cursor: pointer; }
  .column_filter ul input[type=checkbox], .column_filter ul input[type=radio] {
    margin: 3px 8px 0 -20px; }

.card_product-small {
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .card_product-small a {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 90px 1fr;
    width: 100%; }
  .card_product-small figure {
    overflow: hidden; }
    .card_product-small figure img {
      height: 80px;
      object-fit: cover;
      transition: all 0.3s ease; }
  .card_product-small h3 {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    margin: 0 0 10px 0; }
  .card_product-small p, .card_product-small h5, .card_product-small .h5 {
    color: #8DBE22;
    font-weight: bold;
    font-size: 14px !important;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
  .card_product-small:hover img {
    transform: scale(1.2); }
  .card_product-small:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0; }

.main-banner-products {
  color: #707070;
  margin: 0 0 40px 0; }
  .main-banner-products h1 {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .main-banner-products p {
    font-size: 14px;
    line-height: 18px; }

.banner-products {
  background: #fff url("../img/background/bg-banner-kit.jpg") no-repeat center center;
  align-items: center;
  background-size: cover !important;
  color: #707070;
  display: flex;
  justify-content: end;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  min-height: 190px;
  padding: 0 20px 0 30px; }

  /* Estilos Categorias MARCAS */
  .tax-product_brand .banner-products{
    background: #fff url("../img/background/bg-banner-kit.jpg") no-repeat center center;
    background-size: cover !important;
    color: #707070;
    margin-bottom: 30px;
    min-height: 400px;
  }
  .section-title-desc{
    text-transform: uppercase;
    text-align: center;  
    max-width: 50%;  
    margin: 0 auto;  
    padding: 40px 0 0 0;
    font-size: 18px;  
  }
  .section-title-desc p{
    text-transform: none;
  }
  @media (max-width: 768px) {
    .section-title-desc {
        max-width: 80%;
    }
}
  .tax-product_brand .logos-marcas {
    padding: 20px;
    text-align: center;
}

.tax-product_brand .logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tax-product_brand .logo-item img {
    max-width: 120px;
    height: auto;
}

/* @media (min-width: 1024px) { 
  .tax-product_brand .swiper-wrapper {
    justify-content: center;
  }
} */


  .banner-products h1, .banner-products h2 {
    font-size: 23px;
    margin: 0 0 20px 0; }
    .banner-products h1 span, .banner-products h2 span {
      font-size: 23px;
      font-weight: bold !important; }
  .banner-products p {
    font-size: 14px;
    line-height: 18px; }
  .banner-products article {
    max-width: 305px; }
  @media (max-width: 660px) {
    .banner-products {
      padding: 200px 15px 20px 15px;
      background-size: 415px 190px !important;
      background-position: center top !important;
      display: block; } }

.column-products_ppal h1 {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 25px 0;
  display: inline-block;
  vertical-align: top; }

.column-products_ppal .card-product {
  max-width: 250px;
  margin-bottom: 35px; }

@media (max-width: 660px) {
  .column-products_ppal .grid-card-three {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8px; } }

.details-filter {
  clear: both;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .details-filter select {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    height: 40px;
    max-width: 250px;
    padding: 0 25px 0 0;
    text-align: left;
    transition: all 0.3s ease;
    margin: 0; }
  .details-filter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .details-filter ul li {
      background: #fff url("../img/background/icon-cancel-green.svg") no-repeat center left;
      background-size: 12px;
      font-size: 13px;
      cursor: pointer;
      float: left;
      margin: 0 12px 0 0;
      padding: 0 12px 0 18px;
      color: #707070;
      border-right: 1px solid #c5c5c5; }
      .details-filter ul li a {
        color: #707070;
        display: block; }
      .details-filter ul li:hover {
        color: #8DBE22; }
      .details-filter ul li:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }

.main-single-product {
  padding: 40px 0 30px 0; }
  @media (max-width: 660px) {
    .main-single-product {
      padding: 20px 15px 30px 15px; }
      .main-single-product article .col-xs-12 {
        padding-left: 0;
        padding-right: 0; } }

.column-two-single {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 500px 1fr; }
  @media (max-width: 660px) {
    .column-two-single {
      display: block; } }

.single-producto-description {
  font-size: 14px; }
  .single-producto-description h1 {
    font-size: 30px;
    color: #4D4D4D;
    font-weight: bold;
    margin: 0 0 15px 0; }
  .single-producto-description h2, .single-producto-description .h2 {
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: 400; }
  .single-producto-description h3, .single-producto-description .h3 {
    margin: 0 0 20px 0;
    color: #8DBE22;
    font-size: 22px;
    font-weight: bold; }
    .single-producto-description h3 span, .single-producto-description .h3 span {
      font-size: 16px;
      font-weight: 400;
      color: #707070; }
  .single-producto-description h4, .single-producto-description h5 {
    font-size: 14px;
    color: #005092;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 24px; }
  .single-producto-description h5 {
    width: 100%;
    clear: both;
    display: block;
    text-align: left; }
  .single-producto-description h6, .single-producto-description .h6 {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #ADAFB1;
    font-weight: 400; }
    .single-producto-description h6 a, .single-producto-description .h6 a {
      color: #707070;
      text-decoration: none;
      margin: 0 5px; }
      .single-producto-description h6 a:hover, .single-producto-description .h6 a:hover {
        color: #8DBE22; }
  .single-producto-description p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 25px 0; }
    .single-producto-description p a {
      color: #707070;
      text-decoration: underline; }
      .single-producto-description p a:hover {
        color: #8DBE22; }
  .single-producto-description select, .single-producto-description input[type="text"] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 20px 0 15px;
    text-align: left;
    height: 35px;
    margin: 0 0 15px 0;
    font-size: 14px;
    max-width: 280px; }
  .single-producto-description [type=button], .single-producto-description button {
    line-height: 30px; }
  .single-producto-description hr {
    margin: 25px 0 25px 0;
    clear: both;
    width: 100%; }
  @media (max-width: 660px) {
    .single-producto-description h1 {
      font-size: 24px; } }
  .single-producto-description button.button_cart {
    background: #fff url("../img/background/icon-cart.png") no-repeat 15px center;
    background-size: 19px;
    color: #8DBE22;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 5px 15px 5px 30px;
    display: inline-block;
    vertical-align: top !important;
    margin: 0 0 0 5px;
    float: none !important;
    transition: all 0.3s ease;
    line-height: 30px;
    height: 40px;
    max-width: 210px; }
    .single-producto-description button.button_cart:hover {
      background: #8DBE22 url("../img/background/icon-cart-active.png") no-repeat 15px center !important;
      background-size: 19px !important;
      color: #fff; }
  @media (max-width: 660px) {
    .single-producto-description button.button_cart {
      max-width: 180px;
      float: right !important; } }
  .single-producto-description table.variations tr {
    margin-bottom: 15px;
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 660px) {
      .single-producto-description table.variations tr {
        width: 100%;
        display: block; } }

.color-products {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 15px;
  display: inline-block;
  vertical-align: top; }
  .color-products li {
    float: left;
    margin-right: 15px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer; }
    .color-products li i {
      border-radius: 50%;
      border: 1px solid #ddd;
      display: inline-block;
      height: 24px;
      margin-right: 3px;
      overflow: hidden;
      vertical-align: top;
      width: 24px; }
    .color-products li img {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      vertical-align: top; }
    .color-products li span {
      display: inline-block;
      vertical-align: top; }
    .color-products li:hover i, .color-products li.active i {
      border-color: #8DBE22; }
    .color-products li:hover span, .color-products li.active span {
      color: #8DBE22; }
  @media (max-width: 660px) {
    .color-products {
      margin-left: 0;
      width: 100%;
      clear: both; }
      .color-products li {
        margin: 0 10px 10px 0;
        font-size: 11px; } }

.share-products {
  width: 100%;
  clear: both; }
  .share-products label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: #ADAFB1; }
  .share-products .redes {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: none;
    padding: 0; }
    .share-products .redes li {
      filter: brightness(1) invert(0.7); }

.content-gallery {
  position: relative; }
  .content-gallery .large-gallery {
    border: 1px solid #e0e0e0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    width: 500px;
    display: block;
    margin: 0 auto 10px;
    position: relative; }
    .content-gallery .large-gallery img {
      height: 450px;
      object-fit: cover;
      width: 100%; }
  .content-gallery .woo-variation-product-gallery {
    max-width: 100% !important; }
  .content-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 450px;
    object-fit: cover;
    width: 100%; }
    @media (max-width: 660px) {
      .content-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 290px !important;
        object-fit: cover !important; } }
  .content-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    height: 70px;
    object-fit: cover;
    border-radius: 8px; }
  .content-gallery .woo-variation-gallery-slider-wrapper {
    border: 1px solid #e0e0e0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    width: 500px;
    display: block;
    margin: 0 auto 20px;
    position: relative; }
  .content-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    padding: 0 0;
    opacity: 0.8;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: all 0.3s ease; }
  .content-gallery .wvg-gallery-thumbnail-image.current-thumbnail {
    border-color: #8DBE22; }
  .content-gallery .thumbs-gallery {
    position: relative;
    clear: both;
    width: 100%; }
    .content-gallery .thumbs-gallery .swiper-slide {
      background-color: #fff;
      height: 70px !important;
      border: 2px solid #e0e0e0;
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease; }
      .content-gallery .thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
        border: 2px solid #8DBE22; }
        .content-gallery .thumbs-gallery .swiper-slide.swiper-slide-thumb-active img {
          cursor: default; }
    .content-gallery .thumbs-gallery img {
      width: 100%;
      height: 70px;
      object-fit: cover;
      border-radius: 8px;
      cursor: pointer; }
  .content-gallery .next-gallery, .content-gallery .prev-gallery {
    border: 1px solid #D8D7D7;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    top: 50%;
    margin-top: -17px;
    z-index: 2; }
    @media (max-width: 660px) {
      .content-gallery .next-gallery, .content-gallery .prev-gallery {
        width: 30px;
        height: 30px;
        bottom: -30px; } }
  .content-gallery .next-gallery {
    background: #fff url("../img/background/next.png") no-repeat center center;
    background-size: 10px;
    right: 15px; }
  .content-gallery .prev-gallery {
    background: #fff url("../img/background/prev.png") no-repeat center center;
    background-size: 10px;
    left: 15px; }
  @media (max-width: 660px) {
    .content-gallery {
      grid-template-columns: 60px 1fr;
      margin-bottom: 30px;
      gap: 0 10px; }
      .content-gallery .woo-variation-product-gallery {
        width: 100% !important; }
      .content-gallery .large-gallery {
        width: 100%; }
        .content-gallery .large-gallery img {
          height: 290px; }
      .content-gallery .thumbs-gallery .swiper-slide {
        height: auto !important; } }

.main_single-description {
  padding: 0 0 60px 0; }

.title-single {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
  clear: both;
  border-top: 1px solid #ddd; }
  .title-single li {
    display: inline-block;
    vertical-align: top;
    margin: -1px 20px 0 20px;
    font-size: 15px;
    font-weight: bold; }
    .title-single li h2, .title-single li h3, .title-single li h4 {
      font-size: 15px;
      margin: 0;
      padding: 0; }
    .title-single li a {
      transition: all 0.3s ease;
      display: block;
      padding: 15px 0;
      color: #707070;
      border-top: 2px solid transparent; }
    .title-single li:hover a, .title-single li.ui-state-active a {
      border-color: #8DBE22;
      color: #8DBE22; }
  @media (max-width: 660px) {
    .title-single {
      white-space: nowrap;
      overflow: auto; } }

.content_tabs-single {
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
  padding: 0;
  border-radius: 10px;
  font-size: 13px; }
  .content_tabs-single h2 {
    font-size: 18px; }
  .content_tabs-single h3 {
    font-size: 16px; }
  .content_tabs-single p {
    padding: 0 30px; }
  .content_tabs-single figure {
    max-width: 600px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #e0e0e0; }
  .content_tabs-single .columns-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    width: 100%;
    padding: 0 30px; }
  .content_tabs-single .card-tabs {
    padding: 40px 0; }
    .content_tabs-single .card-tabs h3 {
      display: inline-block;
      vertical-align: top;
      max-width: 100px; }
    .content_tabs-single .card-tabs ul {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 20px 0;
      max-width: 300px;
      padding: 0 0 0 35px; }
    .content_tabs-single .card-tabs:first-child {
      border-right: 1px solid #e0e0e0; }
  .content_tabs-single table {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    color: #707070;
    margin: 0; }
    .content_tabs-single table tr {
      transition: all 0.3s ease; }
      .content_tabs-single table tr:hover {
        background: #f5f5f5; }
    .content_tabs-single table td {
      border: 1px solid #e0e0e0;
      padding: 15px 25px;
      vertical-align: middle; }
      .content_tabs-single table td:first-child {
        font-size: 15px;
        font-weight: 500; }
        @media (max-width: 660px) {
          .content_tabs-single table td:first-child {
            font-size: 13px; } }
      .content_tabs-single table td h3 {
        font-size: 15px;
        font-weight: 500;
        margin: 0; }
    .content_tabs-single table ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .content_tabs-single table ul li {
        margin-bottom: 5px; }
  .content_tabs-single .leyend {
    padding: 25px 40px;
    text-align: left; }
    .content_tabs-single .leyend p {
      background: #fff url("../img/background/mns.svg") no-repeat left center;
      font-size: 13px;
      margin: 0;
      padding: 0 0 0 50px; }
  .content_tabs-single iframe {
    width: 560px;
    height: 315px;
    margin: 30px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }
    @media (max-width: 660px) {
      .content_tabs-single iframe {
        width: 305px;
        height: 173px;
        margin: 0; } }
  @media (max-width: 660px) {
    .content_tabs-single {
      max-width: 92%;
      font-size: 11px; }
      .content_tabs-single p {
        padding: 15px; }
      .content_tabs-single figure {
        max-width: 90%; }
      .content_tabs-single .columns-two {
        padding: 0 20px;
        display: block; }
      .content_tabs-single .card-tabs {
        padding: 25px 0;
        margin-bottom: 0; }
        .content_tabs-single .card-tabs h3 {
          max-width: 100%;
          width: 100%; }
        .content_tabs-single .card-tabs ul {
          padding: 0 0 0 15px;
          margin: 0; }
        .content_tabs-single .card-tabs:first-child {
          border-right: 0;
          border-bottom: 1px solid #e0e0e0; }
      .content_tabs-single table td {
        padding: 15px 15px; }
      .content_tabs-single .leyend {
        padding: 20px 20px; } }

.main_related-single {
  text-align: center;
  padding: 40px 0 50px 0;
  border-top: 1px solid #e0e0e0; }
  .main_related-single h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 45px 0;
    text-transform: uppercase; }

@media (max-width: 660px) {
  .swiper-related-single {
    padding: 0 80px; } }

.main_single-description .leyend-info {
  padding: 25px 40px;
  text-align: left;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 950px;
  margin: 0 auto 40px;
  border-radius: 10px; }
  .main_single-description .leyend-info p {
    background: #fff url("../img/background/mns.svg") no-repeat left center;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 50px; }

.checkout-button.button.wc-forward.wp-element-button {
  background-color: #8DBE22; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #8dbe22;
  font-size: 16px !important; }

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  border: 1px solid #D8D7D7;
  border-radius: 10px;
  background: #fff;
  opacity: 1; }
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover,
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
    background: #fff; }

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow {
  right: 15px; }

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow,
.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow {
  left: 15px; }

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before,
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
  color: #b3b3b3; }

.cfvsw-selected-swatch,
.cfvsw-selected-swatch:hover,
.cfvsw-swatches-option:not(.cfvsw-swatches-disabled):not(.cfvsw-swatches-out-of-stock):hover {
  border: 1px solid #8dbe22 !important;
  box-shadow: 0 0 5px #8dbe2261; }

.woocommerce span.onsale {
  background-color: #8dbe22;
  width: 55px;
  height: 55px;
  font-size: 11px !important;
  line-height: 49px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  left: 5px;
  top: 5px;
  z-index: 1; 
 }

.cfvsw-swatches-container .cfvsw-selected-swatch {
  pointer-events: none; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  margin-right: 15px; }

.woocommerce-variation-price {
  margin-bottom: 10px; }

.tab_content video {
  height: 350px;
  width: 460px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 660px) {
    .tab_content video {
      width: 320px;
      height: 180px; } }

.content_tabs-single#instructivo {
  padding: 30px; }
  .content_tabs-single#instructivo h2 {
    font-size: 18px; }
  .content_tabs-single#instructivo p {
    padding: 0; }
  .content_tabs-single#instructivo a.btn.btn-default {
    box-shadow: none;
    background: #fff;
    border: 1px solid #8DBE22;
    border-radius: 10px;
    color: #8DBE22;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    padding: 0;
    line-height: 40px; }
    .content_tabs-single#instructivo a.btn.btn-default:hover, .content_tabs-single#instructivo a.btn.btn-default:focus {
      box-shadow: none;
      outline: none; }

.total-products {
  color: #8dbe22;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 25px 0;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  float: right; }
  .total-products span {
    background: #8dbe22;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    vertical-align: top;
    width: 30px; }

.term-colecciones .banner-products {
  display: none; }

.info-order-news {
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #8dbe22;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 40px;
  border-radius: 10px; }
  .info-order-news p {
    background: #fff url("../img/background/mns-2.svg") no-repeat left center;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 50px; }
    .info-order-news p a {
      text-decoration: underline !important;
      color: #8dbe22 !important; }

article.category-leyengd {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  clear: both;
  font-size: 14px;
  margin: 30px auto 25px;
  max-width: 820px;
  padding: 30px;
  width: 100%; }
  article.category-leyengd h1, article.category-leyengd h2, article.category-leyengd h3, article.category-leyengd h4 {
    color: #8dbe22;
    font-size: 22px;
    margin: 0 0 15px 0; }

/* ------------------------------Ipad Horizontal---------------------------- */
/* ------------------------------Ipad Vertical---------------------------- */
@media handheld, only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-blogs {
    grid-template-columns: 285px 1fr;
    gap: 0 10px; }
    .card-blogs .category {
      bottom: auto;
      top: 15px; }
  .grid-columns-two-blog {
    gap: 0 10px; }
  .grid-filter-products {
    gap: 0 20px; }
  .wrapper-main {
    padding: 0 15px; }
  .nav-bar_top p {
    font-size: 12px; }
  .grid-card-three {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px; }
  .nav_category-content {
    max-width: 745px; }
  .column-products_ppal .card-product {
    max-width: 310px; }
  .cont-search {
    max-width: 370px; } }

/* ---------------------------- 320px-640px -------------------------- */
@media handheld, only screen and (max-width: 667px) {
  #nav-toogle {
    display: block !important; }
  .card-customer, .card-subscribe {
    max-width: 100%;
    padding: 0 15px; }
    .card-customer h3, .card-subscribe h3 {
      margin-bottom: 15px; }
  .nav-bar_top {
    padding: 10px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9; }
    .nav-bar_top nav {
      display: none; }
    .nav-bar_top .redes {
      display: none; }
    .nav-bar_top p {
      width: 80%;
      font-size: 12px;
      line-height: 15px;
      max-width: 210px; }
  .main-nav_search {
    padding: 20px 15px; }
    .main-nav_search .logo {
      max-width: 150px;
      margin-bottom: 20px; }
    .main-nav_search .sub-menu {
      visibility: visible;
      opacity: 1;
      height: auto;
      position: relative;
      top: 0;
      margin: 0;
      transform: translate(0, 0);
      width: 100%;
      padding: 10px 20px 10px 20px; }
  .main-nav_ppal {
    padding: 0 0; }
    .main-nav_ppal nav.main-nav {
      position: fixed;
      left: -100%;
      top: 0;
      width: 100%;
      transition: all 0.4s ease-out;
      z-index: 10;
      background-color: #fff;
      max-width: 300px;
      padding: 20px 20px 30px 20px;
      height: 100%;
      overflow: auto; }
      .main-nav_ppal nav.main-nav ul li {
        margin: 0;
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid #e9e9e9; }
        .main-nav_ppal nav.main-nav ul li a {
          padding: 7px 0;
          font-size: 14px; }
        .main-nav_ppal nav.main-nav ul li.border {
          border: 0 !important;
          padding-left: 0;
          margin-left: 0; }
        .main-nav_ppal nav.main-nav ul li:hover ul.sub-menu {
          transform: translateY(0); }
      .main-nav_ppal nav.main-nav ul.sub-menu {
        visibility: visible;
        opacity: 1;
        height: auto;
        margin-bottom: 10px;
        position: relative;
        top: 0;
        margin: 0 0 10px 0;
        transform: translate(0, 0);
        width: 100%;
        padding: 10px 20px;
        background: #fdfdfd;
        display: none; }
        .main-nav_ppal nav.main-nav ul.sub-menu li {
          margin: 0;
          font-weight: 400; }
          .main-nav_ppal nav.main-nav ul.sub-menu li a {
            padding: 3px 0;
            font-size: 13px; }
  .info-banner-home {
    position: relative;
    max-width: 100%;
    padding: 20px 15px 35px 15px;
    left: 0;
    top: 0;
    margin: 340px 0 0 0;
    text-align: center; }
    .info-banner-home p {
      text-align: center; }
  .fixed-btn {
    right: 15px;
    bottom: 30px;
    width: 40px; }
    .fixed-btn ul li a {
      width: 40px;
      height: 40px; }
  .banner-home-ppal {
    min-height: auto; }
    .banner-home-ppal .next-rejiplas, .banner-home-ppal .prev-rejiplas {
      top: 170px; }
    .banner-home-ppal .swiper-slide {
      opacity: 0 !important; }
    .banner-home-ppal .swiper-slide-active {
      opacity: 1 !important; }
    .banner-home-ppal .pagination-rejiplas {
      bottom: 60px !important; }
  .main_benner-home {
    background-color: #f1f1f1 !important;
    background-size: 400px !important;
    min-height: 360px;
    padding: 20px 0; }
  .nav_category-content {
    max-width: 100%;
    min-height: auto;
    display: none; }
    .nav_category-content.show-nav_category, .nav_category-content.active {
      top: 0;
      z-index: 9;
      width: 40%;
      position: fixed;
      left: 60%; }
  .card_content-category {
    padding: 65px 10px 25px 10px;
    min-height: 500px; }
  .nav_category-products {
    position: fixed;
    margin: 0;
    top: auto;
    bottom: 0;
    z-index: 10;
    left: -100%;
    transition: all 0.4s ease-out;
    max-width: 60%;
    height: 100%; }
    .nav_category-products h3, .nav_category-products .h3 {
      pointer-events: none;
      padding-left: 20px;
      min-width: 200px; }
      .nav_category-products h3 i, .nav_category-products .h3 i {
        display: none; }
  .cart-nav-heart {
    position: absolute;
    right: 60px;
    top: -48px; }
  .content_tabs-single#datos-adicionales h2 {
    padding: 30px 30px 0 20px; }
  .category_advantages-spaces figure span {
    font-size: 10px; }
  .content_tabs-single#ventajas-y-usos ul, .content_tabs-single#propiedades ul, .content_tabs-single#garantia ul {
    padding-left: 15px; }
  .woocommerce .product-quantity .quantity .qty {
    width: 100%; }
  .woocommerce td.product-name .wc-item-meta dd,
  .woocommerce td.product-name dl.variation dd {
    margin: 8px 0; }
  h3#ship-to-different-address {
    font-size: 17px !important; }
  #customer_details .col-1, #customer_details .col-2 {
    padding-left: 0;
    padding-right: 0; }
  #shipping_method li label {
    font-weight: normal;
    font-size: 14px; }
  .woocommerce ul.order_details {
    padding-bottom: 0; }
    .woocommerce ul.order_details li {
      margin-right: 0;
      padding-right: 0;
      width: 100%;
      margin-bottom: 15px;
      border: 0;
      border-bottom: 1px dashed #d3ced2;
      padding-bottom: 15px; }
  ul.wc-item-meta {
    padding: 0; }
    ul.wc-item-meta li {
      margin-bottom: 15px; }
  .nav_category-products nav ul.category-close {
    display: block; }
  .img-xl {
    display: none; }
  .img-xs {
    display: block; }
  p#billing_dir_1_field,
  p#shipping_dir_1_field {
    max-width: 100%; }
  p#billing_dir_2_field,
  p#shipping_dir_2_field {
    margin-left: 0; }
  .col-customer {
    margin-bottom: 15px; }
  nav.woocommerce-MyAccount-navigation {
    margin-bottom: 30px; }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px 15px; }
  .main-nav_ppal nav.main-nav ul li:hover > a {
    color: #4D4D4D; }
  .main-nav_ppal nav.main-nav ul li.menu-item-has-children > a:hover {
    background: url("../img/background/icon-arrow-down.png") no-repeat right center;
    background-size: 12px; }
  .main-nav_ppal nav.main-nav ul li.current > a {
    color: #8DBE22; }
  .main-nav_ppal nav.main-nav ul li.menu-item-has-children.current > a {
    background: url("../img/background/icon-arrow-up.png") no-repeat right center;
    background-size: 12px; }
  .bapf_body {
    max-width: 85%; }
  .card-product p {
    font-size: 11px; }
  .column_filter .item-filter {
    display: none; }
  .main-selled-products-xs {
    display: block; }
  .card-product h5 {
    font-size: 14px; }
  .card-category {
    max-width: 100%;
    margin: 0 0 15px 0 !important; }
    .card-category ul li {
      margin: 0 0 2px 0;
      font-size: 11px;
      position: relative;
      padding-left: 7px; }
      .card-category ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        display: inline-block;
        background: #787878;
        vertical-align: top;
        margin: 0;
        position: absolute;
        left: -2px;
        top: 7px; }
    .card-category h4 {
      font-size: 11px;
      margin-bottom: 5px;
      min-height: auto; }
    .card-category figure {
      display: none; }
  .banner-products h1 span, .banner-products h2 span {
    font-size: 20px; }
  .banner-products article {
    max-width: 100%; }
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 1em 1em 1em; }
  .card-featured h3 {
    font-size: 17px;
    max-width: 185px; }
  .content-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    margin-bottom: 7px; }
    .content-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
      height: 45px; }
  .woo-variation-gallery-wrapper {
    min-height: 370px !important; } }

/* ---------------------------- < 320px- -------------------------- */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 760px; }
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      background: #323944;
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
        .nav li a:hover, .nav li a:focus {
          color: #fff;
          text-decoration: underline; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }
  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em; }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/ }
  /* end .footer-links */ }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    width: 1040px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/*  CSS Buscador Ajax */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background: #8DBE22 url(https://rejiplas.com/wp-content/themes/rejiplas-website/library/img/background/icon-search.svg) no-repeat center center;
  border-radius:0;
  border: none;
  cursor: pointer!important;
  left:auto;
  right: 0;
  height: 40px;
  width:40px;
  top:10px;

}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{
border-radius:0px;
box-shadow:none;
}
div.dgwt-wcas-preloader{
right:20px!important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  right: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button svg{
display:none;
cursor: pointer!important;
}
#dgwt-wcas-search-input-1{
  border-radius:0px!important;
  padding: 0 60px 0 20px;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #ADAFB1;
  color: #4D4D4D;
  height: 40px;
  max-width: 100%;
  transition: all 0.3s ease;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #707070;
}

/* Home Seccion tendencias */
.home .col_tabs-products p.text-center.pb-4 {
  margin: 0 auto 20px;
  max-width: 600px;
}
h1.title-tendencias{
  display: block;
  font-size: 30px;
  margin: 0 auto 30px;
  /* text-align: center;  */
}

.home .grid-tendencias {
display:grid;
grid-template-columns: 1fr; 

}
.home .grid-tendencias .card-featured {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  column-gap:10px;
}

.home .grid-tendencias .info{
max-width:95%;
padding:40px 0px;

}
.home .grid-tendencias .info h3, 
.home .grid-tendencias .info p{
  color: #707070;
}
.home .grid-tendencias .info p{
  font-size: 14px!important;
}
.home .grid-tendencias .card-featured .image {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0px;
  background-size: cover; 
  background-position: center left;
  background-repeat: no-repeat;
}

.home .grid-tendencias  .card-featured .image img {
  width: 100%;
  height: 100%;
  border-radius:0px 15px 15px 0px;
  object-fit: cover;
}
/* Responsive */
@media (max-width: 665px) {
 .home .grid-tendencias .card-featured {
   display:flex;
      flex-direction: column!important;
   padding:0px;
   margin-bottom:60px;;
  }
.home .grid-tendencias .card-featured h3 {
  max-width:100%;;
}
.card-featured .image img {
  border-radius:0px 0px 15px 15px!important;
  margin-top:20px;
}
.home .grid-tendencias .info{
  text-align:center;
  padding:20px 0 0 0;
}
}
a.btn-rejiplas-tendencias{
    background: #8dbe22 !important;
 padding:0 40px 0 25px;
 border: 0;
  line-height: 40px;
  min-width: 120px;
  border-radius: 7px;
  color: #fff;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px !important;
  display:flex;
 justify-content:center;
 width:fit-content;
 margin: 0 auto;
}
.home  .card-featured .info h3{
max-width:100%;
}
/* Estilo Tag tendencia */
.product-tags {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: center; 
gap: 10px; 
background: rgba(141, 190, 34, 0.8); 
opacity: 0.8 !important; 
padding: 5px 0;
}

.product-tags .tag {
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 5px 10px;
white-space: nowrap;
}

@media (max-width: 768px) {
.grid-card-four {
grid-template-columns: repeat(2, 1fr);
      gap: 0 8px;
}
}
/* Color Blanco para los textos del banner*/
article.info-banner-home,
article.info-banner-home h1,
article.info-banner-home h2, 
article.info-banner-home h3,
article.info-banner-home .more{
    color: #fff;
}
.woocommerce-lost-password .page-title{
	display:none;
}
.post-type-archive-product article.category-leyengd{
	display:none!important;
}

.rejiplas_blog-template-default .the_content h2{
	margin: 20px 0px 20px 0px;
}
.amount bdi {
    font-size: 22px !important;
}


.main-time-rejiplas {
  color: #fff;
  background: #004081 url('http://rejiplas.com/wp-content/uploads/2025/03/icon-time-reji.png') no-repeat 30px center;
  padding: 20px 40px 20px 125px;
  border-radius: 15px;
  margin: 0 auto;
  border: 1px solid #004081;
  text-align: left;
  background-size: 60px;
  max-width: 1000px;
}

.main-time-rejiplas p{
  font-size: 13px;
  margin-bottom: 5px;
  clear: both;
}

.main-time-rejiplas ul{
  list-style: none;
  padding: 12px 0;
  margin: 0;
  font-size: 13px;
}
.main-time-rejiplas ul li {
  padding-left: 35px;
  background-size: 20px !important;
  line-height: 20px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  border-right: 1px solid;
  padding-right: 25px;
}
.main-time-rejiplas ul li a{
  text-decoration: none;
  color: #fff;
}

.main-time-rejiplas ul li.icon-email{
  background: url('http://rejiplas.com/wp-content/uploads/2025/03/icon-correo.png') no-repeat center left;
}
.main-time-rejiplas ul li.icon-tel{
  background: url('http://rejiplas.com/wp-content/uploads/2025/03/icon-tel.png') no-repeat center left;
}
.main-time-rejiplas ul li.icon-ws{
  background: url('http://rejiplas.com/wp-content/uploads/2025/03/icon-ws.png') no-repeat center left;
  padding-right: 0;
  margin-right: 0;
  border: 0;
  padding-right: 0;
  margin-right: 0;
  border: 0;
}
.tax-rejiplas_seo_kw .main-banner-products {
  width: 75%;
  margin: 0 auto 50px auto; 
}
@media (max-width: 680px){
  .main-time-rejiplas{
      background-position: center 30px !important;
      padding: 125px 20px 30px 20px;
      max-width: 90%;
  }
  .main-time-rejiplas ul li{
      border: 0;
      padding-right: 0;
      margin-right: 0;
      width: 100%;
  }  
  .tax-rejiplas_seo_kw .main-banner-products {
    width: 100%;
  }
}
.product-brand{
  margin: 0px;

}

/* Estilos titulos filtros */
.bapf_head p{
  color: #707070;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 25px;
}

/* Estilos para Mostrar La marca en Las card de productos */
.product-meta-row {
    display: grid;
    grid-template-columns: auto 1fr;
    /* align-items: center; */
    gap: 10px;
    margin-bottom: 8px;
}

.product-colors {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100px; /* o el espacio que tú definas */
}

.color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
.brand-label {
    color: #97c00e; /* Verde */
    font-weight: 600;
}
.product-brand {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
}
/* Estilos Icono Marca que se Muestra sobre la Imagen de los Productos */
.brand-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 5;
  display: flex;
  align-items: center;  
  gap: 8px;             
  max-width: 180px;    
  font-family: Arial, sans-serif;
}
.brand-badge img{
  height: auto!important;
  width: 40px!important;
}
.brand-icon-overlay {
  width: 32px;    
  height: auto;
  display: block;
  flex-shrink: 0;  
}




/* Estilos para el banner de descuento fijo en la parte superior */
/* Este banner se mostrará en la parte superior de la página, fijo al hacer scroll */
/* Puedes ajustar el color de fondo, el texto y otros estilos según tus necesidades */
/* Asegúrate de que el banner tenga un z-index alto para que se muestre por encima de otros elementos */
.main-dcto-fixed {
    background: #fff;
    text-align: center;
    position: sticky;
    top: 0;
    border-bottom: 2px solid #fff;
    z-index: 9;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.main-dcto-fixed img {
    width: 100%;
    height: auto;
}
.main-dcto-fixed .dcto-xl{
    display: block;
}
.main-dcto-fixed .dcto-xs{
    display: none;
}
@media (max-width: 680px){
    .main-dcto-fixed .dcto-xl{
        display: none;
    }
    .main-dcto-fixed .dcto-xs{
        display: block;
    }   
}
/* Estilos para el título H1 de categorías destacadas */
.main_catalogs-home h1 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 20px;
}
