/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*#ec9919*/
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
.clearfix {
  clear: both;
}

.the-slideshow-wrapper .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -120px auto 0;
}
.the-slideshow-wrapper .caption .caption-content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.the-slideshow-wrapper .caption .caption-content label {
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.the-slideshow-wrapper .caption .caption-content h2 {
  color: #39221e;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-transform: none;
  margin: 12px 0 5px;
  font-size: 22px;
}
.the-slideshow-wrapper .caption .caption-content a {
  color: #8c7d7d;
  background: white;
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  display: block;
  width: 190px;
  margin: 40px auto 0;
}

.gen-slider-arrows2 .direction-nav a.prev:before,
.gen-slider-arrows2 .direction-nav a.next:before {
  font-family: "FontAwesome";
  content: "\f053";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 35px;
  font-size: 17px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -2px;
}

.gen-slider-arrows2 .direction-nav a.next:before {
  content: "\f054";
}

body.cms-home {
  /*.m_fullwidth{
      background: url("../images/VD30-D-home.jpg") no-repeat -99px -3446px;
      background-size: 116%;
  }*/
}
body.cms-home .main-container {
  padding: 0;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

.category-products-carousel,
.category-recomendados-carousel,
.category-products {
  padding: 70px 50px;
  position: relative;
}
.category-products-carousel h3.category-title,
.category-recomendados-carousel h3.category-title,
.category-products h3.category-title {
  color: #39221e;
}
.category-products-carousel h3.category-title a,
.category-recomendados-carousel h3.category-title a,
.category-products h3.category-title a {
  color: #39221e;
}
.category-products-carousel .item,
.category-recomendados-carousel .item,
.category-products .item {
  border: 1px solid #FFFFFF;
  margin-right: 15px;
  text-align: left;
  font-family: "montserratlight", sans-serif;
}
.category-products-carousel .item .product-title,
.category-recomendados-carousel .item .product-title,
.category-products .item .product-title {
  font-weight: bold;
  color: #39221e;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
  height: 70px;
  overflow: hidden;
  line-height: inherit;
}
.category-products-carousel .item .product-title span,
.category-recomendados-carousel .item .product-title span,
.category-products .item .product-title span {
  color: #9e722d;
  margin-left: 5px;
}
.category-products-carousel .item .product-title:hover,
.category-recomendados-carousel .item .product-title:hover,
.category-products .item .product-title:hover {
  text-decoration: none;
}
.category-products-carousel .item .product-image,
.category-recomendados-carousel .item .product-image,
.category-products .item .product-image {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  position: relative;
  background-color: #FFFFFF;
}
.category-products-carousel .item .product-image img,
.category-recomendados-carousel .item .product-image img,
.category-products .item .product-image img {
  max-width: 100%;
}
.category-products-carousel .item .content-right,
.category-recomendados-carousel .item .content-right,
.category-products .item .content-right {
  display: table-cell;
  padding: 30px 15px;
  width: 67%;
  background: #FFFFFF;
  position: relative;
}
.category-products-carousel .item .breadcrumbs-azul,
.category-recomendados-carousel .item .breadcrumbs-azul,
.category-products .item .breadcrumbs-azul {
  text-transform: uppercase;
  height: 54px;
  overflow: hidden;
  color: #8c7d7d;
}
.category-products-carousel .item .breadcrumbs-azul a:first-child,
.category-recomendados-carousel .item .breadcrumbs-azul a:first-child,
.category-products .item .breadcrumbs-azul a:first-child {
  color: #8c7d7d;
}
.category-products-carousel .item .breadcrumbs-azul a:first-child:before,
.category-recomendados-carousel .item .breadcrumbs-azul a:first-child:before,
.category-products .item .breadcrumbs-azul a:first-child:before {
  display: none;
}
.category-products-carousel .item .breadcrumbs-azul a:before,
.category-recomendados-carousel .item .breadcrumbs-azul a:before,
.category-products .item .breadcrumbs-azul a:before {
  color: #8c7d7d;
  content: ".";
  font-weight: bold;
  position: relative;
  right: 3px;
  padding: 0 3px;
  top: -4px;
  text-decoration: none !important;
}
.category-products-carousel .item .breadcrumbs-azul a:hover,
.category-recomendados-carousel .item .breadcrumbs-azul a:hover,
.category-products .item .breadcrumbs-azul a:hover {
  text-decoration: none !important;
}
.category-products-carousel .item .entrega_label,
.category-recomendados-carousel .item .entrega_label,
.category-products .item .entrega_label {
  color: #be1522;
  border: 1px solid #be1522;
  margin-top: 8px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  clear: both;
}
.category-products-carousel .item button, .category-products-carousel .item a,
.category-recomendados-carousel .item button,
.category-recomendados-carousel .item a,
.category-products .item button,
.category-products .item a {
  font-family: "montserratlight", sans-serif;
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 17px 0 10px;
}
.category-products-carousel .item .price,
.category-recomendados-carousel .item .price,
.category-products .item .price {
  float: left;
}
.category-products-carousel .item #cartQtyButtons .qty-wrapper,
.category-recomendados-carousel .item #cartQtyButtons .qty-wrapper,
.category-products .item #cartQtyButtons .qty-wrapper {
  float: right;
  margin-top: 36px;
}
.category-products-carousel .item .rating-box,
.category-recomendados-carousel .item .rating-box,
.category-products .item .rating-box {
  width: 80px;
  background-size: 16px 39px;
  height: 15px;
}
.category-products-carousel .item .rating-box .rating,
.category-recomendados-carousel .item .rating-box .rating,
.category-products .item .rating-box .rating {
  background-size: 16px 39px;
  height: 15px;
  background-position: 0 -23px;
}
.category-products-carousel .item .mini_reviews,
.category-recomendados-carousel .item .mini_reviews,
.category-products .item .mini_reviews {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 15px;
}
.category-products-carousel .item .summary_count,
.category-recomendados-carousel .item .summary_count,
.category-products .item .summary_count {
  float: right;
  font-size: 12px;
  color: #9e722d;
}
.category-products-carousel .item .summary_count a,
.category-recomendados-carousel .item .summary_count a,
.category-products .item .summary_count a {
  color: #9e722d;
}
.category-products-carousel .owl-controls
.owl-nav .owl-prev,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-prev,
.category-products .owl-controls
.owl-nav .owl-prev {
  left: -52px !important;
}
.category-products-carousel .owl-controls
.owl-nav .owl-prev:before,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-prev:before,
.category-products .owl-controls
.owl-nav .owl-prev:before {
  content: "\f053";
}
.category-products-carousel .owl-controls
.owl-nav .owl-next,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-next,
.category-products .owl-controls
.owl-nav .owl-next {
  right: -40px !important;
}
.category-products-carousel .owl-controls
.owl-nav .owl-next:before,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-next:before,
.category-products .owl-controls
.owl-nav .owl-next:before {
  content: "\f054";
  padding-left: 5px;
}
.category-products-carousel .owl-controls
.owl-nav .owl-prev, .category-products-carousel .owl-controls
.owl-nav .owl-next,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-prev,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-next,
.category-products .owl-controls
.owl-nav .owl-prev,
.category-products .owl-controls
.owl-nav .owl-next {
  text-indent: -999em;
}
.category-products-carousel .owl-controls
.owl-nav .owl-prev:before, .category-products-carousel .owl-controls
.owl-nav .owl-next:before,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-prev:before,
.category-recomendados-carousel .owl-controls
.owl-nav .owl-next:before,
.category-products .owl-controls
.owl-nav .owl-prev:before,
.category-products .owl-controls
.owl-nav .owl-next:before {
  font-family: "FontAwesome";
  background: #F4F4F4;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 35px;
  font-size: 17px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -2px;
}

.category-recomendados-carousel .item .product-image {
  display: block;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
}
.category-recomendados-carousel .item .product-title span {
  margin-left: 0;
  display: block;
}
.category-recomendados-carousel .item .price {
  margin-top: 15px;
  padding-left: 10px;
}
.category-recomendados-carousel .item .content-bottom {
  background: #F4F4F4;
  margin-top: 10px;
  padding: 15px;
}
.category-recomendados-carousel .owl-controls .owl-buttons .owl-prev,
.category-recomendados-carousel .owl-controls .owl-buttons .owl-next {
  border: 2px solid #ed9c1f !important;
}
.category-recomendados-carousel .owl-controls .owl-buttons .owl-prev:before,
.category-recomendados-carousel .owl-controls .owl-buttons .owl-next:before {
  background: #FFFFFF;
  color: #be1522;
}
@media only screen and (max-width: 890px) {
  .category-recomendados-carousel .owl-controls {
    display: none !important;
  }
}
@media only screen and (max-width: 830px) {
  .category-recomendados-carousel {
    padding: 30px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .category-recomendados-carousel {
    background: #F4F4F4;
  }
}
.category-recomendados-carousel .owl-controls .owl-nav .owl-prev,
.category-recomendados-carousel .owl-controls .owl-nav .owl-next {
  color: #be1522;
  border-color: #be1522 !important;
}
.category-recomendados-carousel .owl-controls .owl-nav .owl-prev:before,
.category-recomendados-carousel .owl-controls .owl-nav .owl-next:before {
  background: none;
}

.m_fullwidth {
  background: #FFFFFF;
  padding: 16px;
}
.m_fullwidth.gray {
  background: #F4F4F4;
}
.m_fullwidth.gray_bkg {
  background: url(../images/gray.jpg) repeat-y;
}
.m_fullwidth.c-ventas .category-recomendados-carousel {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .m_fullwidth.recommended {
    background: #F4F4F4;
  }
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3795A5;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

#home-slider {
  background: url(https://d3akimx6sb0tr8.cloudfront.net/img/mee/bg_slider.png) no-repeat center center/cover rgba(255, 0, 0, 0.3);
  position: relative;
}
#home-slider .home-slider-content {
  padding: 110px 0;
  text-align: center;
}
#home-slider .home-slider-content h2 {
  font-size: 40px;
  color: #fff;
}
#home-slider .home-slider-content p {
  font-size: 20px;
  color: #fff;
}
#home-slider .owl-controls .owl-pagination {
  position: absolute;
  left: 50px;
  bottom: 10px;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
}
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.home-redencionib {
  margin-bottom: 20px;
}
.home-redencionib .home-banner {
  margin-bottom: 15px;
}
.home-redencionib .home-banner img {
  width: 100%;
}
.home-redencionib > ul > li {
  display: inline-block;
  width: 33%;
  padding: 0 2%;
  border-right: 1px solid #CCCCCC;
  vertical-align: top;
}
@media only screen and (max-width: 660px) {
  .home-redencionib > ul > li {
    width: 100%;
    border: 0 none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    height: auto !important;
  }
}
.home-redencionib > ul > li:last-child {
  border-right: 0 none;
  border-bottom: 0 none;
}
.home-redencionib > ul > li > h2 {
  color: #4070c7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-redencionib > ul > li > p {
  display: block;
  color: #333;
  font-size: 12px;
  margin-bottom: 5px;
}
.home-redencionib > ul > li > p img {
  display: inline-block;
  margin-right: 3px;
}
.home-redencionib .home-recuerda {
  text-align: center;
}
.home-redencionib .home-recuerda p {
  background: url(../images/bg_gradient.jpg) repeat-x transparent;
  background-size: auto 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
}
.home-redencionib .home-recuerda p span {
  color: #4070c7;
}
.home-redencionib .home-recuerda p img {
  display: inline-block;
  margin-right: 5px;
}
.home-redencionib .home-recuerda a {
  display: inline-block;
  /*width: 100%;*/
  max-width: 100%;
}
.home-redencionib .home-recuerda a img {
  /*width: 100%;*/
  max-width: 100%;
}

