/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.4.1
	Stable tag: 2.4.1
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: "futura-pt";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.oblique {
	font-style: oblique;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* 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 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #891941; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 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 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;
  height: auto;
  max-width: 100%; }

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 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: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * 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"] {
  width: auto;
  -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; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #891941;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #891941;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #891941;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

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

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

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

  
.woocommerce-cart .cart_totals table.shop_table tr td, .woocommerce-cart .cart_totals table.shop_table tr th {
    border-top: 0!important;
    border-bottom: 0!important;
}
.woocommerce-cart .cart_totals table.shop_table tr th {
	width: 66%;
	text-align: right;
}


.woocommerce .woocommerce-cart-form table.shop_table {
    max-width: 1024px;
    margin: 40px auto;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-checkout-review-order
 {
    max-width: 1024px;
    margin: 0 auto;
}
.woocommerce-additional-fields #order_comments,
.woocommerce-additional-fields #order_comments_field {
	width: 100%;
}
.woocommerce-additional-fields #order_comments {
	height: 100px;
}
#order_review_heading{
	display: none;
}

.wc-proceed-to-checkout.btn-cart-checkout {
	    display: inline-block;
    float: right;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
margin-right:0;
    border: 1px solid #979797;
	border-right: 0;
	  color: #585858;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}
.woocommerce button.button {
    color: #000;
    background-color: #fff;
    border: 1px solid #979797;
	padding: .567em 1em;
}
.woocommerce-page table.cart td.actions .coupon {
	margin-top: 20px;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 222px!important;
}
.cart-collaterals .woocommerce-product-details__responsability {
    width: 50%;
    margin-top: 60px;
    float: left;
    color: #6EB948;
    font-family: "futura-pt";
    font-size: 13px;
    line-height: 17px;
}
.cart-collaterals .woocommerce-product-details__responsability a{
    color: #6EB948;
}
.woocommerce-page table.cart td.actions .input-text {
  color: #585858;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}
.woocommerce-checkout .section-featured {display: none;}
.woocommerce form .form-row .optional {
    visibility: hidden;
	display: none;
}
#customer_details .form-row label, .woocommerce-address-fields .form-row label{
	text-transform: none;
}

#customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-family: "futura-pt";
    font-size: 16px;
    margin-left: 25px;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row:nth-child(odd) {
    float: left;
	clear: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row:nth-child(even) {
    float: right;
	clear: right!important;
}
.woocommerce-shipping-fields__field-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
	height: 35px;
    line-height: normal;
}


.woocommerce div.product .product_title {
  color: #000000;
  font-family: "futura-pt";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;

}
.single-product.woocommerce div.product div.summary {
    text-align: left;
}
.variations_form.cart span.price span.woocommerce-Price-amount {
color: #000000;
   font-family: "futura-pt";
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid #E0E0E0;
    background-size: 18px;
    background-position: 96% center;
    font-family: "futura-pt";
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 5px 0 40px;
    text-align: left;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    direction: ltr;
    color: #000;
    padding-right: 0;
    height: 50px;
    margin-top: 0px;
}

.woocommerce div.product form.cart .variations select option {
    direction: ltr;
    text-align: left;
}

table.variations div.swatch-wrapper {
	    border: 3px solid #ffffff;
}
table.variations div.swatch-wrapper.selected {
	border-radius: 0;
}
table.variations .select.swatch-control .swatch-wrapper a {
	border-radius: 0;
    overflow: hidden;
    max-width: 33px;
    max-height: 33px;
}
.swatch-wrapper img {
    width: 150%;
    height: 150%;
    max-width: 150%;
    margin-top: -25%;
    margin-left: -25%;
}
table.variations > tbody > tr td div.swatch-label {
  color: #000000;
  font-family: "futura-pt";
  font-size: 14px;
  line-height: 23px;
  float: left;
  text-align:left;
  margin: -10px 0 30px;
  text-transform: capitalize;
}
table.variations > tbody > tr td div.swatch-label:before {display: none;}

.woocommerce div.product form.cart .single_add_to_cart_button.button,
.woocommerce div.product form.cart .single_add_to_cart_button.button:hover {
  color: #FFFFFF;
  font-family: "futura-pt";
  font-size: 15px;
  line-height: 23px;
  background: #000000;
  border-radius: 20px;
      font-weight: 300;
    padding: 10px 40px;
	float: left;
	margin-top: 30px;
}

.variations_form.cart {
    float: left;
    width: 100%;
}
.woocommerce-account .woocommerce .account-title {
  color: #000000;
  font-family: "futura-pt";
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.subtitulo-seccion .elementor-heading-title {
  color: #000000;
  font-family: "futura-pt";
  font-size: 22px!important;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row label, .woocommerce #customer_login .woocommerce-form-login label, .woocommerce #customer_login .register label, .woocommerce .lost_reset_password .woocommerce-content-lost-pass label {
  font-family: "futura-pt";
  font-size: 12px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0 80px;
}
#customer_login .u-column1 {
	border: 1px solid #DADADA;
	padding-top: 40px;
}
#customer_login .u-column2 {
	padding-top: 40px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row input.woocommerce-Input, .woocommerce form.login input.woocommerce-Input, .woocommerce form.register input.woocommerce-Input {
	  border: 1px solid #A6A6A6;

}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.button,
.woocommerce .woocommerce-form-login input.button,
.woocommerce .lost_reset_password input.button,
.woocommerce .woocommerce-order-details p.order-again a,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.button:hover,
.woocommerce .woocommerce-form-login input.button:hover,
.woocommerce .lost_reset_password input.button:hover,
.woocommerce .woocommerce-order-details p.order-again a:hover{
	color: #FFFFFF;
    font-family: "futura-pt";
    font-size: 13px;
    line-height: 23px;
    background: #000000;
    border-radius: 20px;
    font-weight: 300;
    padding: 3px 20px;
	float: none;
}

.woocommerce .register input.button,
.woocommerce .register input.button:hover{
	color: #000000;
    font-family: "futura-pt";
    font-size: 13px;
    line-height: 23px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #000000;
    font-weight: 300;
    padding: 3px 20px;
	float: none;
}


.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	text-align:center;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row label, .woocommerce #customer_login .woocommerce-form-login label, .woocommerce #customer_login .register label, .woocommerce .lost_reset_password .woocommerce-content-lost-pass label {
	display: block;
}
.woocommerce .woocommerce-form-login .lost_password {
	text-align:center;
}
.woocommerce .woocommerce-cart-form table.shop_table thead th {
 color: #585858;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}

.woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td {
	  border-top: 1px solid #DADADA;
	  border-bottom: 1px solid #DADADA;
}
 .woocommerce td.product-name,
 .woocommerce td.product-name dl.variation{
  color: #000000;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
 }
 .woocommerce td.product-price,
 .woocommerce td.product-subtotal{
   color: #000000;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
 }
.woocommerce-cart table.cart td.actions .coupon .input-text {
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}

.cart_totals table.shop_table tr {
  color: #585858;
  font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}

.wc-proceed-to-checkout.btn-cart-checkout a.checkout-button,
.wc-proceed-to-checkout.btn-cart-checkout a.checkout-button:hover{
	color: #FFFFFF;
    font-family: "futura-pt";
    font-size: 15px;
    line-height: 23px;
    background: #000000;
    border-radius: 0px;
    font-weight: 300;
    padding: 10px 40px;
	margin-right: 0px;
}

.woocommerce .woocommerce-MyAccount-content .title-sections-account, .title-sections-account .elementor-heading-title, .woocommerce-billing-fields .title-sections-account, #payment_heading, #order_review_heading {
    float: left;
    width: 100%;
    background: #ffffff;
  font-family: "futura-pt";
    font-size: 22px;
    padding: 10px 20px 8px;
    margin: 0 0 15px;
}

.woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd){
	float:left;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(even){
	float:right;
}
.woocommerce-billing-fields__field-wrapper {
	max-width: 80%;
	margin: 0 auto;
}

#customer_details .form-row label, .woocommerce-address-fields .form-row label {
	color: #585858;
    font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.woocommerce-input-wrapper {
  width: 100%;
	
}
.woocommerce-checkout #payment ul.payment_methods li label {
	
	color: #000000;
    font-family: "futura-pt";
  font-size: 13px;
  line-height: 16px;
}

.woocommerce-checkout #payment #place_order, 
.woocommerce-address-fields input[type=submit],
.woocommerce-checkout #payment #place_order:hover, 
.woocommerce-address-fields input[type=submit]:hover {
	color: #FFFFFF;
    font-family: "futura-pt";
    font-size: 15px;
    line-height: 23px;
    background: #000000;
    border-radius: 0px;
    font-weight: 300;
    padding: 10px 40px;
	margin-right: 0px;
}

.c--escaparate .categoria h2 {
  color: #FFFFFF;
  font-family: "futura-pt";
  font-size: 50px;
  font-weight: bold;
      line-height: 44px;
    text-transform: uppercase;
	    max-width: 100px;
}

table.variations > tbody > tr td.value {
    text-align: left;
}

