/*
Theme Name: Umeni 
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author URI: http://www.umeniestudio.com/
Template: bootstrap-basic
Text Domain: umeni
Domain Path: /languages/
*/

/* BOOTSTRAP */
.container-fluid {
  max-width: 950px;
}
.container-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;  
}
.navbar {
  border-width: 0;
  min-height: 0;
}
.navbar-default {
  box-shadow: none;
}
.form-control:focus {
  border-color: #d6d6d6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228,228,228,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(228, 228, 228, 0.6);
}

.animate {
  opacity: 0;
}

/* GENERAL */
* {
  outline: none;
  box-shadow: none;
}
body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:hover,
a:focus {
  color: #999999;
  text-decoration: none;
}
a {
  color: #666666;
  cursor: pointer;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top {
  top: 0;
}
.left {
  left: 0;
}
.right {
  right: 0;
}
.bottom {
  bottom: 0;
}

.flexslider ol.flex-control-nav li, 
.valign-center-before:before, 
.valign-center-before-padding:before, 
.valign-center, 
.menu-redes-sociales-container, 
.menu-redes-sociales-container ul li, 
#search_tabs ul.ui-tabs-nav li, 
.flexslider ol.flex-control-nav li, 
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.valign-center-before:before {
  content: "";
  height: 100%;
}
.valign-center-before-padding:before {
  content: "";
  height: 0;
  padding-bottom: 100%;
}
.valign-center {
  width: 95%;
}

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

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

.bg-black-opacity {
  background-color: #000000;
  filter: alpha(opacity = 98);
  background: rgba(0, 0, 0, 0.9);
}

.bg-black-333 {
  background-color: #333333;
}

.bg-black-home {
  background-color: #0e0e0e;
}

.bg-blue-gradient {
  background: rgb(10,10,10);
  background: linear-gradient(90deg, rgba(10,10,10,1) 0%, rgba(10,10,10,1) 29%, rgba(10,10,10,1) 32%, rgba(10,10,10,1) 62%, rgba(34,34,34,1) 100%);
}

.bg-blue {
  background-color: #002047;
}

.bg-black-1717 {
  background-color: #171717;
}
.bg-white {
  background-color: #ffffff;
}

.bg-green-blue {
  background: #00b9a9;
  filter: alpha( opacity = 95 );
  background: rgba(0, 185, 169, 0.9);
}
.bg-yellow {
  background: #ffff00;
  filter: alpha( opacity = 95 );
  background: rgba(255, 255, 0, 0.9);
}
.bg-orange {
  background: #F26122;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.border {
  border: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-green-blue {
  border-color: #00b9a9;
}
.border-yellow {
  border-color: #ffff00;
}
.border-pink {
  border-color: #b93a75;
}
.border-grey-light {
  border-color: #cccccc;
}
.border-width-30 {
  border-width: 30px;
}
.border-radius-2 {
  border-radius: 2px;
}

.font-size-xs {
  font-size: 10px; /* 10px */
}
.font-size-s {
  font-size: 12px; /* 12px */
}
.font-size-m {
  font-size: 15px; /* 14px */
}
.font-size-l {
  font-size: 26px; /* 20px */
}
.font-size-xl {
  font-size: 30px; /* 26px */
}
.font-size-xxl {
  font-size: 36px; /* 32px */
}
.font-size-17 {
  font-size: 17px;
}
.font-size-23 {
  font-size: 23px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-18 {
  font-size: 18px !important;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-20 {
  font-size: 20px;
}

.font-weight-600 {
  font-weight: 600;
}

.color-white {
  color: #ffffff;
}
.color-grey-light {
  color: #cccccc;
}
.color-gray {
  color: #a9a9a9;
}
.color-black {
  color: #000000;
}
.color-red {
  color: #cc1d13;
}
.color-green {
  color: #00b9a8;
}

.color-yellow {
  color: #f7d402;
}

.color-orange {
  color: #F26122;
}

.color-blue {
  color: #005ba4;
}

h1, h2, h3, h4, h5, h6,
.font-light {
  font-weight: 100;
}
.font-bold {
  font-weight: 700;
}

.separator {
  margin-bottom: 30px;
}
.separator-10 {
  margin-bottom: 10px;
}

.not-margin {
  margin: 0;
}
.not-padding {
  padding: 0;
}
.not-padding-left {
  padding-left: 0;
}
.not-padding-right {
  padding-right: 0;
}
.padding-2 {
  padding: 2%;
}
.padding-20 {
  padding: 20px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-12 {
  padding-top: 12px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
  padding-top: 50px;
}

.padding-top-90 {
  padding-top: 90px;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-top-140 {
  padding-top: 140px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-right-5 {
  padding-right: 5px;
}

.pl-pr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-top-25 {
  margin-top: 25px;
}
.line-through {
  text-decoration: line-through;
}
.margin-bottom-3 {
  margin-bottom: 3px;
}

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

.padding-50 {
  padding: 50px;
}

/* Forms */
label {
  display: block;
}
form.wpcf7-form br {
  display: none;
}
button, select, input, textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  font-weight: 100;
  line-height: 20px;
  /* width: 100%; */
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}

.navbar {
margin-bottom: 0px;
}

.navbar-default {
  background-color: unset !important;
  background-image: unset !important;
}

.home form select {
  padding: 10px;
  height: 42px;
  border-radius: 5px;
}
textarea {
  max-height: 105px;
  margin-bottom: 15px;
}
input[type="text"], 
input[type="email"] {
  width: 100%;
}
input[type="submit"] {
  background-color: #e42300;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 5px;
}
.boton-contacto {
  background-color: #e42300 !important;
  border-color: #e42300 !important;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
}

#search_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  text-transform: uppercase;
}
#search_form ::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  text-transform: uppercase;
}
#search_form :-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
  text-transform: uppercase;
}
#search_form :-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
  text-transform: uppercase;
}

indicator-hint {
  color: #000;
}

.hover {
  opacity: 0;
}
.hover:hover {
  opacity: 1;
}

/* WOOCOMMERCE */
.discount {
  position: absolute;
  top: -5px;
  left: -6px;
  z-index: 2;
  background: #bd0170;
  color: #ffffff;
  padding: 11px;
  border-radius: 50%;
  width: 43px;
  height: 43px;
}
.woocommerce div.product .out-of-stock {
  color: #b2232a;
}
.woocommerce div.product {
  margin-bottom: 30px;
}
.woocommerce form.woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  margin: 7px 0 0 0;
}
.woocommerce div.product form.cart .button, 
.woocommerce a.button.alt {
  background-color: #e42300;
  width: auto;
  padding: 10px 15px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
  padding: 1em;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  background-color: #e42300;
}
.woocommerce div.product form.cart .button.disabled, 
.woocommerce a.button.alt:hover, 
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
  background-color: #e42300;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #999999;
}
body.woocommerce-cart .woocommerce .cart input.button.btn.btn-default {
  width: auto;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span, .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li span {
  padding: 7px 10px;
  font-size: 12px;
}
.woocommerce span.onsale {
  background: url(images/sale.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
  text-indent: -999em;
  z-index: 1;
}
.woocommerce-message, 
.woocommerce-info {
  border-top-color: #e42300;
}
.woocommerce-message::before, 
.woocommerce-info::before {
  color: #e42300;
}
.woocommerce div.product form.cart .variations label {
  color: #111111;
}
.woocommerce-page .products img {
  width: 100%;
}
.woocommerce .shop_table .actions input.button, 
.woocommerce .shop_table .actions button.button, 
.woocommerce input.button {
  padding: 10px 15px;
}

/* BOOTSTRAP PAGINATION */
nav.pagination-center.pagination-row {
  text-align: center;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: #222221;
  border-color: #222221;
}
.pagination>li>a, 
.pagination>li>span {
  color: #222221;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  color: #89898c;
}

/* BOOTSTRAP MODAL */
.modal-header {
  background-color: #959597;
  color: #ffffff;
}
.modal-header .modal-title {
  font-weight: 300;
}
.modal-header button {
  margin: 0;
}

/* HEADER */
.page-container > header {
  background-color: #fff;;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
header ul {
  margin: 0;
  padding: 0;
}
header ul li {
  display: block;
}

header ul.menu-container {
  margin: 0;
  padding: 0;
  text-align: right;
}
header ul.menu-container li {
  display: inline-block;
}
header ul.menu-container li a {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 0 13px;
  font-weight: 600;
}
header ul.menu-container li span {
  font-weight: 600;
}

header ul.menu-container li a:hover,
header ul.menu-container li span:hover {
  opacity: 0.7;
}


header ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding: 0 10px;
}
header ul li a:hover, 
header ul li a:focus {
  color: #666666;
}

header .menu-redes-sociales-container {
  border-right: 1px solid #666666;
  margin-top: 6px;
  padding-right: 10px;
}
header .menu-redes-sociales-container ul li a {
  background: url(images/sprite_iconos.png) no-repeat -446px -234px;
  width: 26px;
  height: 26px;
  display: block;
  text-indent: -999em;
  text-align: center;
}
header .menu-redes-sociales-container ul li.instagram a {
  background-position: -582px -235px;
}
header .menu-redes-sociales-container ul li.twitter a {
  background-position: -514px -235px;
}
header .menu-redes-sociales-container ul li.youtube a {
  background-position: -651px -235px;
}

header .open-nav {
  font-size: 15px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}

header h1.entry-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  filter: alpha(opacity = 95);
  background: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 8px 8px 8px 32px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav a:hover, 
.offcanvas a:focus{
  color: #999;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav ul li.icon-home a {
  background: url(images/logo.png) no-repeat 20px -4px;
  text-indent: -999em;
  margin-bottom: 10px;
}
.sidenav ul li.dropdown > a:before {
  background: url(images/sprite.png) no-repeat -60px -419px;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav ul li.dropdown > a.opened:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header ul.sub-menu {
  display: none;
}
header ul ul.sub-menu {
  padding-left: 20px;
}
header .border-top-separator:before {
  content: "";
  border-top: 1px solid #ffffff;
  width: 30px;
  height: 1px;
  display: block;
  margin: 30px 0 30px 32px;
}

/* Carrito */
header .icon-shopping-cart {
  background: url(images/sprite_iconos.png) no-repeat -682px -500px;
  width: 40px;
  height: 40px;
  text-indent: -999em;
  display: block;  
}
header .carrito {
  position: absolute;
  top: 0px;
  right: 40px;
}
.admin-bar header .carrito {
  top: 0px;  
}
header .carrito .cart {
  padding: 0 10px;
  cursor: pointer;
}
header .carrito .cart:hover i {
  color: #666666;
}
header .carrito .widget_shopping_cart {
  border: 2px solid #c7c7c7;
  background: #ffffff;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 99;
  min-width: 350px;
  padding: 15px;
  display: none !important;
}
header .carrito .widget_shopping_cart.opened {
  display: block !important;
}
header .carrito .widget_shopping_cart h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

header .woocommerce.widget_shopping_cart .cart_list li a.remove {
  padding: 0;
}
header .woocommerce ul.product_list_widget li a + a {
  padding: 0;
}
header .woocommerce ul.product_list_widget li dl {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
header .woocommerce p.buttons {
  margin: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
  padding-bottom: 10px;
}

.wpt_quantity div input, .message {
  margin-bottom: 0px !important;
}

/* Search Form */
button.btn-search {
  background: none;
  color: #000;
  outline: none;
  box-shadow: none;
  font-size: 18px;   
  border-left: 1px solid #000;
  margin-top: 3px; 
  padding: 6px 12px 6px 25px; 
  border-radius: inherit;  
}
button.btn-search:focus, 
button.btn-search:active, 
button.btn-search:hover, 
button.btn-search:visited {
  outline: none;
  box-shadow: none;
}
#search_form {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 62px;
  left: 30px;
  z-index: 10;
  padding: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}
#search_form .input-group-btn button {
  background: #e42300;
  color: #ffffff;
  text-shadow: none;
  border-color: #e42300;
  box-shadow: none;
}
.buscar {
  height: 34px;
  border-radius: 4px;
  color: black;
  padding: 10px;
  border: none;
  border: 1px solid #cccc;
  width: 140px;
  margin-bottom: 0px;
}
.search-results .product {
  margin-bottom: 30px;
}

/* Search Tabs */
#search_tabs {
  display: none;
  padding: 10px 0;
}
body.woocommerce #search_tabs, 
body.woocommerce-page #search_tabs {
  display: block;
}
body.woocommerce #search_list, 
body.woocommerce-page #search_list {
  display: none;
}
#search_tabs.ui-tabs li a {
  color: #ffffff;
  text-transform: uppercase;
}
#search_tabs ul.ui-tabs-nav {
  margin: 0;
  padding: 0;
}
#search_tabs.ui-tabs .ui-tabs-nav li:first-child a {
  background: url(images/search.jpg) no-repeat center left;
  border-left: 0;
  padding-left: 30px;
}
#search_tabs.ui-tabs .ui-tabs-nav li a {
  border-left: 1px solid #ffffff;
  color: #666666;
  margin-top: 8px;
  padding: 0 10px;
  outline: none;
  box-shadow: none;
}
#search_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff;
  font-weight: 100;
}
#search_list ul {
  margin: 0;
  padding: 0;
}
#search_list ul li {
  padding: 7px 15px 7px 0;
  list-style-position: inside;
}

