/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


 .modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {

  margin: 0 auto;
  width: 700px;

  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;

  margin: 0 auto;
  margin-top: 15%;

  /*-webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {

  .quattro {
    margin-top: 80px !important;
  }
  .banners3 {
    margin-bottom: 102px;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .version-tablet { margin-top: -10px;}
  .anadir-deseos-producto {width: 37px; height: 37px;}

  div.pie-slider-minibanners {
    min-height: 35px !important;
    height: 80px !important;
  }
  .slider-url-minibanners{
    /* font-size: 14px !important; */
  }
  #custom_img {
    width: 40px !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }

  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: left;
    width: 48%;
    margin: 1%;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {

  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}


/* etalage responsivo  */

@media (min-width: 1200px){
  .etalage_thumb_image
  {
  height: auto !important;
  /*width: auto !important;*/
  }

  .etalage_magnifier img
  {
  height: auto !important;
  }

  .galeria_movil
  {
  display: none;
  }

  .menu_movil
  {
  display: none;
  }

  #menu_movil{
    display: none;
  }

  .splash
  {
    width: 900px !important;
  }

  .etalage_zoom_img
  {
  height: auto !important;
  }
  .datos_store {
    margin-left: 0px !important;
    text-align: center;
  }
}


@media (min-width: 980px) and (max-width: 1199px) {
  .rectangulo_info_pie{
     width: 32.62% !important;
  }
  .pull-right.class_padding_25 {
    float: left;
  }
/*.menu_escritorio{
  display: none !important;
}*/
.panel-producto {
    width: 100%;
  }
  .swiper-container{
    
  }
#carousel {
    height: 140px !important;
}
.prev-fredcarousel{
  background-position: left 10px top 55px !important;
  height: 140px !important;
}
.next-fredcarousel{
  background-position: right 10px top 55px !important;
  height: 140px !important;
}

.sf-mega {
    position: absolute !important;
    width: 940px !important;
    left: -171px !important;
    padding: 20px !important;
}
.rectangulo_info_pie img{
    width: 80px !important;
  }
  .cabecera_desaparece{
    display: none;;
  }
  .galeria-master{
    display: none;
  }
  .div_cabecera_producto{
  display: none !important;
}
  .galeria_movil{
    display: block;
  }
  .rectangulo_info_pie span{
    font-size: 12px !important;
  }
  .texto_rectangulo {
    margin-top: 0px !important;
  }
/*.cabecera-informativa{
  display: none !important;
}*/
h2#titulo-pagina
  {
  font-size: 24px !important;
  }

.etalage_thumb_image
  {
  width: 300px !important;
  height: auto !important;
  }

.etalage_magnifier img
  {
  width: 300px !important;
  height: auto !important;
  }
  
.etalage_small_thumbs
  {
  margin-left: 305px !important;
  }

.etalage_zoom_area
  {
  left: 305px !important;
  }

.etalage_zoom_img
  {
  height: auto !important;
  }

.etalage_zoom_area > div
  {
  width: 395px !important;
  height: 500px !important;
  }

.galeria_movil
  {
  display: block;
  }
.menu_movil
  {
  display: block !important;
  }
  #panel-usuario-movil
    {
    display: block;
    }
/*.cabecera-informativa{
  display: none !important;
}*/
.texto-cesta, .total-bolsa
  {
  float: right !important;
  }

.imagen-bolsa
  {
  display: none;
  }

  #menu_movil{
    display: none;
  }

  .splash
  {
    width: 900px !important;
  }

  .anadir-cesta, .anadir-deseos
  {
  font-size: 15px !important;
  margin-top: 10px !important;
  }

  .sf-mega-section
    {
    width: 32%;
    margin-right: 1em;
    }

  .sf-mega .img-category
    {
    display: none;
    }

  .menu-marca img
    {
    width: 55% !important;
    margin-left: 15% !important;
    }

  .info-slider
    {
    width: 52% !important;
    height: 31% !important;
    }

  .info-slider-mini
    {
    height: 35% !important;
    }
    .mini-banner-izq, .mini-banner-der, .mini-banner-centro{
      width: 31.7% !important;
    }
  .datos-cliente input {
    max-width: 100% !important;
    width: auto;
  }
  .cloudzoom{
    width: 400px;
  }
  section.homepage-slider{
    min-height: 377px !important;
  }

  .btn-stripe-1-click{
    margin-left: -239px !important;
  }


    table#tabla-descuentos {
      width:100%;
    }
    thead#tabla-descuentos {
      display: none;
    }
    tr#tabla-descuentos:nth-of-type(2n) {
      background-color: inherit;
    }
    tr#tabla-descuentos td:first-child {
      font-weight:bold;
      font-size:1.3em;
    }
    tbody#tabla-descuentos td#tabla-descuentos {
      display: block;
      text-align:center;
    }
    tbody#tabla-descuentos td#tabla-descuentos:before {
      content: attr(data-th);
      display: block;
      text-align:center;
    }

    .contenedores-proceso-pago{
      height: 415px !important;
    }
    .metodos-pago-normal{
      margin-top: 20px;
    }
    .metodos-pago-tarjeta{
      margin-top: 20px;
    }

    .switch-field-radio-visible input{
      margin: 10px !important;
      margin-top: 40px !important;
    }
  .btn-tarjeta-1-click{
    left: -240px !important;
  }
  .cont-btn-paypal-responsive{
    width: 49.5% !important;
  }

  .mini-banner-col1, .mini-banner-col2, .mini-banner-col3, .mini-banner-col4{
    width: 210px !important;
  }

  .menu-fijo{
    margin-right: -470px !important;
  }

  .menu-fijo-prueba{
    margin-right: -470px !important;
  }


}