.variations_form.cart span.price span.woocommerce-Price-amount {
	padding: 10px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.variations_form.cart span.price :first-child span.woocommerce-Price-amount {
	text-decoration: line-through;
}
.variations_form.cart span.price :last-child span.woocommerce-Price-amount {
	color: red;
}
.product .woocommerce-product-details__short-description {
    float: left;
    width: 100%;
    margin: 0;
  color: #4C4C4C;
    font-family: "futura-pt";
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.product .woocommerce-product-details__responsability,
.product .woocommerce-product-details__responsability a{
	color: #6EB948;
    font-family: "futura-pt";
  font-size: 13px;
  line-height: 17px;
  margin-top: 30px;
}
.glogo {width: 35px; float: left; margin-right: 20px;}
.gtext { float: left;display: contents;}



.woocommerce div.product div.images .woocommerce-product-gallery__image-isotope{
    width: calc(50% - 20px);
	margin-top: 20px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image-isotope.w2{
    width: calc(100% - 20px);
}

.woocommerce div.product .product_title {
  color: #000000;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
font-weight: 400;
}
.single-product.woocommerce div.product div.summary {
    text-align: left;
}
.cart span.price span.woocommerce-Price-amount {
color: #000000;
   font-family: inherit;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}

.woocommerce div.product form.cart  select {
	border: 1px solid #E0E0E0;
    background-size: 18px;
    background-position: 96% center;
    font-family: inherit;
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 5px 0 40px;
    text-align: left;
    box-shadow: 0 0 0;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    direction: ltr;
    color: #000;
    padding-right: 0;
    height: 50px;
    margin-top: 0px;
}

.woocommerce div.product form.cart  select option {
    direction: ltr;
    text-align: left;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button,
.woocommerce div.product form.cart .single_add_to_cart_button.button:hover {
  color: #FFFFFF;
  font-family: inherit;
  font-size: 15px;
  line-height: 23px;
  background: #000000;
  border-radius: 0;
      font-weight: 300;
    padding: 10px 40px;
	float: left;
	margin-top: 10px;
}

.single-product span.woocommerce-Price-amount {
  color: #000000;
	 font-size: 24px;
  font-weight: bold;
	
}
.single-product p.price {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
	margin: 20px 0;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	max-width: 340px;
}
.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: 777px; */
}

@media (max-width: 480px){
	.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%;
		float: left;
	}
}

/* form.cart .quantity {display: none;}
 */



#paccordion {
	margin-top: 40px;
	    float: left;
    width: 100%;
}
#paccordion.faq {
    width: 46%;
    margin: 0 15px 60px;
    float: left;
}
@media (max-width: 480px){
#paccordion.faq {
    width: 100%;
    margin: 0 15px 60px;
    float: left;
}
}

