@charset "UTF-8";
.martop20 {
  margin-top: 20px;
}

.martop30 {
  margin-top: 30px;
}

.martop40 {
  margin-top: 40px;
}

.martop50 {
  margin-top: 50px;
}

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

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Roboto", sans-serif;
  color: #707270;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

a {
  color: #c5093b;
  text-decoration: none;
}

a:hover {
  color: #f5255d;
  text-decoration: none;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

a:focus {
  outline: none;
  color: #c5093b;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11B400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
  margin-top: 10px;
  margin-right: 10px;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
  .page-title h1,
  .page-title h2,
  .product-name h1,
  .product-name .h1 {
    font-size: 24px;
  }
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #c5093b;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    color: #2e2e2e;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ece9e9;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c5093b;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    color: #2e2e2e;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ece9e9;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c5093b;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    /*border-width: 0 1px;
    border-style: solid;
    border-color: $c-module-border;*/
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 700;
  color: #c5093b;
}
.block-account li a,
.block-cms-menu li a {
  color: #2e2e2e;
  font-weight: 700;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #f5255d;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #707270;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #707270;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #707270;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #c5093b;
  display: inline-block;
  padding: 7px 15px 6px;
  border: 0;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #f5255d;
  cursor: pointer;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #c5093b;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #c5093b;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
  background: #f5255d;
  cursor: pointer;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: #707270;
  cursor: pointer;
  vertical-align: middle;
  width: 75%;
}

.button2.btn-center {
  width: 100%;
  font-weight: 700;
}

.btn-center {
  width: 100%;
  font-weight: 700;
}

.button2:focus {
  outline: none;
}

.btn-continue {
  border: none;
  font-weight: 400;
  background: #707270;
  color: white;
  text-transform: initial;
  font-size: 14px;
  width: auto;
  padding: 0px !important;
  float: left;
}
.btn-continue span span {
  color: white !important;
  text-transform: initial !important;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 2px 20px !important;
}

.button2 span,
.button2 span span {
  font-size: 14px;
  display: inline-block;
  color: white;
  font-family: "Roboto", sans-serif;
  text-transform: initial;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: white;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.button2 span span {
  padding: 10px 30px;
}

.button3 {
  border: 0;
  padding: 0 20px;
  margin-right: 6px;
  background: white;
  cursor: pointer;
  vertical-align: middle;
  color: #707270;
  background: white;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.button3:hover {
  text-decoration: none;
  background: #f5255d;
  color: white;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.button3:focus {
  outline: none;
}

.button3 span,
.button3 span span {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  color: #707270;
}

@media only screen and (max-width: 768px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 5px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set .btn-gris {
  background: #f2f2f2;
  padding: 5px 20px;
  border: 0px;
  color: #707270;
  font-size: 16px;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.buttons-set .btn-gris:hover {
  background: #f5255d;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  cursor: pointer;
  color: white;
}
.buttons-set .btn-gris span {
  cursor: pointer;
  text-transform: uppercase;
}
.buttons-set .btn-login-facebook {
  background: #00599F;
  width: 100%;
  color: white;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.buttons-set .btn-login-facebook:hover {
  text-decoration: none;
  color: #00599F;
  background: #b4c9d9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

.breadcrumbs a {
  float: left;
  color: #c5093b;
}

.breadcrumbs a:hover {
  color: #f5255d;
}

.breadcrumbs strong {
  color: #707270;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
  color: #707270;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #707270;
  border-radius: 50%;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #c5093b;
  border-color: #c5093b;
}

.btn-remove {
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.btn-remove:after {
  content: "\f068";
  line-height: 23px;
  width: 100%;
  color: white;
  font-size: 12px;
  font-family: 'FontAwesome';
  border-radius: 50%;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-remove:hover {
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #c5093b;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
  margin-right: 8px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  padding-left: 0;
  padding-right: 0;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

.footer-container {
  padding-top: 0px;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  height: 0 !important;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left {
  float: left;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
  width: 20%;
}
@media only screen and (max-width: 1324px) {
  .col-left {
    width: 27%;
  }
}
@media only screen and (max-width: 999px) {
  .col-left {
    width: 100%;
  }
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 78%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  width: 76%;
}
@media only screen and (max-width: 1324px) {
  .col-main {
    width: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  .col-main {
    width: 100%;
    padding-left: 0;
  }
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0px;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: left;
  padding-left: 4%;
}
@media only screen and (max-width: 1265px) {
  .col2-left-layout .col-main {
    padding-left: 2%;
  }
}
@media only screen and (max-width: 1000px) {
  .col2-left-layout .col-main {
    padding-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .col2-left-layout .col-main {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 769px) {
  .top-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399CC;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11B400;
}

.error {
  color: #DF280A;
  font-weight: bold;
}

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* -------------------------------------------- *
 * Messages
 */
#inchoo_global_messages {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  z-index: 9999999999;
}

#inchoo_global_messages_close {
  position: absolute;
  top: 15px;
  right: 1%;
  z-index: 10000;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #c5093b;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: white;
}
@media only screen and (max-width: 1320px) {
  #inchoo_global_messages_close {
    top: 0;
    left: 0;
  }
}

#inchoo_global_messages_close span:before {
  position: relative;
  top: 2px;
  font-size: 20px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #c5093b;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .messages li li {
    font-size: 14px;
  }
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

.messages .notice-msg li {
  color: white1;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: white;
  background-color: #c5093b;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.messages .success-msg li a {
  color: white;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #c5093b;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #c5093b;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Roboto", sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  color: #707270;
  font-size: 24px;
}

.price-box .price,
.price {
  font-family: "Roboto", sans-serif;
}

.price-box .price-label {
  color: #707270;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399CC;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  margin: 0 auto;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}
.price-box .old-price.yoursaving,
.price-box .special-price.yoursaving {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  background: #ffb000;
}
.price-box .old-price.yoursaving ul,
.price-box .special-price.yoursaving ul {
  padding-left: 5px;
  padding-right: 5px;
}
.price-box .old-price.yoursaving ul li,
.price-box .special-price.yoursaving ul li {
  float: left;
  width: 50%;
}
.price-box .old-price.yoursaving ul li p,
.price-box .special-price.yoursaving ul li p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 12px;
}
.price-box .old-price.yoursaving ul li p.percent,
.price-box .special-price.yoursaving ul li p.percent {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.price-box .old-price.yoursaving ul li span,
.price-box .special-price.yoursaving ul li span {
  color: #ffffff;
}
.price-box .old-price.yoursaving ul li.dto-wrapper,
.price-box .special-price.yoursaving ul li.dto-wrapper {
  width: 40%;
  float: right;
  padding-top: 4px;
}

.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
  font-size: 12px;
}

.price-box .special-price {
  color: #3399CC;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  padding: 4px 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 700;
  background: #ece9e9;
  margin: 2px 0;
  padding: 3px 10px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  color: #c5093b;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  color: #c5093b;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #c5093b;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c5093b;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #707270;
}

.add-to-links .separator {
  display: none;
  margin: 0;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }
}
.no-touch .product-image:hover {
  border-color: #3399CC;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block CMS
 */
.std p {
  margin: 0;
  padding-bottom: 20px;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #A0A0A0;
  font-size: 14px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 5px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  font-family: "Roboto", sans-serif;
  color: #707270;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: 700;
  text-transform: uppercase;
}

.sorter label {
  float: left;
  margin-right: 5px;
  padding: 7px;
  border-right: 1px solid #CCCCCC;
  color: #2e2e2e;
}
.sorter label:after {
  content: ':';
}
@media only screen and (max-width: 400px) {
  .sorter label {
    display: none;
  }
}
.sorter .amount {
  float: right;
}
.sorter .amount:after {
  content: '|';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 44px;
  border-right: 1px solid #CCCCCC;
}
.sorter > .sort-by select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  padding: 0 40px 0 10px;
  background: transparent url("../images/emax-48.svg") no-repeat;
  background-size: 14px;
  background-position: 90% 50%;
  border: none;
  margin: 12px 0;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
  margin-top: 6px;
  font-size: 24px;
  margin-left: 5px;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
  /*@extend .icon-sprite;*/
  text-indent: -9999;
}
.sorter > .view-mode .grid:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e92c";
}
.sorter > .view-mode .list:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e92d";
}

.pager {
  overflow: hidden;
  margin: 0;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
  display: none;
}
.pager .limiter {
  float: left;
  height: 44px;
  line-height: 30px;
  border-right: 1px solid #CCCCCC;
}
.pager .limiter > label {
  float: left;
  margin-right: 5px;
  padding: 7px;
  border-right: 1px solid #CCCCCC;
  color: #2e2e2e;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .limiter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 40px 0 10px;
  background: transparent url(../images/emax-48.svg) no-repeat;
  background-size: 14px;
  background-position: 90% 50%;
  border: none;
  margin: 12px 8px;
}

.pages {
  overflow: hidden;
  margin-left: 15px;
  float: right;
}
.pages strong {
  display: none;
}
.pages ol {
  overflow: hidden;
  margin: 0 auto;
  border-right: 1px solid #CCCCCC;
  height: 44px;
  padding-top: 7px;
}
.pages ol li {
  padding-top: 10px;
}
.pages ol li a {
  border: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
}
.pages ol li a:hover {
  background: none;
  color: #707270;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #c5093b;
  font-family: "Roboto", sans-serif;
  background-color: #2e2e2e;
  color: #2e2e2e;
}

.pages .current,
.pages .current:hover {
  height: 30px;
  color: #707270;
  /*border: 1px solid $c-module-border;*/
  width: 30px;
  background-color: #707270;
  color: white;
  cursor: default;
  border-radius: 50%;
  margin-right: 5px;
}

.pages .next,
.pages .previous {
  /*font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;*/
  font-size: 20px;
  margin-top: -5px;
}
.pages .next:hover,
.pages .previous:hover {
  background: none;
  color: #707270;
}

.pages .next:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e93e";
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}

.pages .previous:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e93d";
}

.total-product-wrapper {
  text-align: right;
}
.total-product-wrapper p {
  color: #2e2e2e;
  font-size: 14px;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
    /*border-top: 1px solid $c-module-border;*/
  }
  .col2-left-layout .sorter .limiter,
  .col2-left-layout .pager .limiter,
  .col2-right-layout .sorter .limiter,
  .col2-right-layout .pager .limiter,
  .col3-layout .sorter .limiter,
  .col3-layout .pager .limiter {
    border-right: 0;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    /*float: left;
    clear: both;*/
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 150px;
  width: auto;
}

.page-print {
  line-height: 16px;
  font-size: 14px;
}
.page-print h1 {
  font-size: 16px;
  margin-bottom: 0;
}
.page-print h2 {
  font-size: 14px;
}
.page-print h3 {
  font-size: 12px;
}
.page-print .product-name {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  width: 150px;
}
.page-print .order-date {
  font-size: 12px;
}
.page-print .ngrid-horizontal .ngrid-line {
  opacity: 0;
}
.page-print .comment-wrapper {
  margin-top: 20px;
}
.page-print .comment-wrapper ul li {
  padding: 10px 0;
}
.page-print .data-table {
  padding: 0;
}
.page-print .data-table thead tr th {
  font-size: 12px;
}
.page-print .data-table tbody tr td {
  font-size: 12px;
}
.page-print .data-table tfoot tr {
  padding-bottom: 5px;
  background: none;
}
.page-print .data-table tfoot tr td {
  padding: 0;
  font-size: 12px;
}

/* ============================================ *
 * MIS CLASES
 * ============================================ */
.line-tittle {
  height: 1px;
  color: #707270;
  border: 1px solid;
  position: relative;
  top: 21px;
}

.line {
  height: 5px;
  background-image: url(../images/bgn-cart.png);
}

.tittle-border {
  height: 1px;
  color: #c5093b;
  border: 1px solid;
  display: block;
}

.psmall {
  font-size: 14px;
  font-weight: 700;
}

.content-tittle h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
}
@media only screen and (max-width: 470px) {
  .content-tittle h1 {
    font-size: 24px;
  }
}

.nopadl {
  padding-left: 0 !important;
}

.nopadr {
  padding-right: 0 !important;
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padt30 {
  padding-top: 30px;
  padding-left: 0;
}

.padt40 {
  padding-top: 40px;
  padding-left: 0;
}

.padb10 {
  padding-bottom: 10px;
}

.minicart-delete {
  color: #707270;
  font-size: 20px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.minicart-delete:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.view-more {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 0px;
}
.view-more a {
  background: #c5093b;
  color: #fff;
  padding: 10px 40px;
  -moz-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.view-more a:hover {
  background: #f5255d;
  color: white;
  -moz-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.customNavigation .to-left {
  position: absolute;
  bottom: 345px;
  margin-left: 2px;
}
.customNavigation .to-right {
  position: absolute;
  bottom: 345px;
  right: 0;
}
.customNavigation .btn {
  background: rgba(0, 0, 0, 0.05);
  color: #646363;
  font-size: 36px;
  border-radius: 0;
  padding: 25px 2px;
}

.releated-more {
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: #c5093b;
  border-radius: 50%;
  padding: 0px 7px;
  display: block;
  position: relative;
  top: 2px;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.releated-more:hover {
  cursor: pointer;
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.search-layed-wrapper {
  padding-bottom: 20px;
}
.search-layed-wrapper .searchautocomplete .nav .nav-input {
  padding-left: 0 !important;
}

/* ============================================ *
 * QTY WRAPPER
 * ============================================ */
.valor {
  display: none;
}

.qty-wrapper {
  float: left;
  border: 1px solid #707270;
}
.qty-wrapper .qty-more, .qty-wrapper .qty-less {
  padding: 4px 6px;
  color: #707270;
  display: block;
}
.qty-wrapper .qty-more span, .qty-wrapper .qty-less span {
  font-size: 24px;
  padding-left: 2px;
}
.qty-wrapper .qty-more {
  float: right;
}
.qty-wrapper .qty-less {
  float: left;
}
.qty-wrapper input.qty {
  border: none;
  height: 39px;
}

.bundle-discount, .related-block, .alsobought {
  margin: 20px 0;
}
.bundle-discount .content-tittle, .related-block .content-tittle, .alsobought .content-tittle {
  margin-bottom: 20px;
}

.alsobought .buyers-wrapper {
  width: 100%;
}

.iva {
  color: #c5093b;
  font-size: 12px;
  display: block;
}
.iva.iva-minicart {
  float: right;
  width: 100%;
  line-height: 3px;
}
.iva.iva-cart {
  color: #707270;
  position: relative;
  bottom: 20px;
  text-align: center;
}
.iva.iva-checkout {
  float: right;
  line-height: 3px;
}

.no-show {
  display: none;
}

.stock1 {
  background-image: url("../images/disponibilidad1.png");
  width: 40px;
  height: 12px;
}

.stock2 {
  background-image: url("../images/disponibilidad2.png");
  width: 40px;
  height: 12px;
}

.stock3 {
  background-image: url("../images/disponibilidad3.png");
  width: 40px;
  height: 12px;
}

.stock4 {
  background-image: url("../images/disponibilidad4.png");
  width: 40px;
  height: 12px;
}

.stock5 {
  background-image: url("../images/disponibilidad5.png");
  width: 40px;
  height: 12px;
}

.stock-wrapper .tooltip .tooltip-inner {
  background-color: #c5093b;
  color: #FFFFFF;
  border: 1px solid #c5093b;
  padding: 5px;
  font-size: 14px;
}

.request-wrapper .modal {
  z-index: 99999999999;
}
.request-wrapper .modal .modal-dialog {
  width: 60%;
  top: 108px;
}

/* ============================================ *
 * POINTS TOTAL CHECKOUT
 * ============================================ */
.titulo_superpuntos {
  margin-bottom: 10px;
}
.titulo_superpuntos a {
  color: #707270;
  font-weight: 700;
  text-transform: uppercase;
}

.puntos-aplicables {
  padding-top: 20px;
  padding-bottom: 10px;
}

.caja_puntos label {
  font-weight: 400;
}
.caja_puntos span.button {
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
}

.points-total {
  background: white;
  padding: 5px 5px;
}
.points-total span {
  font-weight: 700;
  color: #ffb000;
}
.points-total span.icon-points {
  background: #ece9e9;
  color: #707270;
  padding: 4px 4px 6px 4px;
}

/* ============================================ *
 * MODAL
 * ============================================ */
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-content {
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0px;
}

#myModal .modal-dialog {
  width: 70%;
}

/* ============================================ */
/*   ESTRELLAS  */
/* ============================================ */
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 30px;
  overflow: hidden;
  position: relative;
  background: url("../images/estrella-vacia.svg");
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* width: 20%; remove this */
  z-index: 1;
  background: url("../images/estrella-llena.svg");
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.star-rating.star-5 {
  width: 30px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 100%;
}

.star-rating.star-5 i ~ i {
  width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.star-rating.star-3 {
  width: 150px;
}

.star-rating.star-3 input,
.star-rating.star-3 i {
  width: 33.33%;
}

.star-rating.star-3 i ~ i {
  width: 66.66%;
}

.star-rating.star-3 i ~ i ~ i {
  width: 100%;
}

.star-rating.hover {
  background-image: url("../images/estrella-llena.png") !important;
}

/*  END ESTRELLAS  */
/* ============================================ */
/*   Attachments  */
/* ============================================ */
.type-document-wrapper .type-document {
  padding: 10px 20px;
  border: 1px solid #CCCCCC !important;
  display: block;
  margin-bottom: 20px;
}
.type-document-wrapper .list-atributes {
  margin-bottom: 20px;
}
.type-document-wrapper .document-list {
  margin-left: 0;
}
.type-document-wrapper .document-list .label {
  width: 5%;
  padding: 0;
}
.type-document-wrapper .document-list .label img {
  float: initial !important;
  margin: 5px auto;
  position: relative;
  left: 20px;
}
.type-document-wrapper .document-list .data {
  width: 90%;
  padding-top: 6px;
}
.type-document-wrapper .document-list .data a {
  color: #707270 !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.type-document-wrapper .document-list .data a:hover {
  color: #f5255d !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.type-document-wrapper .document-list .data a span {
  color: #707270 !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.type-document-wrapper .document-list .data a span:hover {
  color: #f5255d !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 2.5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
  border: 1px solid #adadad;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #adadad;
  font-size: 20px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #adadad;
  background: #FFFFFF;
  font-size: 14px;
  color: #707270;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.input-text:focus {
  border: 1px solid #c5093b;
  outline: none;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.input-text.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 100%;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 16px;
  font-weight: normal;
}

#advice-required-entry-newsletter {
  position: absolute;
  margin: 10px 0 0;
  text-transform: initial;
  font-size: 11px;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 12px;
}

#advice-aw-osc-agreement-checkbox-2-aw-onestepcheckout-review-terms-agreement-2 {
  width: 250px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #adadad;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
}
.form-list .input-range .input-text {
  width: 74px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #707270;
  background-color: #c5093b;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #bf0939;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #A0A0A0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.tabla-responsive {
  width: 100%;
  overflow-x: scroll;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}
.data-table td.status, .data-table td.total,
.data-table th.status,
.data-table th.total {
  text-align: right;
}

.data-table th {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: "Roboto", sans-serif;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

#product_comparison tbody .product-shop-row td .price-box {
  text-align: center;
}
#product_comparison tbody .add-to-row .bottom-addto .price-box {
  text-align: center;
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

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

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
  background-color: #f8f9f9;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 23px -6px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 200;
  border-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .page-header {
    height: 119px;
  }
}
@media only screen and (max-width: 930px) {
  .page-header {
    height: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: initial;
  }
}
.page-header .preheader-wrapper {
  position: absolute;
  right: 20px;
  z-index: 999999;
}
@media only screen and (max-width: 800px) {
  .page-header .preheader-wrapper {
    display: none;
  }
}
.page-header .preheader-wrapper ul li {
  font-size: 14px;
  color: #707270;
}
.page-header .preheader-wrapper ul li a {
  font-size: 16px;
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media only screen and (max-width: 1200px) {
  .page-header .preheader-wrapper ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-header .preheader-wrapper ul li a {
    font-size: 12px;
  }
}
.page-header .preheader-wrapper ul li a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.page-header .preheader-wrapper ul li a span[class^="icon-"] {
  font-size: 24px;
  color: #c5093b;
  padding-right: 3px;
}
@media only screen and (max-width: 1200px) {
  .page-header .preheader-wrapper ul li a span[class^="icon-"] {
    font-size: 16px;
  }
}
.page-header .menu-wrapper {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 779px) {
  .page-header .menu-wrapper {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .menu-wrapper {
    width: 100%;
    position: relative;
  }
}
.page-header .menu-wrapper #header-nav {
  width: 100%;
  margin: 0 auto;
  border: none;
}
@media only screen and (max-width: 940px) {
  .page-header .menu-wrapper #header-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .menu-wrapper #header-nav {
    position: initial;
    left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 630px) {
  .page-header .menu-wrapper #header-nav {
    /*top:69px;*/
  }
}
@media only screen and (max-width: 499px) {
  .page-header .menu-wrapper #header-nav {
    top: 63px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .menu-wrapper #header-nav {
    /*top:50px;*/
  }
}
@media only screen and (max-width: 399px) {
  .page-header .menu-wrapper #header-nav {
    top: 40px;
    left: -11px;
  }
}
.page-header .menu-wrapper #header-nav .div-temp {
  clear: both;
}

.page-header-container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-header-container {
    position: relative;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1540px) {
  .page-header-container .logo-wrapper {
    width: 25%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-container .logo-wrapper {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .page-header-container .logo-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .page-header-container .logo-wrapper {
    height: 70px;
  }
}
@media only screen and (max-width: 400px) {
  .page-header-container .logo-wrapper .logo {
    position: relative;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header-container .logo-wrapper .logo img {
    margin: 0 auto;
    max-width: 175px;
  }
}
@media only screen and (max-width: 740px) {
  .page-header-container .logo-wrapper .logo img {
    /*width: 210px;*/
  }
}
@media only screen and (max-width: 630px) {
  .page-header-container .logo-wrapper .logo img {
    width: 160px;
    margin: 4px auto 0px;
    padding-bottom: -4px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header-container .logo-wrapper .logo img {
    margin: 0px auto 0px;
    padding-bottom: 0px;
    width: 120px;
  }
}
@media only screen and (max-width: 400px) {
  .page-header-container .logo-wrapper .logo img {
    width: 108px;
  }
}
@media only screen and (max-width: 320px) {
  .page-header-container .logo-wrapper .logo img {
    width: 100px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1540px) {
  .page-header-container .search-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-container .search-wrapper {
    width: 100%;
    position: absolute;
    top: 104px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header-container .search-wrapper {
    padding: 0;
  }
}
.page-header-container .search-wrapper #header-search {
  width: 65%;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 1100px) {
  .page-header-container .search-wrapper #header-search {
    top: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 930px) {
  .page-header-container .search-wrapper #header-search {
    top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-container .search-wrapper #header-search {
    position: fixed;
    right: 20%;
    width: 25%;
  }
}
@media only screen and (max-width: 840px) {
  .page-header-container .search-wrapper #header-search {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .page-header-container .search-wrapper #header-search {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-container .search-wrapper #header-search .phone-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-container .search-wrapper #header-search #algolia-searchbox {
    margin-bottom: 0;
  }
}
.page-header-container .search-wrapper .menu-wrapper {
  padding-top: 20px;
}

.header-language-container,
.page-header {
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1800px) {
  .page-header-container {
    width: 85%;
  }
}
@media only screen and (max-width: 1600px) {
  .page-header-container {
    width: 95%;
  }
}
/* ============================================ *
 * PREHEADER
 * ============================================ */
.preheader-wrapper h4,
.preheader-wrapper h3,
.preheader-wrapper h2,
.preheader-wrapper h1 {
  color: #ffb000;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .preheader-wrapper h4,
  .preheader-wrapper h3,
  .preheader-wrapper h2,
  .preheader-wrapper h1 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 499px) {
  .preheader-wrapper h4,
  .preheader-wrapper h3,
  .preheader-wrapper h2,
  .preheader-wrapper h1 {
    font-size: 9px;
  }
}
.preheader-wrapper h4 span,
.preheader-wrapper h3 span,
.preheader-wrapper h2 span,
.preheader-wrapper h1 span {
  color: #E6E6E6;
  text-transform: initial;
  font-weight: 400;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  background-color: #2e2e2e;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 5px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
@media only screen and (max-width: 992px) {
  .page-header-container .store-language-container {
    padding: 0;
  }
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}
@media only screen and (max-width: 399px) {
  .header-language-background,
  .header-language-background a {
    display: none;
  }
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo-wrapper {
  padding-left: 0;
  padding-bottom: 6px;
  float: left;
}

.logo {
  display: block;
  float: left;
  width: 100%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 18px 0 0 0;
}
.logo img {
  max-width: 100%;
  max-height: 110px;
}
@media only screen and (max-width: 930px) {
  .logo img {
    width: 150px;
  }
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}
@media only screen and (max-width: 768px) {
  .logo {
    padding: 15px 0 0 0;
  }
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 980px) {
  .logo {
    max-width: 300px;
    min-height: 90px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .skip-links {
    overflow: inherit;
    border: none;
  }
}
.skip-links .icon-emax-04:before {
  font-size: 28px;
}

@media only screen and (min-width: 769px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #c5093b;
  line-height: 42px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-search {
    position: absolute;
    top: 23px;
    width: 20%;
    left: 7%;
  }
}
@media only screen and (max-width: 630px) {
  .skip-link.skip-search {
    /*top:26px;*/
    left: 18%;
  }
}
@media only screen and (max-width: 480px) {
  .skip-link.skip-search {
    top: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .skip-link.skip-search {
    left: 7% !important;
  }
}
@media only screen and (max-width: 630px) {
  .skip-link.skip-search {
    left: 15%;
  }
}
.skip-link.skip-search span.label {
  position: relative;
  bottom: 19px;
  text-transform: uppercase;
}
.skip-link.skip-search span[class^="icon-"] {
  font-size: 45px;
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 480px) {
  .skip-link.skip-search span[class^="icon-"] {
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .skip-link.skip-search span[class^="icon-"] {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .skip-link.skip-search span:before {
    font-size: 38px;
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .skip-link.skip-search span:before {
    left: 10px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-account {
    position: relative;
    right: 20%;
    top: 10px;
  }
  .skip-link.skip-account span[class^="icon-"] {
    font-size: 46px;
    color: #707270;
    position: relative;
    top: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .skip-link.skip-account span[class^="icon-"] {
    font-size: 38px;
    top: 0px;
    right: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 400px) {
  .skip-link.skip-account span[class^="icon-"] {
    font-size: 30px;
    top: 3px !important;
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-account span.label {
    position: relative;
    bottom: 19px;
    right: 22px;
    text-transform: uppercase;
    font-size: 12px;
  }
}
@media only screen and (max-width: 630px) {
  .skip-link.skip-account {
    right: 38%;
  }
}
@media only screen and (max-width: 400px) {
  .skip-link.skip-account {
    right: 28%;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-cart {
    position: relative;
    top: 8px;
  }
}
.skip-link.skip-cart span[class^="icon-"] {
  font-size: 62px;
  color: #707270;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 930px) {
  .skip-link.skip-cart span[class^="icon-"] {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-cart span[class^="icon-"] {
    font-size: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .skip-link.skip-cart span[class^="icon-"] {
    font-size: 45px;
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .skip-link.skip-cart span[class^="icon-"] {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-cart span.count {
    position: absolute;
    right: 0;
    top: 5px;
    background: #c5093b;
    color: white;
    left: 26px;
  }
}
@media only screen and (max-width: 630px) {
  .skip-link.skip-cart span.count {
    right: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .skip-link.skip-cart span.count {
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .skip-link.skip-cart span.count {
    left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .skip-link.skip-cart span.label {
    display: none;
  }
}

a.skip-link {
  text-decoration: none;
  padding-right: 0;
  background: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .skip-link {
    background: none;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 768px) {
  .skip-link.skip-active {
    color: inherit;
    border: none;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
    color: #c5093b;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #ffffff;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 768px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    text-align: left;
    color: #707270;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    text-decoration: none;
    color: #c5093b;
  }
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 18px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .account-cart-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .account-cart-wrapper {
    padding: 0;
  }
}

.account-content {
  padding: 13px 0 13px 13px;
}
@media only screen and (max-width: 768px) {
  .account-content {
    position: absolute;
    top: 10%;
    right: 0;
    padding: 0;
    width: 18%;
  }
}
@media only screen and (max-width: 630px) {
  .account-content {
    /*top:3%;*/
    left: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .account-content #header-cart {
    position: absolute;
    right: 0;
    width: 500px;
    top: 76px;
    z-index: 11;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 500px) {
  .account-content #header-cart {
    width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .account-content #header-cart {
    width: 320px;
    top: 70px;
  }
}
@media only screen and (max-width: 399px) {
  .account-content #header-cart {
    width: 300px;
    top: 78px;
  }
}

.contact-content {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .contact-content {
    position: absolute;
    top: -24px;
    left: 0;
  }
}
@media only screen and (max-width: 499px) {
  .contact-content {
    padding-top: 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .contact-content {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 630px) {
  .contact-content .contacto {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (max-width: 499px) {
  .contact-content .contacto {
    padding-left: 20px;
  }
}
.contact-content .contacto a {
  padding: 0px 10px 0 0;
  border-right: 1px solid #adadad;
}
@media only screen and (max-width: 630px) {
  .contact-content .contacto a {
    border: none;
    margin-right: 20px;
    text-align: center;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .contact-content .contacto a:last-of-type {
    border-right: 0;
  }
}
@media only screen and (max-width: 499px) {
  .contact-content .contacto a span.icon-emax-03:before {
    padding-left: 0;
    font-size: 24px;
  }
}
.contact-content .contacto span {
  padding-left: 10px;
}
@media only screen and (max-width: 499px) {
  .contact-content .contacto span:before {
    font-size: 26px;
  }
}
@media only screen and (max-width: 499px) {
  .contact-content .contacto span {
    padding-left: 0;
  }
}

.item-number {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-block;
  background: #c5093b;
  color: #E6E6E6;
  border-radius: 50%;
  width: 13px;
  height: 14px;
  position: relative;
  top: 2px;
}
.item-number small {
  position: relative;
  bottom: 5px;
  left: 3px;
  color: white;
}

/* ============================================ *
 * PHONE WRAPPER
 * ============================================ */
.phone-wrapper {
  color: #ffffff;
}
.phone-wrapper h2,
.phone-wrapper h4,
.phone-wrapper p {
  color: #ffffff;
}
.phone-wrapper p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.phone-wrapper h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: initial;
}
.phone-wrapper .telefono {
  border-bottom: 1px solid;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 768px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 769px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #707270;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 768px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #c5093b;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 769px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #c5093b;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 769px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  #header-search {
    display: block;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Roboto", sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}
.skip-account .label {
  color: #c5093b;
  padding: 0;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.hoverUser:before {
  color: #ffb000 !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.hoverLabel {
  color: #f5255d !important;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media only screen and (min-width: 769px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .skip-account span[class^="icon-"] {
    color: #707270;
  }
  .skip-account span.label {
    display: none;
  }

  #header-account.skip-active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;
    z-index: 200;
    top: 115px;
    right: 74px;
    width: 182px;
    font-size: 14px;
    text-align: left;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #707270;
    line-height: 2;
  }

  #header-account a:hover {
    color: #c5093b;
  }
}
@media only screen and (min-width: 930px) {
  .skip-account span[class^="icon-"] {
    font-size: 53px;
  }
}
@media only screen and (max-width: 930px) {
  .skip-account span[class^="icon-"] {
    font-size: 40px;
  }
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  #header-account {
    position: absolute;
    top: 87px;
    z-index: 99;
    right: 16%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 630px) {
  #header-account {
    top: 89px;
    right: 20%;
  }
}
@media only screen and (max-width: 480px) {
  #header-account {
    top: 77px;
  }
}

#header-account a {
  position: relative;
  display: block;
  line-height: 18px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #header-account a {
    font-size: 12px;
  }
}

#header-account a:hover {
  color: #c5093b;
  text-decoration: none;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 769px) {
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: block;
    position: absolute;
    z-index: 200;
    top: 97px;
    right: 0;
    width: 452px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(197, 9, 59, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 769px) {
  .skip-cart {
    color: #c5093b;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 16px;
    width: auto;
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: white;
    font-weight: 700;
    font-size: 11px;
    background: #c5093b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 14px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Roboto", sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  background: #fafafa;
  padding-top: 60px;
  padding-bottom: 20px;
  /* -------------------------------------------- *
     * Social icons
     */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #707270;
}
.footer .links a:hover {
  color: #c5093b;
}
.footer .block-subscribe {
  float: right;
  overflow: hidden;
  padding-top: 2%;
  margin-bottom: 0px;
}
.footer .links,
.footer .block-subscribe {
  font-size: 12px;
  width: 100%;
}
.footer .links {
  background: white;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .footer-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
}
@media only screen and (max-width: 1800px) {
  .footer .footer-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .footer .footer-wrapper {
    width: 95%;
  }
}
.footer .footer-wrapper .footer-link-wrapper .footer-link > li {
  padding: 0px 10px 20px;
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li {
  width: 25%;
  float: left;
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li h4 {
  color: #2e2e2e;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: initial;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .footer .footer-wrapper .footer-link-wrapper .footer-link li {
    width: 50%;
  }
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li ul {
  clear: both;
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li ul li {
  font-size: 14px;
  width: 100%;
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li ul li a {
  color: #707270;
  -moz-transition: color, 0, 5s;
  -o-transition: color, 0, 5s;
  -webkit-transition: color, 0, 5s;
  transition: color, 0, 5s;
}
.footer .footer-wrapper .footer-link-wrapper .footer-link li ul li a:hover {
  color: #f5255d;
  -moz-transition: color, 0, 5s;
  -o-transition: color, 0, 5s;
  -webkit-transition: color, 0, 5s;
  transition: color, 0, 5s;
}
@media only screen and (max-width: 1400px) {
  .footer .footer-wrapper .footer-link-wrapper .footer-link li.newsletter {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .footer .footer-wrapper .footer-link-wrapper .footer-link li.newsletter {
    width: 50%;
    clear: both;
  }
}
@media only screen and (max-width: 700px) {
  .footer .footer-wrapper .footer-link-wrapper .footer-link li.newsletter {
    width: 75%;
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer-wrapper .footer-link-wrapper .footer-link li.newsletter {
    width: 100%;
    clear: both;
  }
}
.footer .footer-wrapper .content-logo-footer {
  padding-top: 14px;
}
@media only screen and (max-width: 1000px) {
  .footer .footer-wrapper .content-logo-footer .sociallink-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1090px) {
  .footer .footer-wrapper .content-logo-footer .sociallink-wrapper .nxt-social li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1090px) {
  .footer .footer-wrapper {
    width: 95%;
  }
}
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer ul.nxt-social {
  font-size: 38px;
}
.footer ul.nxt-social li {
  padding: 0 30px;
}
.footer .block-subscribe .newsletter-form .news-claim {
  font-size: 16px;
  text-transform: initial;
  line-height: 1.2;
}
.footer .block-subscribe .input-box {
  width: 100%;
  padding-top: 0;
  border: none;
  background: #eee;
  border-radius: 50px;
  padding: 10px 20px;
}
.footer .block-subscribe .input-box input {
  background: none;
}
.footer .block-subscribe .input-text {
  width: 100%;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
  width: 100%;
  margin: 0 auto;
}
.footer .block-subscribe .block-content .wrapper-form {
  overflow: hidden;
  padding: 7px 0;
}
.footer .block-subscribe .block-content .wrapper-form input {
  outline: none;
  border: none;
  border-radius: 0;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .block-content .accept {
  width: 18px;
  height: 18px;
  position: relative;
  /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
  background: #ffffff;
  border: 1px solid #adadad;
  /*margin-left: 20px;*/
}
.footer .block-subscribe .block-content .accept label {
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
  left: 3px;
  cursor: pointer;
}
.footer .block-subscribe .block-content .accept label .checkbox + label,
.footer .block-subscribe .block-content .accept label .radio + label {
  vertical-align: inherit;
}
.footer .block-subscribe .block-content .accept label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c5093b;
  opacity: 0;
}
.footer .block-subscribe .block-content .accept label .accept-text {
  padding-left: 14px;
  font-size: 14px;
  color: #646363;
  text-transform: initial;
  position: relative;
  top: -6px;
  width: 275px;
}
@media only screen and (max-width: 1390px) {
  .footer .block-subscribe .block-content .accept label .accept-text {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .block-subscribe .block-content .accept label .accept-text {
    width: 275px;
  }
}
@media only screen and (max-width: 357px) {
  .footer .block-subscribe .block-content .accept label .accept-text {
    width: 160px;
    white-space: initial;
  }
}
.footer .block-subscribe .block-content .accept label .accept-text a {
  cursor: pointer;
}
.footer .block-subscribe .block-content .accept input.checkbox {
  width: 167px;
  opacity: 0;
  z-index: 99999;
  cursor: pointer;
}
.footer .block-subscribe .block-content .accept input.checkbox:checked + label:after {
  opacity: 1;
}
.footer .block-subscribe .block-content .accept .validation-advice {
  width: 200px;
  text-transform: initial;
  font-size: 12px;
  padding-top: 0;
}
.footer .block-subscribe .actions {
  width: 100%;
  margin-top: 20px;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
.footer .block-subscribe .actions button {
  line-height: 30px;
  padding: 10px;
  width: 100%;
  background-color: #888888;
  border-radius: 50px;
  color: white;
}
.footer .block-subscribe .actions button:hover {
  border-left: 1px solid white;
  background: #f5255d;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 5px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  text-align: center;
  width: 100%;
  font-size: 11px;
  color: #E6E6E6;
}
.footer address h6 {
  color: #E6E6E6;
  margin-bottom: 0;
}
.footer address p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 768px) {
  .footer .block-subscribe {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

.copyright-wrapper {
  background: #fafafa;
  overflow: hidden;
  /*.copyright{
    float:right;
    font-size: $f-size-s;
    padding-right: 13%;
    text-align: right;
  }*/
}
.copyright-wrapper .claim-wrapper {
  overflow: hidden;
}
.copyright-wrapper .claim-wrapper h2 {
  font-size: 24px;
  color: #c5093b;
  background: #fafafa;
  float: left;
  margin-left: 10%;
  z-index: 2;
  padding: 10px;
  text-transform: initial;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright-wrapper .claim-wrapper .line {
  border-top: 2px solid #c5093b;
  margin-top: 23px;
  background: none;
}
.copyright-wrapper .copyright {
  font-size: 14px;
  width: 85%;
  margin: 0 auto 30px;
}
.copyright-wrapper .copy-next {
  float: right;
  padding-left: 20%;
  font-size: 12px;
}
@media only screen and (max-width: 979px) {
  .copyright-wrapper .copy-next {
    float: none;
    padding-left: 0;
    font-size: 12px;
    margin-top: 20px;
  }
}

.newsletter-form .block-title {
  border-top: 0px;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
 .consultar{font-weight: bold;color:  #c5093b;}
@media only screen and (min-width: 1325px) {
  .catalog-category-view ul.products-grid--max-3-col li.item:nth-child(3n+1) {
    clear: both;
  }
}

.catalog-category-view .main-container {
  width: 85%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1800px) {
  .catalog-category-view .main-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .catalog-category-view .main-container {
    width: 95%;
  }
}
.catalog-category-view .main-container.col1-layout {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media only screen and (max-width: 1600px) {
  .catalog-category-view .main-container.col1-layout {
    width: 100%;
    margin: 0 auto;
  }
}

.splash-page-manufacturer .main-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0px;
}

.catalog-category-view ul li.item,
.splash-page-manufacturer ul li.item {
  list-style: none !important;
  margin-left: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1324px) {
  .catalog-category-view ul li.item,
  .splash-page-manufacturer ul li.item {
    width: 48%;
    /*margin-right:4%!important;*/
  }
}
@media only screen and (max-width: 600px) {
  .catalog-category-view ul li.item,
  .splash-page-manufacturer ul li.item {
    width: 100%;
  }
}
@media only screen and (max-width: 1324px) {
  .catalog-category-view ul li.item:nth-child(even),
  .splash-page-manufacturer ul li.item:nth-child(even) {
    margin-right: 0% !important;
  }
}
.catalog-category-view ul li.item .add-to-cart,
.splash-page-manufacturer ul li.item .add-to-cart {
  position: absolute;
  top: initial;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  z-index: 9999;
  background: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
}
@media only screen and (max-width: 1000px) {
  .catalog-category-view ul li.item .add-to-cart,
  .splash-page-manufacturer ul li.item .add-to-cart {
    width: 100%;
  }
}
.catalog-category-view ul li.item .add-to-cart:hover,
.splash-page-manufacturer ul li.item .add-to-cart:hover {
  position: absolute;
  z-index: 999999;
}
.catalog-category-view .main .breadcrumbs,
.splash-page-manufacturer .main .breadcrumbs {
  margin: 10px auto;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
}
.catalog-category-view .main .breadcrumbs ul,
.splash-page-manufacturer .main .breadcrumbs ul {
  margin: 0 auto;
  width: 100%;
}
.catalog-category-view .main .breadcrumbs ul li,
.splash-page-manufacturer .main .breadcrumbs ul li {
  color: #E6E6E6;
}
.catalog-category-view .main .breadcrumbs ul li a,
.splash-page-manufacturer .main .breadcrumbs ul li a {
  color: #c5093b;
}
.catalog-category-view .main .breadcrumbs ul li span,
.splash-page-manufacturer .main .breadcrumbs ul li span {
  color: #2e2e2e;
}
.catalog-category-view .main .breadcrumbs ul li strong,
.splash-page-manufacturer .main .breadcrumbs ul li strong {
  color: #2e2e2e;
}
.catalog-category-view .main .product-list-wrapper,
.splash-page-manufacturer .main .product-list-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .catalog-category-view .main .product-list-wrapper,
  .splash-page-manufacturer .main .product-list-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .catalog-category-view .main .product-list-wrapper .sidebar,
  .splash-page-manufacturer .main .product-list-wrapper .sidebar {
    display: none;
  }
}
.catalog-category-view .main .product-list-wrapper .colunm-mobile,
.splash-page-manufacturer .main .product-list-wrapper .colunm-mobile {
  display: none;
}
.catalog-category-view .main .product-list-wrapper .col-main,
.splash-page-manufacturer .main .product-list-wrapper .col-main {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1000px) {
  .catalog-category-view .main .product-list-wrapper .col-main,
  .splash-page-manufacturer .main .product-list-wrapper .col-main {
    padding-right: 4%;
    padding-left: 4%;
    width: 80%;
  }
}
.catalog-category-view .main .product-list-wrapper .col-main .breadcrumbs,
.splash-page-manufacturer .main .product-list-wrapper .col-main .breadcrumbs {
  position: initial;
  background: none;
}
.catalog-category-view .main .product-list-wrapper .col-main .breadcrumbs ul,
.splash-page-manufacturer .main .product-list-wrapper .col-main .breadcrumbs ul {
  width: 100%;
}
.catalog-category-view .main .product-list-wrapper .col-main .breadcrumbs ul li strong,
.splash-page-manufacturer .main .product-list-wrapper .col-main .breadcrumbs ul li strong {
  color: initial;
}
.catalog-category-view .main .product-list-wrapper .col-main .breadcrumbs ul li span,
.splash-page-manufacturer .main .product-list-wrapper .col-main .breadcrumbs ul li span {
  color: #646363;
}
.catalog-category-view .main .product-list-wrapper .col-main .toolbar .pager,
.splash-page-manufacturer .main .product-list-wrapper .col-main .toolbar .pager {
  opacity: 0;
}
.catalog-category-view .banner-category-wrapper,
.splash-page-manufacturer .banner-category-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.catalog-category-view .banner-category-wrapper .content-tittle,
.splash-page-manufacturer .banner-category-wrapper .content-tittle {
  margin: 0 auto;
  top: 45%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.catalog-category-view .banner-category-wrapper .content-tittle .tittle-category,
.splash-page-manufacturer .banner-category-wrapper .content-tittle .tittle-category {
  margin: 0 auto;
  display: block;
}
.catalog-category-view .banner-category-wrapper .content-tittle .tittle-category h1,
.splash-page-manufacturer .banner-category-wrapper .content-tittle .tittle-category h1 {
  color: #E6E6E6;
  font-size: 3em;
}
.catalog-category-view .banner-category-wrapper .content-tittle .tittle-category .button,
.splash-page-manufacturer .banner-category-wrapper .content-tittle .tittle-category .button {
  border-radius: 3px;
  text-transform: initial;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 30px;
}
.catalog-category-view .banner-category-wrapper .content-tittle .category-description,
.splash-page-manufacturer .banner-category-wrapper .content-tittle .category-description {
  margin: 0 auto;
  width: 85%;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 1800px) {
  .catalog-category-view .banner-category-wrapper .content-tittle .category-description,
  .splash-page-manufacturer .banner-category-wrapper .content-tittle .category-description {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .catalog-category-view .banner-category-wrapper .content-tittle .category-description,
  .splash-page-manufacturer .banner-category-wrapper .content-tittle .category-description {
    width: 95%;
  }
}
.catalog-category-view .banner-category-wrapper .content-tittle .category-description .description-content,
.splash-page-manufacturer .banner-category-wrapper .content-tittle .category-description .description-content {
  max-width: 50%;
}
@media only screen and (max-width: 1200px) {
  .catalog-category-view .banner-category-wrapper .content-tittle .category-description .description-content,
  .splash-page-manufacturer .banner-category-wrapper .content-tittle .category-description .description-content {
    max-width: 85%;
  }
}
.catalog-category-view .main-catalog-view,
.splash-page-manufacturer .main-catalog-view {
  width: 100%;
  margin: 0 auto;
}
.catalog-category-view .main-catalog-view .category-description,
.splash-page-manufacturer .main-catalog-view .category-description {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.catalog-category-view .main-catalog-view .home-list-wrapper ul li.item,
.splash-page-manufacturer .main-catalog-view .home-list-wrapper ul li.item {
  list-style: none;
  margin-left: 0 !important;
  padding-right: 30px;
}
.catalog-category-view .main-catalog-view .home-list-wrapper ul li.item.snip1268,
.splash-page-manufacturer .main-catalog-view .home-list-wrapper ul li.item.snip1268 {
  width: 100%;
}
.catalog-category-view .main-catalog-view .home-list-wrapper ul li.item .more-info,
.splash-page-manufacturer .main-catalog-view .home-list-wrapper ul li.item .more-info {
  position: relative;
  top: 2px;
  box-shadow: none;
}
.catalog-category-view .sub-category-wrapper,
.splash-page-manufacturer .sub-category-wrapper {
  margin: 5% 0;
}
.catalog-category-view .sub-category-wrapper .tittle,
.splash-page-manufacturer .sub-category-wrapper .tittle {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .catalog-category-view .sub-category-wrapper .tittle,
  .splash-page-manufacturer .sub-category-wrapper .tittle {
    margin-top: 40px;
  }
}
.catalog-category-view .sub-category-wrapper .tittle span,
.splash-page-manufacturer .sub-category-wrapper .tittle span {
  color: #c5093b;
  font-size: 60px;
  padding-right: 10px;
  position: relative;
  bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .sub-category-wrapper .tittle span,
  .splash-page-manufacturer .sub-category-wrapper .tittle span {
    margin-top: 0px;
    font-size: 40px;
    bottom: 0;
  }
}
.catalog-category-view .sub-category-wrapper .tittle h2,
.catalog-category-view .sub-category-wrapper .tittle h3,
.catalog-category-view .sub-category-wrapper .tittle h4,
.catalog-category-view .sub-category-wrapper .tittle h5,
.splash-page-manufacturer .sub-category-wrapper .tittle h2,
.splash-page-manufacturer .sub-category-wrapper .tittle h3,
.splash-page-manufacturer .sub-category-wrapper .tittle h4,
.splash-page-manufacturer .sub-category-wrapper .tittle h5 {
  font-size: 36px;
  color: #2e2e2e;
  text-transform: initial;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .sub-category-wrapper .tittle h2,
  .catalog-category-view .sub-category-wrapper .tittle h3,
  .catalog-category-view .sub-category-wrapper .tittle h4,
  .catalog-category-view .sub-category-wrapper .tittle h5,
  .splash-page-manufacturer .sub-category-wrapper .tittle h2,
  .splash-page-manufacturer .sub-category-wrapper .tittle h3,
  .splash-page-manufacturer .sub-category-wrapper .tittle h4,
  .splash-page-manufacturer .sub-category-wrapper .tittle h5 {
    margin-top: 30px;
  }
}
.catalog-category-view .sub-category-wrapper .sub-category-content,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content {
  overflow: hidden;
  clear: both;
  max-width: 960px;
  margin: 0 auto;
}
.catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category {
  list-style: none !important;
  margin-left: 0 !important;
  position: relative;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category,
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category {
    width: 33.3%;
  }
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category:nth-child(4n+1),
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category:nth-child(4n+1) {
    clear: initial;
  }
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category:nth-child(3n+1),
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category,
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category {
    width: 50%;
    padding: 0 5px;
  }
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category:nth-child(3n+1),
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category:nth-child(3n+1) {
    clear: initial;
  }
  .catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category:nth-child(2n+1),
  .splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category:nth-child(2n+1) {
    clear: both;
  }
}
.catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category img,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category img {
  width: 100%;
  padding: 0px;
}
.catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category img:hover,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category img:hover {
  cursor: pointer;
}
.catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category ul.list-sub-subcat li,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category ul.list-sub-subcat li {
  list-style: none !important;
  margin-left: 0 !important;
}
.catalog-category-view .sub-category-wrapper .sub-category-content li.sub-category ul.list-sub-subcat li ul.subcat-children,
.splash-page-manufacturer .sub-category-wrapper .sub-category-content li.sub-category ul.list-sub-subcat li ul.subcat-children {
  margin-left: 20px;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper {
  text-align: center;
  width: 100%;
  background: #f7f7f7;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper:hover,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper:hover {
  cursor: pointer;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 {
  color: #707270;
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  text-transform: initial;
  line-height: 16px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4:hover,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name {
  padding: 25px 5px;
  display: block;
  color: #444444;
  font-weight: 500;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h2,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h3,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h4,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h5,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h6,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h2,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h3,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h4,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h5,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h6 {
  font-size: 16px;
  color: #444444;
  text-transform: initial;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h2 a,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h3 a,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h4 a,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h5 a,
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h6 a,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h2 a,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h3 a,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h4 a,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h5 a,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name h6 a {
  font-size: 16px;
  color: #444444;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name:hover,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper h4 .subcat-name:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat {
  width: 100%;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat li,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat li {
  width: 100%;
  text-align: left;
}
.catalog-category-view .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat li a p,
.splash-page-manufacturer .sub-category-wrapper .subcat-name-wrapper .list-sub-subcat li a p {
  margin-bottom: 0;
}
.catalog-category-view .sub-category-wrapper .sub-subcat-name-wrapper,
.splash-page-manufacturer .sub-category-wrapper .sub-subcat-name-wrapper {
  width: 100%;
}
.catalog-category-view .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat,
.splash-page-manufacturer .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat {
  padding-top: 20px;
}
.catalog-category-view .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li,
.splash-page-manufacturer .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li {
  width: 100%;
  color: #707270;
  padding: 0;
}
.catalog-category-view .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li a,
.splash-page-manufacturer .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li a {
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li a:hover,
.splash-page-manufacturer .sub-category-wrapper .sub-subcat-name-wrapper .list-sub-subcat li a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.catalog-category-view .home-list-wrapper,
.splash-page-manufacturer .home-list-wrapper {
  width: 100%;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper {
  background: #f4f4f4;
  padding-top: 60px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle span,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle span {
  color: #c5093b;
  font-size: 60px;
  padding-left: 10px;
  position: relative;
  bottom: 30px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h2,
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h3,
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h4,
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h5,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h2,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h3,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h4,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .tittle h5 {
  font-size: 36px;
  color: #2e2e2e;
  text-transform: initial;
  font-weight: 400;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .intro-text-wrapper,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .intro-text-wrapper {
  max-width: 960px;
  margin: -15px auto;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .intro-category-wraper .intro-text-wrapper .button,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .intro-category-wraper .intro-text-wrapper .button {
  border-radius: 3px;
  text-transform: initial;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper {
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper,
  .splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper {
    padding: 60px 30px;
  }
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper {
  max-width: 960px;
  margin: 0 auto;
  color: #888888;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h1,
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h2,
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h3,
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h4,
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h5,
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h6,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h1,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h2,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h3,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h4,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h5,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper h6 {
  font-size: 36px;
  line-height: 34px;
  text-transform: initial;
  margin-bottom: 0;
  font-weight: 600;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper p,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper p {
  color: #888888;
  line-height: 26px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper .pixicon-headphones,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper .pixicon-headphones {
  font-size: 100px;
  color: #bbbbbb;
  padding-right: 30px;
  position: relative;
  bottom: 25px;
}
.catalog-category-view .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper .button,
.splash-page-manufacturer .home-list-wrapper .tab-wrapper .contact-category-wrapper .intro-text-wrapper .button {
  border-radius: 3px;
  text-transform: initial;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.catalog-category-view .home-list-wrapper .tab-content .tab-pane .home-list-wrapper .category-products ul.products-grid--max-4-col .item,
.splash-page-manufacturer .home-list-wrapper .tab-content .tab-pane .home-list-wrapper .category-products ul.products-grid--max-4-col .item {
  margin-right: 0;
}

.categorypath-analisis-de-proteinas-html .subcat-name-wrapper {
  min-height: 64px;
}
.categorypath-analisis-de-proteinas-html .sub-subcat-name-wrapper .list-sub-subcat {
  min-height: 300px !important;
}

@media only screen and (max-width: 1670px) {
  .categorypath-tecnicas-instrumentales-html .subcat-name-wrapper {
    min-height: 64px;
  }
}
.categorypath-tecnicas-instrumentales-html .sub-subcat-name-wrapper .list-sub-subcat {
  min-height: 550px !important;
}
@media only screen and (max-width: 1450px) {
  .categorypath-tecnicas-instrumentales-html .sub-subcat-name-wrapper .list-sub-subcat {
    min-height: 600px !important;
  }
}

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
  padding: 0px 14px;
  float: left;
  width: initial;
  height: 41px;
}
.products-grid .actions .button.optionsgrid {
  padding    : 11px 12px 0px 15px
}

.products-list .action .button span[class^="icon-"],
.products-grid .actions .button span[class^="icon-"] {
  font-size: 34px;
  position: relative;
  bottom: 4px;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #2e2e2e;
  font-weight: 700;
  text-transform: initial;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #c5093b;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  display: block;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 700;
  font-size: 16px;
}

.marca {
  text-align: left;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding: 0 15px;
  background: white;
  text-align: center;
  color: #707270;
}
.products-grid .product-info p {
  font-size: 14px;
  line-height: 14px;
}
.products-grid .product-info ul {
  line-height: 16px;
}
.products-grid .product-info ul li {
  font-size: 14px;
  list-style: none !important;
  margin-left: 0 !important;
}
.products-grid .product-info ul li h6 {
  margin-bottom: 0;
}
.products-grid .product-info ul.sku-wrapper li {
  font-style: italic;
}

.buy-wrapper {
  overflow: hidden;
  background: white;
}
.buy-wrapper .from-conf {
  float: left;
  position: relative;
  top: 10px;
  left: 14px;
  color: #707270;
  margin-right: 10px;
}

.product-content {
  position: relative;
  z-index: 9;
  background: white;
}
.product-content .price-generaluser .add-to-links {
  float: initial;
  position: relative;
  left: 43%;
}
.product-content .price-generaluser .add-to-links li {
  position: initial;
  float: left;
}

@media only screen and (max-width: 1270px) {
  #autorelated > li:nth-child(3n) {
    /*clear: both;*/
  }
}
#autorelated li:nth-child(3n) {
  margin-right: 0px;
}
#autorelated li.item {
  width: 25%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 20px;
  list-style: none !important;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1270px) {
  #autorelated li.item input[type=number].qty,
  #autorelated li.item input[type=text].qty {
    width: 2em;
  }
}
@media only screen and (max-width: 1270px) {
  #autorelated li.item .products-grid .actions .button {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #autorelated li.item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #autorelated li.item {
    width: 100%;
  }
}
#autorelated li.item:last-child {
  margin-left: 0px !important;
}

.products-grid .actions {
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}
.products-grid .actions .actions-wrapper {
  margin: 0 auto;
  display: inline-block;
}

#featured .home-list-wrapper .products-grid .actions .actions-wrapper {
  display: inline-block;
}
#featured .home-list-wrapper .products-grid .actions .actions-wrapper .button {
  float: none;
  max-width: 200px;
}

.products-grid .ratings {
  overflow: hidden;
  margin-top: 12px;
}
.products-grid .ratings .rating-box {
  margin: 0 auto;
  float: left;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 14px;
  margin: 0;
  padding-left: 15px;
  color: #707270;
}
.products-grid .price-box .regular-price .price {
  font-size: 14px;
}
.products-grid .price-box .regular-price.generalCustomer {
  font-style: italic;
  line-height: 14px;
  text-decoration: line-through;
}
.products-grid .price-box .regular-price.generalCustomer .price {
  font-style: italic;
}
.products-grid .price-box .special-price .price {
  font-size: 18px;
  color: #c5093b;
}

.products-grid .add-to-links {
  margin: 0;
  float: left;
  position: relative;
}
.products-grid .add-to-links p {
  margin: 0;
}
.products-grid .add-to-links li {
  padding-left: 5px;
  line-height: 12px;
  position: absolute;
  top: -7px;
  list-style: none !important;
  margin-left: 0 !important;
}
.products-grid .add-to-links li.compare-link {
  top: 16px;
}

.more-info {
  overflow: hidden;
}

.transport-list {
  margin-bottom: 0;
  background: #d9d9d9;
}
@media only screen and (max-width: 900px) {
  .transport-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 815px) {
  .transport-list {
    padding-bottom: 5px;
  }
}
.transport-list span {
  display: -moz-inline-box;
  padding-top: 10px;
}
.transport-list p {
  margin-bottom: 0;
  float: right;
  width: 85%;
  padding-top: 5px;
}
@media only screen and (max-width: 815px) {
  .transport-list p {
    width: 78%;
  }
}
@media only screen and (max-width: 600px) {
  .transport-list p {
    width: 90%;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .transport-list p {
    width: 79%;
    padding-top: 2px;
  }
}
.transport-list p span {
  padding-top: 0px;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
  padding: 15px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 1360px) {
  .products-grid--max-3-col > li:nth-child(odd) {
    clear: both !important;
  }
}
@media (max-width: 768px) {
  .products-grid--max-4-col li:nth-child(3n) {
    clear: left !important;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 960px) {
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-4-col > li:nth-child(4n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 960px) {
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-5-col > li:nth-child(5n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 960px) {
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1624px) {
  .products-grid--max-6-col > li:nth-child(6n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 15%;
}
@media only screen and (max-width: 600px) {
  .products-list > li .product-image {
    width: 35%;
  }
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 85%;
  position: relative;
  padding-left: 2%;
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop {
    width: 65%;
  }
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
  text-align: left;
}
.products-list .product-shop .ratings {
  margin: 0;
  overflow: hidden;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .name-wrapper {
  line-height: 16px;
}
.products-list .product-shop .name-wrapper li h6 {
  line-height: 16px;
  margin-bottom: 0;
}
.products-list .product-shop .stock-wrapper,
.products-list .product-shop .sku-wrapper {
  line-height: 16px;
}
.products-list .product-shop .stock-wrapper li,
.products-list .product-shop .sku-wrapper li {
  font-size: 14px;
  line-height: 14px;
}
.products-list .product-shop .sku-wrapper li {
  font-style: italic;
}
.products-list .product-shop .price-box {
  color: #A0A0A0;
  font-size: 14px;
  margin: 0;
  padding-left: 15px;
  color: #707270;
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.products-list .product-shop .price-box .regular-price .price {
  font-size: 14px;
}
.products-list .product-shop .price-box .regular-price.generalCustomer {
  font-style: italic;
  text-decoration: line-through; 
}
.products-list .product-shop .price-box .regular-price.generalCustomer .price {
  font-style: italic;
}
.products-list .product-shop .price-box .special-price .price {
  font-size: 14px;
  color: #c5093b;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 0;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
  font-size: 14px;
}
.products-list .product-shop .product-secondary .add-to-links {
  float: initial;
}
.products-list .product-shop .product-secondary .add-to-links li {
  position: initial;
  float: right;
}
.products-list .product-shop .product-secondary .login_for_price {
  font-size: 16px;
}
.products-list .product-shop .product-secondary .actions-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.products-list .product-shop .product-secondary .actions-wrapper .add-to-links {
  overflow: hidden;
  margin: 0;
}
.products-list .product-shop .product-secondary .actions-wrapper .add-to-links li {
  float: right;
}
.products-list .product-shop .product-secondary .actions-wrapper button {
  padding: 0px 14px;
}
.products-list .product-shop .product-secondary .actions-wrapper button span[class^="icon-"] {
  font-size: 34px;
  position: relative;
  bottom: 4px;
}
.products-list .product-shop .product-secondary .link-wishlist,
.products-list .product-shop .product-secondary .link-compare {
  position: relative;
  top: 5px;
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving {
  left: -17%;
  right: initial;
  width: initial;
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .product-secondary .price-box .special-price.yoursaving {
    left: -47%;
  }
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving ul {
  overflow: hidden;
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving ul li {
  float: left;
  width: initial;
  line-height: 1;
  padding-bottom: 3px;
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving ul li.dto-wrapper {
  float: left;
  width: 17%;
  padding-left: 0;
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving ul li.dto-wrapper p.dto {
  font-size: 10px;
}
.products-list .product-shop .product-secondary .price-box .special-price.yoursaving ul li.dto-wrapper p {
  line-height: 10px;
}

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 70%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 30%;
  }
}
@media only screen and (max-width: 660px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 65%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
  border: 0px;
  padding-top: 35px;
}
.mini-products-list li {
  margin-bottom: 5px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  width: 100%;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}
.category-image:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #ece9e9;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #c5093b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

@media only screen and (max-width: 1000px) {
  .block-layered-nav {
    padding-top: 0;
  }
}
.block-layered-nav .block-title {
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  color: white;
  text-align: center;
  background: #c5093b;
  margin-bottom: 20px;
}
.block-layered-nav .block-title strong {
  position: relative;
  top: 3px;
  color: white;
  font-size: 16px;
}
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #ece9e9;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #c5093b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
@media only screen and (max-width: 1300px) {
  .block-layered-nav .block-content {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .block-layered-nav .block-content {
    padding: 0;
  }
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
  color: #646363;
  font-size: 14px;
  -moz-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.block-layered-nav dl dd ol > li > span:hover,
.block-layered-nav dl dd ol > li > a:hover {
  color: #c5093b;
  -moz-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-checked {
  clear: both;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-checked:hover {
  -moz-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-checked span {
  width: 80%;
  display: inline-block;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-unchecked {
  clear: both;
  -moz-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-unchecked:hover {
  -moz-transition: color 0.5s, background 0.5s;
  -o-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.block-layered-nav dl dd ol > li > a.m-checkbox-unchecked span {
  width: 80%;
  display: inline-block;
}
.block-layered-nav dl dd ol > li > a .item {
  color: #A0A0A0;
}
.block-layered-nav dl dd ol > li > a .item-number {
  background: #707270;
  width: auto;
  min-width: 23px;
  padding: 0 3px 0 3px;
  height: 15px;
  float: right;
  border-radius: 0;
}
.block-layered-nav dl dd ol > li > a .item-number .number-wrapper {
  width: 100%;
}
.block-layered-nav dl dd ol > li > a .item-number .number-wrapper small {
  text-align: center;
  font-size: 10px;
  position: inherit;
  display: inherit;
  line-height: 16px;
}

@media only screen and (min-width: 769px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
    border: 0px;
    background: #2e2e2e;
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
  .block-layered-nav .block-content > dl > dt .filter-title {
    border-left: 2px solid white;
    border-left: 3px solid;
    padding-left: 11px;
  }

  .block-layered-nav .block-content > dl > dd {
    border: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #c5093b;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #f5255d;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  #narrow-by-list a,
  #narrow-by-list2 a {
    background: none;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #707270;
    background-color: #c5093b;
    padding: 5px 10px;
    background-color: none !important;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #bf0939;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 15px;
}
.block-layered-nav .currently .block-subtitle span {
  text-transform: initial;
  font-size: 16px;
  color: #2e2e2e;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 15px;
}
.block-layered-nav .currently ol li a {
  position: relative;
  top: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
  padding-left: 0;
  color: #262626;
  display: block;
  text-align: left;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  margin-bottom: 7px;
  border-top: 1px solid #707270;
  padding-top: 10px;
}
.block-layered-nav .actions a {
  text-align: center;
  float: none;
  background: #707270;
  color: white;
  font-size: 12px;
  padding: 5px 8px;
  text-transform: uppercase;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.block-layered-nav .actions a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.block-layered-nav .actions a span[class^="icon-"] {
  padding-right: 5px;
  font-size: 20px;
}
.block-layered-nav .actions .line {
  height: 5px;
  background-image: url(../images/bgn-cart.png);
  margin-top: 15px;
  margin-bottom: 30px;
}

.mb-left-first {
  padding: 0;
  margin-bottom: 50px;
}

.mb-category-products {
  margin-bottom: 50px;
}
.mb-category-products .note-msg {
  padding: 50px 0;
}

#new-products .home-list-wrapper .category-products .products-grid .product-info,
#featured .home-list-wrapper .category-products .products-grid .product-info,
#sales .home-list-wrapper .category-products .products-grid .product-info {
  min-height: 130px;
}

/* ============================================ *
 * MIS MEDIA QUERIES  --  Catalog - List
 * ============================================ */
.fadeDown.t-default,
.fadeLeft.t-default,
.fadeRight.t-default,
.fadeUp.t-default {
  transition: opacity 1s;
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(3, 3, 3);
  }
  20% {
    transform: scale3d(1.6, 1.6, 1.6);
  }
  40% {
    transform: scale3d(0.7, 0.7, 0.7);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceOut {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fadeIn.t-default {
  animation-name: fadeIn;
}

@keyframes fadeUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeUpBig {
  0% {
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes fadeDownBig {
  0% {
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes fadeLeftBig {
  0% {
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes fadeRightBig {
  0% {
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flip {
  from {
    animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    animation-timing-function: ease-in;
    transform: perspective(400px);
  }
}
@keyframes flipX {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipY {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes lightSpeedUp {
  0% {
    transform: translate3d(-100%, 50vh, 0) skewY(30deg);
  }
  60% {
    transform: skewY(-20deg);
  }
  80% {
    transform: skewY(5deg);
  }
  100% {
    transform: none;
  }
}
@keyframes lightSpeedRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    transform: skewX(20deg);
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
  }
}
@keyframes lightSpeedDown {
  0% {
    transform: translate3d(100%, -50vh, 0) skewY(30deg);
  }
  60% {
    transform: skewY(-20deg);
  }
  80% {
    transform: skewY(5deg);
  }
  100% {
    transform: none;
  }
}
@keyframes lightSpeedLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    transform: skewX(-20deg);
  }
  80% {
    transform: skewX(5deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rollUp {
  0% {
    transform: translate3d(100%, 50vh, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rollRight {
  0% {
    transform: translate3d(100%, 0, 50vw) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rollDown {
  0% {
    transform: translate3d(-100%, -50vh, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rollLeft {
  0% {
    transform: translate3d(-100%, 0, 50vw) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  100% {
    transform: none;
    transform-origin: center;
  }
}
@keyframes rotateUpLeft {
  0% {
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
  }
  100% {
    transform: none;
    transform-origin: left bottom;
  }
}
@keyframes rotateUpRight {
  0% {
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
  }
  100% {
    transform: none;
    transform-origin: right bottom;
  }
}
@keyframes rotateDownLeft {
  0% {
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
  }
  100% {
    transform: none;
    transform-origin: left bottom;
  }
}
@keyframes rotateDownRight {
  0% {
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
  }
  100% {
    transform: none;
    transform-origin: right bottom;
  }
}
@keyframes slideUp {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes slideDown {
  0% {
    bottom: 100vh;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideLeft {
  0% {
    right: 100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes slideRight {
  0% {
    left: 100vw;
  }
  100% {
    left: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInUp {
  0% {
    transform: scale(3);
    top: 100vh;
  }
  100% {
    transform: scale(1);
    top: 0;
  }
}
@keyframes zoomInLeft {
  0% {
    transform: scale(5);
    right: 100vw;
  }
  100% {
    transform: scale(1);
    right: 0;
  }
}
@keyframes zoomInDown {
  0% {
    transform: scale(3);
    bottom: 100vh;
  }
  100% {
    transform: scale(1);
    bottom: 0;
  }
}
@keyframes zoomInRight {
  0% {
    transform: scale(5);
    left: 100vw;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutUp {
  0% {
    transform: scale(0);
    top: 100vh;
  }
  50% {
    transform: scale(0.15);
    top: 70vh;
  }
  100% {
    transform: scale(1);
    top: 0;
  }
}
@keyframes zoomOutLeft {
  0% {
    transform: scale(3);
    right: 100vw;
  }
  50% {
    transform: scale(0.15);
    right: 70vh;
  }
  100% {
    transform: scale(1);
    right: 0;
  }
}
@keyframes zoomOutDown {
  0% {
    transform: scale(3);
    bottom: 100vh;
  }
  50% {
    transform: scale(0.15);
    bottom: 70vh;
  }
  100% {
    transform: scale(1);
    bottom: 0;
  }
}
@keyframes zoomOutRight {
  0% {
    transform: scale(0);
    left: 100vw;
  }
  50% {
    transform: scale(0.15);
    left: 70vh;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
.bounceIn.t-default {
  animation-name: bounceIn;
}

.bounceOut.t-default {
  animation-name: bounceOut;
}

.bounceUp.t-default {
  animation-name: bounceUp;
}

.bounceDown.t-default {
  animation-name: bounceDown;
}

.bounceLeft.t-default {
  animation-name: bounceLeft;
}

.bounceRight.t-default {
  animation-name: bounceRight;
}

.fade.t-default {
  animation-name: fade;
}

.fadeUp.t-default {
  animation-name: fadeUp;
}

.fadeDown.t-default {
  animation-name: fadeDown;
}

.fadeLeft.t-default {
  animation-name: fadeLeft;
}

.fadeRight.t-default {
  animation-name: fadeRight;
}

.fadeUpBig.t-default {
  transition: opacity 1.5s;
  animation-name: fadeUpBig;
}

.fadeDownBig.t-default {
  transition: opacity 1.5s;
  animation-name: fadeDownBig;
}

.fadeLeftBig.t-default {
  transition: opacity 1.5s;
  animation-name: fadeLeftBig;
}

.fadeRightBig.t-default {
  transition: opacity 1.5s;
  animation-name: fadeRightBig;
}

.flip.t-default {
  animation-name: flip;
}

.flipX.t-default {
  animation-name: flipX;
}

.flipY.t-default {
  animation-name: flipY;
}

.lightSpeedUp.t-default {
  animation-name: lightSpeedUp;
}

.lightSpeedRight.t-default {
  animation-name: lightSpeedRight;
}

.lightSpeedLeft.t-default {
  animation-name: lightSpeedLeft;
}

.lightSpeedDown.t-default {
  animation-name: lightSpeedDown;
}

.rollUp.t-default {
  animation-name: rollUp;
}

.rollRight.t-default {
  animation-name: rollRight;
}

.rollLeft.t-default {
  animation-name: rollLeft;
}

.rollDown.t-default {
  animation-name: rollDown;
}

.rotate.t-default {
  animation-name: rotate;
}

.rotateDownLeft.t-default {
  animation-name: rotateDownLeft;
}

.rotateDownRight.t-default {
  animation-name: rotateDownRight;
}

.rotateUpLeft.t-default {
  animation-name: rotateUpLeft;
}

.rotateUpRight.t-default {
  animation-name: rotateUpRight;
}

.slideUp.t-default {
  animation-name: slideUp;
}

.slideDown.t-default {
  animation-name: slideDown;
}

.slideLeft.t-default {
  animation-name: slideLeft;
}

.slideRight.t-default {
  animation-name: slideRight;
}

.zoomIn.t-default {
  animation-name: zoomIn;
}

.zoomInUp.t-default {
  animation-name: zoomInUp;
}

.zoomInLeft.t-default {
  animation-name: zoomInLeft;
}

.zoomInDown.t-default {
  animation-name: zoomInDown;
}

.zoomInRight.t-default {
  animation-name: zoomInRight;
}

.zoomOut.t-default {
  animation-name: zoomOut;
}

.zoomOutUp.t-default {
  animation-name: zoomOutUp;
}

.zoomOutLeft.t-default {
  animation-name: zoomOutLeft;
}

.zoomOutDown.t-default {
  animation-name: zoomOutDown;
}

.zoomOutRight.t-default {
  animation-name: zoomOutRight;
}

.t-default {
  opacity: 1;
  filter: alpha(opacity=100);
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0s;
  position: relative;
}

.t-infinite {
  animation-iteration-count: infinite;
}

.t-animated {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
button
.category-products.btn-cart {
  height: 41px;
}

.catalog-product-view .main {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  .catalog-product-view .main {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .catalog-product-view .main {
    width: 95%;
  }
}
.catalog-product-view h1 {
  margin-bottom: 0;
  font-size: 20px;
}

.product-view .product-name h1 {
  text-transform: initial;
}
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 5px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-name-wrapper {
  margin-top: 20px;
}
.product-view .product-name-wrapper.mobile {
  display: none;
}
.product-view .list-attributes-wrapper ul, .product-view .list-attributes-wrapper p {
  line-height: 14px;
  font-size: 14px;
}
.product-view .list-attributes-wrapper ul li, .product-view .list-attributes-wrapper p li {
  font-size: 14px;
}
.product-view .list-attributes-wrapper .sku-wrapper li {
  font-style: italic;
  line-height: 1.4em;
}
.product-view .list-attributes-wrapper .sku-wrapper li.marca {
  color: #c5093b;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #c5093b;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 75%;
  float: left;
}
.product-view .product-shop .product-name {
  display: none;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  padding-right: 15px;
  clear: left;
  width: 70%;
  display: none;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
  margin-top: 4px;
}
.product-view .product-shop .short-description {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .short-description .std {
  font-size: 14px;
  line-height: 16px;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 24px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
  margin-right: 40px;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 40px;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #707270;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price {
  position: relative;
  right: 5px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 24px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #707270;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 24px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #707270;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 24px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper {
  float: left;
}
@media only screen and (max-width: 1000px) {
  .product-view .add-to-cart-wrapper {
    width: 60%;
    padding-left: 20px;
    margin-top: 10px;
  }
}
.product-view .add-to-cart-wrapper .price-box {
  color: #A0A0A0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #707270;
}
.product-view .add-to-cart-wrapper .price-box .regular-price .price {
  font-size: 18px;
}
.product-view .add-to-cart-wrapper .price-box .regular-price.generalCustomer {
  font-style: italic;
  line-height: 14px;
  text-decoration: line-through;
}
.product-view .add-to-cart-wrapper .price-box .regular-price.generalCustomer .price {
  font-style: italic;
}
.product-view .add-to-cart-wrapper .price-box .special-price .price {
  font-size: 18px;
  color: #c5093b;
}
.product-view .add-to-cart-wrapper .availability.out-of-stock {
  color: tomato;
}
.product-view .add-to-cart-wrapper .availability.out-of-stock span {
  font-size: 20px;
  color: tomato;
}
.product-view .add-to-cart-wrapper .confidence-wrapper {
  padding: 0px;
  border-top: 1px solid #adadad;
}
.product-view .add-to-cart-wrapper .confidence-wrapper #services {
  background: none;
  box-shadow: none;
}
.product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper {
  width: 100%;
}
.product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content {
  width: 100%;
  float: initial;
}
@media only screen and (max-width: 780px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a span {
    float: initial;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a span {
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a span {
    float: initial;
    text-align: center;
    font-size: 33px;
  }
}
@media only screen and (max-width: 1250px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a p {
    text-align: center;
    font-size: 9px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a p {
    font-size: 12px;
    padding: 5px;
  }
}
@media only screen and (max-width: 780px) {
  .product-view .add-to-cart-wrapper .confidence-wrapper #services .services-wrapper .services-content li a p {
    font-size: 10px;
    text-align: center;
    max-width: 100%;
    padding: 0;
  }
}
.product-view .add-to-cart-wrapper .sharing-wrapper {
  overflow: hidden;
}
.product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links {
  padding-top: 10px;
}
.product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links a {
  font-size: 14px;
  color: #707270;
  font-weight: 400;
  text-transform: initial;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media only screen and (max-width: 1320px) {
  .product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links a {
    font-size: 14px;
  }
}
.product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links span {
  font-size: 24px;
  color: #c5093b;
}
@media only screen and (max-width: 1320px) {
  .product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links span {
    font-size: 20px;
  }
}
.product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links span.icon-emax-06-rss {
  font-size: 31px;
}
@media only screen and (max-width: 1320px) {
  .product-view .add-to-cart-wrapper .sharing-wrapper .add-to-links span.icon-emax-06-rss {
    font-size: 24px;
  }
}
.product-view .add-to-cart-wrapper .citaPrevia {
  margin-top: 10px;
}
.product-view .add-to-cart-wrapper .citaPrevia #citaPrevia-wrapper {
  float: right;
  background: #c5093b;
  padding: 5px 10px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (max-width: 430px) {
  .product-view .add-to-cart-wrapper .citaPrevia #citaPrevia-wrapper {
    text-align: center;
    font-size: 14px;
  }
}
.product-view .add-to-cart-wrapper .citaPrevia #citaPrevia-wrapper:hover {
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background: #f5255d;
}
.product-view .add-to-cart-wrapper.second-group-wrapper .request-select-wrapper {
  position: relative;
  overflow: hidden;
}
.product-view .add-to-cart-wrapper.second-group-wrapper .request-select-wrapper h5 {
  float: left;
  padding-right: 20px;
  line-height: 40px;
  margin-bottom: 0;
}
.product-view .add-to-cart-wrapper.second-group-wrapper .request-select-wrapper select {
  margin-top: 4px;
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #adadad;
  background: none;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
  width: 160px;
}
.product-view .add-to-cart-wrapper.second-group-wrapper .request-select-wrapper:after {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 218px;
  pointer-events: none;
}
.product-view .block-related {
  width: 60%;
  float: left;
  clear: right;
}
.product-view .block-related .mini-products-list li.item {
  padding-left: 0;
  margin: 0;
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 20px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 24px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 1000px) {
  .product-img-box {
    width: 40%;
  }
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  margin: 0px auto;
}
.product-img-box .customNavigation .to-right {
  bottom: 30px;
}
.product-img-box .customNavigation .to-left {
  bottom: 30px;
}
.product-img-box .product-image-thumbs .owl-item li {
  padding-left: 10px;
}

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.product-img-box {
  padding-right: 15px;
}
.product-img-box .img-discount-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.product-img-box .img-discount-wrapper p.old-price, .product-img-box .img-discount-wrapper p.special-price, .product-img-box .img-discount-wrapper p.availability {
  display: none;
}
.product-img-box .img-discount-wrapper .price-box .special-price {
  right: 0;
}
.product-img-box .img-discount-wrapper .price-box .special-price.yuorsaving {
  right: 0;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view .product-shop {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .product-view .product-shop {
    width: 60%;
  }
}
.product-view .product-shop .add-to-cart-wrapper {
  padding-left: 0;
  width: 100%;
  padding-top: 10px;
}
.product-view .product-shop .add-to-cart-wrapper.second-group-wrapper {
  padding-top: 0;
}

.product-view {
  padding-top: 50px;
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .product-essential {
  margin-bottom: 40px;
}
.product-view .wrapper-info-view {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .product-view .wrapper-info-view {
    padding-right: 40px;
  }
}
.product-view .wrapper-info-view .products-grid .product-info {
  min-height: 130px;
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view #fix-addtocart-sticky-wrapper {
  float: right;
  width: 25%;
  right: 0;
  height: 104px !important;
}
.product-view #second-group-sticky-wrapper {
  float: right;
  width: 25%;
  right: 0;
  height: 104px !important;
}
.product-view .add-to-box {
  padding-top: 4px;
  padding-bottom: 10px;
}
.product-view .add-to-box .add-to-cart {
  padding-bottom: 3px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  float: left;
}
.product-view .add-to-cart .qty-wrapper a {
  height: 40px;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  float: left;
  white-space: normal;
  height: 42px;
}
.product-view .add-to-cart-buttons .button span[class^="icon-"] {
  font-size: 25px;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 1220px) {
  .product-view .add-to-links {
    margin-right: 0;
  }
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1160px) {
  .product-view .add-to-links li {
    margin-right: 0px;
  }
}
.product-view .add-to-links li span {
  position: relative;
  margin-right: 3px;
}
.product-view .add-to-links li span.icon-icon-44 {
  top: 3px;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
  padding-top: 5px;
}
@media only screen and (max-width: 1090px) {
  .product-view .sharing-links {
    float: left;
    padding-top: 0;
  }
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
@media only screen and (max-width: 1400px) {
  .product-view .sharing-links li {
    padding: 0;
  }
}
.product-view .sharing-links span {
  font-size: 28px;
  color: #adadad;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.product-view .sharing-links span:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background: none;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
  padding-right: 0px;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 769px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid transparent;
    width: 20%;
    min-width: 175px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1081px) {
  .product-collateral .toggle-tabs li {
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
  }
  .product-collateral .toggle-tabs li > span:hover {
    color: #f5255d;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: 1px solid #CCCCCC !important;
  }
  .product-collateral .toggle-tabs li.current {
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #c5093b;
    border-top: 1px solid #c5093b;
    border-bottom: 1px solid #c5093b;
    border-left: 1px solid #c5093b !important;
    background-color: #c5093b;
  }
  .product-collateral .toggle-tabs li.current .pico {
    background: url(../images/flecha.png) no-repeat center center;
    height: 17px;
    position: absolute;
    width: 50px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #c5093b;
    z-index: 5;
    text-transform: uppercase;
  }
  .product-collateral .toggle-tabs li.current > span:hover {
    color: #E6E6E6;
  }
  .product-collateral .toggle-tabs li.current span {
    color: #E6E6E6;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px 0 15px 15px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    color: #2e2e2e;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ece9e9;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c5093b;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .product-collateral > dl > dt:hover {
    color: #c5093b;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c5093b;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c5093b;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings {
  margin: 5px 0;
}
.product-view .ratings .rating-links {
  margin-top: 0;
}
.product-view .ratings .rating-box {
  float: left;
  margin-right: 10px;
}

#condiciones-wrapper {
  background: transparent none repeat scroll 0 0;
  font-weight: 400;
  line-height: 25px;
  padding: 1px 12px 1px 0;
  color: #c5093b;
  font-size: 16px;
  border: 0 none;
}

@media only screen and (max-width: 1088px) {
  .netgo_notifier .ng_button {
    position: relative;
    bottom: 16px;
  }
}
@media only screen and (max-width: 1088px) {
  .netgo_notifier .ng_button input {
    padding: 0;
  }
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

.grouped-items-table .name-wrapper {
  color: #3399CC;
  font-family: "Roboto", sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 5px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 5px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #EDEDED;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  height: 30px;
  max-width: 100%;
  border: 1px solid #adadad;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
}

.product-options dd .selector:after {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: relative;
  right: 24px;
  pointer-events: none;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 5px;
  border: 0;
  background: 0;
  color: #707270;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 2.5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #adadad;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #707270;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 5px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .product-details .related-price {
  position: relative;
  bottom: 2px;
  padding: 0;
}
.block-related .product-details .related-price .price-box {
  padding-right: 0;
}
.block-related .product-name {
  margin-bottom: 3px;
  font-weight: 700;
  color: #323232;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
  float: right;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 0px;
  padding-left: 2px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

.attribute-list {
  overflow: hidden;
  background: #ece9e9;
  margin-top: 6px;
}
.attribute-list li {
  float: left;
  width: 50%;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.attribute-list li.label {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 0;
  text-align: left;
  color: #707270;
}

.desciption-wrapper {
  padding-left: 0;
  padding-right: 40px;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* -------------------------------------------- *
 * checkbox
 */
/* SQUARED ONE */
.squaredOne {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #adadad;
  position: relative;
  float: left;
  margin-top: 3px;
}

.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
}

.squaredOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #c5093b;
  top: -1px;
  left: -1px;
}

.squaredOne input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: -4px;
  left: 3px;
  opacity: 0;
}

.squaredOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.tab-content ul.list-atributes li {
  list-style: none !important;
  margin-left: 0px !important;
}
.tab-content ul.list-atributes li ul li {
  list-style: disc !important;
}

.attribute-list {
  overflow: hidden;
  background: #ece9e9;
}
.attribute-list li {
  float: left;
  font-size: 16px;
  margin-bottom: 0 !important;
}
.attribute-list li ul {
  margin-left: 20px;
}
.attribute-list li ul li {
  width: 100%;
  list-style: initial;
}
.attribute-list li.data {
  width: 70%;
  white-space: inherit !important;
  padding-right: 10px;
}
@media only screen and (max-width: 576px) {
  .attribute-list li.data {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.attribute-list li.label {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 0;
  text-align: left;
  color: #707270;
  width: 30%;
  white-space: inherit !important;
}
@media only screen and (max-width: 576px) {
  .attribute-list li.label {
    width: 100%;
    font-weight: 600;
    padding-top: 10px;
  }
}

.block-productview {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .block-productview .product-collateral {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .block-productview .wrapper-reviews {
    padding-left: 0;
  }
}

/* .roundedOne */
.roundedOne {
  width: 20px;
  height: 20px;
  position: relative;
  background: #fcfff4;
  border: 1px solid;
  border-radius: 50px;
}
.roundedOne label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
}
.roundedOne label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #c5093b;
  opacity: 0;
  border-radius: 50px;
}
.roundedOne input[type=radio] {
  visibility: hidden;
}
.roundedOne input[type=radio]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */
.pegatina {
  position: absolute;
}

.tab-view-wrapper {
  width: 100%;
}

.switched-on {
  border: 1px solid #ccc !important;
}

.desciption-wrapper ul {
  margin-left: 25px;
  margin-bottom: 15px;
}
.desciption-wrapper ul li {
  list-style: initial;
}
.desciption-wrapper p {
  margin-bottom: 15px;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  .map-popup.map-popup-right {
    left: 5px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 5px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 5px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.catalog-product-compare-index .main {
  width: 85%;
  margin: 0 auto;
}
.catalog-product-compare-index .main button.btn-cart {
  float: left;
  white-space: normal;
  padding: 0px 14px;
  width: initial;
}
.catalog-product-compare-index .main button.btn-cart span[class^="icon-"] {
  font-size: 35px;
  position: relative;
  bottom: 2px;
}
.catalog-product-compare-index .main .product-info p {
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
.catalog-product-compare-index .main ul {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
}
.catalog-product-compare-index .main ul.stock-wrapper {
  text-align: center;
}
.catalog-product-compare-index .main ul.stock-wrapper li {
  text-align: center;
}
.catalog-product-compare-index .main ul li {
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}
.catalog-product-compare-index .main ul li .product-name {
  margin-bottom: 0;
  line-height: 16px;
  text-align: center;
}
.catalog-product-compare-index .main ul li h6 {
  margin-bottom: 0;
  line-height: 16px;
}
.catalog-product-compare-index .main .remove-compare a {
  float: right;
}
.catalog-product-compare-index .main .add-to-row .price-box {
  float: left;
  margin: 0;
}
.catalog-product-compare-index #m-wait {
  position: absolute;
  left: 50%;
}
.catalog-product-compare-index #m-wait .loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  color: #c5093b;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  z-index: 999999999999999;
}
.catalog-product-compare-index #m-wait .loader img {
  margin: 10px auto 0;
  top: 50%;
  position: relative;
}
.catalog-product-compare-index #m-wait .loader span {
  position: absolute;
  top: 60%;
  left: 47%;
}

.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table thead th {
  border: none;
}
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.top td .compare-img-compare a {
  display: initial;
}
.compare-table .product-shop-row.top td .compare-img-compare a img {
  margin: 0 auto;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}
.compare-table tbody th {
  border-bottom: 1px solid #C0C0C0;
}
.compare-table tbody .product-shop-row.top th {
  border-bottom: 0;
}
.compare-table tbody td {
  position: relative;
}
.compare-table tbody td .price-box .special-price.yoursaving {
  right: 10%;
}
.compare-table tbody td.bottom-addto .price-box .special-price.yoursaving {
  position: relative !important;
  right: initial;
  top: 10px;
  left: 10px;
}
.compare-table tbody .product-shop-row .price-box p, .compare-table tbody .add-to-row .price-box p {
  text-align: center;
}
.compare-table tbody .product-shop-row .price-box .regular-price.generalCustomer, .compare-table tbody .add-to-row .price-box .regular-price.generalCustomer {
  text-align: center;
  font-style: italic;
  line-height: 14px;
  font-size: 14px;
  float: initial;
}
.compare-table tbody .product-shop-row .price-box .regular-price.generalCustomer .price, .compare-table tbody .add-to-row .price-box .regular-price.generalCustomer .price {
  font-style: italic;
  font-size: 14px;
}
.compare-table tbody .product-shop-row .price-box .regular-price.generalCustomer .price-label, .compare-table tbody .add-to-row .price-box .regular-price.generalCustomer .price-label {
  font-style: italic;
  font-size: 14px;
}
.compare-table tbody .product-shop-row .price-box .old-price, .compare-table tbody .add-to-row .price-box .old-price {
  text-align: center;
}
.compare-table tbody .product-shop-row .price-box .old-price .price, .compare-table tbody .add-to-row .price-box .old-price .price {
  font-size: 12px;
  text-align: center;
}
.compare-table tbody .product-shop-row .price-box .special-price, .compare-table tbody .add-to-row .price-box .special-price {
  float: right;
  width: 100%;
}
.compare-table tbody .product-shop-row .price-box .special-price .price, .compare-table tbody .add-to-row .price-box .special-price .price {
  font-size: 18px;
}
.compare-table tbody .product-shop-row .qty-wrapper, .compare-table tbody .add-to-row .qty-wrapper {
  display: inline-block;
  margin-left: 30%;
}
.compare-table tbody .product-shop-row .add-to-links, .compare-table tbody .add-to-row .add-to-links {
  display: inline-block;
}
.compare-table tbody .product-shop-row .add-to-links li, .compare-table tbody .add-to-row .add-to-links li {
  width: 100%;
  display: block;
}
.compare-table tbody .product-shop-row .add-to-links li a span[class^="icon-"], .compare-table tbody .add-to-row .add-to-links li a span[class^="icon-"] {
  line-height: 14px;
}
.compare-table tbody .add-to-row .price-box {
  width: 100%;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .main {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
  .checkout-cart-index .main {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .checkout-cart-index .main {
    width: 95%;
  }
}
.checkout-cart-index #postcode {
  width: 100%;
}
.checkout-cart-index .block-related-shoppingcart {
  width: 100% !important;
}
@media only screen and (max-width: 1380px) {
  .checkout-cart-index .cart-product {
    width: 68%;
  }
}
@media only screen and (max-width: 900px) {
  .checkout-cart-index .cart-product {
    width: 100%;
    padding: 0;
  }
}
.checkout-cart-index .cart-product .table-responsive {
  border: 0px;
}
.checkout-cart-index .sticky-wrapper-cart {
  width: 25%;
  float: right;
}
@media only screen and (max-width: 1380px) {
  .checkout-cart-index .sticky-wrapper-cart {
    width: 32%;
  }
}
@media only screen and (max-width: 900px) {
  .checkout-cart-index .sticky-wrapper-cart {
    width: 100%;
  }
}
.checkout-cart-index .sticky-wrapper-cart .cart-total {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .checkout-cart-index .sticky-wrapper-cart .cart-total {
    width: 100% !important;
    position: initial !important;
  }
}
@media only screen and (max-width: 1380px) {
  .checkout-cart-index .cart-total {
    width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-total {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .checkout-cart-index .cart-total {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}

.cart-table {
  float: left;
  width: 100%;
}
.cart-table thead {
  background: #2e2e2e;
  color: #ffffff;
}
.cart-table tbody tr td {
  padding-top: 20px;
  padding-bottom: 5px;
}
.cart-table tbody tr td .cart-price {
  font-size: 18px;
}
.cart-table tbody tr td.product-cart-remove a i.fa {
  color: #707270;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.cart-forms {
  border-bottom: 1px solid #C0C0C0;
}

.cart-totals-wrapper {
  margin-bottom: 0;
}
.cart-totals-wrapper .cart-totals .button {
  background: none;
  color: #707270;
  font-size: 14px;
  text-transform: inherit;
  float: left;
  margin-bottom: 5px;
}
.cart-totals-wrapper .cart-totals .button i {
  font-size: 25px;
  padding-right: 5px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.cart-shipping-wrapper .shipping {
  padding: 10px;
  background: #ece9e9;
}
.cart-shipping-wrapper .shipping h2 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 5px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cart-shipping-wrapper .shipping h2 span {
  padding-left: 10px;
  font-weight: 700;
}
.cart-shipping-wrapper .shipping h2:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 0;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 100%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 0;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 100%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types.bottom {
  width: 100%;
}
.cart-totals .checkout-types.bottom .method-checkout-cart-methods-onepage-bottom {
  width: 80%;
  margin: 0 auto;
}
.cart-totals .checkout-types.bottom .btn-checkout {
  margin-bottom: 7px;
  background: #c5093b;
  color: white;
  width: 100%;
  font-size: 24px;
  padding: 10px 0;
  -moz-transition: background 0, 5s;
  -o-transition: background 0, 5s;
  -webkit-transition: background 0, 5s;
  transition: background 0, 5s;
}
.cart-totals .checkout-types.bottom .btn-checkout:hover {
  background: #f5255d;
  -moz-transition: background 0, 5s;
  -o-transition: background 0, 5s;
  -webkit-transition: background 0, 5s;
  transition: background 0, 5s;
}
.cart-totals .checkout-types.minicart .btn-checkout {
  margin-bottom: 7px;
  background: #c5093b;
  color: white;
  width: 100%;
  -moz-transition: background 0, 5s;
  -o-transition: background 0, 5s;
  -webkit-transition: background 0, 5s;
  transition: background 0, 5s;
}
.cart-totals .checkout-types.minicart .btn-checkout:hover {
  background: #f5255d;
  -moz-transition: background 0, 5s;
  -o-transition: background 0, 5s;
  -webkit-transition: background 0, 5s;
  transition: background 0, 5s;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: "Roboto", sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Roboto", sans-serif;
}
.cart-table .product-cart-info p {
  font-size: 14px;
  float: left;
}
.cart-table .product-cart-info ul.stock-wrapper {
  font-size: 14px;
}
@media only screen and (max-width: 450px) {
  .cart-table .product-cart-info ul.stock-wrapper {
    clear: both;
  }
}
.cart-table .product-cart-info ul.stock-wrapper li {
  font-size: 14px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-top: 1px solid #C0C0C0;
}
.cart-table tr.tierprice {
  border-top: 0px;
}
.cart-table tr.tierprice td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr td.cart-footer-actions {
  padding: 0px 0 10px;
  font-size: 14px;
}
.cart-table tfoot tr td.cart-footer-actions a.link-wishlist {
  color: #2e2e2e;
}
.cart-table tfoot tr td.cart-footer-actions a.link-wishlist span {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0px 0 12px;
}
.cart-table .product-cart-sku p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.cart-table .product-cart-sku p strong {
  font-weight: 400;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
  width: inherit;
  margin-right: 10px;
}
.cart-table .btn-empty span span {
  padding: 2px 20px !important;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .product-cart-total .cart-price.discount,
.cart-table .product-cart-price .cart-price.discount {
  text-decoration: line-through;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399CC;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399CC;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 14px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  width: 10%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cart-table .product-cart-actions {
    min-width: 80px;
  }
}
.cart-table .product-cart-actions .qty {
  height: 40px;
  border-color: #adadad;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  border: 1px solid #707270;
}
@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions .qty {
    width: 34%;
  }
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}
.cart-table .tooltip-inner {
  border-radius: 0;
  background: #c5093b;
  border: 0;
  color: #ffffff;
}
.cart-table .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #006679;
}

@media only screen and (max-width: 768px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 14px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 14px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    text-align: left;
    width: 75%;
  }
  .cart-table td.precio-descontado {
    padding-top: 0px !important;
  }
  .cart-table td.product-cart-actions {
    margin-top: 10px;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-image .cart-links {
    display: none;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) and (max-width: 400px) {
  .cart-table .cart-footer-actions .btn-continue {
    display: block;
    clear: both;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
.precio-descontado {
  text-align: center;
}
.precio-descontado .cart-price.discount {
  text-decoration: line-through;
  font-size: 14px;
  padding-right: 20px;
}
.precio-descontado .user-price .price {
  color: #c5093b;
}

#shopping-cart-table .to-right {
  position: relative;
  left: 40px;
}

.cart-total .line {
  height: 5px;
  background-image: url("../images/bgn-cart.png");
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping .input-box.selector {
  position: relative;
}
.shipping .input-box.selector:after {
  content: url("../images/select-image.png");
  color: #707270;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 4px;
  pointer-events: none;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #adadad;
  appearance: button;
  -moz-appearance: button;
  /* Firefox */
  -webkit-appearance: button;
  /* Safari and Chrome */
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
}
.shipping select.validation-failed {
  border-color: #DF280A;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 100%;
}
.shipping .form-list .shipping-region {
  width: 100%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 100%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
  border-top: 2px dotted #707270;
  margin-top: 10px;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  background-color: #ece9e9;
  min-width: 220px;
  width: 100%;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #d4d2d2;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media only screen and (max-width: 768px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  color: #2e2e2e;
  border-collapse: inherit;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tbody tr.shipping {
  display: none;
}
.cart .cart-totals table tbody tr.subtotal {
  font-size: 24px;
}
.cart .cart-totals table tbody tr.subtotal td {
  width: 50%;
}
.cart .cart-totals table tbody tr.subtotal td.toleft {
  text-align: left;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot tr.total {
  display: none;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
@media only screen and (max-width: 400px) {
  .cart .cart-totals table tfoot td span {
    font-size: 32px;
  }
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Roboto", sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}
.cart .cart-totals #impuestos {
  display: none;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .cart .cart-totals table tfoot td {
    font-size: 28px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 16px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399CC;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
.save-to-your-myacount {
  width: 40%;
  height: initial;
}
.save-to-your-myacount .input-name {
  padding: 20px;
}
.save-to-your-myacount .input-name h2 {
  text-transform: initial;
  font-size: 16px;
}
.save-to-your-myacount .the-action {
  margin-top: 0;
  margin-left: 10px;
}
.save-to-your-myacount .the-action button.close {
  background: #707270;
  padding: 0 20px;
  text-shadow: none;
  opacity: 1;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.save-to-your-myacount .the-action button.close:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: white;
  opacity: 1;
}

#dialog1 {
  width: 40% !important;
  height: initial !important;
}
#dialog1 .input-name {
  padding: 20px;
}
#dialog1 .input-name h2 {
  text-transform: initial;
  font-size: 16px;
}
#dialog1 .the-action {
  margin-top: 0;
  margin-left: 10px;
}
#dialog1 .the-action button.close {
  background: #707270;
  padding: 0 20px;
  text-shadow: none;
  opacity: 1;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#dialog1 .the-action button.close:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  color: white;
  opacity: 1;
}

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

.acctions-cart02 {
  float: right;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 630px) {
  .acctions-cart02 {
    float: left;
    text-align: left;
  }
  .acctions-cart02 .button.btn-save {
    float: none;
    clear: both;
    display: block;
  }
  .acctions-cart02 .button.btn-save i.fa {
    padding-left: 0px;
  }
  .acctions-cart02 .button.btn-save i.fa-folder {
    margin-left: 5px;
  }
}

.acctions-cart01 {
  margin-top: 10px;
  float: left;
  display: block;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #c5093b;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #c5093b;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #e2849d;
}

.opc .section.allow .step-title h2 {
  color: #A0A0A0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399CC;
}

.opc .section .step-title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 14px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
.block-progress dt.complete {
  color: #2e2e2e;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #707270;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 14px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 14px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #ECECEC;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 5px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #c5093b;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 27px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #c5093b;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #A0A0A0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399CC;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .main-container {
  width: 85%;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 1800px) {
  .customer-account-login .main-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .customer-account-login .main-container {
    width: 95%;
  }
}
.customer-account-login .main-container .product-list-wrapper {
  background: #ece9e9;
  overflow: hidden;
}
.customer-account-login .account-login .content-tittle {
  margin-bottom: 30px;
}
.customer-account-login .account-login .content-tittle h1 {
  margin-bottom: 0;
  text-transform: initial;
}
.customer-account-login .account-login .content-tittle .title-border {
  height: 1px;
  color: #c5093b;
  border-bottom: 1px solid;
  display: block;
}
.customer-account-login .new-users {
  padding-top: 20px;
}
@media only screen and (max-width: 850px) {
  .customer-account-login .new-users {
    width: 100%;
    min-height: 100%;
    padding-top: 0;
  }
}
.customer-account-login .new-users .content {
  background: #f4f4f4;
  margin: 0 auto;
  padding: 20px;
}
.customer-account-login .new-users .content h2 {
  font-size: 24px;
  font-weight: bold;
}
.customer-account-login .new-users .content ul.benefits li {
  list-style: none;
}
.customer-account-login .new-users .buttons-set {
  padding-top: 23px;
}
.customer-account-login .new-users .buttons-set button.btn-gris {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .customer-account-login .new-users .buttons-set button.btn-gris {
    width: 100%;
  }
}
.customer-account-login .new-users .buttons-set a.f-left {
  text-align: center;
}
@media only screen and (max-width: 850px) {
  .customer-account-login .registered-users {
    width: 100%;
    padding-left: 0 !important;
  }
}
.customer-account-login .registered-users .content {
  background: #f4f4f4;
}
.customer-account-login .registered-users p {
  padding: 20px 0 0 20px;
}
.customer-account-login .registered-users ul {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .customer-account-login .registered-users ul {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .customer-account-login .registered-users ul {
    width: 100%;
  }
}
.customer-account-login .registered-users ul li label.required {
  padding: 0 !important;
}
.customer-account-login .registered-users .required {
  padding: 0 20px;
}
.customer-account-login .registered-users .buttons-set {
  position: relative;
  background: #f4f4f4;
  width: 100%;
  margin-top: 0;
}
.customer-account-login .registered-users .wrapper-btn {
  width: 100%;
  float: left;
  padding: 0 20px;
  background: #f4f4f4;
}
@media only screen and (max-width: 1200px) {
  .customer-account-login .registered-users .wrapper-btn {
    width: 100%;
  }
}
.customer-account-login .registered-users .wrapper-btn .buttons-set #sociallogin_button {
  float: left;
}
.customer-account-login .registered-users .wrapper-btn .buttons-set #sociallogin_button #bt-loginfb {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 42px;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .customer-account-login .registered-users .wrapper-btn .buttons-set #sociallogin_button #bt-loginfb {
    width: 70%;
  }
}
@media only screen and (max-width: 880px) {
  .customer-account-login .registered-users .wrapper-btn .buttons-set #sociallogin_button #bt-loginfb {
    top: 9px;
  }
}
.customer-account-login hr.lineLines {
  text-align: center;
}
.customer-account-login hr.lineLines:after {
  content: '\e866';
  background: none repeat scroll 0 0 white;
  color: #eeeeee;
  display: inline-block;
  font-family: 'custom-icons';
  font-size: 1em;
  padding: 0 0.25em;
  position: relative;
  bottom: 26px;
  width: 33px;
}
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
  padding-bottom: 30px;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: right;
  padding-right: 20px;
  width: 150px;
  margin: 0;
}
.customer-account-login .col2-set .col-1 {
  padding-bottom: 30px;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 5px 0 10px 0;
}
.customer-account-login .col2-set .col-1 ul li {
  line-height: 24px;
}
.customer-account-login .col2-set .col-1 ul li::before {
  color: #c5093b;
  content: '\2022';
  padding-right: 0.5em;
  font-size: 25px;
}
.customer-account-login .title-section {
  padding-left: 10px;
  border: 0px;
  background: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  width: 300px;
  margin-bottom: 30px;
}
.customer-account-login .title-section .filter-title {
  border-left: 3px solid white;
  padding-left: 11px;
}
.customer-account-login .title-section .filter-title h3 {
  color: white;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .customer-account-login .col2-set .col-1 {
    padding: 0px 100px;
    float: right;
  }
  .customer-account-login .col2-set .col-2 {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 100%;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 14px;
  padding-left: 5px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "Roboto", sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .main-container {
  width: 85%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1600px) {
  .customer-account-create .main-container {
    width: 95%;
  }
}
.customer-account-create .main-container p.required {
  float: right;
}
@media only screen and (max-width: 1600px) {
  .customer-account-create .main-container p.required {
    margin-right: 20px;
  }
}
.customer-account-create .main-container .col-main .account-create .content-tittle {
  margin-bottom: 30px;
}
.customer-account-create .main-container .col-main .account-create .content-tittle h1 {
  margin-bottom: 0;
  text-transform: initial;
}
.customer-account-create .main-container .col-main .account-create .content-tittle .title-border {
  height: 1px;
  color: #c5093b;
  border-bottom: 1px solid;
  display: block;
}
.customer-account-create .main-container .col-main .account-create .head-create .title-section {
  padding-left: 10px;
  border: 0px;
  background: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  width: 300px;
  margin-bottom: 30px;
}
.customer-account-create .main-container .col-main .account-create .head-create .title-section .filter-title {
  border-left: 3px solid white;
  padding-left: 11px;
}
.customer-account-create .main-container .col-main .account-create .head-create .title-section .filter-title h3 {
  color: white;
  font-weight: 400;
}
.customer-account-create .main-container .content-registry {
  width: 100%;
  margin: 0 auto;
}
.customer-account-create .main-container .instructions-wrapper {
  padding: 15px;
  margin-top: 15px;
}
.customer-account-create .main-container .wrapper-form {
  margin: 0 auto;
  overflow: hidden;
}
.customer-account-create .main-container .wrapper-form .content-form-left {
  background: #f4f4f4;
  padding: 20px;
  overflow: hidden;
  width: 95%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .customer-account-create .main-container .wrapper-form .content-form-left {
    width: 100%;
  }
}
.customer-account-create .main-container .wrapper-form .content-form-left .checkbox {
  left: 15px;
}
.customer-account-create .main-container .wrapper-form .content-form-right {
  background: #f4f4f4;
  padding: 20px;
  overflow: hidden;
  width: 95%;
  float: right;
}
@media only screen and (max-width: 991px) {
  .customer-account-create .main-container .wrapper-form .content-form-right {
    width: 100%;
    margin-top: 20px;
  }
}
.customer-account-create .main-container .wrapper-form .content-form-right .checkbox {
  left: 15px;
  margin-left: -15px;
}
.customer-account-create .main-container .wrapper-form .customer-name, .customer-account-create .main-container .wrapper-form .customer-dob {
  padding-left: 15px;
  padding-right: 15px;
}
.customer-account-create .main-container .wrapper-form label[for=month] {
  padding-left: 15px;
}
.customer-account-create .main-container .fieldset li {
  list-style: none;
}
.customer-account-create .main-container .input-box select {
  background: white;
  border: 1px solid #707270;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.customer-account-create .main-container .input-box select:focus {
  border: 1px solid #c5093b;
  outline: none !important;
}
.customer-account-create .main-container strong {
  font-weight: normal;
}
.customer-account-create .main-container .is_subscriber label:after {
  top: 0;
}
.customer-account-create .main-container #empresa {
  display: block;
}
.customer-account-create .main-container #sociallogin_button {
  float: left;
}
.customer-account-create .buttons-set {
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset li
.fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}
.customer-account-create #inchoo_global_messages {
  top: 150px;
  position: fixed;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-left: 2%;
  z-index: 9999999999999999;
}
@media only screen and (max-width: 480px) {
  .customer-account-create #inchoo_global_messages {
    top: 110px;
  }
}
.customer-account-create .messages .success-msg li {
  max-width: 30%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1320px) {
  .customer-account-create .messages .success-msg li {
    max-width: 80%;
  }
}
.customer-account-create .messages ul li {
  max-width: 30%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.customer-account-create a#inchoo_global_messages_close {
  right: 36%;
}
@media only screen and (max-width: 1320px) {
  .customer-account-create a#inchoo_global_messages_close {
    right: 12%;
  }
}
@media only screen and (max-width: 1320px) {
  .customer-account-create a#inchoo_global_messages_close {
    top: 15px;
    left: inherit;
  }
}

.customer-account-changeforgotten .main-container,
.customer-account-forgotpassword .main-container {
  width: 85%;
  padding-left: 0;
  padding-right: 0;
}
.customer-account-changeforgotten .col-main,
.customer-account-forgotpassword .col-main {
  width: 40%;
  margin: 0 auto;
  padding: 5% 0;
}
@media only screen and (max-width: 479px) {
  .customer-account-changeforgotten .fieldset,
  .customer-account-changeforgotten .buttons-set,
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-changeforgotten .fieldset .input-box input.input-text,
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .main-container {
  padding-top: 0;
  padding-bottom: 0;
}
body.customer-account .main-container .main {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 12000px) {
  body.customer-account .main-container .main {
    width: 95%;
  }
}
body.customer-account .col-left {
  padding-top: 20px;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  margin-top: 30px;
}
body.customer-account .col-left .block-layered-nav .block-title {
  padding-left: 10px;
  border: 0px;
  background: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
}
body.customer-account .col-left .block-layered-nav .block-title .filter-title {
  border-left: 2px solid white;
  border-left: 3px solid;
  padding-left: 11px;
  text-align: left;
}
body.customer-account .col-main {
  padding: 0px 0px;
  background: white;
}
@media only screen and (max-width: 1000px) {
  body.customer-account .col-main {
    padding: 0px 0px;
  }
}
body.customer-account .my-account {
  padding-top: 48px;
}
body.customer-account .my-account .pager .count-container {
  float: right;
  margin-right: 2px;
}
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 16px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  body.customer-account .my-account .fieldset {
    width: 60%;
  }
}
body.customer-account .my-account .fieldset .edit-account-mail {
  padding-left: 0;
}
body.customer-account .my-account .fieldset label {
  background: none;
}
body.customer-account .my-account .fieldset .accept-text {
  position: relative;
  bottom: 13px;
  right: 14px;
}
body.customer-account .my-account p.required {
  float: initial;
  text-align: right;
}
body.customer-account .my-account .order-history-filters .buscar {
  margin-top: 25px;
}
@media only screen and (min-width: 1169px) {
  body.customer-account .my-account .order-history-filters input[type="date"] {
    width: 100%;
  }
}
body.customer-account .my-account .order-history {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
body.customer-account .data-table {
  font-size: 14px;
  margin-top: 5px;
}
body.customer-account .data-table.orders th.number {
  width: 10%;
}
body.customer-account .data-table.orders th.date {
  width: 10%;
}
body.customer-account .data-table.orders th.ship {
  width: 30%;
}
body.customer-account .data-table.orders th.total {
  width: 20%;
}
body.customer-account .data-table.orders th.status {
  width: 10%;
}
body.customer-account .data-table.orders th.view {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  body.customer-account .data-table.orders th.number {
    width: 10%;
  }
  body.customer-account .data-table.orders th.date {
    width: 10%;
  }
  body.customer-account .data-table.orders th.ship {
    width: 30%;
  }
  body.customer-account .data-table.orders th.total {
    width: 15%;
  }
  body.customer-account .data-table.orders th.status {
    width: 10%;
  }
  body.customer-account .data-table.orders th.view {
    width: 25%;
  }
}
body.customer-account .data-table thead tr {
  background: #2e2e2e;
}
body.customer-account .data-table thead tr th {
  color: white;
}
body.customer-account .data-table thead tr th.qty-head {
  width: 15%;
}
body.customer-account .data-table thead tr th.sku-head {
  width: 10%;
}
body.customer-account .data-table tbody tr td h3 {
  text-transform: initial;
  text-align: left;
}
body.customer-account .data-table td a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
}
body.customer-account .data-table td.number {
  font-weight: 700;
}
body.customer-account .data-table span.nobr {
  overflow: hidden;
  float: right;
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 1px 5px;
  background: #f7f7f7;
  text-transform: initial;
  font-size: 12px;
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
body.customer-account .data-table span.nobr a .icon {
  display: block;
  font-size: 15px;
}
body.customer-account .data-table span.nobr a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
body.customer-account .data-table td.view {
  width: 14%;
  padding-right: 0px;
}
body.customer-account .data-table td.view a {
  float: left;
}
body.customer-account .data-table .separator {
  display: none;
}
@media only screen and (max-width: 550px) {
  body.customer-account .data-table#awhdu3-ticket-list-table th.department,
  body.customer-account .data-table#awhdu3-ticket-list-table td.department,
  body.customer-account .data-table#awhdu3-ticket-list-table th.replies,
  body.customer-account .data-table#awhdu3-ticket-list-table td.replies {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  body.customer-account .data-table#my-rmas-table th.status,
  body.customer-account .data-table#my-rmas-table td.status {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  body.customer-account .data-table#my-rmas-table th.actions,
  body.customer-account .data-table#my-rmas-table td.actions {
    padding-right: 0px;
  }
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Roboto", sans-serif;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 22.4px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 14px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: "Roboto", sans-serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: "Roboto", sans-serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

#wishlist-view-form .fieldset {
  width: 100%;
}

.is_subscriber .accept-text {
  width: 350px;
  left: 20px;
  padding-top: 5px;
}

#aw_points-notification-box h4 {
  margin-bottom: 20px;
}
#aw_points-notification-box .accept-text {
  padding-top: 0;
  position: relative;
  bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 768px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: "Roboto", sans-serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  padding-top: 5px;
}

/* ============================================ *
 * MESSAGES
 * ============================================ */
#my-messages-table .date {
  text-align: right;
}
#my-messages-table .view-more {
  background: #c5093b;
  padding: 5px 20px;
  border: none;
  color: white;
  border-radius: 0;
  font-weight: 400;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#my-messages-table .view-more:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#my-messages-table .remove {
  background: #707270;
  padding: 2px 20px;
  border: none;
  color: white;
  display: block;
  border-radius: 0;
  font-weight: 400;
  float: right;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (max-width: 580px) {
  #my-messages-table .remove {
    float: none;
    margin-top: 5px;
  }
}
#my-messages-table .remove:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.webspeaks-notifycustomer-notification-index .page-title {
  padding-top: 48px;
}
.webspeaks-notifycustomer-notification-index .pager .count-container {
  float: right;
}
.webspeaks-notifycustomer-notification-index .pager .count-container .limiter {
  border: none;
}
.webspeaks-notifycustomer-notification-index .pager .count-container .limiter label {
  border-right: 0;
}
.webspeaks-notifycustomer-notification-index .pager .count-container .limiter select {
  border: 1px solid #c0c0c0;
  border-radius: 0;
}

.webspeaks-notifycustomer-notification-view .page-title {
  padding-top: 48px;
}

/* ============================================ *
 * CUSTOMER SUBACCOUNT
 * ============================================ */
.customer-account-subaccount .my-account .dashboard p {
  margin-top: 20px;
  padding-left: 0;
}
.customer-account-subaccount .my-account .pager .count-container {
  float: right;
}
.customer-account-subaccount .my-account .pager .count-container .limiter {
  border: none;
}
.customer-account-subaccount .my-account .pager .count-container .limiter label {
  width: initial;
  border: none;
}
.customer-account-subaccount .my-account .pager .count-container .limiter select {
  border: 1px solid #C0C0C0;
  border-radius: 0;
}
.customer-account-subaccount .my-account .btn-wrapper .links {
  padding: 5px 15px;
  text-transform: initial;
  color: white;
  margin-bottom: 10px;
  width: initial;
  text-align: center;
}
.customer-account-subaccount .my-account .btn-wrapper .links.login {
  background: #c5093b;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.customer-account-subaccount .my-account .btn-wrapper .links.login:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.customer-account-subaccount .my-account .btn-wrapper .links.edit {
  background: #707270;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.customer-account-subaccount .my-account .btn-wrapper .links.edit:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.customer-account-subaccount .my-account .btn-wrapper .links.delete {
  background: #707270;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.customer-account-subaccount .my-account .btn-wrapper .links.delete:hover {
  background: #f5255d;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.customer-account-addsubaccount .box-account form .fieldset .form-list .fields .field .input-box {
  position: relative;
}
.customer-account-addsubaccount .box-account form .fieldset .form-list .fields .field .input-box .block {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: absolute;
  left: 340px;
  top: 16px;
  pointer-events: none;
  margin-bottom: 0;
}
.customer-account-addsubaccount #order_amount_limit_value {
  width: 150px;
}

/* ============================================ *
 * SAVE CART
 * ============================================ */
.savecart-index-index .main .col-main {
  margin-top: 50px;
}

/* ============================================ *
 * customer-order-request
 * ============================================ */
.customer-order-request label {
  display: block;
}
.customer-order-request .button {
  margin-top: 20px;
}

.order-about dd strong {
  color: #c5093b;
}

/* ============================================ *
 * LOG OUT SUCCESS
 * ============================================ */
.customer-account-logoutsuccess .main-container {
  width: 85%;
}

.conditions p {
  font-size: 12px;
}

.aviso-password p {
  font-size: 12px;
  margin-top: 10px;
}

.savecart-index-index #loading-mask-cart {
  position: fixed;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.8;
  text-align: center;
}
.savecart-index-index #loading-mask-cart .loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  color: #c5093b;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
  z-index: 999999999999999;
}
.savecart-index-index #loading-mask-cart .loader img {
  margin: 10px auto 0;
  top: 50%;
  position: relative;
}
.savecart-index-index #loading-mask-cart .loader span {
  position: absolute;
  top: 60%;
  left: 47%;
  font-size: 17px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .main {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.contacts-index-index h1 {
  border: none;
}
.contacts-index-index .wrapper-contact-success {
  padding: 5% 0;
}
.contacts-index-index .buttons-set {
  margin-left: 30px;
  width: 100%;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

.catalog-request-wrapper {
  overflow: hidden;
}
.catalog-request-wrapper .page-tittle {
  background: #f7f7f7;
  padding: 10px;
  color: #707270;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-request-wrapper .page-tittle h1 {
  margin-bottom: 0;
  color: #707270;
  font-weight: 400;
}
.catalog-request-wrapper .form-wrapper {
  background: #f7f7f7;
  padding: 20px;
}
.catalog-request-wrapper .form-wrapper .check-contact-wrapper {
  margin-top: 12px;
}
.catalog-request-wrapper .form-wrapper .check-contact-wrapper .accept-text {
  width: 330px;
  padding-left: 15px;
  bottom: 5px;
  position: relative;
}
.catalog-request-wrapper .form-wrapper .check-contact-wrapper .validation-advice {
  width: 180px;
}
.catalog-request-wrapper .form-wrapper .buttons-set {
  padding-top: 30px;
}
.catalog-request-wrapper .form-wrapper .buttons-set p.required {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.catalog-request-wrapper .form-wrapper .buttons-set button.button {
  margin-left: 5px;
  min-width: 140px;
  width: 50%;
  margin: 0 auto;
  display: block;
  float: initial;
  width: 100%;
  margin-bottom: 20px;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 868px) and (min-width: 769px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

.paypal-review-order .info-set {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .form-add {
  background: #ece9e9;
}
#customer-reviews #review-form {
  padding: 20px;
}
#customer-reviews .review-heading {
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #707270;
}
#customer-reviews h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#customer-reviews h3:hover {
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #f5255d;
}
#customer-reviews h3 span {
  color: #c5093b;
  padding-left: 10px;
}
#customer-reviews .fieldset {
  width: 100%;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0;
  text-transform: uppercase;
  width: 100%;
}
#customer-reviews .fieldset .form-list li {
  padding-top: 10px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: 700;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 100%;
}
#customer-reviews dl {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
#customer-reviews dl dt {
  margin: 5px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 5px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews dl dd .name-review {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #customer-reviews .list-review-wrapper {
    padding-left: 0;
    padding-top: 20px;
  }
}
#customer-reviews .list-review-wrapper .content-tittle {
  text-align: center;
}
#customer-reviews .list-review-wrapper .content-tittle h1 {
  font-weight: 600;
}
#customer-reviews .list-review-wrapper .noreviews-wrapper {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  margin-top: 10px;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  #customer-reviews .list-review-wrapper .noreviews-wrapper {
    height: 130px;
  }
}
#customer-reviews .list-review-wrapper .noreviews-wrapper h3 {
  position: absolute;
  top: 42%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #c8c8c8;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #customer-reviews .list-review-wrapper .noreviews-wrapper h3 {
    top: 54%;
  }
}
#customer-reviews .list-review-wrapper .noreviews-wrapper h3 span {
  color: #c8c8c8;
  clear: both;
  display: block;
  width: 100%;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 5px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 768px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 5px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 22.4px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 5px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #f5255d;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #94072c;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #f5255d transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #f5255d;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table tbody tr td {
  border-bottom: 0;
  position: relative;
}
#wishlist-table tbody tr td input.qty {
  height: 42px;
}
#wishlist-table tbody tr td strong {
  margin-bottom: 10px;
}
#wishlist-table tbody tr td .block {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 86px;
  pointer-events: none;
}
#wishlist-table tbody tr td select {
  margin-top: 4px;
  width: 365px;
  max-width: 98%;
  height: 30px;
  display: block;
  border: 1px solid #adadad;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
}
#wishlist-table tbody .product-wrapper {
  width: 25%;
}
#wishlist-table.clean-table {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-transform: initial;
  text-align: left;
}
#wishlist-table .product-name a {
  color: #707270;
  font-size: 14px;
}
#wishlist-table .product-name a:hover {
  color: #c5093b;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #adadad;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #c5093b;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 5px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #707270;
}
#wishlist-table .price-box .regular-price .price {
  font-size: 18px;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #c5093b;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #c5093b;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 24px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before {
    margin-top: 15px;
  }
  #wishlist-table td.customer-wishlist-item-price:before {
    margin-top: 5px;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header-minicart .empty {
    padding-top: 15px;
  }
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #707270;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
  margin-top: 20px;
  max-height: 365px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .header-minicart .mini-products-list {
    max-height: 365px;
  }
}
@media only screen and (max-width: 600px) {
  .header-minicart .mini-products-list {
    max-height: 212px;
  }
}
.header-minicart .mini-products-list li {
  padding: 5px 10px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.item {
  width: 100%;
  margin-top: 4px;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  width: 278px;
  margin-left: 100px;
}
@media only screen and (max-width: 500px) {
  .header-minicart .mini-products-list li .product-details {
    width: initial;
  }
}
.header-minicart .mini-products-list li .remove-wrapper {
  float: right;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  text-align: left;
  text-transform: initial;
  font-size: 14px;
}
.header-minicart .product-details .product-name a {
  color: #707270;
}
.header-minicart .product-details .atribute-name {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .header-minicart .product-details .atribute-name {
    margin-bottom: 0;
  }
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 5px;
}
.header-minicart .info-wrapper td {
  color: #646363;
  clear: right;
  font-size: 24px;
}
@media only screen and (max-width: 500px) {
  .header-minicart .info-wrapper td {
    font-size: 20px;
  }
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  font-size: 24px;
  text-align: right;
  line-height: 2em;
  padding: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .header-minicart .subtotal {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.header-minicart .subtotal .label {
  color: #646363;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
@media only screen and (max-width: 500px) {
  .header-minicart .subtotal .label {
    font-size: 20px;
  }
}
.header-minicart .subtotal .price {
  color: #646363;
  font-weight: 400;
  font-size: 24px;
}
@media only screen and (max-width: 500px) {
  .header-minicart .subtotal .price {
    font-size: 20px;
  }
}
.header-minicart .button-close .skip-link.skip-cart span[class^="icon-"] {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 3px 0px 0px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari prior 9.0 */
  transform: rotate(45deg);
  /* Standard syntax */
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  clear: both;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
@media only screen and (max-width: 768px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 33px;
  border: 1px solid;
  font-weight: bold;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 769px) {
  .checkout-types.minicart {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .header-minicart .subtotal .label {
    color: #707270;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-minicart .minicart-actions {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-minicart .minicart-actions .cart-link {
    position: relative;
    top: 10px;
    padding: 6px 140px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 500px) {
  .header-minicart .minicart-actions .cart-link {
    padding: 6px 90px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 400px) {
  .header-minicart .minicart-actions .cart-link {
    padding: 6px 50px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-minicart .minicart-actions .checkout-types.minicart {
    float: initial;
  }
}
@media only screen and (max-width: 768px) {
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #c5093b;
  color: #c5093b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #f5255d;
}
.search-autocomplete ul li.selected {
  background-color: #c5093b;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c5093b;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #c5093b;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
}
.product-review .ratings-table {
  font-family: "Roboto", sans-serif;
}
.product-review .ratings-table th {
  padding-right: 5px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 5px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  padding: 5px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .main,
.cms-no-route .main {
  width: 85%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1800px) {
  .cms-page-view .main,
  .cms-no-route .main {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .cms-page-view .main,
  .cms-no-route .main {
    width: 95%;
  }
}
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
  margin-top: 40px;
}
.cms-page-view .breadcrumbs,
.cms-no-route .breadcrumbs {
  display: none;
}
.cms-page-view .contact-wrapper,
.cms-no-route .contact-wrapper {
  width: 60%;
  margin: 20px auto;
}
@media only screen and (max-width: 1300px) {
  .cms-page-view .contact-wrapper,
  .cms-no-route .contact-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .cms-page-view .contact-wrapper textarea,
  .cms-no-route .contact-wrapper textarea {
    max-width: 100%;
  }
}
.cms-page-view .contact-wrapper .contact-product-wrapper,
.cms-no-route .contact-wrapper .contact-product-wrapper {
  margin-right: 20px;
}
.cms-page-view .contact-product-content,
.cms-no-route .contact-product-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ece9e9;
  padding: 20px 0;
}
.cms-page-view .contact-product-content .media-list .media,
.cms-no-route .contact-product-content .media-list .media {
  float: left;
}
.cms-page-view .contact-data h4, .cms-page-view .contact-data h3, .cms-page-view .contact-data h2, .cms-page-view .contact-data h1,
.cms-no-route .contact-data h4,
.cms-no-route .contact-data h3,
.cms-no-route .contact-data h2,
.cms-no-route .contact-data h1 {
  margin-bottom: 10px;
}
.cms-page-view .contact-data p,
.cms-no-route .contact-data p {
  padding: 0;
  line-height: 20px;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #707270;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
}
.cms-page-view .std h1, .cms-page-view .std h2, .cms-page-view .std h3, .cms-page-view .std h4,
.cms-no-route .std h1,
.cms-no-route .std h2,
.cms-no-route .std h3,
.cms-no-route .std h4 {
  padding-bottom: 20px;
  color: #707270;
  font-weight: 700;
}
.cms-page-view .std address p,
.cms-no-route .std address p {
  line-height: 20px;
  padding: 0;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #707270;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  list-style: none;
  line-height: 24px;
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1300px) {
  .cms-page-view .std li,
  .cms-no-route .std li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.cms-page-view .std ol,
.cms-no-route .std ol {
  padding-left: 60px;
}
.cms-page-view .std ol li,
.cms-no-route .std ol li {
  list-style: square;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}
.cms-page-view ul.listado li,
.cms-no-route ul.listado li {
  list-style: disc !important;
  margin-left: 2em !important;
}

.cms-page-view .main-container {
  padding: 0;
}
.cms-page-view .main-container .image-wrapper img {
  width: 100%;
}
.cms-page-view .main-container .btn-wrapper ul {
  margin-left: 0;
  overflow: hidden;
}
.cms-page-view .main-container .btn-wrapper ul li {
  background: #f7f7f7;
  width: 11.1111111%;
  text-align: center;
  margin: 0;
  min-height: 100px;
  line-height: 16px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
  border-left: 1px solid white;
}
.cms-page-view .main-container .btn-wrapper ul li span {
  display: block;
  text-align: center;
}
.cms-page-view .main-container .btn-wrapper ul li span[class^="icon-"] {
  font-size: 50px;
  color: #c5093b;
}
.cms-page-view .main-container .btn-wrapper ul li a {
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cms-page-view .main-container .btn-wrapper ul li a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cms-page-view .main-container .btn-wrapper ul li.active {
  background-color: #c5093b;
  color: white;
}
.cms-page-view .main-container .btn-wrapper ul li.active a {
  color: white;
}
.cms-page-view .main-container .btn-wrapper ul li.active span[class^="icon-"] {
  color: white;
}
.cms-page-view .main-container .btn-wrapper ul li:first-child {
  border-left: none;
}
.cms-page-view .main-container .btn-wrapper.helpdesk-btn-wrapper ul li {
  width: 12.5%;
}
@media only screen and (max-width: 768px) {
  .cms-page-view .main-container .btn-wrapper.helpdesk-btn-wrapper ul li {
    width: 25%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 995px) {
  .cms-page-view .main-container .btn-wrapper.helpdesk-btn-wrapper ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 995px) {
  .cms-page-view .main-container .btn-wrapper.helpdesk-btn-wrapper ul li span {
    margin-top: 5px;
  }
  .cms-page-view .main-container .btn-wrapper.helpdesk-btn-wrapper ul li span[class^="icon-"] {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-page-view .main-container .btn-wrapper.corp ul li {
    width: 25%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 995px) {
  .cms-page-view .main-container .btn-wrapper.corp ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 995px) {
  .cms-page-view .main-container .btn-wrapper.corp ul li span {
    margin-top: 5px;
  }
  .cms-page-view .main-container .btn-wrapper.corp ul li span[class^="icon-"] {
    font-size: 35px;
  }
}
.cms-page-view .main-container .btn-wrapper .breadcrumbs ul li {
  width: initial;
  background: none;
  min-height: initial;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
.cms-page-view .main-container .btn-wrapper .breadcrumbs ul li a {
  color: #c5093b;
  font-size: 12px;
  text-transform: initial;
}
.cms-page-view .main-container .btn-wrapper .breadcrumbs ul li strong {
  font-size: 12px;
  color: #2e2e2e;
  text-transform: initial;
}
.cms-page-view .main-container .btn-wrapper .breadcrumbs ul li span i {
  font-size: 12px;
}
.cms-page-view .main-container .idiomas-wrapper {
  padding-top: 25px;
}
.cms-page-view .main-container .idiomas-wrapper .nav {
  border: none;
}
.cms-page-view .main-container .idiomas-wrapper .nav li {
  margin-right: 0;
  text-align: center;
  margin-top: 5px;
}
.cms-page-view .main-container .idiomas-wrapper .nav li a {
  color: white;
  background-color: #707270;
  text-transform: uppercase;
  -moz-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.cms-page-view .main-container .idiomas-wrapper .nav li a:hover {
  border: 1px solid #adadad;
  color: #f5255d;
  background-color: #adadad;
  -moz-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.cms-page-view .main-container .idiomas-wrapper .nav li.active a {
  color: #c5093b;
  border: 1px solid #707270;
  background: white;
  border-bottom: none;
}
.cms-page-view .main-container .idiomas-wrapper .view-more {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-top: 0px;
}
.cms-page-view .main-container .idiomas-wrapper .view-more a {
  background: #c5093b;
  padding: 6px 30px;
  color: white;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.cms-page-view .main-container .idiomas-wrapper .view-more a:hover {
  background: #f5255d;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.cms-page-view .main-container .idiomas-wrapper.tabs-helpdesk .tab-content {
  max-width: 80%;
}
.cms-page-view .main-container .novedades-wrapper ul li {
  width: 20%;
  font-size: 24px;
  min-height: initial;
  padding: 12px 0 28px 0;
}
@media only screen and (max-width: 810px) {
  .cms-page-view .main-container .novedades-wrapper ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 630px) {
  .cms-page-view .main-container .novedades-wrapper ul li {
    width: 50%;
    margin-bottom: 2px;
    padding: 0px 0 20px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .cms-page-view .main-container .novedades-wrapper ul li a {
    padding: 0px 0 20px 0;
    padding-right: 0px;
  }
}
.cms-page-view .main-container .novedades-wrapper ul li a span {
  display: initial;
  top: 5px;
  padding-bottom: 0px;
  padding-right: 10px;
}
@media only screen and (max-width: 1150px) {
  .cms-page-view .main-container .novedades-wrapper ul li a span {
    display: block;
    padding-bottom: 5px !important;
    padding-right: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 630px) {
  .cms-page-view .main-container .novedades-wrapper ul li a span {
    display: initial;
    top: 3px;
  }
}
.cms-page-view .main-container .novedades-wrapper ul li a span[class^="icon-"] {
  position: relative;
}
@media only screen and (max-width: 810px) {
  .cms-page-view .main-container .novedades-wrapper ul li a span[class^="icon-"] {
    font-size: 35px;
  }
}
.cms-page-view .main-container .helpdesk-wrapper {
  padding-top: 30px;
}
.cms-page-view .main-container .helpdesk-wrapper textarea {
  max-width: 100%;
}
.cms-page-view .main-container #contactos h4, .cms-page-view .main-container #contactos h3, .cms-page-view .main-container #contactos h2, .cms-page-view .main-container #contactos h1 {
  padding-bottom: 10px;
}
.cms-page-view .main-container #contactos ul {
  overflow: hidden;
}
.cms-page-view .main-container #contactos ul li {
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.cms-page-view .main-container .hepldesk-form-content .fieldset h2 {
  border-bottom: none;
}
.cms-page-view .main-container .hepldesk-form-content .fieldset ul {
  padding: 15px;
  background-color: #f7f7f7;
  margin-bottom: 0;
}
.cms-page-view .main-container .hepldesk-form-content .fieldset ul li {
  margin-right: 0;
}
.cms-page-view .main-container .hepldesk-form-content .buttons-set {
  margin-top: 0;
  background-color: #f7f7f7;
  border-top: 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.cms-page-view .main-container .hepldesk-form-content .buttons-set p {
  float: right;
  padding-bottom: 10px;
  font-size: 12px;
}
.cms-page-view .main-container .hepldesk-form-content .buttons-set button {
  width: 95%;
  margin: 0 auto;
  display: block;
  float: inherit;
}
.cms-page-view .main-container .home-list-wrapper {
  width: 100%;
}
.cms-page-view .main-container .home-list-wrapper ul li {
  margin-right: 0;
  line-height: 14px;
}
.cms-page-view .main-container .home-list-wrapper ul li h6 {
  margin-bottom: 0;
}
.cms-page-view .main-container .home-list-wrapper ul li p {
  padding: 0;
  line-height: 14px;
  font-size: 14px;
}
.cms-page-view .main-container .home-list-wrapper ul li button.button2 {
  padding: 0 30px;
}
.cms-page-view .main-container .home-list-wrapper ul.sku-wrapper {
  padding-bottom: 10px;
}

.cms-no-route .std img {
  /*width: 100%;*/
  margin-top: 30px;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

.cms-home .two-col-wrapper {
  position: relative;
  padding-bottom: 30px;
  clear: both;
  padding-top: 30px;
}
.cms-home .two-col-wrapper .destacado {
  margin-top: 30px;
}
.cms-home .two-col-wrapper img {
  width: 100%;
}
.cms-home .two-col-wrapper .tittle-wrapper {
  background: white;
  padding: 20px 60px;
  position: absolute;
  top: 25%;
  right: 5%;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .cms-home .two-col-wrapper .tittle-wrapper {
    top: 10%;
    padding: 20px 20px;
  }
}
.cms-home .two-col-wrapper .tittle-wrapper h4 {
  font-size: 24px;
  color: #707270;
  font-weight: 400;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .cms-home .two-col-wrapper .tittle-wrapper h4 {
    font-size: 16px;
  }
}
.cms-home .two-col-wrapper .tittle-wrapper h4 span {
  font-weight: 700;
  display: block;
}
.cms-home .two-col-wrapper .tittle-wrapper button {
  padding: 6px 30px;
  text-transform: uppercase;
  font-size: 16px;
  background: #323232;
  color: white;
  outline: none;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.cms-home .two-col-wrapper .tittle-wrapper button:hover {
  background: #adadad;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.cms-home .four-col-wrapper ul.left li {
  position: relative;
  left: -15px;
}
.cms-home .four-col-wrapper ul li {
  float: left;
  width: 25%;
  padding-left: 15px;
}
.cms-home .four-col-wrapper .thumbnail {
  border-radius: 0;
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.cms-home .four-col-wrapper a {
  text-align: right;
  text-transform: uppercase;
  color: #707270;
}
.cms-home .four-col-wrapper a:hover {
  color: #f5255d;
}
.cms-home .four-col-wrapper a.ver-mas-bt {
  float: right;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  color: #2e2e2e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #ece9e9;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #c5093b;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
#accordion li .plusimage h2 {
  margin-right: 5px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #contactForm {
    padding-left: 0;
  }
}
.tab-content ul li {
  list-style: disc !important;
  margin-left: 2em !important;
}
.tab-content ol li {
  list-style: decimal !important;
  margin-left: 2em !important;
}

#awhdu3-customer-create-ticket-form ul li.department-field {
  visibility: hidden;
  height: 0px;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #c5093b;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1624px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1624px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1624px) {
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1624px) {
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}

@media only screen and (min-width: 768px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1624px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1624px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1624px) {
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: none;
    margin-right: 2.22222% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1624px) {
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    /*clear:none;*/
    margin-right: 2.22222% !important;
  }
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #c5093b;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #c5093b;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #c5093b;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
.points {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 20px;
}
.points.no-show {
  display: none;
}
@media only screen and (max-width: 500px) {
  .points {
    margin-top: 10px;
  }
}
.points .puntos {
  line-height: 25px;
  text-align: center;
}
.points .messages {
  margin-bottom: 0;
}
.points span {
  color: #c5093b;
}
.points span.icon-points {
  color: #707270;
  padding: 5px;
  background: #ece9e9;
}
.points span.points-qty .price {
  font-weight: bold;
}
.points p {
  padding: 0;
  margin-bottom: 0;
}

.messages-wrapper .points {
  margin-left: 0;
  margin-right: 0;
}
.messages-wrapper .points .product-hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?c19482");
  src: url("../fonts/icomoon.eot?c19482#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c19482") format("truetype"), url("../fonts/icomoon.woff?c19482") format("woff"), url("../fonts/icomoon.svg?c19482#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-01:before {
  content: "\e900";
}

.icon-icon-02:before {
  content: "\e901";
}

.icon-icon-03:before {
  content: "\e902";
}

.icon-icon-04:before {
  content: "\e903";
}

.icon-icon-05:before {
  content: "\e904";
}

.icon-icon-06:before {
  content: "\e905";
}

.icon-icon-07:before {
  content: "\e906";
}

.icon-icon-08:before {
  content: "\e907";
}

.icon-icon-09:before {
  content: "\e908";
}

.icon-icon-10:before {
  content: "\e909";
}

.icon-icon-11:before {
  content: "\e90a";
}

.icon-icon-12:before {
  content: "\e90b";
}

.icon-icon-13:before {
  content: "\e90c";
}

.icon-icon-14:before {
  content: "\e90d";
}

.icon-icon-15:before {
  content: "\e90e";
}

.icon-icon-16:before {
  content: "\e90f";
}

.icon-icon-17:before {
  content: "\e910";
}

.icon-icon-18:before {
  content: "\e911";
}

.icon-icon-19:before {
  content: "\e912";
}

.icon-icon-20:before {
  content: "\e913";
}

.icon-icon-21:before {
  content: "\e914";
}

.icon-icon-22:before {
  content: "\e915";
}

.icon-icon-23:before {
  content: "\e916";
}

.icon-icon-24:before {
  content: "\e917";
}

.icon-icon-25:before {
  content: "\e918";
}

.icon-icon-26:before {
  content: "\e919";
}

.icon-icon-27:before {
  content: "\e91a";
}

.icon-icon-28:before {
  content: "\e91b";
}

.icon-icon-29:before {
  content: "\e91c";
}

.icon-icon-30:before {
  content: "\e91d";
}

.icon-icon-31:before {
  content: "\e91e";
}

.icon-icon-32:before {
  content: "\e91f";
}

.icon-icon-33:before {
  content: "\e920";
}

.icon-icon-34:before {
  content: "\e921";
}

.icon-icon-35:before {
  content: "\e922";
}

.icon-icon-36:before {
  content: "\e923";
}

.icon-icon-37:before {
  content: "\e924";
}

.icon-icon-38:before {
  content: "\e925";
}

.icon-icon-39:before {
  content: "\e926";
}

.icon-icon-40:before {
  content: "\e927";
}

.icon-icon-41:before {
  content: "\e928";
}

.icon-icon-42:before {
  content: "\e929";
}

.icon-icon-43:before {
  content: "\e92a";
}

.icon-icon-44:before {
  content: "\e92b";
}

.icon-icon-45:before {
  content: "\e92c";
}

.icon-icon-46:before {
  content: "\e92d";
}

.icon-icon-47:before {
  content: "\e92e";
}

.icon-icon-49:before {
  content: "\e92f";
}

.icon-icon-48:before {
  content: "\e930";
}

.icon-icon-50:before {
  content: "\e931";
}

.icon-icon-51:before {
  content: "\e932";
}

.icon-icon-52:before {
  content: "\e933";
}

.icon-icon-53:before {
  content: "\e934";
}

.icon-icon-54:before {
  content: "\e935";
}

.icon-icon-55:before {
  content: "\e936";
}

.icon-icon-56:before {
  content: "\e937";
}

.icon-icon-57:before {
  content: "\e938";
}

.icon-icon-58:before {
  content: "\e939";
}

.icon-icon-59:before {
  content: "\e93a";
}

.icon-icon-60:before {
  content: "\e93b";
}

.icon-icon-61:before {
  content: "\e93c";
}

.icon-icon-62:before {
  content: "\e93d";
}

.icon-icon-63:before {
  content: "\e93e";
}

.icon-icon-65:before {
  content: "\e93f";
}

.icon-icon-64:before {
  content: "\e940";
}

@font-face {
  font-family: 'MEGAPACK';
  src: url("../fonts/MEGAPACK.eot?lo76bi");
  src: url("../fonts/MEGAPACK.eot?lo76bi#iefix") format("embedded-opentype"), url("../fonts/MEGAPACK.ttf?lo76bi") format("truetype"), url("../fonts/MEGAPACK.woff?lo76bi") format("woff"), url("../fonts/MEGAPACK.svg?lo76bi#MEGAPACK") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pixicon-"],
[class*=" pixicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MEGAPACK' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pixicon-arrow116:before {
  content: "\e1dd";
}

.pixicon-barrow3:before {
  content: "\e1e1";
}

.pixicon-bath10:before {
  content: "\e1e2";
}

.pixicon-beds2:before {
  content: "\e1e3";
}

.pixicon-buildings25:before {
  content: "\e1e9";
}

.pixicon-bulbs1:before {
  content: "\e1ea";
}

.pixicon-cardboard34:before {
  content: "\e1ec";
}

.pixicon-chairs1:before {
  content: "\e1ee";
}

.pixicon-city3:before {
  content: "\e1ef";
}

.pixicon-city5:before {
  content: "\e1f0";
}

.pixicon-clips:before {
  content: "\e1f1";
}

.pixicon-coin:before {
  content: "\e1f2";
}

.pixicon-construction42:before {
  content: "\e1f9";
}

.pixicon-couch5:before {
  content: "\e1fa";
}

.pixicon-device17:before {
  content: "\e1fe";
}

.pixicon-direction65:before {
  content: "\e1ff";
}

.pixicon-door2:before {
  content: "\e201";
}

.pixicon-doors3:before {
  content: "\e202";
}

.pixicon-earphones7:before {
  content: "\e204";
}

.pixicon-exam:before {
  content: "\e205";
}

.pixicon-eyeglasses:before {
  content: "\e206";
}

.pixicon-fan1:before {
  content: "\e208";
}

.pixicon-fire1:before {
  content: "\e209";
}

.pixicon-furniture20:before {
  content: "\e20c";
}

.pixicon-garden10:before {
  content: "\e20d";
}

.pixicon-garden11:before {
  content: "\e20e";
}

.pixicon-garden12:before {
  content: "\e20f";
}

.pixicon-graphs4:before {
  content: "\e210";
}

.pixicon-hand260:before {
  content: "\e213";
}

.pixicon-horn:before {
  content: "\e215";
}

.pixicon-hotels:before {
  content: "\e216";
}

.pixicon-house226:before {
  content: "\e21b";
}

.pixicon-house232:before {
  content: "\e221";
}

.pixicon-indoor2:before {
  content: "\e222";
}

.pixicon-interiordesign:before {
  content: "\e223";
}

.pixicon-key19:before {
  content: "\e224";
}

.pixicon-key21:before {
  content: "\e225";
}

.pixicon-letter121:before {
  content: "\e228";
}

.pixicon-lift2:before {
  content: "\e229";
}

.pixicon-light112:before {
  content: "\e22a";
}

.pixicon-lock107:before {
  content: "\e22b";
}

.pixicon-luggage20:before {
  content: "\e22d";
}

.pixicon-machine3:before {
  content: "\e22e";
}

.pixicon-machine:before {
  content: "\e22f";
}

.pixicon-mail15:before {
  content: "\e230";
}

.pixicon-money207:before {
  content: "\e232";
}

.pixicon-money210:before {
  content: "\e233";
}

.pixicon-news3:before {
  content: "\e234";
}

.pixicon-notdisturb:before {
  content: "\e235";
}

.pixicon-officematerial:before {
  content: "\e236";
}

.pixicon-open10:before {
  content: "\e237";
}

.pixicon-order5:before {
  content: "\e238";
}

.pixicon-padlock10:before {
  content: "\e239";
}

.pixicon-parking1:before {
  content: "\e23a";
}

.pixicon-pin96:before {
  content: "\e23d";
}

.pixicon-plumber1:before {
  content: "\e23e";
}

.pixicon-print62:before {
  content: "\e23f";
}

.pixicon-purse12:before {
  content: "\e241";
}

.pixicon-radiator:before {
  content: "\e242";
}

.pixicon-realestate2:before {
  content: "\e244";
}

.pixicon-search9:before {
  content: "\e24d";
}

.pixicon-shopcart:before {
  content: "\e24e";
}

.pixicon-shower1:before {
  content: "\e251";
}

.pixicon-signal56:before {
  content: "\e252";
}

.pixicon-signal58:before {
  content: "\e253";
}

.pixicon-socket4:before {
  content: "\e255";
}

.pixicon-stats25:before {
  content: "\e257";
}

.pixicon-suitcase59:before {
  content: "\e259";
}

.pixicon-swim5:before {
  content: "\e25a";
}

.pixicon-telephone146:before {
  content: "\e25c";
}

.pixicon-telephone148:before {
  content: "\e25d";
}

.pixicon-television34:before {
  content: "\e25e";
}

.pixicon-title:before {
  content: "\e261";
}

.pixicon-toilet16:before {
  content: "\e262";
}

.pixicon-travel1:before {
  content: "\e263";
}

.pixicon-trees16:before {
  content: "\e264";
}

.pixicon-vacuum1:before {
  content: "\e267";
}

.pixicon-wash6:before {
  content: "\e268";
}

.pixicon-water78:before {
  content: "\e269";
}

.pixicon-weights:before {
  content: "\e26a";
}

.pixicon-wheelbarrow:before {
  content: "\e26b";
}

.pixicon-window81:before {
  content: "\e26c";
}

.pixicon-architecture7:before {
  content: "\e271";
}

.pixicon-architecture8:before {
  content: "\e272";
}

.pixicon-building125:before {
  content: "\e275";
}

.pixicon-building126:before {
  content: "\e276";
}

.pixicon-building128:before {
  content: "\e278";
}

.pixicon-building129:before {
  content: "\e279";
}

.pixicon-construction48:before {
  content: "\e280";
}

.pixicon-constructions:before {
  content: "\e283";
}

.pixicon-hospitals3:before {
  content: "\e287";
}

.pixicon-house16:before {
  content: "\e288";
}

.pixicon-houses4:before {
  content: "\e28f";
}

.pixicon-houses5:before {
  content: "\e290";
}

.pixicon-industry7:before {
  content: "\e291";
}

.pixicon-judaism:before {
  content: "\e293";
}

.pixicon-mills1:before {
  content: "\e296";
}

.pixicon-religion24:before {
  content: "\e297";
}

.pixicon-religion25:before {
  content: "\e298";
}

.pixicon-religion26:before {
  content: "\e299";
}

.pixicon-rural35:before {
  content: "\e29a";
}

.pixicon-skyscrapers1:before {
  content: "\e29c";
}

.pixicon-storage47:before {
  content: "\e29d";
}

.pixicon-store1:before {
  content: "\e29f";
}

.pixicon-announcement3:before {
  content: "\e000";
}

.pixicon-archive53:before {
  content: "\e001";
}

.pixicon-artistic13:before {
  content: "\e002";
}

.pixicon-attach31:before {
  content: "\e003";
}

.pixicon-attachment2:before {
  content: "\e004";
}

.pixicon-books93:before {
  content: "\e005";
}

.pixicon-books95:before {
  content: "\e006";
}

.pixicon-boxes27:before {
  content: "\e007";
}

.pixicon-boxes30:before {
  content: "\e008";
}

.pixicon-camera35:before {
  content: "\e009";
}

.pixicon-circle169:before {
  content: "\e00a";
}

.pixicon-clips7:before {
  content: "\e00b";
}

.pixicon-compactdisc6:before {
  content: "\e00c";
}

.pixicon-craft1:before {
  content: "\e00d";
}

.pixicon-cup81:before {
  content: "\e00e";
}

.pixicon-cut60:before {
  content: "\e00f";
}

.pixicon-cut61:before {
  content: "\e010";
}

.pixicon-cutting16:before {
  content: "\e011";
}

.pixicon-dailycalendar11:before {
  content: "\e012";
}

.pixicon-drawing35:before {
  content: "\e013";
}

.pixicon-drop8:before {
  content: "\e014";
}

.pixicon-drops11:before {
  content: "\e015";
}

.pixicon-ebook26:before {
  content: "\e016";
}

.pixicon-ebook28:before {
  content: "\e017";
}

.pixicon-garbagecan8:before {
  content: "\e018";
}

.pixicon-graphicseditor31:before {
  content: "\e019";
}

.pixicon-graphicseditor41:before {
  content: "\e01a";
}

.pixicon-graphicseditor44:before {
  content: "\e01b";
}

.pixicon-inbox52:before {
  content: "\e01c";
}

.pixicon-ink:before {
  content: "\e01d";
}

.pixicon-ipad39:before {
  content: "\e01e";
}

.pixicon-letters23:before {
  content: "\e01f";
}

.pixicon-magnifyingglass71:before {
  content: "\e020";
}

.pixicon-measure39:before {
  content: "\e021";
}

.pixicon-message43:before {
  content: "\e022";
}

.pixicon-milky4:before {
  content: "\e023";
}

.pixicon-newspaper22:before {
  content: "\e024";
}

.pixicon-newsreport3:before {
  content: "\e025";
}

.pixicon-notebook110:before {
  content: "\e026";
}

.pixicon-notepad6:before {
  content: "\e027";
}

.pixicon-officematerial10:before {
  content: "\e028";
}

.pixicon-officematerial11:before {
  content: "\e029";
}

.pixicon-officematerial13:before {
  content: "\e02a";
}

.pixicon-officematerial6:before {
  content: "\e02b";
}

.pixicon-officematerial7:before {
  content: "\e02c";
}

.pixicon-package37:before {
  content: "\e02d";
}

.pixicon-paint115:before {
  content: "\e02e";
}

.pixicon-painter23:before {
  content: "\e02f";
}

.pixicon-painting63:before {
  content: "\e030";
}

.pixicon-painting65:before {
  content: "\e031";
}

.pixicon-palette3:before {
  content: "\e033";
}

.pixicon-pamphlet:before {
  content: "\e034";
}

.pixicon-paper148:before {
  content: "\e035";
}

.pixicon-papers11:before {
  content: "\e036";
}

.pixicon-papers12:before {
  content: "\e037";
}

.pixicon-paste:before {
  content: "\e038";
}

.pixicon-pencil130:before {
  content: "\e039";
}

.pixicon-pencils19:before {
  content: "\e03a";
}

.pixicon-pencils20:before {
  content: "\e03b";
}

.pixicon-pines3:before {
  content: "\e03c";
}

.pixicon-plant63:before {
  content: "\e03d";
}

.pixicon-print87:before {
  content: "\e03e";
}

.pixicon-print88:before {
  content: "\e03f";
}

.pixicon-pushpin6:before {
  content: "\e047";
}

.pixicon-recycle12:before {
  content: "\e048";
}

.pixicon-resize19:before {
  content: "\e049";
}

.pixicon-roadsign21:before {
  content: "\e04a";
}

.pixicon-scan1:before {
  content: "\e04b";
}

.pixicon-schoolmaterial1:before {
  content: "\e04c";
}

.pixicon-schoolmaterial2:before {
  content: "\e04d";
}

.pixicon-shirt15:before {
  content: "\e04e";
}

.pixicon-shoppingbag16:before {
  content: "\e04f";
}

.pixicon-shoppingbag18:before {
  content: "\e050";
}

.pixicon-targeting13:before {
  content: "\e052";
}

.pixicon-television45:before {
  content: "\e053";
}

.pixicon-underline:before {
  content: "\e054";
}

.pixicon-usb49:before {
  content: "\e055";
}

.pixicon-webpage10:before {
  content: "\e056";
}

.pixicon-website36:before {
  content: "\e057";
}

.pixicon-writing52:before {
  content: "\e058";
}

.pixicon-writing53:before {
  content: "\e059";
}

.pixicon-writing55:before {
  content: "\e05a";
}

.pixicon-writing56:before {
  content: "\e05b";
}

.pixicon-writing57:before {
  content: "\e05c";
}

.pixicon-writing58:before {
  content: "\e05d";
}

.pixicon-boat:before {
  content: "\e05e";
}

.pixicon-ribbon3:before {
  content: "\e05f";
}

.pixicon-ribbonadd:before {
  content: "\e060";
}

.pixicon-ribbonerror:before {
  content: "\e061";
}

.pixicon-camera5:before {
  content: "\e062";
}

.pixicon-camera6:before {
  content: "\e063";
}

.pixicon-clouddone:before {
  content: "\e064";
}

.pixicon-clouderror:before {
  content: "\e065";
}

.pixicon-download4:before {
  content: "\e066";
}

.pixicon-upload4:before {
  content: "\e067";
}

.pixicon-cloud5:before {
  content: "\e068";
}

.pixicon-glass:before {
  content: "\e069";
}

.pixicon-coffee2:before {
  content: "\e06a";
}

.pixicon-compass3:before {
  content: "\e06b";
}

.pixicon-exitfullscreen:before {
  content: "\e06c";
}

.pixicon-food5:before {
  content: "\e06d";
}

.pixicon-close2:before {
  content: "\e06e";
}

.pixicon-removefolder:before {
  content: "\e06f";
}

.pixicon-addmessage:before {
  content: "\e070";
}

.pixicon-falsemessage:before {
  content: "\e071";
}

.pixicon-happymessage:before {
  content: "\e072";
}

.pixicon-sadmessage:before {
  content: "\e073";
}

.pixicon-messagetext:before {
  content: "\e074";
}

.pixicon-writtingmessage:before {
  content: "\e075";
}

.pixicon-diamond3:before {
  content: "\e076";
}

.pixicon-food3:before {
  content: "\e077";
}

.pixicon-food4:before {
  content: "\e078";
}

.pixicon-download5:before {
  content: "\e079";
}

.pixicon-downloadfolder:before {
  content: "\e07a";
}

.pixicon-extend:before {
  content: "\e07b";
}

.pixicon-eye4:before {
  content: "\e07c";
}

.pixicon-food2:before {
  content: "\e07d";
}

.pixicon-flag4:before {
  content: "\e07e";
}

.pixicon-folder4:before {
  content: "\e07f";
}

.pixicon-pin3:before {
  content: "\e080";
}

.pixicon-earth:before {
  content: "\e081";
}

.pixicon-statistics:before {
  content: "\e082";
}

.pixicon-stocks:before {
  content: "\e083";
}

.pixicon-stocks2:before {
  content: "\e084";
}

.pixicon-hammer2:before {
  content: "\e085";
}

.pixicon-water:before {
  content: "\e086";
}

.pixicon-earpods:before {
  content: "\e087";
}

.pixicon-heart5:before {
  content: "\e088";
}

.pixicon-brokenheart:before {
  content: "\e089";
}

.pixicon-home3:before {
  content: "\e08a";
}

.pixicon-sandglass:before {
  content: "\e08b";
}

.pixicon-image3:before {
  content: "\e08c";
}

.pixicon-key3:before {
  content: "\e08d";
}

.pixicon-support2:before {
  content: "\e08e";
}

.pixicon-menu3:before {
  content: "\e08f";
}

.pixicon-lock4:before {
  content: "\e090";
}

.pixicon-unlock3:before {
  content: "\e091";
}

.pixicon-speaker2:before {
  content: "\e092";
}

.pixicon-search5:before {
  content: "\e093";
}

.pixicon-search6:before {
  content: "\e094";
}

.pixicon-search7:before {
  content: "\e095";
}

.pixicon-message:before {
  content: "\e096";
}

.pixicon-message2:before {
  content: "\e097";
}

.pixicon-map3:before {
  content: "\e098";
}

.pixicon-addportfolio:before {
  content: "\e099";
}

.pixicon-microphone3:before {
  content: "\e09a";
}

.pixicon-microphone4:before {
  content: "\e09b";
}

.pixicon-minus2:before {
  content: "\e09c";
}

.pixicon-gallery:before {
  content: "\e09d";
}

.pixicon-trewind:before {
  content: "\e09e";
}

.pixicon-fastrewind:before {
  content: "\e09f";
}

.pixicon-up2:before {
  content: "\e0a0";
}

.pixicon-forward2:before {
  content: "\e0a1";
}

.pixicon-fastforward:before {
  content: "\e0a2";
}

.pixicon-pause2:before {
  content: "\e0a3";
}

.pixicon-play5:before {
  content: "\e0a4";
}

.pixicon-shuffle3:before {
  content: "\e0a5";
}

.pixicon-replay:before {
  content: "\e0a6";
}

.pixicon-stop2:before {
  content: "\e0a7";
}

.pixicon-music3:before {
  content: "\e0a8";
}

.pixicon-music4:before {
  content: "\e0a9";
}

.pixicon-video4:before {
  content: "\e0aa";
}

.pixicon-writtingtools:before {
  content: "\e0ab";
}

.pixicon-writtingtools2:before {
  content: "\e0ac";
}

.pixicon-paperfold:before {
  content: "\e0ad";
}

.pixicon-rulerpen:before {
  content: "\e0ae";
}

.pixicon-pen3:before {
  content: "\e0af";
}

.pixicon-writtingtools3:before {
  content: "\e0b0";
}

.pixicon-add:before {
  content: "\e0b1";
}

.pixicon-laptop2:before {
  content: "\e0b2";
}

.pixicon-ticket3:before {
  content: "\e0b3";
}

.pixicon-printer4:before {
  content: "\e0b4";
}

.pixicon-person:before {
  content: "\e0b5";
}

.pixicon-addperson:before {
  content: "\e0b6";
}

.pixicon-removeperson:before {
  content: "\e0b7";
}

.pixicon-rain3:before {
  content: "\e0b8";
}

.pixicon-refresh4:before {
  content: "\e0b9";
}

.pixicon-settings3:before {
  content: "\e0ba";
}

.pixicon-settings4:before {
  content: "\e0bb";
}

.pixicon-share3:before {
  content: "\e0bc";
}

.pixicon-ribbondown:before {
  content: "\e0bd";
}

.pixicon-ribbonleft:before {
  content: "\e0be";
}

.pixicon-ribbonright:before {
  content: "\e0bf";
}

.pixicon-ribbonup:before {
  content: "\e0c0";
}

.pixicon-shoppingcartempty:before {
  content: "\e0c1";
}

.pixicon-shoppingcartfull:before {
  content: "\e0c2";
}

.pixicon-audiosettings:before {
  content: "\e0c3";
}

.pixicon-mobile2:before {
  content: "\e0c4";
}

.pixicon-book3:before {
  content: "\e0c5";
}

.pixicon-blocks:before {
  content: "\e0c6";
}

.pixicon-storm:before {
  content: "\e0c7";
}

.pixicon-sun4:before {
  content: "\e0c8";
}

.pixicon-tablet2:before {
  content: "\e0c9";
}

.pixicon-lineshorizontal:before {
  content: "\e0ca";
}

.pixicon-linesvertical:before {
  content: "\e0cb";
}

.pixicon-ticket2:before {
  content: "\e0cc";
}

.pixicon-taskboard:before {
  content: "\e0cd";
}

.pixicon-addtaskboard:before {
  content: "\e0ce";
}

.pixicon-shirt167:before {
  content: "\e0cf";
}

.pixicon-delete2:before {
  content: "\e0d0";
}

.pixicon-shirt:before {
  content: "\e0d1";
}

.pixicon-desktopmonitor:before {
  content: "\e0d2";
}

.pixicon-Umbrella:before {
  content: "\e0d3";
}

.pixicon-upload5:before {
  content: "\e0d4";
}

.pixicon-uploadfolder:before {
  content: "\e0d5";
}

.pixicon-cloudy:before {
  content: "\e0d6";
}

.pixicon-video5:before {
  content: "\e0d7";
}

.pixicon-volumeup:before {
  content: "\e0d8";
}

.pixicon-volumedown:before {
  content: "\e0d9";
}

.pixicon-mute3:before {
  content: "\e0da";
}

.pixicon-watch2:before {
  content: "\e0db";
}

.pixicon-rain2:before {
  content: "\e0dc";
}

.pixicon-browser4:before {
  content: "\e0dd";
}

.pixicon-browser5:before {
  content: "\e0de";
}

.pixicon-drink:before {
  content: "\e0df";
}

.pixicon-calendar4:before {
  content: "\e0e0";
}

.pixicon-alarm2:before {
  content: "\e0e1";
}

.pixicon-addfolder:before {
  content: "\e0e2";
}

.pixicon-speed:before {
  content: "\e0e3";
}

.pixicon-notebook3:before {
  content: "\e0e4";
}

.pixicon-arrowleft:before {
  content: "\e0e5";
}

.pixicon-arrowdown:before {
  content: "\e0e6";
}

.pixicon-battery3:before {
  content: "\e0e7";
}

.pixicon-suitcase:before {
  content: "\e0e8";
}

.pixicon-arrowup:before {
  content: "\e0e9";
}

.pixicon-arrowright:before {
  content: "\e0ea";
}

.pixicon-suitcase2:before {
  content: "\e0eb";
}

.pixicon-disk2:before {
  content: "\e0ec";
}

.pixicon-battery4:before {
  content: "\e0ed";
}

.pixicon-battery5:before {
  content: "\e0ee";
}

.pixicon-check3:before {
  content: "\e0ef";
}

.pixicon-batteryfull:before {
  content: "\e0f0";
}

.pixicon-timer2:before {
  content: "\e0f1";
}

.pixicon-clock5:before {
  content: "\e0f2";
}

.pixicon-diagram:before {
  content: "\e0f3";
}

.pixicon-instagram3:before {
  content: "\e9e4";
}

.pixicon-instagram4:before {
  content: "\e9e5";
}

.pixicon-forrst:before {
  content: "\e900";
}

.pixicon-dribbble2:before {
  content: "\e901";
}

.pixicon-twitter2:before {
  content: "\e902";
}

.pixicon-flickr:before {
  content: "\e903";
}

.pixicon-twitter3:before {
  content: "\e904";
}

.pixicon-facebook2:before {
  content: "\e905";
}

.pixicon-skype:before {
  content: "\e906";
}

.pixicon-digg:before {
  content: "\e907";
}

.pixicon-google:before {
  content: "\e908";
}

.pixicon-html5:before {
  content: "\e909";
}

.pixicon-linkedin2:before {
  content: "\e90a";
}

.pixicon-lastfm:before {
  content: "\e90b";
}

.pixicon-vimeo:before {
  content: "\e90c";
}

.pixicon-yahoo:before {
  content: "\e90d";
}

.pixicon-tumblr2:before {
  content: "\e90e";
}

.pixicon-apple:before {
  content: "\e90f";
}

.pixicon-windows:before {
  content: "\e910";
}

.pixicon-youtube:before {
  content: "\e911";
}

.pixicon-delicious:before {
  content: "\e912";
}

.pixicon-rss2:before {
  content: "\e913";
}

.pixicon-picasa:before {
  content: "\e914";
}

.pixicon-deviantart:before {
  content: "\e915";
}

.pixicon-whatsapp:before {
  content: "\e916";
}

.pixicon-snapchat:before {
  content: "\e917";
}

.pixicon-blogger:before {
  content: "\e918";
}

.pixicon-wordpress:before {
  content: "\e919";
}

.pixicon-amazon:before {
  content: "\e91a";
}

.pixicon-appstore:before {
  content: "\e91b";
}

.pixicon-paypal:before {
  content: "\e91c";
}

.pixicon-myspace:before {
  content: "\e91d";
}

.pixicon-dropbox:before {
  content: "\e91e";
}

.pixicon-windows8:before {
  content: "\e91f";
}

.pixicon-pinterest:before {
  content: "\e920";
}

.pixicon-soundcloud:before {
  content: "\e921";
}

.pixicon-google-drive:before {
  content: "\e922";
}

.pixicon-android:before {
  content: "\e923";
}

.pixicon-behance:before {
  content: "\e924";
}

.pixicon-instagram:before {
  content: "\e925";
}

.pixicon-ebay:before {
  content: "\e926";
}

.pixicon-google-plus:before {
  content: "\e927";
}

.pixicon-github:before {
  content: "\e928";
}

.pixicon-stackoverflow:before {
  content: "\e929";
}

.pixicon-spotify:before {
  content: "\e92a";
}

.pixicon-stumbleupon:before {
  content: "\e92b";
}

.pixicon-visa:before {
  content: "\e92c";
}

.pixicon-mastercard:before {
  content: "\e92d";
}

.pixicon-amex:before {
  content: "\e92e";
}

.pixicon-ios:before {
  content: "\e92f";
}

.pixicon-osx:before {
  content: "\e930";
}

.pixicon-evernote:before {
  content: "\e931";
}

.pixicon-yelp:before {
  content: "\e932";
}

.pixicon-yelp2:before {
  content: "\e933";
}

.pixicon-medium:before {
  content: "\e934";
}

.pixicon-slack:before {
  content: "\e935";
}

.pixicon-vine:before {
  content: "\e936";
}

.pixicon-edge:before {
  content: "\e937";
}

.pixicon-outlook:before {
  content: "\e938";
}

.pixicon-pencilcase:before {
  content: "\e939";
}

.pixicon-play2:before {
  content: "\e93a";
}

.pixicon-icloud:before {
  content: "\e93b";
}

.pixicon-forrst2:before {
  content: "\e93c";
}

.pixicon-dribbble3:before {
  content: "\e93d";
}

.pixicon-twitter4:before {
  content: "\e93e";
}

.pixicon-flickr2:before {
  content: "\e93f";
}

.pixicon-twitter5:before {
  content: "\e940";
}

.pixicon-facebook3:before {
  content: "\e941";
}

.pixicon-skype2:before {
  content: "\e942";
}

.pixicon-digg2:before {
  content: "\e943";
}

.pixicon-google2:before {
  content: "\e944";
}

.pixicon-html52:before {
  content: "\e945";
}

.pixicon-linkedin3:before {
  content: "\e946";
}

.pixicon-lastfm2:before {
  content: "\e947";
}

.pixicon-vimeo2:before {
  content: "\e948";
}

.pixicon-yahoo2:before {
  content: "\e949";
}

.pixicon-tumblr3:before {
  content: "\e94a";
}

.pixicon-apple2:before {
  content: "\e94b";
}

.pixicon-windows2:before {
  content: "\e94c";
}

.pixicon-youtube2:before {
  content: "\e94d";
}

.pixicon-delicious2:before {
  content: "\e94e";
}

.pixicon-rss3:before {
  content: "\e94f";
}

.pixicon-picasa2:before {
  content: "\e950";
}

.pixicon-deviantart2:before {
  content: "\e951";
}

.pixicon-whatsapp2:before {
  content: "\e952";
}

.pixicon-snapchat2:before {
  content: "\e953";
}

.pixicon-blogger2:before {
  content: "\e954";
}

.pixicon-wordpress2:before {
  content: "\e955";
}

.pixicon-amazon2:before {
  content: "\e956";
}

.pixicon-appstore2:before {
  content: "\e957";
}

.pixicon-paypal2:before {
  content: "\e958";
}

.pixicon-myspace2:before {
  content: "\e959";
}

.pixicon-dropbox2:before {
  content: "\e95a";
}

.pixicon-windows82:before {
  content: "\e95b";
}

.pixicon-pinterest2:before {
  content: "\e95c";
}

.pixicon-soundcloud2:before {
  content: "\e95d";
}

.pixicon-google-drive2:before {
  content: "\e95e";
}

.pixicon-android2:before {
  content: "\e95f";
}

.pixicon-behance2:before {
  content: "\e960";
}

.pixicon-instagram2:before {
  content: "\e961";
}

.pixicon-ebay2:before {
  content: "\e962";
}

.pixicon-google-plus2:before {
  content: "\e963";
}

.pixicon-github2:before {
  content: "\e964";
}

.pixicon-stackoverflow2:before {
  content: "\e965";
}

.pixicon-spotify2:before {
  content: "\e966";
}

.pixicon-stumbleupon2:before {
  content: "\e967";
}

.pixicon-visa2:before {
  content: "\e968";
}

.pixicon-mastercard2:before {
  content: "\e969";
}

.pixicon-amex2:before {
  content: "\e96a";
}

.pixicon-ios2:before {
  content: "\e96b";
}

.pixicon-osx2:before {
  content: "\e96c";
}

.pixicon-evernote2:before {
  content: "\e96d";
}

.pixicon-yelp3:before {
  content: "\e96e";
}

.pixicon-yelp4:before {
  content: "\e96f";
}

.pixicon-medium2:before {
  content: "\e970";
}

.pixicon-slack2:before {
  content: "\e971";
}

.pixicon-vine2:before {
  content: "\e972";
}

.pixicon-edge2:before {
  content: "\e973";
}

.pixicon-outlook2:before {
  content: "\e974";
}

.pixicon-pencilcase2:before {
  content: "\e975";
}

.pixicon-play22:before {
  content: "\e976";
}

.pixicon-icloud2:before {
  content: "\e977";
}

.pixicon-album:before {
  content: "\e6aa";
}

.pixicon-arc:before {
  content: "\e6ab";
}

.pixicon-back-2:before {
  content: "\e6ac";
}

.pixicon-bandaid:before {
  content: "\e6ad";
}

.pixicon-car:before {
  content: "\e6ae";
}

.pixicon-diamond:before {
  content: "\e6af";
}

.pixicon-door-lock:before {
  content: "\e6b0";
}

.pixicon-eyedropper:before {
  content: "\e6b1";
}

.pixicon-female:before {
  content: "\e6b2";
}

.pixicon-gym:before {
  content: "\e6b3";
}

.pixicon-hammer:before {
  content: "\e6b4";
}

.pixicon-headphones:before {
  content: "\e6b5";
}

.pixicon-helm:before {
  content: "\e6b6";
}

.pixicon-hourglass:before {
  content: "\e6b7";
}

.pixicon-leaf:before {
  content: "\e6b8";
}

.pixicon-magic-wand:before {
  content: "\e6b9";
}

.pixicon-male:before {
  content: "\e6ba";
}

.pixicon-map-2:before {
  content: "\e6bb";
}

.pixicon-next-2:before {
  content: "\e6bc";
}

.pixicon-paint-bucket:before {
  content: "\e6bd";
}

.pixicon-pendrive:before {
  content: "\e6be";
}

.pixicon-photo:before {
  content: "\e6bf";
}

.pixicon-piggy:before {
  content: "\e6c0";
}

.pixicon-plugin:before {
  content: "\e6c1";
}

.pixicon-refresh-2:before {
  content: "\e6c2";
}

.pixicon-rocket:before {
  content: "\e6c3";
}

.pixicon-settings:before {
  content: "\e6c4";
}

.pixicon-shield:before {
  content: "\e6c5";
}

.pixicon-smile:before {
  content: "\e6c6";
}

.pixicon-usb:before {
  content: "\e6c7";
}

.pixicon-vector:before {
  content: "\e6c8";
}

.pixicon-wine:before {
  content: "\e6c9";
}

.pixicon-cloud-upload:before {
  content: "\e68a";
}

.pixicon-cash:before {
  content: "\e68c";
}

.pixicon-close:before {
  content: "\e680";
}

.pixicon-bluetooth:before {
  content: "\e68d";
}

.pixicon-cloud-download:before {
  content: "\e68b";
}

.pixicon-way:before {
  content: "\e68e";
}

.pixicon-close-circle:before {
  content: "\e681";
}

.pixicon-id:before {
  content: "\e68f";
}

.pixicon-angle-up:before {
  content: "\e682";
}

.pixicon-wristwatch:before {
  content: "\e690";
}

.pixicon-angle-up-circle:before {
  content: "\e683";
}

.pixicon-world:before {
  content: "\e691";
}

.pixicon-angle-right:before {
  content: "\e684";
}

.pixicon-volume:before {
  content: "\e692";
}

.pixicon-angle-right-circle:before {
  content: "\e685";
}

.pixicon-users:before {
  content: "\e693";
}

.pixicon-angle-left:before {
  content: "\e686";
}

.pixicon-user-female:before {
  content: "\e694";
}

.pixicon-angle-left-circle:before {
  content: "\e687";
}

.pixicon-up-arrow:before {
  content: "\e695";
}

.pixicon-angle-down:before {
  content: "\e688";
}

.pixicon-switch:before {
  content: "\e696";
}

.pixicon-angle-down-circle:before {
  content: "\e689";
}

.pixicon-scissors:before {
  content: "\e697";
}

.pixicon-wallet:before {
  content: "\e600";
}

.pixicon-safe:before {
  content: "\e698";
}

.pixicon-volume2:before {
  content: "\e601";
}

.pixicon-volume1:before {
  content: "\e602";
}

.pixicon-voicemail:before {
  content: "\e603";
}

.pixicon-video:before {
  content: "\e604";
}

.pixicon-user:before {
  content: "\e605";
}

.pixicon-upload:before {
  content: "\e606";
}

.pixicon-unlock:before {
  content: "\e607";
}

.pixicon-umbrella:before {
  content: "\e608";
}

.pixicon-trash:before {
  content: "\e609";
}

.pixicon-tools:before {
  content: "\e60a";
}

.pixicon-timer:before {
  content: "\e60b";
}

.pixicon-ticket:before {
  content: "\e60c";
}

.pixicon-target:before {
  content: "\e60d";
}

.pixicon-sun:before {
  content: "\e60e";
}

.pixicon-study:before {
  content: "\e60f";
}

.pixicon-stopwatch:before {
  content: "\e610";
}

.pixicon-star:before {
  content: "\e611";
}

.pixicon-speaker:before {
  content: "\e612";
}

.pixicon-signal:before {
  content: "\e613";
}

.pixicon-shuffle:before {
  content: "\e614";
}

.pixicon-shopbag:before {
  content: "\e615";
}

.pixicon-share:before {
  content: "\e616";
}

.pixicon-server:before {
  content: "\e617";
}

.pixicon-search:before {
  content: "\e618";
}

.pixicon-film:before {
  content: "\e6a5";
}

.pixicon-science:before {
  content: "\e619";
}

.pixicon-disk:before {
  content: "\e6a6";
}

.pixicon-ribbon:before {
  content: "\e61a";
}

.pixicon-repeat:before {
  content: "\e61b";
}

.pixicon-refresh:before {
  content: "\e61c";
}

.pixicon-add-user:before {
  content: "\e6a9";
}

.pixicon-refresh-cloud:before {
  content: "\e61d";
}

.pixicon-paperclip:before {
  content: "\e69c";
}

.pixicon-radio:before {
  content: "\e61e";
}

.pixicon-note2:before {
  content: "\e69d";
}

.pixicon-print:before {
  content: "\e61f";
}

.pixicon-network:before {
  content: "\e69e";
}

.pixicon-prev:before {
  content: "\e620";
}

.pixicon-mute:before {
  content: "\e69f";
}

.pixicon-power:before {
  content: "\e621";
}

.pixicon-medal:before {
  content: "\e6a0";
}

.pixicon-portfolio:before {
  content: "\e622";
}

.pixicon-like2:before {
  content: "\e6a1";
}

.pixicon-plus:before {
  content: "\e623";
}

.pixicon-left-arrow:before {
  content: "\e6a2";
}

.pixicon-play:before {
  content: "\e624";
}

.pixicon-key:before {
  content: "\e6a3";
}

.pixicon-plane:before {
  content: "\e625";
}

.pixicon-joy:before {
  content: "\e6a4";
}

.pixicon-photo-gallery:before {
  content: "\e626";
}

.pixicon-pin:before {
  content: "\e69b";
}

.pixicon-phone:before {
  content: "\e627";
}

.pixicon-plug:before {
  content: "\e69a";
}

.pixicon-pen:before {
  content: "\e628";
}

.pixicon-right-arrow:before {
  content: "\e699";
}

.pixicon-paper-plane:before {
  content: "\e629";
}

.pixicon-delete-user:before {
  content: "\e6a7";
}

.pixicon-paint:before {
  content: "\e62a";
}

.pixicon-bottom-arrow:before {
  content: "\e6a8";
}

.pixicon-notebook:before {
  content: "\e62b";
}

.pixicon-note:before {
  content: "\e62c";
}

.pixicon-next:before {
  content: "\e62d";
}

.pixicon-news-paper:before {
  content: "\e62e";
}

.pixicon-musiclist:before {
  content: "\e62f";
}

.pixicon-music:before {
  content: "\e630";
}

.pixicon-mouse:before {
  content: "\e631";
}

.pixicon-more:before {
  content: "\e632";
}

.pixicon-moon:before {
  content: "\e633";
}

.pixicon-monitor:before {
  content: "\e634";
}

.pixicon-micro:before {
  content: "\e635";
}

.pixicon-menu:before {
  content: "\e636";
}

.pixicon-map:before {
  content: "\e637";
}

.pixicon-map-marker:before {
  content: "\e638";
}

.pixicon-mail:before {
  content: "\e639";
}

.pixicon-mail-open:before {
  content: "\e63a";
}

.pixicon-mail-open-file:before {
  content: "\e63b";
}

.pixicon-magnet:before {
  content: "\e63c";
}

.pixicon-loop:before {
  content: "\e63d";
}

.pixicon-look:before {
  content: "\e63e";
}

.pixicon-lock:before {
  content: "\e63f";
}

.pixicon-lintern:before {
  content: "\e640";
}

.pixicon-link:before {
  content: "\e641";
}

.pixicon-like:before {
  content: "\e642";
}

.pixicon-light:before {
  content: "\e643";
}

.pixicon-less:before {
  content: "\e644";
}

.pixicon-keypad:before {
  content: "\e645";
}

.pixicon-junk:before {
  content: "\e646";
}

.pixicon-info:before {
  content: "\e647";
}

.pixicon-home:before {
  content: "\e648";
}

.pixicon-help2:before {
  content: "\e649";
}

.pixicon-help1:before {
  content: "\e64a";
}

.pixicon-graph3:before {
  content: "\e64b";
}

.pixicon-graph2:before {
  content: "\e64c";
}

.pixicon-graph1:before {
  content: "\e64d";
}

.pixicon-graph:before {
  content: "\e64e";
}

.pixicon-global:before {
  content: "\e64f";
}

.pixicon-gleam:before {
  content: "\e650";
}

.pixicon-glasses:before {
  content: "\e651";
}

.pixicon-gift:before {
  content: "\e652";
}

.pixicon-folder:before {
  content: "\e653";
}

.pixicon-flag:before {
  content: "\e654";
}

.pixicon-filter:before {
  content: "\e655";
}

.pixicon-file:before {
  content: "\e656";
}

.pixicon-expand1:before {
  content: "\e657";
}

.pixicon-exapnd2:before {
  content: "\e658";
}

.pixicon-edit:before {
  content: "\e659";
}

.pixicon-drop:before {
  content: "\e65a";
}

.pixicon-drawer:before {
  content: "\e65b";
}

.pixicon-download:before {
  content: "\e65c";
}

.pixicon-display2:before {
  content: "\e65d";
}

.pixicon-display1:before {
  content: "\e65e";
}

.pixicon-diskette:before {
  content: "\e65f";
}

.pixicon-date:before {
  content: "\e660";
}

.pixicon-cup:before {
  content: "\e661";
}

.pixicon-culture:before {
  content: "\e662";
}

.pixicon-crop:before {
  content: "\e663";
}

.pixicon-credit:before {
  content: "\e664";
}

.pixicon-copy-file:before {
  content: "\e665";
}

.pixicon-config:before {
  content: "\e666";
}

.pixicon-compass:before {
  content: "\e667";
}

.pixicon-comment:before {
  content: "\e668";
}

.pixicon-coffee:before {
  content: "\e669";
}

.pixicon-cloud:before {
  content: "\e66a";
}

.pixicon-clock:before {
  content: "\e66b";
}

.pixicon-check:before {
  content: "\e66c";
}

.pixicon-chat:before {
  content: "\e66d";
}

.pixicon-cart:before {
  content: "\e66e";
}

.pixicon-camera:before {
  content: "\e66f";
}

.pixicon-call:before {
  content: "\e670";
}

.pixicon-calculator:before {
  content: "\e671";
}

.pixicon-browser:before {
  content: "\e672";
}

.pixicon-box2:before {
  content: "\e673";
}

.pixicon-box1:before {
  content: "\e674";
}

.pixicon-bookmarks:before {
  content: "\e675";
}

.pixicon-bicycle:before {
  content: "\e676";
}

.pixicon-bell:before {
  content: "\e677";
}

.pixicon-battery:before {
  content: "\e678";
}

.pixicon-ball:before {
  content: "\e679";
}

.pixicon-back:before {
  content: "\e67a";
}

.pixicon-attention:before {
  content: "\e67b";
}

.pixicon-anchor:before {
  content: "\e67c";
}

.pixicon-albums:before {
  content: "\e67d";
}

.pixicon-alarm:before {
  content: "\e67e";
}

.pixicon-airplay:before {
  content: "\e67f";
}

.pixicon-box22:before {
  content: "\e978";
}

.pixicon-write:before {
  content: "\e979";
}

.pixicon-clock4:before {
  content: "\e97a";
}

.pixicon-reply2:before {
  content: "\e97b";
}

.pixicon-reply-all:before {
  content: "\e97c";
}

.pixicon-forward:before {
  content: "\e97d";
}

.pixicon-flag3:before {
  content: "\e97e";
}

.pixicon-search4:before {
  content: "\e97f";
}

.pixicon-trash3:before {
  content: "\e980";
}

.pixicon-envelope2:before {
  content: "\e981";
}

.pixicon-bubble2:before {
  content: "\e982";
}

.pixicon-bubbles:before {
  content: "\e983";
}

.pixicon-user2:before {
  content: "\e984";
}

.pixicon-users2:before {
  content: "\e985";
}

.pixicon-cloud4:before {
  content: "\e986";
}

.pixicon-download3:before {
  content: "\e987";
}

.pixicon-upload3:before {
  content: "\e988";
}

.pixicon-rain:before {
  content: "\e989";
}

.pixicon-sun2:before {
  content: "\e98a";
}

.pixicon-moon2:before {
  content: "\e98b";
}

.pixicon-bell2:before {
  content: "\e98c";
}

.pixicon-folder2:before {
  content: "\e98d";
}

.pixicon-pin2:before {
  content: "\e98e";
}

.pixicon-sound2:before {
  content: "\e98f";
}

.pixicon-microphone2:before {
  content: "\e990";
}

.pixicon-camera4:before {
  content: "\e991";
}

.pixicon-image2:before {
  content: "\e992";
}

.pixicon-cog2:before {
  content: "\e993";
}

.pixicon-calendar3:before {
  content: "\e994";
}

.pixicon-book2:before {
  content: "\e995";
}

.pixicon-map-marker2:before {
  content: "\e996";
}

.pixicon-store:before {
  content: "\e997";
}

.pixicon-support:before {
  content: "\e998";
}

.pixicon-tag3:before {
  content: "\e999";
}

.pixicon-heart4:before {
  content: "\e99a";
}

.pixicon-video-camera:before {
  content: "\e99b";
}

.pixicon-trophy2:before {
  content: "\e99c";
}

.pixicon-cart2:before {
  content: "\e99d";
}

.pixicon-eye3:before {
  content: "\e99e";
}

.pixicon-cancel:before {
  content: "\e99f";
}

.pixicon-chart:before {
  content: "\e9a0";
}

.pixicon-target3:before {
  content: "\e9a1";
}

.pixicon-printer3:before {
  content: "\e9a2";
}

.pixicon-location3:before {
  content: "\e9a3";
}

.pixicon-bookmark:before {
  content: "\e9a4";
}

.pixicon-monitor2:before {
  content: "\e9a5";
}

.pixicon-cross2:before {
  content: "\e9a6";
}

.pixicon-plus2:before {
  content: "\e9a7";
}

.pixicon-left:before {
  content: "\e9a8";
}

.pixicon-up:before {
  content: "\e9a9";
}

.pixicon-browser2:before {
  content: "\e9aa";
}

.pixicon-windows3:before {
  content: "\e9ab";
}

.pixicon-switch2:before {
  content: "\e9ac";
}

.pixicon-dashboard:before {
  content: "\e9ad";
}

.pixicon-play4:before {
  content: "\e9ae";
}

.pixicon-fast-forward2:before {
  content: "\e9af";
}

.pixicon-next2:before {
  content: "\e9b0";
}

.pixicon-refresh2:before {
  content: "\e9b1";
}

.pixicon-film2:before {
  content: "\e9b2";
}

.pixicon-home2:before {
  content: "\e9b3";
}

.pixicon-mobile:before {
  content: "\e0f4";
}

.pixicon-laptop:before {
  content: "\e0f5";
}

.pixicon-desktop:before {
  content: "\e0f6";
}

.pixicon-tablet:before {
  content: "\e0f7";
}

.pixicon-phone2:before {
  content: "\e0f8";
}

.pixicon-document:before {
  content: "\e0f9";
}

.pixicon-documents:before {
  content: "\e0fa";
}

.pixicon-search2:before {
  content: "\e0fb";
}

.pixicon-clipboard:before {
  content: "\e0fc";
}

.pixicon-newspaper:before {
  content: "\e0fd";
}

.pixicon-notebook2:before {
  content: "\e0fe";
}

.pixicon-book-open:before {
  content: "\e0ff";
}

.pixicon-browser3:before {
  content: "\e100";
}

.pixicon-calendar:before {
  content: "\e101";
}

.pixicon-presentation:before {
  content: "\e102";
}

.pixicon-picture:before {
  content: "\e103";
}

.pixicon-pictures:before {
  content: "\e104";
}

.pixicon-video2:before {
  content: "\e105";
}

.pixicon-camera2:before {
  content: "\e106";
}

.pixicon-printer:before {
  content: "\e107";
}

.pixicon-toolbox:before {
  content: "\e108";
}

.pixicon-briefcase:before {
  content: "\e109";
}

.pixicon-wallet2:before {
  content: "\e10a";
}

.pixicon-gift2:before {
  content: "\e10b";
}

.pixicon-bargraph:before {
  content: "\e10c";
}

.pixicon-grid:before {
  content: "\e10d";
}

.pixicon-expand:before {
  content: "\e10e";
}

.pixicon-focus:before {
  content: "\e10f";
}

.pixicon-edit2:before {
  content: "\e110";
}

.pixicon-adjustments:before {
  content: "\e111";
}

.pixicon-ribbon2:before {
  content: "\e112";
}

.pixicon-hourglass2:before {
  content: "\e113";
}

.pixicon-lock2:before {
  content: "\e114";
}

.pixicon-megaphone:before {
  content: "\e115";
}

.pixicon-shield2:before {
  content: "\e116";
}

.pixicon-trophy:before {
  content: "\e117";
}

.pixicon-flag2:before {
  content: "\e118";
}

.pixicon-map2:before {
  content: "\e119";
}

.pixicon-puzzle:before {
  content: "\e11a";
}

.pixicon-basket:before {
  content: "\e11b";
}

.pixicon-envelope:before {
  content: "\e11c";
}

.pixicon-streetsign:before {
  content: "\e11d";
}

.pixicon-telescope:before {
  content: "\e11e";
}

.pixicon-gears:before {
  content: "\e11f";
}

.pixicon-key2:before {
  content: "\e120";
}

.pixicon-paperclip2:before {
  content: "\e121";
}

.pixicon-attachment:before {
  content: "\e122";
}

.pixicon-pricetags:before {
  content: "\e123";
}

.pixicon-lightbulb:before {
  content: "\e124";
}

.pixicon-layers:before {
  content: "\e125";
}

.pixicon-pencil:before {
  content: "\e126";
}

.pixicon-tools2:before {
  content: "\e127";
}

.pixicon-tools-2:before {
  content: "\e128";
}

.pixicon-scissors2:before {
  content: "\e129";
}

.pixicon-paintbrush:before {
  content: "\e12a";
}

.pixicon-magnifying-glass:before {
  content: "\e12b";
}

.pixicon-circle-compass:before {
  content: "\e12c";
}

.pixicon-linegraph:before {
  content: "\e12d";
}

.pixicon-mic:before {
  content: "\e12e";
}

.pixicon-strategy:before {
  content: "\e12f";
}

.pixicon-beaker:before {
  content: "\e130";
}

.pixicon-caution:before {
  content: "\e131";
}

.pixicon-recycle:before {
  content: "\e132";
}

.pixicon-anchor2:before {
  content: "\e133";
}

.pixicon-profile-male:before {
  content: "\e134";
}

.pixicon-profile-female:before {
  content: "\e135";
}

.pixicon-bike:before {
  content: "\e136";
}

.pixicon-wine2:before {
  content: "\e137";
}

.pixicon-hotairballoon:before {
  content: "\e138";
}

.pixicon-globe:before {
  content: "\e139";
}

.pixicon-genius:before {
  content: "\e13a";
}

.pixicon-map-pin:before {
  content: "\e13b";
}

.pixicon-dial:before {
  content: "\e13c";
}

.pixicon-chat2:before {
  content: "\e13d";
}

.pixicon-heart:before {
  content: "\e13e";
}

.pixicon-cloud2:before {
  content: "\e13f";
}

.pixicon-upload2:before {
  content: "\e140";
}

.pixicon-download2:before {
  content: "\e141";
}

.pixicon-target2:before {
  content: "\e142";
}

.pixicon-hazardous:before {
  content: "\e143";
}

.pixicon-piechart:before {
  content: "\e144";
}

.pixicon-speedometer:before {
  content: "\e145";
}

.pixicon-global2:before {
  content: "\e146";
}

.pixicon-compass2:before {
  content: "\e147";
}

.pixicon-lifesaver:before {
  content: "\e148";
}

.pixicon-clock2:before {
  content: "\e149";
}

.pixicon-aperture:before {
  content: "\e14a";
}

.pixicon-quote:before {
  content: "\e14b";
}

.pixicon-scope:before {
  content: "\e14c";
}

.pixicon-alarmclock:before {
  content: "\e14d";
}

.pixicon-refresh3:before {
  content: "\e14e";
}

.pixicon-happy:before {
  content: "\e14f";
}

.pixicon-sad:before {
  content: "\e150";
}

.pixicon-facebook:before {
  content: "\e151";
}

.pixicon-twitter:before {
  content: "\e152";
}

.pixicon-googleplus:before {
  content: "\e153";
}

.pixicon-rss:before {
  content: "\e154";
}

.pixicon-tumblr:before {
  content: "\e155";
}

.pixicon-linkedin:before {
  content: "\e156";
}

.pixicon-dribbble:before {
  content: "\e157";
}

.pixicon-heart2:before {
  content: "\e9b4";
}

.pixicon-cloud22:before {
  content: "\e9b5";
}

.pixicon-star3:before {
  content: "\e9b6";
}

.pixicon-tv:before {
  content: "\e9b7";
}

.pixicon-sound:before {
  content: "\e9b8";
}

.pixicon-video22:before {
  content: "\e9b9";
}

.pixicon-trash4:before {
  content: "\e9ba";
}

.pixicon-user3:before {
  content: "\e9bb";
}

.pixicon-key22:before {
  content: "\e9bc";
}

.pixicon-search22:before {
  content: "\e9bd";
}

.pixicon-settings2:before {
  content: "\e9be";
}

.pixicon-camera22:before {
  content: "\e9bf";
}

.pixicon-tag:before {
  content: "\e9c0";
}

.pixicon-lock22:before {
  content: "\e9c1";
}

.pixicon-bulb:before {
  content: "\e9c2";
}

.pixicon-pen2:before {
  content: "\e9c3";
}

.pixicon-diamond2:before {
  content: "\e9c4";
}

.pixicon-display:before {
  content: "\e9c5";
}

.pixicon-location:before {
  content: "\e9c6";
}

.pixicon-eye:before {
  content: "\e9c7";
}

.pixicon-bubble:before {
  content: "\e9c8";
}

.pixicon-stack:before {
  content: "\e9c9";
}

.pixicon-cup2:before {
  content: "\e9ca";
}

.pixicon-phone22:before {
  content: "\e9cb";
}

.pixicon-news:before {
  content: "\e9cc";
}

.pixicon-mail3:before {
  content: "\e9cd";
}

.pixicon-like3:before {
  content: "\e9ce";
}

.pixicon-photo2:before {
  content: "\e9cf";
}

.pixicon-note3:before {
  content: "\e9d0";
}

.pixicon-clock22:before {
  content: "\e9d1";
}

.pixicon-paperplane:before {
  content: "\e9d2";
}

.pixicon-params:before {
  content: "\e9d3";
}

.pixicon-banknote:before {
  content: "\e9d4";
}

.pixicon-data:before {
  content: "\e9d5";
}

.pixicon-music2:before {
  content: "\e9d6";
}

.pixicon-megaphone2:before {
  content: "\e9d7";
}

.pixicon-study2:before {
  content: "\e9d8";
}

.pixicon-lab:before {
  content: "\e9d9";
}

.pixicon-food:before {
  content: "\e9da";
}

.pixicon-t-shirt:before {
  content: "\e9db";
}

.pixicon-fire:before {
  content: "\e9dc";
}

.pixicon-clip:before {
  content: "\e9dd";
}

.pixicon-shop:before {
  content: "\e9de";
}

.pixicon-calendar2:before {
  content: "\e9df";
}

.pixicon-wallet22:before {
  content: "\e9e0";
}

.pixicon-vynil:before {
  content: "\e9e1";
}

.pixicon-truck:before {
  content: "\e9e2";
}

.pixicon-world2:before {
  content: "\e9e3";
}

.pixicon-eye2:before {
  content: "\e158";
}

.pixicon-paper-clip:before {
  content: "\e159";
}

.pixicon-mail2:before {
  content: "\e15a";
}

.pixicon-toggle:before {
  content: "\e15b";
}

.pixicon-layout:before {
  content: "\e15c";
}

.pixicon-link2:before {
  content: "\e15d";
}

.pixicon-bell3:before {
  content: "\e15e";
}

.pixicon-lock3:before {
  content: "\e15f";
}

.pixicon-unlock2:before {
  content: "\e160";
}

.pixicon-ribbon22:before {
  content: "\e161";
}

.pixicon-image:before {
  content: "\e162";
}

.pixicon-signal2:before {
  content: "\e163";
}

.pixicon-target22:before {
  content: "\e164";
}

.pixicon-clipboard2:before {
  content: "\e165";
}

.pixicon-clock3:before {
  content: "\e166";
}

.pixicon-watch:before {
  content: "\e167";
}

.pixicon-air-play:before {
  content: "\e168";
}

.pixicon-camera3:before {
  content: "\e169";
}

.pixicon-video3:before {
  content: "\e16a";
}

.pixicon-disc:before {
  content: "\e16b";
}

.pixicon-printer2:before {
  content: "\e16c";
}

.pixicon-monitor3:before {
  content: "\e16d";
}

.pixicon-server2:before {
  content: "\e16e";
}

.pixicon-cog:before {
  content: "\e16f";
}

.pixicon-heart3:before {
  content: "\e170";
}

.pixicon-paragraph:before {
  content: "\e171";
}

.pixicon-align-justify:before {
  content: "\e172";
}

.pixicon-align-left:before {
  content: "\e173";
}

.pixicon-align-center:before {
  content: "\e174";
}

.pixicon-align-right:before {
  content: "\e175";
}

.pixicon-book:before {
  content: "\e176";
}

.pixicon-layers2:before {
  content: "\e177";
}

.pixicon-stack2:before {
  content: "\e178";
}

.pixicon-stack-2:before {
  content: "\e179";
}

.pixicon-paper:before {
  content: "\e17a";
}

.pixicon-paper-stack:before {
  content: "\e17b";
}

.pixicon-search3:before {
  content: "\e17c";
}

.pixicon-zoom-in:before {
  content: "\e17d";
}

.pixicon-zoom-out:before {
  content: "\e17e";
}

.pixicon-reply:before {
  content: "\e17f";
}

.pixicon-circle-plus:before {
  content: "\e180";
}

.pixicon-circle-minus:before {
  content: "\e181";
}

.pixicon-circle-check:before {
  content: "\e182";
}

.pixicon-circle-cross:before {
  content: "\e183";
}

.pixicon-square-plus:before {
  content: "\e184";
}

.pixicon-square-minus:before {
  content: "\e185";
}

.pixicon-square-check:before {
  content: "\e186";
}

.pixicon-square-cross:before {
  content: "\e187";
}

.pixicon-microphone:before {
  content: "\e188";
}

.pixicon-record:before {
  content: "\e189";
}

.pixicon-skip-back:before {
  content: "\e18a";
}

.pixicon-rewind:before {
  content: "\e18b";
}

.pixicon-play3:before {
  content: "\e18c";
}

.pixicon-pause:before {
  content: "\e18d";
}

.pixicon-stop:before {
  content: "\e18e";
}

.pixicon-fast-forward:before {
  content: "\e18f";
}

.pixicon-skip-forward:before {
  content: "\e190";
}

.pixicon-shuffle2:before {
  content: "\e191";
}

.pixicon-repeat2:before {
  content: "\e192";
}

.pixicon-folder3:before {
  content: "\e193";
}

.pixicon-umbrella2:before {
  content: "\e194";
}

.pixicon-moon3:before {
  content: "\e195";
}

.pixicon-thermometer:before {
  content: "\e196";
}

.pixicon-drop2:before {
  content: "\e197";
}

.pixicon-sun3:before {
  content: "\e198";
}

.pixicon-cloud3:before {
  content: "\e199";
}

.pixicon-cloud-upload2:before {
  content: "\e19a";
}

.pixicon-cloud-download2:before {
  content: "\e19b";
}

.pixicon-upload22:before {
  content: "\e19c";
}

.pixicon-download22:before {
  content: "\e19d";
}

.pixicon-location2:before {
  content: "\e19e";
}

.pixicon-location-2:before {
  content: "\e19f";
}

.pixicon-map22:before {
  content: "\e1a0";
}

.pixicon-battery2:before {
  content: "\e1a1";
}

.pixicon-head:before {
  content: "\e1a2";
}

.pixicon-briefcase2:before {
  content: "\e1a3";
}

.pixicon-speech-bubble:before {
  content: "\e1a4";
}

.pixicon-anchor22:before {
  content: "\e1a5";
}

.pixicon-globe2:before {
  content: "\e1a6";
}

.pixicon-box:before {
  content: "\e1a7";
}

.pixicon-reload:before {
  content: "\e1a8";
}

.pixicon-share2:before {
  content: "\e1a9";
}

.pixicon-marquee:before {
  content: "\e1aa";
}

.pixicon-marquee-plus:before {
  content: "\e1ab";
}

.pixicon-marquee-minus:before {
  content: "\e1ac";
}

.pixicon-tag2:before {
  content: "\e1ad";
}

.pixicon-power2:before {
  content: "\e1ae";
}

.pixicon-command:before {
  content: "\e1af";
}

.pixicon-alt:before {
  content: "\e1b0";
}

.pixicon-esc:before {
  content: "\e1b1";
}

.pixicon-bar-graph:before {
  content: "\e1b2";
}

.pixicon-bar-graph-2:before {
  content: "\e1b3";
}

.pixicon-pie-graph:before {
  content: "\e1b4";
}

.pixicon-star2:before {
  content: "\e1b5";
}

.pixicon-arrow-left:before {
  content: "\e1b6";
}

.pixicon-arrow-right:before {
  content: "\e1b7";
}

.pixicon-arrow-up:before {
  content: "\e1b8";
}

.pixicon-arrow-down:before {
  content: "\e1b9";
}

.pixicon-volume3:before {
  content: "\e1ba";
}

.pixicon-mute2:before {
  content: "\e1bb";
}

.pixicon-content-right:before {
  content: "\e1bc";
}

.pixicon-content-left:before {
  content: "\e1bd";
}

.pixicon-grid2:before {
  content: "\e1be";
}

.pixicon-grid-2:before {
  content: "\e1bf";
}

.pixicon-columns:before {
  content: "\e1c0";
}

.pixicon-loader:before {
  content: "\e1c1";
}

.pixicon-bag:before {
  content: "\e1c2";
}

.pixicon-ban:before {
  content: "\e1c3";
}

.pixicon-flag22:before {
  content: "\e1c4";
}

.pixicon-trash2:before {
  content: "\e1c5";
}

.pixicon-expand2:before {
  content: "\e1c6";
}

.pixicon-contract:before {
  content: "\e1c7";
}

.pixicon-maximize:before {
  content: "\e1c8";
}

.pixicon-minimize:before {
  content: "\e1c9";
}

.pixicon-plus3:before {
  content: "\e1ca";
}

.pixicon-minus:before {
  content: "\e1cb";
}

.pixicon-check2:before {
  content: "\e1cc";
}

.pixicon-cross:before {
  content: "\e1cd";
}

.pixicon-move:before {
  content: "\e1ce";
}

.pixicon-delete:before {
  content: "\e1cf";
}

.pixicon-menu2:before {
  content: "\e1d0";
}

.pixicon-archive:before {
  content: "\e1d1";
}

.pixicon-inbox:before {
  content: "\e1d2";
}

.pixicon-outbox:before {
  content: "\e1d3";
}

.pixicon-file2:before {
  content: "\e1d4";
}

.pixicon-file-add:before {
  content: "\e1d5";
}

.pixicon-file-subtract:before {
  content: "\e1d6";
}

.pixicon-help:before {
  content: "\e1d7";
}

.pixicon-open:before {
  content: "\e1d8";
}

.pixicon-ellipsis:before {
  content: "\e1d9";
}

.sociallink-wrapper .nxt-social li {
  color: #E6E6E6;
}
.sociallink-wrapper .nxt-social a {
  color: #E6E6E6;
  outline: none !important;
  text-decoration: none;
}
.sociallink-wrapper .nxt-social a span {
  outline: none !important;
}
.sociallink-wrapper .nxt-social a span:before {
  font-size: 45px;
}
.sociallink-wrapper .nxt-social a span:hover {
  color: #006679;
  -moz-transition: transition, color 0.5s;
  -o-transition: transition, color 0.5s;
  -webkit-transition: transition, color 0.5s;
  transition: transition, color 0.5s;
  outline: none !important;
}

#services {
  font-size: 11px;
  color: #adadad;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 500px) {
  #services {
    height: 7px;
  }
}
#services span {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #services span {
    display: block;
    text-align: center;
    font-size: 26px;
  }
}
@media only screen and (max-width: 722px) {
  #services span {
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  #services span.icon-emax-07:before {
    font-size: 28px;
  }
}
@media only screen and (max-width: 722px) {
  #services span.icon-emax-07:before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 460px) {
  #services span.icon-emax-07:before {
    font-size: 26px;
  }
}
#services .services-wrapper {
  width: 50%;
}
@media only screen and (max-width: 979px) {
  #services .services-wrapper {
    width: 500%;
  }
}
@media only screen and (max-width: 1800px) {
  #services .services-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  #services .services-wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 820px) {
  #services .services-wrapper {
    width: 98%;
  }
}
#services .services-content {
  overflow: hidden;
  padding: 2px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  #services .services-content {
    width: 100%;
  }
}
#services .services-content li {
  list-style: none;
  float: left;
  margin-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 1550px) {
  #services .services-content li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1330px) {
  #services .services-content li {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 1330px) {
  #services .services-content li {
    padding: 0;
    width: 16.6%;
  }
}
@media only screen and (max-width: 500px) {
  #services .services-content li {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  #services .services-content li {
    width: 31.3%;
  }
}
#services .services-content li a {
  color: #707270;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#services .services-content li a p {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  max-width: 96px;
  line-height: 11px;
  padding-top: 5px;
}
@media only screen and (max-width: 979px) {
  #services .services-content li a p {
    max-width: 90px;
  }
}
@media only screen and (max-width: 800px) {
  #services .services-content li a p {
    display: block;
    text-align: center;
    max-width: 82px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 722px) {
  #services .services-content li a p {
    max-width: initial;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 406px) {
  #services .services-content li a p {
    min-height: 27px;
  }
}
#services .services-content li a:hover {
  color: #c5093b;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#services .confidence {
  overflow: hidden;
}

.home-list-wrapper {
  width: 85%;
  margin: 0 auto;
  color: #646363;
  position: relative;
  clear: both;
}
@media only screen and (max-width: 1800px) {
  .home-list-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .home-list-wrapper {
    width: 100%;
  }
}
.home-list-wrapper .content-tittle h1 {
  font-size: 28px;
  color: #646363;
  font-weight: 700;
}
@media only screen and (max-width: 1000px) {
  .home-list-wrapper .content-tittle h1 {
    font-size: 24px;
  }
}
.home-list-wrapper ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-list-wrapper ul li.item {
  list-style: none;
  margin-left: 0 !important;
}
.home-list-wrapper ul li.item .add-to-cart {
  top: 3px;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  z-index: 9999;
  background: white;
}
.home-list-wrapper ul li {
  list-style: none;
  margin-left: 0 !important;
}
.home-list-wrapper .owl-item {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 2px;
  margin-left: 2px;
}
@media only screen and (max-width: 500px) {
  .home-list-wrapper .owl-item {
    padding-right: 0;
    padding: 60px;
    margin-left: -1px;
  }
}
.home-list-wrapper .customNavigation {
  position: absolute;
  width: 100%;
}
.home-list-wrapper .customNavigation .to-left {
  position: absolute;
  bottom: 345px;
  margin-left: 2px;
}
.home-list-wrapper .customNavigation .to-right {
  position: absolute;
  bottom: 345px;
  right: 0;
}
.home-list-wrapper .btn {
  background: rgba(0, 0, 0, 0.05);
  color: #707270;
  font-size: 28px;
  border-radius: 0;
  padding: 25px 2px;
}
.home-list-wrapper .wrapper-banner {
  padding-bottom: 30px;
  margin: 15px 0 0 0;
}
.home-list-wrapper .wrapper-banner img {
  width: 100%;
}
.home-list-wrapper .category-products ul.products-grid--max-4-col > li:nth-child(4n+1),
.home-list-wrapper .category-products ul.products-grid--max-4-col > li:nth-child(4n) {
  margin-right: 0px !important;
}
.home-list-wrapper .category-products ul.products-grid--max-4-col {
  margin-left: -15px;
  margin-right: -15px;
}
.home-list-wrapper .category-products ul.products-grid--max-4-col li.item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) {
  .home-list-wrapper .category-products ul.products-grid--max-4-col li.item:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .home-list-wrapper .category-products ul.products-grid--max-4-col li.item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .home-list-wrapper .category-products ul.products-grid--max-4-col li.item {
    width: 100%;
  }
}

.home-list-wrapper.brand {
  margin-bottom: 5%;
  margin-top: 1%;
}
.home-list-wrapper.brand .content-tittle {
  text-align: center;
}
.home-list-wrapper.brand .content-tittle .widthtitlle h1 {
  font-size: 20px;
  position: relative;
  background: #707270;
  color: #E6E6E6;
  width: auto;
  margin: 0 auto;
  display: table;
  padding: 5px 20px;
}
.home-list-wrapper.brand .brand-wrapper {
  padding-top: 6%;
  margin-bottom: 4%;
}
.home-list-wrapper.brand .brand-wrapper a {
  overflow: hidden;
}
.home-list-wrapper.brand .brand-wrapper img {
  margin: 0 auto;
  border: 1px solid #ece9e9;
  padding: 60px;
}
.home-list-wrapper.brand .brand-wrapper .owl-carousel .owl-wrapper-outer {
  margin: 0 auto;
  width: 94%;
}
.home-list-wrapper.brand .to-left, .home-list-wrapper.brand .to-right {
  bottom: 100px;
}
.home-list-wrapper.brand .to-right {
  right: 0;
}
.home-list-wrapper.brand .btn {
  background: none;
}

.snip1268 {
  background: white;
  position: relative;
  float: left;
  overflow: hidden;
}

.snip1268 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snip1268 img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.snip1268 .icons,
.snip1268 .add-to-cart {
  position: absolute;
  opacity: 0;
}

.snip1268 .icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 20px;
  display: flex;
  justify-content: space-between;
}

.snip1268 .icons a {
  width: 32.5%;
  background: #ffffff;
}

.snip1268 .icons a:hover {
  background: #000000;
}

.snip1268 .icons a:hover i {
  color: #ffffff;
  opacity: 1;
}

.snip1268 .icons i {
  line-height: 46px;
  color: #000000;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}

.snip1268 .add-to-cart {
  position: relative;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.snip1268 .add-to-cart:hover {
  position: relative;
  z-index: 1;
}

.snip1268 figcaption {
  padding: 20px 20px 30px;
}

.snip1268 h2,
.snip1268 p {
  margin: 0;
  text-align: left;
}

.snip1268 h2 {
  margin-bottom: 10px;
}

.snip1268 p {
  margin-bottom: 15px;
  font-size: 0.85em;
  font-weight: 500;
}
@media only screen and (max-width: 815px) {
  .snip1268 p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.snip1268:hover img,
.snip1268.hover img {
  opacity: 0.8;
}

.snip1268:hover .icons,
.snip1268.hover .icons,
.snip1268:hover .add-to-cart,
.snip1268.hover .add-to-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#myCarousel {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  #myCarousel {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #myCarousel {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #myCarousel {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  #myCarousel {
    display: none;
  }
}

@media only screen and (max-width: 968px) {
  .snip1268 .more-info .transport-list {
    overflow: hidden;
  }
}
.related-block .block-related-product.home-list-wrapper {
  width: 100%;
}
.related-block .block-related-product h1 {
  text-transform: initial;
}
.related-block .block-related-product .block-content {
  padding: 0;
}
.related-block .block-related-product .block-content li.item {
  margin: 0 18px 10px 0px;
}
.related-block .block-related-product .block-content #contenedor {
  padding-bottom: 0;
  margin-bottom: 0;
}
.related-block .block-related-product .block-content #contenedor .add-to-links {
  width: 100%;
  margin-right: 0;
  border-right: 1px solid #ece9e9;
  border-left: 0;
}
.related-block .block-related-product .block-content #contenedor .add-to-links .ratings {
  padding-top: 12px;
}
.related-block .block-related-product .block-content #contenedor .add-to-links ul {
  margin-right: 0;
  padding-right: 0;
}
.related-block .block-related-product .block-content #contenedor .add-to-links ul li {
  float: right;
  padding-right: 0;
  margin-right: 0;
}

.buyers-wrapper .add-to-links {
  width: 100%;
}
.buyers-wrapper .add-to-links .related-addto ul li {
  float: right;
  margin-right: 5px;
}
.buyers-wrapper .add-to-links .ratings {
  padding-top: 12px;
}
.buyers-wrapper .more-info {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ============================================ *
 * LIST COMPARE
 * ============================================ */
.popover {
  border-radius: 0;
  border: 0;
  width: 100%;
}

.popover.popover-phone {
  background: #ffb000;
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 630px) {
  .popover.popover-phone {
    width: 300px;
    z-index: 999999;
  }
}
.popover.popover-phone .arrow {
  border-bottom-color: transparent;
}
.popover.popover-phone .arrow::after {
  border-bottom-color: #ffb000;
}

.popover.popover-list {
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 630px) {
  .popover.popover-list {
    width: 250px;
    z-index: 99999999999;
  }
}
.popover.popover-list .arrow {
  border-bottom-color: transparent;
}
.popover.popover-list .arrow::after {
  border-bottom-color: #c5093b;
}

.compare-wrapper {
  width: 100%;
}
.compare-wrapper .compare-list-content {
  width: 100%;
}
.compare-wrapper .compare-list-content .list-compare {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.compare-wrapper .compare-list-content .list-compare li .image-product {
  float: left;
  width: 30%;
  min-height: 100px;
}
.compare-wrapper .compare-list-content .list-compare li .name-product {
  width: 70%;
  float: right;
}
.compare-wrapper .compare-list-content .btn-list-compare-wrapper {
  width: 100%;
}
.compare-wrapper .compare-list-content .btn-list-compare-wrapper button {
  width: 100%;
}

.product-shop-row td .remove-compare {
  position: absolute;
  right: 0;
  z-index: 9;
}

.attributesplash-page-view .fancybox-container {
  top: 134px;
  height: calc(100% - 134px);
}
@media only screen and (max-width: 992px) {
  .attributesplash-page-view .fancybox-container {
    top: 112px;
  }
}
@media only screen and (max-width: 768px) {
  .attributesplash-page-view .fancybox-container {
    top: 102px;
  }
}
@media only screen and (max-width: 480px) {
  .attributesplash-page-view .fancybox-container {
    top: 86px;
  }
}
@media only screen and (max-width: 400px) {
  .attributesplash-page-view .fancybox-container {
    top: 68px;
  }
}
.attributesplash-page-view .main-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media only screen and (max-width: 1600px) {
  .attributesplash-page-view .main-container {
    width: 100%;
    margin: 0 auto;
  }
}
.attributesplash-page-view .tittle {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.attributesplash-page-view .tittle span {
  color: #c5093b;
  font-size: 60px;
  padding-right: 10px;
  position: relative;
  bottom: 22px;
}
.attributesplash-page-view .tittle h2,
.attributesplash-page-view .tittle h3,
.attributesplash-page-view .tittle h4,
.attributesplash-page-view .tittle h5 {
  font-size: 36px;
  color: #2e2e2e;
  text-transform: initial;
  font-weight: 400;
}
.attributesplash-page-view ul li.item {
  list-style: none;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1624px) {
  .attributesplash-page-view ul li.item {
    width: 22.3333%;
  }
}
@media only screen and (max-width: 600px) {
  .attributesplash-page-view ul li.item {
    width: 100%;
  }
}
@media only screen and (max-width: 1324px) {
  .attributesplash-page-view ul li.item:nth-child(even) {
    margin-right: 0% !important;
  }
}
.attributesplash-page-view ul li.item .add-to-cart {
  position: absolute;
  top: initial;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  z-index: 9999;
  background: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
}
@media only screen and (max-width: 1000px) {
  .attributesplash-page-view ul li.item .add-to-cart {
    width: 100%;
  }
}
.attributesplash-page-view ul li.item .add-to-cart:hover {
  position: absolute;
  z-index: 999999;
}
.attributesplash-page-view .main .breadcrumbs {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}
.attributesplash-page-view .main .breadcrumbs ul {
  margin: 0 auto;
  width: 85%;
}
.attributesplash-page-view .main .breadcrumbs ul li {
  color: #E6E6E6;
}
.attributesplash-page-view .main .breadcrumbs ul li a {
  color: #c5093b;
}
.attributesplash-page-view .main .breadcrumbs ul li span {
  color: #E6E6E6;
}
.attributesplash-page-view .main .breadcrumbs ul li strong {
  color: #E6E6E6;
}
.attributesplash-page-view .main .product-list-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .attributesplash-page-view .main .product-list-wrapper {
    padding: 0 15px;
  }
}
.attributesplash-page-view .main .product-list-wrapper .col-main {
  margin-bottom: 90px;
}
.attributesplash-page-view .main .product-list-wrapper .col-main .breadcrumbs {
  position: initial;
  background: none;
}
.attributesplash-page-view .main .product-list-wrapper .col-main .breadcrumbs ul {
  width: 100%;
}
.attributesplash-page-view .main .product-list-wrapper .col-main .breadcrumbs ul li strong {
  color: initial;
}
.attributesplash-page-view .main .product-list-wrapper .col-main .breadcrumbs ul li span {
  color: #646363;
}
.attributesplash-page-view .main .product-list-wrapper .col-main .toolbar .pager {
  opacity: 0;
}

.banner-category-wrapper .content-tittle {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.banner-category-wrapper .content-tittle .tittle-category {
  margin: 0 auto;
  width: 85%;
  display: block;
  margin-top: 3%;
}
.banner-category-wrapper .content-tittle .tittle-category h1 {
  color: #E6E6E6;
}

.main-catalog-view {
  width: 85%;
  margin: 0 auto;
}
.main-catalog-view .category-description {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.main-catalog-view .splash-list-wrapper ul li.item {
  list-style: none !important;
  margin-left: 0 !important;
}
.main-catalog-view .splash-list-wrapper ul li.item .more-info {
  position: relative;
  top: 2px;
  box-shadow: none;
}

.sub-category-wrapper {
  margin: 5% 0;
}
.sub-category-wrapper .sub-category-content {
  overflow: hidden;
  clear: both;
}
.sub-category-wrapper .sub-category-content li {
  float: left;
  width: 25%;
  padding: 0px 40px;
  list-style: nne !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 900px) {
  .sub-category-wrapper .sub-category-content li:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 900px) {
  .sub-category-wrapper .sub-category-content li {
    width: 33.3%;
  }
  .sub-category-wrapper .sub-category-content li:nth-child(4n+1) {
    clear: initial;
  }
  .sub-category-wrapper .sub-category-content li:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .sub-category-wrapper .sub-category-content li {
    width: 50%;
  }
  .sub-category-wrapper .sub-category-content li:nth-child(3n+1) {
    clear: initial;
  }
  .sub-category-wrapper .sub-category-content li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .sub-category-wrapper .sub-category-content li {
    width: 100%;
    padding: 0 0;
  }
}
.sub-category-wrapper .sub-category-content li img {
  width: 100%;
  padding: 0px;
}
.sub-category-wrapper .sub-category-content li img:hover {
  cursor: pointer;
}
.sub-category-wrapper .subcat-name-wrapper {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  min-height: 64px;
}
.sub-category-wrapper .subcat-name-wrapper:hover {
  cursor: pointer;
}

.splash-image {
  position: relative;
}
.splash-image .bannerlink-wrapper {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* background-image     : linear-gradient(hsla(0, 0%, 0%, 0.4), hsla(0, 0%, 0%, 0.4));
  background-size      : cover;
  background-repeat    : repeat-x;
  background-attachment: scroll; */
}
.splash-image .bannerlink-wrapper .banner-text {
  position: relative;
  top: 50%;
}
.splash-image .bannerlink-wrapper .banner-text h1,
.splash-image .bannerlink-wrapper .banner-text h2,
.splash-image .bannerlink-wrapper .banner-text h3,
.splash-image .bannerlink-wrapper .banner-text h4,
.splash-image .bannerlink-wrapper .banner-text h5,
.splash-image .bannerlink-wrapper .banner-text h6 {
  font-size: 48px;
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .splash-image .bannerlink-wrapper .banner-text h1,
  .splash-image .bannerlink-wrapper .banner-text h2,
  .splash-image .bannerlink-wrapper .banner-text h3,
  .splash-image .bannerlink-wrapper .banner-text h4,
  .splash-image .bannerlink-wrapper .banner-text h5,
  .splash-image .bannerlink-wrapper .banner-text h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .splash-image .bannerlink-wrapper .banner-text h1,
  .splash-image .bannerlink-wrapper .banner-text h2,
  .splash-image .bannerlink-wrapper .banner-text h3,
  .splash-image .bannerlink-wrapper .banner-text h4,
  .splash-image .bannerlink-wrapper .banner-text h5,
  .splash-image .bannerlink-wrapper .banner-text h6 {
    font-size: 20px;
  }
}
.splash-image .bannerlink-wrapper .banner-text .button {
  border-radius: 3px;
  text-transform: initial;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 30px;
}

.splash-list-wrapper {
  width: 100%;
}
.splash-list-wrapper .tab-wrapper {
  background-color: #f4f4f4;
}
.splash-list-wrapper .tab-wrapper .brand-menu-wrapper {
  width: 85%;
  max-width: 942px;
  margin: 0 auto;
}
.splash-list-wrapper .tab-wrapper .brand-menu-wrapper ul li a {
  background: none;
  font-size: 20px;
}
.splash-list-wrapper .tab-wrapper .brand-menu-wrapper ul li a:hover {
  animation: pulse;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.9s;
  /* don't forget to set a duration! */
}
.splash-list-wrapper .description-wrapper {
  display: block;
}
.splash-list-wrapper .description-wrapper .imagen-content {
  text-align: right;
}
.splash-list-wrapper .description-wrapper .imagen-content .image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 130px;
}
.splash-list-wrapper .description-wrapper .imagen-content .image-wrapper img {
  width: auto;
  max-width: 450px;
  display: initial;
}
@media only screen and (max-width: 900px) {
  .splash-list-wrapper .description-wrapper .imagen-content .image-wrapper img {
    max-width: initial;
    width: 100%;
  }
}
.splash-list-wrapper .description-wrapper .text-content p {
  color: #888888;
  font-weight: 400;
}
.splash-list-wrapper .description-wrapper .text-content h1,
.splash-list-wrapper .description-wrapper .text-content h2,
.splash-list-wrapper .description-wrapper .text-content h3,
.splash-list-wrapper .description-wrapper .text-content h4,
.splash-list-wrapper .description-wrapper .text-content h5,
.splash-list-wrapper .description-wrapper .text-content h6 {
  font-size: 36px;
  text-transform: initial;
  color: #454545;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .splash-list-wrapper .description-wrapper .text-content h1,
  .splash-list-wrapper .description-wrapper .text-content h2,
  .splash-list-wrapper .description-wrapper .text-content h3,
  .splash-list-wrapper .description-wrapper .text-content h4,
  .splash-list-wrapper .description-wrapper .text-content h5,
  .splash-list-wrapper .description-wrapper .text-content h6 {
    padding-top: 0 !important;
  }
}
.splash-list-wrapper .description-wrapper .text-content .splash-description-full {
  color: #888888;
  padding-bottom: 5px;
  max-width: 450px;
}
@media only screen and (max-width: 998px) {
  .splash-list-wrapper .description-wrapper .text-content .splash-description-full {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-list-wrapper .description-wrapper .text-content .splash-description-full {
    max-width: initial;
  }
}
.splash-list-wrapper .description-wrapper .text-content .splash-description-full a.button {
  border-radius: 3px;
  text-transform: initial;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 30px;
}
.splash-list-wrapper .description-wrapper .text-content .splash-description-full a.button span {
  font-size: 30px;
  padding-right: 5px;
}
.splash-list-wrapper .flyers-wrapper {
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.splash-list-wrapper .flyers-wrapper .intro-category-wraper {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 90px;
}
.splash-list-wrapper .support-wrapper {
  display: block;
  background-image: url(../images/img-background_puntos-1Ui.jpg);
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.splash-list-wrapper .link-wrapper {
  background: #616060;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.splash-list-wrapper .link-wrapper h1,
.splash-list-wrapper .link-wrapper h2,
.splash-list-wrapper .link-wrapper h3,
.splash-list-wrapper .link-wrapper h4,
.splash-list-wrapper .link-wrapper h5 {
  font-size: 36px;
  color: white;
  text-transform: initial;
}
.splash-list-wrapper .link-wrapper a {
  border-radius: 3px;
  text-transform: initial;
  padding: 14px 30px;
  font-size: 16px;
}

.attributesplash-group-view .main-container {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
  .attributesplash-group-view .main-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .attributesplash-group-view .main-container {
    width: 95%;
  }
}
.attributesplash-group-view .main-container .content-tittle {
  padding-top: 40px;
  margin-bottom: 30px;
}
.attributesplash-group-view .main-container .content-tittle h1 {
  margin-bottom: 0;
}
.attributesplash-group-view .main-container .splash-group-grid li {
  /* entire container, keeps perspective */
  padding-right: 40px;
}
.attributesplash-group-view .main-container .splash-group-grid li .flipper .front {
  display: none;
}
.attributesplash-group-view .main-container .splash-group-grid li a {
  color: #707270;
}
.attributesplash-group-view .main-container .splash-group-grid li a.splash-image {
  border: 1px solid #ccc;
  display: block;
  padding: 15px;
  min-height: 280px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f5f2f5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f2f5));
  background: -webkit-linear-gradient(top, white 0%, #f5f2f5 100%);
  background: -o-linear-gradient(top, white 0%, #f5f2f5 100%);
  background: -ms-linear-gradient(top, white 0%, #f5f2f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2f5', endColorstr='#d6d6d6', GradientType=0);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.attributesplash-group-view .main-container .splash-group-grid li a.splash-image img {
  width: 80%;
  margin: 10% auto 5%;
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
  animation-delay: 0.2s;
}
.attributesplash-group-view .main-container .splash-group-grid li a.splash-image h2 {
  display: none;
}
.attributesplash-group-view .main-container .splash-group-grid li .flip-container {
  margin-bottom: 30px;
  width: 100%;
  min-height: 280px;
}
@media only screen and (min-width: 991px) {
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container {
    perspective: 1000px;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container h2 {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 0px;
    display: block !important;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container:hover .flipper {
    transform: rotateY(180deg);
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container:hover .flipper .front {
    transition: 0.6s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container:hover .flipper .front img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container:hover .flipper .back {
    transition: 0.6s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateY(0deg);
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container .flipper .front {
    display: block !important;
    width: 100%;
    min-height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container .flipper .front img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container .flipper .front .full-description {
    display: none;
  }
  .attributesplash-group-view .main-container .splash-group-grid li .flip-container .flipper .back {
    width: 100%;
    min-height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .attributesplash-group-view .main-container .splash-group-grid li {
    width: 20%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .attributesplash-group-view .main-container .splash-group-grid li {
    width: 25%;
  }
}
@media only screen and (max-width: 820px) {
  .attributesplash-group-view .main-container .splash-group-grid li {
    width: 33%;
  }
  .attributesplash-group-view .main-container .splash-group-grid li:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  .attributesplash-group-view .main-container .splash-group-grid li {
    width: 48%;
  }
  .attributesplash-group-view .main-container .splash-group-grid li:nth-child(3n+1) {
    clear: inherit;
  }
  .attributesplash-group-view .main-container .splash-group-grid li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 410px) {
  .attributesplash-group-view .main-container .splash-group-grid li {
    width: 47%;
  }
}
@media only screen and (max-width: 500px) {
  .attributesplash-group-view .main-container .splash-group-grid li:nth-child(even) {
    margin-right: 0;
  }
}
.attributesplash-group-view .main-container .splash-group-grid .action-splash-wrapper {
  overflow: hidden;
  max-height: 110px;
  min-height: 110px;
}
.attributesplash-group-view .main-container .splash-group-grid .splash-description {
  text-align: left;
  font-size: 14px;
}
.attributesplash-group-view .main-container .splash-group-grid .buttons-set {
  border-top: 0px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
}
.attributesplash-group-view .main-container .splash-group-grid .buttons-set .btn-gris {
  padding: 10px 20px;
}

.intro-category-wraper {
  padding-top: 90px;
}
.intro-category-wraper .catalog-wrapper {
  overflow: hidden;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.intro-category-wraper .catalog-wrapper.open {
  height: auto !important;
  -moz-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}
.intro-category-wraper .catalog-wrapper ul {
  overflow: hidden;
}
.intro-category-wraper .catalog-wrapper ul li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1171px) {
  .intro-category-wraper .catalog-wrapper ul li:nth-child(5n+1) {
    /* clear: left; */
  }
}
@media only screen and (max-width: 940px) {
  .intro-category-wraper .catalog-wrapper ul li {
    width: 50%;
  }
  .intro-category-wraper .catalog-wrapper ul li:nth-child(3n+1) {
    /* clear: left; */
  }
  .intro-category-wraper .catalog-wrapper ul li:nth-child(5n+1), .intro-category-wraper .catalog-wrapper ul li:nth-child(4n+1) {
    clear: initial;
  }
}
@media only screen and (max-width: 728px) {
  .intro-category-wraper .catalog-wrapper ul li {
    width: 100%;
  }
  .intro-category-wraper .catalog-wrapper ul li:nth-child(3n+1), .intro-category-wraper .catalog-wrapper ul li:nth-child(5n+1), .intro-category-wraper .catalog-wrapper ul li:nth-child(4n+1) {
    clear: initial !important;
  }
}
.intro-category-wraper .catalog-wrapper ul li a img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: 300px;
  background: white;
  padding: 20px 40px;
  border-radius: 5px;
}
.intro-category-wraper .catalog-wrapper ul li h3 {
  text-transform: initial;
  margin-bottom: 0;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.intro-category-wraper .catalog-wrapper ul li h3:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.tab-content ul li {
  list-style: disc !important;
  margin-left: 2em !important;
}
.tab-content ol li {
  list-style: decimal !important;
  margin-left: 2em !important;
}

.arrow {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -2px;
}

.arrow__upper:before, .arrow__upper:after,
.arrow__lower:before,
.arrow__lower:after {
  content: '';
  position: absolute;
  display: block;
  right: -9px;
  width: 12px;
  height: 4px;
  background: #c5093b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow__upper:before, .arrow__upper:after {
  top: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow__upper:after {
  right: inherit;
  left: -9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow__lower:before, .arrow__lower:after {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow__lower:after {
  right: inherit;
  left: -9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collapsed .arrow__lower:before, .collapsed .arrow__lower:after {
  top: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.collapsed .arrow__lower:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===========================================*/
/* DEMO-ONLY STYLES                          */
/*===========================================*/
.demo-content {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.swich {
  position: relative;
  padding: 10px 25px;
  background: none;
  font-size: 14px;
  color: #595959;
  text-decoration: none;
  animation: pulse;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.9s;
  /* don't forget to set a duration! */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.swich:hover {
  color: #c5093b;
  animation: pulse;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.9s;
  /* don't forget to set a duration! */
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.swich:active {
  top: 2px;
}

.appear[data-src],
.appear[data-bkg],
.appear [data-src],
.appear [data-bkg] {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  animation: zoomOut;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  /* don't forget to set a duration! */
  animation-delay: 0.3s;
}

.appeared[data-src],
.appeared[data-bkg],
.appeared [data-src],
.appeared [data-bkg] {
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  animation: zoomIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  /* don't forget to set a duration! */
  animation-delay: 0.3s;
}

@media only screen and (max-width: 850px) {
  .account-login .new-user {
    width: 100%;
  }
}

.catalogsearch-result-index .main-container {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  .catalogsearch-result-index .main-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .catalogsearch-result-index .main-container {
    width: 95%;
  }
}

.accordion-wrapper .panel {
  border: 0;
  box-shadow: none;
}
.accordion-wrapper .panel .panel-heading {
  background: none;
  border: 0;
  border-bottom: 1px solid #adadad;
  padding: 5px 0;
  box-shadow: none;
}
.accordion-wrapper .panel .panel-heading h6 {
  color: #707270;
  margin-bottom: 0;
  font-size: 16px;
}
.accordion-wrapper .panel .panel-heading h6 span {
  float: right;
  color: #c5093b;
}
.accordion-wrapper .panel .panel-body {
  padding-left: 0;
}

/* ------ Top menu -----------*/
.ms-megamenu {
  margin: 0;
}
.ms-megamenu .ms-topmenu {
  text-align: left;
  margin: 0;
}

.ms-topmenu .ms-label, .ms-topmenu .ms-level0 {
  float: left;
  height: 114px;
  position: fixed;
  top: 35px;
  left: 20%;
}
@media only screen and (max-width: 1100px) {
  .ms-topmenu .ms-label, .ms-topmenu .ms-level0 {
    /*height: 95px;
    top:47px;
    left:30%;*/
  }
}
@media only screen and (max-width: 768px) {
  .ms-topmenu .ms-label, .ms-topmenu .ms-level0 {
    left: 0;
    height: 0;
    top: 0;
    position: initial;
  }
}

.ms-megamenu .ms-topmenu {
  background: none;
}

.ms-topmenu .ms-label {
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
  color: #707270;
  padding: 14.75px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  .ms-topmenu .ms-label {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .ms-topmenu .ms-label {
    font-size: 20px;
  }
}
.ms-topmenu .ms-label .ms-iconmega {
  height: 15px;
  top: 3.75px;
}
.ms-topmenu .ms-level0.active .ms-label, .ms-topmenu .ms-level0:hover .ms-label, .ms-topmenu .ms-level0:active .ms-label, .ms-topmenu .ms-level0:focus .ms-label {
  color: #f5255d;
}
.ms-topmenu .ms-level0.active .ms-label, .ms-topmenu .ms-level0:hover .ms-label, .ms-topmenu .ms-level0:active .ms-label, .ms-topmenu .ms-level0:focus .ms-label {
  background-color: transparent;
}
.ms-topmenu .ms-level0 .ms-submenu {
  left: 7.5% !important;
  position: fixed;
  width: 85% !important;
  margin: 0 auto;
  top: 134px !important;
  border-left: 1px solid #c5093b;
  border-right: 1px solid #c5093b;
  border-bottom: 1px solid #c5093b;
  max-height: 500px;
  overflow: auto;
}
@media only screen and (max-width: 1600px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    width: 95% !important;
    left: 2.5% !important;
  }
}
@media only screen and (max-width: 1500px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1400px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    max-height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    max-height: 350px;
  }
}
@media only screen and (max-width: 1100px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    max-height: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    top: 119px !important;
  }
}
@media only screen and (max-width: 930px) {
  .ms-topmenu .ms-level0 .ms-submenu {
    top: 110px !important;
  }
}
.ms-topmenu .ms-submenu, .ms-topmenu .col-sub {
  background-color: #FFFFFF;
  color: #636363;
}
.ms-topmenu .ms-submenu a, .ms-topmenu .ms-boxtitle {
  color: #636363;
}

/* ------Left Menu ------*/
.ms-leftmenu .msl-label {
  font-size: 15px;
  text-transform: none;
  color: #262626;
  background: #FFFFFF;
}
.ms-leftmenu .msl-label .ms-iconmega {
  height: 15px;
  top: 3.75px;
}
.ms-leftmenu .msl-level0.active .msl-label, .ms-leftmenu .msl-level0:hover .msl-label, .ms-leftmenu .msl-level0:active .msl-label, .ms-leftmenu .msl-level0:focus .msl-label {
  color: #262626;
  background-color: #DEDEDE;
}
.ms-leftmenu .msl-submenu, .ms-leftmenu .col-sub {
  background-color: #FFFFFF;
  color: #636363;
}
.ms-leftmenu .msl-submenu a, .ms-leftmenu .ms-boxtitle {
  color: #636363;
}

/* ---- Mobile version ---------*/
.ms-category-level .form-group a {
  font-size: 14px;
}
.ms-category-level .col-level {
  padding-left: 0;
}

@media (min-width: 769px) {
  .ms-topmenu .mb-submenu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ms-megamenu .ms-topmenu {
    background-color: transparent;
    display: block;
  }
  .ms-megamenu .anchor_mbmenu, .ms-megamenu .mb-label {
    display: block !important;
  }

  .ms-topmenu .ms-level0 {
    float: left;
    width: 100%;
    display: none;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .ms-topmenu .ms-level0 {
    position: initial;
  }
}
@media (max-width: 768px) {
  .ms-topmenu.active .ms-level0 {
    display: block;
    height: 44px;
    float: left;
    width: 50%;
  }
  .ms-topmenu .ms-label {
    padding: 12px 15px 8px !important;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    color: #2f2f2f;
    text-decoration: none;
    outline: none;
    width: 100%;
    float: left;
    min-height: 43px;
    color: white !important;
    text-align: center;
    text-transform: uppercase !important;
    background: #f7f7f7;
    border-radius: 0 !important;
  }
  .ms-topmenu .ms-submenu {
    display: none !important;
  }
  .ms-topmenu .mbactive .mb-submenu.slide {
    z-index: 201;
    display: inline;
  }

  .ms-level0 .ms-label, .ms-megamenu .mb-label {
    font-size: 15px;
    text-transform: none;
    /*background-color:#FFFFFF;*/
    color: #262626;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .ms-level0 {
    left: 0;
  }
}

@media (max-width: 768px) {
  .ms-topmenu .ms-level0.active .ms-label, .ms-topmenu .ms-level0:hover .ms-label, .ms-topmenu .ms-level0:active .ms-label, .ms-topmenu .ms-level0:focus .ms-label, .ms-topmenu .ms-level0:hover .mb-label, .ms-topmenu .ms-level0:active .mb-label, .ms-topmenu .ms-level0:focus .mb-label {
    background-color: #c5093b;
    color: white;
  }

  .ms-megamenu .mbactive .ms-label, .ms-megamenu .mbactive .mb-return, .ms-megamenu .mbactive .mb-label {
    background-color: #fff;
    color: #00bbde;
  }
  .ms-megamenu .anchor_mbmenu {
    background-color: inherit;
  }
  .ms-megamenu .anchor_mbmenu .anchor_mbmenu_text {
    color: #FFFFFF;
  }
  .ms-megamenu .mb-submenu {
    background-color: #FFFFFF;
    color: #636363;
  }
  .ms-megamenu .ms-boxtitle, .ms-megamenu .mb-submenu a {
    color: #636363;
  }
}
#nav-2 {
  left: 30%;
  top: 0px;
  padding: 0px 20px 30px 20px;
}
@media only screen and (max-width: 1540px) {
  #nav-2 {
    left: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #nav-2 {
    padding: 0;
    top: 0;
  }
}
#nav-2 a {
  position: relative;
}
#nav-2 a.ms-label {
  left: 0;
  font-weight: bold;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #f8f9f9;
}
#nav-2 a.ms-label.active .ms-label, #nav-2 a.ms-label:hover .ms-label, #nav-2 a.ms-label:active .ms-label, #nav-2 a.ms-label:focus .ms-label {
  color: #f5255d;
  background: #c5093b;
}
@media only screen and (max-width: 768px) {
  #nav-2 a.ms-label {
    left: 0;
    width: 100%;
    line-height: initial;
    font-family: "Roboto", sans-serif !important;
    background: #c5093b;
    width: 99%;
    top: 0;
    font-weight: 600;
  }
}
#nav-2 a.ms-label:before {
  content: "\e935";
  font-size: 75px;
  width: 80px;
  height: 60px;
  display: block;
  background-size: 80px;
  color: #707270;
}
@media only screen and (max-width: 1400px) {
  #nav-2 a.ms-label:before {
    background-size: 70px;
    width: 70px;
    height: 50px;
  }
}
@media only screen and (max-width: 930px) {
  #nav-2 a.ms-label:before {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #nav-2 a.ms-label:before {
    content: '';
    display: initial;
    height: 0;
    width: 0;
    background: none;
    background-size: 0;
    font-size: initial;
  }
}
#nav-2 .mb-submenu.blind {
  position: absolute;
  left: 0;
  top: 40px;
  height: 300px;
  overflow: auto;
  padding-bottom: 30px;
}
#nav-2 a:hover.ms-label:before {
  content: "\e936";
  color: #c5093b;
}
@media only screen and (max-width: 768px) {
  #nav-2 a:hover.ms-label:before {
    content: '';
    display: initial;
    height: 0;
  }
}

#nav-1 span.mb-label {
  left: 0;
  position: absolute;
  width: 48.5%;
}
#nav-1 .mb-submenu.blind {
  width: 200%;
}
#nav-1 a.ms-label {
  position: absolute;
  top: 0px;
  padding-left: 80px;
  margin-left: 0px;
  left: -65px;
}
@media only screen and (max-width: 1400px) {
  #nav-1 a.ms-label {
    top: 5px;
  }
}
@media only screen and (max-width: 930px) {
  #nav-1 a.ms-label {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #nav-1 a.ms-label {
    position: relative;
    background: #c5093b;
    width: 99%;
    top: 0;
    left: 0px;
    margin-left: 0px;
  }
  #nav-1 a.ms-label:hover {
    color: white;
    background: #c5093b !important;
  }
}

.menu-list-wrapper h4 {
  margin-bottom: 10px;
  color: #c5093b;
  font-weight: 500;
}
.menu-list-wrapper ul {
  margin-bottom: 20px;
}
.menu-list-wrapper ul li a {
  font-size: 14px;
}
.menu-list-wrapper ul li a:hover {
  color: #f5255d;
  cursor: pointer;
}

/* ---- Mobile version ---------*/
@media screen and (max-width: 990px) {
  .ms-topmenu .ms-label {
    padding: 14.75px 14px;
  }
}
@media screen and (min-width: 930px) {
  .ms-topmenu #nav-2 a.ms-label {
    padding: 0px 14px;
  }
}
@media screen and (max-width: 930px) {
  .ms-topmenu .ms-label {
    padding: 0px 0px;
  }

  .page-header .menu-wrapper #header-nav {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 780px) {
  .ms-leftmenu .lmb-submenu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ms-megamenu .ms-leftmenu {
    background-color: transparent;
  }
  .ms-megamenu .anchor_mbmenu, .ms-megamenu .mb-label {
    display: block !important;
  }

  .ms-leftmenu .msl-level0 {
    float: left;
    width: 100%;
    display: none;
    position: relative;
  }
  .ms-leftmenu.active .msl-level0 {
    display: block;
  }
  .ms-leftmenu .msl-label {
    padding: 12px 15px 8px !important;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-top: 0;
    color: #2f2f2f;
    text-decoration: none;
    outline: none;
    width: 100%;
    float: left;
    min-height: 43px;
  }
  .ms-leftmenu .msl-submenu {
    display: none !important;
  }
  .ms-leftmenu .mbactive .lmb-submenu {
    z-index: 201;
    display: inline;
  }

  .msl-level0 .msl-label, .ms-megamenu .mb-label {
    font-size: 15px;
    text-transform: none;
    /*background-color:#FFFFFF;*/
    color: #262626;
    width: 49%;
    opacity: 0;
    cursor: pointer;
  }

  .ms-leftmenu .msl-level0.active .msl-label, .ms-leftmenu .msl-level0:hover .msl-label, .ms-leftmenu .msl-level0:active .msl-label, .ms-leftmenu .msl-level0:focus .msl-label, .ms-leftmenu .msl-level0:hover .mb-label, .ms-leftmenu .msl-level0:active .mb-label, .ms-leftmenu .msl-level0:focus .mb-label {
    color: #262626;
  }

  .ms-megamenu .mbactive .ms-label, .ms-megamenu .mbactive .mb-return, .ms-megamenu .mbactive .mb-label {
    color: #262626;
  }
  .ms-megamenu .anchor_mbmenu, .ms-megamenu .anchor_lmbmenu {
    position: fixed;
    left: 20px;
    width: 8%;
    z-index: 99999;
    top: 20px;
    color: #c5093b;
  }
  .ms-megamenu .anchor_mbmenu[class^="icon-"], .ms-megamenu .anchor_lmbmenu[class^="icon-"] {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 400px) {
  .ms-megamenu .anchor_mbmenu, .ms-megamenu .anchor_lmbmenu {
    left: 0%;
  }
}
@media (max-width: 768px) {
  .ms-megamenu .anchor_mbmenu .anchor_mbmenu_text, .ms-megamenu .anchor_lmbmenu_text {
    color: #c5093b;
    font-size: 66px;
    position: relative;
    bottom: 8px;
  }
  .ms-megamenu .lmb-submenu {
    background-color: #FFFFFF;
    color: #636363;
  }
  .ms-megamenu .ms-boxtitle, .ms-megamenu .lmb-submenu a {
    color: #636363;
  }

  /*.ms-megamenu .anchor_mbmenu:hover{cursor:pointer;}*/
}
@media (max-width: 480px) {
  .ms-megamenu .anchor_mbmenu .anchor_mbmenu_text, .ms-megamenu .anchor_lmbmenu_text {
    font-size: 50px;
  }
  .ms-megamenu .anchor_mbmenu {
    padding: 0px;
  }
}
@media (max-width: 400px) {
  .ms-megamenu .anchor_mbmenu .anchor_mbmenu_text, .ms-megamenu .anchor_lmbmenu_text {
    left: 13px;
    bottom: 2px;
    font-size: 35px;
  }
}
.ms-category-dynamic .col-level .col-xs-12.form-group {
  padding: 0;
}

.ms-category-dynamic .col-level .col-xs-12.form-group a {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 1600px) {
  .ms-category-dynamic .col-level .col-xs-12.form-group a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1340px) {
  .ms-category-dynamic .col-level .col-xs-12.form-group a {
    font-size: 12px;
  }
}
.ms-category-dynamic .col-level .col-xs-12.form-group a:hover {
  color: #f5255d;
}

.ms-category-dynamic .col-dynamic a span {
  font-size: 14px;
  color: #c5093b;
}
@media only screen and (max-width: 1340px) {
  .ms-category-dynamic .col-dynamic a span {
    font-size: 12px;
  }
}
.ms-category-dynamic .col-dynamic a spanç:hover {
  color: #f5255d;
}

.ms-category-dynamic .col-dynamic a.children span {
  color: #c5093b;
}
.ms-category-dynamic .col-dynamic a.children span:hover {
  color: #f5255d;
}

.ms-category-dynamic .col-dynamic a.subchildren span {
  color: #707270;
  font-weight: 500;
  margin-bottom: 2px;
  padding-left: 5px;
}
.ms-category-dynamic .col-dynamic a.subchildren span:hover {
  color: #f5255d;
}

@media only screen and (max-width: 768px) {
  .ms-megamenu .col-xs-3 {
    width: 50% !important;
    min-height: 370px;
  }
}
@media only screen and (max-width: 470px) {
  .ms-megamenu .col-xs-3 {
    width: 100% !important;
  }
}

#aw-onestepcheckout-container {
  /*padding:20px;
  margin:0 auto;
  background: #fbfaf6;
  border: 1px solid #bbafa0;
  width: 858px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;*/
}

.aw-onestepcheckout-index-index .main-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.aw-onestepcheckout-index-index .main-container .main {
  padding: 35px 0px 0px 0px;
  width: 85%;
  margin: 0 auto;
}

.aw-onestepcheckout-row {
  position: relative;
}

#aw-onestepcheckout-title h1 {
  background: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: auto;
  padding-right: 15px;
}

.btn-register {
  color: #00bbde;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin-bottom: 30px;
  outline: none;
  background: none;
  margin-left: 0px;
  position: absolute;
  text-align: left;
  max-width: 80%;
  line-height: 16px;
  margin-top: 3px;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: color 0.5s;
}

.margin-left-checkout {
  width: 58.33333333%;
}
@media only screen and (max-width: 970px) {
  .margin-left-checkout {
    padding-left: 0px !important;
    width: 100%;
  }
}

@media only screen and (max-width: 970px) {
  #aw-onestepcheckout-shipping-method-wrapper,
  #aw-onestepcheckout-payment-method-wrapper {
    padding-right: 0px !important;
  }
}

/*#aw-onestepcheckout-container #bt-loginfb span{
   height:35px;
   display: block;
   width:100%;
   background: none;
   color:#00bbde;
   font-size: 16px;
   font-weight: 700;
   text-transform: uppercase;
   padding: 0;
   left:12%;
 }*/
#aw-onestepcheckout-container #bt-loginfb span span {
  /*position: absolute;
  left:12%;*/
  text-transform: uppercase;
  padding-right: 20px;
}

/*#aw-onestepcheckout-container #sociallogin_button ul li.button button.bt-login-social{
  background: none;
  color:#00bbde;

}*/
/*#aw-onestepcheckout-container #sociallogin_button ul li.button span.icon{
  font-size: 40px;
  color:#adadad;
  position: absolute;
  left:12px;


}*/
.btn-register:hover {
  color: #1ed8fb;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: color 0.5s;
}

.usuario span {
  font-size: 45px;
  color: #a9a9aa;
  position: relative;
  bottom: 8px;
}

.btn-register.fb {
  background: #23599b;
}

#aw-onestepcheckout-address-billing-wrapper {
  margin-bottom: 25px;
  padding-right: 20px;
}

div#aw-onestepcheckout-address-shipping-wrapper {
  padding-right: 20px;
}

#aw-onestepcheckout-shipping-method-wrapper > div, #aw-onestepcheckout-payment-method-wrapper > div {
  /*border:1px solid #d6d6d6;
  padding: 20px;*/
}

.customer-dob label {
  /*border:1px solid red;*/
  height: 0;
  overflow: hidden;
  position: absolute;
}

#aw-onestepcheckout-container label {
  /*font-weight: normal;
  font-size: 12px;*/
  background: none;
}

.aw-onestepcheckout-error-msg, .aw-onestepcheckout-success-msg {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

.aw-onestepcheckout-error-msg {
  color: #df280a;
  background-color: #faebe7;
}

.aw-onestepcheckout-success-msg {
  color: #3d6611;
  background-color: #eff5ea;
}

.aw-onestepcheckout-error-msg li, .aw-onestepcheckout-success-msg li {
  padding-left: 10px;
  padding-right: 10px;
}

#aw-onestepcheckout-container div.validation-passed, #aw-onestepcheckout-container div.validation-error {
  background: none;
  padding-right: 0;
}

.aw-onestepcheckout-overlay, .aw-onestepcheckout-timer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 995;
  /*for compatibility with menu*/
  background-color: #fbfaf6;
}

#acp-overlay {
  z-index: 995;
}

.aw-onestepcheckout-overlay-48 {
  background-image: url("../images/ajax-loader-48px.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-overlay-24 {
  background-image: url("../images/ajax-loader-24px.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-overlay-16 {
  background-image: url("../images/ajax-loader-16px.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.aw-onestepcheckout-timer {
  display: none;
  overflow: hidden;
}

.aw-onestepcheckout-timer-title {
  text-align: center;
  padding-top: 20px;
}
.aw-onestepcheckout-timer-title h1 span {
  font-weight: bold;
}

.aw-onestepcheckout-timer-description {
  text-align: center;
}

.aw-onestepcheckout-timer-actions a {
  font-weight: bold;
  font-size: 17px;
}

.aw-onestepcheckout-timer-actions-left, .aw-onestepcheckout-timer-actions-right {
  width: 50%;
  float: left;
}

.aw-onestepcheckout-timer-actions-left {
  text-align: right;
}

.aw-onestepcheckout-timer-actions-right {
  text-align: left;
}

.aw-onestepcheckout-timer-actions-left a {
  margin-right: 15px;
}

.aw-onestepcheckout-timer-actions-right a {
  margin-left: 15px;
}

#aw-onestepcheckout-general-container {
  /*border-top: 1px solid #adadad;*/
}

/* NUMBERS */
.title-steps {
  background: #2e2e2e;
}

.aw-onestepcheckout-number {
  font-size: 16px;
  color: white;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  width: auto;
  margin-bottom: 25px;
  border-bottom: 1px solid #adadad;
  display: block;
  margin-left: 15px;
  border-left: 3px solid;
  padding-left: 11px;
  border-bottom: none;
}

#aw-onestepcheckout-address-shipping-wrapper-child .aw-onestepcheckout-number {
  margin-bottom: 5px;
}

.title-steps .title-border {
  top: 21px;
}

.aw-onestepcheckout-number-0, .aw-onestepcheckout-number-1, .aw-onestepcheckout-number-2, .aw-onestepcheckout-number-3, .aw-onestepcheckout-number-4, .aw-onestepcheckout-number-5, .aw-onestepcheckout-number-6, .aw-onestepcheckout-number-7, .aw-onestepcheckout-number-8, .aw-onestepcheckout-number-9, .aw-onestepcheckout-number-v {
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.aw-onestepcheckout-number-0 {
  background-image: url(../images/number/0.png);
}

.aw-onestepcheckout-number-1 {
  background-image: url(../images/number/1.png);
}

.aw-onestepcheckout-number-2 {
  background-image: url(../images/number/2.png);
}

.aw-onestepcheckout-number-3 {
  background-image: url(../images/number/3.png);
}

.aw-onestepcheckout-number-4 {
  background-image: url(../images/number/4.png);
}

.aw-onestepcheckout-number-5 {
  background-image: url(../images/number/5.png);
}

.aw-onestepcheckout-number-6 {
  background-image: url(../images/number/6.png);
}

.aw-onestepcheckout-number-7 {
  background-image: url(../images/number/7.png);
}

.aw-onestepcheckout-number-8 {
  background-image: url(../images/number/8.png);
}

.aw-onestepcheckout-number-9 {
  background-image: url(../images/number/9.png);
}

.aw-onestepcheckout-number-v {
  background-image: url(../images/number/v.png);
}

.aw-onestepcheckout-add-loader-into-this-block, #aw-onestepcheckout-order-review-cart-wrapper, #aw-onestepcheckout-order-review-coupon-wrapper, #aw-onestepcheckout-order-review-enterprise-giftcard-wrapper, #aw-onestepcheckout-order-review-aw-giftcard-wrapper, #aw-onestepcheckout-order-review-enterprise-storecredit-wrapper, #aw-onestepcheckout-order-review-enterprise-points-wrapper, #aw-onestepcheckout-order-review-points-wrapper, #aw-onestepcheckout-order-review-referafriend-wrapper, #aw-onestepcheckout-order-review-storecredit-wrapper {
  position: relative;
  /*width: 265px;*/
}

#aw-onestepcheckout-shipping-method-wrapper {
  padding-left: 0;
}

div#aw-onestepcheckout-payment-method-wrapper {
  padding-right: 0px;
}

#aw-onestepcheckout-related-wrapper {
  position: relative;
}

/*TITLE*/
#aw-onestepcheckout-title-description {
  font-size: 18px;
  margin: 0;
}

/* LOGIN FORM*/
.modal-content {
  border-radius: 0;
}

.modal-title {
  text-transform: initial;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.modal-title .icon-emax-54 {
  font-size: 30px;
  position: relative;
  top: 5px;
}

.modal-header .close {
  outline: none;
}

#aw-onestepcheckout-authentification-container {
  position: relative;
  top: 0px;
}

#aw-onestepcheckout-authentification .validation-advice {
  width: 163px;
}

#aw-onestepcheckout-login-form, #aw-onestepcheckout-forgot-password-form, #aw-onestepcheckout-forgot-password-success {
  display: block;
  padding-top: 5px;
}

#aw-onestepcheckout-login-form .form-list, #aw-onestepcheckout-forgot-password-form .form-list, #aw-onestepcheckout-forgot-password-success {
  padding-bottom: 5px;
}

#aw-onestepcheckout-shipping-method .sp-methods .accept-text span {
  padding-left: 10px;
  margin-top: 10px;
}
#aw-onestepcheckout-shipping-method .sp-methods .price {
  color: #c5093b;
}

.aw-onestepcheckout-auth-form-block {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  width: 48%;
}
.aw-onestepcheckout-auth-form-block .input-box, .aw-onestepcheckout-auth-form-block input.input-text {
  width: 100%;
}

#aw-onestepcheckout-login-forgot-link {
  cursor: pointer;
}

#aw-onestepcheckout-login-form-block-fbi {
  position: absolute;
  right: 0;
  padding-top: 17px;
}

#aw-onestepcheckout-forgot-password-form p, #aw-onestepcheckout-forgot-password-success p {
  margin: 0;
  padding: 0;
}

#aw-onestepcheckout-authentification label {
  width: auto;
  text-align: left;
  padding: 0;
}
#aw-onestepcheckout-authentification label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}
#aw-onestepcheckout-authentification .form-list .input-box {
  float: none;
}
#aw-onestepcheckout-authentification .form-list .input-box input {
  float: none;
}

#aw-onestepcheckout-login-form .button-section {
  padding-top: 20px;
}

#aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block {
  width: 100%;
  padding-bottom: 20px;
}

/* GENERAL CONTAINER */
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
  /*display: inline-block;
  -moz-box-flex: 1;
  width:33%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;*/
}
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left {
  /*background: transparent url(../images/column-separator.png) no-repeat scroll right top;*/
  padding-bottom: 40px;
}
.aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
  /*background: transparent url(../images/column-separator.png) no-repeat scroll left top;*/
  margin-top: 15px;
  margin-bottom: 50px;
}

.aw-onestepcheckout-general-form-field {
  margin-top: 5px;
}
.aw-onestepcheckout-general-form-field label, .aw-onestepcheckout-general-form-field .control label {
  width: auto;
  padding: 0;
}
.aw-onestepcheckout-general-form-field .customer-wrapper h5 {
  font-size: 14px;
  text-transform: initial;
  margin-bottom: 0;
}
.aw-onestepcheckout-general-form-field .customer-wrapper p {
  margin-bottom: 0;
  font-size: 14px;
}
.aw-onestepcheckout-general-form-field .input-box.select-billing, .aw-onestepcheckout-general-form-field .input-box.select-shipping {
  position: relative;
}
.aw-onestepcheckout-general-form-field .input-box.select-billing:after, .aw-onestepcheckout-general-form-field .input-box.select-shipping:after {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 10px;
  pointer-events: none;
}
.aw-onestepcheckout-general-form-field .input-box.selector::after {
  content: url(../images/select-image.png);
  color: #646363;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 36px;
  pointer-events: none;
}
.aw-onestepcheckout-general-form-field select[name=billing\[gender\]], .aw-onestepcheckout-general-form-field select[name=billing\[country_id\]], .aw-onestepcheckout-general-form-field select[name=billing\[region_id\]], .aw-onestepcheckout-general-form-field select[name=shipping\[country_id\]], .aw-onestepcheckout-general-form-field select[name=shipping\[region_id\]] {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #adadad;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  text-indent: 0.01px;
  border-radius: 0;
  padding-left: 10px;
  background: none;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide {
  /*width:260px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input {
  /*width:254px;*/
  width: 100%;
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
  /*width:120px;
  float: left;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left {
  /*margin-right: 16px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box {
  /*width:120px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box {
  /*width:120px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input {
  /*width:114px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input {
  /*width:114px;*/
}
.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select {
  /*width:120px;*/
}

.customer-name .validation-advice {
  /*width:120px;*/
}

.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .validation-advice, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .validation-advice {
  /*width:120px;*/
}

#aw-onestepcheckout-shipping-address-list {
  padding-top: 20px;
}

/* BILLING/SHIPPING FORM */
#aw-onestepcheckout-address-billing #billing-address-select, #aw-onestepcheckout-address-shipping #shipping-address-select {
  width: 100%;
  background: white;
  padding-right: 40px;
}

#aw-onestepcheckout-address label[for=billing-address-select], #aw-onestepcheckout-address label[for=shipping-address-select] {
  /*width: 260px;*/
  margin-bottom: 0;
  color: #2e2e2e;
  font-weight: 700;
}
#aw-onestepcheckout-address .customer-name .field {
  /*width: 120px;
  margin-top: 5px;*/
}
#aw-onestepcheckout-address .customer-name .field:nth-child(odd) {
  /*margin-right: 20px;*/
}
#aw-onestepcheckout-address .customer-name .field .input-box {
  /*width:120px;*/
}
#aw-onestepcheckout-address .customer-name .field .input-box input {
  /*width:114px;*/
  border-radius: 0;
}
#aw-onestepcheckout-address .customer-name .field .input-box select {
  /*width:120px;*/
}
#aw-onestepcheckout-address .form-list .control label {
  /*float: none;*/
}

#aw-onestepcheckout-container .form-list .field {
  /*float: left;*/
}
#aw-onestepcheckout-container .form-list .aw-onestepcheckout-general-form-field label, #aw-onestepcheckout-container .form-list .field label {
  width: auto;
  text-align: left;
  background: none;
  color: #2e2e2e;
  font-weight: 700;
}

.aw-onestepcheckout-general-form-field label .accept-text {
  position: absolute;
  top: -5px;
  width: 250px;
  font-size: 14px;
}
.aw-onestepcheckout-general-form-field .control.squaredOne label {
  padding-left: 20px;
}

#aw-onestepcheckout-container .form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}

#aw-onestepcheckout-address .input-box.customer-dob {
  display: block;
  clear: both;
  width: 260px;
}
#aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-month, #aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-day {
  width: 60px;
  margin-right: 0 !important;
}
#aw-onestepcheckout-address .form-list .input-box.customer-dob .dob-year {
  width: 140px;
  margin-right: 0 !important;
}
#aw-onestepcheckout-address .form-list .customer-dob .dob-month input.input-text, #aw-onestepcheckout-address .form-list .customer-dob .dob-day input.input-text {
  width: 46px !important;
}
#aw-onestepcheckout-address .form-list .customer-dob .dob-year input.input-text {
  width: 134px !important;
}

#aw-onestepcheckout-billing-address-list {
  padding-top: 20px;
}

.save-address-wrapper {
  min-height: 50px;
}
.save-address-wrapper .control label {
  width: 300px !important;
}

/* SHIPPING/PAYMENT METHOD */
#aw-onestepcheckout-shipping-method .sp-methods, #aw-onestepcheckout-payment-method .sp-methods {
  /*margin-top: 5px;
  border: thin dashed transparent;*/
}

#aw-onestepcheckout-shipping-method .sp-methods .input-box {
  width: 233px;
}
#aw-onestepcheckout-shipping-method .sp-methods dt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  padding: 10px 0;
}

#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  padding: 10px 0;
}

#aw-onestepcheckout-shipping-method .sp-methods dd li {
  margin-top: 0;
  margin-bottom: 3px;
}

#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-top: 0;
  margin-bottom: 3px;
  /* margin-left: 8px;
   margin-bottom: 0;*/
}

#aw-onestepcheckout-shipping-method .sp-methods dd {
  /* margin-left: 8px;
   margin-bottom: 0;*/
  margin-left: 0;
  margin-bottom: 10px;
}

#aw-onestepcheckout-payment-method .sp-methods dt {
  margin-left: 0;
  margin-bottom: 0px;
  padding-left: 0px;
}
#aw-onestepcheckout-payment-method .sp-methods dt > span + label {
  margin-left: -8px;
}
#aw-onestepcheckout-payment-method .sp-methods ul {
  padding-left: 0;
}
#aw-onestepcheckout-payment-method .sp-methods ul .input-box {
  padding-left: 30px;
}
#aw-onestepcheckout-payment-method .form-list select {
  /*width: 230px;*/
}
#aw-onestepcheckout-payment-method .form-list select.month {
  width: 149px;
}
#aw-onestepcheckout-payment-method .form-list select.year {
  width: 71px;
}
#aw-onestepcheckout-payment-method .form-list select.year + .validation-advice {
  width: 71px;
}
#aw-onestepcheckout-payment-method .form-list input.input-text {
  /*width: 224px;*/
}

#aw-onestepcheckout-container .sp-methods .onemethod label,
#aw-onestepcheckout-container .sp-methods .onemethod .input-box {
  padding-left: 0px;
}
#aw-onestepcheckout-container .sp-methods label {
  width: auto;
  text-align: left;
  padding-left: 30px;
  /*min-width: 350px;*/
  z-index: 99;
}
#aw-onestepcheckout-container .sp-methods .image-cart-wrapper {
  width: 100%;
  display: block;
  clear: both;
  position: absolute;
  left: 32px;
  bottom: -6px;
}
#aw-onestepcheckout-container .sp-methods .image-cart-wrapper.transfer {
  left: 28px;
}

#paypal_express .accept-text img.img-paypal {
  width: 100px;
}

#aw-onestepcheckout-container .sp-methods label .accept-text {
  position: relative;
  bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #2e2e2e;
}
#aw-onestepcheckout-container .sp-methods label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: relative;
  right: -4px;
  margin-right: 0;
}

#aw-onestepcheckout-shipping-method .gift-messages h3 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-messages-form h4 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form .field {
  width: 260px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form textarea {
  width: 254px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .item .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form .item .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container textarea, #aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .input-text #aw-onestepcheckout-shipping-method .gift-messages-form .item textarea {
  width: 166px;
}
#aw-onestepcheckout-shipping-method .gift-messages-form .item .input-text {
  width: 166px;
}
#aw-onestepcheckout-shipping-method .gift-message-form .inner-box {
  height: auto;
  overflow: visible;
}
#aw-onestepcheckout-shipping-method .gift-message-form h4 {
  color: #2f2f2f;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-options-for-order-container {
  padding: 0 10px;
}
#aw-onestepcheckout-shipping-method .gift-message-form .input-box, #aw-onestepcheckout-shipping-method .gift-message-form .field {
  width: 242px;
}
#aw-onestepcheckout-shipping-method .gift-message-form textarea, #aw-onestepcheckout-shipping-method .gift-message-form .input-text {
  width: 240px;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .input-box, #aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .field {
  width: 170px;
}
#aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container textarea, #aw-onestepcheckout-shipping-method .gift-message-form #allow-gift-messages-for-items-container .input-text {
  width: 166px;
}
#aw-onestepcheckout-shipping-method .gift-options-for-order .fieldset label, #aw-onestepcheckout-shipping-method .gift-message-form .gift-item .fieldset label {
  width: 50px;
}

/* Gift options for EE theme */
/* REVIEW CART */
.aw-onestepcheckout-cart-table {
  width: 100%;
  font-size: 14px;
}
.aw-onestepcheckout-cart-table thead th {
  font-size: 16px;
  font-weight: bold;
  color: #535353;
  background: #d6d6d6;
  padding: 9px 15px;
  border: 1px solid #d6d6d6;
}
.aw-onestepcheckout-cart-table thead th.qty {
  text-align: center;
}
.aw-onestepcheckout-cart-table thead th.total {
  text-align: right;
}
.aw-onestepcheckout-cart-table tfoot td {
  font-size: 15px;
  padding: 4px 15px;
  text-align: right;
}
.aw-onestepcheckout-cart-table tbody {
  border-bottom: 1px solid #ece9e9;
}
.aw-onestepcheckout-cart-table tbody tr {
  /*border:1px solid #d6d6d6;*/
}
.aw-onestepcheckout-cart-table tbody td {
  padding: 9px 15px;
  width: 100%;
}
.aw-onestepcheckout-cart-table tbody td.td-name .product-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: initial;
  text-align: left;
}
.aw-onestepcheckout-cart-table tbody td.td-name .product-cart-sku {
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
}
.aw-onestepcheckout-cart-table tbody tr td.a-center.qty {
  position: relative;
  font-size: 14px;
}
.aw-onestepcheckout-cart-table tbody tr td span.cart-price {
  font-weight: 400;
  float: right;
}
.aw-onestepcheckout-cart-table tfoot tr.total td {
  font-size: 28px;
  color: #2e2e2e;
}
.aw-onestepcheckout-cart-table tfoot tr td span.price {
  font-weight: 400;
}
.aw-onestepcheckout-cart-table tfoot tr.total td {
  font-weight: 400;
}
.aw-onestepcheckout-cart-table tfoot tr.total td span.price {
  font-weight: 400;
}
.aw-onestepcheckout-cart-table tbody .btn-remove {
  display: none;
}
.aw-onestepcheckout-cart-table .btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.aw-onestepcheckout-cart-table .item-options {
  font-size: 11px;
}
.aw-onestepcheckout-cart-table .item-options dt {
  padding: 3px 0 0 10px;
}
.aw-onestepcheckout-cart-table .item-options dd {
  padding: 0 0 3px 10px;
}

/*.aw-onestepcheckout-cart-table tbody td,*/
/*.aw-onestepcheckout-cart-table tfoot td,*/
#aw-onestepcheckout-review-table-cart-wrapper {
  position: relative;
}

#aw-onestepcheckout-review-cart-redirect-timer-block {
  border: 1px solid #D8D2C7;
}
#aw-onestepcheckout-review-cart-redirect-timer-block.aw-onestepcheckout-overlay {
  background-position-x: 50%;
  background-position-y: 90%;
}
#aw-onestepcheckout-review-cart-redirect-timer-block .aw-onestepcheckout-timer-title {
  padding: 20px 20px 0px;
}
#aw-onestepcheckout-review-cart-redirect-timer-block h1 {
  font-size: 14px;
}
#aw-onestepcheckout-review-cart-redirect-timer-block .aw-onestepcheckout-timer-actions a {
  font-size: 12px;
}

