@charset "UTF-8";
@import url("custom.css");
/*
Theme Name: Thonet Vander
Theme URI: http://lacueva.tv
Author: Lacueva.tv
Author URI: http://lacueva.tv
Description: Desarrollado para Thonet
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thonet
This theme, like WordPress, is licensed under the GPL.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 FONTS
4.0 BODY
5.0 LOADER
6.0 SITE FOOTER
7.0 SITE HEADER
8.0 NAVIGATION
9.0 IMPORTADO TEMA ANTERIOR (para remplazar)
10.0. PAGINA DE PRODUCTO
11.0. CARRITO DE COMPRAS
12.0. FINALIZAR COMPRA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text-hidden {
  visibility: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 FONTS % VARIABLES
--------------------------------------------------------------*/
@font-face {
  font-family: dinProBold;
  src: url("assets/fonts/DINPRO-BOLD_0.OTF");
  font-weight: bold;
}
@font-face {
  font-family: dinProMedium;
  src: url("assets/fonts/DINPRO-MEDIUM_1.OTF");
  font-weight: normal;
}
@font-face {
  font-family: dinProLight;
  src: url("assets/fonts/DINPRO-LIGHT_0.OTF");
  font-weight: normal;
}
/*FUENTES*/
/*COLORES*/
/*GRID OPTIONS*/
/*

@media (min-width: $sm) {}
-webkit-
-moz-
-ms-
-o-

display: flex;
display: -o-flex;
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;


&:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
*/
/*--------------------------------------------------------------
4.0 BODY (gral class)
--------------------------------------------------------------*/
html, body {
  width: 100%;
  font-family: dinProMedium, sans-serif, sans-serif;
  background-color: #F5F5F5;
  font-size: 3.5vw;
}
@media (min-width: 768px) {
  html, body {
    font-size: 2.8vw;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 1vw;
  }
}

.site {
  width: 100%;
  overflow: hidden;
}

.site-content {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 104px;
    padding-bottom: 0.4vw;
  }
}

.site-main {
  min-height: 45vh;
}

.page.type-page {
  position: relative;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .page.type-page {
    margin-top: 20px;
    padding: 20px;
  }
}

.not-found {
  padding: 40px 20px 0;
}

@media (min-width: 768px) {
  .entry-header {
    padding: 20px 0;
  }
}
.entry-header .entry-title {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    text-align: initial;
  }
}