#paccordion.faq h3{
  color: #000000;
  font-family: "futura-pt";
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
  
#paccordion h5 button {
  color: #000000;
    font-family: "futura-pt";
  font-size: 16px;
   line-height: 17px;
   padding-left: 0;
    border: none;
    outline:none;
	text-align: left;
    white-space: normal;
}
#paccordion.faq h5 button {
  color: #000000;
    font-family: "futura-pt";
  font-size: 16px;
  line-height: 19px;
}
#paccordion .card h5 {
   border-bottom: 1px solid #E0E0E0;
   margin: 0;
   padding-top:10px;
   padding-bottom:10px;
}
#paccordion .card:first-child h5{
   border-top: 1px solid #E0E0E0;
}
#paccordion .card {
		background: none;
	border: none;
}
#paccordion .card-header {
	background: none;
	border: none;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}
#paccordion .card-body {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4C4C4C;
    font-family: "futura-pt";
    font-size: 15px;
    font-weight: 300;
}
#paccordion.faq .card-body {
	padding: 10px;
}
.field label em {display: none;}

.woocommerce-tabs {
	display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #ffffff;
    color: #515151;
    border-top: 3px solid #999999;
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
}

.owl-carousel .owl-stage {
    display: flex!important;
    height: 100%!important;
}

.owl-carousel .owl-item {
	 display: flex;
    flex: 1 0 auto;
    width: auto!important;
    height: 100%!important;
}
.owl-carousel .owl-item a {
	text-align: center;
}
.owl-carousel .owl-item img {
    width: auto!important;
    height: 300px!important;
	    display: inline-block!important;
}

.form-control::placeholder {
      color: #dddddd;
  font-size: 14px;
    opacity: 1;
	font-weight: normal;
}

.cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
    border-radius: 0!important;
}

.cf7sg-container .cf7-smart-grid.has-grid .columns .container, .cf7sg-container .cf7-smart-grid.has-grid .row.cf7-sg-table>.columns>.container>.container {
    padding-bottom: 15px!important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0!important;
}
.wpcf7-list-item-label {
  color: #909090!important;
  font-size: 12px!important;
  font-weight: 300!important;
}
.wpcf7-list-item-label a{
  color: #909090!important;
	text-decoration: underline!important;
}


.btn.disabled, .btn:disabled {
    opacity: 1!important;
}
.cf7-smart-grid.has-grid .wpcf7-submit {
  color: #F6E9E9!important;
  font-size: 14px!important;
  font-weight: 300!important;
  letter-spacing: 3px!important;
}

.sina-nav .sina-brand {
    margin: 10px 15px 10px 0!important;
}

body.theme-wpbstarter .fa,body.theme-wpbstarter .far, body.theme-wpbstarter .fas {
    font-family: "Font Awesome 5 Free"!important;
}

.post-grid.grid {min-height:500px!important;}
.grid-items {text-align:left!important;}
.layout-283 .title_link a {text-transform: uppercase;}
.layout-283 .thumb img {margin-top: 10px;}
.layout-283 .excerpt  {font-weight: 300;}
.layout-283 .read_more   {
	width: 100%!important;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	display: inline-block;
	font-weight: 300;
  letter-spacing: 3px;
}
.hentry {
    margin: 0 0 0;
}
.cart-contents i {
    font-size:20px;
    margin-top:0px;
    font-style:normal;
    color:#9B9B9B;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents i:hover {
    color:#000;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #000;
    background-color: #f8e71c;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
.another_carousel_header .title {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 5px;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name {
  text-align: left!important;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name a {
  text-align: left!important;
  font-size: 15px;
  font-weight: 400!important;
}
.wpcs_product_carousel_slider .owl-item .item .price {
  text-align: left!important;
	
}

.gal-container .col-md-4 {
	    padding-right: 5px;
    padding-left: 5px;
}

.wl-gallery {
    margin-bottom: 10px;
}

#colophon .cf7-smart-grid.has-grid .wpcf7-submit {
  color: #dddddd!important;
  font-size: 12px!important;
  font-weight: 300!important;
  letter-spacing: 0!important;
  margin-top: 0!important;
  border-left: 0!important
}
#colophon .wpcf7-response-output {
    color: #9B9B9B!important;
}

body.theme-wpbstarter .elementor h2 {
font-family:"futura-pt"!important;
}
nav.post-navigation {display: none;}

.woocommerce table.shop_table {
	border:0;
}

.entry-content table th {background: none;}

body.single-product #main .container {
	max-width: 1024px;
}

