/*
Theme Name:     Storefront
Theme URI:      http://www.woothemes.com/storefront
Author:         WooThemes
Author URI:   http://www.woothemes.com
Description:    Storefront is the perfect theme for your next WooCommerce proje.site-header-cart.menuct. Designed and developed by WooThemes, it features a deep integration with our market leading WooCommerce plugin, several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version:        1.6.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    storefront
Tags:           black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 12px/14px as base sizes with a 1.618 ratio.
We use the excellent modular scale tool built by Tim Brown to calculate this. http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .gallery:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .gallery:after {
  clear: both; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; overflow-x: hidden;font-family: 'Roboto Condensed', sans-serif; padding-top: 133px}


a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus{ outline-color: transparent !important;}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

a{
   -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Global styles
 */
* {
  box-sizing: border-box; }



.clearfix::after {
  clear: both;
  content: "";
  display: table; }

/**
 * Header
 */
.site-header {
  background-color: #2c2d33;
  padding-top: 2.618em;
  color: #9aa0a7;
  background-position: center center;
  position: fixed;
  z-index: 999; }




.site-info {
  padding: 2.618em 0; }
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
    padding: 0;
}
/**
 * Clearing
 */
/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate; }
  table caption {
    padding: 1em 0;
    font-weight: 700; }
  table td,
  table th {
    padding: 0.857em 1.387em;
    text-align: left;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle; }
  table tbody tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.015); }
    table tbody tr:nth-child(2n) td:last-child {
      border-right: 0; }
table tbody tr:nth-child(2n) td  .woocommerce-shipping-calculator { display: none}
  table tbody td {
    background: rgba(0, 0, 0, 0.025);
    }
  table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a {
      font-weight: normal; }
  table tbody tr:last-child td {
    border-bottom: 0; }
  table tbody tr:last-child th:first-child {
    border-bottom: 0; }
  table tfoot th,
  table tfoot td {
    border-top: 1px dotted rgba(0, 0, 0, 0.1); }

/**
 * Typography
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=#4.1.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=#4.1.0") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff2?v=#4.1.0") format("woff2"), url("fonts/fontawesome/fontawesome-webfont.woff?v=#4.1.0") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf?v=#4.1.0") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg?v=#4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.618em; }

p {
  margin: 0 0 1.618em; }


blockquote {
  padding: 0 1.618em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic; }


figure {
  margin: 0; }

table {
  margin: 0 0 1.618em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  max-width: 100%;
  display: block; }




/**
 * General Layout
 */

  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left; }
/**
 * Forms
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  padding: .618em;
  background-color: #efefef;
  color: #60646c;
  line-height: 1;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  .input-text:focus {
    background-color: #e3e3e3;
    color: #484b51; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: .857em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-weight: 700; }

label.inline input {
  width: auto; }

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em; }
  fieldset legend {
    font-weight: 700; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/**
 * Main Naivgation
 */
/**
 
/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  text-align: center;
  clear: both; }
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
    .pagination .page-numbers::after,
    .woocommerce-pagination .page-numbers::after {
      clear: both;
      content: "";
      display: table; }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
      display: inline-block; }
      .pagination .page-numbers li .page-numbers,
      .woocommerce-pagination .page-numbers li .page-numbers {
        border-left-width: 0;
        display: inline-block;
        padding: 0.327em 0.857em;
        background-color: rgba(0, 0, 0, 0.025);
        color: #60646c; }
        .pagination .page-numbers li .page-numbers.current,
        .woocommerce-pagination .page-numbers li .page-numbers.current {
          font-weight: 700;
          background-color: #004b9c;
          border-color: #004b9c;
          color: #fff; }
        .pagination .page-numbers li .page-numbers.dots,
        .woocommerce-pagination .page-numbers li .page-numbers.dots {
          background-color: transparent; }
        .pagination .page-numbers li .page-numbers.prev,
        .pagination .page-numbers li .page-numbers.next,
        .woocommerce-pagination .page-numbers li .page-numbers.prev,
        .woocommerce-pagination .page-numbers li .page-numbers.next {
          padding-left: 1em;
          padding-right: 1em; }
      .pagination .page-numbers li a.page-numbers:hover,
      .woocommerce-pagination .page-numbers li a.page-numbers:hover {
        background-color: rgba(0, 0, 0, 0.05); }

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg); }


/**
 * 404 Styles
 */
.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025); }
  .error404 .site-content .widget_product_search form {
    margin: 0; }

.error404 .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.618em 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  margin-bottom: 2.618em; }
  .error404 .fourohfour-columns-2::after {
    clear: both;
    content: "";
    display: table; }
  .error404 .fourohfour-columns-2 ul.products,
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 45.4545454545%;
      float: left;
      margin-right: 9.0909090909%; }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

/*HEADER*/
.site-header{
    padding: 2em 0 0 0;
    border-bottom: 1px solid #ECECEC;
}
.nav-logo{padding-top: 0;padding-bottom: 0;padding-left: 1.5em;}
/*MENU SECUNDARIO*/
.secondary-navigation{}
.secondary-navigation .menu{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0

}
.secondary-navigation .menu li{ float: left;padding: 0 1.6em;}
.secondary-navigation .menu li a{
    color: #525252!important;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.secondary-navigation .menu li.menu-item-11{
    
}
.secondary-navigation .menu li.menu-item-11 a{
    float: left;
    text-indent: -9999px;
    padding: .05em 0
}
.secondary-navigation .menu li.menu-item-11 a:before{    content: "\f015";float: left;text-indent: 0;}