@media (min-width: 768px) and (max-width: 979px) {
  #aceptar-terminos-movil{
    width: 20px !important;
    float: left !important;
  }
  .rectangulo_info_pie{
     width: 32.41% !important;
  }
  .pull-right.class_padding_25 {
    float: left;
  }
  .div_cabecera_producto{
  display: none !important;
}

.prev-fredcarousel{
  background-position: left 10px top 45px !important;
  height: 115px !important;
}
.next-fredcarousel{
  background-position: right 10px top 45px !important;
  height: 115px !important;
}
  #carousel {
    height: 115px !important;
  }
.detalle-tallas{
  display: none !important;
}
  .galeria-master{
    display: none;
  }
  .galeria_movil{
    display: block;
  }
  h2#titulo-pagina
  {
  font-size: 28px !important;
  margin-top: 10px !important;
  }
  .cabecera-informativa{
    display: none !important;
  }
  .cabecera_desaparece{
    display: none;
  }
  .menu_escritorio{
    display: none !important;
  }
.galeria_movil
  {
  display: block;
  width: 100%;
  }
  .panel-producto {
    width: 100%;
  }
  .rectangulo_info_pie{
    height: 200px !important;
  }
  .rectangulo_info_pie img{
    width: 80px !important;
  }
  .rectangulo_info_pie span{
    font-size: 12px !important;
  }
  .texto_rectangulo {
    margin-top: 0px !important;
  }
.menu_movil
  {
  display: block;
  }
  #panel-usuario-movil
    {
    display: block;
    }
.texto-cesta, .total-bolsa
  {
  float: right !important;
  }

.imagen-bolsa
  {
  display: none;
  }
  
  #menu_movil{
    display: block;
  }

.categorias-producto-master
  {
  display: none;
  }

.galeria-master
  {
    display: none;
  width: 538px;
  }

.anadir-cesta, .anadir-deseos
  {
  font-size: 12px !important;
  }

.product-box img {
  height: 150px !important;
  }

.sf-mega
  {
  display: none !important;
  }

.swiper-container-tiendas
  {
  height: 650px;
  }

.info-slider
  {
  width: 60% !important;
  height: 40% !important;
  }

.info-slider-mini
  {
  height: 42.5% !important;
  width: 80% !important;
  }
  .mini-banner-izq, .mini-banner-der, .mini-banner-centro{
    width: 48.5% !important;
  }

  .mini-banner-izq-tablet, .mini-banner-der-tablet, .mini-banner-centro-tablet{
    width: 32% !important;
  }

  .mini-banner-izq-tablet{
    margin-right: 14px !important;
  }

  .datos-cliente input {
    max-width: 200px;
    width: auto;
  } 

  .contenedor-lista-menu-superior-movil{
    display: block !important;
  }
  
  .mini-banner-col1, .mini-banner-col2, .mini-banner-col3, .mini-banner-col4{
    width:36.5% !important;
    margin-bottom: 20px;
  }

  .mini-banner-col1 , .mini-banner-col3, .mini-banner-col5, .mini-banner-col7{
    margin-right:9% !important;
    margin-left:9% !important;
  }
  .mini-banner-col2, .mini-banner-col4{
    margin-right:0 !important;
  }

  .formulario-busqueda {
    height: 0px !important;
  }  
  section.homepage-slider{
    min-height: 290px !important;
  }

  .btn-stripe-1-click{
    margin-left: -293px !important;
  }
  .btn-paypal-verdadero{
    margin-top: -62px !important;
  }

  table#tabla-descuentos {
      width:100%;
    }
    thead#tabla-descuentos {
      display: none;
    }
    tr#tabla-descuentos:nth-of-type(2n) {
      background-color: inherit;
    }
    tr#tabla-descuentos td:first-child {
      font-weight:bold;
      font-size:1.3em;
    }
    tbody#tabla-descuentos td#tabla-descuentos {
      display: block;
      text-align:center;
    }
    tbody#tabla-descuentos td#tabla-descuentos:before {
      content: attr(data-th);
      display: block;
      text-align:center;
    }

    .contenedores-proceso-pago{
      height: 440px !important;
    }

    .btn-anadir-direccion{
      margin-top: 20px;
    }
    .metodos-pago-normal{
      margin-top: 20px;
    }
    .metodos-pago-tarjeta{
      margin-top: 20px;
    }
    .switch-field-radio-visible input{
      margin: 5px !important;
      margin-top: 75px !important;
    }
    .bloque-seo-inicio{
      padding: 10px !important;
    }

    .formulario-compra #size{
      width: 50% !important;
      margin-bottom: 20px !important;
      margin: 0 auto;
      display: block;
    }
    .version-tablet{
      margin: 0 auto;
      display: block;
      width: 50%;
      text-align: center;
    }
    .producto-titulo{
      text-align: center;
    }
    .anadir-cesta{
      width: 49% !important;
    }
    .anadir-cesta-ahora{
      width: 49% !important;
    }
    .anadir-deseos-producto{
      margin-top: 20px !important;
    }
    .entrega_gratis{
      text-align: center;
    }
    .version-tablet-personalizador{
      display: table;
      margin: 0 auto;
      width: 50%;
    }
    .personalizador{
      width: 100% !important;
    }
    .datos-cliente input{
    max-width: none !important;
    }
    .btn-velfix-verde{
      width: 70% !important;
    }
    .register-movil{
      display: block !important;
    }
    .cont-cabecera-login {
      width: 100% !important;
    }
    .cont-cabecera-register{
      width: 100% !important;
    }
    .contenedor-compra-rapida{
      display: none;
    }
    .data_left{
      width: 100% !important;
    }
    .data_right{
      width: 100% !important;
    }
    .datos_store {
      margin-left: 0px !important;
      text-align: center;
    }

    .cont-eliminar-wish {
      float: none !important;
      padding-top: 15px;
      padding-right: 35%;
    }
    .galeria_movil{
      margin-left: 0px !important;
    }
    .mapa-version-tablet{
      width: 100%;
      margin-left: 0px;
    }
  .btn-tarjeta-1-click{
    left: -294px !important;
  }
  .cont-btn-paypal-responsive{
    width: 65% !important;
  }
  .detalle-thumb{
    height: 130px !important;
  }
   .volver-atras-movil {
	background-image: url(/assets/recortes/flecha-atras-producto.svg);
    position: absolute;
    background-position-x: 50px;
    background-position-y: 40px;
    width: 140px;
    height: 100px;
    background-size: 50px;
    background-repeat: no-repeat;
    z-index: 999;
  }
   .contenedor-superior-menu-movil{
    display: block !important;
  }
}