/* REVIEW COUPON */
#aw-onestepcheckout-review-coupon {
   /*background: url(../../images/puntos-incentivos.gif) repeat-x 0 0,
url(../../images/puntos-incentivos.gif) repeat-x 100% 100%;*/
}
#aw-onestepcheckout-review-coupon .coupon-code-form {
  padding: 0px 15px 0px 24px;
}
#aw-onestepcheckout-review-coupon .coupon-code-form label {
  margin-top: 15px;
}
#aw-onestepcheckout-review-coupon .input-box {
  /*width: 266px;*/
}
#aw-onestepcheckout-review-coupon .input-box input {
  height: 33px;
  border-radius: 0;
  /*height: 30px;*/
  margin: 0 2px 0 0;
  /*width: 190px;*/
  width: 60%;
  float: left;
  padding: 0 5px;
}
#aw-onestepcheckout-review-coupon .coupon-message-container {
  margin-top: 25px;
}
#aw-onestepcheckout-review-coupon .input-box input.with-buttons {
  /* width: 110px;*/
}

/* REVIEW ENTERPRISE STORE CREDIT */
#aw-onestepcheckout-review-enterprise-storecredit {
  margin-top: 5px;
}
#aw-onestepcheckout-review-enterprise-storecredit input[type=checkbox], #aw-onestepcheckout-review-enterprise-storecredit label {
  cursor: pointer;
}