.single-product .cwginstock-subscribe-form {float: left;margin-top: 40px;}
.single-product .cwginstock-subscribe-form .panel-primary {
    border-color: #000;
}
.single-product .cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.single-product .cwginstock-panel-heading h4 {
    color: #fff;
}

.single-product .cwginstock-subscribe-form input[type=submit] {
    padding: 2px 20px;
    background-color: #000000;
    border: 1px solid #000000;
    margin: -2px 0 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    cursor: pointer;
}

.stock.in-stock {display: none;}

.feature-product-wrapp {
	max-width: 275px;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}
.feature-product-wrapp:hover {
	max-width: 273px;
	border: 1px solid #891941;
}
.feature-product-wrapp img {
 	height: 300px!important;
 	margin: 0 auto;
}
.feature-product-wrapp .feature-product-title {
	font-size: 17px;
	font-weight: 300;
	margin-top: 10px;
}
.feature-product-wrapp:hover .feature-product-title {
	font-weight: bold;
}
.feature-product-wrapp .feature-product-price {
	font-size: 17px;
	font-weight: bold;
}
.feature-product-wrapp .feature-product-price span.botella{
	font-weight: normal;
	display: none;
	    margin-right: 10px;
}
.feature-product-wrapp:hover .feature-product-price span.botella{
	display: inline-block;
}

.feature-product-wrapp .feature-product-links {
	display: none;
	text-align: left;
	width:100%;
}
.feature-product-wrapp .feature-product-links p {
	float: left;
	width: 50%;
	margin: 0;
}
.feature-product-wrapp:hover .feature-product-links {
	display: block;
}
.feature-product-wrapp .feature-product-addcart a {
	float: right;
	font-weight: bold;
  color: #891941;
  font-size: 18px;
}





.product-wrapp {
	max-width: 275px;
	text-align: center;
	padding: 20px;
	width: 24%;
	float: left;
	height: 575px;
	cursor: pointer;
}
.product-wrapp:hover {
	max-width: 273px;
	border: 1px solid #891941;
}
.product-wrapp img {
	height: 300px!important;
	margin: 0 auto;
}
.product-wrapp .feature-product-title {
	font-size: 17px;
	font-weight: 300;
	margin-top: 10px;
}
.product-wrapp:hover .feature-product-title {
	font-weight: bold;
}
.product-wrapp .feature-product-price {
	font-size: 17px;
	font-weight: bold;
}
.product-wrapp .feature-product-price span.botella{
	font-weight: normal;
	display: none;
}
.product-wrapp:hover .feature-product-price span.botella{
	display: inline-block;
}

.product-wrapp .feature-product-links {
	display: none;
	text-align: left;
	width:100%;
}
.product-wrapp .feature-product-links p {
	float: left;
	width: 50%;
	margin: 0;
}
.product-wrapp:hover .feature-product-links {
	display: block;
}
.product-wrapp .feature-product-addcart a {
	float: right;
	font-weight: bold;
  color: #891941;
  font-size: 18px;
}



.coleccion.faq {
	padding: 80px 0;
	margin-bottom: 40px;
}
.coleccion.faq h2{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0 0 14px 0 rgba(0,0,0,0.5);
}