@media (min-width: 320px) and (max-width: 568px) {
	section.homepage-slider {
		min-height: 208px !important;
	}
}

@media (min-width: 360px) and (max-width: 640px) {
	section.homepage-slider {
		min-height: 227px !important;
	}
}

@media (min-width: 375px) and (max-width: 667px) {
	section.homepage-slider {
		min-height: 233px !important;
	}
}

@media (min-width: 414px) and (max-width: 736px) {
	section.homepage-slider {
		min-height: 260px !important;
	}
}

@media (min-width: 411px) and (max-width: 823px) {
	section.homepage-slider {
		min-height: 256px !important;
	}
}

/* VERSION TABLET NORMAL */

@media (max-width: 767px) {
  .pull-left.class_margin_300px {
    margin: 0 auto;
}
  .pull-right.class_padding_25 {
    float: left;
  }

  h2#titulo-pagina
    {
    display: none;
    }

  #top-bar
    {
    height: 45px !important;
    }

  .panel-inf-esq, .panel-inf-der
    {
    display: none;
    }

  #menu-pie
    {
    display: none;
    }

  .separador
    {
    display: none;
    }

  .galeria_movil
  {
  margin-top: 15px;
  margin-bottom: 15px;
  }

  .galeria_escritorio
  {
  display: none;
  }

  .swiper-container
  {
  height: 400px;
  width: 100%;
  }

  .logo-tienda
  {
  display: none;
  }

  .menu_escritorio
  {
  display: none;
  }

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

.total-bolsa, .texto-cesta
  {
  float: none !important;
  }

.total-bolsa
  {
  margin-left: 0 !important;
  }

.envio-info
  {
  width: 100% !important;
  }

.modal-dialog
  {
  width: 100%;
  }


.breadcrumbs
  {
  display: none;
  }

  #menu_movil ul{
    list-style-type: none;
  }


  .datos-cliente input{
    /*width: 90% !important;*/
    width: 84% !important;
  }

  .modal-dialog
    {
    width: 100% !important;
    }

  .splash{
    width: 100% !important;
  }

  .logo_ue{
    width:150px;
  }

  .bloque-categorias{
    display: none !important;
  }

  .product-box img {
  height: 150px !important;
  }

  .listing-products
    {
    width: 100%;
    }

  .current-category
    {
    display: none;
    }

  #panel-usuario
    {
    display: none;
    }

  .filtro-productos
    {
    display: none;
    /*border: 1px solid #c5a12c !important;*/
    padding: 10px !important;
    }

  .detalle-tallas
    {
    visibility: hidden;
    }

  #mostrar-filtro
    {
    display: block;
    text-align: center;
    padding: 15px;
    }


  .galeria-master
    {
    display: none;
    }

  #panel-usuario-movil
    {
    display: block;
    }

  .zopim
    {
    margin-right: -50px !important;
    bottom: 100px !important;
    width: 105px !important;
    transform: rotate(270deg) !important;

    display: none !important;
    }

  .menu-pie
    {
    padding-left: 5px !important;
    }

  .menu-pie ul
    {
    margin-left: 0 !important;
    }

  .minibanners
    {
    margin-top: 0px !important;
    display: block;
    }

  #topcontrol
    {
    display: none !important;
    }

  .filtro-productos ul
    {
    float: left;
    }

  .filtro-productos ul li
    {
    width: 33%;
    float: left;
    }

  .tabla-cesta td
    {
    padding: 1px;
    }

  .tabla-cesta img
    {
    width: 50px !important;
    max-width: none;
    }

  .tabla-cesta-precio
    {
    display: none;
    }

  .proceso-pedido-main
    {
    padding: 10px !important;
    }

  .info-slider
  {
  width: 100% !important;
  height: 70% !important;
  }

  .info-slider h2
  {
  font-size:22px !important;
  }

  .slider-url
  {
  margin-top: 12px !important;
  }

  .info-slider a
  {
  font-size: 15px !important;
  }

  .categorias-marca
  {
    width: 70% !important;
    margin: 0 auto;
    padding: 15px 7px !important;
  }

  .contenedor-marca
  {
  width: 48% !important;
  margin: 1% !important;
  float: left !important;
  }

  .info-slider span
  {
  font-size: 18px !important;
  }

  .info-slider{
    display: none;
  }

  .info-slider-mini
  {
  display: none;
  }

   #carousel{
    display:none;
  }

  .barra-precio-producto-izq, .barra-precio-producto-der{
    width: 30px !important;
  }

  .cabecera-informativa{
    display: none !important;
  }
  .flexslider .slides img {
    /*margin-top: 45px !important;*/
    margin-top: 20px !important;
  }
  .rectangulo_info_pie img{
    width: 80px !important;
  }
  .rectangulo_info_pie span{
    font-size: 12px !important;
  }
  .texto_rectangulo {
    margin-top: 0px !important;
  }
  .rectangulo_info_pie{
    width: 100% !important;
    height: 120px !important;
    background-color: #222222 !important;
    color: #e6e6e6 !important;
    padding: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    float: left !important;
    margin-bottom: 10px !important;
  }
  


  .version-escritorio{
    display: none;
  }
  .bloque-promocional img{
    width: 100%;
  }
  .main_content_sub_cat_mov {
    margin-top: 45px !important;
  }
  .mini-banner-izq, .mini-banner-der, .mini-banner-centro{
    width: 100% !important;
    margin: 0 !important;
    margin-top: 5px !important;
  }
  .pie-mini-banner{
    display: none;
  }
  .pie-slider{
    display: none;
  }

  .cabecera_desaparece{
    display: none;
  }
  .panel-perfil {
    margin: 0px !important;
    width: 80px !important;
  }
  #movil-login, #movil-favoritos {
    width: 25px !important;
  }
  .title.titulo-productos-relacionados {
    margin: 0 auto !important;
    float: none !important;
    width: auto;
  }
  .titulo-separador h4{
    float: none !important;
    margin: 0 auto !important;
    position: relative; 
  }
  h4.title .left{
    position: absolute;
    left: 10px;
    top: 6px;
  }
  h4.title .right{
    position: absolute;
    right: 10px;
    top: 6px;   
  }
  h4.title.titulo-productos-marcas span {
    font-size: 15px;
    float: none;
    margin: 0 auto;
}
.bloque-promocional{
    width: 100% !important;
}
.mini-banner-izq {
    margin-right: 2.5% !important;
}