/* REVIEW ENTERPRISE POINTS */
#aw-onestepcheckout-review-enterprise-points {
  margin-top: 5px;
}
#aw-onestepcheckout-review-enterprise-points input[type=checkbox], #aw-onestepcheckout-review-enterprise-points label {
  cursor: pointer;
}

/* REVIEW ENTERPRISE GIFTCARD */
#aw-onestepcheckout-review-enterprise-giftcard, #aw-onestepcheckout-review-storecredit {
  margin-top: 5px;
}

/* REVIEW AW STORE CREDIT */
/* REVIEW POINTS */
#aw-onestepcheckout-order-review-points-wrapper {
  background: #ece9e9;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

#aw-onestepcheckout-review-points {
  margin-top: 5px;
  overflow: hidden;
  padding: 10px;
}
#aw-onestepcheckout-review-points .field-row input {
  width: 100px;
  text-align: right;
  padding: 1px 12px 5px 12px;
}
#aw-onestepcheckout-review-points .field-row .points-details {
  display: inline;
}

/* REVIEW REFER A FRIEND */
#aw-onestepcheckout-review-referafriend {
  margin-top: 5px;
}
#aw-onestepcheckout-review-referafriend .field-row input {
  width: 100px;
  text-align: right;
}
#aw-onestepcheckout-review-referafriend .field-row .raf-details {
  display: inline;
}