.top-club .top-club-content {
  color: white;
  display: table;
  font-size: 20px;
  font-weight: 100;
  padding: 50px 20px 70px;
  text-align: center;
  width: 100%;
}
.top-club .top-club-content p {
  margin-bottom: 30px;
}
.top-club .top-club-content strong {
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 979px) {
  .top-club .top-club-content {
    font-size: 24px;
  }
  .top-club .top-club-content strong {
    font-size: 26px;
  }
}
@media only screen and (max-width: 599px) {
  .top-club .top-club-content {
    font-size: 20px;
  }
  .top-club .top-club-content strong {
    font-size: 18px;
  }
}
.top-club .top-club-content img {
  display: inline-block;
  margin-bottom: 30px;
}

.top-club-selling-point {
  margin-bottom: 20px;
  padding: 30px 15px;
  border: 1px solid #CCCCCC;
}
.top-club-selling-point ul {
  display: table;
  margin: 0 auto;
}
.top-club-selling-point ul li {
  display: inline-block;
  padding-left: 20px;
  min-width: 150px;
  background: url(../images/i_tick.png) no-repeat left center;
  padding-right: 20px;
}
.top-club-selling-point ul li:last-child {
  padding-right: 0;
}

.checkout-steps {
  display: table;
  width: 100%;
  background-size: 100%;
  height: 464px;
  font-family: "montserratlight", sans-serif;
  font-weight: 300;
}
.checkout-steps .bloque {
  display: table-cell;
  width: 30%;
  padding: 28px 50px 50px;
  vertical-align: bottom;
  color: #FFFFFF;
}
.checkout-steps .bloque i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid;
  font-size: 44px;
}
.checkout-steps .bloque label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  margin-top: 50px;
}
.checkout-steps .bloque.bloque1 {
  background: url(../images/step1.jpg) no-repeat;
  background-size: 100% 100%;
}
.checkout-steps .bloque.bloque2 {
  background: url(../images/step2.jpg) no-repeat;
  background-size: 100% 100%;
  color: #39221e;
}
.checkout-steps .bloque.bloque3 {
  background: url(../images/step3.jpg) no-repeat;
  background-size: 100% 100%;
}
.checkout-steps .bloque p {
  display: block;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 830px) {
  .checkout-steps {
    height: 380px;
  }
  .checkout-steps .bloque {
    padding: 28px 20px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-steps {
    height: auto;
  }
  .checkout-steps .bloque {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    min-height: 190px;
    background-size: 100% !important;
    background-position: center !important;
  }
  .checkout-steps .bloque i {
    margin-top: 20px;
  }
  .checkout-steps .bloque label {
    margin-top: 30px;
  }
  .checkout-steps .bloque p {
    display: none;
  }
}

.ventas-priv-prod .block {
  margin-left: 2%;
  float: left;
  width: 32%;
}
.ventas-priv-prod .block:nth-child(odd) .content-priv {
  background: #FFFFFF;
}
.ventas-priv-prod .block:first-child {
  margin-left: 0;
}
.ventas-priv-prod .block .product-image {
  width: 100%;
}
.ventas-priv-prod .block .content-priv {
  padding: 0 20px 20px 20px;
}
.ventas-priv-prod .block .entrega_label {
  color: #be1522;
  border: 1px solid #be1522;
  margin-top: 8px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  clear: both;
  font-family: "montserratlight", sans-serif;
  top: -10px;
  position: relative;
  background: #FFFFFF;
}
.ventas-priv-prod .block small {
  color: #8c7d7d;
  font-family: "montserratlight", sans-serif;
  margin-top: 10px;
  display: block;
}
.ventas-priv-prod .block h3, .ventas-priv-prod .block h3 a {
  color: #39221e;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0 0px;
}
.ventas-priv-prod .block .block-type {
  color: #be1522;
  font-family: "montserratlight", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.ventas-priv-prod .block p {
  font-size: 12px;
  margin-top: 15px;
  color: #8c7d7d;
  font-family: "montserratlight", sans-serif;
}
.ventas-priv-prod .block .button {
  font-family: "montserratlight", sans-serif;
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 17px 0 10px;
  background: #be1522;
}
.ventas-priv-prod .block .button:hover {
  background: #a2131e;
}
@media only screen and (max-width: 767px) {
  .ventas-priv-prod .block h3, .ventas-priv-prod .block h3 a {
    height: 66px;
    overflow: hidden;
  }
  .ventas-priv-prod .block .button {
    letter-spacing: 0;
    font-size: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .ventas-priv-prod .block {
    margin-left: 0;
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .ventas-priv-prod .block:first-child {
    margin-left: auto;
  }
  .ventas-priv-prod .block .ventas-priv-prod {
    text-align: center;
  }
  .ventas-priv-prod .block h3, .ventas-priv-prod .block h3 a {
    height: auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .ventas-priv-prod h3.category-title {
    margin: 20px 0;
  }
}

.content_el_club {
  padding: 100px 0;
}
.content_el_club .c-left {
  display: table-cell;
}
.content_el_club .c-left img {
  margin-right: 25px;
  display: block;
}
.content_el_club .c-right {
  background: #FFFFFF;
  display: table-cell;
  width: 65%;
  margin-left: 2%;
  background: #FFFFFF;
  vertical-align: middle;
  padding: 0 10%;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .content_el_club .c-right {
    margin-left: 0;
    padding: 0 20px;
  }
}
.content_el_club .c-right img {
  margin: 0 auto 20px;
}
.content_el_club .c-right h3 {
  text-transform: none;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-weight: 300;
  color: #39221e;
  font-size: 20px;
  margin-bottom: 20px;
}
.content_el_club .c-right p {
  color: #8c7d7d;
  font-family: "montserratlight", sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}
.content_el_club .c-right label {
  color: #be1522;
  font-family: "montserratlight", sans-serif;
  display: block;
}
.content_el_club .c-right span {
  color: #39221e;
  font-family: "Martel", Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}
.content_el_club .c-right .button,
.content_el_club .c-right .add-to-cart-buttons .button {
  font-family: "montserratlight", sans-serif;
  min-width: 280px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 17px 0 10px;
}
@media only screen and (max-width: 767px) {
  .content_el_club {
    padding: 0;
  }
  .content_el_club .c-right {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 16px;
  }
  .content_el_club .c-right img {
    margin: 0 auto 12px;
  }
  .content_el_club .c-right h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .content_el_club .c-right p {
    margin-bottom: 10px;
  }
  .content_el_club .c-right .button {
    margin: 0;
  }
  .content_el_club .visible-mobile .product-image {
    margin: 0 auto;
    width: 100%;
  }
}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3795A5;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}