.contenedor-texto-inicio{
  margin-top: 5px !important;
}

.contenedor-texto-pie h2{
  line-height: 20px !important;
}

.home-banner-left, .home-banner-right{
  margin-top: 5px !important;
}

.home-banner-right{
  margin-right: 10px !important;
}

.menu-link{
  display: inline !important;
}

.contenedor-menu-link{
  display: block !important;
}

.contenedor-superior-menu-movil{
  display: block !important;
}

.contenedor-lista-menu-superior-movil{
  display: block !important;
}

.contenedor-ver-mas-productos{
  margin-top: 30px;
}

.boton-ver-mas-productos{
  padding: 10px 60px !important;
  font-size: 16px !important;
}

.banner-version-escritorio{
  display: none !important;
}

.banner-version-movil{
  display: block !important;
}

.lista-secciones-footer{
  margin-top: 85px;
}

.titulo-top-marcas-inicio{
  display: none !important;
}

.boton-atras-pagina-carrito-movil{
  width:100% !important;
  text-align: center !important;
  display: none;
}

.boton-tramitar-compra-movil{
  width: 100% !important;
}

.boton-carrito-recoger-tienda{
  width: 100% !important;
  margin-right: 0 !important;
}

.bloque-perfil-version-movil{
  display: block !important;
}

.columna-perfil-cliente-movil{
  margin-top: 0 !important;
}

#user_country{
  width: 100% !important;
}

.datos-cliente textarea{
  /*width: 100% !important;*/
  width: 84% !important;
}