/* COMMENTS/DDAN */
#aw-onestepcheckout-review-comments .input-box {
  /*width: 260px;*/
}
#aw-onestepcheckout-review-comments textarea {
  width: 100%;
  height: 5em;
  max-width: 100%;
  border: 1px solid #adadad;
}
#aw-onestepcheckout-review-comments .field-row {
  margin-top: 5px;
}

.calendar {
  z-index: 7;
}

#id-aw_deliverydate_date {
  width: 133px;
}

#aw-onestepcheckout-review-comments-ddan img {
  display: inline;
}

/* NEWSLETTER/ADVANCED NEWSLETTER from AW */
#aw-onestepcheckout-review-newsletter {
  margin-top: 25px;
}
#aw-onestepcheckout-review-newsletter input[type=checkbox], #aw-onestepcheckout-review-newsletter label {
  cursor: pointer;
}

#aw-onestepcheckout-review-newsletter-advancednewsletter-segments {
  padding-left: 20px;
  height: 0px;
  overflow: hidden;
}
#aw-onestepcheckout-review-newsletter-advancednewsletter-segments span {
  font-size: 11px;
}
#aw-onestepcheckout-review-newsletter-advancednewsletter-segments .aw-an-already-subscribed {
  cursor: default;
  padding-left: 17px;
}