.woocommerce div.product div.images img {
    display: block;
    width: auto!important;
	margin: 0 auto!important;
    height: auto;
    max-height: 450px;
    box-shadow: none;
}

.summary h1 {
	display: none;
}
h1.product_title {
  font-size: 30px!important;
  font-weight: bold!important;
  padding-top: 25px!important;
  padding-bottom: 40px!important;
}

.single-product .related.products{
	float: left;
	width:100%;
}
.single-product .related.products h2{
	text-align: center;
  font-family: "futura-pt";
   color: #891941;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.21px;
	margin-bottom: 60px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	margin-top: 40px;
    padding-left: 100px;
}
footer {
	    display: inline-block;
    width: 100%;
}
.woocommerce div.product .product_title {
  font-family: "futura-pt"!important;
    font-size: 30px!important;
    font-weight: bold!important;
    padding-top: 25px!important;
    padding-bottom: 0px!important;
  display: block!important;
}
.woocommerce div.product h2.product-do {
  font-family: "futura-pt"!important;
  color: #891941!important;
  font-size: 16px!important;
  font-weight: 500!important;
  letter-spacing: 0.02px!important;
}
.woocommerce div.product p.price {
	 color: #000000;
  font-family: "futura-pt"!important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.14px;
  line-height: 40px;
}
.woocommerce div.product p.price > span {
	float: right;
}
.single-product span.woocommerce-Price-amount {
 color: #000000;
  font-family: "futura-pt"!important;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.03px;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button, .woocommerce div.product form.cart .single_add_to_cart_button.button:hover {
    color: #FFFFFF;
    line-height: 23px;
    background: #891941;
    border-radius: 40px;
    padding: 10px 40px;
    float: left;
    margin-top: 0px;
    margin-left: 30px;
    text-transform: normal;
  font-family: "futura-pt"!important;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0;
}

.woocommerce div.product table tbody > tr > td {
    background-color: #ffffff;
	padding: 10px 5px;
	border-left: 0;
	border-right: 0;
}
.woocommerce div.product table tbody > tr > td.akey {
	padding-right: 0;
	  color: #000000;
  font-family: "futura-pt"!important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.26px;
}
.woocommerce div.product table tbody > tr > td.aval {
	padding-left: 0;
	  color: #000000;
  font-family: "futura-pt"!important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.26px;
 text-align: right;
}
.woocommerce div.product .woocommerce-product-details__short-description {
 color: #000000;
    font-family: "futura-pt"!important;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.woocommerce div.product .product_meta {
	display: none;
}

.woocommerce ul.products li.product a img {
    max-width: 100%; 
	width: auto;
   /*  height: 300px; */
    margin: 0 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
 color: #000000!important;
  font-family: "futura-pt"!important;
  font-size: 15px!important;
  font-weight: 500!important;
  letter-spacing: 0.18px!important;
  line-height: 18px!important;
  text-align: center!important;
}

.woocommerce ul.products li.product .price{
  text-align: center!important;
}
.woocommerce ul.products li.product .woocommerce-Price-amount.amount{
 color: #000000!important;
  font-family: "futura-pt"!important;
  font-size: 15px!important;
  font-weight: 500!important;
  letter-spacing: 0.18px!important;
  line-height: 21px!important;
    text-align: center!important;

}
.woocommerce ul.products li.product .add_to_cart_button{
	display: none;
}
.woocommerce .quantity .qty {
    width: 60px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}


.woof_shortcode_output {
	width: 70%;
	float: left;
}
.woof.woof_sid {
	width: 30%;
	float: left;
	border: none;
}

.woof.woof_sid h4{
    font-size: 16px;
    margin-bottom: 5px;
}
.woof.woof_sid ul{
	padding: 0;
}

.woof_sid_auto_shortcode .woof_container {
    width: 80%;
}
.woof_text_search_container {
	min-width: 80%!important;
    width: 80%!important;
}
.woof_sid_auto_shortcode.woof {
    padding: 16px 16px 16px 0;
}

.woof_sid_auto_shortcode label {
    cursor: pointer;
    font-size: 14px;
}

.easy-autocomplete-container{
	z-index: 3;
}
.woof_text_search_container .woof_text_search_go {
	right: 30px;
    top: 10px;
}

.footer-width-fixer {
    display: inline-block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #891941;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #891941;
}

.woof_sid_auto_shortcode label {
	width: 169px;
}

.woof_products_top_panel li span {
	background: none;
}
.woof_products_top_panel li span:after {
	border: 1px solid #891941;
    content: 'X';
    color: #891941;
    border-radius: 10px;
    padding-left: 3px;
    padding-right: 2px;
    font-size: 10px;
    font-family: sans-serif;
    margin-left: 3px;
}
.product-list-thumbnail {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}

.woocommerce form .form-row-wide, 
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

.woof_sid_auto_shortcode label {
    text-transform: uppercase;
	    font-size: 13px;
}


@media (max-width: 480px){
	
	.woof_shortcode_output {
		width: 100%;
		
		float: left;
	}
	.woof.woof_sid {
		width: 100%;
		float: left;
		border: none;
	}
	
	.woof_sid_auto_shortcode .woof_container {
		width: 100%;
	}
	.woof_text_search_container {
		min-width: 100%!important;
	}

}




	
.popup {
	position: fixed;
    width: 440px;
    border: 0;
    right: 100px;
    bottom:-410px;
	height:410px;
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.12);
    border-radius: 7px 7px 0 0;
    padding: 40px 40px 20px;
	z-index: 999;
  animation-name:slideup;
  animation-delay:2s;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-timing-function:linear;
}

@media (max-width: 600px){
	.popup {
		width: 100%;
		right: 0;
	}
}

.visuallyhidden {display: none;}

.popup.closed {
	display: none;
}
.popup .closeBtn {
	position: absolute;
	top:15px;
	right:15px;
	font-weight: 100;
	font-size: 24px;
}
.popup .biggest {
  color: #000000;
  font-family: "futura-pt", Sans-serif;
  font-size: 50px;
  font-weight: bold;
    line-height: 50px;
}
.popup .biggest span {
	font-size: 80px;
    line-height: 68px;
}

.popup .medium {
  color: #000000;
  font-family: "futura-pt", Sans-serif;
  font-size: 25px;
  font-weight: 400;
    line-height: 23px;

}

.popup .orange {
  color: #891941;
  font-family: "futura-pt", Sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.popup .smaller {
  color: #000000;
  font-family: "futura-pt", Sans-serif;
  font-size: 17px;
  line-height: 23px;
}
.popup p.form-text {
	display:none;
}

.popup input[type="email"]{
   width: 345px;
   margin-top: 20px;
   height: 40px;
     max-width: 100%;
}

.popup input[type="submit"]{
	background: #891941;
	border-radius: 40px;
	opacity: 1;
	border: 1px solid #891941;
	width: 142px;
	line-height: 20px;
  color: #FFFFFF;
  font-family: "futura-pt", Sans-serif;
  font-size: 17px;
  margin: 20px auto 0;	
  float: none;
  display: block;
    
}

.popup .wpcf7-acceptance,
.popup .wpcf7-acceptance a {
  color: #585858;
  font-family: "futura-pt", Sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.wpcf7-form.sent .form-campos {display: none;}

.popup div.wpcf7-mail-sent-ok {
  color: #000000;
  font-family: "futura-pt", Sans-serif;
}

@keyframes slideup {
  0%{bottom:-410px}
  100%{bottom:0;}
}



#mobilegal {
	display:none;
}

@media (max-width: 480px){
	#mobilegal {
		display:block;
	}
	.woocommerce-page div.product div.summary {
		float: right;
		max-width: 100%;
		width: 100%;
		clear: none;
	}
	.woocommerce-page div.product div.images {
		display:none;
	}
}