#boton-siguiente-dir{
  width: 100% !important;
}

.metodo-pago-version-movil{
  min-height: 350px;
}

.titulo-separador h4{
  line-height: 25px !important;
}

#wrapper{
  min-height: auto !important;
}

.contenedor-imagen-marca-escritorio{
  display: none !important;
}

.contenedor-imagen-marca-movil{
  display: block !important;
}

.contenedor-banner-inicio-escritorio{
  display: none !important;
}

.contenedor-banner-inicio-movil{
  display: block !important;
}

.imagen-marca-mini-producto{
  float: left !important;
}

.formulario-compra .anadir-cesta{
  width: 100% !important;
  /* margin-top: 30px; */
  margin-bottom: 20px;
}

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

.formulario-compra #size{
  width: 100% !important;
  height: 50px !important;
}


.widget-producto-insta-escritorio{
  display: none !important;
}

.widget-producto-insta-movil{
  display: block !important;
}

.texto-descuentos-disponibles{
  display: block !important;
  margin-top: 20px !important;
}

.anadir-deseos{
  display: block !important;
  text-align: center !important;
  margin-top: 12px !important;
}


.boton-atras-derecha{
  display: block !important;
}

.boton.black{
  width: 100% !important;
}

  .mini-banner-col1, .mini-banner-col2, .mini-banner-col3, .mini-banner-col4{
    width:36.5% !important;
  }

  .mini-banner-col1 , .mini-banner-col3, .mini-banner-col5, .mini-banner-col7{
    /*margin-right:9% !important;
    margin-left:9% !important;*/
  }
  .mini-banner-col2, .mini-banner-col4{
    margin-right:0 !important;
  }
  .slider-version-escritorio{
    display:none;
  }

  .formulario-busqueda{
    height: 0px !important;
  }

  .posicion-minibanners{
    margin-top: 10px;
  }

  .ocultar-minibanners{
    text-align: center;
    margin-top: 10px;
  }

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

  .minibanners50ancho{
    width: 47% !important;
    float: left !important;
    margin-left:8px !important;
  }

  .pie-slider-mini{
    width: 70% !important;
  }

  .listing-products{
    margin-top: 25px;
  }

  .contenedores-proceso-pago{
    margin-top: 20px;
  }
  .ocultar{
    display: block;
  }

  .ocultar-tabla{
    display: block !important;
    margin-top: 10px;
  }
  .cont-btn-compra-1-click{
    position: relative;
    top: -120px;
    width: 100%;
  }

  .btn-compra-1-click{
    position: relative;
    width: 100% !important;
    height: 40px;
    z-index: 9999;
    top: 0 !important;
    left: 0px !important;
    background-color: #009cde;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 15px;
    color: #fff;
  }

  .btn-compra-1-click-tienda{
    width: 100% !important;
    position: initial !important;
  }

  .btn-compra-1-click-falso{
    position: relative;
    width: 100% !important;
    height: 40px;
    z-index: 9999;
    top: 0 !important;
    left: 0px !important;
    background-color: #009cde;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 15px;
    color: #fff;
  }


  .btn-stripe-1-click{
    position: relative !important;
    margin-top: -125px !important;
    margin-left: 0px !important;
  }
  .stripe-button-el{
    width: 100% !important;
  }
  .btn-paypal-verdadero{
    width: 100% !important;
    margin-top: -120px !important;
    margin-right: -35px !important;
  }
  .switch-field label{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .slider-1-click{
    width: 57px !important;
  }
  .txt-pago-1-click{
    font-size: 25px !important;
  }
  .cont-txt-pago-1-click{
    width: 80% !important;
  }
  .tabla-cesta-mini{
    margin-bottom: 60px !important;
  }

  .info-pago-1-click-movil{
    margin-top: 50px !important;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .cont-eliminar-wish{
    float: none !important;
    padding-top: 15px;
    padding-right: 35%;
  }
  .producto-whislist-no{
    display: block;
  }

  .h4-footer-titulo-suscribirse{
    padding: 0px 20px 0px 15px;
  }
  #form_bulletin_suscription{
    padding: 20px;
  }

  .h4-footer-titulo-suscribirse{
    text-align: center !important;
  }

  .contenedor-compra-rapida{
    min-height: 600px !important;
  }

  .contenedor-compra-sin-registro{
    min-height: 350px !important;
  }

  .switch-field-radio-visible input{
    display: none !important;
  }

  .switch-field-radio-visible label{
    width: 100% !important;
  }

  .inicio-seo-left{
    padding-left: 0px !important;
  }

  .inicio-seo-right{
    padding-right: 0px !important;
  }

  .relevancia-movil{
    margin-top: 30px;
  }

  .check-politicas{
    float: none !important;
  }

  .btn-velfix{
    width: 100% !important;
  }

  .btn-velfix-verde{
    width: 100% !important;
  }

  .cont-cabecera-login{
    width: 100% !important;
  }
  .cont-cabecera-register{
    width: 100% !important;
  }

  .ocultar-register{
    display: none;
  }
  .register-movil{
    display: block !important;
  }
  .anadir-cesta-ahora{
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }

  /*section.homepage-slider{
    min-height: 258px !important;
  }*/
  .minibanners2{
    margin-top: 0px !important;
  }
  .td-img-wish{
    width: 80px;
    height: 80px;
  }
  .switch-field label{
    padding: 10px 14px 10px 35px !important;
    background-position-y: 10px !important;
  }
  .stores-back{
    margin-top: 0px !important;
  }
  .datos_store{
    text-align: center;
  }
  .data_right{
    width: 100% !important;
  }
  .data_left{
    width: 100% !important;
  }

  .galeria_movil{
    overflow: auto;
  }
  .input-email-suscribirse{
    height: 50px !important;
  }
  .volver-atras-movil{
    background-image: url(/assets/recortes/flecha-atras-producto.svg);
    position: absolute;
    background-position-x: 10px;
    background-position-y: 10px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    z-index: 999;
  } 
  .pagination{
    display: inline-block !important;
  }
  .lista-footer-avisos{
    list-style-type: none !important;
    text-decoration: underline;
  }
  .lista-enlaces-sociales-footer>li{
    float: none !important;
  }
  .contenedor-footer-tiendas{
    text-align: center;
  }
  .sin-stock{
    margin: 0 auto !important;
    display: block !important;
    width: 90% !important;
    left: initial !important;
  }
  .aceptar-terminos-movil{
    width: 90%;
  }
  .cont-tabla-carrito-principal{
    background-color: #fff !important;
    padding: 0px !important;
    border: 0px !important;
  }
  .contenedores-proceso-pago{
    height: auto !important;
  }

  .cont-direcciones-pago{
    height: 310px !important;
  }
  
  .tiendas-version-movil{
    height: 250px !important;
  }
  .swiper-version-movil{
    height: 300px !important;
  }
  .cont-btn-realizar-compra{
    width: 100% !important;
    margin-top: 20px;
  }
  
  .cont-btn-realizar-stripe{
    width: 100% !important;
  }
  .margen-movil{
    margin-top: 70px !important;
  }
  .btn-tarjeta-1-click{
    top: -135px !important;
    left: 0px !important;
  }
  .comprar-paypal-api{
    width: 99.5% !important;
    left: 1px !important;
    height: 41px !important;
    padding-top: 12px !important;
  }
  .info-pago-1-click-movil{
    display: inline-block;
  }
  .cont-aviso-envio-gratuito{
    text-align: center;
  }
  .lista-footer{
  	display: inline-flex;
  }
  .contenedor-compra-sin-registro{
    margin-top: 20px !important;
  }

  .contenedor-login{
    padding-bottom: 20px !important;
  }
  .title-arrows{
    text-align: center;
  }
  .product-box img{
    margin-top: 0px !important;
  }
  .detalle-hover{
    display: none;
  }

  .product-box:hover{
    border: 1px solid #fff !important;
  }

  .ocultar-movil{
    display: none !important;
  }

  .ocultar-escritorio{
    display: block !important; 
  }

  #cookie2{
    display: block;
  }





  .cajas-services {
    margin-bottom: 10px !important;
  }

  .contenedor-mini-banners-fila1 {
    margin-bottom: 0px !important;
  }

  #aceptar-terminos-movil{
    width: 20px !important;
    float: left !important;
  }

  .form_tiendas_contacta form {
    height: 660px !important;
  }

  .direccion {
    padding: 0px !important;
  }

  ._1gwv20v>._1hpna85:focus, ._1gwv20v>._1hpna85:hover, ._1gwv20v>._1hpna85:active, ._1gwv20v>._1hpna85 {
    inset: unset !important;
    position: fixed !important;
    right: 10px !important;
    bottom: 2vh !important;
  }

  .div_product_caracteristicas_img {
    width: 100% !important;
  }

}
/* ESTILOS VERSION MOVIL */
@media (max-width: 767px) and (orientation : landscape){
  .posicion-minibanners{
    text-align: center;
  }
  .ocultar-minibanners{
    width: 49%;
    float: left;
    padding: 5px;
  }

  .banners3{
    width: 32% !important;
    float: left;
    padding: 5px;
  }
}