#aw-onestepcheckout-order-review-comments-wrapper {
  margin: 25px 0;
}

/* TERMS & CONDITIONS */
#aw-onestepcheckout-review-terms ol li {
  margin: 10px 0;
}
#aw-onestepcheckout-review-terms ol li label .accept-text {
  width: 350px;
  padding-left: 10px;
  position: relative;
  bottom: 5px;
  font-size: 14px;
}

.aw-onestepcheckout-review-terms-description-container {
  display: none;
}

/* RELATED PRODUCTS BLOCK */
#aw-onestepcheckout-related {
  position: relative;
  padding-top: 10px;
}

#aw-onestepcheckout-related-block {
  border-top: 1px solid #D8D2C7;
  padding-top: 10px;
}

#aw-onestepcheckout-related-block-products-list {
  text-align: center;
}

.aw-onestepcheckout-related-block-item {
  width: 19%;
  display: inline-block;
  vertical-align: top;
}

#aw-onestepcheckout-related .link-compare {
  font-weight: normal;
}
#aw-onestepcheckout-related .product-name {
  font-weight: bold;
}
#aw-onestepcheckout-related .product-image img {
  border: 1px solid #d0cdc9;
}
#aw-onestepcheckout-related .aw-onestepcheckout-overlay {
  border: 1px solid #D8D2C7;
}