/*--------------------------------------------------------------
5.0 LOADER
--------------------------------------------------------------*/
#preload {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#preload p {
  font-size: 6vw;
}
@media (min-width: 768px) {
  #preload p {
    font-size: 2vw;
    font-family: dinProLight, sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flash {
  animation-duration: 5s;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*--------------------------------------------------------------
6.0 SITE FOOTER
--------------------------------------------------------------*/
.site-footer {
  background-color: #0b0b0b;
  color: #fff;
  font-family: dinProLight, sans-serif !important;
  letter-spacing: 1.88px;
  font-size: 4vw;
  padding: 15vw 20px 5vw;
  clear: both;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 5vw 50px;
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding: 3.5vw 1vw 0;
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .site-footer {
    font-size: 0.8vw;
  }
}

.datos-footer {
  margin: 20px auto;
  clear: both;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .datos-footer {
    text-align: left;
  }
}
.datos-footer img {
  display: block;
  width: 70vw;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .datos-footer img {
    margin: initial;
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .datos-footer img {
    width: 40%;
  }
}

.footer-nav-wrapper {
  margin: 20px auto;
  clear: both;
  position: relative;
}

.footer-nav-categories {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav-categories {
    padding: 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-nav-categories {
    padding: 30px;
    font-size: 110%;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-nav-categories li {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .footer-nav-categories li {
    width: 50%;
  }
}
.footer-nav-categories li a:hover {
  opacity: 0.8;
}

.footer-suscribirse {
  margin: 20px auto 40px;
  clear: both;
  position: relative;
}
@media (min-width: 992px) {
  .footer-suscribirse {
    padding-right: 10%;
  }
}
.footer-suscribirse label {
  display: block;
  text-transform: uppercase;
  margin: 25px 0;
  text-align: center;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-suscribirse label {
    text-align: left;
    padding-right: 20%;
  }
}

.inputs {
  position: relative;
  height: 35px;
  margin-top: 20px;
}
.inputs input[type=email] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 2px 10px;
}
.inputs button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  width: 40px;
  background: transparent url(assets/images/svgs/send.svg) no-repeat;
  background-position: center;
  background-size: 25px;
  cursor: pointer;
}
.inputs button span {
  visibility: hidden;
}
.inputs button:hover {
  opacity: 0.5;
}

.footer-follow {
  margin: 20px auto;
  clear: both;
  position: relative;
}
.footer-follow h4 {
  text-transform: uppercase;
  font-size: inherit;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-follow h4 {
    text-align: left;
  }
}

.footer-follow-icons {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-follow-icons {
    display: block;
  }
}
.footer-follow-icons li {
  float: left;
}

/*copyright footer*/
.copyright {
  position: relative;
  display: block;
  margin-top: 10px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.copyright p {
  color: #e1e1e1;
  font-size: 2.5vw;
  width: 100%;
  font-family: dinProLight, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .copyright p {
    font-size: 1vw !important;
  }
}
@media (min-width: 1200px) {
  .copyright p {
    font-size: 0.9vw !important;
  }
}
@media (min-width: 1500px) {
  .copyright p {
    font-size: 0.7vw !important;
  }
}

/*--------------------------------------------------------------
7.0 SITE HEADER
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

.flag, .flag-black, .flag-red, .flag-yellow {
  height: 5px;
}

.flag-black {
  background-color: #000000;
}

.flag-red {
  background-color: #ff0000;
}

.flag-yellow {
  background-color: #FFFF00;
}

/*--------------------------------------------------------------
8.0 NAVIGATION
--------------------------------------------------------------*/
/*LOGO*/
.site-branding {
  display: none;
}
@media (min-width: 768px) {
  .site-branding {
    position: fixed;
    z-index: 111;
    height: 65px;
    width: 300px;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.site-branding h2 {
  margin: 0;
  margin-left: 25px;
}

.tv-logo {
  display: none;
}
@media (min-width: 768px) {
  .tv-logo {
    display: block;
    height: 30px;
  }
}

.site-branding-movil {
  position: fixed;
  width: 100vw;
  height: 60px;
  z-index: 111;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-branding-movil {
    display: none;
  }
}
.site-branding-movil h2 {
  margin: 0;
}

.tv-logo-minified {
  display: block;
  width: 53px;
  height: 25px;
}
@media (min-width: 768px) {
  .tv-logo-minified {
    display: none;
  }
}

/*MENU CONTROL*/
.menu-toggle {
  border: none;
  background-color: initial;
  padding: 0px 30px 0px 30px;
  width: 90px;
  height: 25px;
  position: fixed;
  z-index: 1111;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

/*MENU PRINCIPAL*/
.main-navigation {
  display: none;
}
@media (min-width: 768px) {
  .main-navigation {
    display: block;
    width: 100vw;
    background-color: #ffffff;
    height: 65px;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 11;
  }
}

.primary-menu-wrapper {
  width: 100%;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 210px;
}

.primary-menu {
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  width: 250px;
}
.primary-menu li {
  text-transform: uppercase;
  border-right: 1px solid #969696;
  font-family: dinProLight, sans-serif;
  color: #969696;
  font-size: 14px;
}
.primary-menu li a {
  padding: 0 20px;
}
.primary-menu li a:hover {
  text-decoration: none;
  color: inherit;
}

/*MENU MOVIL*/
.main-navigation-movil {
  width: 100vw;
  background-color: #ffffff;
  height: 60px;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #969696;
  position: fixed;
  z-index: 11;
}
@media (min-width: 768px) {
  .main-navigation-movil {
    display: none;
  }
}

.nav-mobile-wrapper {
  min-height: 462px;
  background-color: #ffffff;
  position: fixed;
  width: 100vw;
  top: 60px;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.nav-mobile-products-togle {
  height: 80px;
  width: 98%;
  margin: 0 auto;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.nav-mobile-products-togle span {
  margin-left: 5%;
  font-family: "dinProLight", helvetica, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
}

.nav-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}
.nav-mobile li {
  height: 80px;
  width: 98%;
  margin: 0 auto;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  border-top: 1px solid #c8c8c8;
}
.nav-mobile li a {
  margin-left: 5%;
  font-family: dinProLight, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
  position: relative;
  padding-left: 76px;
}
.nav-mobile li:first-child {
  border-top: none;
}

/*ICONS NAV MOVIL*/
.icon-nav-movil {
  position: absolute;
  display: block;
  width: 66px;
  height: 41px;
  background: url(assets/images/svgs/logo-minified.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: -3px;
  left: 0;
}

.icon-nav-productos {
  background-image: url(assets/images/svgs/products.svg);
}

.toggle-country-movil {
  height: 80px;
  width: 98%;
  margin: 0 auto;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  margin-top: 20vh;
  border-bottom: 1px solid #c8c8c8;
}
.toggle-country-movil a {
  margin-left: 5%;
  font-family: dinProLight, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
  position: relative;
  padding-left: 76px;
}
.toggle-country-movil a span.icon-country {
  position: absolute;
  display: block;
  width: 66px;
  height: 41px;
  background: url(assets/images/svgs/ARG.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: -8px;
  left: 0;
  background-size: 95% 95%;
}

.social_icon_color-nav-movil {
  color: transparent;
}

.nav-icons-social {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.2vw;
  letter-spacing: 0px !important;
  padding-left: 35px;
  margin-bottom: 5.2vw;
}

/*ALL MEDIA MENUS (buscar y carrito de compras*/
.all-media-menu-wrapper {
  position: fixed;
  width: 40vw;
  height: 60px;
  z-index: 111;
  right: 0;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .all-media-menu-wrapper {
    width: auto;
    height: 65px;
  }
}

.toggle-search {
  width: 40px;
  height: 60px;
  position: relative;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .toggle-search {
    height: 65px;
    width: 60px;
  }
}
.toggle-search a {
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .toggle-search a {
    border-right: 1px solid #969696;
  }
}
.toggle-search a span.icon-search {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(assets/images/svgs/search.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: 0px;
  left: -3px;
}

.link-cart {
  width: 40px;
  height: 60px;
  position: relative;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .link-cart {
    height: 65px;
    width: 60px;
  }
}
.link-cart a {
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
}
.link-cart a span.icon-cart {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(assets/images/svgs/cart.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: 0px;
  left: -3px;
}
.link-cart a .icon-cart-count {
  position: absolute;
  top: -1px;
  left: 25%;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .link-cart a .icon-cart-count {
    font-size: 2vw;
  }
}
@media (min-width: 576px) {
  .link-cart a .icon-cart-count {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .link-cart a .icon-cart-count {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .link-cart a .icon-cart-count {
    font-size: 0.7vw;
    top: -6px;
  }
}

.toggle-country {
  width: 60px;
  height: 65px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .toggle-country {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.toggle-country a {
  display: inline-block;
  width: 40px;
  height: 25px;
  position: relative;
  border-right: 1px solid #969696;
}
.toggle-country a span.icon-country {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url(assets/images/svgs/ARG.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: 0px;
  left: 0px;
  background-size: 95% 95%;
}

/*MENU SEARCH*/
.search-menu {
  position: fixed;
  top: 60px;
  background-color: #fff;
  width: 100vw;
  height: 60%;
  z-index: 1111;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .search-menu {
    top: 65px;
    right: 0;
    width: 30vw;
    height: auto;
    min-height: 350px;
  }
}
.search-menu .widget.woocommerce.widget_product_search {
  border-bottom: 1px solid #969696;
  padding-bottom: 15px;
}
.search-menu input {
  height: 30px;
  margin-bottom: 5px;
}
.search-menu input[type=submit] {
  border: 1px solid #969696;
  background-color: transparent;
  text-transform: uppercase;
  font-family: dinProLight, sans-serif;
  vertical-align: bottom;
  color: #969696;
}
.search-menu ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696;
  font-family: dinProLight, sans-serif;
}
.search-menu ::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
  font-family: dinProLight, sans-serif;
}
.search-menu :-ms-input-placeholder {
  /* IE 10+ */
  color: #969696;
  font-family: dinProLight, sans-serif;
}
.search-menu :-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
  font-family: dinProLight, sans-serif;
}

.close-search-button {
  width: 40px;
  background: transparent;
  border: none;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 10px;
}

/*MENU COUNTRY*/
.country-selection-menu-wrapper {
  position: fixed;
  top: 60px;
  width: 100vw;
  background-color: #fff;
  z-index: 11111;
  min-height: 70vh;
}
@media (min-width: 768px) {
  .country-selection-menu-wrapper {
    top: 65px;
    right: 0;
    width: 30vw;
    height: auto;
    min-height: 350px;
    font-size: 1.5vh;
  }
}

.icon-nav-country {
  position: absolute;
  display: block;
  width: 66px;
  height: 41px;
  background: url(assets/images/svgs/products.svg) no-repeat;
  background-position: 1px 1px;
  top: -3px;
  left: 0;
}

.country-selection-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
}
.country-selection-menu li {
  min-height: 80px;
  width: 98%;
  cursor: pointer;
  border-top: 1px solid #c8c8c8;
  position: relative;
  padding-top: 25px;
}
.country-selection-menu li a {
  margin-left: 5%;
  font-family: dinProLight, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
  position: relative;
  padding-left: 76px;
}
.country-selection-menu li span.icon-nav-country-selection {
  position: absolute;
  display: block;
  width: 35px;
  height: 40px;
  background: url(assets/images/svgs/ARG.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: -8px;
  left: 0;
  background-size: 95% 95%;
}
.country-selection-menu li:first-child {
  border-top: none;
}
.country-selection-menu .sub-menu {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.country-selection-menu .sub-menu > li {
  border: none;
  min-height: 50px;
}
.country-selection-menu .sub-menu > li > a {
  font-size: 80%;
  padding-left: 50px;
}

.menu-none-elemente {
  padding: 20px 0px 5px 40px;
}
@media (min-width: 768px) {
  .menu-none-elemente {
    padding: 0;
  }
}

.sub-menu .icon-nav-country {
  width: 25px;
  height: 30px;
}

.icon-nav-country-selection-close {
  background: url(assets/images/svgs/close.svg) !important;
}

/*MENU PRODUCTOS*/
.products-navigation {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 60px;
  width: 100vw;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.products-menu {
  width: 100vw;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #c8c8c8;
  z-index: 111;
  display: none;
}
@media (min-width: 768px) {
  .products-menu {
    background-color: #f1f1f1;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    position: fixed;
  }
}
.products-menu li {
  min-height: 80px;
  width: 98%;
  cursor: pointer;
  border-top: 1px solid #c8c8c8;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .products-menu li {
    min-height: 43px;
    width: auto;
    border: none;
    padding: 0;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .products-menu li:hover {
    border-bottom: 3px solid #323232;
  }
}
.products-menu li a {
  margin-left: 5%;
  font-family: dinProLight, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
  position: relative;
  padding-left: 76px;
}
@media (min-width: 768px) {
  .products-menu li a {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    padding: 1vh;
  }
}
.products-menu li span.icon-nav-category-products {
  position: absolute;
  display: block;
  width: 55px;
  height: 50px;
  background-image: url(assets/images/svgs/close.svg);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  top: -12px;
  left: 0;
  background-size: 95% 95%;
}
@media (min-width: 768px) {
  .products-menu li span.icon-nav-category-products {
    display: none;
  }
}

.productos-open-li-ajax {
  border-bottom: 3px solid #323232 !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .close-products-menu {
    display: none !important;
  }
}

.products-menu > li > .sub-menu {
  display: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .products-menu > li > .sub-menu {
    text-align: left;
    position: absolute;
    top: 43px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100vw;
    padding: 30px;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products-menu > li > .sub-menu > li {
  border: none;
  min-height: 50px;
}
.products-menu > li > .sub-menu > li > a {
  font-size: 80%;
}
@media (min-width: 768px) {
  .products-menu > li > .sub-menu > li > a {
    padding-top: 160px;
    font-size: 120%;
    text-align: center;
    min-width: 215px;
  }
  .products-menu > li > .sub-menu > li > a:hover {
    background-color: #fff;
    border-bottom: 3px inset black;
    transition: all 0.2s;
  }
}
@media (min-width: 768px) {
  .products-menu > li > .sub-menu > li > a > .icon-nav-category-products {
    display: block;
    width: 215px;
    height: 200px;
  }
}

/*MENU PRODUCTOS AJAX*/
.sub-menu-productos-ajax-wrapper {
  width: 100vw;
  height: auto;
  min-height: 180px;
  position: absolute;
  top: 45px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-shadow: 0px 18px 39px -15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 18px 39px -15px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 18px 39px -15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 18px 39px -15px rgba(0, 0, 0, 0.6);
}

.sub-menu-left-ajax {
  height: 100%;
  width: 20%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}
.sub-menu-left-ajax img {
  width: 100%;
}

.sub-menu-right-ajax {
  width: 80%;
  height: 100%;
  min-height: 180px;
  padding: 0 10px;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}

.sub-menu-producto-ajax {
  width: 150px;
  height: 150px;
  background-color: rgba(100, 100, 100, 0.1);
  margin: 2px;
  position: relative;
}
.sub-menu-producto-ajax > a {
  display: block;
  padding: 5px 10px 10px !important;
  position: static !important;
}
.sub-menu-producto-ajax > a span {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
}
.sub-menu-producto-ajax img {
  width: 100%;
  height: auto;
}
.sub-menu-producto-ajax .hover-menu-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sub-menu-producto-ajax:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .sub-menu-producto-ajax:hover .hover-menu-content-wrapper {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .hover-menu-content-bluetooth {
    width: 50%;
    height: 50%;
    position: relative;
    left: -5%;
    background-color: #e1e1e1;
    color: #323232;
    font-size: 36px;
    font-weight: bold;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .hover-menu-content-text {
    width: 50%;
    height: 50%;
    background-color: #ffec00;
    color: #323232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -5%;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    z-index: 11;
  }
  .hover-menu-content-text strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  .hover-menu-content-text em {
    font-size: 9px;
    font-style: normal;
    font-family: dinProLight, sans-serif;
    margin-top: -2px;
  }
}

/*--------------------------------------------------------------
9.0 IMPORTANDO TEMA ANTERIOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
ARCHIVO ORIGINAL: main.css
--------------------------------------------------------------*/
/*.bt-intro {
  position: absolute;
  width: 1.7em;
  left: 16.66%;
  top: 15%;
}

@media (min-width: 992px) {
  .bt-intro {
    width: 2.88vw;
  }
}

.triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 58px solid yellow;
  top: unset;
  right: 0;
  left: 0;
  bottom: 30%;
  margin: auto;
}

.video-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20vw;
  margin-bottom: 10vw;
}

.video-container video {
  width: 188vw;
  transform: translateX(-23%);
}

@media (min-width: 992px) {
  .video-container video {
    width: 100%;
    transform: unset;
  }
}

.triangle-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 58px solid yellow;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
}

.panel {
  border-color: #323232;
  margin-bottom: -7px !important;
}

.panel-title {
  cursor: pointer;
  font-size: unset;
}

.panel-title a {
  font-size: 1em;
}

.panel-title a:nth-child(2) {
  position: absolute;
  width: 15px;
  right: 15px;
}

@media (min-width: 768px) {
  .panel-title a:nth-child(2) {
    width: 25px;
    right: 25px;
  }
}

.panel-body {
  font-size: 0.9em;
  font-family: $font-family-light;
  line-height: 1.3em;
}

.triangle-tweeter {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid yellow;
  top: 15.5vw;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .triangle-tweeter {
    top: 6vw;
  }
}

.award-quote {
  color: white;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30%;
  width: 80%;
  font-size: 2em;
  font-family: $font-family-light;
}

body {
  font-size: 3.5vw;
  font-family: $fuente-principal;
}

@media (min-width: 768px) {
  body {
    font-size: 2.8vw;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 1vw;
  }
}

.container-fluid {
  max-width: 1920px !important;
  padding-left: 0.2vw;
  padding-right: 0.2vw;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

[class^=col-] {
  padding-left: 0vw;
  padding-right: 0vw;
}

.panel-group {
  padding: 0 !important;
  border-radius: 0;
}

.panel-group .panel {
  border-color: unset;
  border-top-color: unset !important;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.panel-group .panel-heading {
  border-top-color: unset !important;
  background-color: rgba(255, 255, 255, 0);
}

.panel-group .panel-body {
  border-top: unset;
}

.image_adjust {
  width: 100%;
}

.margins {
  padding-left: 0.2vw;
  padding-right: 0.2vw;
  margin-top: 0.4vw;
}



.text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.text-container h2 {
  font-family: $fuente-principal;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.125em;
  padding: 0.5vw 1vw 0.5vw 1vw;
  font-size: 3em;
}

.text-container p {
  letter-spacing: 0.125em;
}

.color-a h2 {
  background-color: white;
  color: #323232;
}

.circle-a {
  background-color: #e1e1e1 !important;
  color: #323232 !important;
}

.circle-b {
  background-color: #323232 !important;
  color: #e1e1e1 !important;
}

.color-b h2 {
  background-color: #323232;
  color: white;
}

.text-line-module {
  color: #969696;
}

.text-line-module img {
  z-index: 1;
}

.text-line-module .box-container {
  background-color: #e1e1e1;
}

.text-line-module h2 {
  font-family: $fuente-principal;
  font-size: 2.4em;
  line-height: 48px;
  margin: auto;
  text-align: center;
}

.text-line-module .text-container {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.award {
  font-family: $fuente-principal;
  text-align: center;
}

.award img {
  display: block;
  margin-top: 20%;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
}

.award img:nth-child(2) {
  margin-top: unset;
  width: 50%;
  height: auto;
}

.award p {
  font-size: 2.4em;
}

*[id^='social-'] .fa-stack {
  font-size: 30px;
  position: absolute;
  top: 6%;
  left: unset;
  right: 5%;
}


*[id^='product-'] {
  text-transform: uppercase;
}

*[id^='product-'] .text-container {
  height: 100%;
}

*[id^='product-'] h2 {
  font-size: 2.9em;
  margin-top: 10%;
  margin-left: 6%;
  padding-left: 5vw;
}

@media (min-width: 992px) {
  *[id^='product-'] h2 {
    font-size: 4.5em;
  }
}

@media (min-width: 768px) {
  *[id^='product-'] h2 {
    padding-left: 3vw;
  }
}

@media (min-width: 992px) {
  *[id^='product-'] h2 {
    padding-left: 1vw;
  }
}

.slide-container {
  width: 100%;
  height: 150vw;
  overflow: hidden;
  position: relative;
}

.slide-container img {
  height: 180vw;
  margin-left: -130vw;
}

@media (min-width: 992px) {
  .slide-container {
    height: 50vw;
  }
  .slide-container img {
    width: 100%;
    height: auto;
    margin-left: unset;
  }
}

.box-container {
  width: 100%;
  height: 100vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  .box-container {
    height: 50vw;
  }
}

@media (min-width: 992px) {
  .box-container {
    height: 25vw;
  }
}

.medium-container {
  width: 100%;
  height: 25vw;
  overflow: hidden;
}

@media (min-width: 992px) {
  .medium-container {
    height: 5vw;
  }
}

.rect-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 992px) {
  .rect-container {
    height: auto;
  }
}

b {
  font-weight: normal;
  font-family: $fuente-principal;
  font-weight: bold;
}

.middle-text {
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

@media (min-width: 992px) {
  .middle-text {
    height: 70%;
  }
}

.middle-text h1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.9em;
  margin-top: unset;
  background-color: white;
  letter-spacing: 0.125em;
  font-family: $fuente-principal;
}

@media (min-width: 992px) {
  .middle-text h1 {
    font-size: 2.5em;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}

#myCarousel {
  margin-top: 105px;
}

.support-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

.support-modal .button-less {
  display: block !important;
  position: absolute;
  top: 15px;
  right: 15px;
}

.support-modal .pdf {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support-modal p {
  margin-top: 50%;
  width: 100%;
  height: 40%;
  text-align: center;
}

.support-modal a {
  background: #ffec00;
  font-family: $fuente-principal;
  font-weight: bold;
  color: #323232;
  width: 60%;
  font-size: 2em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.support-modal img:not(.button-less) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .support-modal img:not(.button-less) {
    height: 100%;
  }
}

.social a {
  width: 100%;
}

.social img {
  width: 100%;
}

.social .fa-stack {
  font-size: 30px;
  position: absolute;
  top: 6%;
  left: unset;
  right: 5%;
}

.social .fa-stack .fa-circle {
  color: #e1e1e1;
}

.social .fa-stack .fa-inverse {
  color: #323232;
}

.accesories-module .text-container {
  height: 20%;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: $font-family-light;
}

@media (min-width: 992px) {
  .accesories-module .text-container {
    text-align: right;
    right: -50%;
    width: 30%;
  }
}

.accesories-module .text-container h1 {
  color: white;
  font-size: 1em;
  margin-top: unset;
}

.lines-module img:first-of-type {
  width: 300%;
  z-index: -1;
  position: absolute;
  top: -15%;
  left: 0;
}

@media (min-width: 992px) {
  .lines-module img:first-of-type {
    width: 100%;
    top: 0;
  }
}

.separator {
  background-image: url(../img/svg/yellow_lines.svg);
  height: 15vw;
  background-size: cover;
}

@media (min-width: 992px) {
  .separator {
    background-size: auto;
    height: 5vw;
    overflow: hidden;
  }
}

.separator-grey {
  background-image: url(../img/svg/grey_lines.svg);
}

.related-product .text-container {
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.related-product .text-container p:first-child {
  color: white;
}

.related-product .text-container p:nth-child(2) {
  display: inline-block;
  padding-left: 3%;
  padding-right: 3%;
  background-color: white;
  font-size: 2em;
  font-family: $fuente-principal;
  font-weight: bold;
}

.frame {
  width: 100%;
  height: 100vw;
  padding: 0;
}

@media (min-width: 992px) {
  .frame {
    height: 30vw;
  }
}

.quote {
  margin-top: 35%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: $font-family-light;
  color: white;
  font-size: 1.25vw;
}

.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffec00;
  text-align: center;
  font-family: $fuente-principal;
  font-weight: bold;
}

.circle div {
  position: relative;
  top: 50%;
  transform: translateY(-57%);
}

.circle p {
  letter-spacing: unset !important;
  color: #323232 !important;
  padding: unset !important;
  display: block !important;
  background: unset !important;
}

.circle p:first-child {
  font-family: dinProBold !important;
  font-size: 2em !important;
  font-size: 28px !important;
}

.circle p:nth-child(2) {
  font-family: $font-family-light !important;
  font-size: 12px !important;
  margin-top: -15% !important;
}

@media (min-width: 992px) {
  .circle p:first-child {
    font-size: 3.32vw !important;
  }
  .circle p:nth-child(2) {
    font-size: 1.2vw !important;
  }
}

.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.frame .slidee article {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 100vw;
  height: 100vw;
  background-size: cover;
}

@media (min-width: 768px) {
  .frame .slidee article {
    height: 75vw !important;
    width: 75vw !important;
  }
}

@media (min-width: 992px) {
  .frame .slidee article {
    height: 50vw !important;
    width: 50vw !important;
  }
}

.frame .slidee article .text-container {
  text-align: center;
  height: 50%;
  width: 100vw;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
}

.frame .slidee article .text-container h1 {
  color: white;
  letter-spacing: 0.125em;
}

@media (min-width: 768px) {
  .frame .slidee article {
    width: 75vw;
    height: 75vw;
  }
  .frame .slidee article .text-container {
    width: 75vw;
  }
}

.shop-cart, .share {
  position: fixed;
  right: 0;
  bottom: 22%;
  margin: auto;
  width: 60px;
  height: 75px;
  z-index: 1;
  cursor: pointer;
  background-color: #323232;
  color: #e1e1e1;
}

.shop-cart img, .share img {
  position: relative;
  top: -2px;
}

.shop-cart p, .share p {
  float: right;
  padding-right: 5px;
}

.shop-cart {
  transform: translateY(-30px);
}

.share {
  display: none;
  position: fixed;
  transform: translateY(30px);
}

.scrollbar {
  width: 100%;
  height: 10px;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #222;
}

[data-support] {
  cursor: pointer;
}

.detail-module .text-container {
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
}

.button-more, .button-less {
  width: 60px;
  height: auto;
  cursor: pointer;
}

.collapse-container header {
  text-align: center;
  margin-bottom: 10vw;
}

@media (min-width: 992px) {
  .collapse-container header {
    margin-bottom: 1.5vw;
  }
}

.collapse-container header h1 {
  letter-spacing: 0.105em;
  background-color: #ffec00;
  display: inline-block;
  font-size: 1.5em;
  font-family: $fuente-principal;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

@media (min-width: 992px) {
  .collapse-container header h1 {
    margin-top: 5%;
  }
}

.collapse-container header p {
  font-family: $font-family-light;
  letter-spacing: 0.075em;
}

.collapse-container section {
  text-align: center;
  margin-bottom: 15vw;
}

@media (min-width: 992px) {
  .collapse-container section {
    margin-bottom: 5vw;
  }
}

.collapse-container section img:last-of-type:not(.button-more):not(.button-less) {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.collapse-container section .button-more {
  position: absolute;
  top: 0vw;
  right: 20vw;
}

.collapse-container section .button-less {
  position: absolute;
  top: 60vw;
  right: 20vw;
}

.collapse-container section header h1 {
  background-color: inherit;
  color: #969696;
  font-size: 1.2em;
  letter-spacing: 0.125em;
}

#video-hoch img {
  width: 400vw;
  margin-left: -150vw;
}

@media (min-width: 992px) {
  #video-hoch img {
    margin-top: 5vw;
    margin-left: 0;
    margin-bottom: 5vw;
    width: 100vw;
  }
}

#support-warranty {
  cursor: pointer;
}

#be-dj .text-container {
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

#be-dj .text-container p {
  font-size: 1.9em;
  text-align: center;
}

#frame1 article, #frame1 aside {
  cursor: pointer;
  color: #e1e1e1;
  text-align: center;
}

@media (max-width: 768px) {
  #frame1 article, #frame1 aside {
    width: 90vw;
    height: 90vw;
  }
}

#frame1 article .back > header :first-child:not(.button-more):not(p), #frame1 aside .back > header :first-child:not(.button-more):not(p) {
  margin-top: 15%;
}

#frame1 article header, #frame1 aside header {
  width: 100%;
}

#frame1 article header :first-child:not(.button-more):not(p), #frame1 aside header :first-child:not(.button-more):not(p) {
  margin-top: 35%;
}

#frame1 article header h1, #frame1 aside header h1 {
  text-align: center;
  font-size: 2em;
}

#frame1 article header p, #frame1 aside header p {
  font-size: 1.3em;
  letter-spacing: 1.2px;
  font-family: $font-family-light;
  color: #969696;
  width: 80%;
  margin: auto;
}

#frame1 article header p:first-child, #frame1 aside header p:first-child {
  margin-top: 30%;
}

#frame1 article header .button-more, #frame1 aside header .button-more {
  margin-top: 5%;
}

@media (min-width: 992px) {
  #frame1 .slidee article {
    height: 30vw !important;
    width: 30vw !important;
  }
}

#frame1 aside .button-less {
  margin-top: 10%;
}

#frame1 aside p {
  letter-spacing: 1.2px;
}

#frame1 aside :first-child:not(.button-more):not(p) {
  margin-top: 15% !important;
}


#DRIVERS header h1 {
  font-size: 2.5em;
}

#DRIVERS header p {
  font-size: 1.5em;
}

#DRIVERS #tweeter header h1, #DRIVERS #woofer header h1 {
  font-size: 1.5em;
}

#DRIVERS p {
  font-size: 1.2em;
}

#frame-awards {
  display: none;
  height: 160vw;
  color: #999;
}

#frame-awards .slidee article .box-container:nth-of-type(2) {
  text-align: center;
}

#frame-awards .slidee article .box-container:nth-of-type(2) img:first-child {
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#frame-awards .slidee article .box-container:nth-of-type(2) img:nth-child(2) {
  width: 179px;
}

#frame-awards .slidee article .box-container:nth-of-type(2) p {
  font-size: 2em;
}

#frame-awards .slidee article .box-container:nth-of-type(2) img, #frame-awards .slidee article .box-container:nth-of-type(2) p {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #frame-awards {
    height: 90vw;
  }
  #frame-awards .slidee article {
    width: 50vw !important;
  }
}

@media (min-width: 992px) {
  #frame-awards {
    width: 98% !important;
    margin-left: auto;
    margin-right: auto;
    height: 43vw;
  }
  #frame-awards .box-container {
    height: 24vw;
  }
  #frame-awards .slidee article {
    width: 24vw !important;
  }
}

#hoch-bt-power .box-container img {
  width: 400vw;
  margin-left: -145%;
}

@media (min-width: 768px) {
  #hoch-bt-power .box-container img {
    width: unset;
    height: 50vw;
    margin-left: -30%;
  }
}

@media (min-width: 992px) {
  #hoch-bt-power .box-container img {
    height: 100%;
    width: 100%;
    margin-left: unset;
  }
}

#hoch-bt-power .text-container {
  margin-left: 8.33%;
  width: 91.67%;
  height: 100%;
}

#hoch-bt-power .text-container header {
  position: absolute;
  top: 25%;
  height: 30%;
}

@media (min-width: 768px) {
  #hoch-bt-power .text-container header {
    top: 5%;
  }
}

@media (min-width: 992px) {
  #hoch-bt-power .text-container header {
    top: 0%;
    bottom: 0%;
    width: 30%;
    margin: auto;
  }
}

#hoch-bt-power .text-container h1 {
  font-size: 2em;
  margin-right: 20%;
  letter-spacing: 0.125em;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #ffec00;
  display: inline-block;
}

#hoch-bt-power .text-container p {
  font-size: 1.5em;
  background-color: #323232;
  color: #e1e1e1;
  display: inline-block;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: $font-family-light;
}

#hoch-bt-power .text-container .circle {
  margin-top: 70%;
}

@media (min-width: 768px) {
  #hoch-bt-power .text-container .circle {
    margin-top: 33%;
  }
}

@media (min-width: 992px) {
  #hoch-bt-power .text-container .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3vw;
    height: 11vw;
    width: 11vw;
  }
  #hoch-bt-power .text-container .circle p {
    margin-bottom: 1vw;
  }
}

#manual img:not(.button-less) {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  display: block;
  margin-top: 20%;
}

#SPECS .rect-container {
  height: 200vw;
}

@media (min-width: 992px) {
  #SPECS .rect-container {
    height: 60vw;
  }
}

#SPECS .rect-container img {
  width: 400vw;
  margin-left: -215%;
}

@media (min-width: 992px) {
  #SPECS .rect-container img {
    width: 120vw;
    margin-left: -20%;
  }
}

#SPECS .text-container {
  margin-left: 8.3%;
  width: 91.7%;
}

#SPECS .text-container h1 {
  margin-top: 40%;
  color: #ffec00;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  #SPECS .text-container h1 {
    font-size: 2em;
    letter-spacing: 0.125em;
    margin-top: 10%;
  }
}

#connect-your-world {
  height: 710px;
}

@media (min-width: 992px) {
  #connect-your-world {
    height: 49.47vw;
  }
}

#connect-your-world .box-container {
  height: 100%;
}

#connect-your-world .box-container img {
  height: 100%;
  margin-left: -50%;
}

@media (min-width: 992px) {
  #connect-your-world .box-container img {
    height: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

#connect-your-world .text-container {
  margin-left: 8.3%;
  width: 91.7%;
}

#connect-your-world .text-container header h1 {
  color: #ffec00;
  font-size: 2.5em;
  width: 40%;
  letter-spacing: .1em;
  margin-bottom: 15%;
}

@media (min-width: 992px) {
  #connect-your-world .text-container header h1 {
    margin-top: 3.5%;
    margin-bottom: 5vw;
    width: 10%;
  }
}

#connect-your-world .text-container img {
  width: 60px;
  height: auto;
}

@media (min-width: 768px) {
  #connect-your-world .text-container img {
    width: 90px;
  }
}

#connect-your-world .text-container p {
  display: inline-block;
  color: #969696;
  margin-top: 2px;
  margin-bottom: 17%;
  padding-left: 30px;
  font-size: 1.3em;
}

@media (min-width: 992px) {
  #connect-your-world .text-container p {
    margin-bottom: 5vw;
  }
}

#accesories .box-container {
  background-color: #323232;
  height: 10.5vw;
}

#accesories .text-container {
  height: 50%;
  font-family: $fuente-principal;
  letter-spacing: 0.125em;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  #accesories .text-container {
    bottom: unset;
    top: 10%;
  }
}

#accesories h1 {
  color: #ffec00;
  font-size: 1.5em;
}

#tweeter > .collapse.in ~ img {
  margin-top: 4vw !important;
  transition: margin-top 1s;
}

#tweeter img:last-of-type:not(.button-less) {
  width: 30%;
  margin-top: 13vw;
  transition: margin-top 1s;
}

#tweeter .button-more {
  top: 14vw;
}

#tweeter .button-more, #tweeter .button-less {
  right: 32vw;
}

@media (min-width: 992px) {
  #tweeter .button-more, #tweeter .button-less {
    right: 18vw;
    top: 13vw;
  }
}

#tweeter .button-less {
  top: 65vw;
}

@media (min-width: 992px) {
  #tweeter .button-less {
    top: 24vw;
  }
}

#woofer aside p, #tweeter aside p {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  font-family: $font-family-light;
}

@media (min-width: 992px) {
  #woofer aside p, #tweeter aside p {
    width: 22vw;
  }
}

#woofer .button-more, #woofer .button-less {
  right: 15vw;
}

@media (min-width: 992px) {
  #woofer .button-more, #woofer .button-less {
    right: 13vw;
    top: 1vw;
  }
}

#woofer .button-less {
  top: 60vw;
}

@media (min-width: 992px) {
  #woofer .button-less {
    top: 17vw;
    right: 13vw;
  }
}

#woofer p:last-of-type {
  margin-bottom: 3vw;
}

#product-hoch h1 {
  font-size: 1.3em;
  letter-spacing: 0.125em;
  margin-top: 60%;
  color: white;
  margin-left: 6%;
}

#product-hoch h2 {
  margin-top: unset;
}

#product-hoch p {
  color: white;
  margin-left: 6%;
  font-size: 1.6em;
}

@media (min-width: 992px) {
  #product-hoch h1 {
    margin-top: unset;
    margin-left: unset;
    margin-right: 6%;
  }
  #product-hoch h2 {
    margin-right: 6%;
    margin-left: unset;
  }
  #product-hoch p {
    margin-right: 6%;
    margin-left: unset;
  }
  #product-hoch .text-container {
    top: unset;
    left: unset;
    bottom: 20%;
    height: 30%;
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 992px) {
  #drone-fx img:not(.button-more):not(.button-less) {
    width: 51vw;
  }
}

#drone-fx, #hammer-bass {
  cursor: pointer;
}

#drone-fx h1, #hammer-bass h1 {
  font-size: 2.5em;
}

@media (min-width: 768px) {
  #drone-fx h1, #hammer-bass h1 {
    font-size: 1.5em;
  }
}

#drone-fx p, #hammer-bass p {
  font-family: $font-family-light;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #drone-fx p, #hammer-bass p {
    width: 70%;
  }
}

#drone-fx aside, #hammer-bass aside {
  height: 100%;
}

#drone-fx aside p, #hammer-bass aside p {
  margin-top: 50%;
  transform: translateY(-50%);
  width: 80%;
  font-size: .9em;
}

@media (min-width: 992px) {
  #drone-fx aside p, #hammer-bass aside p {
    margin-top: 22%;
    transform: none;
  }
}

@media (min-width: 768px) {
  #drone-fx aside .button-less, #hammer-bass aside .button-less {
    position: relative;
    top: -14vw;
  }
}

@media (min-width: 992px) {
  #drone-fx aside .button-less, #hammer-bass aside .button-less {
    top: 1vw;
  }
}

#bt-speakers {
  height: auto;
  font-size: 1em;
  letter-spacing: 0.125em;
}

@media (min-width: 768px) {
  #bt-speakers {
    height: 150vw;
  }
}

@media (min-width: 992px) {
  #bt-speakers {
    height: 50vw;
  }
}

#bt-speakers p {
  font-size: 1em;
  font-family: $font-family-light;
}

#bt-speakers header {
  margin-top: 15%;
}

#bt-speakers header h1 {
  margin-left: 6.33%;
  padding-left: 2%;
  font-size: 2em;
  background-color: #ffec00;
  display: inline-block;
}

#bt-speakers header p {
  margin-left: 8.33%;
}

@media (min-width: 992px) {
  #bt-speakers header {
    margin-bottom: 8vw;
  }
  #bt-speakers header p {
    font-size: 1.66em;
  }
}

#bt-speakers p:nth-child(3), #bt-speakers p:nth-child(4) {
  margin-left: 8.33%;
}

@media (min-width: 992px) {
  #bt-speakers p {
    width: 30vw !important;
    margin-top: 1vw;
  }
  #bt-speakers .carousel {
    margin-top: 4vw;
  }
  #bt-speakers .bt-intro {
    top: 4vw;
  }
  #bt-speakers .lines-module img {
    top: 0%;
  }
  #bt-speakers p {
    margin-left: 16.66% !important;
  }
  #bt-speakers h1 {
    margin-left: 14.66% !important;
  }
}

#bt-speakers .carousel-indicators {
  bottom: -5px !important;
}

@media (min-width: 992px) {
  #bt-speakers .carousel-indicators {
    bottom: -30px !important;
  }
}

#bt-speakers .carousel-indicators li {
  background-color: #e1e1e1 !important;
  border-radius: 0px;
  height: 3px;
  width: 50px;
}

@media (min-width: 992px) {
  #bt-speakers .carousel-indicators li {
    width: 9vw;
  }
}

#bt-speakers .carousel-indicators .active {
  background-color: #969696 !important;
}

#PRESSAWARDS {
  display: none;
}

#ACOUSTICBOX {
  height: 35.34vw;
}

#SOCIALSOUND, #SUPPORT {
  height: 22.87vw;
}

#other-sound {
  height: 31.18vw;
}

#other-sound img {
  height: 100%;
}

#other-sound .middle-text h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  #ACOUSTICBOX, #SOCIALSOUND, #SUPPORT, #other-sound {
    height: 8.85vw;
  }
}

#support-box .box-container {
  background-image: url("../img/svg/support/inside-the-box.svg");
  background-size: cover;
}

#support-warranty .box-container {
  background-image: url("../img/svg/support/3-years-warranty.svg");
  background-size: cover;
}

#support-manual .box-container {
  background-image: url("../img/svg/support/manual.svg");
  background-size: cover;
}

#support-installation .box-container {
  background-image: url("../img/svg/support/instalation.svg");
  background-size: cover;
}

#avantgarde-design, #german-engineering {
  letter-spacing: .2rem !important;

}

#avantgarde-design .text-container, #german-engineering .text-container {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

#avantgarde-design .text-container div, #german-engineering .text-container div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#avantgarde-design .text-container p, #german-engineering .text-container p {
  letter-spacing: .2rem !important;
}

@media (max-width: 992px) {
  #avantgarde-design, #german-engineering {
    width: 100%;
    height: 100vw;
  }
}

@media (min-width: 768px) {
  #avantgarde-design .box-container, #german-engineering .box-container {
    height: 100vw;
  }
}

@media (min-width: 992px) {
  #avantgarde-design .box-container, #german-engineering .box-container {
    height: 49vw;
  }
  #avantgarde-design .text-container, #german-engineering .text-container {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

#avantgarde-design header h1, #german-engineering header h1 {
  font-size: 1.9em;
  margin-left: 16.6%;
  width: 60%;
}

@media (min-width: 768px) {
  #avantgarde-design header h1, #german-engineering header h1 {
    font-size: 2.5em;
  }
}

#avantgarde-design header p, #german-engineering header p {
  font-family: $fuente-principal;
  font-size: 1.5em;
}

#avantgarde-design p, #german-engineering p {
  font-size: 1em;
  font-family: $font-family-light;
  margin-left: 16.6%;
  width: 60%;
}

@media (min-width: 768px) {
  #avantgarde-design p, #german-engineering p {
    font-size: 1.25em;
  }
}

#avantgarde-design {
  color: white;
  font-size: 1em;
}

#hammer-bass {
  color: white;
}

#hammer-bass .box-container img {
  width: 200vw;
  height: auto;
  margin-left: -50%;
}

@media (min-width: 992px) {
  #hammer-bass .box-container img {
    width: 60vw;
    margin-left: 0%;
  }
}

#keep-calm img:first-child {
  height: 100vh;
  margin-left: -70vw;
}

@media (min-width: 992px) {
  #keep-calm img:first-child {
    margin-left: 0;
    height: unset;
    width: 100vw;
  }
}

@media (min-width: 992px) {
  #keep-calm .img-responsive {
    width: 25vw;
  }
}

#keep-calm header {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 50%;
  color: white;
  font-family: $font-family-light;
}

@media (min-width: 992px) {
  #keep-calm header {
    right: unset;
    left: 16.66%;
  }
}

#keep-calm header h2 {
  font-size: 4.5em;
  line-height: 85%;
  letter-spacing: 0.125em;
}

#keep-calm header h2 span {
  display: block;
  width: 100%;
}

#keep-calm header h2 span:nth-child(3) {
  font-size: .8em;
}

#keep-calm header h2 span:nth-child(4) {
  font-family: $fuente-principal;
  font-weight: bold;
}

[id^='support-'] .text-container {
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
}

[id^='support-'] .text-container p {
  font-size: 1.8em;
  margin-bottom: 10%;
}

[id^='support-'] .box-container {
  background-color: #e1e1e1;
}

*/
/*--------------------------------------------------------------
ARCHIVO ORIGINAL: about.css
--------------------------------------------------------------*/
.success {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.success div {
  text-align: center;
  width: 80%;
  height: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.success div h1 {
  color: #ffec00;
  font-family: dinProMedium, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.9em;
}

@media (min-width: 768px) {
  .success div h1 {
    font-size: 2.22em;
  }
}
@media (min-width: 992px) {
  .success div h1 {
    font-size: 3.33em;
  }
}
.success div p {
  font-family: dinProLight, sans-serif;
  color: #969696;
  font-size: 0.95em;
}

@media (min-width: 768px) {
  .success div p {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .success div p {
    font-size: 2.22em;
  }
}
#p {
  margin-bottom: 60px;
}

.text {
  overflow: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46vw;
}

.text p:last-of-type {
  margin-bottom: 12vw;
}

.text p {
  font-size: 3.75vw;
  font-family: dinProLight, sans-serif;
  line-height: 5.71vw;
  letter-spacing: 1.8px;
}

.text p:not(:first-child):not(:nth-child(3)) {
  text-indent: 22px;
}

@media (min-width: 992px) {
  .text {
    margin-top: 10vw;
  }

  .text p {
    font-size: 1.25vw;
    line-height: 1.88vw;
  }
}
.box {
  min-height: 100vw;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .box {
    min-height: 50vh;
  }
}
.box-title {
  position: absolute;
  top: 184px;
  left: 316px;
  background-color: #ffffff;
  font-size: 60px;
  padding: 0.5vw 1vw 0.5vw 1vw;
  font-family: dinProMedium, sans-serif;
  font-weight: bold;
}

h2 {
  margin-top: 0;
}

b {
  font-weight: normal;
  font-family: dinProMedium, sans-serif;
  font-weight: bold;
}

.box-header {
  align-self: center;
  height: 30%;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .box-header {
    height: 10%;
  }
}
.box-header .button-less {
  opacity: 0;
}

.box-header h2 {
  width: 60vw;
  font-size: 10vw;
  margin-left: auto;
  margin-right: auto;
  font-family: dinProMedium, sans-serif;
  font-weight: bold;
  margin-bottom: 3%;
  letter-spacing: 7.2px;
}

@media (min-width: 992px) {
  .box-header h2 {
    font-size: 3.12vw;
    width: 20.18vw;
  }
}
.box-expanded {
  z-index: 10;
}

.box-expanded .box-header h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 27.4vw;
}

@media (min-width: 992px) {
  .box-expanded .box-header h2 {
    top: 5vw;
    left: 11vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.box-be-in-touch {
  background-color: #000000;
}

@media (min-width: 992px) {
  .box-be-in-touch.box-expanded {
    background-image: url(assets/images/svgs/contact_icons/beintouch_background.svg) !important;
    background-repeat: no-repeat;
    background-position: -25%;
  }
}
.box-technical-support {
  background-color: #FF0000;
}

.box-technical-support.box-expanded h2 {
  color: #FF0000;
}

@media (min-width: 992px) {
  .box-technical-support.box-expanded {
    background-image: url(assets/images/svgs/contact_icons/technicalassistance_background.svg) !important;
    background-repeat: no-repeat;
    background-position: -10%;
  }
}
.box-be-in-touch, .box-technical-support {
  color: #E1E1E1;
}

.box-warranty {
  background-color: #FFEC00;
}

.box-warranty.box-expanded {
  color: #ffffff;
}

.box-warranty.box-expanded h2 {
  color: #FFEC00;
}

@media (min-width: 992px) {
  .box-warranty.box-expanded {
    background-image: url(assets/images/svgs/contact_icons/warranty_background.svg) !important;
    background-repeat: no-repeat;
    background-position: -10%;
  }

  .box-warranty.box-expanded [class^=col-] {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.box-warranty.box-expanded .button-less {
  top: 7vw;
}

.box-work-with-us {
  background-color: #E1E1E1;
}

@media (min-width: 992px) {
  .box-work-with-us.box-expanded {
    background-image: url(assets/images/svgs/contact_icons/workwithus_background.svg) !important;
    background-position: -5%;
    background-repeat: no-repeat;
  }
}
.box-work-with-us.box-expanded {
  color: #E1E1E1;
}

.box-history {
  background-image: url(assets/images/about/about-history.jpg);
  background-repeat: no-repeat;
  background-size: 130vw;
  color: #323232;
}

.box-history p {
  color: white;
}

@media (min-width: 992px) {
  .box-history {
    background-size: 45vw;
    background-position: 0px -130px;
  }
}
@media (min-width: 992px) {
  .box-expanded {
    background-image: unset !important;
  }

  .box-expanded .box-header {
    display: none !important;
  }
}
.box-history, .box-history.box-expanded {
  background-color: #000000;
}

@media (min-width: 992px) {
  .box-history .row, .box-history.box-expanded .row {
    background-image: url(assets/images/about/about-history.jpg);
    background-position: 0px -75px;
    background-repeat: no-repeat;
    background-size: 50vw;
  }
}
.box-history .box-header h2, .box-history.box-expanded .box-header h2 {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .box-history, .box-history.box-expanded {
    background-position: 0px -75px;
  }
}
.box-who-we-are, .box-who-we-are.box-expanded {
  background-color: #ffffff;
  background-image: url(assets/images/about/artNdesign.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -25vw 0vw;
  color: #323232;
}

@media (min-width: 992px) {
  .box-who-we-are .row, .box-who-we-are.box-expanded .row {
    background-image: url(assets/images/about/artNdesign.svg);
    background-position: 0vw 11.6vw;
    background-repeat: no-repeat;
    background-size: 50vw;
  }
}
@media (min-width: 992px) {
  .box-who-we-are, .box-who-we-are.box-expanded {
    background-size: 50vw;
  }
}
.box-who-we-are.box-expanded .box-title, .box-rnd.box-expanded .box-title {
  background-color: unset;
}

.box-who-we-are {
  background-size: 150vw !important;
  background-position: -25vw -65vw;
}

.box-who-we-are .box-header h2 {
  width: 80vw;
}

@media (min-width: 992px) {
  .box-who-we-are {
    background-size: 59vw !important;
    background-position: -9.07vw -15.3vw;
  }

  .box-who-we-are .box-header h2 {
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .box-who-we-are.box-expanded {
    background-position: -50px 0px;
  }
}
.box-rnd, .box-rnd.box-expanded {
  background-color: #ffffff;
  background-image: url(assets/images/about/rd.svg);
  background-repeat: no-repeat;
  color: #323232;
}

@media (min-width: 992px) {
  .box-rnd .row, .box-rnd.box-expanded .row {
    background-image: url(assets/images/about/rd.svg);
    background-position: 0vw 2vw;
    background-repeat: no-repeat;
    background-size: 50vw;
  }
}
@media (min-width: 992px) {
  .box-rnd, .box-rnd.box-expanded {
    background-size: 50vw;
  }
}
.box-rnd {
  background-position: -25vw -20vw;
  background-size: 219vw;
}

@media (min-width: 992px) {
  .box-rnd {
    background-position: -7vw -20vw;
    background-size: 80vw;
  }
}
.box-rnd.box-expanded {
  background-position: -60vw 0px;
  background-size: auto 209vw !important;
}

.box-art-n-design {
  background-color: #000000;
  background-image: url(assets/images/about/about-design.jpg);
  background-position: -50vw -105vw;
  background-repeat: no-repeat;
  background-size: 185vw;
  color: #323232;
}

.box-art-n-design p {
  color: white;
  text-indent: unset !important;
}

.box-art-n-design p:nth-child(3) {
  margin-top: 12vw;
  color: #ffec00;
}

.box-art-n-design p:nth-child(4) {
  text-align: right;
}

.box-art-n-design .box-header h2 {
  width: 90vw !important;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .box-art-n-design {
    background-position: 0px -75px;
    background-size: 50vw;
  }
}
.box-art-n-design .box-header h2 {
  width: 63.18vw !important;
}

@media (min-width: 992px) {
  .box-art-n-design .box-header h2 {
    width: 27vw !important;
  }
}
.box-art-n-design .box-expanded {
  background-color: #000000;
  background-image: url(assets/images/about/about-design.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #ffffff;
}

@media (min-width: 992px) {
  .box-art-n-design .box-expanded {
    background-position: 0px -75px;
    background-size: 50vw;
  }
}
@media (min-width: 992px) {
  .box-art-n-design {
    background-position: 0px -450px;
  }
}
.box-art-n-design.box-expanded {
  background-position: -50vw 0vw;
  background-repeat: no-repeat;
  background-size: 185vw;
}

@media (min-width: 992px) {
  .box-art-n-design.box-expanded .row {
    background-image: url(assets/images/about/about-design.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 56vw;
  }
}
@media (min-width: 992px) {
  .box-art-n-design.box-expanded {
    background-position: 0px 0px;
    background-color: #000000;
  }
}
@media (min-width: 992px) {
  [id^=box-] {
    height: 100%;
  }

  [id^=box-] .row {
    height: 100%;
  }

  [id^=box-] .row [class^=col-] {
    height: 100%;
  }
}
.box-expanded {
  /*transition: all .5s linear */
  display: inherit;
  z-index: 10;
  background-color: #323232;
}

.box-expanded .box-header h1:first-of-type, .box-expanded .box-header h2 {
  opacity: 0;
}

.box-expanded .button-less {
  opacity: 100;
  z-index: 100;
}

.box-expanded .button-more {
  display: none;
}

@media (min-width: 992px) {
  .box-expanded {
    overflow-y: scroll;
    position: fixed;
    top: 5vh;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.box-expanded form {
  margin-top: 20vw;
  text-align: left;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.box-expanded form h2 {
  letter-spacing: 3.84px;
}

.box-expanded form p {
  font-family: dinProLight, sans-serif;
  color: #969696;
  letter-spacing: 1.92px;
}

@media (min-width: 992px) {
  .box-expanded form {
    margin-top: 0;
    text-align: left;
    position: relative;
    transition: transform 1s;
    top: 50%;
    transform: translateY(-50%);
  }
}
.box-expanded form input:not([type=checkbox]) {
  border: unset;
  color: #969696;
  background-color: #e1e1e1;
  margin-top: 3.65vw;
  padding-left: 3%;
  height: 65px;
  font-family: dinProLight, sans-serif;
  width: 100%;
}

@media (min-width: 992px) {
  .box-expanded form input:not([type=checkbox]) {
    margin-top: 1vw;
    height: 3.38vw;
  }
}
.box-expanded form textarea {
  border: unset;
  font-family: dinProLight, sans-serif;
  padding-top: 10px;
  color: #969696;
  background-color: #e1e1e1;
  padding-left: 3%;
  width: 100%;
  margin-top: 3.65vw;
}

@media (min-width: 992px) {
  .box-expanded form textarea {
    height: 10vw;
    margin-top: 1vw;
  }
}
.box-expanded form div label {
  width: 100%;
  font-family: dinProLight, sans-serif;
  color: #969696;
  letter-spacing: 1.92px;
}

.box-expanded form select {
  background-image: url(assets/images/svgs/drop-down-lighten-grey.svg) !important;
  padding-top: unset;
  padding-bottom: unset;
  border: solid #969696 2px;
}

.box-expanded form select option {
  font-family: dinProMedium, sans-serif !important;
  font-weight: bold !important;
}

.box-expanded form select [value=CHOOSE] {
  color: red;
}

.box-expanded .send {
  letter-spacing: 2px;
  font-family: dinProMedium, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: white !important;
  border: solid #e1e1e1 1px;
  height: 65px;
  margin-bottom: 10vw;
  text-align: center;
}

@media (min-width: 992px) {
  .box-expanded .send {
    margin-bottom: 0vw;
  }
}
.box-expanded .send a {
  vertical-align: middle;
  font-size: 1.42em;
  color: #e1e1e1;
}

.box-expanded .send a:hover {
  text-decoration: none;
}

.box-expanded .send:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.box-expanded .inputfile {
  width: 0.1px !important;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box-expanded .inputfile + label {
  margin-top: 0.65vw;
  font-size: 1em;
  font-weight: 700;
  color: white;
  display: inline-block;
  width: 100%;
}

.box-expanded .inputfile + label div:first-of-type {
  margin-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.box-expanded .inputfile + label img {
  width: 65px;
  display: inline-block;
}

.box-expanded .inputfile + label p {
  line-height: 24px;
}

.box-expanded label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.button-less {
  position: absolute;
  top: 7vw;
  right: 6vw;
}

@media (min-width: 992px) {
  .button-less {
    top: 3vw;
  }
}
.button-more {
  margin-top: 10vw;
}

@media (min-width: 992px) {
  .button-more {
    margin-top: 1vw;
  }
}
.button-more, .button-less {
  width: 60px;
  height: 60px;
}

/* ------- Contact ------- */
.text-bold {
  font-weight: dinProBold;
}

.text-lightengrey {
  color: #E1E1E1;
}

.text-darkengrey {
  color: #323232;
}

/*esto lo agregué yo porque es del bootstrap 3 y está instalado ahora el 4*/
.hide {
  display: none !important;
}

/*esto lo agregué yo porque esta copiado de otro archivo main.css que tiene otras cosas no necesarias*/
.margins {
  padding-left: 0.2vw;
  padding-right: 0.2vw;
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
}

/*--------------------------------------------------------------
10.0 PAGINA DE PRODUCTO
--------------------------------------------------------------*/
.header-single-product {
  position: relative;
  height: 95vh;
  background: grey;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 5px 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .header-single-product {
    min-height: 400px;
    height: auto;
  }
}

.title-header-wrapper {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1vw;
}
@media (min-width: 768px) {
  .title-header-wrapper {
    margin-top: 44vh;
    margin-bottom: 5vh;
    margin-left: 5vw;
  }
}
.title-header-wrapper h4 {
  font-size: 1.5em;
}
.title-header-wrapper h5 {
  font-weight: bold;
  font-size: 2em;
}

.product_title {
  background-color: #fff;
  color: #000;
  font-size: 4em;
  margin: 15px 0;
  line-height: 1.5em;
  padding: 0 10px;
  display: inline-block;
}

div.product {
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  /*.woocommerce-product-gallery--columns-3 {
  	.flex-control-thumbs li:nth-child(3n+1) {
  		clear: left;
  	}
  }

  .woocommerce-product-gallery--columns-4 {
  	.flex-control-thumbs li:nth-child(4n+1) {
  		clear: left;
  	}
  }

  .woocommerce-product-gallery--columns-5 {
  	.flex-control-thumbs li:nth-child(5n+1) {
  		clear: left;
  	}
  }*/
}
div.product div.images {
  margin-bottom: 2em;
}
div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
div.product div.images div.thumbnails {
  padding-top: 1em;
}
div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  div.product div.images.woocommerce-product-gallery {
    width: 35%;
    float: left;
    margin-left: 150px;
  }
}
div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
}
div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
div.product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  div.product div.images .flex-control-thumbs {
    padding: 0 30px;
    margin-top: -20px;
  }
}
div.product div.images .flex-control-thumbs li {
  width: 12%;
  float: left;
  margin: 25px 2%;
  list-style: none;
}
div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
div.product div.images .flex-control-thumbs li img.flex-active, div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  img.attachment-shop_single.size-shop_single {
    padding: 15% !important;
  }
}

.summary {
  width: 100%;
  padding: 10px 25px;
  font-family: dinProMedium, sans-serif;
  position: relative;
}
.summary p {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .summary p {
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .summary {
    width: 48%;
    float: right;
    padding: 30px 150px 30px 25px;
    margin-top: 5vh;
  }
}

.woocommerce-Price-amount {
  font-size: 8vw;
}
@media (min-width: 768px) {
  .woocommerce-Price-amount {
    font-size: 2.4vw;
  }
}

.woocommerce-product-details__short-description {
  font-family: dinProLight, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1vw;
  font-size: 5vw;
  margin-bottom: 4vh;
}
@media (min-width: 768px) {
  .woocommerce-product-details__short-description {
    font-size: 1vw;
  }
}

.price {
  font-weight: bold;
  font-size: 3em;
  font-family: dinProMedium, sans-serif;
  letter-spacing: 0.1em;
}

.single_add_to_cart_button {
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  padding: 10px 25px;
  font-size: 2em;
  margin: 4vh 0;
  letter-spacing: 0.1vw;
  cursor: pointer;
  font-size: 6vw;
}
@media (min-width: 768px) {
  .single_add_to_cart_button {
    font-size: 1.8vw;
  }
}

.long-description-product {
  font-family: dinProLight, sans-serif;
  font-size: 4vw;
  color: #000;
}
@media (min-width: 768px) {
  .long-description-product {
    font-size: 1vw;
    margin-top: 3vh;
  }
}

.woocommerce-message {
  position: absolute;
  top: -20px;
  font-size: 1vw;
  font-style: italic;
  font-weight: bold;
}
.woocommerce-message a {
  text-decoration: underline;
}

/*metaboxes product*/
.thonet-metaboxes-wrapper {
  clear: both;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.product-inner-nav-wrapper {
  width: 100%;
  clear: both;
  background-color: rgba(204, 204, 204, 0.7);
  position: absolute;
  z-index: 111;
}

.product-inner-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.product-inner-nav li {
  width: 25vw;
  text-align: center;
}
.product-inner-nav li a {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #333;
  font-size: 2vw;
  letter-spacing: 0.3vw;
  padding: 10px 0;
  border-right: 1px solid #999;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-inner-nav li a {
    font-size: 1vw;
  }
}
.product-inner-nav li a:hover {
  opacity: 0.5;
}

.thonet-meta-section-wrapper {
  clear: both;
  width: 100%;
}

.video-wrapper video {
  display: none;
}
@media (min-width: 768px) {
  .video-wrapper video {
    display: block;
    width: 100%;
  }
}

.conectores-wrapper {
  padding: 80px 20px;
}
@media (min-width: 1500px) {
  .conectores-wrapper {
    padding: 100px 20px;
  }
}
.conectores-wrapper > h2 {
  letter-spacing: 1vw;
  font-size: 7vw;
  font-family: dinProLight, sans-serif;
  text-align: center;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .conectores-wrapper > h2 {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  .conectores-wrapper > h2 {
    font-size: 3vw;
  }
}
.conectores-wrapper > h2 > span {
  font-weight: bold;
}

.conectores-producto {
  margin-top: 20px;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .conectores-producto {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .conectores-producto {
    margin-top: 70px;
  }
}
.conectores-producto > li {
  width: 100vw;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin: 25px 0;
}
@media (min-width: 576px) {
  .conectores-producto > li {
    width: 40vw;
  }
}
@media (min-width: 768px) {
  .conectores-producto > li {
    width: 25vw;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.conectores-producto > li > img {
  width: 108px;
}
@media (min-width: 992px) {
  .conectores-producto > li > img {
    width: 80px;
  }
}
@media (min-width: 1500px) {
  .conectores-producto > li > img {
    width: 108px;
  }
}
.conectores-producto > li > h4 {
  text-transform: uppercase;
  font-family: dinProLight, sans-serif;
  font-size: 4vw;
  line-height: 120%;
  letter-spacing: 0.3vw;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .conectores-producto > li > h4 {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  .conectores-producto > li > h4 {
    font-size: 1.5vw;
  }
}

.separador-wrapper > img {
  width: 100%;
}

.caracteristicas-wrapper {
  margin: 5px 1px;
}
@media (min-width: 768px) {
  .caracteristicas-wrapper {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.caracteristicas-wrapper > li {
  width: 98vw;
  margin: 0.5vh 1vw;
}
@media (min-width: 768px) {
  .caracteristicas-wrapper > li {
    width: 24.6%;
    margin: 1px 1px;
  }
}

.caracteristicas-item {
  position: relative;
  color: #fff;
  width: 100%;
  min-height: 450px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .caracteristicas-item {
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .caracteristicas-item {
    min-height: 350px;
  }
}
@media (min-width: 1500px) {
  .caracteristicas-item {
    min-height: 450px;
  }
}

.caracteristicas-item:hover .caracteristicas-titulos > button {
  opacity: 0.5;
}

.caracteristicas-titulos {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.caracteristicas-titulos > h1 {
  text-transform: uppercase;
  font-size: 6vw;
  letter-spacing: 0.8vw;
}
@media (min-width: 768px) {
  .caracteristicas-titulos > h1 {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
  }
}
.caracteristicas-titulos > p {
  font-size: 6vw;
  letter-spacing: 0.8vw;
  font-family: dinProLight, sans-serif;
}
@media (min-width: 768px) {
  .caracteristicas-titulos > p {
    letter-spacing: 0.2vw;
    font-size: 1vw;
  }
}
.caracteristicas-titulos button {
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  background: url(assets/images/svgs/button_more.svg);
  cursor: pointer;
}

.caracteristicas-texto {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.caracteristicas-texto > h4 {
  text-transform: uppercase;
  font-size: 7vw;
  letter-spacing: 0.8vw;
}
@media (min-width: 768px) {
  .caracteristicas-texto > h4 {
    font-size: 1vw;
    letter-spacing: 0.1vw;
  }
}
.caracteristicas-texto > p {
  font-size: 4vw;
  letter-spacing: 1.2px;
  font-family: dinProLight, sans-serif;
}
@media (min-width: 768px) {
  .caracteristicas-texto > p {
    font-size: 1.1vw;
  }
}

.drivers-wrapper {
  padding: 50px 20px;
  text-align: center;
}
.drivers-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 8vw;
  letter-spacing: 1vw;
}
@media (min-width: 768px) {
  .drivers-wrapper h2 {
    font-size: 4vw;
  }
}
.drivers-wrapper h4 {
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.5vw;
  font-family: dinProLight, sans-serif;
}
@media (min-width: 768px) {
  .drivers-wrapper h4 {
    font-size: 1.3vw;
  }
}

.drivers-items {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .drivers-items {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
}
.drivers-items li {
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .drivers-items li {
    width: 40vw;
  }
}
.drivers-items li:first-child {
  margin-top: 8vh;
}
.drivers-items li:first-child > div > img {
  width: 50%;
}

.drivers-image {
  position: relative;
}
.drivers-image img {
  width: 100%;
}

.drivers-texto {
  padding: 30px 50px;
  display: none;
}
.drivers-texto h3 {
  color: #969696;
  text-transform: uppercase;
  font-family: dinProLight, sans-serif;
  font-size: 6vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .drivers-texto h3 {
    font-size: 3vw;
  }
}
.drivers-texto p {
  font-size: 4vw;
  font-family: dinProLight, sans-serif;
}
@media (min-width: 768px) {
  .drivers-texto p {
    font-size: 1.2vw;
  }
}

.drivers-toggle {
  border: none;
  position: absolute;
  top: -10px;
  right: 47%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(assets/images/svgs/button_more.svg);
}

.drivers-toggle-close {
  background-image: url(assets/images/svgs/button_more.svg);
}

.triangle-tweeter {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid yellow;
  top: 15.5vw;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 20px;
}

/*modificado el estilo del atributo para que se muestren de manera horizontal
.atributos-wrapper {
	min-height: 400px;
	padding: 50px 10vw;
	background-color: #888;
	@media (min-width: $sm) {
		background-image: url(assets/images/fondos/fondo-caracteristicas.png);
		background-repeat: no-repeat;
	    background-size: 20vh;
	    background-position-x: 65vw;
	    background-position-y: center;
    }
    @media (min-width: $md) {
    	background-size: 30vh;
    }
	h2 {
		color: #ffec00;
		text-transform: uppercase;
		font-size: 5vw;
		letter-spacing: .3vw;
		text-align: center;
		@media (min-width: $sm) {
			font-size: 2vw;
			text-align: initial;
		}
	}
}

.shop_attributes {
	background-color: #d9d9d9;
	font-family: $font-family-light;
	padding: 10px 30px;
	@media (min-width: $sm) {
		width: 34vw;
	}

	.shop_attributes_item {
		position: relative;
		overflow: hidden;
		font-size: 4vw;
		margin: 15px 0;
		@media (min-width: $sm) {
			font-size: 1vw;
		}
		> div {
			overflow: hidden;
			height: 0;
		}
	}

	h4{
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.4vw;
		cursor: pointer;
		padding: 7px 0;
		font-size: 3.5vw;
		@media (min-width: $sm) {
			font-size: 1vw;
		}

		&:after {
			content: '';
			width: 25px;
			height: 25px;
			position: absolute;
			top: 0px;
			right: 0;
			background: url(assets/images/svgs/drop-down.svg);
		    background-repeat: no-repeat;
		}

	}
}
*/
.atributos-wrapper {
  min-height: 400px;
  padding: 50px 10vw;
  background-color: #666;
}
.atributos-wrapper h2 {
  color: #ffec00;
  text-transform: uppercase;
  font-size: 5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media (min-width: 768px) {
  .atributos-wrapper h2 {
    font-size: 2vw;
    text-align: initial;
  }
}

.shop_attributes {
  background: #d9d9d9;
  padding: 20px;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .shop_attributes {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(assets/images/fondos/fondo-caracteristicas.png);
    background-repeat: no-repeat;
    background-size: 34vh;
    background-position-x: 90%;
    background-position-y: center;
  }
}
@media (min-width: 1200px) {
  .shop_attributes {
    background-size: 40vh;
    background-position-x: 90%;
    min-height: 450px;
  }
}
@media (min-width: 1600px) {
  .shop_attributes {
    background-size: 22%;
    background-position-x: 88%;
    min-height: 520px;
  }
}
.shop_attributes .shop_attributes_item {
  font-size: 4vw;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .shop_attributes .shop_attributes_item {
    font-size: 2vw;
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .shop_attributes .shop_attributes_item {
    font-size: 16px;
    width: 20vw;
    padding: 10px;
    margin: 0;
    color: #666;
  }
}
.shop_attributes .shop_attributes_item h4 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .shop_attributes .shop_attributes_item h4 {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .shop_attributes .shop_attributes_item h4 {
    font-size: 22px;
    color: #333;
  }
}

.support-wrapper {
  margin: 5px 0;
}
.support-wrapper h2 {
  font-size: 8vw;
  letter-spacing: 1vw;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0;
  background-color: #eee;
  color: #666;
  margin-bottom: 1px;
  background: #eee url(assets/images/fondos/fondo-titulo-support.png);
  background-repeat: no-repeat;
  background-size: 40vw;
  background-position-x: 10vw;
  background-position-y: bottom;
}
@media (min-width: 768px) {
  .support-wrapper h2 {
    font-size: 4.5vw;
    background-size: 20vw;
    background-position-x: 10vw;
    background-position-y: bottom;
  }
}
@media (min-width: 992px) {
  .support-wrapper h2 {
    background-size: 15vw;
    background-position-x: 20vw;
    background-position-y: bottom;
  }
}

.support-items {
  margin: 1px 0;
}
@media (min-width: 768px) {
  .support-items {
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
  }
}
.support-items li {
  margin: 1px 0px;
}
@media (min-width: 768px) {
  .support-items li {
    width: 25vw;
    margin: 0 1px;
  }
}
.support-items li a {
  display: block;
  padding: 20px;
  background-color: #eee;
  color: #666;
  width: 100%;
  min-height: 250px;
  cursor: pointer;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.4vw;
  line-height: 150%;
  background: #eee url(assets/images/fondos/fondo-support1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .support-items li a {
    font-size: 1.5vw;
    min-height: 170px;
  }
}
.support-items li a:hover {
  opacity: 0.8;
}

.related, .up-sells {
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.related > h2, .up-sells > h2 {
  font-family: dinProLight, sans-serif;
  padding: 0 20px;
  letter-spacing: 0.3vw;
  font-size: 6vw;
  text-align: center;
}
@media (min-width: 768px) {
  .related > h2, .up-sells > h2 {
    text-align: initial;
    font-size: 2vw;
  }
}

ul.products {
  margin: 60px 0;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.products li {
  position: relative;
  width: 100vw;
  padding: 10px;
}
@media (min-width: 768px) {
  ul.products li {
    width: 24vw;
  }
}
ul.products li > a {
  display: block;
}
ul.products li > a > img {
  width: 100%;
  height: 100%;
}
ul.products li > a > h2 {
  position: absolute;
  top: 0;
  padding: 20px;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  ul.products li > a > h2 {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 1s;
  }
}

.opacity-transparent {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 1s;
}

.opacity-full {
  opacity: 1 !important;
  filter: Alpha(opacity=100);
  transition: all 1s;
}

/*--------------------------------------------------------------
11.0 CARRITO DE COMPRAS
--------------------------------------------------------------*/
table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
table.shop_table td small {
  font-weight: normal;
}
table.shop_table tbody:first-child tr:first-child th,
table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
table.shop_table tfoot td,
table.shop_table tfoot th,
table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

td.product-name dl.variation, td.product-name .wc-item-meta {
  list-style: none outside;
}
td.product-name dl.variation dt, td.product-name dl.variation .wc-item-meta-label, td.product-name .wc-item-meta dt, td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
td.product-name dl.variation dd, td.product-name .wc-item-meta dd {
  margin: 0;
}
td.product-name dl.variation p, td.product-name dl.variation:last-child, td.product-name .wc-item-meta p, td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
td.product-name p.backorder_notification {
  font-size: 0.83em;
}

td.product-quantity {
  min-width: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  td.product-quantity {
    min-width: 80px;
    text-align: initial;
  }
}
td.product-quantity .quantity > input {
  width: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-collaterals {
    width: 30vw;
    float: right;
  }
}
.cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.cart-collaterals .shipping_calculator .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
.cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}
.cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.cart-collaterals .cart_totals table th {
  width: 40%;
}
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.cart-collaterals .cart_totals table small {
  color: #777;
}
.cart-collaterals .cart_totals table select {
  width: 100%;
}
.cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
.cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

table.my_account_orders {
  font-size: 0.85em;
}
table.my_account_orders th,
table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
table.my_account_orders .button {
  white-space: nowrap;
}
table.my_account_orders .order-actions {
  text-align: right;
}
table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}

table.woocommerce-MyAccount-downloads td,
table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
table.woocommerce-MyAccount-downloads td:first-child,
table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
table.woocommerce-MyAccount-downloads td:last-child,
table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
    display: table-cell;
  }
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 50px;
  height: 50px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #dfdcde;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove,
#add_payment_method table.cart .product-remove {
  padding: 2px;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove,
#add_payment_method table.cart .product-remove {
    padding: 6px 12px;
  }
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .coupon,
.woocommerce-checkout table.cart .coupon,
#add_payment_method table.cart .coupon {
    float: left;
  }
}
.woocommerce-cart table.cart .coupon label,
.woocommerce-checkout table.cart .coupon label,
#add_payment_method table.cart .coupon label {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .coupon label,
.woocommerce-checkout table.cart .coupon label,
#add_payment_method table.cart .coupon label {
    display: inline-block;
  }
}
.woocommerce-cart table.cart .coupon input[type=text],
.woocommerce-checkout table.cart .coupon input[type=text],
#add_payment_method table.cart .coupon input[type=text] {
  width: 100%;
  margin: 5px 0;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .coupon input[type=text],
.woocommerce-checkout table.cart .coupon input[type=text],
#add_payment_method table.cart .coupon input[type=text] {
    width: initial;
    margin: 0;
  }
}
.woocommerce-cart table.cart .button-apply-coupon,
.woocommerce-checkout table.cart .button-apply-coupon,
#add_payment_method table.cart .button-apply-coupon {
  text-align: center;
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  padding: 5px 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 3vw;
  width: 100%;
  margin: 5px 0;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .button-apply-coupon,
.woocommerce-checkout table.cart .button-apply-coupon,
#add_payment_method table.cart .button-apply-coupon {
    margin: 0;
    padding: 5px 10px;
    font-size: 1vw;
    width: initial;
  }
}
.woocommerce-cart table.cart .button-update-cart,
.woocommerce-checkout table.cart .button-update-cart,
#add_payment_method table.cart .button-update-cart {
  width: 100%;
  text-align: center;
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  padding: 5px 10px;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart .button-update-cart,
.woocommerce-checkout table.cart .button-update-cart,
#add_payment_method table.cart .button-update-cart {
    width: initial;
    float: right;
    font-size: 1vw;
  }
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  /*text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;*/
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  padding: 10px 25px;
  font-size: 2em;
  margin: 4vh 0;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 4vw;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.5vw;
  }
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button,
#add_payment_method .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 40%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #777;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #dfdcde;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: #dfdcde;
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: #dfdcde;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #dfdcde;
}
.woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #dfdcde;
  border-top-color: #dfdcde;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #dfdcde;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #dfdcde;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #dfdcde;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #777;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.product-price-cart > .woocommerce-Price-amount {
  font-size: 1em;
}
@media (min-width: 768px) {
  .product-price-cart > .woocommerce-Price-amount {
    font-size: 1.5em;
  }
}

.product-subtotal > .woocommerce-Price-amount {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .product-subtotal > .woocommerce-Price-amount {
    font-size: 2em;
  }
}

.cart-subtotal .woocommerce-Price-amount {
  font-size: 2em;
}

.shipping .woocommerce-Price-amount {
  font-size: 1.5em;
}

.order-total .woocommerce-Price-amount {
  font-size: 2em;
}

a.checkout-button {
  display: block;
  text-align: center;
  /*margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;*/
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  padding: 10px 25px;
  font-size: 2em;
  margin: 4vh 0;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 1.5vw;
}

a.continue-button, a.wc-backward {
  display: block;
  text-align: center;
  /*margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;*/
  font-family: dinProMedium, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #666;
  border: none;
  padding: 10px 25px;
  font-size: 2em;
  margin: 4vh 0;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 4vw;
}
@media (min-width: 768px) {
  a.continue-button, a.wc-backward {
    font-size: 1.5vw;
  }
}

@media (min-width: 768px) {
  .checkout_button_shortcode_wrapper {
    width: 30vw;
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.checkout_button_shortcode_wrapper .checkout-button {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .checkout_button_shortcode_wrapper .checkout-button {
    font-size: 1.5vw;
  }
}

.cart-empty {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .cart-empty {
    font-size: 1.5vw;
  }
}

@media (min-width: 768px) {
  .return-to-shop {
    width: 100vw;
    text-align: center;
  }
  .return-to-shop a {
    width: 30vw;
  }
}

form.woocommerce-shipping-calculator p {
  margin: 10px 0;
  text-decoration: underline;
}
form.woocommerce-shipping-calculator p button {
  border: 1px solid #333;
  text-transform: uppercase;
  background-color: transparent;
  padding: 5px 10px;
  margin: 10px 0;
}

.cross-sells {
  clear: both;
  width: 100%;
}

/*--------------------------------------------------------------
12.0 FINALIZAR COMPRA
--------------------------------------------------------------*/
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #333;
  color: #fff;
  border-top: 3px solid #fff;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-info::before, .woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-info::after {
  clear: both;
}
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-info .button {
  float: right;
}
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

form.woocommerce-checkout {
  overflow: auto;
  margin: 50px 0;
}

form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: block;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
form .form-row label {
  line-height: 2;
}
form .form-row label.hidden {
  visibility: hidden;
}
form .form-row label.inline {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
form .form-row select {
  cursor: pointer;
  margin: 0;
}
form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
form .form-row input.input-text,
form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}
form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
form .form-row input[type=submit] {
  color: #fff;
  background-color: #000;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  form .form-row input[type=submit] {
    width: auto;
  }
}
form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
form .form-row.woocommerce-invalid label {
  color: #ff0000;
}
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
  border-color: #ff0000;
}
form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
  border-color: #00ff00;
}
form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
form .form-row :-moz-placeholder {
  line-height: normal;
}
form .form-row :-ms-input-placeholder {
  line-height: normal;
}

@media (min-width: 768px) {
  form .form-row-first {
    float: left;
    overflow: visible;
    width: 47%;
  }
}

@media (min-width: 768px) {
  form .form-row-last {
    float: right;
    overflow: visible;
    width: 47%;
  }
}

form.login,
form.checkout_coupon,
form.register {
  border: 1px solid #333;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  overflow: auto;
}

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
ul#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 22px;
  text-indent: -22px;
  list-style: none outside;
}
ul#shipping_method li input {
  margin: 3px 0.5ex;
}
ul#shipping_method li label {
  display: inline;
}
ul#shipping_method .amount {
  font-weight: 700;
}

p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .col2-set {
    width: 50vw;
    float: left;
  }
}
.col2-set .col-1 {
  max-width: initial;
}
.col2-set .col-2 {
  max-width: initial;
}

#order_review_heading {
  margin: 35px 0;
}
@media (min-width: 768px) {
  #order_review_heading {
    width: 40vw;
    float: right;
    margin-top: 0;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout-review-order {
    width: 40vw;
    float: right;
  }
}

.product-total .woocommerce-Price-amount {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .product-total .woocommerce-Price-amount {
    font-size: 1.3vw;
  }
}

.cart-subtotal .woocommerce-Price-amount {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .cart-subtotal .woocommerce-Price-amount {
    font-size: 1.5vw;
  }
}

.order-total .woocommerce-Price-amount {
  font-size: 4.5vw;
}
@media (min-width: 768px) {
  .order-total .woocommerce-Price-amount {
    font-size: 2.5vw;
  }
}

/**
	 * Order page
	 */
ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
ul.order_details::before, ul.order_details::after {
  content: " ";
  display: table;
}
ul.order_details::after {
  clear: both;
}
ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1.5vw;
  border-right: 1px dashed #333;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
ul.order_details li:last-of-type {
  border: none;
}

li.total .woocommerce-Price-amount {
  font-size: 1.5vw !important;
}

/*--------------------------------------------------------------
13.0 OTROS WOOCOMERCE (IMPORTANDO DE WC)
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 10px 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-account .woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-account .woocommerce-info {
  border-top-color: #1e85be;
}

@media (min-width: 768px) {
  .woocommerce-Addresses .col-1 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .woocommerce-Addresses .col-2 {
    width: 50%;
    float: left;
  }
}

.woocommerce-Address {
  margin: 30px 0;
}
.woocommerce-Address .woocommerce-Address-title {
  margin: 10px auto;
}
.woocommerce-Address .woocommerce-Address-title a {
  font-style: italic;
}

.woocommerce-address-fields input[type=submit] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.woocommerce-EditAccountForm {
  margin-bottom: 30px;
}
.woocommerce-EditAccountForm input[type=submit] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
}

nav.woocommerce-pagination {
  text-align: center;
}
nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus {
  background: #ebe9eb;
  color: #8a7e88;
}

.woocommerce-result-count {
  margin: 0 0 1em;
}

.woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce-ordering select {
  vertical-align: top;
}

/*--------------------------------------------------------------
14.0 Estilos personalizados online
--------------------------------------------------------------*/
.woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  background-color: #e1e1e1;
  color: #000;
}

.woocommerce-checkout #payment {
  background-color: #f7f7f7;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html, body {
  background-color: #fff;
}

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

.title-header-wrapper {
  letter-spacing: 0.5vw;
}

.grid-title {
  background-color: #fff;
  width: 65%;
  margin: auto;
  margin-bottom: 3%;
  padding: 0.5vh 0.3vw;
  font-weight: bold;
  font-size: 1.7em;
  word-spacing: 5px;
}

.grid-excerpt {
  background-color: #f1e400;
  width: 65%;
  margin: auto;
  font-weight: bold;
  padding: 0.5vh 0.3vw;
}

span.onsale {
  display: none;
}

.products-menu {
  line-height: 1em;
}

del {
  color: #666;
  text-decoration-color: #ffec01 !important;
}

ins {
  text-decoration: none;
}

ins span.woocommerce-Price-amount.amount {
  margin-left: 3%;
  background-color: #ffec01;
  padding: 2% 3%;
}

p.promo {
  background-color: #ffec01;
  padding: 2% 3%;
  font-weight: bold;
  text-align: center;
  display: none;
}

p.promo-text {
  font-weight: bold;
  background-color: #ffec01;
  padding: 2% 3%;
}

.img-promo {
  width: 52%;
}

label {
  margin: 0px !important;
  padding-right: 20%;
}

a.reset_variations {
  padding-left: 10px;
}

.footer-nav-categories {
  display: none;
}

.video-wrapper {
  border-bottom: 1px solid #c9c9c9;
}

.site-content {
  padding-top: 0px !important;
}

.header-single-product {
  margin-top: 105px;
}

[class*=eg-category-page-element] {
  font-family: dinProMedium !important;
}

[class*=eg-category-page-element] > span.woocommerce-Price-amount.amount {
  font-family: dinProMedium !important;
  font-size: 26px;
  color: #050505;
}

nav.product-inner-nav-wrapper {
  display: none;
}

.conectores-wrapper {
  border-top: 1px solid #e6e9ea;
}

.product_title {
  background-color: rgba(255, 255, 255, 0.6);
  color: #0f0f0f;
  line-height: 1.2em;
  padding: 0 3vw;
  border: 1px solid #fff;
}

div.product div.images .flex-control-thumbs li {
  width: 15%;
  margin: 0px 3%;
}

.single_add_to_cart_button {
  letter-spacing: 0.6vw;
  font-family: dinProLight, sans-serif;
}

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

.hotsale-input input[type=email] {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7490196078);
}

.hotsale-input input[type=submit] {
  background-color: #3c3c3c;
  font-size: 2em;
  padding: 8px 10px;
  color: #f1e500;
  margin-top: 1vh;
}

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

@media (min-width: 768px) {
  .title-header-wrapper {
    margin-top: 60vh;
  }
}
@media (max-width: 767px) {
  .wpcf7-form {
    margin-left: 20px;
    margin-top: 1em;
  }

  input[type=text],
input[type=email],
input[type=date],
input[type=file],
textarea {
    width: 90%;
  }

  .title-box-form {
    max-height: 250px;
  }

  .title {
    font-size: 1.5em;
  }

  .form-backhome {
    padding-left: 10%;
  }
}
/*
PAGINAS CARRITO & CHECKOUT 
*/
.wc-header {
  padding-top: 10vh !important;
}

.wc-step {
  text-align: right;
  margin-bottom: 1vh;
}

.checkout_button_shortcode_wrapper {
  display: none;
}

table.shop_table {
  border: none !important;
}

/*CUPON*/
.woocommerce-cart table.cart .button-apply-coupon {
  border: 0px !important;
  /*padding: 1vh 1vw !important;*/
  line-height: 1.7em !important;
  background-color: #939393 !important;
  color: #DDDDDD !important;
}

.woocommerce-cart table.cart .button-update-cart {
  border: none !important;
}

/*TOTALES*/
.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table, #add_payment_method .cart-collaterals .cart_totals table {
  background-color: #e5e5e5 !important;
  border-radius: 0px !important;
  border: none !important;
}

span.woocommerce-Price-amount.amount {
  font-size: 1.5vw !important;
}

/*MINIATURA DE PRODUCTOS*/
.cart-thumbs img {
  width: 180px !important;
  height: 180px !important;
}

.cart-upd-button {
  padding: 5vh 5vw;
}

.cart-upd-button .cart-refresh {
  float: right;
  height: 34px !important;
  width: 25px !important;
}

img.cart-remove-item {
  width: 35px !important;
}

/*
CATEGORY GMIDDI
*/
.title-box {
  width: 100%;
  z-index: 0;
  margin-top: 9vh;
  height: 65vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  max-height: 520px;
}

.title-row {
  padding-top: 30vh;
  padding-left: 10vw;
}

.title {
  /*padding: 5vh 2vw;*/
  padding: 3vh 2vw;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2em;
  letter-spacing: 0.9vw;
  FONT-FAMILY: "dinProMedium";
  font-weight: 700;
}

.products-grid {
  margin: 2vh auto;
  text-align: center;
}

.product-item {
    display: inline-block;
    vertical-align: top;
    width: 238px;
    margin: 0px 45px;
    margin-bottom: 5%;
    /*border: 1px solid;*/
}

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

.product-img img {
    width: 200px;
    height: 200px;
}

.product-box {
  text-align: left;
  /*margin: 10% 30% 0px 30%;*/
}

.product-title, .product-term, .product-price {
    line-height: 2em;
}


.product-title {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 2px;
}

.product-term {
  font-size: 1em;
  letter-spacing: 2px;
}

.product-price > span {
  font-size: 1.1em !important;
  margin-left: 10%;
}

.sale-price {
    background-color: #ffec01;
    padding: 2% 4%;
    font-weight: 600;
    letter-spacing: 1px;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.product-colors-group {
  margin-top: 30px;
  text-align: right;
  display: flow-root;
  height: 15px;
}

.product-color-black {
  width: 15px;
  height: 15px;
  background-color: #000;
  float: right;
  margin-right: 5px;
}

.product-color-white {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  float: right;
  margin-right: 5px;
}

.product-color-gray {
  width: 15px;
  height: 15px;
  background-color: #D6D6D6;
  float: right;
  margin-right: 5px;
}

.product-color-bl-grey {
  width: 0;
  height: 0;
  border-left: 15px solid #D6D6D6;
  border-bottom: 15px solid #000;
  float: right;
  margin-right: 5px;
}

.product-color-bl-yellow {
  width: 0;
  height: 0;
  border-left: 15px solid #FFFF07;
  border-bottom: 15px solid #000;
  float: right;
  margin-right: 5px;
}

.product-color-blue {
  width: 15px;
  height: 15px;
  background-color: #2055B9;
  float: right;
  margin-right: 5px;
}

.product-color-red {
  width: 15px;
  height: 15px;
  background-color: #E72933;
  float: right;
  margin-right: 5px;
}

.product-color-teal {
  width: 15px;
  height: 15px;
  background-color: #7FDAD4;
  float: right;
  margin-right: 5px;
}

.product-button {
  font-size: 1.2em;
  /* margin-left: 25%; */
  /* margin-right: 25%; */
  line-height: 2em;
  color: #ffffff !important;
  background-color: #050505 !important;
  text-transform: uppercase !important;
  /*margin-top: 5%;*/
  margin-top: 60px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .product-item {
    width: 100%;
    margin: 0px;
  }

  .product-box {
    margin: 10% 10% 0px 10%;
  }
  .product-price {
      margin-top: 10px;
  }
    
}
/*SUPPORT GMIDDI*/
.support-tittle {
  margin-top: 80%;
  font-family: "dinProMedium";
  letter-spacing: 0.2vw;
  color: #888888;
}

.title-box-form {
  width: 100%;
  z-index: 0;
  margin-top: 9vh;
  height: 65vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  max-height: 350px;
}

.title-row-form {
  padding-top: 17vh;
  padding-left: 10vw;
}

.tv-row {
  padding: 0px 7vw;
}

input[type=text], input[type=email], input[type=date], textarea {
  line-height: 2.5em;
  margin-top: 1vh;
  width: 80%;
  padding-left: 10px;
  font-family: dinProLight;
  font-size: 1.2em;
  border: 1px solid #e1e1e1;
}

input[type=submit] {
  text-align: center;
  background: #9a9a9a;
  padding: 0.6vh 5vw;
  color: #fff;
  font-family: "dinProMedium";
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 1.7em;
  border: none;
  cursor: pointer;
}

input[type=file] {
  font-size: 1.3em;
  font-family: "dinProMedium";
  font-weight: 500;
  font-size: 1.4em;
  border: none;
  margin-top: 1rem;
}

#bt-form-garantia {
  margin-top: 1rem;
}

.text-form-garantia {
  color: #9a9a9a;
  font-family: dinProLight;
  width: 90%;
}

.vc_custom_1524499994772 {
  background-repeat: no-repeat;
  background-position-x: 10%;
  background-position-y: 39%;
}

#form-trabaja {
  background-position: 50%;
  background-repeat: no-repeat;
}

.wpcf7-response-output {
  width: 80%;
}

.form-backhome {
  padding-left: 25%;
}

span.wpcf7-list-item-label {
  color: #9a9a9a;
  font-family: dinProLight;
  width: 90%;
}

span.wpcf7-list-item.first.last {
  margin: 13px;
}

/*
.sup-group{
  margin-top: 10vh;

}

.sup-item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  min-width: 300px;
  background-position: center;

}

.sup-item::first{
padding-left: 5vw;
}

span.sup-title {
    font-family: "dinProMedium";
    color: #888888;
    margin-top: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sup-item.contact{
  background-image: url("assets/images/svgs/item-escribinos.svg");
}

.sup-item.tech-support{
  background-image: url("assets/images/svgs/item-soporte.svg");
}

.sup-item.ext-warranty{
  background-image: url("assets/images/svgs/item-garantia.svg");
}

.sup-item.work-us{
  background-image: url("assets/images/svgs/item-trabaja.svg");
}

*/
.list-retail {
  width: 30%;
}

.list-retail-title {
  background-color: #9b9b9b;
  color: #fff;
  padding: 1vh 2vw;
  padding: 10px 25px;
  letter-spacing: 0.1vw;
  width: 100%;
}

.title-icon {
  font-weight: bold;
  font-size: 1.5em;
  vertical-align: middle;
  padding-left: 1vw;
}

.list-retail-title:hover {
  background-color: #424242;
  width: 100%;
}

.list-hide {
  display: none;
}

.list-retail-group {
  width: 100%;
}

li.list-retail-item img {
  width: 100%;
}

.list-retail-item {
  border: 1px solid #f2f2f2;
}

.list-retail-item:hover {
  border: 2px solid #ffec01;
}

/*# sourceMappingURL=style.css.map */