@media only screen and (min-device-width : 340px) and (max-device-width : 1200px) and (orientation : landscape){

  #panel-usuario-movil
    {
    display: block;
    }

  #panel-usuario
    {
    display: none;
    }

  .logo-tienda, .menu_escritorio
    {
    display: block;
    }

  .menu_movil
    {
    display: block;
    }
  #panel-usuario-movil
    {
    display: block;
    }
  .galeria-master
    {
    display: none;
    }

  .galeria_movil
    {
    display: block;
    }

  .swiper-container-tiendas
  {
  height: 650px;
  }
   #carousel{
    display:none;
  }
  .datos-cliente input{
    width: 100% !important;
  }
  .datos-cliente select{
    width: 170px !important;
  }
  .datos-cliente textarea{
    width: 170px !important;
  }

  .titulo-top-marcas-inicio{
    display: none !important;
  }

}

@media only screen and (min-device-width : 340px) and (max-device-width : 1200px) and (orientation : portrait){

  #panel-usuario-movil
    {
    display: block;
    }

  #panel-usuario
    {
    display: none;
    }

  .logo-tienda, .menu_escritorio
    {
    display: none;
    }
  
  .menu_movil
    {
    display: block !important;
    }
  #panel-usuario-movil
    {
    display: block;
    }
  .galeria-master
    {
    display: none;
    }

  .galeria_movil
    {
    display: block;
    }

  .swiper-container-tiendas
  {
  height: 650px;
  }
   #carousel{
    display:none;
  }

  .contenedor-lista-menu-superior-movil{
    display: block !important;
  }

  .cabecera-informativa{
    display: none !important;
  }

  .titulo-top-marcas-inicio{
    display: none !important;
  }
}