#aw-onestepcheckout-related-redirect-timer-block {
  border: 1px solid #D8D2C7;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-title {
  padding-top: 50px;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-actions-left a {
  margin-right: 30px;
}
#aw-onestepcheckout-related-redirect-timer-block .aw-onestepcheckout-timer-actions-right a {
  margin-left: 30px;
}

#aw-onestepcheckout-order-review-newsletter-wrapper {
  margin: 10px 0;
}

#aw-onestepcheckout-review-newsletter-simple label .accept-text {
  width: 350px;
  padding-left: 10px;
  position: relative;
  bottom: 8px;
}

/* PLACE ORDER BUTTON */
#aw-onestepcheckout-place-order {
  margin-top: 25px;
}

#aw-onestepcheckout-place-order-button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: white;
  z-index: 6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: none;
  padding: 15px 60px;
  outline: none;
}
#aw-onestepcheckout-place-order-button:visited {
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: white;
  z-index: 6;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: none;
  padding: 15px 60px;
  outline: none;
}
#aw-onestepcheckout-place-order-button:hover {
  /*background-color: #fc732e;*/
}
#aw-onestepcheckout-place-order-button:active {
  /*top: 1px;*/
}
#aw-onestepcheckout-place-order-button span {
  display: block;
  line-height: normal;
}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total {
  /*font-size: 20px;
  padding: 10px 0 8px;*/
}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-label, #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-amount {
  display: inline;
}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-process {
  position: absolute;
  width: 100%;
}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-process img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-title {
  /*font-size: 35px;
  font-weight: bold;
  padding: 0 0 12px;*/
}
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled {
  background-color: #cccccc;
  color: #f8f8ff;
}
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:visited, #aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:hover {
  background-color: #cccccc;
  color: #f8f8ff;
}
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled span {
  background-color: transparent !important;
}
#aw-onestepcheckout-place-order-button.aw-onestepcheckout-place-order-button-disabled:hover {
  top: 0px;
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {
  float: none;
  color: #555;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  z-index: 5;
  top: -40px;
  position: relative;
  display: block;
}
#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  display: inline-block;
}