/* MAIN */
/* Flexslider */
.loading .flexslider {
  visibility: hidden;
  opacity: 0;
  max-height: 450px;
}
.flexslider ul.slides,
.flexslider ol.flex-control-nav {
  margin: 0;
  padding: 0;
}
.flexslider ol.flex-control-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.flexslider ol.flex-control-nav li a {
  background: #333333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  display: block;
  margin: 10px 3px;
}
.flexslider ol.flex-control-nav li a:hover, 
.flexslider ol.flex-control-nav li a.flex-active {
  background: #666666;
}
.flexslider ul.slides li img {
  width: 100%;
}

/* Products */
.product .image {
  text-align: center;
}
.product-list-title {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.product-list:hover .product-list-title {
  box-shadow: inset 0 0 0 140px rgba( 0, 0, 0, 0.8 ), 0 1px 2px rgba( 0, 0, 0, 0.1 );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bg-bannercreatividad {
  background: url(images/home_bannercreatividad.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 155px 0;
}

a.shipping-calculator-button {
  color: #00b9a9;
}

/* */
.ico_envio, 
.ico_tarjetas {
  background: url(images/sprite.png) no-repeat -30px -145px;
  width: 80px;
  height: 47px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ico_tarjetas {
  background-position: -30px -218px;
}

/* */
.title-separator:before, 
.title-separator:after {
  content: "";
  width: 25px;
  border-bottom: 1px solid;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.title-separator:after {
  margin-left: 25px;
  margin-right: 0;
}

/* Variations */
table.variations td.label {
  display: inherit;
}

/* MAP */
#map {
  height: 450px;
}

/* FOOTER ------------------------------------------------------------ */
#site-footer {
  background-color: #262626;
  border-top: 6px solid #e42300;
  margin-top: 50px;
  padding: 45px 0 100px 0;
}

#site-footer ul.menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 30px;
  text-transform: uppercase;
}

.ico_geson {
  background: url(images/sprite.png) no-repeat -10px -369px;
  width: 120px;
  height: 25px;
  text-indent: -999em;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}

ul#menu-menu-footer > li > a {
  color: #fff;
}

ul#menu-menu-footer {
  padding-inline-start: 0px;
}