@media only screen and (min-device-width : 340px) and (max-device-width : 480px) and (orientation : portrait){

  .swiper-container-tiendas
  {
  height: 240px !important;
  }
   #carousel{
    display:none;
  }
}



/*IPAD LANDSCAPE*/

@media only screen and (min-device-width : 980px) and (max-device-width : 1025px) and (orientation : landscape){
  .mini-banner-izq, .mini-banner-der{
    width: 48.7% !important;
  }

  .menu_escritorio{
    display: block !important;
  }


  .mini-banner-izq-tablet, .mini-banner-centro-tablet{
      width: 31.7% !important;
  }  

  .product-box img{
    transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
  }

  section#home-slider{
    margin-top: 20px !important;
  }

  .galeria-master{
    display: block !important;
  }

  .galeria_movil{
    display: none !important;
  }

  .panel-producto{
    width: 31% !important;
  }

}

/*FIN IPAD LANDSCAPE*/


/*IPAD PORTRAIT*/
@media only screen and (min-device-width : 980px) and (max-device-width : 1025px) and (orientation : portrait){
  .menu_escritorio{
    display: block !important;
  }


  .contenedor-lista-menu-superior-movil{
    display: none !important;
  }

  .cabecera-informativa{
    display: block !important;
  }

  .mini-banner-izq, .mini-banner-der{
    width: 48.7% !important;
  }

  .mini-banner-izq-tablet, .mini-banner-centro-tablet{
      width: 31.7% !important;
  }  

  .product-box img{
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }

  .galeria-master{
    display: block !important;
  }

  .galeria_movil{
    display: none !important;
  }

  .panel-producto{
    width: 31% !important;
  }

  .enlace-cantidad-carrito-movil{
    right: 59px !important;
  }

  .contenedor-superior-menu-movil{
    display: block !important;
  }

  .mini-banner-col1, .mini-banner-col5{
    margin-left:3%;
    width:21% !important;
    margin-bottom:20px;
    margin-right:3% !important;
  }
  .mini-banner-col2, .mini-banner-col3, .mini-banner-col6, .mini-banner-col7{
    width:21% !important;
    margin-bottom: 20px;
  }

  .mini-banner-col4, .mini-banner-col8{
    width:21% !important;
    margin-bottom:20px;
    margin-right:3% !important;
  }
}