#aw-onestepcheckout-place-order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE fix */
  background-color: white;
  -moz-opacity: 0.01;
  opacity: 0.01;
  filter: alpha(opacity=1);
}

/* #compatibility with Paypal Hosted Pro */
#iframe-warning {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

#hss-iframe {
  margin: auto;
  display: block;
}

/* UI - POPUP */
.aw-onestepcheckout-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 100;
  cursor: pointer;
}

.aw-onestepcheckout-popup {
  position: fixed;
  min-height: 40%;
  width: 70%;
  background-color: white;
  z-index: 200;
  overflow: hidden;
  padding: 10px;
}

.aw-onestepcheckout-popup-content {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 30px;
}

.aw-onestepcheckout-popup-accept {
  padding: 10px 10px 0px 10px;
  text-align: center;
}
.aw-onestepcheckout-popup-accept button {
  background: #c5093b;
  height: 30px;
  width: 150px;
  border: 0px solid #c5093b;
  color: white;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
.aw-onestepcheckout-popup-accept button:hover {
  background: #f5255d;
  border: 0px solid #c5093b;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.aw-onestepcheckout-popup-accept a {
  float: right;
  margin-right: 16px;
  font-size: 20px;
  margin-top: 5px;
}

#aw_giftcard_code, #coupon_code {
  margin-bottom: 7px;
}