.site-header-cart.menu li{}


.site-header-cart.menu{width: 16%;float: left;border-left: 1px solid #C5C5C5;padding-left: 1em;position: relative;right: 0;}
.site-header-cart.menu li{}
.site-header-cart.menu li a{}
.site-header-cart.menu li a.cart-contents{
    width: auto;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif
}
.site-header-cart.menu li a.cart-contents span.amount{}
.site-header-cart.menu li a.cart-contents span.count{}
.site-header-cart.menu li a:after{
      position: relative;
    right: -8px;
    top: 1px;
}
.site-header-cart.menu li .widget_shopping_cart{box-shadow:0px 5px 5px 0px rgba(0,0,0,.2);padding: .5em;width: 130%;margin-left: -5.5em;    margin-top: -.2em}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content{}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list{
    margin: 0;
    padding: 0;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item{
    margin-bottom: .5em;
    position: relative;
    border: 1px solid #ddd;
    background: none;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item:hover{
  border: 1px solid #ccc;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item > a.remove{
    background: red;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    margin-top: 1em;
    position: absolute;
    padding: 0;
    margin-left: 1.5em;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item > a{
    display: inline-block;
    width: 100%;
    padding: 0 1em;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item > a > img{
  margin: .5em auto;
  display:  block;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item > span.quantity{
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    background: rgb(121, 121, 121);
    text-align: center;
    font-weight: 600;
    color: white;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item > span.quantity > span.amount{}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.total{
    background: #ddd;
    padding: .5em;
    color: #000;
    margin: 0;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.buttons{}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.buttons a.button {
    padding: .5em;
    width: 50%;
    float: left;
    font-size: .78em;
}
.site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.buttons a.button:after{
  right: 0
}
/*MENU PRINCIPAL*/
.site-header .navmain{}
.site-header .navmain nav.ubermenu-main{}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav{}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li >{}

.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > a > span{font-weight: 500; font-family: 'Roboto Condensed', sans-serif !important;}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > a > span span{}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu{
    left: -120px;
    width: 100%;
    max-width: 1366px;
    padding: 0 8em 0 8em;
    z-index: 9999;
    background-position: 10% center;
    background-color: white;
    overflow: initial;
    box-shadow: none
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu:before{
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;  
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu:after{
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;  
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-3166{ float: right;}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-3166 > a {    color: #E31D1A;}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-3166 > a:hover{ color: #C51612}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-3166 > a > span{ }

.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li.ubermenu-item-3166 > a
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li{
  width: 100%;
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu{
    padding: 0 0 0 12em;
    width: auto;
    max-width: none;
    left: 0;
    min-width: initial;
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li{
    padding: 0 .5em;
    margin: 0 0 0.5em 0;
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > a{
    color: #000;
    font-weight: 500;
    font-size: .9em;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0.3em;

}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li.ubermenu-item-2059{
  clear: both
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu{
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li{}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > a{
    font-size: .9em;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li > a > span{ margin: 0; padding: 0}
/*PRODUCTOS DESTACADOS*/
.sidebar-productsVendidos{
}
.sidebar-productsVendidos .tittle{ position: relative;}

.sidebar-productsVendidos .tittle h3{
    margin-bottom: 2em;
    background: white;
    margin: 1em;
    font-size: 1.8em;
    text-align: center;
    width: auto;
}
.sidebar-productsVendidos .tittle:before,.sidebar-productsVendidos .tittle:after {
  content: "";
  background: #323232;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 13px;
}
.sidebar-productsVendidos .tittle:before {
  left: 0;
}
.sidebar-productsVendidos .tittle:after {
  right: 0;
}

.sidebar-productsVendidos .woocommerce{}
.sidebar-productsVendidos .woocommerce ul.products{ display: inline-block;width: 99%;margin: 0 .5em;padding: 0;}
.sidebar-productsVendidos .woocommerce ul.products li.product {
  background: #f0f0f0;
  padding: 1em;
  overflow: hidden;
  width: 23.5%;
  margin: .5em;
  float: left;
  max-height: 480px;
  min-height: 480px;
}
.sidebar-productsVendidos .woocommerce ul.products li.product a {
  overflow: hidden;
}
.sidebar-productsVendidos .woocommerce ul.products li.product h3 {
  width: 100%;
  background: none;
  color: #000;
  font-size: 1.1em;
  min-height: 40px;
}
.sidebar-productsVendidos .woocommerce ul.products li.product span.price {
  color: #ff0000;
  text-align: right;
  font-size: 1.5em;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.sidebar-productsVendidos .woocommerce ul.products li.product a.add_to_cart_button {
  background: #E31D1A;
  color: white;
  margin: 1em 2em 0;
  display: block;
  text-align: center;
  padding: .5em;
  border-bottom: 3px solid #FF0501;
}
.sidebar-productsVendidos .woocommerce ul.products li.product a.add_to_cart_button:hover,
.sidebar-productsVendidos .woocommerce ul.products li.product a.add_to_cart_button:active,
.sidebar-productsVendidos .woocommerce ul.products li.product a.add_to_cart_button:focus{
  background: #FF0501;
  border-bottom: 3px solid #E31D1A;
  text-decoration: none
}

.sidebar-productsVendidos .woocommerce ul.products li.product a.added_to_cart {
  background: #E31D1A;
  color: white;
  margin: 0 4em;
  display: inline-block;
  padding: .2em .3em;
  border-bottom: none;
  width: auto;
  text-align: center;
}
.sidebar-productsVendidos .woocommerce ul.products li.product a.added_to_cart:hover,
.sidebar-productsVendidos .woocommerce ul.products li.product a.added_to_cart:active,
.sidebar-productsVendidos .woocommerce ul.products li.product a.added_to_cart:focus{
  background: #E31D1A;
  border-bottom: none;
  text-decoration: none
}

/*  publicidad*/
.sidebar-banners{
  margin: 2em auto;
}

/*FOOTER*/
footer {
  background: #f0f0f0;
  color: #686868;
  padding: 2em 0 0 0;
}
footer .widget_text {
  font-size: .9em;
}
footer .widget_text#text-6 {
    border-right: 1px solid #ccc;
}
footer .widget_text#text-2 {
  padding-bottom: 2em
}

footer .widget_nav_menu#nav_menu-3 {
}
footer .widget_nav_menu#nav_menu-6 ul.menu{ margin:  0; padding: 0}
footer .widget_nav_menu ul.menu {
  list-style: none;
  margin: 0 1em;
  padding: 0 1em;
}
footer .widget_nav_menu ul.menu li {
  padding: .5em;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
footer .widget_nav_menu ul.menu li a {
  color: black;
  text-align: center;
}
footer .widget_nav_menu ul.menu li ul {
  display: none
}
footer .widget_nav_menu ul.menu li a:hover {
  color: #E31D1A
}
footer .widget_nav_menu ul.menu li.icon-facebook {
  border-bottom: 0;
  float: left;
}
footer .widget_nav_menu ul.menu li.icon-facebook a {
  text-indent: -9999px;
  background: #727272;
  border-radius: 100%;
  padding: .25em;
  width: 25px;
  height: 25px;
  float: left;
}
footer .widget_nav_menu ul.menu li.icon-twitter {
  float: left;
  border-bottom: 0;
}
footer .widget_nav_menu ul.menu li.icon-twitter a {
  text-indent: -9999px;
  float: left;
  background: #727272;
  border-radius: 100%;
  padding: .25em;
  width: 25px;
  height: 25px;
}
footer .widget_nav_menu ul.menu li.icon-instagram {
  float: left;
  border-bottom: 0;
  padding: .4em
}
footer .widget_nav_menu ul.menu li.icon-instagram a {
  text-indent: -9999px;
  float: left;

}
footer .widget_nav_menu ul.menu li.icon-facebook a:before {
  content: "\f09a";
  text-indent: 3px;
  float: left;
  color: #fff;
  font-size: 1.4em;
  margin: 0;
}
footer .widget_nav_menu ul.menu li.icon-twitter a:before {
  content: "\f099";
  text-indent: 0;
  float: left;
  color: #fff;
  font-size: 1.4em;
  margin: 0;
}
footer .widget_nav_menu ul.menu li.icon-instagram a:before {
  content: "\f16d";
  text-indent: 0px;
  float: left;
  color: #727272;
  font-size: 1.7em;
  margin: .1em 0;
}
footer .widget_nav_menu ul.menu li.icon-facebook a:hover {
  background: #E31D1A
}
footer .widget_nav_menu ul.menu li.icon-twitter a:hover {
  background: #E31D1A
}
footer .widget_nav_menu ul.menu li.icon-instagram a:hover:before {
  content: "\f16d";
  color: #E31D1A
}
footer .widget_nav_menu ul.menu li.copy {
  display: inline-block;
  width: 100%;
  border-bottom: 0;
}
footer .widget_nav_menu ul.menu li.copy a {
  color: #000;
}

.sidebar-bannerinterno {
  border-bottom: 3px solid #004b9c;
}
.sidebar-breadcrumb {
  margin: 2em 0
}
.sidebar-breadcrumb nav.woocommerce-breadcrumb a {
  text-transform: capitalize;
}
.sidebar-breadcrumb nav.woocommerce-breadcrumb a {
  text-transform: capitalize;
}
.sidebar-containerproducts {
}
.sidebar-containerproducts h1.page-title {
  background: #004b9c;
    position: relative;
    border-radius: 0 0 10px 10px;
    color: white;
    font-size: 1.2em;
    padding: .5em .8em .5em .8em;
    float: right;
    margin-top: -2.8em;
}
.sidebar-containerproducts .storefront-sorting{ display:  inline-block; width: 100%}
.sidebar-containerproducts .storefront-sorting hr.woocs-hr{ display: none}
.related.products{ display: inline-block; width: 100%; background: white;}
ul.products{ display: inline-block;width: 99%;margin: 0 .5em;padding: 0;}
ul.products li.product {
  background: #f0f0f0;
  padding: 1em;
  overflow: hidden;
  width: 22.05%;
  margin: .5em;
  float: left;
  max-height: 450px;
  min-height: 450px;
  position: relative;
}


ul.products li.product h3 {
  width: 100%;
  background: none;
  color: #000;
  font-size: 1.1em;
    min-height: 50px;
    max-height: 60px;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
ul.products li.product span.onsale:last-child{
display: none
}
ul.products li.product span.onsale{
  background: #FF0501;
  border: none;
  color: white;
  position: absolute;
  top: 1.3em;
  z-index: 99;
  padding: .3em 1.2em;
}
ul.products li.product span.onsale:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 12px 16px;
    border-color: transparent transparent transparent #FF0501;
    margin-left: 14px;
    margin-top: -3px;
}
ul.products li.product span.outstock{
  background: #000000;
}
ul.products li.product span.outstock:after{
    border-color: transparent transparent transparent #000000;
}
ul.products li.product span.price {
  color: #ff0000;
  text-align: right;
  font-size: 1.5em;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
ul.products li.product span.price del{ color: #ccc}
ul.products li.product span.price del  span.amount{ color: #ccc}

ul.products li.product a.product_type_simple,
ul.products li.product a.product_type_variable {
  background: #333333;
  color: white;
  margin: 1em 2em 0;
  display: block;
  text-align: center;
  padding: .5em;
  border-bottom: 3px solid #333333;
  height:  auto;
}
ul.products li.product a.add_to_cart_button {
  background: #E31D1A;
  border-bottom: 3px solid #FF0501;
}
ul.products li.product a.add_to_cart_button.product_type_variable{ margin: 1em 1em 0}
ul.products li.product a.product_type_simple:hover,
ul.products li.product a.product_type_simple:active,
ul.products li.product a.product_type_simple:focus{
  background: #000000;
  border-bottom: 3px solid #000000;
  text-decoration: none;
}
ul.products li.product a.add_to_cart_button:hover,
ul.products li.product a.add_to_cart_button:active,
ul.products li.product a.add_to_cart_button:focus{
  background: #FF0501;
  border-bottom: 3px solid #E31D1A;
}

ul.products li.product a.added_to_cart {
  background: #E31D1A;
  color: white;
    margin: .1em 3em;
    display: inline-block;
    padding: .3em .5em;
  border-bottom: none;
  width: auto;
  text-align: center;
}
ul.products li.product a.added_to_cart:hover,
ul.products li.product a.added_to_cart:active,
ul.products li.product a.added_to_cart:focus{
  background: #E31D1A;
  border-bottom: none;
  text-decoration: none
}


.related.products{
    display: inline-block;
    width: 100%;
    background: white;
    position: relative;
}
.related.products:before{
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
}
.related.products:after{
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: 0;
}

.related.products h2{
    margin-bottom: 2em;
    background: white;
    margin: 1em auto;
    font-size: 1.8em;
    text-align: center;
    width: 100%;
    position: relative;
}
.related.products h2:before,.related.products h2:after {
  content: "";
  background: #323232;
  height: 1px;
  width: 35%;
  position: absolute;
  top: 19px;
}
.related.products h2:before {
  left: 0;
}
.related.products h2:after {
  right: 0;
}

.related.products ul.products{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.related.products ul.products li{
    width: 23.5%!important;
}

.sidebar-containerproducts p.woocommerce-result-count {
  display: none
}
.sidebar-containerproducts form.woocommerce-ordering {
  margin: 0 auto 0em auto;
  display: inline-block;
  width: 100%;
}
.sidebar-containerproducts form.woocommerce-ordering select {
  display: block;
  margin: 0 auto
}
.woocommerce .sidebar-containerproducts div.product {position: relative;
    width: 100%;}
.woocommerce .sidebar-containerproducts div.product span.onsale{
  background: #FF0501;
  border: none;
  color: white;
  position: absolute;
  top: 1em;
  padding: .5em .8em;
  font-size: 1.1em;
}
.woocommerce .sidebar-containerproducts div.product span.onsale:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 16px;
    border-color: transparent transparent transparent #FF0501;
    margin-left: 14px;
    margin-top: -7px;
}
.woocommerce .sidebar-containerproducts div.product span.outstock{
  background: #000000;
}
.woocommerce .sidebar-containerproducts div.product span.outstock:after{
    border-color: transparent transparent transparent #000000;
}
.woocommerce .sidebar-containerproducts .product .images {
  width: 53%;
}
.woocommerce .sidebar-containerproducts .product .images .thumbnails {
  background: #fff;
  width: 99.4%;
}
.woocommerce .sidebar-containerproducts .product .images .thumbnails a{
  margin: 1em;
  float: left!important
}
.woocommerce .sidebar-containerproducts .product .images .thumbnails a img{ border: 1px solid}
.woocommerce .sidebar-containerproducts .summary {
  position: relative;
}
.woocommerce .sidebar-containerproducts .summary div[itemprop="offers"] {
  background: white;
  display: inline-block;
  width: 100%;
  margin-top: 4.5em;
}
.woocommerce .sidebar-containerproducts .summary div[itemprop="offers"] p.price {
  color: #e31d1a;
  font-size: 1.9em;
  padding: 1em;
  font-weight: 500;
  margin-bottom: 0;
}

.woocommerce .sidebar-containerproducts .summary div[itemprop="offers"] p.price del{ color: #ccc}
.woocommerce .sidebar-containerproducts .summary div[itemprop="offers"] p.price del  span.amount{ color: #ccc}

.woocommerce .sidebar-containerproducts .summary form.cart {
  background: white;
  border-top: 1px solid rgb(240, 240, 240);
  display: inline-block;
  width: 100%;
}
.woocommerce .sidebar-containerproducts .summary form.cart table {
    width: 100%;
    padding: 1em 0 0 0;
    border-bottom: 0px solid #ccc;
    margin-bottom: 0;
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr {
  width: 50%;
  float: left;
  padding: 1em;
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr td {
  width: 50%;
  padding: 0;
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr td.label label {
  color: #3E3333;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr td.value {
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select {
  background: #fff url(http://clientes.enclavedm.com/pre/dismovel.com/wp-content/themes/tema/images/select.png) no-repeat 101% center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select:hover, .woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select:focus, .woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select:active, .woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select.active {
  outline: none
}
.woocommerce .sidebar-containerproducts .summary form.cart .single_variation_wrap {
}
.woocommerce .sidebar-containerproducts .summary p.stock.in-stock {
  display: none
}
.woocommerce .sidebar-containerproducts .summary p.stock.out-of-stock {
  display: none
}
.woocommerce .sidebar-containerproducts .summary.quantity {
}
.woocommerce .sidebar-containerproducts .summary .product_meta_final {
  background: white;
  display: inline-block;
  width: 100%;
  padding: .4em 0;
}
.product_meta,.sidebar-material{  background: white;
  display: inline-block;
  width: 100%;
  padding: .4em 0;}
.product_meta .posted_in{margin-left: .5em;}  
.product_meta .sku_wrapper{ display: none}
.product_meta .tagged_as{ display: none}
.sidebar-material{padding-left: .5em;}
.woocommerce .sidebar-containerproducts .summary h1 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 0 .5em 0;
}
.woocommerce .sidebar-containerproducts .summary form.cart .quantity:before {
  content: "Cantidad:";
  font-size: 1.1em;
  font-weight: 500;
}
.woocommerce .sidebar-containerproducts .summary form.cart .quantity {
  float: left;
  margin: 1em;
}
.woocommerce .sidebar-containerproducts .summary form.cart .quantity input.qty {
  background: #F0F0F0;
  border: 1px solid #ddd;
  padding: .5em;
  margin: 1em
}
.woocommerce .sidebar-containerproducts .summary form.cart button.single_add_to_cart_button {
  float: right;
  margin: 2em 1em 1em 1em;
  padding: .5em;
  border: none;
  border-radius: 0px;
  background: #E31D1A;
}
.woocommerce .sidebar-containerproducts .summary form.cart button.single_add_to_cart_button:hover {
  background: #C51612
}
.woocommerce .sidebar-containerproducts .summary .sidebar-logosproduct {
  position: absolute;
  margin-top: -22em;
}
.woocommerce .sidebar-containerproducts .summary .sidebar-logosproduct img {
  width: 33.3%;
  border-right: 1px solid #F0F0F0;
}
.woocommerce .sidebar-containerproducts .summary .product_meta_final {margin-top: -5px;}
.woocommerce .sidebar-containerproducts .summary .product_meta_final  span{
    width: 100%;
    display: inline-block;
    padding: .1em .5em;
}
.woocommerce .sidebar-containerproducts .summary .product_meta_final  span a{}
.woocommerce .sidebar-containerproducts .summary .product_meta_final .sku_wrapper{ display: none}
.woocommerce .sidebar-containerproducts .summary .product_meta_final .posted_in{ display: none}
.woocommerce .sidebar-containerproducts .summary .product_meta_final .tagged_as{display: block}
.woocommerce .sidebar-containerproducts .woocommerce-tabs {
  display: inline-block;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs {
  padding: 0;
  width: 100%;
  margin: 0;
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li {
  display: none
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li.description_tab {
  display: inline-block;
  background: #e7e7e7;
  padding: 1em;
  width: 100%;
  height: auto;
  border-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1.7px solid rgba(0, 0, 0, .1);
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li.description_tab:before{
  background: #e7e7e7;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  top: -1px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1.7px solid rgba(0, 0, 0, .1);
  padding: 1.73em;
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li.description_tab:after{
  background: #e7e7e7;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: -1px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1.7px solid rgba(0, 0, 0, .1);
  padding: 1.73em;
}
.woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li.description_tab a {
  color: #C51612;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
.woocommerce .sidebar-containerproducts .panel {
  padding: 1em 7em 1em 7em;
  border-bottom: 4em;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  
}
.woocommerce .sidebar-containerproducts .panel:before{
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
}
.woocommerce .sidebar-containerproducts .panel:after{
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: 0;
}

.woocommerce .sidebar-containerproducts .panel h2{ display: none}
.sidebar-containerproducts nav.woocommerce-pagination {margin-bottom: 1em;margin-right: 1em;}

.sidebar-containerproducts nav.woocommerce-pagination ul.page-numbers {
  margin: 0;
}
.sidebar-containerproducts nav.woocommerce-pagination ul.page-numbers li {
}
.sidebar-containerproducts nav.woocommerce-pagination ul.page-numbers li span.current {
  padding: .5em .8em;
  font-weight: 800;
  font-size: .8em;
}
.sidebar-containerproducts nav.woocommerce-pagination ul.page-numbers li a {
  padding: .5em .8em;
  font-weight: 800;
  font-size: .8em;
}
.woocommerce .sidebar-containerproducts .panel#tab-reviews{ display: none!important}

.product-details-woocommerce {
  background: #fff
}

.product-details-woocommerce .sidebar-breadcrumb nav.woocommerce-breadcrumb {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 3em;
  text-transform: lowercase;
}
.product-details-woocommerce .sidebar-breadcrumb nav.woocommerce-breadcrumb a:first-letter {
  font-size: 50px;
}

@media screen and (max-width:1980px) {
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu{
    left: -30em;
    width: 100%;
    max-width: 1440px;
    padding: 0 19em 0 30em;
    min-width: 1980px;
    background-position: 27% center;
  }
  .secondary-navigation .menu li.menu-item-11 a{    text-indent: -9999px;}

  #search{width: 12em;}


}
@media screen and (max-width:1366px) {
  .related.products{}
}
.sidebar-logosproduct{position: absolute;margin-top: 19em;width: 100%;}
.sidebar-logosproduct img{ width: 33.3%; background-size: cover}
.sidebar-materialproduct{ display:none;}
.sidebar-materialproduct:before{ content: "Otras caracteristicas";}
.sidebar-materialproduct_sinlogo{     bottom: -39.7em;
    margin-left: 0;
    width: 101%;
    margin: 0;
    left: -.2em;}
.tax-material .sidebar-logosproduct, .tax-material .sidebar-materialproduct{display:  none}
.tax-material .product-details-woocommerce{ background: white;    border-top: 3px solid #004b9c}
.tax-material .sidebar-breadcrumb{}
.tax-material .product-details-woocommerce .sidebar-breadcrumb nav.woocommerce-breadcrumb{ border: none}
.tax-material .sidebar-containerproducts h1.page-title{margin-top: -6.2em;}
.term-promociones ul.products li.product span.price:before{ content: "Promoción";position: absolute;top: 1.3em;left: 1.3em;font-size: .5em;background: #004B9C;color: white;font-weight: 700;text-transform: uppercase;padding: .3em;} 
.content-area .woocommerce{}
.content-area .woocommerce .woocommerce-message{background-color: #E31D1A; }
.content-area .woocommerce  form input{ background: white; border: 1px solid #ccc}
.content-area .woocommerce  form textarea { resize: none;}
textarea { resize: none;}
.content-area .woocommerce  #customer_login h2{     font-size: 1.3em;    font-weight: 600;}
.content-area .woocommerce  #customer_login form input{ background: white; border: 1px solid #ccc; box-shadow:  none}
.content-area .woocommerce  #customer_login form label{ font-size: 1em; font-weight: 400}
.content-area .woocommerce  #customer_login form input[type="submit"],.content-area .woocommerce  form input[type="submit"]{
    margin: 0 0 1em 0;
    padding: .5em;
    border: none;
    border-radius: 0px;
    background: #E31D1A;
}
.content-area .woocommerce  #customer_login form input[type="submit"]:hover,.content-area .woocommerce  form input[type="submit"]:hover {
  background: #C51612
}
.content-area header.entry-header h1{ text-transform: uppercase; margin: 1.4em 0}

.steps{
    display: none;
    width: 100%;
    position: relative;
    left: -10%;
    width: 100%;
    max-width: 1366px;
    min-width: 1366px;
    padding: 0 10em;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.steps ul{
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.steps ul li{
    float: left;
    color: #a7a7a7;
    margin: 0;
    padding: 3em 0;
    line-height: 100%;
}
.steps ul li:after{
    content: ">";
    position: absolute;
    font-size: 3em;
    right: .5em;
    top: 50%;
    font-weight: 100;
}

.steps ul li .title-numero{
    font-size: 4em;
    line-height: 120%;
}
.steps ul li .title-paso{
    font-size: 1.4em;
    padding: 1.3em .5em 0 0;
    width: 100%;
    display: inline-block;
}
.steps ul li .title-descrpcion{
    display: inline-block;
    width: 100%;
    font-size: .8em;
}
.page-id-14 .steps ul li.page-id-14{color: #E31D1A}
.page-id-15 .steps ul li.page-id-15{color: #E31D1A}
.page-id-16 .steps ul li.page-id-16{color: #E31D1A}
.content-area .woocommerce .shop_table.cart{}
.content-area .woocommerce .shop_table.cart tr.cart_item{}
.content-area .woocommerce .shop_table.cart tr.cart_item td{
    background: white;
    vertical-align: middle;
}
.content-area .woocommerce .shop_table.cart tr.cart_item td.product-remove{}
.content-area .woocommerce .shop_table.cart tr.cart_item td.product-thumbnail{}
.content-area .woocommerce .shop_table.cart tr.cart_item td.product-thumbnail a img{
    width: 35%;
    border: 1px solid #ccc;
}
.content-area .woocommerce .shop_table.cart tr td.actions{ background: white}
.content-area .woocommerce .wc-proceed-to-checkout{    display: inline-block;
    width: 100%;}
.content-area .woocommerce .wc-proceed-to-checkout .checkout-button{ padding: .5em}
.content-area .woocommerce .cart-collaterals{
    display: inline-block;
    width: 50%;
    margin: 0 0 2em 0;
    float: right;
}
.content-area .woocommerce .cart-collaterals .cart_totals {
    display: inline-block;
    width: 100%;
}
.content-area .woocommerce .cart-collaterals table{
    background: #F0F0F0;
}
.content-area .woocommerce .woocommerce-info{ background: #E31D1A}
.content-area .woocommerce .checkout {}
.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review{    padding: .8em;
    width: 41.1764705882%!important;
    margin: 0!important;
}
.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review .form-row.place-order{}
.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review .form-row.place-order .form-row.terms{
    display: inline-block;
    width: 100%;
}
.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review .form-row.place-order .form-row.terms label{margin-left: 2em;}
.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review .form-row.place-order .form-row.terms input{margin: -1.6em 0 0 0;float: left;}

.content-area .woocommerce .checkout .woocommerce-checkout-review-order#order_review .woocommerce-checkout-payment ul.payment_methods.methods{ list-style: none}
.product-details-woocommerce .woocommerce-message{ background: #E31D1A}
.site-header .site-search{
    border-left: 1px solid;
    margin: 0 .5em
}


.search-form {
}
input[type="search"].search-field {
  background-image: url(images/searchicon.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  background-color: #F5F6F6;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 22px;
  padding: .2em .8em .2em 1.5em;
  width: 100%;
}

.search-form  label{ margin: 0;    float: left;}
.search-submit {
  display: none;
}
.search-form input[type="submit"]{
    display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  border: none;
  box-shadow: none;
}
body.search   .search-field{ width: 100%;padding-left: 1.5em;}
#logo{
  transition:all 1000ms ease-in-out
}
#search{ display: inline-block; width: 16em; float: left; border-left: 1px solid #C5C5C5;}

#secondary-navigation{ display: inline-block;border-right: 1px solid #C5C5C5; float: left; height: 22px}
#login{ display: inline-block;border-right: 0px; float: left;height: 22px;padding: 0 .3em;}
#login .widget_login_logout{    padding: 0 .2em;}
#login .widget_login_logout ul{ list-style: none; margin: 0; padding: 0;}
#login .widget_login_logout ul li{ float: left;}
#login .widget_login_logout ul li a{ color: #222}
#login .widget_login_logout ul li.item_welcome a{    padding: 0 .2em;}
.page-template-enlio_slide .gal-container{
      margin-bottom: 1em;
    margin-top: 2em;
    padding-top: 0;
}
.ubermenu .ubermenu-submenu .ubermenu-column.menu-item-53-col-0{width: 90%;}
.ubermenu .ubermenu-submenu .ubermenu-column.menu-item-100-col-0{width: 90%;}
@media screen and (max-width: 1980px) {
  html{overflow-x:hidden !important}
}

@media screen and (max-width: 1680px) {
  html{overflow-x:hidden !important}
}

@media screen and (max-width:1440px){
  html{overflow-x:hidden !important}
  body{overflow-x:hidden !important;font-size:14px}
  .container{margin:0 auto;}
  #search{ width: 14em;}
}

@media screen and (max-width:1200px){
  html{overflow-x:hidden !important}
  body{overflow-x:hidden !important;font-size:14px}
  .container{margin:0 auto;}

}

@media screen and (max-width:1024px){
  html{overflow-x:hidden !important}
  body{overflow-x:hidden !important;font-size:13px; padding-top: 127px}
  .woocommerce .sidebar-containerproducts .woocommerce-tabs ul.tabs li.description_tab{ height: auto}
  .site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.buttons a.button{width: 48%;    padding: .5em 1.4em;}
  .site-header-cart.menu li .widget_shopping_cart .widget_shopping_cart_content p.buttons a.button.checkout {width: 52%}
  #secondary-navigation{margin-left:3% !important;}
  .site-header-cart.menu{ width: 26%}
  .content-area .woocommerce{    width: 90%;    margin: 0 auto}
  #search{ width: 12em}
  input[type="search"].search-field{ padding: .619em .8em .619em 2em}
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu{ background-image: none;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    padding: 0}
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu{ padding: 0; background-image: none}
}

@media screen and (max-width:992px){
  html{overflow-x:hidden !important}
  body{overflow-x:hidden !important;font-size:12px}
  .container{margin:0 auto;width:100%}
}

@media screen and (max-width:890px){
  html{overflow-x:hidden !important}
  body{overflow-x:hidden !important;font-size:12px}
}

@media screen and (max-width:768px){
  html{overflow-x:hidden !important}
  body{background:none;overflow-x:hidden !important;font-size:12px; padding-top:109px;}
  .container{margin:0 auto;width:100%;}
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto{ min-width: 20% !important; width: 20% !important}
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1){ clear: inherit!important}
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu{    padding: 1em;  background-image: none; }
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu{ padding: 0;}
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li{width: 100%!important;max-width: 100%!important; margin-top: 0em;}
  .site-header .navmain nav.ubermenu-main ul.ubermenu-nav > li > ul.ubermenu-submenu > li > ul.ubermenu-submenu > li{width: 33.3% !important;}
  .navbar-brand{ height: auto}
  .site-header .navmain{ margin-top: 1em; display: inline-block; width: 100%}
  .site-header-cart.menu{ width: 21%}
  .site-header-cart.menu li a.cart-contents{ font-size: 12px}
  .sidebar-productsVendidos .woocommerce ul.products li.product{    width: 31.6%;    max-height: 380px;
    min-height: 380px;}
  .ubermenu-skin-clean-white.ubermenu-responsive-toggle{ float: right;}
  .woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select{ background-position: 90px -19px}
  .single-product div.product .woocommerce-tabs{    left: -2%;
  max-width: none;
  width: 110%;}
  .related.products{}
  .related.products h2:before, .related.products h2:after{ top: 50%; width:30%}
  .related.products ul.products{ width: 96%}
  .related.products ul.products li{ width: 31.6% !important; max-height: 390px;min-height: 390px}
  .woocommerce .sidebar-containerproducts div.product span.onsale:after{border-width:15px 0 15px 16px;margin-left: 10px;}
  .content-area .woocommerce .cart-collaterals{ width: 100%}
      ul.products li.product{ width: 31.6%; max-height: inherit;
  min-height: inherit;}
  ul.products li.product img{ display: block; margin: 0 auto}
  #secondary-navigation{}
    #secondary-navigation{margin-left: 10%!important}
    #search{ width: 10em}

  .search-field{ float: left;    width: 100%}
  input[type="search"].search-field{ padding-left: 1.5em}
  .zoomContainer{ display: none!important}
  .site-header-cart .cart-contents{ font-size: 12px}
}
@media screen and (max-width: 640px) {
  html{overflow-x:hidden !important}
}
@media screen and (max-width: 581px) {
  html{overflow-x:hidden !important}
}
@media screen and (max-width: 533px) {
  body{ font-size: 12px}
}
@media screen and (max-width: 493px) {
  body{ font-size: 12px}
}
@media screen and (max-width: 480px) {
  body{ font-size: 12px; padding-top: 0}
  .site-header{ padding-top: 0; position: relative;}
  .navbar-brand{ float: none}
  .navbar-brand>img{display: block; margin: 0 auto}
  #secondary-navigation{margin-left: 10%!important}
  #search{width: 40%}
  .search-field{ float: left;    width: 100%}
  input[type="search"].search-field{ padding-left: 1.5em}
  .site-header-cart.menu{ width: 100%}
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto{ min-width: 100% !important; width: 100% !important; text-align: center;}
  .sidebar-productsVendidos .tittle:before, .sidebar-productsVendidos .tittle:after{ display: none}
  .sidebar-productsVendidos .woocommerce ul.products li.product{        width: 94%;
    max-height: inherit;
    min-height: inherit}
  .sidebar-productsVendidos .woocommerce ul.products li.product a.add_to_cart_button{ margin: 1em}
  .sidebar-productsVendidos .woocommerce ul.products li.product a{ margin: 1em}
  footer .widget_nav_menu ul.menu{ margin: 2em 0 0 0; padding: 0;}
  footer .widget_text#text-6{ border: none}
  .woocommerce .sidebar-containerproducts .product .images{ width: 100%; margin-bottom: 2em}
  .related.products h2:before, .related.products h2:after{ display: none}
  .related.products ul.products li{ width: 45%!important;
    max-height: inherit;
    min-height: inherit;}
    footer .widget_text{ margin-top: 2em}
    ul.products li.product{ width: 94%; max-height: inherit;
    min-height: inherit;}
    ul.products li.product img{ display: block; margin: 0 auto}
    table thead th{ padding: 0}
    .content-area .woocommerce .shop_table.cart tr.cart_item td.product-remove{ padding: 0}

}
@media screen and (max-width: 375px) {
  body{ font-size: 12px}
}
@media screen and (max-width: 360px) {
  body{ font-size: 12px}
  .woocommerce .sidebar-containerproducts .summary form.cart table tr td.value select{background-position: 99px -19px}
}
@media screen and (max-width: 333px) {
  body{ font-size: 12px}
}
@media screen and (max-width: 320px) {
  body{ font-size: 12px}
}









.woocommerce .sidebar-containerproducts .summary div[itemprop="offers"] p.price{display: none;}

.rp_wcdpd_pricing_table{font-size: 1.9em;}
  .rp_wcdpd_pricing_table table{border-top: none;}
    .rp_wcdpd_pricing_table tr{border-bottom: none;}
      .rp_wcdpd_pricing_table table tbody td{background-color: transparent;}
      .rp_wcdpd_pricing_table .rp_wcdpd_longer_cell .amount{color: #E31D1A;}
    .rp_wcdpd_pricing_table tr:first-child .rp_wcdpd_longer_cell .amount{text-decoration: line-through;}