@media (min-width: 280px) and (max-width: 319px) {  
  .contenedor-superior-menu-movil>a>img{
    width: 28vw !important;
  }
}
@media (min-width: 360px) and (max-width: 767px) {  
  .contenedor-superior-menu-movil>a>img{
    width: 44vw !important;
  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .contenedor-superior-menu-movil{
      display: none !important;
    }
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .contenedor-superior-menu-movil{
      display: none !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .contenedor-superior-menu-movil{
      display: none !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .contenedor-formulario-busqueda-movil {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-right: 3vw;
  }
  .contenedor-superior-menu-movil > a > img {
    width: 30vw;
    margin-left: 2.5vw;
  }
  .contenedor-superior-menu-movil{
    display: block !important;
  }
   .enlace-cantidad-carrito-movil{
    right: 59px !important;
  }

  .formulario-busqueda input{
    width: 135px !important;
  }

  #buscador img{
    margin-bottom: 0 !important;
  }
  .datos-cliente input{
    max-width: none !important;
  }
  .btn-velfix-verde{
    width: 70% !important;
  }
  .register-movil{
    display: block !important;
  }
  .cont-cabecera-login {
    width: 100% !important;
  }
  .cont-cabecera-register{
    width: 100% !important;
  }
  .contenedor-compra-rapida{
    display: none;
  }
  .data_left{
    width: 100% !important;
  }
  .data_right{
    width: 100% !important;
  }
  .datos_store {
    margin-left: 0px !important;
    text-align: center;
  }

  .cont-eliminar-wish {
    float: none !important;
    padding-top: 15px;
    padding-right: 35%;
  }
  .formulario-compra #size{
    width: 50% !important;
    margin-bottom: 20px !important;
    margin: 0 auto;
    display: block;
  }
  .version-tablet{
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
  }
  .producto-titulo{
    text-align: center;
  }
  .anadir-cesta{
    width: 49% !important;
  }
  .anadir-cesta-ahora{
    width: 49% !important;
  }
  .anadir-deseos-producto{
    margin-top: 20px !important;
  }
  .entrega_gratis{
    text-align: center;
  }
  .version-tablet-personalizador{
    display: table;
    margin: 0 auto;
    width: 50%;
  }
  .personalizador{
    width: 100% !important;
  }
  .galeria_movil{
    margin-left: 0px !important;
  }
  .mapa-version-tablet{
    width: 100%;
    margin-left: 0px;
  }
  .detalle-thumb{
    height: 130px !important;
  }
  .detalle-tallas{
    display: none !important;
  }
  .formulario-compra{
    text-align: center;
  }

  .volver-atras-cesta-tablet{
    width: 100px !important;
    padding-left: 35px !important;
    background-position-x: 5px !important;
    background-size: 25px !important;
    margin-top: 23px !important;
  }
   .ocultar-tabla-tablet{
    display: block !important;
    float: left;
  }
  .volver-atras-tablet{
    display: none;
  }
  .volver-atras-movil {
	background-image: url(/assets/recortes/flecha-atras-producto.svg);
    position: absolute;
    background-position-x: 50px;
    background-position-y: 40px;
    width: 140px;
    height: 100px;
    background-size: 50px;
    background-repeat: no-repeat;
    z-index: 999;
  }
}

/*FIN IPAD PORTRAIT*/

@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
  .menu_escritorio{
    display: block !important;
  }


  .contenedor-lista-menu-superior-movil{
    display: none !important;
  }

  .cabecera-informativa{
    display: block !important;
  }

  .mini-banner-izq, .mini-banner-der{
    width: 48.7% !important;
  }

  .mini-banner-izq-tablet, .mini-banner-centro-tablet{
      width: 31.7% !important;
  }  

  .product-box img{
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }

  .galeria-master{
    display: block !important;
  }

  .galeria_movil{
    display: none !important;
  }

  .panel-producto{
    width: 31% !important;
  }

  .contenedor_search_head{
    display: none !important;
  }

  .telefono_separacion{
    color: #FFF !important;
  }

  .cabecera-informativa-centrar > .span5{
    width: 420px !important;
  }

   .cabecera-informativa-centrar > .span7{
    width: 500px !important;
  }

  .contenedor-carrito-compra-menu{
    margin-left: 0 !important;
    width: 160px !important;
  }

  .imagen-portada-blog{
    width: 180px !important;
  }

  .texto-descuentos-disponibles{
    font-size: 14px !important;
  }

  .mini-banner-col1, .mini-banner-col5{
    margin-left:3%;
    width:21% !important;
    margin-bottom:20px;
    margin-right:3% !important;
  }
  .mini-banner-col2, .mini-banner-col3, .mini-banner-col6, .mini-banner-col7{
    width:21% !important;
    margin-bottom: 20px;
  }

  .mini-banner-col4, .mini-banner-col8{
    width:21% !important;
    margin-bottom:20px;
    margin-right:3% !important;
  }


  .formulario-busqueda{
    height: 0px !important;
  }

  .bloque-seo-inicio{
    padding: 10px !important;
  }
  .formulario-compra #size{
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .formulario-compra .anadir-cesta{
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
  .anadir-cesta-ahora{
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .formulario-compra{
    text-align: center;
    margin-bottom: 0px !important;
  }
  #product-price{
    margin: 10px 0px 10px 0px !important;
  }
  .producto-titulo h1{
    margin-bottom: 10px !important;
  }
  .datos_store{
    margin-left: 0px !important;
  }
  .galeria_movil{
    margin-left: 0px !important;
  }
  .mapa-version-tablet{
    width: 50%;
    margin-left: 0px;
  }
  .detalle-thumb{
    height: 130px !important;
  }
  .detalle-tallas{
    display: none !important;
  }

  .volver-atras-cesta-tablet{
    width: 100px !important;
    padding-left: 35px !important;
    background-position-x: 5px !important;
    background-size: 25px !important;
    margin-top: 23px !important;
  }
  .ocultar-tabla-tablet{
    display: block !important;
    float: left;
  }
  .volver-atras-tablet{
    display: none;
  }

  .cabecera_desaparece{
  	display: block;
  }
  .cont-cabecera-login{
    width: 40% !important;
  }
  .datos-cliente input{
    /*width: 90% !important;*/
    width: 84% !important;
  }
}



@media (min-width: 580px) and (max-width: 767px) {


  .thumbnails > li {
    width: 31.3%;
  }

  .info-slider span
  {
  font-size: 22px !important;
  }

  .info-slider 
  {
  width: 100% !important;
  height: 40% !important;
  }

  #carousel{
    display:none;
  }

}

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

@media (max-width: 767px){
  .banner1-desktop{
    display: none !important;
  }
}

@media (max-width: 579px){
  .detalle-thumb .name_product_box{
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .price{
    font-size:16px !important;
  }
  .detalle-thumb{
    height:100px;
  }
  .product-number{
    left: 10px !important;
    bottom: 30px !important;
  }
  .product-brand{
    left: 10px !important;
    bottom: 50px !important;
  }
}