#enterprise_giftcard_code, #aw-onestepcheckout-enterprise-giftcard-apply-btn {
  margin-bottom: 5px;
}

.aw-onestepcheckout-cart-table .aw_giftcard2-btn-remove {
  float: right;
  margin-left: 2px;
}

#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1 {
  width: 260px;
}

@media screen and (min-width: 971px) {
  #aw-onestepcheckout-general-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/****************            1800 px              **********************/
@media screen and (max-width: 1800px) {
  .aw-onestepcheckout-index-index .main-container .main {
    width: 90%;
  }
}
/****************            1600 px              **********************/
@media screen and (max-width: 1600px) {
  .aw-onestepcheckout-index-index .main-container .main {
    width: 95%;
  }
}
/****************            1190px              **********************/
@media screen and (max-width: 1190px) {
  .aw-onestepcheckout-add-loader-into-this-block {
    width: 100%;
    padding-right: 0px;
  }

  #aw-onestepcheckout-payment-method-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
  }

  #aw-onestepcheckout-container .sp-methods label {
    min-width: 350px;
  }
}
/****************            970 px              **********************/
/*                                                                    */
@media screen and (max-width: 970px) {
  /* GENERAL CONTAINER */
  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    width: 100%;
  }

  #aw-onestepcheckout-container, #aw-onestepcheckout-address .customer-name .field .input-box {
    width: auto;
  }

  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box {
    width: auto;
  }

  .aw-onestepcheckout-add-loader-into-this-block, #aw-onestepcheckout-order-review-cart-wrapper, #aw-onestepcheckout-order-review-coupon-wrapper, #aw-onestepcheckout-order-review-enterprise-giftcard-wrapper, #aw-onestepcheckout-order-review-aw-giftcard-wrapper, #aw-onestepcheckout-order-review-enterprise-storecredit-wrapper, #aw-onestepcheckout-order-review-enterprise-points-wrapper, #aw-onestepcheckout-order-review-points-wrapper, #aw-onestepcheckout-order-review-referafriend-wrapper, #aw-onestepcheckout-order-review-storecredit-wrapper, #aw-onestepcheckout-review-coupon .input-box, #aw-onestepcheckout-review-comments .input-box {
    width: auto;
  }

  #aw-onestepcheckout-shipping-method .gift-messages-form .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form .field {
    width: auto;
  }
  #aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container .field {
    width: auto;
  }
  #aw-onestepcheckout-shipping-method .gift-messages-form .item .input-box, #aw-onestepcheckout-shipping-method .gift-messages-form .item .field {
    width: auto;
  }
  #aw-onestepcheckout-shipping-method .sp-methods .input-box {
    width: auto;
  }

  #aw-onestepcheckout-payment-method .sp-methods .input-box {
    width: auto;
  }

  #aw-onestepcheckout-address-billing #billing-address-select, #aw-onestepcheckout-address-shipping #shipping-address-select, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box select, #aw-onestepcheckout-address .customer-name .field .input-box input {
    width: 100%;
  }

  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right .input-box input, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-wide .input-box input {
    width: 100%;
  }

  #aw-onestepcheckout-shipping-method .gift-messages-form textarea, #aw-onestepcheckout-shipping-method .gift-messages-form .item .input-text, #aw-onestepcheckout-shipping-method .gift-messages-form #allow-gift-messages-for-items-container textarea {
    width: 100%;
  }

  #aw-onestepcheckout-payment-method .form-list input.input-text, #aw-onestepcheckout-payment-method .form-list select {
    width: 100%;
  }

  #aw-onestepcheckout-review-coupon .input-box input {
    width: 100%;
  }
  #aw-onestepcheckout-review-coupon .input-box input.with-buttons {
    width: 100%;
  }

  .input-box input.with-buttons {
    width: 100%;
  }

  .aw-onestepcheckout-general-form-field select[name=billing\[gender\]], .aw-onestepcheckout-general-form-field select[name=billing\[country_id\]], .aw-onestepcheckout-general-form-field select[name=shipping\[country_id\]] {
    width: 100%;
  }

  #aw-onestepcheckout-address .customer-name .field {
    width: 47%;
  }

  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
    width: 47%;
  }

  div #aw-onestepcheckout-place-order {
    width: 270px;
  }

  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-right {
    background: none;
  }

  #aw-onestepcheckout-container label {
    font-size: 14px;
  }

  .aw-onestepcheckout-number-2, .aw-onestepcheckout-number-3, .aw-onestepcheckout-number-4, .aw-onestepcheckout-number-5, .aw-onestepcheckout-number-6, .aw-onestepcheckout-number-7, .aw-onestepcheckout-number-8, .aw-onestepcheckout-number-9, .aw-onestepcheckout-number-v {
    padding-top: 10px;
    border-top: 2px dotted #ff832f;
  }

  #aw-onestepcheckout-authentification .validation-advice {
    position: inherit;
  }

  .aw-onestepcheckout-auth-form-block {
    vertical-align: top;
    margin-bottom: 10px;
    min-height: 55px;
  }
  .aw-onestepcheckout-auth-form-block a {
    display: block;
    float: right;
    margin-top: 30px;
  }
  .aw-onestepcheckout-auth-form-block button {
    margin-top: 20px;
    margin-right: 15px;
  }

  #aw-onestepcheckout-container .form-list .field {
    float: none;
    display: inline-block;
    width: 100%;
  }

  #aw-onestepcheckout-address .customer-name .field:nth-child(odd) {
    margin-right: 3%;
  }
  #aw-onestepcheckout-address .customer-name .field:nth-child(even) {
    float: right;
  }

  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
    float: right;
  }

  #aw-onestepcheckout-shipping-method .gift-messages-form .input-box {
    margin-right: 10px;
  }

  #aw-onestepcheckout-payment-method .sp-methods dt label {
    /*min-width: 100%;*/
    width: 100%;
  }

  .aw-onestepcheckout-related-block-item {
    width: 150px;
    margin-left: 10px;
  }

  #aw-onestepcheckout-login-form .button-section {
    padding-top: 0px;
  }
}
/****************            991 px              **********************/
@media screen and (max-width: 991px) {
  .registro-wrapper .usuario {
    position: relative;
    right: 10px;
  }
  .registro-wrapper .usuario span {
    font-size: 52px;
  }
  .registro-wrapper .usuario button {
    padding-top: 13px;
  }
  .registro-wrapper .facebook #sociallogin_button button {
    padding-top: 6px;
  }

  .postcode-wrapper {
    padding-left: 0;
  }

  .city-wrapper, .telephone-wrapper {
    padding-right: 0;
  }
}
/****************           970px              **********************/
@media screen and (max-width: 970px) {
  .registro-wrapper .usuario {
    width: 50%;
    float: left;
  }
  .registro-wrapper .facebook {
    width: 50%;
    float: left;
    padding-top: 8px;
  }

  .postcode-wrapper {
    width: 50% !important;
  }

  .country-wrapper .pais {
    width: 50%;
  }
  .country-wrapper .provincia {
    width: 50% !important;
  }

  .telephone-wrapper {
    width: 50% !important;
    margin-top: 10px;
  }

  .postcode-wrapper, .telephone-wrapper {
    width: 48% !important;
  }

  .row.registro-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  #aw-onestepcheckout-address-billing-wrapper,
  #aw-onestepcheckout-address-shipping-wrapper {
    padding-right: 0 !important;
  }
}
/****************            740 px              **********************/
/*                                                                    */
@media screen and (max-width: 740px) {
  .aw-onestepcheckout-auth-form-block {
    min-height: 30px;
  }
  .aw-onestepcheckout-auth-form-block a {
    margin-top: 10px;
  }
  .aw-onestepcheckout-auth-form-block button {
    margin-top: 0px;
  }

  #aw-onestepcheckout-forgot-password-form .aw-onestepcheckout-auth-form-block {
    display: block;
  }
}
/****************            550 px              **********************/
/*                                                                    */
@media screen and (max-width: 550px) {
  #aw-onestepcheckout-address-billing-wrapper {
    padding-right: 0;
  }

  .registro-wrapper .facebook, .registro-wrapper .usuario {
    width: 100%;
  }

  .aw-onestepcheckout-auth-form-block {
    width: 100%;
  }
}
/****************           430 px              **********************/
/*                                                                    */
@media screen and (max-width: 430px) {
  .registro-wrapper .usuario button {
    padding-top: 6px;
  }
  .registro-wrapper .facebook #sociallogin_button button {
    padding-top: 0;
  }
}
/****************            450 px              **********************/
/*   iPhone 6 plus (width=414) and smaller screens                                     */
@media screen and (max-width: 450px) {
  #aw-onestepcheckout-container {
    padding: 10px;
  }

  div #aw-onestepcheckout-place-order {
    width: auto;
  }

  #aw-onestepcheckout-place-order-button {
    width: 100%;
  }
  #aw-onestepcheckout-place-order-button:visited {
    width: 100%;
  }

  #aw-onestepcheckout-review-coupon button {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  #aw-onestepcheckout-aw-giftcard-check-btn {
    margin-left: 0px;
    float: right;
  }

  div.aw-giftcard-code-form button.aw-giftcard-button {
    width: 48%;
  }

  .aw-onestepcheckout-cart-table tbody td {
    padding: 0;
  }
  .aw-onestepcheckout-cart-table tfoot tr.total td {
    font-size: 20px;
  }

  #aw-onestepcheckout-review-terms ol li label .accept-text, #aw-onestepcheckout-review-newsletter-simple label .accept-text {
    width: 150px;
  }

  .aw-onestepcheckout-cart-table tbody tr td span.cart-price {
    padding-right: 19px;
  }
  .aw-onestepcheckout-cart-table tbody tr td.a-center.qty {
    padding-right: 20px;
  }

  .aw-onestepcheckout-popup {
    left: initial;
    width: 90%;
    z-index: 99999999;
    background: white;
  }

  .aw-onestepcheckout-row .aw-onestepchekocut-column.aw-onestepchekocut-column-left.col-md-6, #aw-onestepcheckout-general-form div.col-md-6 {
    padding: 0;
  }

  .customer-name .row {
    margin-left: 0;
    margin-right: 0;
  }

  #aw-onestepcheckout-billing-address-list .col-md-6 {
    width: 100%;
  }

  .postcode-wrapper, .country-wrapper .provincia, .telephone-wrapper {
    width: 100% !important;
  }

  /* LABELS */
  #aw-onestepcheckout-payment-method .sp-methods dt label {
    min-width: initial;
    width: 200px;
  }

  #aw-onestepcheckout-review-terms ol li label .accept-text, #aw-onestepcheckout-review-newsletter-simple label .accept-text {
    width: 310px;
  }
}
/****************            360 px              **********************/
/*   iPhone 5 (width=320) and smaller screens                                     */
@media screen and (max-width: 360px) {
  #aw-onestepcheckout-address .customer-name .field {
    width: 100%;
  }

  .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, .aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right {
    width: 100%;
  }

  #aw-onestepcheckout-review-coupon .input-box input.with-buttons {
    width: 100%;
  }

  #aw-onestepcheckout-container .button {
    width: 100%;
  }
  #aw-onestepcheckout-container .form-list .field {
    display: block;
    width: 100%;
  }
  #aw-onestepcheckout-container .button + .button {
    margin-left: 0px;
    margin-top: 7px;
  }

  /* LABELS */
  #aw-onestepcheckout-payment-method .sp-methods dt label {
    min-width: initial;
    width: 190px;
  }

  #aw-onestepcheckout-review-terms ol li label .accept-text, #aw-onestepcheckout-review-newsletter-simple label .accept-text {
    width: 250px;
  }

  #aw-onestepcheckout-title h1 {
    font-size: 26px;
  }

  .aw-onestepcheckout-number {
    font-size: 18px;
  }
}
.custom-form-wrapper {
  width: 30px;
  position: fixed;
  right: -30px;
  top: 186px;
  z-index: 9999999;
}
@media only screen and (max-width: 675px) {
  .custom-form-wrapper {
    display: none;
  }
}
.custom-form-wrapper .buttons-set {
  bottom: 0px;
  position: relative;
  margin-top: 0px;
}
.custom-form-wrapper .buttons-set p.required {
  margin-bottom: 10px;
}
.custom-form-wrapper .info-wrapper {
  float: left;
  right: -30px;
}
.custom-form-wrapper .info-wrapper button {
  position: relative;
  right: 50px;
  top: 30px;
  background: #c5093b;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 40px;
}
.custom-form-wrapper .info-wrapper button:before {
  margin-top: 6px;
  display: block;
}
.custom-form-wrapper .info-wrapper.customer button {
  top: 90px;
}
.custom-form-wrapper .slide-wrapper, .custom-form-wrapper .slide-customer-wrapper {
  position: fixed;
  background: #c5093b;
  width: 630px;
  color: white;
  padding: 20px 40px;
}
@media only screen and (max-height: 750px) {
  .custom-form-wrapper .slide-wrapper, .custom-form-wrapper .slide-customer-wrapper {
    top: 0px;
  }
}
.custom-form-wrapper .slide-wrapper h1, .custom-form-wrapper .slide-customer-wrapper h1 {
  font-size: 16px;
  color: white;
  text-transform: initial;
  margin-top: 0px !important;
}
.custom-form-wrapper label {
  font-weight: 400;
}
.custom-form-wrapper label.required:after {
  color: white;
}
.custom-form-wrapper p.required {
  color: white;
  line-height: initial;
  font-size: 10px;
  display: block;
  float: left;
}
.custom-form-wrapper input, .custom-form-wrapper textarea {
  border: none;
  border-radius: 0;
}
.custom-form-wrapper .checkbox {
  border: none;
}
.custom-form-wrapper .squaredOne {
  border: 1px solid #c5093b;
}
.custom-form-wrapper .squaredOne .accept-text {
  width: 300px;
  font-size: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 4px;
}
.custom-form-wrapper .squaredOne .accept-text a {
  color: #A0A0A0;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  -webkit-transition: color, 0.5s;
  transition: color, 0.5s;
}
.custom-form-wrapper .squaredOne .accept-text a:hover {
  color: #f5255d;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  -webkit-transition: color, 0.5s;
  transition: color, 0.5s;
}
.custom-form-wrapper .squaredOne .validation-advice {
  width: 300px;
  position: absolute;
  top: 15px;
  color: white;
}
.custom-form-wrapper .input-box .validation-advice {
  color: white;
}
.custom-form-wrapper button {
  border: 1px solid white;
}
.custom-form-wrapper button span[class^="icon-"] {
  font-size: 40px;
  position: relative;
  bottom: 2px;
  display: block;
}
.custom-form-wrapper .check-contact-wrapper {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  bottom: 0px;
  position: relative;
}
.custom-form-wrapper address {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.custom-form-wrapper address span {
  font-weight: 700;
  font-size: 16px;
}

.listcustomer-wrapper ul li {
  width: 33.3%;
  float: left;
  padding-bottom: 15px;
}
.listcustomer-wrapper ul li:hover {
  cursor: pointer;
}
.listcustomer-wrapper ul li a {
  color: white;
  font-weight: 400;
  text-align: center;
  display: block;
  text-transform: uppercase;
  max-width: 70%;
  margin: 0 auto;
  border: 1px solid #c5093b;
  border-radius: 5px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.listcustomer-wrapper ul li a:hover {
  cursor: pointer;
  border: 1px solid white;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.listcustomer-wrapper ul li a span[class^="icon-"] {
  font-size: 50px;
  display: block;
  text-align: center;
}

.magestore-bannerslider {
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 1800px) {
  .magestore-bannerslider {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .magestore-bannerslider {
    width: 95%;
  }
}

.tab-wrapper .nav {
  border-bottom: 0;
}
.tab-wrapper .nav li {
  margin-bottom: 0;
}
.tab-wrapper .nav li.active {
  border: none;
}
.tab-wrapper .nav li.active a {
  background-color: #c5093b;
  color: white;
}
.tab-wrapper .nav li.active a:hover {
  color: white;
}
.tab-wrapper .nav li.active a span[class^="icon-"] {
  color: white;
}
.tab-wrapper .nav li a {
  text-align: center;
  font-size: 24px;
  padding: 12px 0 28px 0;
  background-color: #f7f7f7;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.tab-wrapper .nav li a:hover {
  cursor: pointer;
  border: none;
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.tab-wrapper .nav li a:focus {
  border: 0;
}
.tab-wrapper .nav li a span[class^="icon-"] {
  font-size: 50px;
  color: #c5093b;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.tab-wrapper .nav li:last-child a {
  margin-right: 0;
}
.tab-wrapper #homeTab li {
  width: 25%;
}
@media only screen and (max-width: 550px) {
  .tab-wrapper #homeTab li {
    width: 50%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 550px) {
  .tab-wrapper #homeTab li:nth-child(2) a {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .tab-wrapper #homeTab li a {
    padding: 0px 0 20px 0;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .tab-wrapper #homeTab li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .tab-wrapper #homeTab li a span {
    display: block;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .tab-wrapper #homeTab li a span {
    font-size: 35px;
  }
}
.tab-wrapper #categoryTab li {
  width: 20%;
}
@media only screen and (max-width: 630px) {
  .tab-wrapper #categoryTab li {
    width: 50%;
    margin-bottom: 2px;
  }
}
.tab-wrapper #categoryTab li a {
  line-height: 1;
}
@media only screen and (max-width: 1150px) {
  .tab-wrapper #categoryTab li a {
    padding: 0px 0 20px 0;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 830px) {
  .tab-wrapper #categoryTab li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .tab-wrapper #categoryTab li a span {
    display: block;
    padding-right: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 830px) {
  .tab-wrapper #categoryTab li a span {
    font-size: 35px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 630px) {
  .tab-wrapper #categoryTab li a span {
    display: initial;
    padding-right: 10px;
  }
}

#category-contact-sticky-wrapper {
  padding-left: 2em;
}
#category-contact-sticky-wrapper .contact-image img {
  width: 100%;
}
#category-contact-sticky-wrapper aside#category-contact {
  padding-bottom: 50px;
}

.intro-category-wraper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.intro-category-wraper .intro-text-wrapper p {
  margin-bottom: 10px;
}

.brand-support-wrapper {
  margin-bottom: 40px;
  margin-top: 90px;
}
.brand-support-wrapper .manual-wrapper,
.brand-support-wrapper .publish-wrapper,
.brand-support-wrapper .video-wrapper {
  padding-top: 20px;
}
.brand-support-wrapper .manual-wrapper a,
.brand-support-wrapper .publish-wrapper a,
.brand-support-wrapper .video-wrapper a {
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.brand-support-wrapper .manual-wrapper a:hover,
.brand-support-wrapper .publish-wrapper a:hover,
.brand-support-wrapper .video-wrapper a:hover {
  color: #f5255d;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.brand-support-wrapper .video-wrapper {
  max-width: 972px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
  height: 620px;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
.brand-support-wrapper .video-wrapper.open {
  height: auto !important;
  -moz-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}
.brand-support-wrapper .video-wrapper .video {
  padding: 20px 0;
  color: #888888;
}
.brand-support-wrapper .video-wrapper .video p {
  line-height: 26px;
}
.brand-support-wrapper .video-wrapper .video h2,
.brand-support-wrapper .video-wrapper .video h3,
.brand-support-wrapper .video-wrapper .video h4,
.brand-support-wrapper .video-wrapper .video h5 {
  font-size: 28px;
  line-height: 45px;
  font-weight: 500;
  color: #454545;
  text-transform: initial;
}
.brand-support-wrapper .video-wrapper ul li {
  float: left;
  width: 33.3%;
  padding-right: 20px;
  list-style: none !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .brand-support-wrapper .video-wrapper ul li {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .brand-support-wrapper .video-wrapper ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.box-collateral {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bundlediscount-contents {
  padding: 10px;
}

.bundlediscount-lists {
  margin-bottom: 15px;
  display: list-item;
  clear: both;
  min-height: 170px;
}

.bundle-discount-container {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.bundlediscount-lists .tooltip {
  background: none repeat scroll 0 0 #f18200;
  box-shadow: 1px 1px 3px 1px #CCCCCC;
  color: #FFFFFF;
  display: none;
  float: left;
  font-weight: bold;
  font-size: 13px;
  height: auto;
  line-height: 23px;
  padding: 10px;
  width: auto;
  border-radius: 5px;
  margin-left: 90px;
  z-index: 999;
}

.position-div {
  position: relative;
}

.bundlediscount-lists h3 {
  color: #3399cc;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  outline: 0;
  text-transform: none;
}
.bundlediscount-lists h3 a {
  color: #0a263c;
  text-decoration: underline;
  font-size: 14px;
}
.bundlediscount-lists h3 a:hover {
  color: #0a263c;
  text-decoration: none !important;
  font-size: 14px;
}

.box-md-bundles .bundlediscount-selections {
  float: left;
  width: 100%;
  display: block;
  padding: 10px;
}

.bundlediscount-info {
  float: left;
  padding: 0px;
  background-color: white;
  /*	margin: 0px 0px 10px 0px;*/
  width: 17%;
  min-height: 90px;
  display: block;
  min-height: 228px;
  padding-top: 80px;
}
@media screen and (max-width: 550px) {
  .bundlediscount-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bundlediscount-info {
    width: 40%;
  }
}
.bundlediscount-info .price-container .old-price {
  color: #707270;
  text-decoration: line-through;
  font-size: 14px;
  padding-right: 10px;
}
.bundlediscount-info .price-container .new-price {
  color: #c5093b;
  text-decoration: none;
  font-size: 20px;
}
.bundlediscount-info .actions {
  padding-top: 20px;
}
.bundlediscount-info .actions button {
  width: 100%;
  padding: 6px;
}
.bundlediscount-info .actions button span[class^="icon-"] {
  font-size: 25px;
  padding-right: 10px;
}
.bundlediscount-info .actions button span.btn-name {
  text-transform: initial;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}

.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img {
  float: left;
  position: relative;
  width: 22%;
  min-height: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .box-md-bundles .bundlediscount-selections .bundlediscount-selections-img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .box-md-bundles .bundlediscount-selections .bundlediscount-selections-img {
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .box-md-bundles .bundlediscount-selections .bundlediscount-selections-img {
    width: 80%;
    clear: both;
  }
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img .price-box {
  padding-left: 5px;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img a {
  overflow: hidden;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img a img {
  margin: 0 auto;
  width: 90%;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img .product-name {
  color: #2e2e2e;
  font-size: 14px;
  text-transform: initial;
  font-weight: 700;
  display: block;
  line-height: 16px;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img .product-name:hover {
  color: #f5255d !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img h6 {
  text-align: center;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img ul {
  line-height: 14px;
  text-align: center;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img ul.sku-wrapper {
  font-style: italic;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img ul li {
  line-height: 14px;
  font-size: 14px;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-plus {
  float: left;
  padding: 130px 5px 0px 5px;
  font-weight: bold;
  font-size: 34px;
}

.bundlediscount-selections-img .bundlediscount-qty {
  background-color: #f18200;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  padding: 4px 5px 0 5px;
  position: relative;
  left: 87%;
  border-radius: 50%;
  top: 6px;
}

.bundlediscount-info p {
  margin: 0;
  color: #707270;
  font-size: 14px;
  text-transform: initial;
}

/* Prmomtion Page Css */
.prmomtions-contents {
  padding: 10px;
}

.promotions-lists {
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
  display: list-item;
  clear: both;
  min-height: 170px;
  margin: 10px 0 10px 0;
}
.promotions-lists h3 a {
  color: #0a263c;
  text-decoration: underline;
  font-size: 14px;
}
.promotions-lists h3 a:hover {
  color: #0a263c;
  text-decoration: none !important;
  font-size: 14px;
}

.promotions-discount-container {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.promotions-lists .tooltip {
  background: none repeat scroll 0 0 #f18200;
  box-shadow: 1px 1px 3px 1px #CCCCCC;
  color: #FFFFFF;
  display: none;
  float: left;
  font-weight: bold;
  font-size: 13px;
  height: auto;
  line-height: 23px;
  padding: 10px;
  width: auto;
  border-radius: 5px;
  margin-left: 90px;
  z-index: 999;
}

.position-div {
  position: relative;
}

.promotions-lists h3 {
  color: #3399cc;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  outline: 0;
  text-transform: none;
}

.promotions .promotions-selections {
  float: left;
  width: 65%;
  display: block;
}

.promotions-info {
  float: right;
  padding: 10px;
  background-color: white;
  border: #ddd 1px solid;
  margin: 0px 0px 10px 0px;
  width: 30%;
  min-height: 90px;
  display: block;
}
.promotions-info .price-container .old-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.promotions-info .price-container .new-price {
  color: #c76200;
  text-decoration: none;
  font-size: 18px;
}
.promotions-info .actions {
  padding-top: 10px;
  float: right;
}

.promotions .promotions-selections .promotions-selections-img {
  float: left;
  position: relative;
  border: 1px solid #ededed;
}
.promotions .promotions-selections .promotions-selections-plus {
  float: left;
  padding: 32px 5px 0px 5px;
  font-weight: bold;
  font-size: 20px;
}

.promotions-selections-img .promotions-qty {
  background-color: #f18200;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  padding: 7px 5px 0 5px;
  position: absolute;
  right: 30%;
  top: 80%;
  border: 2px solid #FFFFFF;
}

.promotions-div {
  background-image: url("opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  background-color: #fff;
  color: #111;
  display: none;
  min-width: 450px;
  min-height: 450px;
  padding: 25px;
}

.b-close {
  background-color: #6b9c3c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font: bold 131% sans-serif;
  padding: 7px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.promotions-div.loading {
  position: relative;
}
.promotions-div.loading:before, .promotions-div.loading:after {
  display: block;
}

.configure-buttons-set {
  padding: 5px 0px 5px 0px;
}

.configure-me-popup {
  max-height: 500px;
  overflow-y: scroll;
}

.promotions-info p {
  margin: 0;
}

#configure-me-popup .base-product-name h4, .selection-product-name h4 {
  text-align: left !important;
}

#configure-me-popup .selection-product-name h4 {
  padding: 5px 0 0 0;
  text-transform: initial;
  font-size: 16px;
}
#configure-me-popup .base-product-price {
  text-align: left !important;
}

.selection-product-price {
  text-align: left !important;
}

#configure-me-popup .price-label {
  font-weight: normal !important;
}

.configure-me-popup .product-options {
  background: none;
}

#configure-me-popup .product-options table {
  width: 100%;
}
#configure-me-popup .product-options table img {
  border: 1px solid #ededed;
}

.box-md-bundles .content-tittle {
  background: #2e2e2e;
  display: inline-block;
  width: initial;
  float: none;
}
.box-md-bundles .content-tittle h1.top {
  margin-left: 10px;
  color: #ffffff;
  border-left: 3px solid #ffffff;
  font-size: 24px;
  padding: 3px 10px;
}

.cartquote-cart-success .main {
  width: 85%;
  margin: 0 auto;
}

.wordpress-post-view .main-container {
  width: 85%;
  margin: 0 auto;
}
.wordpress-post-view .main-container .main .breadcrumbs {
  margin-bottom: 20px;
}
.wordpress-post-view .main-container .main .col-main {
  float: right;
}
.wordpress-post-view .main-container .main .col-left .wp-sidebar {
  background: none;
}

@media only screen and (max-width: 768px) {
  .is-blog .col-left {
    clear: both;
  }
}

.wordpress-index-index .main-container .main, .wordpress-term-view .main-container .main, .wordpress-archive-view .main-container .main, .wordpress-search-index .main-container .main {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .wordpress-index-index .main-container .main, .wordpress-term-view .main-container .main, .wordpress-archive-view .main-container .main, .wordpress-search-index .main-container .main {
    width: 95%;
  }
}
.wordpress-index-index .main-container .main .col-main, .wordpress-term-view .main-container .main .col-main, .wordpress-archive-view .main-container .main .col-main, .wordpress-search-index .main-container .main .col-main {
  float: right;
}
.wordpress-index-index .main-container .main .breadcrumbs, .wordpress-term-view .main-container .main .breadcrumbs, .wordpress-archive-view .main-container .main .breadcrumbs, .wordpress-search-index .main-container .main .breadcrumbs {
  margin-bottom: 20px;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar, .wordpress-term-view .main-container .main .col-left .wp-sidebar, .wordpress-archive-view .main-container .main .col-left .wp-sidebar, .wordpress-search-index .main-container .main .col-left .wp-sidebar {
  background: none;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-title, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-title, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-title, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-title {
  padding-left: 10px;
  border: 0px;
  background: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-title .filter-title, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-title .filter-title, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-title .filter-title, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-title .filter-title {
  line-height: 22px;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 3px solid;
  padding-left: 11px;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-content .blog-search, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-content .blog-search, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-content .blog-search, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-content .blog-search {
  padding-left: 12px;
  padding-right: 0;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul {
  padding-left: 5px;
  padding-top: 10px;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li.item, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li.item, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li.item, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li.item {
  margin: 0;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a {
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: initial;
  font-size: 14px;
}
.wordpress-index-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a:hover, .wordpress-term-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a:hover, .wordpress-archive-view .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a:hover, .wordpress-search-index .main-container .main .col-left .wp-sidebar .block-blog .block-content ul li a:hover {
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #f5255d;
}

.wordpress-post-view .col-left .wp-sidebar {
  background: none;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-title {
  padding-left: 10px;
  border: 0px;
  background: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-title .filter-title {
  line-height: 22px;
  font-size: 14px;
  text-transform: uppercase;
  border-left: 3px solid;
  padding-left: 11px;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content .blog-search {
  padding-left: 12px;
  padding-right: 0;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content ul {
  padding-left: 5px;
  padding-top: 10px;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content ul li.item {
  margin: 0;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content ul li a {
  color: #707270;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: initial;
  font-size: 14px;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content ul li a:hover {
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #f5255d;
}
.wordpress-post-view .col-left .wp-sidebar .block-blog .block-content .form-list li {
  width: 60%;
}

#respond .buttons-set button {
  float: left;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc( 1s );
  animation-duration: calc( 1s );
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc( 1s * 2 );
  animation-duration: calc( 1s * 2 );
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc( 1s * 0.75 );
  animation-duration: calc( 1s * 0.75 );
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc( 1s * 0.75 );
  animation-duration: calc( 1s * 0.75 );
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*# sourceMappingURL=styles.css.map */