.umeni {
  float: right;      
}

.umeni:hover{
  opacity: 0.7;
  cursor: pointer;
}

.afip {
  float: left;
  width: 40px;
  height: auto;  
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.center-default {  
  display: flex;
  align-items: center;
  justify-content: center;  

}

.center-welcome {
  display: flex;
  align-items: center;  
  flex-direction: column;
  height: 100vh;
  padding-top: 180px;

}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.tml-field {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #000;
  font-weight: 100;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 7px;
  border-radius: 3px;
}

.tml-field:focus {
  outline: none;
  box-shadow: none;
}

.tml-button {
 width: 100%;
 background-color: #e42300;
 border-color: #e42300;
 color: #ffffff;
 text-transform: uppercase;
 padding: 10px;
 font-size: 14px;
 margin-top: 5px;
}

.tml-links {
  display: none;
}

.bg-create {  
  background: url('images/dunlop_create.jpg') center no-repeat;
  background-size: cover;
  height: 100vh;
}

.bg-dunlop {
  background: url('images/dunlop_tyre.jpg') center no-repeat;
  background-size: cover;
  height: 100vh;
}

.bg-reset {
  background: url('images/dunlop-reset.jpg') center no-repeat;
  background-size: cover;
  height: 100vh;
}

.bg-sugerencia {
  background: url('images/sugerencia.jpg') center no-repeat;
  background-size: cover;  
}

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

.default {
  background: transparent;
  color:#000;
  font-size: 18px;
  padding: 5px 35px 0px 35px;
}

.default-medidas {
  background: transparent;
  color:#000;
  font-size: 18px;
  padding: 5px 85px 0px 85px;
}

.new-account {
  background-color: #e42300;
  color:#fff;
  text-transform: uppercase;
  font-size: 13px;
  border: inherit;
  padding: 13px 15px 13px 15px;
  width: 100%;
  border-radius: 5px;
}

.form-new {
  border-radius: 3px;
  padding: 7px;
  color: #000;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.85);
}

.wpt_for_product_action.wpt_quantity .quantity input {
  min-width: 77px !important;

}

.wpt_product_table_wrapper div.tables_cart_message_box {
  display: none !important;

}

.woocommerce .quantity .qty {
  width: 6em !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.bg-legales {
  background: #f7f6f7;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: solid 3px #f7d300;
}

.logo {
  width: 45px; 
}

.logo-login {
  width: 75px
}

.logo-tierra {
  width: 230px;
}

.logo-footer {
  width: 200px;
}

#product_id_3152 td.wpt_Message, #product_id_3162 td.wpt_Message, 
#product_id_3101 td.wpt_Message, #product_id_3146 td.wpt_Message, 
#product_id_3099 td.wpt_Message, #product_id_3167 td.wpt_Message {
  visibility: hidden;
}

/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.single-a:hover {
  color: inherit !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: none;
}

p > button.button {
  padding: 10px;
  margin-top: 10px !important;
  text-transform: uppercase !important;
  background-color: #e42300 !important;
  color: #fff !important;
}

#my-account-menu .logout a {
  margin-top: 10px !important;
  text-transform: uppercase !important;
  background-color: #e42300 !important;
  color: #fff !important;
}

.edit {
  padding: 5px !important;  
  background-color: #e42300 !important;
  color: #fff !important;
  border-radius: 6px;
  font-size: 11px;
  text-transform: uppercase;
}

#my-account-content {
  padding-left: 20px;
  padding-right: 20px;
}

button#user {
  background: none;
  color: #000;
  outline: none;
  box-shadow: none;
  font-size: 24px; 
  padding: 6px 12px; 
  margin-top: 0px;
  border-radius: inherit;  
  border: none;
  margin-bottom: 0px;
  vertical-align: middle;
}

.file-input {
  border: none;
  padding: 10px 0px 10px 0px;
}

.logo-input {
    height: 35px;
    font-size: 13px;
    border-radius: 4px;
}

.logo-button {
  width: 50% !important;
  border-radius: 4px;
  margin-top: 15px;
}

input[type="file" i]::-webkit-file-upload-button:hover {
  cursor: pointer;
}

input[type="file" i]::-webkit-file-upload-button {
  background: #e42300 !important;
  color: #fff !important;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: none; 

}

.wpcf7-form-control-wrap input:focus, 
.wpcf7-form-control-wrap select:focus,
input[type="file" i]:focus{
outline: none;
box-shadow: none;
}

.social {
	position: fixed; 
	right: -5px; 
	top: 300px; 
	z-index: 2000; 
}
 
.social ul {
		list-style: none;
}
 
.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
        padding: 12px 17px;
        border-radius: 7px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease;
}
 
.social ul li .icon-ws {background:#64ec68;} 
	
 
.social ul li a:hover {
		background: #84eb86; 
		padding: 13px 27px; 
}

.tml .tml-label,
.tml .tml-error,
.tml .tml-action-confirmaction .success, 
.tml .tml-error, 
.tml .tml-message, .tml .tml-success{
  color: #000;
}

.woocommerce-product-gallery {
  --woocommerce-product-gallery-zoom: 1.2;
}
 